:root{
  --vhrl-accent:#2563a8;
  --vhrl-accent-dark:#1a4a82;
  --vhrl-bg:#f4f6fa;
  --vhrl-bg-alt:#e8ecf4;
  --vhrl-text:#0f1e35;
  --vhrl-muted:#4a5a72;
  --vhrl-border:#c8d4e8;
  --vhrl-font-display:"Unbounded",system-ui,sans-serif;
  --vhrl-font-body:"Public Sans",system-ui,sans-serif;
  --vhrl-space-2:.5rem;
  --vhrl-space-4:1rem;
  --vhrl-space-6:1.5rem;
  --vhrl-space-8:2rem;
  --vhrl-space-12:3rem;
  --vhrl-space-20:5rem;
  --vhrl-radius-sm:.375rem;
  --vhrl-radius:.75rem;
  --vhrl-radius-lg:1.25rem;
  --vhrl-radius-pill:999px;
  --vhrl-shadow-sm:0 1px 4px rgba(15,30,53,.07);
  --vhrl-shadow-md:0 6px 24px rgba(15,30,53,.11);
  --vhrl-shadow-lg:0 18px 48px rgba(15,30,53,.16);
  --vhrl-transition:.28s ease;
  --vhrl-max-width:1200px;
  --vhrl-header-height:4.5rem;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--vhrl-font-body);color:var(--vhrl-text);background:var(--vhrl-bg);line-height:1.65;font-size:clamp(.95rem,.88rem+.32vw,1.05rem)}
h1,h2,h3,h4{font-family:var(--vhrl-font-display);line-height:1.12;color:var(--vhrl-text)}
h1{font-size:clamp(1.8rem,1.2rem+2.4vw,3rem)}
h2{font-size:clamp(1.4rem,1rem+1.6vw,2.2rem)}
h3{font-size:clamp(1.05rem,.9rem+.6vw,1.35rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--vhrl-max-width);margin-inline:auto}
.section{padding:var(--vhrl-space-20) 0}
.section-alt{background:var(--vhrl-bg-alt)}
.uyvb{background:var(--vhrl-text);color:#fff}
.uyvb h1,.uyvb h2,.uyvb h3,.uyvb h4{color:#fff}
.ucxm{background:var(--vhrl-accent);color:#fff}
.ucxm h1,.ucxm h2,.ucxm h3{color:#fff}
.section-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhrl-accent);margin-bottom:.6rem}
.uyvb .section-eyebrow{color:rgba(255,255,255,.7)}
.section-title{margin-bottom:var(--vhrl-space-4)}
.section-lead{color:var(--vhrl-muted);max-width:640px;margin-bottom:var(--vhrl-space-8)}
.uyvb .section-lead,.uyvb .muted{color:rgba(255,255,255,.7)}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--vhrl-radius-pill);font-family:var(--vhrl-font-body);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid transparent;transition:var(--vhrl-transition);text-decoration:none}
.btn-primary{background:var(--vhrl-accent);color:#fff;border-color:var(--vhrl-accent)}
.btn-primary:hover{background:var(--vhrl-accent-dark);border-color:var(--vhrl-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vhrl-accent);color:var(--vhrl-accent)}
.btn-outline:hover{background:var(--vhrl-accent);color:#fff}
.uyvb .btn-outline{border-color:#fff;color:#fff}
.uyvb .btn-outline:hover{background:#fff;color:var(--vhrl-text)}
.ucxm .btn-outline{border-color:#fff;color:#fff}
.ucxm .btn-outline:hover{background:#fff;color:var(--vhrl-accent)}
.btn-sm{padding:.5rem 1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.disclosure-bar{background:var(--vhrl-accent-dark);color:rgba(255,255,255,.9);text-align:center;padding:.45rem var(--vhrl-space-4);font-size:.78rem;letter-spacing:.02em}
.ujdy{position:sticky;top:0;z-index:50;background:rgba(244,246,250,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--vhrl-border);transition:var(--vhrl-transition)}
.ujdy.is-scrolled{box-shadow:var(--vhrl-shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vhrl-header-height);gap:var(--vhrl-space-6)}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.logo-mark{width:2rem;height:2rem;background:var(--vhrl-accent);color:#fff;border-radius:.35rem;display:flex;align-items:center;justify-content:center;font-family:var(--vhrl-font-display);font-size:.7rem;font-weight:700;flex-shrink:0}
.logo-text{font-family:var(--vhrl-font-display);font-size:1rem;font-weight:700;color:var(--vhrl-text)}
.uviu{display:flex;align-items:center;gap:var(--vhrl-space-6)}
.uviu a{font-size:.9rem;font-weight:500;color:var(--vhrl-text);transition:var(--vhrl-transition)}
.uviu a:hover,.uviu a.nav-active{color:var(--vhrl-accent)}
.uzrr{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.uzrr span{width:24px;height:2px;background:var(--vhrl-text);transition:var(--vhrl-transition);display:block}
.media{position:relative;overflow:hidden;border-radius:var(--vhrl-radius);background:linear-gradient(135deg,var(--vhrl-accent) 0%,var(--vhrl-bg-alt) 100%)}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.media-16x9{aspect-ratio:16/9}
.media-21x9{aspect-ratio:21/9}
.media-4x3{aspect-ratio:4/3}
.media-1x1{aspect-ratio:1/1}
.media-3x4{aspect-ratio:3/4}
.hero{padding:0;position:relative;overflow:hidden}
.uvie{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.uvie img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-card-wrap{position:relative;min-height:560px;display:flex;align-items:stretch}
.hero-bg-photo{position:absolute;inset:0;border-radius:0;z-index:0}
.hero-bg-photo img{width:100%;height:100%;object-fit:cover;opacity:.22}
.hero-card{position:relative;z-index:1;background:rgba(244,246,250,.96);border-radius:var(--vhrl-radius-lg);padding:var(--vhrl-space-12);box-shadow:var(--vhrl-shadow-lg);max-width:560px;margin:var(--vhrl-space-20) 0;color:var(--vhrl-text)}
.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhrl-accent);margin-bottom:.8rem}
.hero-title{font-size:clamp(1.8rem,1.2rem+2.4vw,3rem);margin-bottom:var(--vhrl-space-4)}
.hero-title .hl{color:var(--vhrl-accent)}
.hero-sub{color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-6);font-size:1.05rem}
.checklist{list-style:none;display:grid;gap:.75rem;margin-bottom:var(--vhrl-space-6)}
.checklist li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem}
.check-ic{flex:0 0 auto;width:1.9rem;height:1.9rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(37,99,168,.14);color:var(--vhrl-accent);font-size:.95rem;margin-top:.05rem}
.hero-rating{font-size:.95rem;margin-bottom:var(--vhrl-space-4);color:var(--vhrl-text)}
.stars{color:#e8a534;letter-spacing:.08em}
.large-stars{font-size:1.4rem}
.price-block{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:var(--vhrl-space-6)}
.price-old{color:var(--vhrl-muted);font-size:1.05rem;text-decoration:line-through}
.price-new{font-family:var(--vhrl-font-display);font-size:clamp(1.6rem,1.2rem+1.2vw,2.2rem);color:var(--vhrl-accent)}
.price-badge{background:var(--vhrl-accent);color:#fff;padding:.2rem .75rem;border-radius:var(--vhrl-radius-pill);font-size:.82rem;font-weight:700}
.hero-actions{display:flex;gap:var(--vhrl-space-4);flex-wrap:wrap;margin-bottom:var(--vhrl-space-4)}
.hero-note{font-size:.82rem;color:var(--vhrl-muted)}
.page-hero{padding:var(--vhrl-space-12) 0 var(--vhrl-space-8)}
.page-title{margin-bottom:var(--vhrl-space-4)}
.page-lead{color:var(--vhrl-muted);max-width:680px;margin-bottom:var(--vhrl-space-6)}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-4)}
.breadcrumb a{color:var(--vhrl-accent)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhrl-space-12);align-items:center}
.split-content{min-width:0}
.spot-item{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhrl-space-8);align-items:center;margin-bottom:var(--vhrl-space-12)}
.spot-reverse{direction:rtl}
.spot-reverse .spot-text{direction:ltr}
.spot-reverse .media{direction:ltr}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vhrl-space-6)}
.benefit-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6);transition:var(--vhrl-transition)}
.benefit-card:hover{box-shadow:var(--vhrl-shadow-md);transform:translateY(-2px)}
.benefit-icon{width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(37,99,168,.12);color:var(--vhrl-accent);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:var(--vhrl-space-4)}
.benefit-card h3{margin-bottom:.5rem}
.disclaimer-inline{font-size:.82rem;color:var(--vhrl-muted);margin-top:var(--vhrl-space-4);padding:.6rem var(--vhrl-space-4);background:var(--vhrl-bg-alt);border-radius:var(--vhrl-radius-sm);border-left:3px solid var(--vhrl-accent)}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--vhrl-border)}
.dose-table thead th{background:var(--vhrl-bg-alt);font-family:var(--vhrl-font-display);font-size:.85rem}
.dose-note{font-size:.8rem;color:var(--vhrl-muted);margin-top:.5rem}
.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse}
.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vhrl-border)}
.data-table thead th{background:var(--vhrl-bg-alt);font-family:var(--vhrl-font-display);font-size:.85rem}
.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhrl-space-6)}
.spec-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6)}
.spec-card h3{font-size:.9rem;color:var(--vhrl-muted);margin-bottom:.4rem;font-family:var(--vhrl-font-body);font-weight:600}
.ingredient-spotlight{display:grid;gap:var(--vhrl-space-12)}
.uyvb .ingredient-spotlight .spot-text,.uyvb .split-content{color:#fff}
.timeline-v{position:relative;padding-left:var(--vhrl-space-12);display:grid;gap:var(--vhrl-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vhrl-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-48px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vhrl-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.tl-body h3{margin-bottom:.4rem}
.steps-grid{max-width:640px;margin:var(--vhrl-space-8) auto 0}
.steps-note{text-align:center;color:var(--vhrl-muted);font-size:.85rem;margin-top:var(--vhrl-space-8)}
.ucxm .steps-note{color:rgba(255,255,255,.75)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vhrl-space-6);text-align:center}
.trust-item{padding:var(--vhrl-space-4)}
.trust-item i{font-size:1.8rem;color:var(--vhrl-accent);display:block;margin-bottom:.6rem}
.uyvb .trust-item i{color:#7eb3f0}
.trust-item strong{display:block;font-family:var(--vhrl-font-display);font-size:.85rem;margin-bottom:.3rem}
.trust-item span{font-size:.82rem;color:rgba(255,255,255,.7)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vhrl-space-6)}
.testimonial-grid-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vhrl-space-6)}
.testimonial{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6);color:var(--vhrl-text)}
.t-avatar{width:2.4rem;height:2.4rem;border-radius:50%;background:var(--vhrl-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--vhrl-font-display);font-size:.75rem;font-weight:700;margin-bottom:.6rem}
.testimonial p{margin:.5rem 0 .75rem;font-style:italic;color:var(--vhrl-text)}
.testimonial cite{font-style:normal;font-size:.85rem;font-weight:600;color:var(--vhrl-accent)}
.testimonial-disclaimer{font-size:.85rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-6);text-align:center}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vhrl-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--vhrl-font-display);font-size:clamp(2rem,1.4rem+2vw,3rem);color:#fff;line-height:1.1;margin-bottom:.3rem}
.bigstat span{font-size:.85rem;color:rgba(255,255,255,.8)}
.bigstat-note{text-align:center;font-size:.78rem;color:rgba(255,255,255,.6);margin-top:var(--vhrl-space-6)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vhrl-space-12);align-items:start}
.order-product-side{display:flex;flex-direction:column;gap:var(--vhrl-space-6)}
.uyqd{position:relative;aspect-ratio:1/1;border-radius:var(--vhrl-radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--vhrl-bg-alt),var(--vhrl-border))}
.uyqd img{width:100%;height:100%;object-fit:cover}
.product-pack{max-width:300px;margin-inline:auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(15,30,53,.18))}
.order-guarantees{display:grid;gap:.5rem}
.guarantee-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--vhrl-muted)}
.guarantee-item i{color:var(--vhrl-accent);flex-shrink:0}
.uebp{background:#fff;color:var(--vhrl-text);border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-lg);box-shadow:var(--vhrl-shadow-md);padding:var(--vhrl-space-8)}
.uebp h3{font-family:var(--vhrl-font-display);font-size:1.1rem;margin-bottom:var(--vhrl-space-4)}
.form-group{margin-bottom:var(--vhrl-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.92rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-sm);font:inherit;background:#fff;color:var(--vhrl-text)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:2px solid var(--vhrl-accent);outline-offset:1px}
.form-checkbox{display:flex;align-items:flex-start;gap:.6rem}
.form-checkbox input{width:auto;margin-top:.2rem;flex-shrink:0}
.form-checkbox label{font-weight:400;font-size:.88rem}
.unzd{display:none;color:#c0392b;font-size:.82rem;margin-top:.25rem}
.unzd.is-visible{display:block}
.uepe{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.phone-row{display:grid;grid-template-columns:minmax(84px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem}
.order-note{font-size:.82rem;color:var(--vhrl-muted);text-align:center;margin-top:var(--vhrl-space-4)}
.faq{display:grid;gap:.4rem;max-width:780px;margin-inline:auto}
.uvgo{border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);overflow:hidden;background:#fff}
.ukze{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--vhrl-space-4) var(--vhrl-space-6);background:none;border:0;cursor:pointer;font:inherit;font-weight:600;font-size:.95rem;text-align:left;color:var(--vhrl-text);gap:var(--vhrl-space-4);transition:var(--vhrl-transition)}
.ukze:hover{background:var(--vhrl-bg-alt)}
.ukze i{flex-shrink:0;transition:transform .28s ease;font-size:1.1rem;color:var(--vhrl-accent)}
.uvgo.is-open .ukze i{transform:rotate(180deg)}
.uips{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:0 var(--vhrl-space-6) var(--vhrl-space-4)}
.faq-answer-inner p{color:var(--vhrl-muted);font-size:.95rem}
.cta-band{text-align:center}
.cta-inner{display:flex;flex-direction:column;align-items:center;gap:var(--vhrl-space-6)}
.cta-inner h2{color:#fff;max-width:600px}
.cta-inner p{color:rgba(255,255,255,.8)}
.cta-btn-row{display:flex;gap:var(--vhrl-space-4);flex-wrap:wrap;justify-content:center}
.rating-summary{margin:var(--vhrl-space-6) 0}
.rating-big{display:flex;align-items:center;gap:var(--vhrl-space-4);flex-wrap:wrap}
.rating-num{font-family:var(--vhrl-font-display);font-size:3rem;color:var(--vhrl-accent);line-height:1}
.rating-count{color:var(--vhrl-muted)}
.contact-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--vhrl-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:var(--vhrl-space-6)}
.contact-info-item{display:flex;gap:var(--vhrl-space-4);padding:var(--vhrl-space-4) 0;border-bottom:1px solid var(--vhrl-border)}
.contact-info-item:last-child{border-bottom:none}
.contact-info-item i{font-size:1.2rem;color:var(--vhrl-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;margin-bottom:.2rem;font-size:.9rem}
.map-container{border-radius:var(--vhrl-radius-lg);overflow:hidden;border:1px solid var(--vhrl-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.delivery-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhrl-space-6);margin-top:var(--vhrl-space-8)}
.d-info-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6)}
.d-info-card i{font-size:1.6rem;color:var(--vhrl-accent);display:block;margin-bottom:var(--vhrl-space-4)}
.d-info-card h3{margin-bottom
:root{
  --vhrl-accent:#2563a8;
  --vhrl-accent-dark:#1a4a82;
  --vhrl-bg:#f4f6fa;
  --vhrl-bg-alt:#e8ecf4;
  --vhrl-text:#0f1e35;
  --vhrl-muted:#4a5a72;
  --vhrl-border:#c8d4e8;
  --vhrl-font-display:"Unbounded",system-ui,sans-serif;
  --vhrl-font-body:"Public Sans",system-ui,sans-serif;
  --vhrl-space-2:.5rem;--vhrl-space-4:1rem;--vhrl-space-6:1.5rem;--vhrl-space-8:2rem;--vhrl-space-12:3rem;--vhrl-space-20:5rem;
  --vhrl-radius-sm:.375rem;--vhrl-radius:.75rem;--vhrl-radius-lg:1.25rem;--vhrl-radius-pill:999px;
  --vhrl-shadow-sm:0 1px 4px rgba(15,30,53,.07);--vhrl-shadow-md:0 6px 24px rgba(15,30,53,.11);--vhrl-shadow-lg:0 18px 48px rgba(15,30,53,.16);
  --vhrl-transition:.28s ease;--vhrl-max-width:1200px;--vhrl-header-height:4.5rem;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--vhrl-font-body);color:var(--vhrl-text);background:var(--vhrl-bg);line-height:1.65;font-size:clamp(.95rem,.88rem+.32vw,1.05rem)}
h1,h2,h3,h4{font-family:var(--vhrl-font-display);line-height:1.12;color:var(--vhrl-text)}
h1{font-size:clamp(1.8rem,1.2rem+2.4vw,3rem)}
h2{font-size:clamp(1.4rem,1rem+1.6vw,2.2rem)}
h3{font-size:clamp(1.05rem,.9rem+.6vw,1.35rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--vhrl-max-width);margin-inline:auto}
.section{padding:var(--vhrl-space-20) 0}
.section-alt{background:var(--vhrl-bg-alt)}
.uyvb{background:var(--vhrl-text);color:#fff}
.uyvb h1,.uyvb h2,.uyvb h3,.uyvb h4{color:#fff}
.ucxm{background:var(--vhrl-accent);color:#fff}
.ucxm h1,.ucxm h2,.ucxm h3{color:#fff}
.section-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhrl-accent);margin-bottom:.6rem}
.uyvb .section-eyebrow{color:rgba(255,255,255,.7)}
.section-title{margin-bottom:var(--vhrl-space-4)}
.section-lead{color:var(--vhrl-muted);max-width:640px;margin-bottom:var(--vhrl-space-8)}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--vhrl-radius-pill);font-family:var(--vhrl-font-body);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid transparent;transition:var(--vhrl-transition);text-decoration:none}
.btn-primary{background:var(--vhrl-accent);color:#fff;border-color:var(--vhrl-accent)}
.btn-primary:hover{background:var(--vhrl-accent-dark);border-color:var(--vhrl-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vhrl-accent);color:var(--vhrl-accent)}
.btn-outline:hover{background:var(--vhrl-accent);color:#fff}
.uyvb .btn-outline{border-color:#fff;color:#fff}
.uyvb .btn-outline:hover{background:#fff;color:var(--vhrl-text)}
.ucxm .btn-outline{border-color:#fff;color:#fff}
.ucxm .btn-outline:hover{background:#fff;color:var(--vhrl-accent)}
.btn-sm{padding:.5rem 1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.disclosure-bar{background:var(--vhrl-accent-dark);color:rgba(255,255,255,.9);text-align:center;padding:.45rem var(--vhrl-space-4);font-size:.78rem;letter-spacing:.02em}
.ujdy{position:sticky;top:0;z-index:50;background:rgba(244,246,250,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--vhrl-border);transition:var(--vhrl-transition)}
.ujdy.is-scrolled{box-shadow:var(--vhrl-shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vhrl-header-height);gap:var(--vhrl-space-6)}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.logo-mark{width:2rem;height:2rem;background:var(--vhrl-accent);color:#fff;border-radius:.35rem;display:flex;align-items:center;justify-content:center;font-family:var(--vhrl-font-display);font-size:.7rem;font-weight:700;flex-shrink:0}
.logo-text{font-family:var(--vhrl-font-display);font-size:1rem;font-weight:700;color:var(--vhrl-text)}
.uviu{display:flex;align-items:center;gap:var(--vhrl-space-6)}
.uviu a{font-size:.9rem;font-weight:500;color:var(--vhrl-text);transition:var(--vhrl-transition)}
.uviu a:hover,.uviu a.nav-active{color:var(--vhrl-accent)}
.uzrr{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.uzrr span{width:24px;height:2px;background:var(--vhrl-text);transition:var(--vhrl-transition);display:block}
.media{position:relative;overflow:hidden;border-radius:var(--vhrl-radius);background:linear-gradient(135deg,var(--vhrl-accent) 0%,var(--vhrl-bg-alt) 100%)}
.media img{width:100%;height:100%;object-fit:cover;display:block}
.media-16x9{aspect-ratio:16/9}
.media-21x9{aspect-ratio:21/9}
.media-4x3{aspect-ratio:4/3}
.media-1x1{aspect-ratio:1/1}
.media-3x4{aspect-ratio:3/4}
.hero{padding:0;position:relative;overflow:hidden}
.uvie{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.uvie img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-card-wrap{position:relative;min-height:560px;display:flex;align-items:stretch}
.hero-bg-photo{position:absolute;inset:0;border-radius:0;z-index:0}
.hero-bg-photo img{width:100%;height:100%;object-fit:cover;opacity:.22}
.hero-card{position:relative;z-index:1;background:rgba(244,246,250,.96);border-radius:var(--vhrl-radius-lg);padding:var(--vhrl-space-12);box-shadow:var(--vhrl-shadow-lg);max-width:560px;margin:var(--vhrl-space-20) 0;color:var(--vhrl-text)}
.hero-eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhrl-accent);margin-bottom:.8rem}
.hero-title{font-size:clamp(1.8rem,1.2rem+2.4vw,3rem);margin-bottom:var(--vhrl-space-4)}
.hero-title .hl{color:var(--vhrl-accent)}
.hero-sub{color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-6);font-size:1.05rem}
.checklist{list-style:none;display:grid;gap:.75rem;margin-bottom:var(--vhrl-space-6)}
.checklist li{display:flex;align-items:flex-start;gap:.65rem;font-size:.95rem}
.check-ic{flex:0 0 auto;width:1.9rem;height:1.9rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(37,99,168,.14);color:var(--vhrl-accent);font-size:.95rem;margin-top:.05rem}
.hero-rating{font-size:.95rem;margin-bottom:var(--vhrl-space-4);color:var(--vhrl-text)}
.stars{color:#e8a534;letter-spacing:.08em}
.large-stars{font-size:1.4rem}
.price-block{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:var(--vhrl-space-6)}
.price-old{color:var(--vhrl-muted);font-size:1.05rem;text-decoration:line-through}
.price-new{font-family:var(--vhrl-font-display);font-size:clamp(1.6rem,1.2rem+1.2vw,2.2rem);color:var(--vhrl-accent)}
.price-badge{background:var(--vhrl-accent);color:#fff;padding:.2rem .75rem;border-radius:var(--vhrl-radius-pill);font-size:.82rem;font-weight:700}
.hero-actions{display:flex;gap:var(--vhrl-space-4);flex-wrap:wrap;margin-bottom:var(--vhrl-space-4)}
.hero-note{font-size:.82rem;color:var(--vhrl-muted)}
.page-hero{padding:var(--vhrl-space-12) 0 var(--vhrl-space-8)}
.page-title{margin-bottom:var(--vhrl-space-4)}
.page-lead{color:var(--vhrl-muted);max-width:680px;margin-bottom:var(--vhrl-space-6)}
.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-4)}
.breadcrumb a{color:var(--vhrl-accent)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhrl-space-12);align-items:center}
.split-content{min-width:0}
.spot-item{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhrl-space-8);align-items:center;margin-bottom:var(--vhrl-space-12)}
.spot-reverse{direction:rtl}
.spot-reverse .spot-text{direction:ltr}
.spot-reverse .media{direction:ltr}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vhrl-space-6)}
.benefit-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6);transition:var(--vhrl-transition)}
.benefit-card:hover{box-shadow:var(--vhrl-shadow-md);transform:translateY(-2px)}
.benefit-icon{width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(37,99,168,.12);color:var(--vhrl-accent);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:var(--vhrl-space-4)}
.benefit-card h3{margin-bottom:.5rem}
.disclaimer-inline{font-size:.82rem;color:var(--vhrl-muted);margin-top:var(--vhrl-space-4);padding:.6rem var(--vhrl-space-4);background:var(--vhrl-bg-alt);border-radius:var(--vhrl-radius-sm);border-left:3px solid var(--vhrl-accent)}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--vhrl-border)}
.dose-table thead th{background:var(--vhrl-bg-alt);font-family:var(--vhrl-font-display);font-size:.85rem}
.dose-note{font-size:.8rem;color:var(--vhrl-muted);margin-top:.5rem}
.table-wrap{overflow-x:auto}
.data-table{width:100%;border-collapse:collapse}
.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vhrl-border)}
.data-table thead th{background:var(--vhrl-bg-alt);font-family:var(--vhrl-font-display);font-size:.85rem}
.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhrl-space-6)}
.spec-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6)}
.spec-card h3{font-size:.9rem;color:var(--vhrl-muted);margin-bottom:.4rem;font-family:var(--vhrl-font-body);font-weight:600}
.ingredient-spotlight{display:grid;gap:var(--vhrl-space-12)}
.timeline-v{position:relative;padding-left:var(--vhrl-space-12);display:grid;gap:var(--vhrl-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vhrl-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-48px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vhrl-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}
.tl-body h3{margin-bottom:.4rem}
.steps-grid{max-width:640px;margin:var(--vhrl-space-8) auto 0}
.steps-note{text-align:center;color:var(--vhrl-muted);font-size:.85rem;margin-top:var(--vhrl-space-8)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vhrl-space-6);text-align:center}
.trust-item{padding:var(--vhrl-space-4)}
.trust-item i{font-size:1.8rem;color:var(--vhrl-accent);display:block;margin-bottom:.6rem}
.uyvb .trust-item i{color:#7eb3f0}
.trust-item strong{display:block;font-family:var(--vhrl-font-display);font-size:.82rem;margin-bottom:.3rem}
.trust-item span{font-size:.82rem;color:rgba(255,255,255,.7)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vhrl-space-6)}
.testimonial-grid-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vhrl-space-6)}
.testimonial{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6);color:var(--vhrl-text)}
.t-avatar{width:2.4rem;height:2.4rem;border-radius:50%;background:var(--vhrl-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--vhrl-font-display);font-size:.75rem;font-weight:700;margin-bottom:.6rem}
.testimonial p{margin:.5rem 0 .75rem;font-style:italic;color:var(--vhrl-text)}
.testimonial cite{font-style:normal;font-size:.85rem;font-weight:600;color:var(--vhrl-accent)}
.testimonial-disclaimer{font-size:.85rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-6);text-align:center}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vhrl-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--vhrl-font-display);font-size:clamp(2rem,1.4rem+2vw,3rem);color:#fff;line-height:1.1;margin-bottom:.3rem}
.bigstat span{font-size:.85rem;color:rgba(255,255,255,.8)}
.bigstat-note{text-align:center;font-size:.78rem;color:rgba(255,255,255,.65);margin-top:var(--vhrl-space-6)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vhrl-space-12);align-items:start}
.order-product-side{display:flex;flex-direction:column;gap:var(--vhrl-space-6)}
.uyqd{position:relative;aspect-ratio:1/1;border-radius:var(--vhrl-radius-lg);overflow:hidden;background:linear-gradient(135deg,var(--vhrl-bg-alt),var(--vhrl-border))}
.uyqd img{width:100%;height:100%;object-fit:cover}
.product-pack{max-width:300px;margin-inline:auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(15,30,53,.18))}
.order-guarantees{display:grid;gap:.5rem}
.guarantee-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;color:var(--vhrl-muted)}
.guarantee-item i{color:var(--vhrl-accent);flex-shrink:0}
.uebp{background:#fff;color:var(--vhrl-text);border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-lg);box-shadow:var(--vhrl-shadow-md);padding:var(--vhrl-space-8)}
.uebp h3{font-family:var(--vhrl-font-display);font-size:1.1rem;margin-bottom:var(--vhrl-space-4)}
.uyvb .uebp,.ucxm .uebp{background:#fff;color:var(--vhrl-text)}
.form-group{margin-bottom:var(--vhrl-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.92rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-sm);font:inherit;background:#fff;color:var(--vhrl-text)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:2px solid var(--vhrl-accent);outline-offset:1px}
.form-checkbox{display:flex;align-items:flex-start;gap:.6rem}
.form-checkbox input{width:auto;margin-top:.2rem;flex-shrink:0}
.form-checkbox label{font-weight:400;font-size:.88rem}
.unzd{display:none;color:#c0392b;font-size:.82rem;margin-top:.25rem}
.unzd.is-visible{display:block}
.uepe{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.phone-row{display:grid;grid-template-columns:minmax(84px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem}
.order-note{font-size:.82rem;color:var(--vhrl-muted);text-align:center;margin-top:var(--vhrl-space-4)}
.faq{display:grid;gap:.4rem;max-width:780px;margin-inline:auto}
.uvgo{border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);overflow:hidden;background:#fff}
.ukze{width:100%;display:flex;justify-content:space-between;align-items:center;padding:var(--vhrl-space-4) var(--vhrl-space-6);background:none;border:0;cursor:pointer;font:inherit;font-weight:600;font-size:.95rem;text-align:left;color:var(--vhrl-text);gap:var(--vhrl-space-4);transition:var(--vhrl-transition)}
.ukze:hover{background:var(--vhrl-bg-alt)}
.ukze i{flex-shrink:0;transition:transform .28s ease;font-size:1.1rem;color:var(--vhrl-accent)}
.uvgo.is-open .ukze i{transform:rotate(180deg)}
.uips{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:0 var(--vhrl-space-6) var(--vhrl-space-4)}
.faq-answer-inner p{color:var(--vhrl-muted);font-size:.95rem}
.cta-band{text-align:center}
.cta-inner{display:flex;flex-direction:column;align-items:center;gap:var(--vhrl-space-6)}
.cta-inner h2{color:#fff;max-width:600px}
.cta-inner p{color:rgba(255,255,255,.8)}
.cta-btn-row{display:flex;gap:var(--vhrl-space-4);flex-wrap:wrap;justify-content:center}
.rating-summary{margin:var(--vhrl-space-6) 0}
.rating-big{display:flex;align-items:center;gap:var(--vhrl-space-4);flex-wrap:wrap}
.rating-num{font-family:var(--vhrl-font-display);font-size:3rem;color:var(--vhrl-accent);line-height:1}
.rating-count{color:var(--vhrl-muted)}
.contact-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--vhrl-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:var(--vhrl-space-6)}
.contact-info-item{display:flex;gap:var(--vhrl-space-4);padding:var(--vhrl-space-4) 0;border-bottom:1px solid var(--vhrl-border)}
.contact-info-item:last-child{border-bottom:none}
.contact-info-item i{font-size:1.2rem;color:var(--vhrl-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;margin-bottom:.2rem;font-size:.9rem}
.map-container{border-radius:var(--vhrl-radius-lg);overflow:hidden;border:1px solid var(--vhrl-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.delivery-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhrl-space-6);margin-top:var(--vhrl-space-8)}
.d-info-card{background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius);padding:var(--vhrl-space-6)}
.d-info-card i{font-size:1.6rem;color:var(--vhrl-accent);display:block;margin-bottom:var(--vhrl-space-4)}
.d-info-card h3{margin-bottom:.4rem}
.use-steps{display:grid;gap:var(--vhrl-space-6)}
.use-step{display:flex;gap:var(--vhrl-space-4);align-items:flex-start}
.use-num{width:2.2rem;height:2.2rem;border-radius:50%;background:var(--vhrl-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--vhrl-font-display);font-size:.85rem;font-weight:700;flex-shrink:0}
.use-list{list-style:none;display:grid;gap:.6rem}
.use-list li{display:flex;align-items:flex-start;gap:.6rem}
.use-list i{color:var(--vhrl-accent);margin-top:.15rem;flex-shrink:0}
.pack-detail-wrap{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhrl-space-12);align-items:start}
.pack-detail-text h2{margin-bottom:var(--vhrl-space-4)}
.site-footer{background:var(--vhrl-text);color:rgba(255,255,255,.85);padding:var(--vhrl-space-12) 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:var(--vhrl-space-8);padding-bottom:var(--vhrl-space-8);border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .logo-text{color:#fff;display:block;margin-bottom:var(--vhrl-space-4)}
.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.6}
.footer-payment{margin-top:.6rem;font-size:.82rem;color:rgba(255,255,255,.5)}
.footer-col h4{font-family:var(--vhrl-font-display);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:var(--vhrl-space-4)}
.footer-col ul{list-style:none;display:grid;gap:.6rem}
.footer-col ul a{font-size:.88rem;color:rgba(255,255,255,.7);transition:var(--vhrl-transition)}
.footer-col ul a:hover{color:#fff}
.footer-col p{font-size:.85rem;color:rgba(255,255,255,.65);line-height:1.7}
.footer-col a{color:rgba(255,255,255,.7)}
.footer-col a:hover{color:#fff}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vhrl-space-4) var(--vhrl-space-6);justify-content:center;padding:var(--vhrl-space-6) var(--vhrl-space-4);border-bottom:1px solid rgba(255,255,255,.08)}
.footer-legal-links a{font-size:.82rem;color:rgba(255,255,255,.55);transition:var(--vhrl-transition)}
.footer-legal-links a:hover{color:#fff}
.footer-disclaimer{font-size:.78rem;color:rgba(255,255,255,.45);text-align:center;padding:var(--vhrl-space-4) var(--vhrl-space-8);max-width:860px;margin-inline:auto;line-height:1.6}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:var(--vhrl-space-4) 0 var(--vhrl-space-6);font-size:.8rem;color:rgba(255,255,255,.4)}
.utsw{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-lg);box-shadow:var(--vhrl-shadow-lg);padding:var(--vhrl-space-6);transform:translateY(140%);transition:transform .4s ease}
.utsw.is-visible{transform:none}
.cookie-banner-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--vhrl-space-4)}
.cookie-banner-text{font-size:.9rem;color:var(--vhrl-text)}
.cookie-banner-text a{color:var(--vhrl-accent);text-decoration:underline}
.cookie-banner-actions{display:flex;gap:.6rem;flex-wrap:wrap}
.ufpk{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}
.ufpk.is-visible{display:flex}
.urto{background:#fff;border-radius:var(--vhrl-radius-lg);padding:var(--vhrl-space-8);max-width:500px;width:94%;max-height:90vh;overflow-y:auto}
.urto h2{margin-bottom:var(--vhrl-space-4);font-size:1.2rem}
.urto p{font-size:.9rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-6)}
.cookie-toggle{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--vhrl-space-4) 0;border-bottom:1px solid var(--vhrl-border)}
.cookie-toggle h4{font-size:.9rem;margin-bottom:.2rem}
.cookie-toggle p{font-size:.82rem;color:var(--vhrl-muted);margin-bottom:0}
.cookie-modal-actions{display:flex;gap:.6rem;margin-top:var(--vhrl-space-6);flex-wrap:wrap}
.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;margin-left:var(--vhrl-space-4)}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:var(--vhrl-transition);cursor:pointer}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vhrl-transition)}
.switch input:checked+.slider{background:var(--vhrl-accent)}
.switch input:checked+.slider::before{transform:translateX(20px)}
.switch input:disabled+.slider{opacity:.6;cursor:not-allowed}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--vhrl-accent);color:#fff;border:0;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:var(--vhrl-shadow-md);transition:var(--vhrl-transition)}
.back-to-top.is-visible{display:flex}
.back-to-top:hover{background:var(--vhrl-accent-dark)}
.uyti,.uhmo{background:#fff;color:var(--vhrl-text);border:1px solid var(--vhrl-border);border-radius:var(--vhrl-radius-lg);padding:var(--vhrl-space-8)}
.uyti *,.uhmo *{color:var(--vhrl-text)}
.uyvb .uyti,.uyvb .uhmo,.ucxm .uyti,.ucxm .uhmo{background:#fff;color:var(--vhrl-text)}
.umzu{margin-top:var(--vhrl-space-6);padding:var(--vhrl-space-6);background:var(--vhrl-bg-alt);border-radius:var(--vhrl-radius);border-left:4px solid var(--vhrl-accent);color:var(--vhrl-text);font-weight:600}
.calc-row{margin-bottom:var(--vhrl-space-6)}
.calc-row label{display:block;font-weight:600;margin-bottom:.6rem;color:var(--vhrl-text)}
.calc-val{color:var(--vhrl-accent);font-weight:700}
.calc-check{display:flex;align-items:center;gap:.6rem;font-weight:400}
.calc-check input{width:auto}
.calc-note{font-size:.82rem;color:var(--vhrl-muted);margin-top:var(--vhrl-space-4)}
.uhmo{position:relative;overflow:hidden}
.uypv{display:flex;transition:transform .4s ease}
.uwhg{min-width:100%;flex:0 0 100%}
.uqei{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--vhrl-border);background:#fff;cursor:pointer;font-size:1.2rem;color:var(--vhrl-text);display:flex;align-items:center;justify-content:center;transition:var(--vhrl-transition);z-index:2}
.uqei:hover{background:var(--vhrl-accent);color:#fff;border-color:var(--vhrl-accent)}
.ukgp{left:.5rem}
.ubrc{right:.5rem}
.uhmo .testimonial{margin:0 3.5rem}
.legal-section{padding:var(--vhrl-space-20) 0}
.legal-wrap{max-width:780px}
.legal-wrap h1{margin-bottom:var(--vhrl-space-4)}
.legal-wrap h2{font-size:1.1rem;margin:var(--vhrl-space-8) 0 var(--vhrl-space-4)}
.legal-wrap p{color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-4);line-height:1.75}
.legal-wrap a{color:var(--vhrl-accent);text-decoration:underline}
.legal-updated{font-size:.85rem;color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-8)}
.faq-page-wrap{max-width:860px}
.thankyou-section{min-height:60vh;display:flex;align-items:center}
.thankyou-wrap{text-align:center;max-width:560px;margin-inline:auto}
.thankyou-wrap h1{margin-bottom:var(--vhrl-space-6)}
.thankyou-wrap p{color:var(--vhrl-muted);margin-bottom:var(--vhrl-space-4)}
.thankyou-icon{font-size:4rem;color:var(--vhrl-accent);margin-bottom:var(--vhrl-space-6)}
input[type=range]{width:100%;accent-color:var(--vhrl-accent);margin-top:.4rem}
@media(max-width:768px){
  .uzrr{display:flex}
  .uviu{position:fixed;inset:var(--vhrl-header-height) 0 auto 0;flex-direction:column;background:#fff;padding:var(--vhrl-space-6);box-shadow:var(--vhrl-shadow-md);transform:translateY(-150%);transition:var(--vhrl-transition);z-index:49;align-items:flex-start}
  .uviu.is-open{transform:none}
  .hero-card{margin:var(--vhrl-space-8) 0;padding:var(--vhrl-space-8)}
  .split-block,.contact-layout,.order-layout,.pack-detail-wrap,.spot-item{grid-template-columns:1fr}
  .spot-reverse{direction:ltr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-bottom{flex-direction:column;align-items:center;text-align:center}
  .cookie-banner-inner{flex-direction:column}
  .steps-grid{padding-left:var(--vhrl-space-8)}
  .uhmo .testimonial{margin:0 2.5rem}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .hero-actions{flex-direction:column}
  .uhmo .testimonial{margin:0 2rem}
  .bigstat-grid{grid-template-columns:1fr 1fr}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.utsw{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.utsw.is-visible,.cookie-banner--visible,.utsw.show,.utsw.active{transform:none !important}
.utsw a{color:inherit;text-decoration:underline}
.utsw button{cursor:pointer}
.ufpk{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.ufpk.is-visible,.cookie-modal--visible,.ufpk.show,.ufpk.active{display:flex !important}
.urto,.ufpk>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uyvb .uetj,.uyvb .uyti,.uyvb .ulmt,.uyvb .uhmo,.ucxm .uetj,.ucxm .uyti,.ucxm .ulmt,.ucxm .uhmo{background:#fff !important;color:#1a1a1a !important}
.uetj,.uyti{color:#1a1a1a !important}
.uetj label,.uyti label,.uetj p,.uyti p,.uetj .utrm,.uetj span,.uyti span,.umzu,.ubne,.ulmt .uvnw,.ulmt .uvnw *{color:#1a1a1a !important}
.umzu,.ubne{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uetj .uaps{color:#1a1a1a !important}
.uetj .uaps.is-sel{color:#fff !important}
.uebp .unzd{display:none}
.uebp .unzd.is-visible{display:block !important;color:#c0392b}
.uebp .uepe,.uebp [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uebp{color:#1a1a1a}
.uyvb .uebp,.ucxm .uebp{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uyqd{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uyqd img{width:100%;height:100%;object-fit:cover}
.uvie,.utaq{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uvie img,.utaq img{width:100%;height:100%;object-fit:cover;display:block}
.uvie img{opacity:.28}
.utaq img{opacity:.07}
*:has(> .uvie),*:has(> .utaq){position:relative}
.upsi{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.upsi .uncn{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.upsi .uoxm{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ukfc{margin:1.4rem auto;max-width:920px}
.ukfc img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uctk{padding:3rem 0}
.utdu{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.utdu img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uhmo{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uypv{display:flex;overflow:hidden;gap:0 !important}
.uwhg{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uqei{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.ukgp{left:.5rem}.ubrc{right:.5rem}
.ulmt .uvnw{display:none}.ulmt .uvnw.is-active{display:block}
.uetj .udms{display:block !important}
.uetj .uxtj{display:flex;flex-wrap:wrap;gap:.5rem}
.uetj .uaps{cursor:pointer}
