:root {
  --vhhu-accent: #6ed2f0;
  --vhhu-accent-dark: #3ab5d8;
  --vhhu-bg: #1a1a2e;
  --vhhu-bg-alt: #16213e;
  --vhhu-text: #e8e8f4;
  --vhhu-muted: #9090b0;
  --vhhu-muted-light: #b0b0cc;
  --vhhu-border: #2e2e4e;
  --vhhu-card-bg: #20203a;
  --vhhu-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --vhhu-font-body: "Figtree", system-ui, sans-serif;
  --vhhu-space-1: 0.25rem;
  --vhhu-space-2: 0.5rem;
  --vhhu-space-3: 0.75rem;
  --vhhu-space-4: 1rem;
  --vhhu-space-6: 1.5rem;
  --vhhu-space-8: 2rem;
  --vhhu-space-12: 3rem;
  --vhhu-space-16: 4rem;
  --vhhu-space-20: 5rem;
  --vhhu-radius-sm: 0.375rem;
  --vhhu-radius: 0.875rem;
  --vhhu-radius-lg: 1.25rem;
  --vhhu-radius-pill: 999px;
  --vhhu-shadow-sm: 0 1px 4px rgba(0,0,0,0.35);
  --vhhu-shadow-md: 0 6px 24px rgba(0,0,0,0.45);
  --vhhu-shadow-lg: 0 18px 48px rgba(0,0,0,0.55);
  --vhhu-transition: 0.26s ease;
  --vhhu-max-width: 1200px;
  --vhhu-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(--vhhu-font-body); color: var(--vhhu-text); background: var(--vhhu-bg); line-height: 1.68; font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.05rem); }
h1, h2, h3, h4 { font-family: var(--vhhu-font-display); line-height: 1.15; color: var(--vhhu-text); }
h1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.2rem); }
h2 { font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.3rem); }
h3 { font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.4rem); }
a { color: var(--vhhu-accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { width: 92%; max-width: var(--vhhu-max-width); margin-inline: auto; }
.section { padding: var(--vhhu-space-20) 0; }
.section-alt { background: var(--vhhu-bg-alt); }
.urjq { background: var(--vhhu-accent); color: #0a0a1a; }
.urjq h2, .urjq h3, .urjq .section-title { color: #0a0a1a; }
.upmd { background: #0d0d1f; color: var(--vhhu-text); }

.section-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vhhu-accent); margin-bottom: var(--vhhu-space-3); }
.section-title { margin-bottom: var(--vhhu-space-4); }
.section-lead { color: var(--vhhu-muted); max-width: 640px; margin-bottom: var(--vhhu-space-8); }
.section-disclaimer { font-size: 0.82rem; color: var(--vhhu-muted); margin-top: var(--vhhu-space-6); }
.light-note { color: var(--vhhu-muted-light); font-size: 0.82rem; }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.6rem; border-radius: var(--vhhu-radius-pill); font-family: var(--vhhu-font-display); font-weight: 700; font-size: 0.95rem; cursor: pointer; border: 2px solid transparent; transition: var(--vhhu-transition); text-decoration: none; }
.btn-primary { background: var(--vhhu-accent); color: #0a0a1a; border-color: var(--vhhu-accent); }
.btn-primary:hover { background: var(--vhhu-accent-dark); border-color: var(--vhhu-accent-dark); color: #0a0a1a; text-decoration: none; }
.btn-outline { background: transparent; border-color: var(--vhhu-accent); color: var(--vhhu-accent); }
.btn-outline:hover { background: var(--vhhu-accent); color: #0a0a1a; text-decoration: none; }
.btn-white { background: #fff; color: #0a0a1a; border-color: #fff; }
.btn-white:hover { background: #e8e8f4; border-color: #e8e8f4; color: #0a0a1a; text-decoration: none; }
.btn-sm { padding: 0.5rem 1.1rem; font-size: 0.85rem; }
.btn-block { width: 100%; justify-content: center; }

.disclosure-bar { background: #0d0d1f; color: var(--vhhu-muted); font-size: 0.78rem; text-align: center; padding: 0.4rem 1rem; border-bottom: 1px solid var(--vhhu-border); }

.usgh { position: sticky; top: 0; z-index: 50; background: rgba(26, 26, 46, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vhhu-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--vhhu-header-height); gap: var(--vhhu-space-6); }
.logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; }
.logo-mark { width: 2rem; height: 2rem; border-radius: 50%; background: var(--vhhu-accent); color: #0a0a1a; font-family: var(--vhhu-font-display); font-weight: 800; font-size: 1rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text { font-family: var(--vhhu-font-display); font-weight: 700; font-size: 1.1rem; color: var(--vhhu-text); letter-spacing: 0.02em; }
.logo-sub { color: var(--vhhu-accent); font-weight: 400; }
.uwon { display: flex; align-items: center; gap: var(--vhhu-space-6); }
.uwon a { color: var(--vhhu-muted); font-size: 0.9rem; font-weight: 500; transition: color var(--vhhu-transition); text-decoration: none; }
.uwon a:hover, .uwon a.nav-active { color: var(--vhhu-text); }
.ufyz { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 0.4rem; }
.ufyz span { width: 24px; height: 2px; background: var(--vhhu-text); border-radius: 2px; transition: var(--vhhu-transition); display: block; }

.hero { padding: var(--vhhu-space-16) 0 var(--vhhu-space-20); position: relative; overflow: hidden; }
.uzpx { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.uzpx img { width: 100%; height: 100%; object-fit: cover; opacity: 0.12; }
.hero > .container { position: relative; z-index: 1; }
.hero-plus-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhhu-space-12); align-items: start; }
.hero-content { padding-top: var(--vhhu-space-4); }
.hero-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vhhu-accent); margin-bottom: var(--vhhu-space-3); }
.hero-title { margin-bottom: var(--vhhu-space-6); }
.hl { color: var(--vhhu-accent); }
.hero-rating { margin: var(--vhhu-space-4) 0; color: var(--vhhu-muted); font-size: 0.95rem; }
.stars { color: #e8a534; letter-spacing: 0.1em; }
.hero-note { font-size: 0.85rem; color: var(--vhhu-muted); margin-top: var(--vhhu-space-4); display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap; }
.food-supp-note { font-size: 0.8rem; color: var(--vhhu-muted); margin-top: var(--vhhu-space-3); font-style: italic; }
.hero-form-col { display: flex; flex-direction: column; gap: var(--vhhu-space-6); }

.checklist { list-style: none; display: grid; gap: 0.75rem; margin: var(--vhhu-space-4) 0; }
.checklist li { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.95rem; }
.check-ic { flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(110, 210, 240, 0.15); color: var(--vhhu-accent); font-size: 0.95rem; margin-top: 0.05rem; }

.price-block { display: flex; align-items: baseline; gap: var(--vhhu-space-4); flex-wrap: wrap; margin: var(--vhhu-space-4) 0; }
.price-old { color: var(--vhhu-muted); font-size: 1.05rem; text-decoration: line-through; }
.price-new { font-family: var(--vhhu-font-display); font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); color: var(--vhhu-accent); font-weight: 800; }
.price-badge { background: var(--vhhu-accent); color: #0a0a1a; padding: 0.2rem 0.75rem; border-radius: var(--vhhu-radius-pill); font-size: 0.82rem; font-weight: 800; }

.media { position: relative; overflow: hidden; border-radius: var(--vhhu-radius); background: linear-gradient(135deg, rgba(110,210,240,0.15) 0%, rgba(26,26,46,0.8) 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; }

.uncx { position: relative; aspect-ratio: 1/1; border-radius: var(--vhhu-radius-lg); overflow: hidden; }
.uncx img { width: 100%; height: 100%; object-fit: cover; }

.usto { background: #20203a; color: var(--vhhu-text); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); box-shadow: var(--vhhu-shadow-md); padding: var(--vhhu-space-8); }
.usto h3 { font-size: 1.2rem; margin-bottom: var(--vhhu-space-4); color: var(--vhhu-text); }
.usto .price-block { margin-bottom: var(--vhhu-space-6); }
.order-form-dark { background: #fff; color: #1a1a2e; }
.order-form-dark label { color: #1a1a2e; }
.order-form-dark h3 { color: #1a1a2e; }
.order-form-dark .price-old { color: #6a6a8a; }
.order-form-dark .price-new { color: #1a7a9a; }
.order-note { font-size: 0.82rem; color: var(--vhhu-muted); text-align: center; margin-top: var(--vhhu-space-4); }
.order-form-dark .order-note { color: #6a6a8a; }

.form-group { margin-bottom: var(--vhhu-space-4); }
.form-group label { display: block; margin-bottom: 0.4rem; font-weight: 600; font-size: 0.9rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 0.75rem 1rem; border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-sm); font: inherit; background: #12122a; color: var(--vhhu-text); transition: border-color var(--vhhu-transition); }
.order-form-dark .form-group input, .order-form-dark .form-group select, .order-form-dark .form-group textarea { background: #f5f5f8; color: #1a1a2e; border-color: #c8c8e0; }
.uime .form-group input, .uime .form-group textarea { background: #12122a; color: var(--vhhu-text); border-color: var(--vhhu-border); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--vhhu-accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-checkbox { display: flex; flex-direction: column; gap: 0.4rem; }
.form-checkbox > div, .form-checkbox > label { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.88rem; }
.form-checkbox input[type="checkbox"] { margin-top: 0.2rem; flex-shrink: 0; accent-color: var(--vhhu-accent); width: 1rem; height: 1rem; }
.form-checkbox > label { font-weight: 400; }
.uclz { display: none; color: #f06060; font-size: 0.82rem; margin-top: 0.25rem; }
.uclz.is-visible { display: block; }
.phone-row { display: grid; grid-template-columns: minmax(80px, auto) 1fr; gap: 0.5rem; }
.phone-row select { padding: 0.75rem 0.6rem; }
.uiwm { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.trust-band-section { padding: var(--vhhu-space-12) 0; }
.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: var(--vhhu-space-6); text-align: center; }
.trust-item { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.trust-item i { font-size: 1.8rem; color: var(--vhhu-accent); }
.trust-item span { font-size: 0.88rem; color: var(--vhhu-muted); }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: var(--vhhu-space-8); margin-top: var(--vhhu-space-8); }
.benefit-card { background: var(--vhhu-card-bg); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius); padding: var(--vhhu-space-6); transition: var(--vhhu-transition); }
.benefit-card:hover { border-color: var(--vhhu-accent); transform: translateY(-3px); box-shadow: var(--vhhu-shadow-md); }
.benefit-card i { font-size: 1.8rem; color: var(--vhhu-accent); margin-bottom: var(--vhhu-space-4); display: block; }
.benefit-card h3 { margin-bottom: var(--vhhu-space-2); font-size: 1rem; }
.benefit-card p { color: var(--vhhu-muted); font-size: 0.9rem; }

.card { background: var(--vhhu-card-bg); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius); padding: var(--vhhu-space-6); }

.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhhu-space-12); align-items: center; }
.split-reverse .media { order: -1; }
.split-text h2 { margin-bottom: var(--vhhu-space-4); }
.split-text p { color: var(--vhhu-muted); margin-bottom: var(--vhhu-space-6); }

.bigstat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: var(--vhhu-space-8); text-align: center; }
.bigstat b { display: block; font-family: var(--vhhu-font-display); font-size: clamp(2.2rem, 1.5rem + 2.5vw, 3.2rem); color: #0a0a1a; line-height: 1; font-weight: 800; }
.bigstat span { font-size: 0.88rem; color: #0a0a1a; opacity: 0.8; margin-top: 0.3rem; display: block; }
.bigstat-note { text-align: center; font-size: 0.78rem; color: #0a0a1a; opacity: 0.65; margin-top: var(--vhhu-space-6); }

.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--vhhu-space-8); margin-top: var(--vhhu-space-8); }
.order-step { text-align: center; padding: var(--vhhu-space-6); background: var(--vhhu-card-bg); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); }
.order-step .step-num { width: 3rem; height: 3rem; border-radius: 50%; background: var(--vhhu-accent); color: #0a0a1a; font-family: var(--vhhu-font-display); font-weight: 800; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--vhhu-space-4); }
.order-step h3 { margin-bottom: var(--vhhu-space-2); font-size: 1rem; }
.order-step p { color: var(--vhhu-muted); font-size: 0.88rem; }
.card-light { background: rgba(255,255,255,0.06); color: var(--vhhu-text); }
.card-light h3, .card-light p { color: var(--vhhu-text); }
.card-light .step-num { font-size: 1.5rem; }
.steps-note { text-align: center; color: var(--vhhu-muted); font-size: 0.85rem; margin-top: var(--vhhu-space-6); }

.order-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: var(--vhhu-space-12); align-items: center; }
.order-visual { text-align: center; }
.light-eyebrow { color: var(--vhhu-muted); }
.light-title { color: var(--vhhu-text); }
.order-guarantees { display: flex; flex-wrap: wrap; gap: var(--vhhu-space-3); justify-content: center; margin-top: var(--vhhu-space-6); }
.guarantee-chip { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(110,210,240,0.1); border: 1px solid rgba(110,210,240,0.25); border-radius: var(--vhhu-radius-pill); padding: 0.4rem 0.9rem; font-size: 0.82rem; color: var(--vhhu-accent); }
.product-pack { max-width: 280px; margin-inline: auto; }
.product-pack svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 14px 32px rgba(0,0,0,0.4)); }

.faq { display: grid; gap: 0; }
.ubnx { border-bottom: 1px solid var(--vhhu-border); }
.uzrh { width: 100%; background: none; border: none; padding: var(--vhhu-space-6) 0; display: flex; align-items: center; justify-content: space-between; gap: var(--vhhu-space-4); font-family: var(--vhhu-font-display); font-size: 1rem; font-weight: 600; color: var(--vhhu-text); cursor: pointer; text-align: left; transition: color var(--vhhu-transition); }
.uzrh:hover { color: var(--vhhu-accent); }
.uzrh i { flex-shrink: 0; transition: transform var(--vhhu-transition); color: var(--vhhu-accent); }
.ubnx.is-open .uzrh i { transform: rotate(180deg); }
.uttp { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer-inner { padding: 0 0 var(--vhhu-space-6); color: var(--vhhu-muted); line-height: 1.7; }
.faq-more { text-align: center; margin-top: var(--vhhu-space-8); }
.faq-page-container { max-width: 800px; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--vhhu-space-8); }
.testimonial { background: var(--vhhu-card-bg); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); padding: var(--vhhu-space-8); }
.testimonial .stars { display: block; margin-bottom: var(--vhhu-space-3); }
.testimonial p { color: var(--vhhu-muted); font-style: italic; margin-bottom: var(--vhhu-space-4); line-height: 1.7; }
.testimonial cite { font-style: normal; color: var(--vhhu-accent); font-weight: 600; font-size: 0.9rem; }
.testimonial-disclaimer { text-align: center; color: var(--vhhu-muted); font-size: 0.82rem; margin-bottom: var(--vhhu-space-6); }
.testi-avatar { margin-bottom: var(--vhhu-space-3); }

.ueoo, .ujhf, .uprb, .utlj { background: #20203a; color: var(--vhhu-text); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); padding: var(--vhhu-space-8); }
.ueoo *, .ujhf *, .uprb .ulmy { color: var(--vhhu-text); }
.ueoo .ukvu { margin-bottom: var(--vhhu-space-6); }
.ueoo .ursq { font-family: var(--vhhu-font-display); font-weight: 600; margin-bottom: var(--vhhu-space-4); color: var(--vhhu-text); }
.ueoo .upfe { display: flex; flex-wrap: wrap; gap: var(--vhhu-space-3); }
.ueoo .uslm { padding: 0.55rem 1.1rem; border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-pill); background: #12122a; color: var(--vhhu-text); cursor: pointer; font: inherit; font-size: 0.9rem; transition: var(--vhhu-transition); }
.ueoo .uslm:hover { border-color: var(--vhhu-accent); color: var(--vhhu-accent); }
.ueoo .uslm.is-sel { background: var(--vhhu-accent); color: #0a0a1a; border-color: var(--vhhu-accent); }
.ubgb, .ultw { margin-top: var(--vhhu-space-6); padding: var(--vhhu-space-6); background: rgba(110,210,240,0.08); border-radius: var(--vhhu-radius); border-left: 4px solid var(--vhhu-accent); color: var(--vhhu-text); }
.ubgb p { color: var(--vhhu-text); margin-bottom: var(--vhhu-space-4); }
.utlj { position: relative; overflow: hidden; }
.uvsg { display: flex; overflow: hidden; }
.uosa { min-width: 100%; flex: 0 0 100%; }
.uwsw { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--vhhu-border); background: var(--vhhu-card-bg); color: var(--vhhu-text); cursor: pointer; font-size: 1.2rem; display: flex; align-items: center; justify-content: center; transition: var(--vhhu-transition); }
.uwsw:hover { background: var(--vhhu-accent); color: #0a0a1a; border-color: var(--vhhu-accent); }
.uiem { left: 0.5rem; }
.uoyp { right: 0.5rem; }

.dose-table { width: 100%; border-collapse: collapse; }
.dose-table th, .dose-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--vhhu-border); font-size: 0.92rem; }
.dose-table thead th { background: var(--vhhu-bg-alt); font-family: var(--vhhu-font-display); font-weight: 700; color: var(--vhhu-accent); }
.dose-note { font-size: 0.78rem; color: var(--vhhu-muted); margin-top: 0.5rem; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 0.75rem 1rem; text-align: left; border-bottom: 1px solid var(--vhhu-border); font-size: 0.9rem; }
.data-table thead th { background: var(--vhhu-bg-alt); font-family: var(--vhhu-font-display); color: var(--vhhu-accent); }

.cta-band { text-align: center; }
.cta-inner { display: flex; flex-direction: column; align-items: center; gap: var(--vhhu-space-4); }
.cta-inner h2 { color: #0a0a1a; }
.cta-inner p { color: rgba(10,10,26,0.8); }
.cta-price { justify-content: center; }
.cta-price .price-old { color: rgba(10,10,26,0.6); }
.cta-price .price-new { color: #0a0a1a; }

.page-hero { padding: var(--vhhu-space-16) 0 var(--vhhu-space-12); }
.page-hero-title { margin-bottom: var(--vhhu-space-4); }
.page-hero-lead { color: var(--vhhu-muted); max-width: 680px; font-size: 1.05rem; margin-bottom: var(--vhhu-space-4); }

.use-specs-list { list-style: none; display: grid; gap: 0.6rem; margin: var(--vhhu-space-4) 0; }
.use-specs-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.92rem; color: var(--vhhu-muted); }
.use-specs-list li i { color: var(--vhhu-accent); margin-top: 0.15rem; flex-shrink: 0; }

.timeline-v { display: grid; gap: var(--vhhu-space-8); position: relative; padding-left: var(--vhhu-space-12); }
.timeline-v::before { content: ""; position: absolute; left: 11px; top: 6px; bottom: 6px; width: 2px; background: var(--vhhu-border); }
.tl-step { position: relative; }
.tl-dot { position: absolute; left: calc(-1 * var(--vhhu-space-12) + 0px); top: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--vhhu-accent); color: #0a0a1a; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 800; font-family: var(--vhhu-font-display); }
.tl-content h3 { margin-bottom: var(--vhhu-space-2); }
.tl-content p { color: var(--vhhu-muted); }

.special-situations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: var(--vhhu-space-6); margin-top: var(--vhhu-space-8); }
.situation-card { background: rgba(255,255,255,0.05); border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius); padding: var(--vhhu-space-6); color: var(--vhhu-text); }
.situation-card i { font-size: 1.6rem; color: var(--vhhu-accent); display: block; margin-bottom: var(--vhhu-space-3); }
.situation-card h3 { margin-bottom: var(--vhhu-space-2); font-size: 1rem; color: var(--vhhu-text); }
.situation-card p { color: var(--vhhu-muted); font-size: 0.88rem; }

.ingredient-spotlight { display: grid; gap: var(--vhhu-space-16); }
.ingredient-item { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhhu-space-12); align-items: center; }
.ingredient-item.split-reverse .media { order: -1; }
.ingredient-item h3 { margin-bottom: var(--vhhu-space-4); }
.ingredient-item p { color: var(--vhhu-muted); }

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

.honest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vhhu-space-8); margin-top: var(--vhhu-space-8); }
.honest-card { color: var(--vhhu-text); }
.honest-card h3 { display: flex; align-items: center; gap: 0.5rem; margin-bottom: var(--vhhu-space-4); font-size: 1.05rem; }
.honest-card.is-card h3 i { color: #6eda8a; }
.honest-card.is-not-card h3 i { color: #f07070; }
.honest-card ul { list-style: none; display: grid; gap: 0.6rem; }
.honest-card ul li { color: var(--vhhu-muted); font-size: 0.92rem; padding-left: 1rem; position: relative; }
.honest-card ul li::before { content: "–"; position: absolute; left: 0; color: var(--vhhu-accent); }
.company-facts { display: grid; gap: var(--vhhu-space-3); margin-top: var(--vhhu-space-6); }
.company-fact { display: flex; align-items: center; gap: 0.6rem; color: var(--vhhu-muted); font-size: 0.9rem; }
.company-fact i { color: var(--vhhu-accent); }

.thankyou-section { min-height: 60vh; display: flex; align-items: center; }
.thankyou-container { text-align: center; max-width: 560px; margin-inline: auto; }
.thankyou-icon { font-size: 4rem; color: var(--vhhu-accent); margin-bottom: var(--vhhu-space-6); }
.thankyou-container h1 { margin-bottom: var(--vhhu-space-4); }
.thankyou-container p { color: var(--vhhu-muted); margin-bottom: var(--vhhu-space-4); }
.thankyou-container .btn { margin-top: var(--vhhu-space-4); }

.legal-section { padding: var(--vhhu-space-16) 0; }
.legal-container { max-width: 800px; }
.legal-container h1 { margin-bottom: var(--vhhu-space-4); }
.legal-container h2 { margin: var(--vhhu-space-8) 0 var(--vhhu-space-3); font-size: 1.2rem; color: var(--vhhu-accent); }
.legal-container h3 { margin: var(--vhhu-space-6) 0 var(--vhhu-space-2); font-size: 1rem; }
.legal-container p, .legal-container li { color: var(--vhhu-muted); margin-bottom: var(--vhhu-space-3); line-height: 1.75; font-size: 0.92rem; }
.legal-container ul, .legal-container ol { padding-left: 1.5rem; margin-bottom: var(--vhhu-space-4); }
.legal-container a { color: var(--vhhu-accent); }
.legal-date { color: var(--vhhu-muted); font-size: 0.85rem; margin-bottom: var(--vhhu-space-8); }
code { background: var(--vhhu-bg-alt); padding: 0.15rem 0.4rem; border-radius: 4px; font-size: 0.85em; }

.site-footer { background: #0d0d1f; border-top: 1px solid var(--vhhu-border); padding: var(--vhhu-space-12) 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: var(--vhhu-space-8); padding-bottom: var(--vhhu-space-12); }
.footer-logo { font-family: var(--vhhu-font-display); font-weight: 700; font-size: 1.1rem; color: var(--vhhu-text); display: block; margin-bottom: var(--vhhu-space-3); }
.footer-brand p { color: var(--vhhu-muted); font-size: 0.88rem; line-height: 1.65; }
.footer-col h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vhhu-accent); margin-bottom: var(--vhhu-space-4); }
.footer-col ul { list-style: none; display: grid; gap: var(--vhhu-space-2); }
.footer-col ul li a { color: var(--vhhu-muted); font-size: 0.88rem; transition: color var(--vhhu-transition); }
.footer-col ul li a:hover { color: var(--vhhu-text); }
.footer-col p { color: var(--vhhu-muted); font-size: 0.88rem; line-height: 1.7; }
.footer-col p a { color: var(--vhhu-muted); }
.footer-col p a:hover { color: var(--vhhu-accent); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: var(--vhhu-space-4) var(--vhhu-space-6); padding: var(--vhhu-space-6) 0; border-top: 1px solid var(--vhhu-border); border-bottom: 1px solid var(--vhhu-border); margin: 0 calc((100% - var(--vhhu-max-width)) / 2 * -1); padding-inline: calc((100% - var(--vhhu-max-width)) / 2); }
.footer-legal-links a { color: var(--vhhu-muted); font-size: 0.82rem; transition: color var(--vhhu-transition); }
.footer-legal-links a:hover { color: var(--vhhu-accent); }
.footer-disclaimer { color: var(--vhhu-muted); font-size: 0.78rem; padding: var(--vhhu-space-4) 0; text-align: center; max-width: var(--vhhu-max-width); margin-inline: auto; padding-inline: 4%; }
.footer-bottom { display: flex; justify-content: space-between; padding: var(--vhhu-space-4) 0 var(--vhhu-space-6); color: var(--vhhu-muted); font-size: 0.82rem; max-width: var(--vhhu-max-width); margin-inline: auto; padding-inline: 4%; }

.uhdb { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; background: #20203a; border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); box-shadow: var(--vhhu-shadow-lg); padding: var(--vhhu-space-6); transform: translateY(150%); transition: transform 0.4s ease; }
.uhdb.is-visible { transform: none; }
.cookie-banner-inner { display: flex; align-items: center; gap: var(--vhhu-space-6); flex-wrap: wrap; }
.cookie-banner-text { color: var(--vhhu-muted); font-size: 0.88rem; flex: 1; min-width: 200px; }
.cookie-banner-text a { color: var(--vhhu-accent); }
.cookie-banner-actions { display: flex; gap: var(--vhhu-space-3); flex-wrap: wrap; }
.umpq { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.7); }
.umpq.is-visible { display: flex; }
.urup { background: #20203a; border: 1px solid var(--vhhu-border); border-radius: var(--vhhu-radius-lg); padding: var(--vhhu-space-8); max-width: 520px; width: 94%; max-height: 90vh; overflow-y: auto; }
.urup h2 { margin-bottom: var(--vhhu-space-3); }
.urup > p { color: var(--vhhu-muted); font-size: 0.88rem; margin-bottom: var(--vhhu-space-6); }
.cookie-toggle { display: flex; align-items: center; justify-content: space-between; gap: var(--vhhu-space-6); padding: var(--vhhu-space-4) 0; border-bottom: 1px solid var(--vhhu-border); }
.cookie-toggle h4 { font-size: 0.9rem; margin-bottom: 0.2rem; }
.cookie-toggle p { font-size: 0.82rem; color: var(--vhhu-muted); }
.cookie-modal-actions { display: flex; gap: var(--vhhu-space-3); margin-top: var(--vhhu-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: var(--vhhu-border); border-radius: 999px; transition: var(--vhhu-transition); }
.slider::before { content: ""; position: absolute; height: 18px; width: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: var(--vhhu-transition); }
.switch input:checked + .slider { background: var(--vhhu-accent); }
.switch input:checked + .slider::before { transform: translateX(20px); }

.back-to-top { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 40; width: 44px; height: 44px; border-radius: 50%; background: var(--vhhu-accent); color: #0a0a1a; border: none; cursor: pointer; display: none; align-items: center; justify-content: center; font-size: 1.1rem; box-shadow: var(--vhhu-shadow-md); transition: var(--vhhu-transition); }
.back-to-top.is-visible { display: flex; }
.back-to-top:hover { background: var(--vhhu-accent-dark); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.ultj { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.ultj img { width: 100%; height: 100%; object-fit: cover; opacity: 0.07; }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-plus-form-grid { gap: var(--vhhu-space-8); }
}
@media (max-width: 768px) {
  .ufyz { display: flex; }
  .uwon { position: fixed; inset: var(--vhhu-header-height) 0 auto 0; flex-direction: column; align-items: flex-start; background: rgba(26,26,46,0.97); padding: var(--vhhu-space-6); box-shadow: var(--vhhu-shadow-lg); transform: translateY(-110%); transition: transform var(--vhhu-transition); gap: var(--vhhu-space-4); z-index: 49; }
  .uwon.is-open { transform: none; }
  .uwon a { font-size: 1rem; }
  .hero-plus-form-grid { grid-template-columns: 1fr; }
  .split-block { grid-template-columns: 1fr; }
  .ingredient-item { grid-template-columns: 1fr; }
  .ingredient-item.split-reverse .media { order: 0; }
  .order-layout { grid-template-columns: 1fr; }
  .order-steps { grid-template-columns: 1fr; }
  .honest-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; align-items: center; }
  .footer-legal-links { margin: 0; padding-inline: 0; }
  .bigstat-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-plus-form-grid { gap: var(--vhhu-space-6); }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uhdb{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}
.uhdb.is-visible,.cookie-banner--visible,.uhdb.show,.uhdb.active{transform:none !important}
.uhdb a{color:inherit;text-decoration:underline}
.uhdb button{cursor:pointer}
.umpq{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}
.umpq.is-visible,.cookie-modal--visible,.umpq.show,.umpq.active{display:flex !important}
.urup,.umpq>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}
.upmd .ueoo,.upmd .ujhf,.upmd .uprb,.upmd .utlj,.urjq .ueoo,.urjq .ujhf,.urjq .uprb,.urjq .utlj{background:#fff !important;color:#1a1a1a !important}
.ueoo,.ujhf{color:#1a1a1a !important}
.ueoo label,.ujhf label,.ueoo p,.ujhf p,.ueoo .ursq,.ueoo span,.ujhf span,.uewo,.ultw,.uprb .ulmy,.uprb .ulmy *{color:#1a1a1a !important}
.uewo,.ultw{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ueoo .uslm{color:#1a1a1a !important}
.ueoo .uslm.is-sel{color:#fff !important}
.usto .uclz{display:none}
.usto .uclz.is-visible{display:block !important;color:#c0392b}
.usto .uiwm,.usto [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.usto{color:#1a1a1a}
.upmd .usto,.urjq .usto{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uncx{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uncx img{width:100%;height:100%;object-fit:cover}
.uzpx,.ultj{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uzpx img,.ultj img{width:100%;height:100%;object-fit:cover;display:block}
.uzpx img{opacity:.28}
.ultj img{opacity:.07}
*:has(> .uzpx),*:has(> .ultj){position:relative}
.uvbd{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)}
.uvbd .uosh{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uvbd .uiik{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.usvt{margin:1.4rem auto;max-width:920px}
.usvt img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ugar{padding:3rem 0}
.umwg{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.umwg img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.utlj{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uvsg{display:flex;overflow:hidden;gap:0 !important}
.uosa{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uwsw{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}
.uiem{left:.5rem}.uoyp{right:.5rem}
.uprb .ulmy{display:none}.uprb .ulmy.is-active{display:block}
.ueoo .ukvu{display:block !important}
.ueoo .upfe{display:flex;flex-wrap:wrap;gap:.5rem}
.ueoo .uslm{cursor:pointer}
