:root{
  --teal:#2CA6B1;
  --teal-2:#3BB4C4;
  --navy:#123F5A;
  --navy-2:#1B4F72;
  --light-blue:#CFEAF2;
  --light-blue-2:#A9D6E5;
  --sky:#5BC0DE;
  --sky-2:#6EC1E4;
  --white:#ffffff;
  --gray:#F2F2F2;
  --shadow: 0 18px 45px rgba(18,63,90,.12);
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#1a2b3a;
}

.text-navy{ color:var(--navy) !important; }
.bg-light-blue{ background: linear-gradient(180deg, var(--light-blue), #fff); }

.section-padding{ padding: 90px 0; }
@media (max-width: 991.98px){
  .section-padding{ padding: 72px 0; }
}

.topbar{
  background: linear-gradient(90deg, var(--navy), var(--navy-2));
  color: rgba(255,255,255,.9);
  font-size: .92rem;
}
.topbar a{ color: rgba(255,255,255,.9); text-decoration:none; }
.topbar a:hover{ color:#fff; text-decoration:underline; }
.topbar-item{ display:inline-flex; align-items:center; gap:.35rem; }

.navbar .nav-link{
  color: rgba(18,63,90,.86);
  font-weight: 600;
}
.navbar .nav-link.active{ color: var(--teal) !important; }
.navbar .nav-link:hover{ color: var(--navy) !important; }

.brand-mark{
  width: 34px; height: 34px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, var(--sky-2), var(--teal));
  box-shadow: 0 10px 22px rgba(44,166,177,.22);
  position: relative;
}
.brand-mark::after{
  content:"";
  position:absolute; inset: 7px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,.85);
}

/* Use the site's favicon as the brand/logo mark (navbar + footer) */
.brand-logo{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 22px rgba(44,166,177,.22);
  display: inline-block;
}

.btn-primary{
  --bs-btn-bg: var(--teal);
  --bs-btn-border-color: var(--teal);
  --bs-btn-hover-bg: var(--teal-2);
  --bs-btn-hover-border-color: var(--teal-2);
  --bs-btn-active-bg: var(--teal-2);
  --bs-btn-active-border-color: var(--teal-2);
  --bs-btn-focus-shadow-rgb: 44,166,177;
}
.btn-outline-primary{
  --bs-btn-color: var(--teal);
  --bs-btn-border-color: var(--teal);
  --bs-btn-hover-bg: var(--teal);
  --bs-btn-hover-border-color: var(--teal);
  --bs-btn-focus-shadow-rgb: 44,166,177;
}
.btn-soft{
  background: rgba(44,166,177,.12);
  color: var(--navy);
  border: 1px solid rgba(44,166,177,.22);
}
.btn-soft:hover{ background: rgba(44,166,177,.18); }

.badge-soft{
  display:inline-flex;
  align-items:center;
  padding: .55rem .9rem;
  border-radius: 999px;
  background: rgba(44,166,177,.12);
  color: var(--navy);
  border: 1px solid rgba(44,166,177,.18);
  font-weight: 600;
}

.hero-section{
  padding: 40px 0;
  background: radial-gradient(1200px 600px at 20% 20%, rgba(91,192,222,.22), transparent 60%),
              radial-gradient(900px 500px at 90% 10%, rgba(44,166,177,.18), transparent 60%),
              linear-gradient(180deg, #fff, var(--light-blue));
}
.hero-shapes{
  position:absolute; inset:0;
  background:
    radial-gradient(circle at 20% 20%, rgba(44,166,177,.18) 0 35%, transparent 36%),
    radial-gradient(circle at 90% 10%, rgba(18,63,90,.14) 0 28%, transparent 29%),
    radial-gradient(circle at 85% 85%, rgba(91,192,222,.18) 0 32%, transparent 33%);
  filter: blur(1px);
  opacity:.95;
}
.hero-card{
  border-radius: 26px;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: var(--shadow);
}
.hero-card-inner{ border-radius: 26px; overflow:hidden; }

.hero-stats .stat-card{
  display:flex; gap:12px; align-items:center;
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(18,63,90,.08);
}
.stat-icon{
  width:42px; height:42px; border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(44,166,177,.12);
  color: var(--navy);
  flex: 0 0 auto;
}
.stat-title{ font-weight: 700; color: var(--navy); line-height: 1.1; }
.stat-sub{ font-size: .85rem; color: rgba(26,43,58,.7); }

.section-title .kicker{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}
.section-title .kicker::before,
.section-title .kicker::after{
  content:"";
  height:2px; width: 22px;
  background: rgba(44,166,177,.6);
  border-radius: 99px;
}

.section-shapes{
  position:absolute; inset:0;
  pointer-events:none;
  background:
    radial-gradient(800px 500px at -10% 60%, rgba(44,166,177,.18), transparent 60%),
    radial-gradient(900px 500px at 110% 30%, rgba(18,63,90,.12), transparent 60%);
}

.feature-card{
  display:flex; gap:12px;
  padding: 16px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: 0 10px 24px rgba(18,63,90,.08);
}
.feature-card i{
  width:42px; height:42px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(91,192,222,.16);
  color: var(--navy);
  font-size: 1.2rem;
  flex: 0 0 auto;
}

.glass-card{
  border-radius: 26px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(18,63,90,.10);
  box-shadow: var(--shadow);
}

.checklist{
  list-style:none;
  padding-left:0;
}
.checklist li{
  display:flex;
  gap:10px;
  padding: 10px 0;
  color: rgba(26,43,58,.86);
}
.checklist i{ color: var(--teal); font-size: 1.1rem; margin-top: 2px; }

.service-card{
  padding: 26px 22px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: 0 16px 36px rgba(18,63,90,.10);
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(18,63,90,.14);
}
.service-icon{
  width: 58px; height: 58px;
  border-radius: 22px;
  display:grid; place-items:center;
  background: linear-gradient(135deg, rgba(44,166,177,.20), rgba(91,192,222,.18));
  color: var(--navy);
  font-size: 1.4rem;
}

.cta-strip{
  border-radius: 26px;
  padding: 22px 22px;
  background: linear-gradient(135deg, rgba(44,166,177,.12), rgba(91,192,222,.10));
  border: 1px solid rgba(44,166,177,.18);
}

.package-card{
  border-radius: 22px;
  overflow:hidden;
  background:#fff;
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: 0 18px 45px rgba(18,63,90,.10);
  transition: transform .2s ease;
}
.package-card:hover{ transform: translateY(-3px); }
.package-card img{
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.gallery-tile{
  position:relative;
  display:block;
  border-radius: 26px;
  overflow:hidden;
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: 0 18px 45px rgba(18,63,90,.10);
}
.gallery-tile img{
  width:100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform .25s ease;
}
.gallery-overlay{
  position:absolute; inset:0;
  display:grid; place-items:center;
  background: rgba(18,63,90,.22);
  color:#fff;
  opacity:0;
  transition: opacity .2s ease;
  font-size: 1.6rem;
}
.gallery-tile:hover img{ transform: scale(1.04); }
.gallery-tile:hover .gallery-overlay{ opacity:1; }

.contact-card{
  border-radius: 26px;
  padding: 26px 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(18,63,90,.10);
  box-shadow: var(--shadow);
}

.contact-item{
  display:flex; gap:14px;
  padding: 14px 0;
}
.contact-ic{
  width: 46px; height: 46px;
  border-radius: 18px;
  display:grid; place-items:center;
  background: rgba(44,166,177,.12);
  color: var(--navy);
  flex: 0 0 auto;
  font-size: 1.2rem;
}
.contact-card a{ color: var(--navy); }
.contact-card a:hover{ color: var(--teal); }

.divider{
  height:1px;
  background: rgba(18,63,90,.12);
}

.footer{
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color:#fff;
}
.footer-title{
  font-weight: 800;
  margin-bottom: .85rem;
}
.footer-links{
  list-style:none;
  padding-left:0;
  margin-bottom:0;
}
.footer-links li{ margin: .35rem 0; }
.footer-links a{
  color: rgba(255,255,255,.78);
  text-decoration:none;
}
.footer-links a:hover{ color:#fff; text-decoration: underline; }

.footer-pill{
  display:inline-flex;
  gap:.5rem;
  align-items:center;
  padding: .5rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.9);
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.12);
}
.footer-pill:hover{ background: rgba(255,255,255,.14); color:#fff; }

.back-to-top{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 46px; height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(18,63,90,.12);
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(18,63,90,.18);
  display:none;
  place-items:center;
  color: var(--navy);
  z-index: 1030;
}
.back-to-top:hover{
  background:#fff;
  transform: translateY(-1px);
}


/* Package card badges + clickable */
.package-card{ text-decoration:none; color: inherit; }
.package-card:focus-visible{ outline: 3px solid rgba(44,166,177,.35); outline-offset: 3px; }

.package-media{ position:relative; }
.package-badges{
  position:absolute;
  top: 12px;
  left: 12px;
  display:flex;
  gap: 8px;
  flex-wrap: wrap;
}
.badge-pill{
  border-radius: 999px;
  padding: .45rem .7rem;
  font-weight: 800;
  letter-spacing: .01em;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 10px 20px rgba(18,63,90,.18);
}
.bg-navy{ background: rgba(18,63,90,.92) !important; }
.bg-teal{ background: rgba(44,166,177,.92) !important; }


/* Package modal styling */
.modal-water{
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(18,63,90,.12);
  box-shadow: 0 24px 60px rgba(18,63,90,.18);
}
.modal-water .modal-header{
  background: linear-gradient(135deg, rgba(44,166,177,.14), rgba(91,192,222,.10));
  border-bottom: 1px solid rgba(18,63,90,.10);
}
.modal-kicker{
  font-weight: 800;
  color: var(--teal);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .75rem;
}
.price-chip{
  display:inline-flex;
  align-items:center;
  padding: .3rem .55rem;
  border-radius: 999px;
  background: rgba(44,166,177,.18);
  border: 1px solid rgba(44,166,177,.22);
  font-weight: 800;
  color: var(--navy);
  font-size: .9rem;
}

/* Keep package-text styling (used inside modals) */
.package-text{
  margin: 0;
  padding: 16px 16px;
  border-radius: 16px;
  background: rgba(18,63,90,.04);
  border: 1px solid rgba(18,63,90,.08);
  white-space: pre-wrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: .92rem;
  line-height: 1.45;
}



/* Product cards */
.product-card{
  border-radius: 22px;
  overflow: hidden;
  background:#fff;
  border: 1px solid rgba(18,63,90,.08);
  box-shadow: 0 18px 45px rgba(18,63,90,.10);
}
.product-media{
  background: linear-gradient(135deg, rgba(44,166,177,.08), rgba(91,192,222,.06));
  display:grid;
  place-items:center;
  padding: 18px;
}
.product-media img{
  width: 100%;
  height: 240px;
  object-fit: contain;
}


/* Packages one-row grid (desktop) */
@media (min-width: 992px){
  #packages .packages-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }
  #packages .packages-grid > [class*="col"]{
    width: auto !important;
    max-width: none !important;
  }
  /* Make posters fit nicely */
  #packages .package-card img{
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
  /* Slightly tighter text spacing so 5 cards fit */
  #packages .package-card .p-3{
    padding: 12px 12px !important;
  }
  #packages .package-card .small{
    font-size: .78rem;
  }
}


/* Modal CTA button */
.modal-water .modal-header{
  gap: 12px;
}
.modal-cta{
  white-space: nowrap;
}
@media (max-width: 575.98px){
  .modal-water .modal-header{
    flex-wrap: wrap;
    align-items: flex-start;
  }
}


/* Products Slider (clean arrows like Packages) */
#products .products-slider{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}
#products .products-viewport{
  overflow: hidden;
  border-radius: 26px;
}
#products .products-track{
  display: flex;
  gap: 18px;
  padding: 6px;
  transform: translateX(0);
  transition: transform .35s ease;
  will-change: transform;
}
#products .product-slide-item{
  flex: 0 0 auto;
  width: 300px;
}
@media (min-width: 576px){ #products .product-slide-item{ width: 320px; } }
@media (min-width: 768px){ #products .product-slide-item{ width: 340px; } }
@media (min-width: 1200px){ #products .product-slide-item{ width: 300px; } }

#products .slider-btn{
  width: 46px;
  height: 46px;
  border-radius: 18px;
  border: 1px solid rgba(18,63,90,.12);
  background: rgba(255,255,255,.92);
  box-shadow: 0 12px 30px rgba(18,63,90,.14);
  color: var(--navy);
  display: grid;
  place-items: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
#products .slider-btn:hover{
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 16px 40px rgba(18,63,90,.18);
}
#products .slider-btn:disabled{
  opacity: .45;
  box-shadow: none;
  transform: none;
  cursor: not-allowed;
}

#products .slider-dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
#products .slider-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(18,63,90,.18);
  background: rgba(255,255,255,.75);
  transition: transform .18s ease, background .18s ease, width .18s ease;
}
#products .slider-dot.is-active{
  width: 26px;
  background: rgba(44,166,177,.92);
  border-color: rgba(44,166,177,.30);
}


/* Products one-row grid (desktop) */
@media (min-width: 992px){
  #products .products-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }
  #products .products-grid > [class*="col"]{
    width: auto !important;
    max-width: none !important;
  }
  #products .product-media img{
    height: 220px;
  }
  #products .product-card .p-3{
    padding: 12px 12px !important;
  }
  #products .product-card .small{
    font-size: .78rem;
  }
}


/* Products one-row grid (desktop) */
@media (min-width: 992px){
  #products .products-grid{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }
  #products .products-grid > [class*="col"]{
    width: auto !important;
    max-width: none !important;
  }
  #products .product-media img{ height: 220px; }
  #products .product-card .p-3{ padding: 12px 12px !important; }
  #products .product-card .small{ font-size: .78rem; }
}




/* Modal quote CTA (top-right) */
.modal-water .modal-header{
  display:flex;
  align-items:center;
  gap: 12px;
}
.modal-water .modal-cta{
  margin-left: auto;
  z-index: 3;
  position: relative;
  pointer-events: auto;
  white-space: nowrap;
}






/* Laundry grid (desktop: 4 cards top row, 3 cards bottom row centered) */
@media (min-width: 992px){
  #laundry .laundry-grid{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
    align-items: start;
  }
  #laundry .laundry-grid > [class*="col"]{
    width: auto !important;
    max-width: none !important;
    grid-column: span 3; /* 4 cards across */
  }

  /* Bottom row = last 3 cards, each spans 4 columns (centered across 12 cols) */
  #laundry .laundry-grid > :nth-child(5){ grid-column: 1 / span 4; }
  #laundry .laundry-grid > :nth-child(6){ grid-column: 5 / span 4; }
  #laundry .laundry-grid > :nth-child(7){ grid-column: 9 / span 4; }

  #laundry .package-card img{
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }
  #laundry .package-card .p-3{ padding: 12px 12px !important; }
  #laundry .package-card .small{ font-size: .78rem; }
}


/* Laundry modal CTA */
.modal-water .modal-header{
  display:flex;
  align-items:flex-start;
  gap: 12px;
}
.modal-water .modal-cta-quote{
  margin-left: auto;
  z-index: 10;
  position: relative;
  pointer-events: auto;
  white-space: nowrap;
}


/* Floating chat widgets (Messenger + Viber) */
.contact-widgets{
  position:fixed;
  right:18px;
  bottom:18px;
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index:1080;
}
.contact-widgets .widget-btn{
  width:52px;
  height:52px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.45);
  backdrop-filter:saturate(140%) blur(6px);
}
.contact-widgets .widget-btn i{
  font-size:1.25rem;
}
.contact-widgets .widget-messenger{
  background:rgba(255,255,255,.92);
  color:#0b5ed7;
}
.contact-widgets .widget-viber{
  background:rgba(255,255,255,.92);
  color:#6f42c1;
}
.contact-widgets .widget-btn:hover{
  transform:translateY(-1px);
}
@media (max-width: 575.98px){
  .contact-widgets{ right:14px; bottom:14px; }
  .contact-widgets .widget-btn{ width:48px; height:48px; }
}


/* Floating chat widgets (Messenger + Viber) */
.floating-chat-widgets{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.chat-widget{
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow);
  text-decoration: none;
  border: 1px solid rgba(18,63,90,.10);
  background: #fff;
}

.chat-widget i{
  font-size: 26px;
  line-height: 1;
}

.chat-widget-letter{
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
}

.chat-widget-icon{
  width: 26px;
  height: 26px;
  display: block;
}

/* Subtle brand hints */
.chat-widget-messenger{
  background: #ffffff;
}

.chat-widget-viber{
  background: #ffffff;
}

/* Make sure widgets don't overlap cookie/other bars on small screens */
@media (max-width: 575.98px){
  .floating-chat-widgets{ right: 14px; bottom: 14px; }
  .chat-widget{ width: 50px; height: 50px; }
}
