:root {
  --vxef-accent: #1f4e3d;
  --vxef-accent-dark: #143527;
  --vxef-bg: #f5f1e6;
  --vxef-bg-alt: #ece6d6;
  --vxef-text: #1c1a14;
  --vxef-muted: #5b5648;
  --vxef-border: #d8d0bd;
  --vxef-font-display: "Manrope", system-ui, sans-serif;
  --vxef-font-body: "Karla", system-ui, sans-serif;
  --vxef-space-2: .5rem;
  --vxef-space-4: 1rem;
  --vxef-space-6: 1.5rem;
  --vxef-space-8: 2rem;
  --vxef-space-12: 3rem;
  --vxef-space-20: 5rem;
  --vxef-radius-sm: .25rem;
  --vxef-radius: .5rem;
  --vxef-radius-lg: .75rem;
  --vxef-radius-pill: 999px;
  --vxef-shadow-sm: 0 1px 3px rgba(28,26,20,.07);
  --vxef-shadow-md: 0 6px 24px rgba(28,26,20,.11);
  --vxef-shadow-lg: 0 18px 48px rgba(28,26,20,.15);
  --vxef-transition: .26s ease;
  --vxef-max-width: 1200px;
  --vxef-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(--vxef-font-body);color:var(--vxef-text);background:var(--vxef-bg);line-height:1.68;font-size:clamp(.95rem,.88rem + .3vw,1.05rem)}
h1,h2,h3,h4,h5{font-family:var(--vxef-font-display);line-height:1.15;color:var(--vxef-text)}
h1{font-size:clamp(2rem,1.4rem + 2.4vw,3.2rem)}
h2{font-size:clamp(1.55rem,1.1rem + 1.8vw,2.4rem)}
h3{font-size:clamp(1.1rem,.95rem + .6vw,1.4rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{width:92%;max-width:var(--vxef-max-width);margin-inline:auto}
.section{padding:var(--vxef-space-20) 0}
.section-alt{background:var(--vxef-bg-alt)}
.uzsd{background:var(--vxef-text);color:#f5f1e6}
.uzsd h2,.uzsd h3,.uzsd strong,.uzsd .section-title{color:#f5f1e6}
.ucsy{background:var(--vxef-accent);color:#f5f1e6}
.ucsy h2,.ucsy h3,.ucsy b,.ucsy .section-title{color:#f5f1e6}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--vxef-radius-pill);font-weight:700;cursor:pointer;border:2px solid transparent;transition:var(--vxef-transition);font-family:var(--vxef-font-display);font-size:.95rem}
.btn-primary{background:var(--vxef-accent);color:#f5f1e6}
.btn-primary:hover{background:var(--vxef-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vxef-accent);color:var(--vxef-accent)}
.btn-outline:hover{background:var(--vxef-accent);color:#f5f1e6}
.btn-sm{padding:.5rem 1.1rem;font-size:.875rem}
.btn-block{width:100%;justify-content:center}
.uzsd .btn-outline{border-color:#f5f1e6;color:#f5f1e6}
.uzsd .btn-outline:hover{background:#f5f1e6;color:var(--vxef-text)}
.uzsd .btn-primary{background:#f5f1e6;color:var(--vxef-text)}
.uzsd .btn-primary:hover{background:var(--vxef-bg-alt)}
.card{background:#fff;border-radius:var(--vxef-radius);box-shadow:var(--vxef-shadow-sm);padding:var(--vxef-space-6);transition:var(--vxef-transition);color:var(--vxef-text)}
.card:hover{box-shadow:var(--vxef-shadow-md);transform:translateY(-2px)}
.disclosure-bar{background:var(--vxef-accent);color:#f5f1e6;text-align:center;font-size:.78rem;padding:.45rem 1rem;font-family:var(--vxef-font-display);letter-spacing:.02em}
.uwml{position:sticky;top:0;z-index:50;background:rgba(245,241,230,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--vxef-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vxef-header-height);gap:var(--vxef-space-6)}
.logo{font-family:var(--vxef-font-display);font-weight:800;font-size:1.3rem;color:var(--vxef-accent);letter-spacing:.04em}
.uaaf{display:flex;align-items:center;gap:var(--vxef-space-6)}
.uaaf a{font-family:var(--vxef-font-display);font-size:.9rem;font-weight:600;color:var(--vxef-muted);transition:var(--vxef-transition)}
.uaaf a:hover,.uaaf a.nav-active{color:var(--vxef-accent)}
.ugsf{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.25rem}
.ugsf span{width:24px;height:2px;background:var(--vxef-text);transition:var(--vxef-transition);display:block}
.media{position:relative;overflow:hidden;border-radius:var(--vxef-radius);background:linear-gradient(135deg,var(--vxef-bg-alt) 0%,var(--vxef-accent) 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(--vxef-space-20) 0;background:var(--vxef-bg)}
.umil{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.umil img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-bigphoto{display:grid;grid-template-columns:38% 62%;gap:var(--vxef-space-12);align-items:center}
.hero-eyebrow{display:inline-block;font-family:var(--vxef-font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--vxef-muted);margin-bottom:var(--vxef-space-4)}
.hero-title{margin-bottom:var(--vxef-space-6)}
.hl{color:var(--vxef-accent)}
.hero-sub{color:var(--vxef-muted);margin-bottom:var(--vxef-space-6);max-width:520px}
.hero-rating{display:flex;align-items:center;gap:.5rem;font-family:var(--vxef-font-display);font-weight:600;margin-bottom:var(--vxef-space-4)}
.hero-actions{display:flex;flex-wrap:wrap;gap:var(--vxef-space-4);margin-bottom:var(--vxef-space-4)}
.hero-note{font-size:.82rem;color:var(--vxef-muted);margin-top:var(--vxef-space-2)}
.hero-classify{font-size:.8rem;color:var(--vxef-muted);margin-top:var(--vxef-space-2);font-style:italic}
.hero-visual-wrap{display:flex;flex-direction:column;gap:var(--vxef-space-4);align-items:center}
.hero-float-cards{display:flex;flex-wrap:wrap;gap:var(--vxef-space-2);justify-content:center}
.hero-float-card{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border-radius:var(--vxef-radius);box-shadow:var(--vxef-shadow-sm);padding:.4rem .85rem;font-size:.82rem;font-weight:700;font-family:var(--vxef-font-display);color:var(--vxef-text);border:1px solid var(--vxef-border)}
.hero-float-card i{color:var(--vxef-accent)}
.checklist{display:grid;gap:.75rem;margin:var(--vxef-space-4) 0}
.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:color-mix(in srgb,var(--vxef-accent) 13%,transparent);color:var(--vxef-accent);font-size:.9rem;margin-top:.05rem}
.price-block{display:flex;align-items:baseline;gap:var(--vxef-space-4);flex-wrap:wrap;margin:var(--vxef-space-4) 0}
.price-old{color:var(--vxef-muted);font-size:1.05rem;text-decoration:line-through}
.price-new{font-family:var(--vxef-font-display);font-size:clamp(1.6rem,1.2rem + 1.5vw,2.2rem);color:var(--vxef-accent);font-weight:800}
.price-badge{background:var(--vxef-accent);color:#f5f1e6;padding:.22rem .7rem;border-radius:var(--vxef-radius-pill);font-size:.82rem;font-weight:700;font-family:var(--vxef-font-display)}
.stars{color:#c8892a;letter-spacing:.06em}
.stars-lg{font-size:1.3rem}
.uehk{position:relative;aspect-ratio:1/1;border-radius:var(--vxef-radius-lg);overflow:hidden}
.uehk img{width:100%;height:100%;object-fit:cover}
.section-eyebrow{display:block;font-family:var(--vxef-font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--vxef-muted);margin-bottom:var(--vxef-space-4)}
.section-title{margin-bottom:var(--vxef-space-6)}
.section-title-sm{font-size:clamp(1.1rem,.95rem + .6vw,1.4rem);margin-bottom:var(--vxef-space-4)}
.section-lead{color:var(--vxef-muted);max-width:640px;margin-bottom:var(--vxef-space-8)}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vxef-space-6);margin-top:var(--vxef-space-8)}
.benefit-card{text-align:center}
.benefit-icon{width:3rem;height:3rem;border-radius:50%;background:color-mix(in srgb,var(--vxef-accent) 12%,transparent);color:var(--vxef-accent);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin:0 auto var(--vxef-space-4)}
.benefit-note{font-size:.78rem;color:var(--vxef-muted);margin-top:var(--vxef-space-8)}
.ufjw{display:flex;flex-wrap:wrap;gap:.5rem;margin:var(--vxef-space-6) 0 var(--vxef-space-4)}
.filter-btn{padding:.45rem 1rem;border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-pill);background:transparent;cursor:pointer;font-family:var(--vxef-font-display);font-size:.875rem;font-weight:600;color:var(--vxef-muted);transition:var(--vxef-transition)}
.filter-btn.is-active,.filter-btn:hover{background:var(--vxef-accent);color:#f5f1e6;border-color:var(--vxef-accent)}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vxef-space-8);margin-top:var(--vxef-space-8)}
.step-card{text-align:center;padding:var(--vxef-space-6);background:#fff;border-radius:var(--vxef-radius-lg);box-shadow:var(--vxef-shadow-sm);color:var(--vxef-text)}
.step-num{width:2.8rem;height:2.8rem;border-radius:50%;background:var(--vxef-accent);color:#f5f1e6;display:flex;align-items:center;justify-content:center;font-family:var(--vxef-font-display);font-weight:800;font-size:1.1rem;margin:0 auto var(--vxef-space-4)}
.steps-note{text-align:center;color:var(--vxef-muted);font-size:.85rem;margin-top:var(--vxef-space-6)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vxef-space-12);align-items:center}
.split-reverse .split-media{order:-1}
.split-text h2{margin-bottom:var(--vxef-space-4)}
.split-text p{color:var(--vxef-muted);margin-bottom:var(--vxef-space-4)}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vxef-space-8);text-align:center;padding:var(--vxef-space-8) 0}
.bigstat b{display:block;font-family:var(--vxef-font-display);font-size:clamp(2rem,1.4rem + 2vw,3rem);color:#f5f1e6;font-weight:800;line-height:1}
.bigstat span{font-size:.85rem;color:rgba(245,241,230,.75);margin-top:.35rem;display:block}
.stat-disclaimer{text-align:center;font-size:.75rem;color:rgba(245,241,230,.6);margin-top:var(--vxef-space-4)}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vxef-space-6);margin-top:var(--vxef-space-8)}
.testimonial-grid-full{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vxef-space-6)}
.testimonial{background:#fff;border-left:3px solid var(--vxef-accent);padding:var(--vxef-space-6);border-radius:var(--vxef-radius);color:var(--vxef-text)}
.testimonial p{font-style:italic;color:var(--vxef-muted);margin:var(--vxef-space-4) 0}
.testimonial cite{display:block;font-style:normal;font-weight:700;font-family:var(--vxef-font-display);color:var(--vxef-accent);font-size:.9rem}
.testimonial time{font-size:.75rem;color:var(--vxef-muted)}
.testimonial-header{display:flex;align-items:center;gap:var(--vxef-space-4);margin-bottom:var(--vxef-space-2)}
.testimonial-header .stars{margin-left:auto;font-size:.9rem}
.review-loc{display:block;font-size:.75rem;color:var(--vxef-muted);font-weight:400}
.testimonial-disclaimer{color:var(--vxef-muted);font-size:.82rem;margin-top:var(--vxef-space-4)}
.rating-summary{display:flex;align-items:center;gap:var(--vxef-space-4);margin:var(--vxef-space-4) 0;font-family:var(--vxef-font-display);font-size:1.1rem;font-weight:700}
.muted-text{color:var(--vxef-muted);font-weight:400}
.uxle{position:relative;background:#fff;border-radius:var(--vxef-radius-lg);padding:var(--vxef-space-6) var(--vxef-space-12);overflow:hidden;color:var(--vxef-text)}
.umum{display:flex;overflow:hidden}
.ulii{min-width:100%;flex:0 0 100%}
.ulii .testimonial{box-shadow:none;border:none}
.uonb{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--vxef-border);background:#fff;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;color:var(--vxef-text);transition:var(--vxef-transition)}
.uonb:hover{background:var(--vxef-accent);color:#f5f1e6;border-color:var(--vxef-accent)}
.uzag{left:var(--vxef-space-2)}
.uplp{right:var(--vxef-space-2)}
.uytn{background:#fff;border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-lg);padding:var(--vxef-space-8);color:var(--vxef-text);max-width:600px}
.calc-label{display:block;font-family:var(--vxef-font-display);font-weight:600;margin-bottom:var(--vxef-space-6);color:var(--vxef-text)}
.calc-label strong{color:var(--vxef-accent)}
.calc-check{display:flex;align-items:center;gap:.5rem;cursor:pointer}
.calc-check input{width:1rem;height:1rem;accent-color:var(--vxef-accent)}
.uytn input[type=range]{width:100%;accent-color:var(--vxef-accent);margin-top:.5rem;display:block}
.ugrg{margin-top:var(--vxef-space-6);padding:var(--vxef-space-4) var(--vxef-space-6);background:var(--vxef-bg-alt);border-radius:var(--vxef-radius);border-left:3px solid var(--vxef-accent);color:var(--vxef-text);font-family:var(--vxef-font-display);font-weight:600}
.calc-note{font-size:.78rem;color:var(--vxef-muted);margin-top:var(--vxef-space-4)}
.uzsd .uxle,.uzsd .uytn,.ucsy .uxle,.ucsy .uytn{background:#fff;color:var(--vxef-text)}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vxef-space-6);text-align:center;padding:var(--vxef-space-8) 0}
.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.trust-item i{font-size:1.6rem;color:#f5f1e6}
.trust-item strong{font-family:var(--vxef-font-display);color:#f5f1e6;font-size:.9rem}
.trust-item span{font-size:.78rem;color:rgba(245,241,230,.7)}
.cta-band{padding:var(--vxef-space-16) 0}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--vxef-space-8);flex-wrap:wrap}
.cta-band-inner h2{color:#f5f1e6;margin-bottom:.5rem}
.cta-band-inner p{color:rgba(245,241,230,.8)}
.section-alt .cta-band-inner h2{color:var(--vxef-text)}
.section-alt .cta-band-inner p{color:var(--vxef-muted)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vxef-space-12);align-items:start}
.order-product-side{display:flex;flex-direction:column;gap:var(--vxef-space-6)}
.order-detail-img{max-width:100%}
.order-guarantees{display:flex;flex-wrap:wrap;gap:.5rem}
.guarantee-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .8rem;background:#fff;border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-pill);font-size:.8rem;font-weight:600;font-family:var(--vxef-font-display);color:var(--vxef-text)}
.guarantee-chip i{color:var(--vxef-accent)}
.uwhw{background:#fff;color:var(--vxef-text);border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-lg);box-shadow:var(--vxef-shadow-md);padding:var(--vxef-space-8)}
.uwhw h3{margin-bottom:var(--vxef-space-4);color:var(--vxef-text)}
.uwhw .btn-block{width:100%;justify-content:center}
.order-note{font-size:.82rem;color:var(--vxef-muted);text-align:center;margin-top:var(--vxef-space-4)}
.uzsd .uwhw,.ucsy .uwhw{background:#fff;color:var(--vxef-text)}
.utjq{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(--vxef-border);border-radius:var(--vxef-radius-sm);font:inherit;background:#fff;color:var(--vxef-text)}
.form-group{margin-bottom:var(--vxef-space-4);position:relative}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-family:var(--vxef-font-display);font-size:.9rem;color:var(--vxef-text)}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-sm);font:inherit;color:var(--vxef-text);background:#fff}
.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--vxef-accent);outline-offset:1px}
.form-group textarea{resize:vertical;min-height:120px}
.form-checkbox{display:flex;align-items:flex-start;gap:.6rem}
.form-checkbox input[type=checkbox]{width:1rem;height:1rem;margin-top:.2rem;flex-shrink:0;accent-color:var(--vxef-accent)}
.form-checkbox label{font-size:.88rem;color:var(--vxef-muted);font-family:var(--vxef-font-body);font-weight:400}
.form-checkbox label a{color:var(--vxef-accent);text-decoration:underline}
.urmb{display:none;color:#b91c1c;font-size:.82rem;margin-top:.3rem}
.urmb.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))}
.classify-tag{display:inline-block;background:var(--vxef-bg-alt);border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-pill);padding:.3rem .9rem;font-size:.8rem;font-family:var(--vxef-font-display);color:var(--vxef-muted);margin-top:var(--vxef-space-4)}
.page-hero{padding:var(--vxef-space-12) 0 var(--vxef-space-8)}
.page-title{margin-bottom:var(--vxef-space-4)}
.page-lead{color:var(--vxef-muted);max-width:640px}
.breadcrumb{font-size:.82rem;color:var(--vxef-muted);margin-bottom:var(--vxef-space-4);display:flex;gap:.4rem;align-items:center}
.breadcrumb a{color:var(--vxef-accent)}
.dose-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vxef-border);color:var(--vxef-text)}
.dose-table thead th{background:var(--vxef-bg-alt);font-family:var(--vxef-font-display);font-size:.88rem}
.dose-note{font-size:.78rem;color:var(--vxef-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(--vxef-border);color:var(--vxef-text);font-size:.92rem}
.data-table thead th{background:var(--vxef-bg-alt);font-family:var(--vxef-font-display);font-size:.85rem}
.ingredient-spotlight{display:grid;gap:var(--vxef-space-16)}
.spotlight-item{display:grid;grid-template-columns:1fr 1fr;gap:var(--vxef-space-12);align-items:center}
.spotlight-item.split-reverse .media{order:-1}
.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--vxef-space-6);margin-top:var(--vxef-space-8)}
.spec-card{display:flex;flex-direction:column;gap:.5rem;padding:var(--vxef-space-6);border:1px solid rgba(245,241,230,.15);border-radius:var(--vxef-radius);color:#f5f1e6}
.spec-card i{font-size:1.3rem;color:rgba(245,241,230,.7)}
.spec-card strong{font-family:var(--vxef-font-display);font-size:.85rem;color:rgba(245,241,230,.6)}
.spec-card span{font-size:.9rem}
.timeline-v{display:grid;gap:var(--vxef-space-8);position:relative;padding-left:var(--vxef-space-12)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vxef-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-2.75rem;top:0;width:24px;height:24px;border-radius:50%;background:var(--vxef-accent);color:#f5f1e6;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;font-family:var(--vxef-font-display)}
.tl-step h3{margin-bottom:.4rem}
.tl-step p{color:var(--vxef-muted);font-size:.92rem}
.faq{display:grid;gap:.5rem;margin-top:var(--vxef-space-6)}
.uhif{border:1px solid var(--vxef-border);border-radius:var(--vxef-radius)}
.uvpg{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--vxef-space-4);padding:var(--vxef-space-6);background:none;border:0;cursor:pointer;font:inherit;font-family:var(--vxef-font-display);font-weight:700;font-size:.95rem;color:var(--vxef-text);text-align:left}
.uvpg i{flex-shrink:0;transition:var(--vxef-transition);color:var(--vxef-accent)}
.uhif[open] .uvpg i,.uhif.is-open .uvpg i{transform:rotate(180deg)}
.uecv{overflow:hidden;max-height:0;transition:max-height .35s ease}
.faq-answer-inner{padding:0 var(--vxef-space-6) var(--vxef-space-6);color:var(--vxef-muted);font-size:.92rem;line-height:1.7}
.faq-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--vxef-space-12);align-items:start}
.contact-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:var(--vxef-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:var(--vxef-space-6)}
.contact-info-item{display:flex;gap:var(--vxef-space-4);padding:var(--vxef-space-4) 0;border-bottom:1px solid var(--vxef-border)}
.contact-info-item:last-child{border-bottom:none}
.contact-info-item i{font-size:1.2rem;color:var(--vxef-accent);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;font-family:var(--vxef-font-display);font-size:.88rem;margin-bottom:.25rem}
.contact-info-item a{color:var(--vxef-accent)}
.map-container{border-radius:var(--vxef-radius-lg);overflow:hidden;border:1px solid var(--vxef-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.advice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vxef-space-6);margin-top:var(--vxef-space-8)}
.advice-card{text-align:center}
.advice-card i{font-size:1.5rem;color:var(--vxef-accent);display:block;margin-bottom:var(--vxef-space-4)}
.usage-list{display:grid;gap:.6rem;margin-top:var(--vxef-space-6)}
.usage-list li{display:flex;align-items:center;gap:.6rem;color:var(--vxef-muted)}
.usage-list li i{color:var(--vxef-accent);font-size:1rem}
.usage-timeline.timeline-v{margin-top:var(--vxef-space-8)}
.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vxef-space-6);margin-top:var(--vxef-space-8)}
.company-info-card{padding:var(--vxef-space-6);border:1px solid rgba(245,241,230,.12);border-radius:var(--vxef-radius);color:#f5f1e6;display:flex;flex-direction:column;gap:.4rem}
.company-info-card i{font-size:1.3rem;color:rgba(245,241,230,.65)}
.company-info-card h3{font-size:.85rem;font-family:var(--vxef-font-display);color:rgba(245,241,230,.65);font-weight:600;margin-bottom:.15rem}
.company-info-card p{font-size:.92rem;color:#f5f1e6}
.legal-content{max-width:780px}
.legal-content h1{margin-bottom:var(--vxef-space-4)}
.legal-content h2{font-size:1.15rem;margin:var(--vxef-space-8) 0 var(--vxef-space-2)}
.legal-content p{color:var(--vxef-muted);margin-bottom:var(--vxef-space-4);line-height:1.75}
.legal-content a{color:var(--vxef-accent);text-decoration:underline}
.legal-content code{background:var(--vxef-bg-alt);padding:.1em .35em;border-radius:.2em;font-size:.88em}
.legal-date{color:var(--vxef-muted);font-size:.85rem;margin-bottom:var(--vxef-space-8)}
.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(--vxef-accent);margin-bottom:var(--vxef-space-6)}
.thankyou-inner h1{margin-bottom:var(--vxef-space-4)}
.thankyou-inner p{color:var(--vxef-muted);margin-bottom:var(--vxef-space-4)}
.thankyou-hours{font-size:.85rem;margin-bottom:var(--vxef-space-8)}
.site-footer{background:var(--vxef-text);color:#f5f1e6;padding:var(--vxef-space-16) 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--vxef-space-8);padding-bottom:var(--vxef-space-12);border-bottom:1px solid rgba(245,241,230,.12)}
.footer-brand strong{font-family:var(--vxef-font-display);font-size:1.1rem;display:block;margin-bottom:var(--vxef-space-4);color:#f5f1e6}
.footer-brand p{font-size:.88rem;color:rgba(245,241,230,.65);line-height:1.7}
.footer-payment{margin-top:var(--vxef-space-4);font-size:.82rem;color:rgba(245,241,230,.5)}
.footer-col h4{font-family:var(--vxef-font-display);font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(245,241,230,.5);margin-bottom:var(--vxef-space-6)}
.footer-col ul{display:grid;gap:var(--vxef-space-2)}
.footer-col ul a{font-size:.88rem;color:rgba(245,241,230,.7);transition:var(--vxef-transition)}
.footer-col ul a:hover{color:#f5f1e6}
.footer-company p{font-size:.85rem;color:rgba(245,241,230,.65);line-height:1.75;margin-bottom:.5rem}
.footer-company a{color:rgba(245,241,230,.7)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vxef-space-4);padding:var(--vxef-space-6) 0;border-top:1px solid rgba(245,241,230,.1);margin-top:var(--vxef-space-4)}
.footer-legal-links a{font-size:.8rem;color:rgba(245,241,230,.5);transition:var(--vxef-transition)}
.footer-legal-links a:hover{color:#f5f1e6}
.footer-disclaimer{font-size:.75rem;color:rgba(245,241,230,.4);line-height:1.7;padding:var(--vxef-space-4) 0;border-top:1px solid rgba(245,241,230,.08)}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:var(--vxef-space-6) 0;font-size:.78rem;color:rgba(245,241,230,.4)}
.uzpc{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vxef-border);border-radius:var(--vxef-radius-lg);box-shadow:var(--vxef-shadow-lg);padding:var(--vxef-space-6);transform:translateY(160%);transition:transform .3s ease;color:var(--vxef-text)}
.uzpc.is-visible{transform:none}
.cookie-banner-inner{display:flex;flex-wrap:wrap;align-items:center;gap:var(--vxef-space-4)}
.cookie-banner-text{flex:1;font-size:.88rem;color:var(--vxef-muted)}
.cookie-banner-text a{color:var(--vxef-accent);text-decoration:underline}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.uccj{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}
.uccj.is-visible{display:flex}
.uyfx{background:#fff;color:var(--vxef-text);border-radius:var(--vxef-radius-lg);padding:var(--vxef-space-8);max-width:480px;width:92%;box-shadow:var(--vxef-shadow-lg)}
.uyfx h2{margin-bottom:var(--vxef-space-4);color:var(--vxef-text)}
.uyfx p{color:var(--vxef-muted);font-size:.88rem;margin-bottom:var(--vxef-space-6)}
.cookie-toggle{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--vxef-space-4);padding:var(--vxef-space-4) 0;border-bottom:1px solid var(--vxef-border)}
.cookie-toggle h4{font-family:var(--vxef-font-display);font-size:.9rem;margin-bottom:.2rem;color:var(--vxef-text)}
.cookie-toggle p{font-size:.82rem;color:var(--vxef-muted)}
.cookie-modal-actions{display:flex;gap:.5rem;margin-top:var(--vxef-space-6);flex-wrap:wrap}
.switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;margin-top:.1rem}
.switch input{opacity:0;width:0;height:0}
.slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:var(--vxef-transition)}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vxef-transition)}
.switch input:checked+.slider{background:var(--vxef-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}
.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:44px;height:44px;border-radius:50%;background:var(--vxef-accent);color:#f5f1e6;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--vxef-shadow-md);opacity:0;pointer-events:none;transition:var(--vxef-transition)}
.back-to-top.is-visible{opacity:1;pointer-events:auto}
.back-to-top:hover{background:var(--vxef-accent-dark)}
@media(max-width:900px){
  .hero-bigphoto{grid-template-columns:1fr;gap:var(--vxef-space-8)}
  .hero-visual-wrap{order:-1}
  .faq-layout{grid-template-columns:1fr}
  .spotlight-item{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .ugsf{display:flex}
  .uaaf{position:fixed;inset:var(--vxef-header-height) 0 auto 0;flex-direction:column;align-items:flex-start;background:rgba(245,241,230,.98);padding:var(--vxef-space-6);box-shadow:var(--vxef-shadow-md);transform:translateY(-150%);transition:var(--vxef-transition);gap:var(--vxef-space-4)}
  .uaaf.is-open{transform:none}
  .uaaf a{font-size:1rem}
  .split-block{grid-template-columns:1fr}
  .order-steps{grid-template-columns:1fr}
  .order-layout{grid-template-columns:1fr}
  .cta-band-inner{flex-direction:column;text-align:center}
  .trust-band{grid-template-columns:repeat(2,1fr)}
  .bigstat-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .container{width:92%}
  .gallery-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
  .trust-band{grid-template-columns:1fr}
  .bigstat-grid{grid-template-columns:1fr 1fr}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;justify-content:center}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uzpc{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}
.uzpc.is-visible,.cookie-banner--visible,.uzpc.show,.uzpc.active{transform:none !important}
.uzpc a{color:inherit;text-decoration:underline}
.uzpc button{cursor:pointer}
.uccj{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}
.uccj.is-visible,.cookie-modal--visible,.uccj.show,.uccj.active{display:flex !important}
.uyfx,.uccj>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}
.uzsd .uffs,.uzsd .uytn,.uzsd .ueek,.uzsd .uxle,.ucsy .uffs,.ucsy .uytn,.ucsy .ueek,.ucsy .uxle{background:#fff !important;color:#1a1a1a !important}
.uffs,.uytn{color:#1a1a1a !important}
.uffs label,.uytn label,.uffs p,.uytn p,.uffs .uban,.uffs span,.uytn span,.ugrg,.uzqq,.ueek .uvyl,.ueek .uvyl *{color:#1a1a1a !important}
.ugrg,.uzqq{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uffs .uuge{color:#1a1a1a !important}
.uffs .uuge.is-sel{color:#fff !important}
.uwhw .urmb{display:none}
.uwhw .urmb.is-visible{display:block !important;color:#c0392b}
.uwhw .utjq,.uwhw [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uwhw{color:#1a1a1a}
.uzsd .uwhw,.ucsy .uwhw{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uehk{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uehk img{width:100%;height:100%;object-fit:cover}
.umil,.uztc{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.umil img,.uztc img{width:100%;height:100%;object-fit:cover;display:block}
.umil img{opacity:.28}
.uztc img{opacity:.07}
*:has(> .umil),*:has(> .uztc){position:relative}
.upwv{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)}
.upwv .upst{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.upwv .uxti{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.udwd{margin:1.4rem auto;max-width:920px}
.udwd img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ukia{padding:3rem 0}
.uqem{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uqem img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uxle{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.umum{display:flex;overflow:hidden;gap:0 !important}
.ulii{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uonb{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}
.uzag{left:.5rem}.uplp{right:.5rem}
.ueek .uvyl{display:none}.ueek .uvyl.is-active{display:block}
.uffs .uyka{display:block !important}
.uffs .uapc{display:flex;flex-wrap:wrap;gap:.5rem}
.uffs .uuge{cursor:pointer}
