:root {
  --vihr-accent: #3a6ea8;
  --vihr-accent-dark: #2a5490;
  --vihr-bg: #f4f7fa;
  --vihr-bg-alt: #e8edf4;
  --vihr-text: #1a2a3a;
  --vihr-muted: #4a6080;
  --vihr-border: #c8d4e0;
  --vihr-font-display: 'Sora', system-ui, sans-serif;
  --vihr-font-body: 'Inter', system-ui, sans-serif;
  --vihr-space-2: .5rem;
  --vihr-space-4: 1rem;
  --vihr-space-6: 1.5rem;
  --vihr-space-8: 2rem;
  --vihr-space-12: 3rem;
  --vihr-space-20: 5rem;
  --vihr-radius-sm: .375rem;
  --vihr-radius: .75rem;
  --vihr-radius-lg: 1.25rem;
  --vihr-radius-pill: 999px;
  --vihr-shadow-sm: 0 1px 4px rgba(26,42,58,.07);
  --vihr-shadow-md: 0 6px 24px rgba(26,42,58,.11);
  --vihr-shadow-lg: 0 18px 48px rgba(26,42,58,.15);
  --vihr-transition: .26s ease;
  --vihr-max-width: 1200px;
  --vihr-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(--vihr-font-body);color:var(--vihr-text);background:var(--vihr-bg);line-height:1.65;font-size:clamp(.95rem,.9rem + .3vw,1.05rem)}
h1,h2,h3,h4{font-family:var(--vihr-font-display);line-height:1.15;color:var(--vihr-text)}
h1{font-size:clamp(2rem,1.4rem + 2.6vw,3.2rem)}
h2{font-size:clamp(1.5rem,1.1rem + 1.7vw,2.3rem)}
h3{font-size:clamp(1.1rem,.9rem + .8vw,1.4rem)}
a{color:var(--vihr-accent);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--vihr-max-width);margin-inline:auto}
.section{padding:var(--vihr-space-20) 0}
.section-alt{background:var(--vihr-bg-alt)}
.uabr{background:var(--vihr-text);color:#fff}
.uabr h2,.uabr h3,.uabr h4{color:#fff}
.usio{background:var(--vihr-accent);color:#fff}
.usio h2,.usio h3{color:#fff}
.disclosure-bar{background:var(--vihr-bg-alt);border-bottom:1px solid var(--vihr-border);font-size:.8rem;color:var(--vihr-muted);text-align:center;padding:.4rem var(--vihr-space-4)}
.ucab{position:sticky;top:0;z-index:50;background:rgba(244,247,250,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--vihr-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vihr-header-height);gap:var(--vihr-space-4)}
.logo{display:flex;align-items:center;gap:.6rem;text-decoration:none}
.logo-mark{width:36px;height:36px;border-radius:var(--vihr-radius-sm);background:var(--vihr-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--vihr-font-display);font-weight:700;font-size:.85rem;flex-shrink:0}
.logo-text{font-family:var(--vihr-font-display);font-weight:700;font-size:1.1rem;color:var(--vihr-text)}
.logo:hover{text-decoration:none}
.uvhd{display:flex;align-items:center;gap:var(--vihr-space-6);flex-wrap:nowrap}
.uvhd a{font-size:.9rem;font-weight:500;color:var(--vihr-text);transition:color var(--vihr-transition)}
.uvhd a:hover,.uvhd a.active{color:var(--vihr-accent);text-decoration:none}
.ulkn{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.ulkn span{width:24px;height:2px;background:var(--vihr-text);border-radius:2px;transition:var(--vihr-transition);display:block}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--vihr-radius-pill);font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--vihr-transition);font-family:var(--vihr-font-body);font-size:1rem;text-decoration:none}
.btn:hover{text-decoration:none}
.btn-primary{background:var(--vihr-accent);color:#fff;border-color:var(--vihr-accent)}
.btn-primary:hover{background:var(--vihr-accent-dark);border-color:var(--vihr-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vihr-accent);color:var(--vihr-accent)}
.btn-outline:hover{background:var(--vihr-accent);color:#fff}
.btn-white{background:#fff;color:var(--vihr-accent);border-color:#fff}
.btn-white:hover{background:var(--vihr-bg-alt);color:var(--vihr-accent-dark)}
.btn-outline-white{background:transparent;border-color:#fff;color:#fff}
.btn-outline-white:hover{background:#fff;color:var(--vihr-accent)}
.btn-sm{padding:.5rem 1rem;font-size:.875rem}
.btn-block{width:100%;justify-content:center}
.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vihr-accent);margin-bottom:.75rem}
.section-title{margin-bottom:var(--vihr-space-4)}
.section-lead{color:var(--vihr-muted);max-width:62ch;margin-bottom:var(--vihr-space-8)}
.media{position:relative;overflow:hidden;border-radius:var(--vihr-radius-lg);background:linear-gradient(135deg,var(--vihr-accent) 0%,var(--vihr-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{position:relative;padding:var(--vihr-space-20) 0;overflow:hidden}
.udrs{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.udrs img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-bigphoto{display:grid;grid-template-columns:42% 58%;gap:var(--vihr-space-12);align-items:center}
.hero-content{min-width:0}
.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vihr-accent);margin-bottom:var(--vihr-space-4);background:color-mix(in srgb,var(--vihr-accent) 10%,transparent);padding:.3rem .8rem;border-radius:var(--vihr-radius-pill)}
.hero-title{margin-bottom:var(--vihr-space-6)}
.hl{color:var(--vihr-accent)}
.hero-rating{margin:var(--vihr-space-4) 0;font-size:1rem;color:var(--vihr-muted)}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--vihr-space-4);margin-top:var(--vihr-space-6)}
.hero-note{font-size:.82rem;color:var(--vihr-muted);margin-top:var(--vihr-space-4)}
.hero-float-card{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border-radius:var(--vihr-radius);box-shadow:var(--vihr-shadow-md);padding:.6rem 1rem;font-size:.85rem;font-weight:600;color:var(--vihr-text);margin-top:var(--vihr-space-4);border:1px solid var(--vihr-border)}
.hero-float-card i{color:var(--vihr-accent)}
.stars{color:#e8a534;letter-spacing:.08em}
.checklist{list-style:none;display:grid;gap:.75rem;margin:var(--vihr-space-4) 0}
.checklist li{display:flex;align-items:flex-start;gap:.65rem;font-size:.97rem}
.check-ic{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--vihr-accent) 14%,transparent);color:var(--vihr-accent);font-size:.95rem;margin-top:.05rem}
.price-block{display:flex;align-items:baseline;gap:var(--vihr-space-4);flex-wrap:wrap;margin:var(--vihr-space-4) 0}
.price-old{color:var(--vihr-muted);font-size:1.1rem;text-decoration:line-through}
.price-new{font-family:var(--vihr-font-display);font-size:clamp(1.6rem,1.2rem + 1.5vw,2.2rem);color:var(--vihr-accent);font-weight:700}
.price-badge{background:var(--vihr-accent);color:#fff;padding:.25rem .75rem;border-radius:var(--vihr-radius-pill);font-size:.85rem;font-weight:700}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vihr-space-8);text-align:center}
.bigstat b{display:block;font-family:var(--vihr-font-display);font-size:clamp(2rem,1.4rem + 2vw,2.8rem);color:#fff;line-height:1}
.bigstat span{font-size:.9rem;color:rgba(255,255,255,.8);margin-top:.4rem;display:block}
.stat-disclaimer{text-align:center;font-size:.78rem;color:rgba(255,255,255,.65);margin-top:var(--vihr-space-8)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vihr-space-6);margin-top:var(--vihr-space-8)}
.benefit-card{background:#fff;border-radius:var(--vihr-radius-lg);box-shadow:var(--vihr-shadow-sm);padding:var(--vihr-space-6);border:1px solid var(--vihr-border);transition:var(--vihr-transition)}
.benefit-card:hover{box-shadow:var(--vihr-shadow-md);transform:translateY(-3px)}
.benefit-card i{font-size:1.6rem;color:var(--vihr-accent);margin-bottom:var(--vihr-space-4);display:block}
.benefit-card h3{font-size:1rem;margin-bottom:.5rem}
.benefit-card p{font-size:.9rem;color:var(--vihr-muted)}
.supplement-note{font-size:.82rem;color:var(--vihr-muted);margin-top:var(--vihr-space-6);font-style:italic}
.supplement-note-hero{font-size:.82rem;color:var(--vihr-muted);font-style:italic;margin-top:var(--vihr-space-4)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vihr-space-12);align-items:center;margin-bottom:var(--vihr-space-12)}
.split-block:last-child{margin-bottom:0}
.split-reverse .media{order:-1}
.split-text h2{margin-bottom:var(--vihr-space-4)}
.split-text p{color:var(--vihr-muted);margin-bottom:var(--vihr-space-4)}
.ingredient-source{font-size:.85rem;font-style:italic;color:var(--vihr-muted)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vihr-space-6)}
.trust-item{text-align:center;padding:var(--vihr-space-6) var(--vihr-space-4)}
.trust-item i{font-size:1.8rem;color:rgba(255,255,255,.9);display:block;margin-bottom:var(--vihr-space-4)}
.trust-item h4{color:#fff;font-size:1rem;margin-bottom:.4rem}
.trust-item p{color:rgba(255,255,255,.75);font-size:.875rem}
.trust-note{text-align:center;font-size:.85rem;color:var(--vihr-muted);margin-top:var(--vihr-space-6)}
.timeline-v{display:grid;gap:var(--vihr-space-8);position:relative;padding-left:2.5rem;margin-top:var(--vihr-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vihr-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-2.5rem;top:0;width:24px;height:24px;border-radius:50%;background:var(--vihr-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}
.tl-content h3{margin-bottom:.4rem;font-size:1.05rem}
.tl-content p{color:var(--vihr-muted);font-size:.93rem}
.order-steps-v{max-width:520px}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vihr-space-8);margin-top:var(--vihr-space-8)}
.testimonial{background:#fff;border-left:4px solid var(--vihr-accent);padding:var(--vihr-space-6);border-radius:var(--vihr-radius-lg);box-shadow:var(--vihr-shadow-sm)}
.testimonial p{color:var(--vihr-muted);font-style:italic;margin:var(--vihr-space-4) 0}
.testimonial cite{display:flex;align-items:center;gap:.6rem;font-style:normal;color:var(--vihr-text);font-weight:600;font-size:.9rem}
.testimonial-disclaimer{font-size:.82rem;color:var(--vihr-muted);font-style:italic;margin-bottom:var(--vihr-space-6)}
.review-avatar{width:32px;height:32px;border-radius:50%;background:var(--vihr-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}
.rating-summary{font-size:1.1rem;margin:var(--vihr-space-4) 0}
.uedm{position:relative;background:var(--vihr-bg);color:var(--vihr-text);border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-lg);padding:var(--vihr-space-8);overflow:hidden}
.uvjs{display:flex;overflow:hidden}
.utbi{min-width:100%;flex:0 0 100%}
.ufih{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--vihr-border);background:#fff;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;color:var(--vihr-accent)}
.unhk{left:var(--vihr-space-4)}
.ujgq{right:var(--vihr-space-4)}
.udne{background:#fff;color:var(--vihr-text);border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-lg);padding:var(--vihr-space-8);max-width:600px;margin-top:var(--vihr-space-6)}
.udne label{display:block;margin-bottom:var(--vihr-space-4);color:var(--vihr-text);font-weight:500}
.udne input[type=range]{width:100%;accent-color:var(--vihr-accent);margin-top:.4rem;display:block}
.udne input[type=checkbox]{accent-color:var(--vihr-accent);margin-right:.5rem}
.ulwo{margin-top:var(--vihr-space-6);padding:var(--vihr-space-6);background:var(--vihr-bg-alt);border-radius:var(--vihr-radius);border-left:4px solid var(--vihr-accent);color:var(--vihr-text);font-weight:500}
.calc-disclaimer{font-size:.8rem;color:var(--vihr-muted);margin-top:var(--vihr-space-4);font-style:italic}
.ubcj{background:#fff;color:var(--vihr-text);border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-lg);padding:var(--vihr-space-8)}
.lf-tablist{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid var(--vihr-border);margin-bottom:var(--vihr-space-6)}
.uupv{padding:.6rem 1.1rem;border:0;background:none;cursor:pointer;font:inherit;color:var(--vihr-muted);border-bottom:2px solid transparent;transition:var(--vihr-transition);font-family:var(--vihr-font-body)}
.uupv.is-active{color:var(--vihr-accent);border-bottom-color:var(--vihr-accent);font-weight:600}
.uqzz{display:none}
.uqzz.is-active{display:block}
.uqzz h2{margin-bottom:var(--vihr-space-4);font-size:1.3rem}
.use-list{list-style:none;display:grid;gap:.6rem;margin:var(--vihr-space-4) 0}
.use-list li{display:flex;align-items:flex-start;gap:.6rem;color:var(--vihr-muted)}
.use-list i{color:var(--vihr-accent);flex-shrink:0;margin-top:.15rem}
.use-note{font-size:.85rem;color:var(--vihr-muted);font-style:italic;margin-top:var(--vihr-space-4)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vihr-space-12);align-items:start}
.order-visual{display:flex;flex-direction:column;gap:var(--vihr-space-6);align-items:center}
.order-product-info{width:100%;text-align:center}
.order-pack-detail{width:100%;max-width:380px}
.order-chips{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:var(--vihr-space-4);text-align:left}
.order-chips li{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--vihr-muted)}
.order-chips i{color:var(--vihr-accent)}
.ufoe{background:#fff;color:var(--vihr-text);border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-lg);box-shadow:var(--vihr-shadow-md);padding:var(--vihr-space-8)}
.ufoe h3{margin-bottom:var(--vihr-space-6);font-size:1.2rem}
.order-note{font-size:.82rem;color:var(--vihr-muted);text-align:center;margin-top:var(--vihr-space-4)}
.uabr .ufoe,.usio .ufoe{background:#fff;color:var(--vihr-text)}
.usjd{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;border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-sm);font:inherit;background:#fff;color:var(--vihr-text)}
.form-group{margin-bottom:var(--vihr-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;color:var(--vihr-text)}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-sm);font:inherit;color:var(--vihr-text);background:#fff;transition:border-color var(--vihr-transition)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--vihr-accent)}
.form-group textarea{resize:vertical;min-height:110px}
.form-checkbox{display:flex;flex-direction:column;gap:.4rem}
.form-checkbox label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;font-size:.9rem;cursor:pointer}
.form-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.2rem;accent-color:var(--vihr-accent);width:16px;height:16px}
.uzdn{display:none;color:#c0392b;font-size:.83rem;min-height:1rem;margin-top:.25rem}
.uzdn.is-visible{display:block}
.product-pack{max-width:300px;margin-inline:auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,.16))}
.uqcv{position:relative;aspect-ratio:1/1}
.uqcv img{width:100%;height:100%;object-fit:cover;border-radius:var(--vihr-radius-lg)}
.cta-band{text-align:center}
.cta-inner h2{color:#fff;margin-bottom:var(--vihr-space-4)}
.cta-inner p{color:rgba(255,255,255,.85);margin-bottom:var(--vihr-space-6)}
.cta-buttons{display:flex;flex-wrap:wrap;gap:var(--vihr-space-4);justify-content:center}
.page-hero{padding:var(--vihr-space-12) 0}
.page-title{margin-bottom:var(--vihr-space-4)}
.page-lead{color:var(--vihr-muted);font-size:1.05rem;max-width:62ch}
.faq{display:grid;gap:.5rem;margin-top:var(--vihr-space-8)}
.faq-category{font-size:1.1rem;margin:var(--vihr-space-8) 0 var(--vihr-space-4);color:var(--vihr-accent);font-family:var(--vihr-font-display)}
.faq-page-layout .faq{margin-top:0}
.uoui{border:1px solid var(--vihr-border);border-radius:var(--vihr-radius);overflow:hidden;background:#fff}
.uaox{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vihr-space-4);padding:var(--vihr-space-4) var(--vihr-space-6);background:none;border:0;cursor:pointer;font:inherit;font-weight:600;font-size:.97rem;color:var(--vihr-text);text-align:left;transition:background var(--vihr-transition)}
.uaox:hover{background:var(--vihr-bg-alt)}
.uaox i{flex-shrink:0;transition:transform var(--vihr-transition);color:var(--vihr-accent)}
.uoui.is-open .uaox i{transform:rotate(180deg)}
.unkt{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:0 var(--vihr-space-6) var(--vihr-space-6)}
.faq-answer-inner p{color:var(--vihr-muted);font-size:.93rem}
.faq-answer-inner a{color:var(--vihr-accent)}
.faq-more{text-align:center;margin-top:var(--vihr-space-8);font-size:.95rem}
.faq-more a{color:var(--vihr-accent);font-weight:600}
.dose-table,.data-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td,.data-table th,.data-table td{padding:.7rem 1rem;text-align:left;border-bottom:1px solid var(--vihr-border);font-size:.93rem}
.dose-table thead th,.data-table thead th{background:var(--vihr-bg-alt);font-family:var(--vihr-font-display);font-size:.88rem}
.dose-note,.table-note{font-size:.78rem;color:var(--vihr-muted);margin-top:.5rem;font-style:italic}
.table-wrap{overflow-x:auto}
.site-footer{background:var(--vihr-text);color:rgba(255,255,255,.85);padding:var(--vihr-space-12) 0 var(--vihr-space-8)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--vihr-space-8);margin-bottom:var(--vihr-space-8)}
.footer-brand .logo-text{color:#fff;font-family:var(--vihr-font-display);font-weight:700;font-size:1.2rem;display:block;margin-bottom:var(--vihr-space-4)}
.footer-brand p{color:rgba(255,255,255,.65);font-size:.88rem;line-height:1.7}
.footer-col h4{color:#fff;font-size:.9rem;margin-bottom:var(--vihr-space-4);font-family:var(--vihr-font-display)}
.footer-col ul{list-style:none;display:grid;gap:.5rem}
.footer-col ul a{color:rgba(255,255,255,.7);font-size:.88rem;transition:color var(--vihr-transition)}
.footer-col ul a:hover{color:#fff;text-decoration:none}
.footer-col p{color:rgba(255,255,255,.65);font-size:.85rem;line-height:1.8}
.footer-col a{color:rgba(255,255,255,.7)}
.footer-col a:hover{color:#fff;text-decoration:none}
.payment-methods{display:block;margin-top:.4rem;font-size:.8rem;color:rgba(255,255,255,.5)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vihr-space-4) var(--vihr-space-6);padding:var(--vihr-space-6) 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);margin:0 auto;max-width:var(--vihr-max-width);width:92%}
.footer-legal-links a{color:rgba(255,255,255,.6);font-size:.82rem;transition:color var(--vihr-transition)}
.footer-legal-links a:hover{color:#fff;text-decoration:none}
.footer-disclaimer{max-width:var(--vihr-max-width);width:92%;margin:var(--vihr-space-6) auto 0;font-size:.78rem;color:rgba(255,255,255,.45);line-height:1.7}
.footer-bottom{max-width:var(--vihr-max-width);width:92%;margin:var(--vihr-space-4) auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:rgba(255,255,255,.4)}
.uhpq{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vihr-border);border-radius:var(--vihr-radius-lg);box-shadow:var(--vihr-shadow-lg);padding:var(--vihr-space-6);transform:translateY(150%);transition:transform .4s ease;color:var(--vihr-text)}
.uhpq.is-visible{transform:none}
.cookie-banner-inner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--vihr-space-4)}
.cookie-banner-text{flex:1 1 260px;font-size:.88rem;color:var(--vihr-muted)}
.cookie-banner-text a{color:var(--vihr-accent)}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.uzvk{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}
.uzvk.is-visible{display:flex}
.uwgu{background:#fff;color:var(--vihr-text);border-radius:var(--vihr-radius-lg);padding:var(--vihr-space-8);max-width:480px;width:90%;max-height:90vh;overflow-y:auto}
.uwgu h2{margin-bottom:var(--vihr-space-4);font-size:1.2rem}
.uwgu p{color:var(--vihr-muted);font-size:.88rem;margin-bottom:var(--vihr-space-6)}
.cookie-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--vihr-space-4);padding:var(--vihr-space-4) 0;border-bottom:1px solid var(--vihr-border)}
.cookie-toggle h4{font-size:.95rem;margin-bottom:.2rem}
.cookie-toggle p{color:var(--vihr-muted);font-size:.82rem;margin:0}
.cookie-modal-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:var(--vihr-space-6)}
.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:var(--vihr-transition)}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vihr-transition)}
.switch input:checked+.slider{background:var(--vihr-accent)}
.switch input:checked+.slider::before{transform:translateX(20px)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.reveal.is-visible{opacity:1;transform:none}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--vihr-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:var(--vihr-space-6);font-size:1.3rem}
.contact-info-item{display:flex;gap:var(--vihr-space-4);padding:var(--vihr-space-4) 0;border-bottom:1px solid var(--vihr-border)}
.contact-info-item i{font-size:1.25rem;color:var(--vihr-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;margin-bottom:.2rem;font-size:.9rem}
.contact-info-item a{color:var(--vihr-accent)}
.map-container{border-radius:var(--vihr-radius-lg);overflow:hidden;border:1px solid var(--vihr-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.legal-content{max-width:800px}
.legal-content h1{margin-bottom:var(--vihr-space-6)}
.legal-content h2{font-size:1.2rem;margin:var(--vihr-space-8) 0 var(--vihr-space-4)}
.legal-content p{color:var(--vihr-muted);margin-bottom:var(--vihr-space-4);font-size:.95rem;line-height:1.75}
.legal-content a{color:var(--vihr-accent)}
.legal-updated{font-size:.85rem;color:var(--vihr-muted);font-style:italic;margin-bottom:var(--vihr-space-8)}
.about-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vihr-space-6);margin-top:var(--vihr-space-8)}
.about-info-card{background:#fff;border-radius:var(--vihr-radius-lg);padding:var(--vihr-space-6);border:1px solid var(--vihr-border);box-shadow:var(--vihr-shadow-sm)}
.about-info-card i{font-size:1.5rem;color:var(--vihr-accent);display:block;margin-bottom:var(--vihr-space-4)}
.about-info-card h3{font-size:1rem;margin-bottom:.5rem}
.about-info-card p{font-size:.88rem;color:var(--vihr-muted);line-height:1.7}
.about-info-card a{color:var(--vihr-accent)}
.spec-list{list-style:none;display:grid;gap:.6rem;margin-top:var(--vihr-space-4)}
.spec-list li{font-size:.93rem;color:var(--vihr-muted);padding:.4rem 0;border-bottom:1px solid var(--vihr-border)}
.spec-list strong{color:var(--vihr-text)}
.consult-note{font-size:.85rem;color:var(--vihr-muted);font-style:italic;margin-top:var(--vihr-space-6);padding:var(--vihr-space-4);background:var(--vihr-bg-alt);border-radius:var(--vihr-radius);border-left:3px solid var(--vihr-accent)}
.thankyou-section{min-height:60vh;display:flex;align-items:center}
.thankyou-inner{text-align:center;max-width:560px;margin-inline:auto}
.thankyou-icon{font-size:3.5rem;color:var(--vihr-accent);margin-bottom:var(--vihr-space-6)}
.thankyou-icon.error-icon{color:#e74c3c}
.thankyou-inner h1{margin-bottom:var(--vihr-space-6)}
.thankyou-lead{color:var(--vihr-muted);margin-bottom:var(--vihr-space-8);font-size:1.05rem}
.thankyou-info{background:var(--vihr-bg-alt);border-radius:var(--vihr-radius);padding:var(--vihr-space-6);margin-bottom:var(--vihr-space-8);text-align:left}
.thankyou-info p{color:var(--vihr-muted);font-size:.92rem;margin-bottom:.5rem}
.thankyou-info a{color:var(--vihr-accent)}
@media(max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:768px){
  .ulkn{display:flex}
  .uvhd{position:fixed;inset:var(--vihr-header-height) 0 auto 0;flex-direction:column;align-items:flex-start;background:#fff;padding:var(--vihr-space-6);box-shadow:var(--vihr-shadow-md);transform:translateY(-150%);transition:transform var(--vihr-transition);z-index:49;gap:var(--vihr-space-4);border-bottom:1px solid var(--vihr-border)}
  .uvhd.is-open{transform:none}
  .uvhd a{font-size:1rem}
  .hero-bigphoto{grid-template-columns:1fr}
  .hero-photo-col{order:-1}
  .hero-photo-col .media{max-height:320px}
  .split-block{grid-template-columns:1fr}
  .split-reverse .media{order:0}
  .contact-layout{grid-template-columns:1fr}
  .order-layout{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .uhpq{left:.5rem;right:.5rem;bottom:.5rem}
  .ubcj{padding:var(--vihr-space-4)}
  .udne{padding:var(--vihr-space-4)}
}
@media(max-width:480px){
  .hero-actions{flex-direction:column}
  .btn{justify-content:center}
  .bigstat-grid{grid-template-columns:repeat(2,1fr)}
  .testimonial-grid{grid-template-columns:1fr}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uhpq{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}
.uhpq.is-visible,.cookie-banner--visible,.uhpq.show,.uhpq.active{transform:none !important}
.uhpq a{color:inherit;text-decoration:underline}
.uhpq button{cursor:pointer}
.uzvk{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}
.uzvk.is-visible,.cookie-modal--visible,.uzvk.show,.uzvk.active{display:flex !important}
.uwgu,.uzvk>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.reveal.is-visible,.reveal.is-in,.reveal.in-view,.reveal.visible,.reveal.show,.reveal.active{opacity:1 !important;transform:none !important}
.uabr .usmb,.uabr .udne,.uabr .ubcj,.uabr .uedm,.usio .usmb,.usio .udne,.usio .ubcj,.usio .uedm{background:#fff !important;color:#1a1a1a !important}
.usmb,.udne{color:#1a1a1a !important}
.usmb label,.udne label,.usmb p,.udne p,.usmb .usmu,.usmb span,.udne span,.ulwo,.uzqn,.ubcj .uqzz,.ubcj .uqzz *{color:#1a1a1a !important}
.ulwo,.uzqn{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.usmb .umvz{color:#1a1a1a !important}
.usmb .umvz.is-sel{color:#fff !important}
.ufoe .uzdn{display:none}
.ufoe .uzdn.is-visible{display:block !important;color:#c0392b}
.ufoe .usjd,.ufoe [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ufoe{color:#1a1a1a}
.uabr .ufoe,.usio .ufoe{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uqcv{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uqcv img{width:100%;height:100%;object-fit:cover}
.udrs,.ufyl{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.udrs img,.ufyl img{width:100%;height:100%;object-fit:cover;display:block}
.udrs img{opacity:.28}
.ufyl img{opacity:.07}
*:has(> .udrs),*:has(> .ufyl){position:relative}
.uxen{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)}
.uxen .umoe{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uxen .urpe{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ucvp{margin:1.4rem auto;max-width:920px}
.ucvp img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.unyu{padding:3rem 0}
.umco{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.umco img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uedm{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uvjs{display:flex;overflow:hidden;gap:0 !important}
.utbi{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ufih{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}
.unhk{left:.5rem}.ujgq{right:.5rem}
.ubcj .uqzz{display:none}.ubcj .uqzz.is-active{display:block}
.usmb .ucwa{display:block !important}
.usmb .uevg{display:flex;flex-wrap:wrap;gap:.5rem}
.usmb .umvz{cursor:pointer}
