:root {
  --vhmg-accent: #5c6bc0;
  --vhmg-accent-dark: #3949ab;
  --vhmg-accent-col-light: #9fa8da;
  --vhmg-bg: #1a1b2e;
  --vhmg-bg-alt: #22243a;
  --vhmg-text: #e8e9f5;
  --vhmg-muted: #9fa3c0;
  --vhmg-border: #2e3054;
  --vhmg-font-display: "Sora", system-ui, sans-serif;
  --vhmg-font-body: "Inter", system-ui, sans-serif;
  --vhmg-space-2: .5rem;
  --vhmg-space-4: 1rem;
  --vhmg-space-6: 1.5rem;
  --vhmg-space-8: 2rem;
  --vhmg-space-12: 3rem;
  --vhmg-space-20: 5rem;
  --vhmg-radius-sm: .375rem;
  --vhmg-radius: .875rem;
  --vhmg-radius-lg: 1.5rem;
  --vhmg-radius-pill: 999px;
  --vhmg-shadow-sm: 0 1px 4px rgba(0,0,0,.35);
  --vhmg-shadow-md: 0 6px 24px rgba(0,0,0,.45);
  --vhmg-shadow-lg: 0 18px 48px rgba(0,0,0,.55);
  --vhmg-transition: .28s ease;
  --vhmg-max-width: 1200px;
  --vhmg-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(--vhmg-font-body); color: var(--vhmg-text); background: var(--vhmg-bg); line-height: 1.65; font-size: clamp(.95rem,.9rem + .3vw,1.05rem); }
h1,h2,h3,h4 { font-family: var(--vhmg-font-display); line-height: 1.15; color: var(--vhmg-text); }
h1 { font-size: clamp(2rem,1.5rem + 2.4vw,3.25rem); }
h2 { font-size: clamp(1.5rem,1.1rem + 1.6vw,2.2rem); }
h3 { font-size: clamp(1.1rem,.9rem + .8vw,1.45rem); }
a { color: var(--vhmg-accent-col-light); text-decoration: none; }
a:hover { color: var(--vhmg-text); }
img { max-width: 100%; height: auto; display: block; }

.container { width: 92%; max-width: var(--vhmg-max-width); margin-inline: auto; }
.section { padding: var(--vhmg-space-20) 0; }
.section-alt { background: var(--vhmg-bg-alt); }
.udlk { background: #12131f; color: var(--vhmg-text); }
.ucyc { background: var(--vhmg-accent-dark); color: #fff; }
.ucyc .section-title,
.ucyc h2,
.ucyc h3 { color: #fff; }
.ucyc .btn-outline { border-color: #fff; color: #fff; }
.ucyc .btn-outline:hover { background: #fff; color: var(--vhmg-accent-dark); }

.disclosure-bar { background: #12131f; color: var(--vhmg-muted); font-size: .78rem; text-align: center; padding: .45rem 1rem; border-bottom: 1px solid var(--vhmg-border); }

.uvki { position: sticky; top: 0; z-index: 50; background: rgba(26,27,46,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vhmg-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--vhmg-header-height); }
.logo { display: flex; align-items: center; gap: .5rem; text-decoration: none; }
.logo-mark { width: 28px; height: 28px; border-radius: 50%; background: var(--vhmg-accent); display: inline-block; flex-shrink: 0; }
.logo-text { font-family: var(--vhmg-font-display); font-weight: 700; font-size: 1.2rem; color: var(--vhmg-text); letter-spacing: .04em; }
.uxzn { display: flex; align-items: center; gap: var(--vhmg-space-6); }
.uxzn a { color: var(--vhmg-muted); font-size: .9rem; font-weight: 500; transition: color var(--vhmg-transition); }
.uxzn a:hover, .uxzn a.active { color: var(--vhmg-text); }
.ushe { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .25rem; }
.ushe span { width: 24px; height: 2px; background: var(--vhmg-text); transition: var(--vhmg-transition); display: block; }

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.6rem; border-radius: var(--vhmg-radius-pill); font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: var(--vhmg-transition); font-family: var(--vhmg-font-body); font-size: .95rem; line-height: 1; text-decoration: none; }
.btn-primary { background: var(--vhmg-accent); color: #fff; border-color: var(--vhmg-accent); }
.btn-primary:hover { background: var(--vhmg-accent-dark); border-color: var(--vhmg-accent-dark); color: #fff; }
.btn-outline { background: transparent; border-color: var(--vhmg-accent-col-light); color: var(--vhmg-accent-col-light); }
.btn-outline:hover { background: var(--vhmg-accent); border-color: var(--vhmg-accent); color: #fff; }
.btn-sm { padding: .5rem 1rem; font-size: .85rem; }
.btn-block { width: 100%; justify-content: center; }

.section-eyebrow { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--vhmg-accent-col-light); margin-bottom: .75rem; }
.section-title { margin-bottom: 1rem; }
.section-lead { color: var(--vhmg-muted); max-width: 640px; margin-bottom: var(--vhmg-space-8); }
.section-note { font-size: .82rem; color: var(--vhmg-muted); margin-top: var(--vhmg-space-4); }

.media { position: relative; overflow: hidden; border-radius: var(--vhmg-radius); background: linear-gradient(135deg, var(--vhmg-accent-dark) 0%, var(--vhmg-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; }
.media-2x3 { aspect-ratio: 2/3; }

.urlz { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.urlz img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.section-hero { position: relative; padding: var(--vhmg-space-20) 0; }
.section-hero > .container { position: relative; z-index: 1; }
.hero-center-layout { text-align: center; max-width: 700px; margin-inline: auto; }
.hero-eyebrow { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--vhmg-accent-col-light); margin-bottom: 1rem; background: rgba(92,107,192,.18); padding: .35rem 1rem; border-radius: var(--vhmg-radius-pill); }
.hero-title { font-size: clamp(2.2rem,1.6rem + 2.8vw,3.6rem); margin-bottom: 1rem; font-weight: 800; }
.hl { color: var(--vhmg-accent-col-light); }
.hero-sub { color: var(--vhmg-muted); margin-bottom: var(--vhmg-space-6); max-width: 560px; margin-inline: auto; }
.hero-pack-center { max-width: 320px; margin: var(--vhmg-space-8) auto; border-radius: var(--vhmg-radius-lg); overflow: hidden; box-shadow: var(--vhmg-shadow-lg); }
.hero-rating { margin: var(--vhmg-space-4) 0; font-size: .95rem; color: var(--vhmg-muted); }
.price-block { display: flex; align-items: baseline; gap: var(--vhmg-space-4); flex-wrap: wrap; margin: var(--vhmg-space-4) 0; }
.price-block--center { justify-content: center; }
.price-old { color: var(--vhmg-muted); font-size: 1.1rem; text-decoration: line-through; }
.price-new { font-family: var(--vhmg-font-display); font-size: clamp(1.6rem,1.2rem + 1.6vw,2.2rem); color: var(--vhmg-accent-col-light); font-weight: 700; }
.price-badge { background: var(--vhmg-accent); color: #fff; padding: .2rem .75rem; border-radius: var(--vhmg-radius-pill); font-size: .85rem; font-weight: 700; }
.accent-col { color: var(--vhmg-accent-col-light) !important; }
.stars { color: #e8a534; letter-spacing: .1em; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin: var(--vhmg-space-6) 0 var(--vhmg-space-4); }
.hero-note { font-size: .82rem; color: var(--vhmg-muted); }
.hero-disclaimer { font-size: .78rem; color: var(--vhmg-muted); margin-top: .5rem; opacity: .7; }

.checklist { list-style: none; display: grid; gap: .7rem; margin: var(--vhmg-space-4) 0; text-align: left; }
.checklist li { display: flex; align-items: flex-start; gap: .65rem; }
.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(92,107,192,.2); color: var(--vhmg-accent-col-light); font-size: .95rem; margin-top: .05rem; }

.trust-band { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: var(--vhmg-space-6); text-align: center; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: .5rem; }
.trust-item i { font-size: 1.6rem; color: var(--vhmg-accent-col-light); }
.trust-item span { font-size: .88rem; color: rgba(255,255,255,.8); font-weight: 500; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: var(--vhmg-space-6); margin-top: var(--vhmg-space-8); }
.benefit-card { background: var(--vhmg-bg-alt); border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius-lg); padding: var(--vhmg-space-6); transition: var(--vhmg-transition); }
.benefit-card:hover { border-color: var(--vhmg-accent); box-shadow: var(--vhmg-shadow-md); transform: translateY(-3px); }
.benefit-icon { width: 2.8rem; height: 2.8rem; border-radius: 50%; background: rgba(92,107,192,.2); display: flex; align-items: center; justify-content: center; margin-bottom: var(--vhmg-space-4); }
.benefit-icon i { font-size: 1.2rem; color: var(--vhmg-accent-col-light); }
.benefit-card h3 { font-size: 1rem; margin-bottom: .5rem; }
.benefit-card p { font-size: .9rem; color: var(--vhmg-muted); }

.bigstat-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); gap: var(--vhmg-space-8); text-align: center; margin-top: var(--vhmg-space-8); }
.bigstat b { display: block; font-family: var(--vhmg-font-display); font-size: clamp(2.2rem,1.4rem + 2vw,3.2rem); color: #fff; line-height: 1; font-weight: 800; }
.bigstat span { display: block; font-size: .85rem; color: rgba(255,255,255,.7); margin-top: .4rem; }

.uahl, .ufgn, .ufdz, .ukev {
  background: var(--vhmg-bg-alt);
  color: var(--vhmg-text);
  border: 1px solid var(--vhmg-border);
  border-radius: var(--vhmg-radius-lg);
  padding: var(--vhmg-space-8);
}
.uahl *, .ufgn *, .ufdz .usip, .ufgn label, .uahl .uzwl { color: var(--vhmg-text); }
.udlk .uahl, .udlk .ufgn, .udlk .ufdz,
.ucyc .uahl, .ucyc .ufgn, .ucyc .ufdz {
  background: var(--vhmg-bg-alt);
  color: var(--vhmg-text);
}
.uahl .udyq { margin-bottom: var(--vhmg-space-6); }
.uahl .uzwl { font-size: 1.05rem; font-weight: 600; margin-bottom: var(--vhmg-space-4); }
.uahl .urnr { display: flex; flex-wrap: wrap; gap: .5rem; }
.uahl .uxzy { padding: .6rem 1.1rem; border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius-pill); background: var(--vhmg-bg); cursor: pointer; font: inherit; color: var(--vhmg-text); transition: var(--vhmg-transition); }
.uahl .uxzy:hover { border-color: var(--vhmg-accent); }
.uahl .uxzy.is-sel { background: var(--vhmg-accent); color: #fff; border-color: var(--vhmg-accent); }
.uahl .uzfw, .uahl .uton { margin-top: var(--vhmg-space-6); padding: var(--vhmg-space-6); background: rgba(92,107,192,.12); border-radius: var(--vhmg-radius); border-left: 4px solid var(--vhmg-accent); color: var(--vhmg-text); }

.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhmg-space-12); align-items: center; }
.split-block--rev .split-media { order: -1; }
.spotlight-list { display: grid; gap: var(--vhmg-space-12); }
.spotlight-item { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhmg-space-8); align-items: start; }
.spotlight-item--rev .spotlight-media { order: 1; }
.spotlight-content h3 { margin-bottom: .75rem; }
.spotlight-content p { color: var(--vhmg-muted); margin-bottom: .75rem; font-size: .95rem; }
.ingredient-note { font-size: .8rem; opacity: .7; border-top: 1px solid var(--vhmg-border); padding-top: .75rem; margin-top: .75rem; }

.table-wrap { overflow-x: auto; }
.dose-table, .data-table { width: 100%; border-collapse: collapse; }
.dose-table th, .dose-table td, .data-table th, .data-table td { padding: .75rem 1rem; text-align: left; border-bottom: 1px solid var(--vhmg-border); font-size: .9rem; }
.dose-table thead th, .data-table thead th { background: var(--vhmg-bg-alt); font-family: var(--vhmg-font-display); font-weight: 600; }
.dose-note { font-size: .8rem; color: var(--vhmg-muted); margin-top: .5rem; }

.specs-band { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: var(--vhmg-space-6); margin-top: var(--vhmg-space-8); }
.spec-item { display: flex; align-items: flex-start; gap: .75rem; }
.spec-item i { font-size: 1.2rem; color: var(--vhmg-accent-col-light); flex-shrink: 0; margin-top: .15rem; }
.spec-item strong { display: block; font-size: .85rem; color: var(--vhmg-muted); font-weight: 600; margin-bottom: .2rem; }
.spec-item span, .spec-item p { font-size: .9rem; }

.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhmg-space-4); }

.order-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--vhmg-space-8); }
.order-step { text-align: center; }
.step-num { width: 3rem; height: 3rem; border-radius: 50%; background: var(--vhmg-accent); color: #fff; font-family: var(--vhmg-font-display); font-weight: 700; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--vhmg-space-4); }
.order-step h3 { margin-bottom: .5rem; }
.order-step p { color: var(--vhmg-muted); font-size: .9rem; }
.steps-note { text-align: center; color: var(--vhmg-muted); font-size: .85rem; margin-top: var(--vhmg-space-6); }

.faq { display: grid; gap: .5rem; }
.unel { border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius); overflow: hidden; }
.ulue { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: var(--vhmg-space-6); background: var(--vhmg-bg-alt); border: 0; cursor: pointer; font: inherit; font-weight: 600; color: var(--vhmg-text); text-align: left; transition: background var(--vhmg-transition); }
.ulue:hover { background: rgba(92,107,192,.1); }
.ulue i { flex-shrink: 0; transition: transform var(--vhmg-transition); font-size: .9rem; color: var(--vhmg-accent-col-light); }
.unel[open] .ulue i, .unel.is-open .ulue i { transform: rotate(180deg); }
.uoxy { background: var(--vhmg-bg); }
.faq-answer-inner { padding: var(--vhmg-space-6); }
.faq-answer-inner p { color: var(--vhmg-muted); font-size: .93rem; }
.faq-answer-inner a { color: var(--vhmg-accent-col-light); text-decoration: underline; }

.faq-page-layout { display: grid; grid-template-columns: 220px 1fr; gap: var(--vhmg-space-12); align-items: start; }
.faq-categories { background: var(--vhmg-bg-alt); border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius); padding: var(--vhmg-space-6); position: sticky; top: calc(var(--vhmg-header-height) + 1rem); }
.faq-categories h3 { font-size: .9rem; margin-bottom: var(--vhmg-space-4); color: var(--vhmg-muted); text-transform: uppercase; letter-spacing: .1em; }
.faq-categories ul { list-style: none; display: grid; gap: .4rem; }
.faq-categories a { font-size: .9rem; color: var(--vhmg-muted); display: block; padding: .3rem 0; transition: color var(--vhmg-transition); }
.faq-categories a:hover { color: var(--vhmg-accent-col-light); }
.faq-main h2 { margin-top: 0; margin-bottom: var(--vhmg-space-4); font-size: 1.3rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: var(--vhmg-space-8); margin-top: var(--vhmg-space-8); }
.testimonial-grid-large { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: var(--vhmg-space-8); }
.testimonial { background: var(--vhmg-bg-alt); border-left: 4px solid var(--vhmg-accent); padding: var(--vhmg-space-6); border-radius: var(--vhmg-radius); }
.testimonial .t-header { display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem; }
.testimonial .t-header strong { display: block; font-size: .95rem; }
.testimonial .t-header span { font-size: .82rem; color: var(--vhmg-muted); }
.testimonial p { color: var(--vhmg-muted); font-style: italic; font-size: .93rem; margin: .5rem 0; }
.testimonial cite { display: block; color: var(--vhmg-accent-col-light); font-weight: 600; font-style: normal; font-size: .88rem; margin-top: .5rem; }
.testimonial time { display: block; font-size: .78rem; color: var(--vhmg-muted); margin-top: .35rem; }
.testimonial-disclaimer { color: var(--vhmg-muted); font-size: .85rem; margin-bottom: var(--vhmg-space-6); }

.order-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--vhmg-space-12); align-items: start; }
.order-info { padding-top: var(--vhmg-space-4); }
.order-info h2 { margin-bottom: var(--vhmg-space-4); }
.trust-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: var(--vhmg-space-6); }
.chip { display: inline-flex; align-items: center; gap: .4rem; background: rgba(92,107,192,.15); border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius-pill); padding: .35rem .8rem; font-size: .82rem; color: var(--vhmg-accent-col-light); }
.usxc { background: var(--vhmg-bg-alt); color: var(--vhmg-text); border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius-lg); box-shadow: var(--vhmg-shadow-md); padding: var(--vhmg-space-8); }
.usxc h3 { margin-bottom: var(--vhmg-space-4); font-size: 1.15rem; }
.usxc .price-block { margin-bottom: var(--vhmg-space-6); }
.order-note { font-size: .82rem; color: var(--vhmg-muted); text-align: center; margin-top: var(--vhmg-space-4); }
.utsd { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form-group { margin-bottom: var(--vhmg-space-4); }
.form-group label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .9rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .75rem 1rem; border: 1px solid var(--vhmg-border); border-radius: var(--vhmg-radius-sm); font: inherit; background: var(--vhmg-bg); color: var(--vhmg-text); transition: border-color var(--vhmg-transition); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--vhmg-accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-checkbox { display: flex; align-items: flex-start; gap: .6rem; }
.form-checkbox input[type=checkbox] { flex-shrink: 0; margin-top: .25rem; accent-color: var(--vhmg-accent); width: 1rem; height: 1rem; }
.form-checkbox label { font-weight: 400; font-size: .88rem; color: var(--vhmg-muted); }
.utbd { display: none; color: #ef5350; font-size: .82rem; margin-top: .25rem; }
.utbd.is-visible { display: block; }
.phone-row { display: grid; grid-template-columns: minmax(84px,auto) 1fr; gap: .5rem; }
.phone-row select { width: auto; }

.product-pack { max-width: 300px; margin: var(--vhmg-space-8) auto; }
.product-pack svg { width: 100%; height: auto; display: block; }

.uqvv { position: relative; aspect-ratio: 1/1; border-radius: var(--vhmg-radius-lg); overflow: hidden; }
.uqvv img { width: 100%; height: 100%; object-fit: cover; }
.ulda { position: absolute; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 52%; text-align: center; color: var(--vhmg-text); pointer-events: none; background: rgba(26,27,46,.9); border-radius: 10px; padding: 1rem .8rem; box-shadow: 0 2px 14px rgba(0,0,0,.4); }
.ujtr { display: block; font-family: var(--vhmg-font-display); font-weight: 700; font-size: clamp(.9rem,.8vw + .6rem,1.3rem); letter-spacing: .06em; text-transform: uppercase; line-height: 1.05; color: var(--vhmg-accent-col-light); }
.pack-line { display: block; width: 42%; height: 1px; background: var(--vhmg-accent-col-light); opacity: .35; margin: .5rem auto 0; }
.ukex { display: block; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; margin-top: .45rem; opacity: .65; }

.pack-detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhmg-space-8); align-items: start; }
.pack-detail-img { max-width: 400px; }

.cta-band-wrap { background: var(--vhmg-bg-alt); }
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: .75rem; }
.cta-band p { color: var(--vhmg-muted); margin-bottom: var(--vhmg-space-6); }

.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--vhmg-space-12); align-items: start; }
.contact-info-panel h2 { font-size: 1.3rem; margin-bottom: var(--vhmg-space-6); }
.contact-info-item { display: flex; gap: var(--vhmg-space-4); padding: var(--vhmg-space-4) 0; border-bottom: 1px solid var(--vhmg-border); }
.contact-info-item i { font-size: 1.25rem; color: var(--vhmg-accent-col-light); flex-shrink: 0; margin-top: .2rem; }
.contact-info-item strong { display: block; font-size: .85rem; color: var(--vhmg-muted); margin-bottom: .2rem; }
.map-container { border-radius: var(--vhmg-radius); overflow: hidden; border: 1px solid var(--vhmg-border); }
.map-container iframe { display: block; width: 100%; height: 450px; border: 0; }

.page-hero { padding-top: var(
:root {
  --vhmg-accent: #5c6bc0;
  --vhmg-accent-dark: #3949ab;
  --vhmg-accent-col-light: #9fa8da;
  --vhmg-bg: #1a1b2e;
  --vhmg-bg-alt: #22243a;
  --vhmg-text: #e8e9f5;
  --vhmg-muted: #9fa3c0;
  --vhmg-border: #2e3054;
  --vhmg-font-display: "Sora", system-ui, sans-serif;
  --vhmg-font-body: "Inter", system-ui, sans-serif;
  --vhmg-space-2: .5rem;
  --vhmg-space-4: 1rem;
  --vhmg-space-6: 1.5rem;
  --vhmg-space-8: 2rem;
  --vhmg-space-12: 3rem;
  --vhmg-space-20: 5rem;
  --vhmg-radius-sm: .375rem;
  --vhmg-radius: .875rem;
  --vhmg-radius-lg: 1.5rem;
  --vhmg-radius-pill: 999px;
  --vhmg-shadow-sm: 0 1px 4px rgba(0,0,0,.35);
  --vhmg-shadow-md: 0 6px 24px rgba(0,0,0,.45);
  --vhmg-shadow-lg: 0 18px 48px rgba(0,0,0,.55);
  --vhmg-transition: .28s ease;
  --vhmg-max-width: 1200px;
  --vhmg-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(--vhmg-font-body);color:var(--vhmg-text);background:var(--vhmg-bg);line-height:1.65;font-size:clamp(.95rem,.9rem + .3vw,1.05rem)}
h1,h2,h3,h4{font-family:var(--vhmg-font-display);line-height:1.15;color:var(--vhmg-text)}
h1{font-size:clamp(2rem,1.5rem + 2.4vw,3.25rem)}
h2{font-size:clamp(1.5rem,1.1rem + 1.6vw,2.2rem)}
h3{font-size:clamp(1.1rem,.9rem + .8vw,1.45rem)}
a{color:var(--vhmg-accent-col-light);text-decoration:none}
a:hover{color:var(--vhmg-text)}
img{max-width:100%;height:auto;display:block}
.container{width:92%;max-width:var(--vhmg-max-width);margin-inline:auto}
.section{padding:var(--vhmg-space-20) 0}
.section-alt{background:var(--vhmg-bg-alt)}
.udlk{background:#12131f;color:var(--vhmg-text)}
.ucyc{background:var(--vhmg-accent-dark);color:#fff}
.ucyc .section-title,.ucyc h2,.ucyc h3{color:#fff}
.ucyc .muted-text{color:rgba(255,255,255,.7)}
.disclosure-bar{background:#12131f;color:var(--vhmg-muted);font-size:.78rem;text-align:center;padding:.45rem 1rem;border-bottom:1px solid var(--vhmg-border)}
.uvki{position:sticky;top:0;z-index:50;background:rgba(26,27,46,.94);backdrop-filter:blur(10px);border-bottom:1px solid var(--vhmg-border)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vhmg-header-height)}
.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.logo-mark{width:28px;height:28px;border-radius:50%;background:var(--vhmg-accent);display:inline-block;flex-shrink:0}
.logo-text{font-family:var(--vhmg-font-display);font-weight:700;font-size:1.2rem;color:var(--vhmg-text);letter-spacing:.04em}
.uxzn{display:flex;align-items:center;gap:var(--vhmg-space-6)}
.uxzn a{color:var(--vhmg-muted);font-size:.9rem;font-weight:500;transition:color var(--vhmg-transition)}
.uxzn a:hover,.uxzn a.active{color:var(--vhmg-text)}
.ushe{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.25rem}
.ushe span{width:24px;height:2px;background:var(--vhmg-text);transition:var(--vhmg-transition);display:block}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.6rem;border-radius:var(--vhmg-radius-pill);font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--vhmg-transition);font-family:var(--vhmg-font-body);font-size:.95rem;line-height:1;text-decoration:none}
.btn-primary{background:var(--vhmg-accent);color:#fff;border-color:var(--vhmg-accent)}
.btn-primary:hover{background:var(--vhmg-accent-dark);border-color:var(--vhmg-accent-dark);color:#fff}
.btn-outline{background:transparent;border-color:var(--vhmg-accent-col-light);color:var(--vhmg-accent-col-light)}
.btn-outline:hover{background:var(--vhmg-accent);border-color:var(--vhmg-accent);color:#fff}
.btn-sm{padding:.5rem 1rem;font-size:.85rem}
.btn-block{width:100%;justify-content:center}
.section-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhmg-accent-col-light);margin-bottom:.75rem}
.section-title{margin-bottom:1rem}
.section-lead{color:var(--vhmg-muted);max-width:640px;margin-bottom:var(--vhmg-space-8)}
.section-note{font-size:.82rem;color:var(--vhmg-muted);margin-top:var(--vhmg-space-4)}
.media{position:relative;overflow:hidden;border-radius:var(--vhmg-radius);background:linear-gradient(135deg,var(--vhmg-accent-dark) 0%,var(--vhmg-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}
.urlz{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.urlz img{width:100%;height:100%;object-fit:cover;opacity:.12}
.section-hero{position:relative;padding:var(--vhmg-space-20) 0}
.section-hero>.container{position:relative;z-index:1}
.hero-center-layout{text-align:center;max-width:700px;margin-inline:auto}
.hero-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vhmg-accent-col-light);margin-bottom:1rem;background:rgba(92,107,192,.18);padding:.35rem 1rem;border-radius:var(--vhmg-radius-pill)}
.hero-title{font-size:clamp(2.2rem,1.6rem + 2.8vw,3.6rem);margin-bottom:1rem;font-weight:800}
.hl{color:var(--vhmg-accent-col-light)}
.hero-sub{color:var(--vhmg-muted);margin-bottom:var(--vhmg-space-6);max-width:560px;margin-inline:auto}
.hero-pack-center{max-width:320px;margin:var(--vhmg-space-8) auto;border-radius:var(--vhmg-radius-lg);overflow:hidden;box-shadow:var(--vhmg-shadow-lg)}
.hero-rating{margin:var(--vhmg-space-4) 0;font-size:.95rem;color:var(--vhmg-muted)}
.price-block{display:flex;align-items:baseline;gap:var(--vhmg-space-4);flex-wrap:wrap;margin:var(--vhmg-space-4) 0}
.price-block--center{justify-content:center}
.price-old{color:var(--vhmg-muted);font-size:1.1rem;text-decoration:line-through}
.price-new{font-family:var(--vhmg-font-display);font-size:clamp(1.6rem,1.2rem + 1.6vw,2.2rem);color:var(--vhmg-accent-col-light);font-weight:700}
.price-badge{background:var(--vhmg-accent);color:#fff;padding:.2rem .75rem;border-radius:var(--vhmg-radius-pill);font-size:.85rem;font-weight:700}
.accent-col{color:var(--vhmg-accent-col-light) !important}
.stars{color:#e8a534;letter-spacing:.1em}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin:var(--vhmg-space-6) 0 var(--vhmg-space-4)}
.hero-note{font-size:.82rem;color:var(--vhmg-muted)}
.hero-disclaimer{font-size:.78rem;color:var(--vhmg-muted);margin-top:.5rem;opacity:.7}
.checklist{list-style:none;display:grid;gap:.7rem;margin:var(--vhmg-space-4) 0;text-align:left}
.checklist li{display:flex;align-items:flex-start;gap:.65rem}
.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(92,107,192,.2);color:var(--vhmg-accent-col-light);font-size:.95rem;margin-top:.05rem}
.trust-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vhmg-space-6);text-align:center}
.trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.trust-item i{font-size:1.6rem;color:var(--vhmg-accent-col-light)}
.trust-item span{font-size:.88rem;color:rgba(255,255,255,.8);font-weight:500}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--vhmg-space-6);margin-top:var(--vhmg-space-8)}
.benefit-card{background:var(--vhmg-bg-alt);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-lg);padding:var(--vhmg-space-6);transition:var(--vhmg-transition)}
.benefit-card:hover{border-color:var(--vhmg-accent);box-shadow:var(--vhmg-shadow-md);transform:translateY(-3px)}
.benefit-icon{width:2.8rem;height:2.8rem;border-radius:50%;background:rgba(92,107,192,.2);display:flex;align-items:center;justify-content:center;margin-bottom:var(--vhmg-space-4)}
.benefit-icon i{font-size:1.2rem;color:var(--vhmg-accent-col-light)}
.benefit-card h3{font-size:1rem;margin-bottom:.5rem}
.benefit-card p{font-size:.9rem;color:var(--vhmg-muted)}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--vhmg-space-8);text-align:center;margin-top:var(--vhmg-space-8)}
.bigstat b{display:block;font-family:var(--vhmg-font-display);font-size:clamp(2.2rem,1.4rem + 2vw,3.2rem);color:#fff;line-height:1;font-weight:800}
.bigstat span{display:block;font-size:.85rem;color:rgba(255,255,255,.7);margin-top:.4rem}
.uahl,.ufgn,.ufdz,.ukev{background:var(--vhmg-bg-alt);color:var(--vhmg-text);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-lg);padding:var(--vhmg-space-8)}
.uahl *,.ufgn label,.uahl .uzwl{color:var(--vhmg-text)}
.uahl .udyq{margin-bottom:var(--vhmg-space-6)}
.uahl .uzwl{font-size:1.05rem;font-weight:600;margin-bottom:var(--vhmg-space-4)}
.uahl .urnr{display:flex;flex-wrap:wrap;gap:.5rem}
.uahl .uxzy{padding:.6rem 1.1rem;border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-pill);background:var(--vhmg-bg);cursor:pointer;font:inherit;color:var(--vhmg-text);transition:var(--vhmg-transition)}
.uahl .uxzy:hover{border-color:var(--vhmg-accent)}
.uahl .uxzy.is-sel{background:var(--vhmg-accent);color:#fff;border-color:var(--vhmg-accent)}
.uahl .uzfw,.uahl .uton{margin-top:var(--vhmg-space-6);padding:var(--vhmg-space-6);background:rgba(92,107,192,.12);border-radius:var(--vhmg-radius);border-left:4px solid var(--vhmg-accent);color:var(--vhmg-text)}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhmg-space-12);align-items:center}
.split-media{width:100%}
.spotlight-list{display:grid;gap:var(--vhmg-space-12)}
.spotlight-item{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhmg-space-8);align-items:start}
.spotlight-item--rev .spotlight-media{order:1}
.spotlight-content h3{margin-bottom:.75rem}
.spotlight-content p{color:var(--vhmg-muted);margin-bottom:.75rem;font-size:.95rem}
.ingredient-note{font-size:.8rem;opacity:.7;border-top:1px solid var(--vhmg-border);padding-top:.75rem;margin-top:.75rem}
.table-wrap{overflow-x:auto}
.dose-table,.data-table{width:100%;border-collapse:collapse}
.dose-table th,.dose-table td,.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vhmg-border);font-size:.9rem}
.dose-table thead th,.data-table thead th{background:var(--vhmg-bg-alt);font-family:var(--vhmg-font-display);font-weight:600}
.dose-note{font-size:.8rem;color:var(--vhmg-muted);margin-top:.5rem}
.badge-line{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:var(--vhmg-space-4)}
.badge{display:inline-block;background:rgba(92,107,192,.18);color:var(--vhmg-accent-col-light);border:1px solid var(--vhmg-accent);border-radius:var(--vhmg-radius-pill);padding:.25rem .8rem;font-size:.78rem;font-weight:600;letter-spacing:.06em}
.specs-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhmg-space-6);margin-top:var(--vhmg-space-8)}
.spec-item{display:flex;align-items:flex-start;gap:.75rem}
.spec-item i{font-size:1.2rem;color:var(--vhmg-accent-col-light);flex-shrink:0;margin-top:.15rem}
.spec-item strong{display:block;font-size:.85rem;color:var(--vhmg-muted);font-weight:600;margin-bottom:.2rem}
.spec-item span,.spec-item p{font-size:.9rem}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhmg-space-4)}
.order-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vhmg-space-8)}
.order-step{text-align:center}
.step-num{width:3rem;height:3rem;border-radius:50%;background:var(--vhmg-accent);color:#fff;font-family:var(--vhmg-font-display);font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto var(--vhmg-space-4)}
.order-step h3{margin-bottom:.5rem}
.order-step p{color:var(--vhmg-muted);font-size:.9rem}
.steps-note{text-align:center;color:var(--vhmg-muted);font-size:.85rem;margin-top:var(--vhmg-space-6)}
.faq{display:grid;gap:.5rem}
.unel{border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius);overflow:hidden}
.ulue{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:var(--vhmg-space-6);background:var(--vhmg-bg-alt);border:0;cursor:pointer;font:inherit;font-weight:600;color:var(--vhmg-text);text-align:left;transition:background var(--vhmg-transition)}
.ulue:hover{background:rgba(92,107,192,.1)}
.ulue i{flex-shrink:0;transition:transform var(--vhmg-transition);font-size:.9rem;color:var(--vhmg-accent-col-light)}
.unel[open] .ulue i,.unel.is-open .ulue i{transform:rotate(180deg)}
.uoxy{background:var(--vhmg-bg);max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:var(--vhmg-space-6)}
.faq-answer-inner p{color:var(--vhmg-muted);font-size:.93rem}
.faq-answer-inner a{color:var(--vhmg-accent-col-light);text-decoration:underline}
.faq-page-layout{display:grid;grid-template-columns:220px 1fr;gap:var(--vhmg-space-12);align-items:start}
.faq-categories{background:var(--vhmg-bg-alt);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius);padding:var(--vhmg-space-6);position:sticky;top:calc(var(--vhmg-header-height) + 1rem)}
.faq-categories h3{font-size:.9rem;margin-bottom:var(--vhmg-space-4);color:var(--vhmg-muted);text-transform:uppercase;letter-spacing:.1em}
.faq-categories ul{list-style:none;display:grid;gap:.4rem}
.faq-categories a{font-size:.9rem;color:var(--vhmg-muted);display:block;padding:.3rem 0;transition:color var(--vhmg-transition)}
.faq-categories a:hover{color:var(--vhmg-accent-col-light)}
.faq-main h2{margin-top:0;margin-bottom:var(--vhmg-space-4);font-size:1.3rem}
.rating-summary{display:flex;align-items:center;gap:var(--vhmg-space-4);margin:var(--vhmg-space-4) 0}
.rating-big{font-family:var(--vhmg-font-display);font-size:3.5rem;font-weight:800;color:var(--vhmg-accent-col-light);line-height:1}
.rating-detail{display:flex;flex-direction:column;gap:.25rem}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vhmg-space-8);margin-top:var(--vhmg-space-8)}
.testimonial-grid-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--vhmg-space-8)}
.testimonial{background:var(--vhmg-bg-alt);border-left:4px solid var(--vhmg-accent);padding:var(--vhmg-space-6);border-radius:var(--vhmg-radius)}
.testimonial .t-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.testimonial .t-header strong{display:block;font-size:.95rem}
.testimonial .t-header span{font-size:.82rem;color:var(--vhmg-muted)}
.testimonial p{color:var(--vhmg-muted);font-style:italic;font-size:.93rem;margin:.5rem 0}
.testimonial cite{display:block;color:var(--vhmg-accent-col-light);font-weight:600;font-style:normal;font-size:.88rem;margin-top:.5rem}
.testimonial time{display:block;font-size:.78rem;color:var(--vhmg-muted);margin-top:.35rem}
.testimonial-disclaimer{color:var(--vhmg-muted);font-size:.85rem;margin-bottom:var(--vhmg-space-6)}
.order-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:var(--vhmg-space-12);align-items:start}
.order-info{padding-top:var(--vhmg-space-4)}
.order-info h2{margin-bottom:var(--vhmg-space-4)}
.trust-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:var(--vhmg-space-6)}
.chip{display:inline-flex;align-items:center;gap:.4rem;background:rgba(92,107,192,.15);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-pill);padding:.35rem .8rem;font-size:.82rem;color:var(--vhmg-accent-col-light)}
.usxc{background:var(--vhmg-bg-alt);color:var(--vhmg-text);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-lg);box-shadow:var(--vhmg-shadow-md);padding:var(--vhmg-space-8)}
.usxc h3{margin-bottom:var(--vhmg-space-4);font-size:1.15rem}
.usxc .price-block{margin-bottom:var(--vhmg-space-6)}
.order-note{font-size:.82rem;color:var(--vhmg-muted);text-align:center;margin-top:var(--vhmg-space-4)}
.utsd{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.form-group{margin-bottom:var(--vhmg-space-4)}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.9rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-sm);font:inherit;background:var(--vhmg-bg);color:var(--vhmg-text);transition:border-color var(--vhmg-transition)}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--vhmg-accent)}
.form-group textarea{resize:vertical;min-height:120px}
.form-checkbox{display:flex;align-items:flex-start;gap:.6rem}
.form-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.25rem;accent-color:var(--vhmg-accent);width:1rem;height:1rem}
.form-checkbox label{font-weight:400;font-size:.88rem;color:var(--vhmg-muted)}
.utbd{display:none;color:#ef5350;font-size:.82rem;margin-top:.25rem}
.utbd.is-visible{display:block}
.phone-row{display:grid;grid-template-columns:minmax(84px,auto) 1fr;gap:.5rem}
.phone-row select{width:auto}
.product-pack{max-width:300px;margin:var(--vhmg-space-8) auto}
.product-pack svg{width:100%;height:auto;display:block}
.uqvv{position:relative;aspect-ratio:1/1;border-radius:var(--vhmg-radius-lg);overflow:hidden}
.uqvv img{width:100%;height:100%;object-fit:cover}
.pack-detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhmg-space-8);align-items:start}
.pack-detail-img{max-width:400px}
.cta-band-wrap{background:var(--vhmg-bg-alt)}
.cta-band{text-align:center}
.cta-band h2{margin-bottom:.75rem}
.cta-band p{color:var(--vhmg-muted);margin-bottom:var(--vhmg-space-6)}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--vhmg-space-12);align-items:start}
.contact-info-panel h2{font-size:1.3rem;margin-bottom:var(--vhmg-space-6)}
.contact-info-item{display:flex;gap:var(--vhmg-space-4);padding:var(--vhmg-space-4) 0;border-bottom:1px solid var(--vhmg-border)}
.contact-info-item i{font-size:1.25rem;color:var(--vhmg-accent-col-light);flex-shrink:0;margin-top:.2rem}
.contact-info-item strong{display:block;font-size:.85rem;color:var(--vhmg-muted);margin-bottom:.2rem}
.map-container{border-radius:var(--vhmg-radius);overflow:hidden;border:1px solid var(--vhmg-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.page-hero{padding-top:calc(var(--vhmg-space-12) + 1rem)}
.page-lead{color:var(--vhmg-muted);max-width:680px;margin-top:.75rem;font-size:1.05rem}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--vhmg-muted);margin-bottom:var(--vhmg-space-4)}
.breadcrumb a{color:var(--vhmg-muted);text-decoration:none}
.breadcrumb a:hover{color:var(--vhmg-accent-col-light)}
.legal-page h2{font-size:1.2rem;margin:2rem 0 .75rem;color:var(--vhmg-text)}
.legal-page p{color:var(--vhmg-muted);margin-bottom:1rem;font-size:.95rem}
.legal-page a{color:var(--vhmg-accent-col-light);text-decoration:underline}
.honest-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vhmg-space-8);margin-top:var(--vhmg-space-8)}
.honest-list{list-style:none;display:grid;gap:.75rem;margin-top:var(--vhmg-space-4)}
.honest-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;color:rgba(255,255,255,.8)}
.honest-list i{flex-shrink:0;margin-top:.15rem;font-size:1rem}
.honest-col .bi-check-circle{color:var(--vhmg-accent-col-light)}
.honest-col .bi-x-circle{color:rgba(255,255,255,.4)}
.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--vhmg-space-6);margin-top:var(--vhmg-space-8)}
.company-info-item{display:flex;align-items:flex-start;gap:.75rem;padding:var(--vhmg-space-4);background:var(--vhmg-bg);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius)}
.company-info-item i{font-size:1.3rem;color:var(--vhmg-accent-col-light);flex-shrink:0;margin-top:.1rem}
.company-info-item strong{display:block;font-size:.82rem;color:var(--vhmg-muted);margin-bottom:.2rem}
.caution-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vhmg-space-6);margin-top:var(--vhmg-space-8)}
.caution-item{background:var(--vhmg-bg-alt);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius);padding:var(--vhmg-space-6);display:flex;align-items:flex-start;gap:.75rem}
.caution-item i{font-size:1.3rem;color:var(--vhmg-accent-col-light);flex-shrink:0;margin-top:.1rem}
.caution-item p{color:var(--vhmg-muted);font-size:.93rem}
.timeline-v{display:grid;gap:var(--vhmg-space-8);position:relative;padding-left:var(--vhmg-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vhmg-border)}
.timeline-v .tl-step{position:relative;display:flex;gap:var(--vhmg-space-6);align-items:flex-start}
.timeline-v .tl-dot{position:absolute;left:-32px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vhmg-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;flex-shrink:0}
.tl-step h3{margin-bottom:.4rem}
.tl-step p{font-size:.9rem}
.site-footer{background:#0e0f1c;border-top:1px solid var(--vhmg-border);padding:var(--vhmg-space-12) 0 var(--vhmg-space-8)}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1.4fr;gap:var(--vhmg-space-8);margin-bottom:var(--vhmg-space-8)}
.footer-brand .logo-text{font-size:1.1rem;margin-bottom:.75rem;display:block}
.footer-brand p{color:var(--vhmg-muted);font-size:.88rem}
.footer-col h4{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--vhmg-muted);margin-bottom:var(--vhmg-space-4)}
.footer-col ul{list-style:none;display:grid;gap:.5rem}
.footer-col ul a{color:var(--vhmg-muted);font-size:.88rem;transition:color var(--vhmg-transition)}
.footer-col ul a:hover{color:var(--vhmg-accent-col-light)}
.footer-col p{color:var(--vhmg-muted);font-size:.82rem;line-height:1.7}
.footer-col a{color:var(--vhmg-muted)}
.footer-col a:hover{color:var(--vhmg-accent-col-light)}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:var(--vhmg-space-4);justify-content:center;padding:var(--vhmg-space-4) 0;border-top:1px solid var(--vhmg-border);border-bottom:1px solid var(--vhmg-border);margin-bottom:var(--vhmg-space-4)}
.footer-legal-links a{color:var(--vhmg-muted);font-size:.82rem;transition:color var(--vhmg-transition)}
.footer-legal-links a:hover{color:var(--vhmg-accent-col-light)}
.footer-disclaimer{color:var(--vhmg-muted);font-size:.78rem;text-align:center;max-width:760px;margin:var(--vhmg-space-4) auto;line-height:1.7;opacity:.8}
.footer-bottom{display:flex;justify-content:center;gap:var(--vhmg-space-8);flex-wrap:wrap;font-size:.8rem;color:var(--vhmg-muted);padding-top:var(--vhmg-space-4)}
.uqby{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:var(--vhmg-bg-alt);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-lg);box-shadow:var(--vhmg-shadow-lg);padding:var(--vhmg-space-6);transform:translateY(140%);transition:transform .4s ease}
.uqby.is-visible{transform:none}
.cookie-banner-inner{display:flex;align-items:center;gap:var(--vhmg-space-6);flex-wrap:wrap;justify-content:space-between}
.cookie-banner-text{font-size:.88rem;color:var(--vhmg-muted)}
.cookie-banner-text a{color:var(--vhmg-accent-col-light);text-decoration:underline}
.cookie-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.uudl{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.65)}
.uudl.is-visible{display:flex}
.uroh{background:var(--vhmg-bg-alt);border:1px solid var(--vhmg-border);border-radius:var(--vhmg-radius-lg);padding:var(--vhmg-space-8);max-width:480px;width:92%;max-height:90vh;overflow-y:auto}
.uroh h2{margin-bottom:.75rem;font-size:1.2rem}
.uroh p{color:var(--vhmg-muted);font-size:.88rem;margin-bottom:var(--vhmg-space-6)}
.cookie-toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--vhmg-space-4);padding:var(--vhmg-space-4) 0;border-bottom:1px solid var(--vhmg-border)}
.cookie-toggle h4{font-size:.9rem;margin-bottom:.2rem}
.cookie-toggle p{font-size:.82rem;color:var(--vhmg-muted);margin:0}
.cookie-modal-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:var(--vhmg-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:#3a3c5a;border-radius:999px;transition:var(--vhmg-transition)}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vhmg-transition)}
.switch input:checked+.slider{background:var(--vhmg-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}
.thankyou-icon{font-size:4rem;color:var(--vhmg-accent-col-light);margin-bottom:var(--vhmg-space-6)}
.back-to-top{position:fixed;bottom:5rem;right:1.5rem;z-index:40;width:40px;height:40px;border-radius:50%;background:var(--vhmg-accent);color:#fff;border:0;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--vhmg-shadow-md);transition:var(--vhmg-transition)}
.back-to-top.is-visible{display:flex}
.back-to-top:hover{background:var(--vhmg-accent-dark)}
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .faq-page-layout{grid-template-columns:1fr}
  .faq-categories{position:static}
}
@media(max-width:768px){
  .ushe{display:flex}
  .uxzn{position:fixed;inset:var(--vhmg-header-height) 0 auto 0;flex-direction:column;align-items:flex-start;background:rgba(26,27,46,.98);padding:var(--vhmg-space-6);box-shadow:var(--vhmg-shadow-lg);transform:translateY(-150%);transition:transform var(--vhmg-transition);gap:var(--vhmg-space-4)}
  .uxzn.is-open{transform:none}
  .uxzn a{font-size:1rem}
  .container{width:90%}
  .split-block,.contact-layout,.order-layout,.spotlight-item,.honest-grid,.pack-detail-layout{grid-template-columns:1fr}
  .order-steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .spec-grid{grid-template-columns:1fr}
  .hero-pack-center{max-width:260px}
  .timeline-v{padding-left:var(--vhmg-space-12)}
  .cookie-banner-inner{flex-direction:column;align-items:flex-start}
  .price-new{font-size:1.8rem}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uqby{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}
.uqby.is-visible,.cookie-banner--visible,.uqby.show,.uqby.active{transform:none !important}
.uqby a{color:inherit;text-decoration:underline}
.uqby button{cursor:pointer}
.uudl{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}
.uudl.is-visible,.cookie-modal--visible,.uudl.show,.uudl.active{display:flex !important}
.uroh,.uudl>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.udlk .uahl,.udlk .ufgn,.udlk .ufdz,.udlk .ukev,.ucyc .uahl,.ucyc .ufgn,.ucyc .ufdz,.ucyc .ukev{background:#fff !important;color:#1a1a1a !important}
.uahl,.ufgn{color:#1a1a1a !important}
.uahl label,.ufgn label,.uahl p,.ufgn p,.uahl .uzwl,.uahl span,.ufgn span,.unzn,.uton,.ufdz .usip,.ufdz .usip *{color:#1a1a1a !important}
.unzn,.uton{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uahl .uxzy{color:#1a1a1a !important}
.uahl .uxzy.is-sel{color:#fff !important}
.usxc .utbd{display:none}
.usxc .utbd.is-visible{display:block !important;color:#c0392b}
.usxc .utsd,.usxc [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.usxc{color:#1a1a1a}
.udlk .usxc,.ucyc .usxc{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uqvv{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uqvv img{width:100%;height:100%;object-fit:cover}
.urlz,.uqpa{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.urlz img,.uqpa img{width:100%;height:100%;object-fit:cover;display:block}
.urlz img{opacity:.28}
.uqpa img{opacity:.07}
*:has(> .urlz),*:has(> .uqpa){position:relative}
.ulda{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)}
.ulda .ujtr{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.ulda .ukex{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ugak{margin:1.4rem auto;max-width:920px}
.ugak img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uhkc{padding:3rem 0}
.udnh{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.udnh img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ukev{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ukmn{display:flex;overflow:hidden;gap:0 !important}
.ukay{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uavh{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}
.uadv{left:.5rem}.uoqj{right:.5rem}
.ufdz .usip{display:none}.ufdz .usip.is-active{display:block}
.uahl .udyq{display:block !important}
.uahl .urnr{display:flex;flex-wrap:wrap;gap:.5rem}
.uahl .uxzy{cursor:pointer}
