:root{
  --vvhe-accent:#c4170c;
  --vvhe-accent-dark:#9e1209;
  --vvhe-accent-soft:#f7e8e7;
  --vvhe-teal:#009dc8;
  --vvhe-teal-dark:#007da0;
  --vvhe-bg:#0f0f0f;
  --vvhe-bg-alt:#1a1a1a;
  --vvhe-bg-card:#1e1e1e;
  --vvhe-bg-dark:#000000;
  --vvhe-text:#f0f0f0;
  --vvhe-text-muted:#a0a0a0;
  --vvhe-border:#333333;
  --vvhe-border-dashed:#444444;
  --vvhe-white:#ffffff;
  --vvhe-font-display:'Manrope',system-ui,sans-serif;
  --vvhe-font-body:'Open Sans',system-ui,sans-serif;
  --vvhe-space-1:4px;
  --vvhe-space-2:8px;
  --vvhe-space-3:12px;
  --vvhe-space-4:16px;
  --vvhe-space-6:24px;
  --vvhe-space-8:32px;
  --vvhe-space-12:48px;
  --vvhe-space-16:64px;
  --vvhe-space-24:96px;
  --vvhe-radius-sm:4px;
  --vvhe-radius-md:6px;
  --vvhe-radius-lg:18px;
  --vvhe-radius-pill:999px;
  --vvhe-shadow-sm:0 1px 4px rgba(0,0,0,.4);
  --vvhe-shadow-md:0 6px 24px rgba(0,0,0,.5);
  --vvhe-shadow-lg:0 18px 60px rgba(0,0,0,.7);
  --vvhe-container:960px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--vvhe-font-body);color:var(--vvhe-text);background:var(--vvhe-bg);line-height:1.7;-webkit-font-smoothing:antialiased;font-size:16px}
h1,h2,h3,h4{font-family:var(--vvhe-font-display);line-height:1.15;font-weight:800;letter-spacing:-.02em;color:var(--vvhe-white)}
h1{font-size:clamp(2.4rem,6vw,4.2rem)}
h2{font-size:clamp(1.7rem,3.5vw,2.5rem)}
h3{font-size:1.25rem;font-weight:700}
h4{font-size:1.05rem;font-weight:700}
p{color:var(--vvhe-text)}
a{color:var(--vvhe-teal);text-decoration:none;transition:color .2s}
a:hover{color:var(--vvhe-teal-dark)}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{max-width:var(--vvhe-container);margin:0 auto;padding:0 var(--vvhe-space-6)}
section{padding:var(--vvhe-space-24) 0}
.section-alt{background:var(--vvhe-bg-alt)}
.urlj{background:var(--vvhe-bg-dark);color:var(--vvhe-text)}
.urlj h2,.urlj h3{color:var(--vvhe-white)}
.utag{background:var(--vvhe-accent);color:var(--vvhe-white)}
.utag h2,.utag p{color:var(--vvhe-white)}
.section-teal{background:var(--vvhe-teal);color:var(--vvhe-white)}
.section-teal h2,.section-teal p{color:var(--vvhe-white)}
.eyebrow{display:inline-block;font-family:var(--vvhe-font-display);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vvhe-teal);margin-bottom:var(--vvhe-space-4)}
.lead{font-size:1.1rem;color:var(--vvhe-text-muted);max-width:58ch;margin-top:var(--vvhe-space-4)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 24px;border-radius:var(--vvhe-radius-md);font-weight:700;font-family:var(--vvhe-font-display);cursor:pointer;border:2px solid transparent;transition:.2s;font-size:.95rem;text-decoration:none}
.btn-primary{background:var(--vvhe-accent);color:var(--vvhe-white);border-color:var(--vvhe-accent)}
.btn-primary:hover{background:var(--vvhe-accent-dark);border-color:var(--vvhe-accent-dark);color:var(--vvhe-white)}
.btn-outline{background:transparent;color:var(--vvhe-teal);border-color:var(--vvhe-teal)}
.btn-outline:hover{background:var(--vvhe-teal);color:var(--vvhe-white)}
.btn-dark{background:var(--vvhe-white);color:#0f0f0f;border-color:var(--vvhe-white)}
.btn-dark:hover{background:var(--vvhe-text-muted);border-color:var(--vvhe-text-muted)}

/* HEADER */
.ujdr{position:sticky;top:0;z-index:80;background:rgba(15,15,15,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--vvhe-border)}
.ujdr .container{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px}
.logo{font-family:var(--vvhe-font-display);font-size:1.1rem;font-weight:800;color:var(--vvhe-white);letter-spacing:-.01em;text-decoration:none}
.logo span{color:var(--vvhe-accent)}
.uigx{display:flex;gap:var(--vvhe-space-6);align-items:center;flex-wrap:wrap}
.uigx a{color:var(--vvhe-text-muted);font-family:var(--vvhe-font-display);font-size:.88rem;font-weight:600;text-decoration:none;transition:color .2s}
.uigx a:hover{color:var(--vvhe-white)}
.upkq{display:none;background:none;border:0;font-size:1.6rem;cursor:pointer;color:var(--vvhe-white)}

/* HERO — журнальный минимал */
.hero{padding:var(--vvhe-space-24) 0 var(--vvhe-space-16);position:relative;overflow:hidden;background:var(--vvhe-bg)}
.hero-inner{max-width:var(--vvhe-container);margin:0 auto;padding:0 var(--vvhe-space-6)}
.hero-kicker{display:flex;align-items:center;gap:var(--vvhe-space-3);margin-bottom:var(--vvhe-space-6)}
.hero-kicker-line{width:40px;height:3px;background:var(--vvhe-accent);border-radius:2px}
.hero-kicker-text{font-family:var(--vvhe-font-display);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vvhe-accent)}
.hero h1{font-size:clamp(2.6rem,7vw,5rem);font-weight:800;line-height:1.05;max-width:18ch;color:var(--vvhe-white)}
.hero h1 .hero-number{color:var(--vvhe-accent);display:block;font-size:clamp(3.5rem,10vw,7rem);line-height:1}
.hero-meta{margin-top:var(--vvhe-space-6);color:var(--vvhe-text-muted);font-size:.92rem}
.hero-meta a{color:var(--vvhe-teal)}
.hero-lead{margin-top:var(--vvhe-space-6);font-size:1.1rem;color:var(--vvhe-text-muted);max-width:54ch;line-height:1.75}
.hero-cta{margin-top:var(--vvhe-space-8);display:flex;gap:var(--vvhe-space-4);flex-wrap:wrap;align-items:center}
.hero-img-row{margin-top:var(--vvhe-space-12);border-radius:var(--vvhe-radius-lg);overflow:hidden;max-height:460px;position:relative}
.hero-img-row img{width:100%;height:460px;object-fit:cover;opacity:.85}
.hero-img-caption{position:absolute;bottom:0;left:0;right:0;padding:var(--vvhe-space-4) var(--vvhe-space-6);background:linear-gradient(transparent,rgba(0,0,0,.8));font-size:.82rem;color:var(--vvhe-text-muted)}

/* STAT BAND */
.stat-band{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--vvhe-space-8);text-align:center;padding:var(--vvhe-space-16) 0}
.stat-item{}
.stat-num{font-family:var(--vvhe-font-display);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;color:var(--vvhe-teal);display:block;line-height:1}
.stat-label{font-size:.85rem;color:var(--vvhe-text-muted);margin-top:var(--vvhe-space-2);display:block}

/* ICON CIRCLES */
.icon-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.3rem}
.icon-circle-accent{background:rgba(196,23,12,.15);color:var(--vvhe-accent)}
.icon-circle-teal{background:rgba(0,157,200,.15);color:var(--vvhe-teal)}
.icon-circle-white{background:rgba(255,255,255,.1);color:var(--vvhe-white)}

/* GRIDS */
.grid{display:grid;gap:var(--vvhe-space-6)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}

/* CARDS — dashed border */
.card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-8);transition:border-color .2s}
.card:hover{border-color:var(--vvhe-teal)}
.card-header{display:flex;align-items:flex-start;gap:var(--vvhe-space-4);margin-bottom:var(--vvhe-space-4)}

/* MITOS vs FATOS */
.myths-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvhe-space-6)}
.myth-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-8)}
.myth-card .label{display:inline-block;padding:4px 14px;border-radius:var(--vvhe-radius-md);font-size:.75rem;font-weight:700;font-family:var(--vvhe-font-display);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--vvhe-space-4)}
.myth-card .label-mito{background:rgba(196,23,12,.2);color:var(--vvhe-accent)}
.myth-card .label-fato{background:rgba(0,157,200,.2);color:var(--vvhe-teal)}
.myth-card h4{margin-bottom:var(--vvhe-space-3);color:var(--vvhe-white)}

/* STEPS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vvhe-space-8);position:relative}
.step-card{text-align:center;padding:var(--vvhe-space-8) var(--vvhe-space-6)}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--vvhe-accent);color:var(--vvhe-white);font-family:var(--vvhe-font-display);font-size:1.4rem;font-weight:800;margin:0 auto var(--vvhe-space-6)}
.step-card h3{margin-bottom:var(--vvhe-space-3)}

/* PRICING */
.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--vvhe-space-6);align-items:stretch;max-width:720px;margin:0 auto}
.price-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-12) var(--vvhe-space-8);display:flex;flex-direction:column;gap:var(--vvhe-space-4);position:relative}
.price-card.is-featured{border-color:var(--vvhe-teal);border-style:solid;box-shadow:0 0 32px rgba(0,157,200,.15)}
.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--vvhe-teal);color:var(--vvhe-white);padding:4px 18px;border-radius:var(--vvhe-radius-md);font-size:.75rem;font-weight:700;font-family:var(--vvhe-font-display);letter-spacing:.06em;white-space:nowrap}
.price-name{font-family:var(--vvhe-font-display);font-size:1.1rem;font-weight:800;color:var(--vvhe-white);margin-bottom:var(--vvhe-space-2)}
.price-value{display:flex;align-items:baseline;gap:6px;margin-bottom:var(--vvhe-space-2)}
.price-num{font-family:var(--vvhe-font-display);font-size:2.2rem;font-weight:800;color:var(--vvhe-white)}
.price-per{color:var(--vvhe-text-muted);font-size:.9rem}
.price-features{display:flex;flex-direction:column;gap:10px;flex:1;margin-bottom:var(--vvhe-space-6)}
.price-features li{padding-left:24px;position:relative;color:var(--vvhe-text-muted);font-size:.9rem}
.price-features li::before{content:"✓";position:absolute;left:0;color:var(--vvhe-teal);font-weight:700}
.price-note{text-align:center;color:var(--vvhe-text-muted);font-size:.85rem;margin-top:var(--vvhe-space-6)}

/* FORMS */
.ucku{display:flex;flex-direction:column;gap:var(--vvhe-space-4)}
.ucku label{font-weight:600;font-size:.9rem;color:var(--vvhe-text);font-family:var(--vvhe-font-display)}
.ucku input,
.ucku textarea,
.ucku select{width:100%;padding:13px 15px;border:1px solid var(--vvhe-border);border-radius:var(--vvhe-radius-md);font:inherit;background:var(--vvhe-bg-alt);color:var(--vvhe-white);font-size:.95rem}
.ucku input:focus,
.ucku textarea:focus,
.ucku select:focus{outline:2px solid var(--vvhe-teal);border-color:transparent}
.ucku select option{background:var(--vvhe-bg-alt);color:var(--vvhe-white)}
.utma{color:#f87171;font-size:.82rem;display:none;margin-top:2px}
.utma.is-visible{display:block}
.ugdn{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.consent-row{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;color:var(--vvhe-text-muted);line-height:1.5}
.consent-row a{color:var(--vvhe-teal)}
.form-wrap{max-width:560px;margin:0 auto}

/* FAQ */
.faq-list{display:flex;flex-direction:column}
.umyr{border-bottom:1px solid var(--vvhe-border)}
.uzul{width:100%;text-align:left;background:none;border:0;padding:var(--vvhe-space-6) 0;font:700 1rem var(--vvhe-font-display);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--vvhe-white)}
.uzul:hover{color:var(--vvhe-teal)}
.uzul span{font-size:1.3rem;flex-shrink:0;transition:transform .3s;color:var(--vvhe-text-muted)}
.uzul.is-open span{transform:rotate(45deg)}
.ulvd{max-height:0;overflow:hidden;transition:max-height .35s ease;color:var(--vvhe-text-muted);font-size:.95rem}
.ulvd p{padding-bottom:var(--vvhe-space-6)}

/* TRANSPARENCY */
.transparency-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvhe-space-6)}
.transp-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-8)}
.transp-card h3{margin-bottom:var(--vvhe-space-4)}
.transp-list{display:flex;flex-direction:column;gap:var(--vvhe-space-3)}
.transp-list li{padding-left:26px;position:relative;color:var(--vvhe-text-muted);font-size:.9rem}
.transp-list li::before{content:"•";position:absolute;left:8px;color:var(--vvhe-teal)}
.transp-list.do-not li::before{content:"•";color:var(--vvhe-accent)}

/* CERT SECTION */
.cert-inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvhe-space-12);align-items:center}
.cert-badge{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-12) var(--vvhe-space-8);text-align:center}
.cert-icon{font-size:3rem;margin-bottom:var(--vvhe-space-4)}
.cert-badge h3{margin-bottom:var(--vvhe-space-3);color:var(--vvhe-white)}

/* AUDIENCE */
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vvhe-space-6)}
.audience-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-6)}
.audience-card .icon-row{display:flex;align-items:center;gap:var(--vvhe-space-3);margin-bottom:var(--vvhe-space-4)}

/* CALC */
.calc-wrap{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-12) var(--vvhe-space-8);max-width:640px;margin:0 auto}
.calc-wrap h3{margin-bottom:var(--vvhe-space-6);color:var(--vvhe-white)}
.calc-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--vvhe-space-3);font-family:var(--vvhe-font-display);font-size:.9rem;font-weight:600;color:var(--vvhe-text)}
.calc-val{color:var(--vvhe-teal);font-weight:800}
.calc-range{width:100%;margin-bottom:var(--vvhe-space-6);accent-color:var(--vvhe-teal)}
.uecv{background:rgba(0,157,200,.1);border:1px solid rgba(0,157,200,.3);border-radius:var(--vvhe-radius-md);padding:var(--vvhe-space-4) var(--vvhe-space-6);margin-top:var(--vvhe-space-4);font-family:var(--vvhe-font-display);font-size:1.1rem;font-weight:700;color:var(--vvhe-teal);text-align:center}

/* CAROUSEL / TESTIMONIALS */
.carousel-wrap{position:relative;overflow:hidden}
.uvgc{display:flex;transition:transform .4s ease;gap:0}
.ufyw{min-width:100%;padding:0 var(--vvhe-space-2)}
.testimonial-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-8);position:relative}
.testimonial-card blockquote{font-size:1rem;line-height:1.75;color:var(--vvhe-text);font-style:italic;margin-bottom:var(--vvhe-space-6)}
.testimonial-card blockquote::before{content:'"';font-size:3rem;color:var(--vvhe-teal);font-family:var(--vvhe-font-display);line-height:.5;display:block;margin-bottom:var(--vvhe-space-4)}
.testimonial-meta{display:flex;align-items:center;gap:var(--vvhe-space-3)}
.testimonial-initials{width:40px;height:40px;border-radius:50%;background:rgba(0,157,200,.2);color:var(--vvhe-teal);font-family:var(--vvhe-font-display);font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}
.testimonial-info cite{font-style:normal;font-size:.85rem;color:var(--vvhe-text-muted);display:block}
.carousel-controls{display:flex;justify-content:center;gap:var(--vvhe-space-3);margin-top:var(--vvhe-space-6)}
.ucpz,.uhty{background:none;border:1px solid var(--vvhe-border);color:var(--vvhe-text-muted);width:40px;height:40px;border-radius:var(--vvhe-radius-md);cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:.2s}
.ucpz:hover,.uhty:hover{border-color:var(--vvhe-teal);color:var(--vvhe-teal)}
.carousel-disclaimer{text-align:center;font-size:.8rem;color:var(--vvhe-text-muted);margin-top:var(--vvhe-space-4)}

/* DISCLOSURE BAR */
.disclosure-bar{background:rgba(0,157,200,.08);border-top:1px solid rgba(0,157,200,.2);border-bottom:1px solid rgba(0,157,200,.2);padding:var(--vvhe-space-4) 0}
.disclosure-bar p{font-size:.82rem;color:var(--vvhe-text-muted);text-align:center;max-width:80ch;margin:0 auto}

/* BLOG CARD */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vvhe-space-6)}
.blog-card{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);overflow:hidden;display:flex;flex-direction:column}
.blog-card img{width:100%;height:180px;object-fit:cover}
.blog-card-body{padding:var(--vvhe-space-6);flex:1;display:flex;flex-direction:column}
.blog-card-body h3{font-size:1rem;margin-bottom:var(--vvhe-space-3);color:var(--vvhe-white)}
.blog-card-body p{font-size:.88rem;color:var(--vvhe-text-muted);flex:1;margin-bottom:var(--vvhe-space-4)}
.blog-tag{display:inline-block;padding:3px 10px;border-radius:var(--vvhe-radius-sm);background:rgba(0,157,200,.15);color:var(--vvhe-teal);font-size:.74rem;font-weight:700;font-family:var(--vvhe-font-display);letter-spacing:.06em;margin-bottom:var(--vvhe-space-3)}

/* PROGRAM MODULES */
.modules-list{display:flex;flex-direction:column;gap:0}
.module-item{display:flex;gap:var(--vvhe-space-6);padding:var(--vvhe-space-6) 0;border-bottom:1px solid var(--vvhe-border)}
.module-num{font-family:var(--vvhe-font-display);font-size:2rem;font-weight:800;color:var(--vvhe-border-dashed);min-width:56px;flex-shrink:0;line-height:1.2}
.module-body h4{color:var(--vvhe-white);margin-bottom:var(--vvhe-space-2)}
.module-body p{font-size:.9rem;color:var(--vvhe-text-muted)}

/* COOKIE */
.uvub{position:fixed;left:16px;right:16px;bottom:16px;z-index:90;background:var(--vvhe-bg-alt);border:1px solid var(--vvhe-border);border-radius:var(--vvhe-radius-lg);box-shadow:var(--vvhe-shadow-lg);padding:var(--vvhe-space-6);transform:translateY(200%);transition:transform .35s;max-width:520px}
.uvub.is-visible{transform:none}
.uvub p{font-size:.88rem;color:var(--vvhe-text-muted);margin-bottom:var(--vvhe-space-4)}
.uvub p a{color:var(--vvhe-teal)}
.upjv{display:flex;gap:var(--vvhe-space-3);flex-wrap:wrap}
.uenr{display:none;position:fixed;inset:0;z-index:95;background:rgba(0,0,0,.7);align-items:center;justify-content:center}
.uenr.is-visible{display:flex}
.cookie-modal-box{background:var(--vvhe-bg-alt);border:1px solid var(--vvhe-border);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-8);max-width:420px;width:90%;display:flex;flex-direction:column;gap:var(--vvhe-space-4)}
.cookie-modal-box h3{color:var(--vvhe-white);margin-bottom:var(--vvhe-space-2)}
.cookie-modal-box label{display:flex;align-items:center;gap:var(--vvhe-space-3);font-size:.9rem;color:var(--vvhe-text-muted);cursor:pointer}
.cookie-modal-box input[type=checkbox]{accent-color:var(--vvhe-teal);width:16px;height:16px}
.cookie-modal-actions{display:flex;gap:var(--vvhe-space-3);margin-top:var(--vvhe-space-2)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(22px);transition:.6s ease}
.reveal.is-visible{opacity:1;transform:none}

/* FOOTER */
.site-footer{background:var(--vvhe-bg-dark);color:var(--vvhe-text-muted);padding:var(--vvhe-space-16) 0 var(--vvhe-space-8)}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:var(--vvhe-space-12);margin-bottom:var(--vvhe-space-12)}
.footer-brand{font-family:var(--vvhe-font-display);font-size:1.1rem;font-weight:800;color:var(--vvhe-white);margin-bottom:var(--vvhe-space-4)}
.footer-brand span{color:var(--vvhe-accent)}
.footer-desc{font-size:.88rem;line-height:1.7;max-width:30ch}
.footer-col h4{color:var(--vvhe-white);font-size:.88rem;font-weight:700;margin-bottom:var(--vvhe-space-4);letter-spacing:.06em;text-transform:uppercase}
.footer-col ul{display:flex;flex-direction:column;gap:var(--vvhe-space-3)}
.footer-col ul li a{color:var(--vvhe-text-muted);font-size:.88rem;transition:color .2s}
.footer-col ul li a:hover{color:var(--vvhe-white)}
.footer-bottom{border-top:1px solid var(--vvhe-border);padding-top:var(--vvhe-space-8);display:flex;flex-direction:column;gap:var(--vvhe-space-4)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vvhe-space-6)}
.footer-legal-links a{color:var(--vvhe-text-muted);font-size:.82rem;transition:color .2s}
.footer-legal-links a:hover{color:var(--vvhe-white)}
.footer-disclaimer{font-size:.8rem;color:#666;max-width:72ch;line-height:1.7}
.footer-cnpj{font-size:.78rem;color:#555;margin-top:var(--vvhe-space-2)}

/* BREADCRUMBS */
.crumbs{font-size:.82rem;color:var(--vvhe-text-muted);margin-bottom:var(--vvhe-space-6)}
.crumbs a{color:var(--vvhe-teal)}

/* INLINE IMG */
.concept-img{border-radius:var(--vvhe-radius-lg);overflow:hidden;margin:var(--vvhe-space-8) 0}
.concept-img img{width:100%;height:auto}

/* BAND PATTERN */
.accent-band{background:var(--vvhe-accent);padding:var(--vvhe-space-12) 0;text-align:center}
.accent-band h2{color:var(--vvhe-white);margin-bottom:var(--vvhe-space-4)}
.accent-band p{color:rgba(255,255,255,.8);margin-bottom:var(--vvhe-space-8)}

/* PROGRAM PAGE LIST */
.learning-path{display:flex;flex-direction:column;gap:var(--vvhe-space-6)}
.path-step{background:var(--vvhe-bg-card);border:2px dashed var(--vvhe-border-dashed);border-radius:var(--vvhe-radius-lg);padding:var(--vvhe-space-6) var(--vvhe-space-8);display:flex;gap:var(--vvhe-space-6);align-items:flex-start}
.path-num{font-family:var(--vvhe-font-display);font-size:1.8rem;font-weight:800;color:var(--vvhe-teal);min-width:40px;flex-shrink:0;line-height:1.1}

/* SPLIT SECTION */
.split-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvhe-space-12);align-items:center}

/* SCROLL TOP */
.uzdc{position:fixed;bottom:24px;right:24px;z-index:70;background:var(--vvhe-accent);color:var(--vvhe-white);border:0;width:44px;height:44px;border-radius:var(--vvhe-radius-md);cursor:pointer;font-size:1.2rem;display:none;align-items:center;justify-content:center;box-shadow:var(--vvhe-shadow-md);transition:.2s}
.uzdc.is-visible{display:flex}

/* RESPONSIVE */
@media(max-width:860px){
  .hero-img-row{max-height:260px}
  .hero-img-row img{height:260px}
  .grid-3,.grid-2,.myths-grid,.transparency-grid,.cert-inner,.audience-grid,.steps-grid,.footer-top,.split-grid{grid-template-columns:1fr}
  .stat-band{grid-template-columns:repeat(2,1fr)}
  .pricing-grid{grid-template-columns:1fr;max-width:420px}
  .blog-grid{grid-template-columns:1fr}
  .uigx{display:none}
  .uigx.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--vvhe-bg-alt);padding:var(--vvhe-space-6);gap:var(--vvhe-space-4);z-index:79;border-bottom:1px solid var(--vvhe-border)}
  .upkq{display:block}
  .hero h1{font-size:clamp(2.2rem,8vw,3.5rem)}
  .hero h1 .hero-number{font-size:clamp(3rem,10vw,5rem)}
  .uvub{left:8px;right:8px;bottom:8px}
}
@media(max-width:480px){
  .stat-band{grid-template-columns:1fr 1fr}
  .hero-cta{flex-direction:column;align-items:flex-start}
  section{padding:var(--vvhe-space-16) 0}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uvub{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}
.uvub.is-visible,.cookie-banner--visible,.uvub.show,.uvub.active{transform:none !important}
.uvub a{color:inherit;text-decoration:underline}
.uvub button{cursor:pointer}
.uenr{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}
.uenr.is-visible,.cookie-modal--visible,.uenr.show,.uenr.active{display:flex !important}
.uhuz,.uenr>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}
.urlj .ubdp,.urlj .uboi,.urlj .uadv,.urlj .uthh,.utag .ubdp,.utag .uboi,.utag .uadv,.utag .uthh{background:#fff !important;color:#1a1a1a !important}
.ubdp,.uboi{color:#1a1a1a !important}
.ubdp label,.uboi label,.ubdp p,.uboi p,.ubdp .uciv,.ubdp span,.uboi span,.uecv,.uulh,.uadv .ucfq,.uadv .ucfq *{color:#1a1a1a !important}
.uecv,.uulh{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ubdp .usrs{color:#1a1a1a !important}
.ubdp .usrs.is-sel{color:#fff !important}
.ufev .utma{display:none}
.ufev .utma.is-visible{display:block !important;color:#c0392b}
.ufev .ugdn,.ufev [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ufev{color:#1a1a1a}
.urlj .ufev,.utag .ufev{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uhdr{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uhdr img{width:100%;height:100%;object-fit:cover}
.ubag,.uhpa{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.ubag img,.uhpa img{width:100%;height:100%;object-fit:cover;display:block}
.ubag img{opacity:.28}
.uhpa img{opacity:.07}
*:has(> .ubag),*:has(> .uhpa){position:relative}
.uxrf{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)}
.uxrf .uwoa{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uxrf .uqec{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uezk{margin:1.4rem auto;max-width:920px}
.uezk img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ujna{padding:3rem 0}
.uafz{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uafz img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uthh{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uvgc{display:flex;overflow:hidden;gap:0 !important}
.ufyw{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.upar{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}
.ucpz{left:.5rem}.uhty{right:.5rem}
.uadv .ucfq{display:none}.uadv .ucfq.is-active{display:block}
.ubdp .uzmd{display:block !important}
.ubdp .ulbg{display:flex;flex-wrap:wrap;gap:.5rem}
.ubdp .usrs{cursor:pointer}
