
:root{--bg:#f7fafc;--ink:#12313a;--muted:#607078;--brand:#0c7187;--brand2:#91d9e9;--card:#fff;--line:#dfe9ed;--soft:#eaf7fa;--gold:#d8a748;--shadow:0 22px 60px rgba(7,43,54,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.65}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;display:block}.container{width:min(1160px,92%);margin:auto}
.site-nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:72px}.logo{display:inline-flex;align-items:center;white-space:nowrap;font-weight:600;letter-spacing:-.02em;color:var(--ink);font-size:18px}.logo span{color:var(--brand);font-weight:600}.menu{display:flex;align-items:center;gap:7px;margin-left:auto}.menu>a,.products-menu>summary{display:inline-flex;align-items:center;min-height:42px;padding:0 11px;border-radius:999px;color:var(--ink);font-weight:450;line-height:1;white-space:nowrap;cursor:pointer;list-style:none}.products-menu>summary::-webkit-details-marker{display:none}.products-menu>summary::after{content:"";width:7px;height:7px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);margin-left:8px;margin-top:-4px}.menu>a:hover,.products-menu>summary:hover{background:var(--soft);color:var(--brand)}.lang{border:1px solid var(--line);background:#fff}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;width:44px;height:40px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.nav-toggle span{width:20px;height:2px;background:var(--ink);border-radius:2px;display:block;transition:.2s ease}.products-menu{position:relative;display:inline-flex;align-items:center}.dropdown-panel{position:absolute;top:calc(100% + 12px);left:0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;min-width:760px;max-width:min(94vw,880px);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:16px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.products-menu:hover>.dropdown-panel,.products-menu:focus-within>.dropdown-panel,.products-menu[open]>.dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.dropdown-panel::before{content:"";position:absolute;top:-14px;left:0;right:0;height:14px}.drop-col{display:flex;flex-direction:column;gap:4px}.dropdown-panel a{display:flex;align-items:center;padding:10px 12px;border-radius:14px;color:var(--ink);font-weight:450;white-space:nowrap}.dropdown-panel a:hover{background:var(--soft);color:var(--brand)}.dropdown-panel .drop-title{font-weight:580;color:var(--brand);background:linear-gradient(180deg,#f7fbfc,#fff);border:1px solid var(--line);margin-bottom:4px}
.hero{padding:78px 0 48px;background:radial-gradient(circle at 78% 20%,#c4f0f8 0,#f7fafc 36%,#f7fafc 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.eyebrow{display:inline-flex;padding:6px 12px;background:var(--soft);border:1px solid #cceaf1;border-radius:999px;color:#0b6b80;font-weight:500;font-size:.85rem}h1{font-size:clamp(2.25rem,5vw,4.9rem);line-height:1.02;letter-spacing:-.06em;margin:18px 0;font-weight:650}h2{font-size:clamp(1.75rem,3vw,2.8rem);line-height:1.12;letter-spacing:-.04em;margin:0 0 16px;font-weight:620}h3{font-size:1.25rem;line-height:1.22;margin:0 0 10px;font-weight:580}.lead{font-size:1.18rem;color:var(--muted);max-width:760px}.cta{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:14px;font-weight:560;border:1px solid transparent}.btn.primary{background:var(--brand);color:white}.btn.secondary{background:white;color:var(--ink);border-color:var(--line)}.hero-card,.card{background:white;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 12px 36px rgba(7,43,54,.06)}.hero-card{min-height:280px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(160deg,#fff,#eaf7fa)}.section{padding:56px 0}.section-intro{color:var(--muted);max-width:860px}.grid{display:grid;gap:18px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(3,1fr)}.product{display:grid;grid-template-columns:220px 1fr;gap:18px;align-items:center}.product-img{height:190px;border-radius:22px;background:linear-gradient(160deg,#eef9fb,#fff);border:1px dashed #bddde4;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);padding:18px}.pill,.price{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:.86rem}.pill{background:var(--soft);color:var(--brand)}.price{background:#fff7df;color:#845f00;border:1px solid #f0d88a;margin:8px 0;font-weight:560}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}.form input,.form select,.form textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;font:inherit;margin-bottom:12px;background:#fff}.form textarea{min-height:120px}.map{border:0;width:100%;height:360px;border-radius:24px}.footer{background:#051e24;color:#c9dadd;padding:32px 0}.footer a{color:#fff}.small{font-size:.92rem;color:var(--muted)}.footer .small{color:#a8bdc3}.page-hero{padding:46px 0 20px}.badge-row{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.brand-hero{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:stretch}.brand-card{min-height:210px}.product-list .product{height:100%}
@media(max-width:1120px) and (min-width:981px){.menu{gap:2px}.menu>a,.products-menu>summary{padding:0 8px;font-size:14px}.logo{font-size:16px}.nav-inner{gap:12px}.dropdown-panel{left:auto;right:0}}
@media(max-width:980px){body.nav-open{overflow:hidden}.nav-inner{min-height:66px}.nav-toggle{display:flex}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:7px;background:#fff;border-top:1px solid var(--line);box-shadow:0 18px 38px rgba(7,43,54,.10);padding:14px 4%;margin:0;max-height:calc(100vh - 66px);overflow:auto}.menu.is-open{display:flex}.menu>a,.products-menu>summary{width:100%;min-height:46px;justify-content:space-between;border-radius:14px;padding:0 12px}.products-menu{display:block;width:100%}.dropdown-panel{position:static;display:none;grid-template-columns:1fr;min-width:0;max-width:none;width:100%;box-shadow:none;border-radius:16px;padding:10px;margin:4px 0 8px;background:var(--soft);border-color:#d7edf2;opacity:1;visibility:visible;pointer-events:auto;transform:none}.products-menu[open]>.dropdown-panel{display:grid}.products-menu:hover>.dropdown-panel:not(:focus-within){display:none}.dropdown-panel::before{display:none}.dropdown-panel a{white-space:normal}.lang{justify-content:center;margin-top:2px}.hero{padding-top:48px}.hero-grid,.grid.cols-3,.grid.cols-2,.product,.brand-hero{grid-template-columns:1fr}.product-img{height:180px}.stats{grid-template-columns:1fr}h1{letter-spacing:-.045em}}
@media(max-width:560px){.container{width:min(100% - 28px,1160px)}.logo{font-size:16px}.section{padding:42px 0}.hero{padding:42px 0}.card,.hero-card{border-radius:22px;padding:20px}.cta .btn{width:100%}.dropdown-panel{padding:8px}.grid{gap:14px}}

/* Version 1.2 brand pages */
.feature-list{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.feature-list li{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px 14px;color:var(--muted)}.compare-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(7,43,54,.04)}.compare-table{width:100%;border-collapse:collapse;min-width:760px}.compare-table th,.compare-table td{padding:14px 16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.compare-table th{background:#f3fafc;color:var(--ink);font-weight:560}.compare-table tr:last-child td{border-bottom:0}.brand-note{background:linear-gradient(160deg,#fff,#eef9fb);border:1px solid var(--line);border-radius:28px;padding:24px}.source-note{font-size:.9rem;color:var(--muted);margin-top:20px}.mini-steps{counter-reset:step;display:grid;gap:12px}.mini-steps .card{position:relative;padding-left:56px}.mini-steps .card:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:20px;width:28px;height:28px;border-radius:999px;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:560}

/* Version 1.3 product pages */
.product-detail-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}.product-img-large{height:360px}.soft-section{background:linear-gradient(180deg,rgba(234,247,250,.55),rgba(247,250,252,0))}.check-list{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.check-list li{position:relative;padding-left:28px;color:var(--muted)}.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:14px;height:14px;border-radius:999px;background:var(--brand2);box-shadow:inset 0 0 0 4px #fff;border:1px solid #bfe7ef}.specs-table th{width:34%;color:var(--ink);font-weight:560}.steps-grid .card{min-height:190px}.faq-grid{align-items:start}.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px}.faq-item summary{cursor:pointer;font-weight:560;color:var(--ink)}.faq-item p{color:var(--muted);margin-bottom:0}.product-page .lead{max-width:900px}code{background:#f1f7f9;border:1px solid var(--line);padding:2px 6px;border-radius:8px}
@media(max-width:980px){.product-detail-grid{grid-template-columns:1fr}.product-img-large{height:260px}.steps-grid{grid-template-columns:1fr}.specs-table{min-width:0}.specs-table th,.specs-table td{display:block;width:100%}.specs-table th{border-bottom:0;padding-bottom:4px}.specs-table td{padding-top:4px}}

/* Version 1.4A content helpers */
.brand-note{background:#f7fbfb;border:1px solid #e2eeee;border-radius:22px;padding:28px}
.source-note{font-size:.94rem;color:#526066}
.feature-list{padding-left:1.1rem;line-height:1.8;color:#3d4b50}
.mini-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
@media(max-width:900px){.mini-steps{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.mini-steps{grid-template-columns:1fr}.dropdown-panel{position:static;transform:none!important}}

/* Version 1.4B guide pages */
.guide-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:start}.toc{position:sticky;top:96px}.toc a{display:block;padding:9px 0;border-bottom:1px solid var(--line);color:var(--muted)}.toc a:hover{color:var(--brand)}.notice{background:#fff8e8;border:1px solid #f0dca7;border-radius:22px;padding:18px;color:#624300}.info-table{width:100%;border-collapse:collapse}.info-table th,.info-table td{border-bottom:1px solid var(--line);padding:12px;text-align:left;vertical-align:top}.info-table th{background:#f3fafc;font-weight:560}.article-body p{color:var(--muted)}.article-body h2{margin-top:34px}.article-body h3{margin-top:22px}.related{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.related a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;color:var(--ink)}
@media(max-width:980px){.guide-grid{grid-template-columns:1fr}.toc{position:static}.dropdown-panel{min-width:0;max-width:none}}

/* Version 1.4C knowledge/local SEO */
.article-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:0 12px 35px rgba(14,48,66,.05)}.article-card .tag{display:inline-block;font-size:.78rem;background:#e9f8fb;color:#0b6c84;border-radius:999px;padding:6px 10px;margin-bottom:12px}.compare-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.compare-table th,.compare-table td{padding:14px;border-bottom:1px solid var(--line);vertical-align:top}.compare-table tr:last-child td{border-bottom:0}.compare-table th{background:#eef9fb;text-align:left;font-weight:560}.local-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.city-card{background:linear-gradient(145deg,#fff,#f4fbfd);border:1px solid var(--line);border-radius:24px;padding:24px}.badge-line{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.badge-line span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#fff;color:var(--muted);font-size:.9rem}.final-seo-note{background:#f7fbfc;border:1px solid var(--line);border-radius:24px;padding:22px}
@media(max-width:900px){.article-list,.local-grid{grid-template-columns:1fr}.compare-table{font-size:.92rem}}

/* Menu separation: Products and Guides are independent dropdowns */
.guides-menu .dropdown-panel{min-width:min(760px,calc(100vw - 32px));}
@media (max-width: 900px){
  .products-menu .dropdown-panel, .guides-menu .dropdown-panel{min-width:0;width:100%;}
}

.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:24px;align-items:start}.footer h4{margin:0 0 10px;color:#fff;font-weight:580}.footer-grid a{display:block;margin:7px 0;color:#d9eef2}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:22px;padding-top:14px}@media(max-width:760px){.footer-grid{grid-template-columns:1fr;gap:18px}.footer-grid a{margin:8px 0}}


/* Version 2.1.1 menu cleanup: Locations moved under Contact + safer dropdown sizing */
@media (min-width:981px){
  .menu{gap:8px;}
  .products-menu{position:relative;}
  .dropdown-panel{
    min-width:0;
    width:min(560px,calc(100vw - 40px));
    max-width:calc(100vw - 40px);
    grid-template-columns:repeat(2,minmax(0,1fr));
    overflow:hidden;
  }
  .dropdown-panel a{white-space:normal;line-height:1.25;}
  .guides-menu .dropdown-panel{
    width:min(760px,calc(100vw - 40px));
    grid-template-columns:repeat(3,minmax(0,1fr));
    left:50%;
    transform:translateX(-50%) translateY(10px);
  }
  .guides-menu:hover>.dropdown-panel,
  .guides-menu:focus-within>.dropdown-panel,
  .guides-menu[open]>.dropdown-panel{
    transform:translateX(-50%) translateY(0);
  }
  .services-menu .dropdown-panel{
    width:min(560px,calc(100vw - 40px));
    grid-template-columns:repeat(2,minmax(0,1fr));
    left:50%;
    transform:translateX(-50%) translateY(10px);
  }
  .services-menu:hover>.dropdown-panel,
  .services-menu:focus-within>.dropdown-panel,
  .services-menu[open]>.dropdown-panel{
    transform:translateX(-50%) translateY(0);
  }
  .contact-menu .dropdown-panel{
    width:260px;
    grid-template-columns:1fr;
    left:auto;
    right:0;
  }
  .contact-menu:hover>.dropdown-panel,
  .contact-menu:focus-within>.dropdown-panel,
  .contact-menu[open]>.dropdown-panel{
    transform:translateY(0);
  }
}
@media (max-width:980px){
  .contact-menu .dropdown-panel{display:none;}
  .contact-menu[open]>.dropdown-panel{display:grid;}
}

/* Version 2.1.2: desktop dropdown hover bridge fix */
@media (min-width:981px){
  .products-menu{
    padding-bottom:18px;
    margin-bottom:-18px;
  }
  .products-menu > summary{
    position:relative;
    z-index:2;
  }
  .dropdown-panel{
    top:calc(100% - 2px) !important;
    margin-top:0 !important;
  }
  .dropdown-panel::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-24px;
    height:24px;
    display:block;
  }
  .guides-menu .dropdown-panel,
  .services-menu .dropdown-panel{
    transform:translateX(-50%) translateY(0) !important;
  }
  .contact-menu .dropdown-panel{
    transform:translateY(0) !important;
  }
}


/* Version 2.2: shared header/footer includes + refined footer */
.site-header{display:block;position:relative;z-index:1000}.footer{background:#061f26;color:#c9dadd;padding:42px 0 18px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,minmax(150px,1fr));gap:28px;align-items:start}.footer-brand strong{display:block;color:#eefbff;font-size:1.15rem;letter-spacing:-.02em;margin-bottom:12px}.footer-desc{max-width:420px;margin:0 0 16px;color:#b8cbd0;line-height:1.65;font-size:.96rem}.footer h4{margin:0 0 12px;color:#fff;font-weight:560;font-size:1rem}.footer a{color:#d9eef2;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer-grid>div:not(.footer-brand) a{display:block;margin:8px 0;line-height:1.35}.footer-contact{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.footer-contact a{display:inline-flex!important;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:8px 11px;background:rgba(255,255,255,.04);line-height:1}.footer-contact a:hover{background:rgba(255,255,255,.08);text-decoration:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:16px}.footer-bottom p{margin:0;color:#9fb3b9;font-size:.9rem}.site-fragment-note{display:none!important}@media(max-width:860px){.footer{padding:34px 0 18px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px}.footer-brand{grid-column:1/-1}.footer-contact{gap:7px}.footer-contact a{font-size:.92rem}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr}.footer-contact{flex-direction:column;align-items:flex-start}.footer-contact a{width:auto}.footer-grid>div:not(.footer-brand) a{margin:9px 0}}


/* Version 2.2.1: fixed product image cards */
.product-img,
.product-image{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  min-height:0 !important;
  height:auto !important;
  max-height:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:22px !important;
  padding:22px !important;
  text-align:center;
}
.product-img-large{
  width:min(100%,420px) !important;
  max-width:420px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  aspect-ratio:1/1 !important;
}
.product-img img,
.product-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}
.product-visual{
  overflow:hidden !important;
}
.product-visual .small,
.product-visual code{
  display:none !important;
}
.product-img.image-missing::after,
.product-image.image-missing::after{
  content:attr(data-placeholder);
  color:var(--muted);
  font-weight:500;
  border:1px dashed #bddde4;
  border-radius:16px;
  padding:22px;
  width:100%;
}
.card.product .product-img{
  width:100%;
  max-width:220px;
  height:auto !important;
  aspect-ratio:1/1;
}
@media(max-width:980px){
  .product-img-large{max-width:340px !important;}
  .card.product .product-img{max-width:260px;margin:0 auto;}
}
@media(max-width:560px){
  .product-img,
  .product-image{padding:16px !important;border-radius:18px !important;}
  .product-img-large{max-width:280px !important;}
}

/* Version 2.2.2: buttons hover + back-to-top */
.btn,
.btn:visited,
.btn.primary,
.btn.primary:visited,
.btn.secondary,
.btn.secondary:visited,
.btn-primary,
.btn-primary:visited,
.btn-secondary,
.btn-secondary:visited{
  text-decoration:none !important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.btn.primary,
.btn-primary{
  background:var(--brand) !important;
  color:#fff !important;
  border-color:var(--brand) !important;
}
.btn.primary:hover,
.btn.primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible{
  background:#075c6d !important;
  color:#fff !important;
  border-color:#075c6d !important;
  box-shadow:0 12px 26px rgba(12,113,135,.22);
  transform:translateY(-1px);
}
.btn.secondary,
.btn-secondary{
  background:#fff !important;
  color:var(--ink) !important;
  border-color:var(--line) !important;
}
.btn.secondary:hover,
.btn.secondary:focus-visible,
.btn-secondary:hover,
.btn-secondary:focus-visible{
  background:var(--soft) !important;
  color:var(--brand) !important;
  border-color:#b9dce4 !important;
  box-shadow:0 10px 22px rgba(7,43,54,.10);
  transform:translateY(-1px);
}
.btn:focus-visible,
.btn-primary:focus-visible,
.btn-secondary:focus-visible,
.back-to-top:focus-visible{
  outline:3px solid rgba(145,217,233,.75);
  outline-offset:3px;
}
.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1200;
  width:52px;
  height:52px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:var(--brand);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 16px 38px rgba(7,43,54,.25);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background-color .18s ease;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:#075c6d;
  color:#fff;
  transform:translateY(-2px);
}
.back-to-top svg{
  width:22px;
  height:22px;
  display:block;
}
@media(max-width:560px){
  .back-to-top{
    right:16px;
    bottom:16px;
    width:48px;
    height:48px;
  }
}

/* Button polish fix: readable hover + consistent shape */
.cta{
  gap:10px !important;
  align-items:center !important;
}
.btn,
a.btn,
button.btn,
.btn-primary,
.btn-secondary{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:48px !important;
  padding:12px 20px !important;
  border-radius:999px !important;
  border:1.5px solid transparent !important;
  font-weight:650 !important;
  line-height:1.15 !important;
  text-align:center !important;
  white-space:normal !important;
  text-decoration:none !important;
  box-shadow:none;
}
.btn.primary,
.btn-primary{
  background:#0b7d8e !important;
  border-color:#0b7d8e !important;
  color:#ffffff !important;
}
.btn.primary:hover,
.btn.primary:focus,
.btn.primary:focus-visible,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible{
  background:#075c6d !important;
  border-color:#075c6d !important;
  color:#ffffff !important;
  text-decoration:none !important;
  box-shadow:0 10px 22px rgba(7,92,109,.22) !important;
}
.btn.secondary,
.btn-secondary{
  background:#ffffff !important;
  border-color:#b9dce4 !important;
  color:#0b6b80 !important;
}
.btn.secondary:hover,
.btn.secondary:focus,
.btn.secondary:focus-visible,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible{
  background:#eef9fb !important;
  border-color:#0b7d8e !important;
  color:#075c6d !important;
  text-decoration:none !important;
  box-shadow:0 10px 22px rgba(7,43,54,.10) !important;
}
@media(max-width:560px){
  .cta{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .cta .btn,
  .cta .btn-primary,
  .cta .btn-secondary{
    width:100% !important;
  }
}
/* ==================================================
   RESOUND VIVIA VIDEO HERO
================================================== */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero-video {
    position: relative;
    width: 100%;
    height:clamp(430px,58vh,560px);
    min-height:430px;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: #07191d;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: -3;

    width: 100%;
    height: 100%;
    max-width: 100%;

    display: block;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* Overlay i errët në anën e tekstit */

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            rgba(4, 17, 20, 0.88) 0%,
            rgba(4, 17, 20, 0.70) 38%,
            rgba(4, 17, 20, 0.30) 70%,
            rgba(4, 17, 20, 0.10) 100%
        );
}

/* Vignette në skajet e videos */

.hero-vignette {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center,
            transparent 35%,
            rgba(0, 0, 0, 0.25) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.10) 0%,
            transparent 24%,
            transparent 72%,
            rgba(0, 0, 0, 0.38) 100%
        );
}

.hero-video-inner {
    position: relative;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-content {
    width: min(100%, 680px);
    color: #ffffff;
}

/* Etiketa ReSound Vivia */

.hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 22px;
    padding: 9px 16px;


    border-radius: 999px;

    background: rgba(4, 31, 36, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: rgba(255, 255, 255, 0.96);
    font-size: 0.79rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.10em;
    text-transform: uppercase;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-subtitle-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #65dce5;
    box-shadow: 0 0 14px rgba(101, 220, 229, 0.9);
}

/* Titulli */

.hero-content h1 {
    display: flex;
    flex-direction: column;
    gap: 4px;

    max-width: 680px;
    margin: 0 0 24px;

    color: #ffffff;
    font-size: clamp(2.8rem, 5.3vw, 5.3rem);
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.055em;

    text-shadow:
        0 5px 24px rgba(0, 0, 0, 0.30),
        0 1px 2px rgba(0, 0, 0, 0.22);
}

.hero-content h1 span {
    display: block;
    color: #ffffff;
}

.hero-content h1 strong {
    display: block;
    color: #8ee7ec;
    font-weight: 750;
}

/* Përshkrimi */

.hero-content p {
    max-width: 610px;
    margin: 0 0 32px;

    color: rgba(255, 255, 255, 0.90);
    font-size: clamp(1rem, 1.45vw, 1.22rem);
    font-weight: 400;
    line-height: 1.65;

    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.28);
}

/* Butonat */

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
}

.hero-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;

    padding: 14px 27px;

    border: 1px solid transparent;
    border-radius: 999px;

    background: #ffffff;
    color: #07373d;

    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);

    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.hero-btn:hover,
.hero-btn:focus-visible {
    transform: translateY(-2px);
    background: #dcf9fa;
    color: #052e33;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.hero-btn-secondary {
    border-color: rgba(255, 255, 255, 0.50);
    background: rgba(6, 34, 39, 0.30);
    color: #ffffff;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    box-shadow: none;
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

/* Tablet */

@media (max-width: 900px) {
    .hero-video {
        height: 620px;
        min-height: 620px;
    }

    .hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(4, 17, 20, 0.87) 0%,
                rgba(4, 17, 20, 0.67) 58%,
                rgba(4, 17, 20, 0.25) 100%
            );
    }

    .hero-content {
        width: min(100%, 620px);
    }
}

/* Mobile */

@media (max-width: 640px) {
    .hero-video {
        height: 670px;
        min-height: 670px;
        align-items: flex-end;
    }

    .hero-video-bg {
        object-position: 61% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(3, 17, 20, 0.12) 0%,
                rgba(3, 17, 20, 0.30) 26%,
                rgba(3, 17, 20, 0.78) 64%,
                rgba(3, 17, 20, 0.97) 100%
            );
    }

    .hero-video-inner {
        padding-top: 130px;
        padding-bottom: 45px;
    }

    .hero-subtitle {
        margin-bottom: 17px;
        padding: 8px 12px;
        gap: 7px;

        font-size: 0.66rem;
        letter-spacing: 0.07em;
    }

    .hero-subtitle-dot {
        width: 7px;
        height: 7px;
        flex-basis: 7px;
    }

    .hero-content h1 {
        margin-bottom: 18px;
        font-size: clamp(2.45rem, 12vw, 3.8rem);
        line-height: 1;
    }

    .hero-content p {
        margin-bottom: 26px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn {
        width: 100%;
        min-height: 50px;
    }
}

/* Për përdoruesit që kanë çaktivizuar animacionet */

@media (prefers-reduced-motion: reduce) {
    .hero-video-bg {
        display: none;
    }

    .hero-video {
        background:
            linear-gradient(
                rgba(3, 18, 22, 0.65),
                rgba(3, 18, 22, 0.86)
            ),
            url("/products/resound-vivia.jpg") center / cover no-repeat;
    }

    .hero-btn {
        transition: none;
    }
}

/* ==================================================
   RESOUND VIVIA HERO — FINAL CENTERED OVERRIDES
   Vendoset në fund për të anashkaluar konfliktet ekzistuese
================================================== */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.hero-video {
    position: relative;
    width: 100%;
    height: clamp(500px, 64vh, 680px);
    min-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    background: #07191d;
}

.hero-video-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(4, 17, 20, 0.30) 0%,
        rgba(4, 17, 20, 0.48) 48%,
        rgba(4, 17, 20, 0.62) 100%
    );
}

.hero-vignette {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(
            ellipse at center,
            rgba(0, 0, 0, 0.02) 20%,
            rgba(0, 0, 0, 0.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.10) 0%,
            transparent 30%,
            transparent 68%,
            rgba(0, 0, 0, 0.32) 100%
        );
}

.hero-video-inner,
.hero-video .container {
    position: relative;
    width: min(1160px, 92%);
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    padding-bottom: 56px;
}

.hero-video .hero-content {
    width: min(100%, 920px) !important;
    max-width: 920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    color: #ffffff;
}

.hero-video .hero-subtitle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 auto 22px !important;
    padding: 9px 16px;

    border-radius: 999px;
    background: rgba(4, 31, 36, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.79rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-video .hero-subtitle-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #65dce5;
    box-shadow: 0 0 14px rgba(101, 220, 229, 0.9);
}

.hero-video .hero-content h1 {
    display: block !important;
    max-width: 840px !important;
    margin: 0 auto 24px !important;
    color: #ffffff !important;
    text-align: center !important;
    font-size: clamp(2.7rem, 5vw, 5rem);
    font-weight: 650;
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-shadow:
        0 5px 24px rgba(0, 0, 0, 0.30),
        0 1px 2px rgba(0, 0, 0, 0.22);
}

.hero-video .hero-content h1 span,
.hero-video .hero-content h1 strong {
    display: block !important;
    width: 100%;
    text-align: center !important;
}

.hero-video .hero-content h1 span {
    color: #ffffff !important;
}

.hero-video .hero-content h1 strong {
    color: #8ee7ec !important;
    font-weight: 750;
}

.hero-video .hero-content p {
    max-width: 720px !important;
    margin: 0 auto 34px !important;
    color: rgba(255, 255, 255, 0.92) !important;
    text-align: center !important;
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    font-weight: 400;
    line-height: 1.65;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.28);
}

.hero-video .hero-actions {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.hero-video .hero-btn {
    display: inline-flex !important;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 27px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #ffffff;
    color: #07373d;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.20),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.hero-video .hero-btn:hover,
.hero-video .hero-btn:focus-visible {
    transform: translateY(-2px);
    background: #dcf9fa;
    color: #052e33;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

.hero-video .hero-btn-secondary {
    border-color: rgba(255, 255, 255, 0.55);
    background: rgba(6, 34, 39, 0.34);
    color: #ffffff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
}

.hero-video .hero-btn-secondary:hover,
.hero-video .hero-btn-secondary:focus-visible {
    border-color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
}

@media (max-width: 900px) {
    .hero-video {
        height: 600px;
        min-height: 600px;
    }

    .hero-video .hero-content {
        width: min(100%, 760px) !important;
    }

    .hero-video .hero-content h1 {
        max-width: 700px !important;
    }
}

@media (max-width: 640px) {
    .hero-video {
        height: 640px;
        min-height: 640px;
        align-items: center;
    }

    .hero-video-bg {
        object-position: 61% center;
    }

    .hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(3, 17, 20, 0.18) 0%,
            rgba(3, 17, 20, 0.46) 42%,
            rgba(3, 17, 20, 0.88) 100%
        );
    }

    .hero-video-inner,
    .hero-video .container {
        width: min(100% - 28px, 1160px);
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .hero-video .hero-subtitle {
        margin-bottom: 18px !important;
        padding: 8px 12px;
        gap: 7px;
        font-size: 0.66rem;
        letter-spacing: 0.07em;
    }

    .hero-video .hero-content h1 {
        max-width: 100% !important;
        margin-bottom: 18px !important;
        font-size: clamp(2.35rem, 11vw, 3.6rem);
        line-height: 1.02;
    }

    .hero-video .hero-content p {
        max-width: 100% !important;
        margin-bottom: 26px !important;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-video .hero-actions {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .hero-video .hero-btn {
        width: 100% !important;
        min-height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-video-bg {
        display: none;
    }

    .hero-video {
        background:
            linear-gradient(
                rgba(3, 18, 22, 0.65),
                rgba(3, 18, 22, 0.86)
            ),
            url("/products/resound-vivia.jpg") center / cover no-repeat;
    }

    .hero-video .hero-btn {
        transition: none;
    }
}
.hero-badges{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin:35px 0;
}

.hero-badges .price{
    font-size:1rem;
    font-weight:700;
}

.hero-badges .pill{
    font-size:.9rem;
}
