:root {
  --vags-primary: #1a7bc0;
  --vags-accent: #f2391e;
  --vags-gold: #cbb94a;
  --vags-dark: #111827;
  --vags-dark2: #1e293b;
  --vags-text: #1f2937;
  --vags-text-muted: #6b7280;
  --vags-bg: #f5f5f4;
  --vags-bg-white: #ffffff;
  --vags-border: #e2e8f0;
  --vags-radius: 8px;
  --vags-container: 1080px;
  --vags-font-head: 'Bricolage Grotesque', sans-serif;
  --vags-font-body: 'Figtree', sans-serif;
  --vags-space-xs: 8px;
  --vags-space-sm: 16px;
  --vags-space-md: 24px;
  --vags-space-lg: 40px;
  --vags-space-xl: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--vags-font-body); color: var(--vags-text); background: var(--vags-bg); font-size: 16px; line-height: 1.65; }

.container { max-width: var(--vags-container); margin: 0 auto; padding: 0 var(--vags-space-md); }

h1,h2,h3,h4 { font-family: var(--vags-font-head); line-height: 1.2; color: var(--vags-dark); }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 700; margin-bottom: var(--vags-space-sm); }
h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: var(--vags-space-xs); }
p { margin-bottom: var(--vags-space-sm); }
a { color: var(--vags-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
ul,ol { padding-left: 1.4em; margin-bottom: var(--vags-space-sm); }
li { margin-bottom: 6px; }
img { max-width: 100%; height: auto; display: block; border-radius: var(--vags-radius); }
table { width: 100%; border-collapse: collapse; margin-bottom: var(--vags-space-md); }
th,td { padding: 10px 14px; border: 1px solid var(--vags-border); font-size: 0.95rem; text-align: left; }
th { background: var(--vags-dark2); color: #fff; font-family: var(--vags-font-head); }
tr:nth-child(even) { background: #f9fafb; }
details summary { cursor: pointer; font-family: var(--vags-font-head); font-weight: 600; padding: var(--vags-space-sm); list-style: none; }
details summary::-webkit-details-marker { display: none; }
details[open] summary { color: var(--vags-primary); }
details p { padding: 0 var(--vags-space-sm) var(--vags-space-sm); color: var(--vags-text-muted); }

.section-light { background: var(--vags-bg-white); padding: var(--vags-space-xl) 0; }
.uwgg { background: var(--vags-dark2); color: #e2e8f0; padding: var(--vags-space-xl) 0; }
.uwgg h2, .uwgg h3 { color: #f1f5f9; }
.uoiv { background: var(--vags-primary); color: #fff; padding: var(--vags-space-xl) 0; }
.uoiv h2, .uoiv h3 { color: #fff; }
.uoiv p { color: rgba(255,255,255,0.9); }

.section-label { font-family: var(--vags-font-head); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--vags-primary); margin-bottom: var(--vags-space-xs); display: block; }
.section-label-light { font-family: var(--vags-font-head); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--vags-gold); margin-bottom: var(--vags-space-xs); display: block; }
.section-intro { color: var(--vags-text-muted); font-size: 1.05rem; max-width: 680px; margin-bottom: var(--vags-space-lg); }

.card-outlined { border: 1.5px solid var(--vags-border); border-radius: var(--vags-radius); padding: var(--vags-space-md); background: var(--vags-bg-white); }

.cta-arrow { display: inline-flex; align-items: center; gap: 6px; color: var(--vags-accent); font-family: var(--vags-font-head); font-weight: 700; font-size: 1rem; text-decoration: none; transition: gap 0.2s; }
.cta-arrow:hover { gap: 10px; text-decoration: none; }
.cta-light { color: #fff; }
.cta-secondary { color: var(--vags-text-muted); }
.cta-inline { display: flex; gap: var(--vags-space-md); flex-wrap: wrap; margin-top: var(--vags-space-lg); }

.btn-order { display: inline-block; background: var(--vags-accent); color: #fff; font-family: var(--vags-font-head); font-weight: 700; font-size: 1.05rem; padding: 14px 32px; border: none; border-radius: var(--vags-radius); cursor: pointer; transition: background 0.2s; width: 100%; }
.btn-order:hover { background: #d42e15; }

.utvy { background: var(--vags-bg-white); border-bottom: 1.5px solid var(--vags-border); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: var(--vags-space-md); padding-top: 14px; padding-bottom: 14px; }
.logo-link { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { background: var(--vags-primary); color: #fff; font-family: var(--vags-font-head); font-weight: 800; font-size: 1.2rem; width: 36px; height: 36px; border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-text { font-family: var(--vags-font-head); font-weight: 700; font-size: 1.1rem; color: var(--vags-dark); }
.uzev { display: flex; gap: var(--vags-space-sm); margin-left: auto; }
.uzev a { font-family: var(--vags-font-head); font-size: 0.92rem; font-weight: 600; color: var(--vags-text); transition: color 0.2s; }
.uzev a:hover, .uzev a[aria-current] { color: var(--vags-primary); text-decoration: none; }
.nav-cta { font-family: var(--vags-font-head); font-weight: 700; color: var(--vags-accent); font-size: 0.92rem; margin-left: var(--vags-space-sm); white-space: nowrap; }
.nav-cta:hover { text-decoration: none; color: #d42e15; }

.breadcrumb { font-size: 0.85rem; color: var(--vags-text-muted); margin-bottom: var(--vags-space-md); display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--vags-text-muted); }
.breadcrumb a:hover { color: var(--vags-primary); }

.hero-section { position: relative; overflow: hidden; min-height: 520px; display: flex; align-items: center; background: var(--vags-dark2); }
.hero-bg-layer { position: absolute; inset: 0; z-index: 0; }
.ukpv { width: 100%; height: 100%; object-fit: cover; border-radius: 0; opacity: 0.18; }
.hero-content { position: relative; z-index: 1; padding: var(--vags-space-xl) 0; }
.hero-stat-block { margin-bottom: var(--vags-space-md); }
.hero-big-stat { font-family: var(--vags-font-head); line-height: 1; margin-bottom: 6px; }
.stat-number { font-size: clamp(3rem, 8vw, 6rem); font-weight: 800; color: var(--vags-gold); display: block; }
.hero-stat-label { font-size: 1rem; color: rgba(255,255,255,0.75); max-width: 480px; }
.hero-h1 { color: #fff; max-width: 700px; margin-bottom: var(--vags-space-sm); }
.hero-h1 strong { color: var(--vags-gold); }
.hero-sub { color: rgba(255,255,255,0.82); max-width: 580px; margin-bottom: var(--vags-space-md); font-size: 1.05rem; }

.author-inner { display: grid; grid-template-columns: 340px 1fr; gap: var(--vags-space-xl); align-items: start; }
.author-image-wrap img { border-radius: var(--vags-radius); width: 100%; height: 270px; object-fit: cover; }
.author-sig { font-size: 0.88rem; color: var(--vags-text-muted); margin-top: var(--vags-space-sm); }

.stat-band-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--vags-space-md); }
.stat-item { text-align: center; padding: var(--vags-space-sm); }
.stat-big { display: block; font-family: var(--vags-font-head); font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; color: var(--vags-gold); line-height: 1; margin-bottom: 8px; }
.stat-desc { font-size: 0.88rem; color: rgba(255,255,255,0.75); }

.checklist-steps { list-style: none; padding: 0; display: flex; flex-direction: column; gap: var(--vags-space-md); }
.checklist-item { display: flex; gap: var(--vags-space-md); align-items: flex-start; padding: var(--vags-space-md); border: 1.5px solid var(--vags-border); border-radius: var(--vags-radius); background: var(--vags-bg-white); }
.step-num { font-family: var(--vags-font-head); font-size: 2rem; font-weight: 800; color: var(--vags-primary); line-height: 1; flex-shrink: 0; min-width: 56px; }
.step-body h3 { margin-bottom: 4px; }
.step-body p { color: var(--vags-text-muted); margin: 0; }

.timeline-steps { display: flex; flex-direction: column; gap: var(--vags-space-md); }
.timeline-step { display: flex; gap: var(--vags-space-md); align-items: flex-start; }
.timeline-icon { flex-shrink: 0; color: #fff; width: 40px; height: 40px; }
.timeline-content h3 { color: #fff; font-size: 1.05rem; margin-bottom: 4px; }
.timeline-content p { color: rgba(255,255,255,0.85); margin: 0; font-size: 0.95rem; }

.myths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vags-space-md); }
.myth-card { padding: var(--vags-space-md); }
.myth-card p { font-size: 0.95rem; margin-bottom: var(--vags-space-sm); color: var(--vags-text-muted); }
.myth-label { font-family: var(--vags-font-head); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border-radius: 4px; display: inline-block; margin-bottom: 8px; }
.myth-label.myth { background: #fee2e2; color: #b91c1c; }
.myth-label.fact { background: #dcfce7; color: #166534; }

.ingredients-layout { display: grid; grid-template-columns: 1fr 360px; gap: var(--vags-space-xl); align-items: start; margin-bottom: var(--vags-space-lg); }
.ingredients-images { display: flex; flex-direction: column; gap: var(--vags-space-sm); }
.ingredients-images img { border-radius: var(--vags-radius); width: 100%; height: 200px; object-fit: cover; }
.ingredients-spread { width: 100%; height: auto; border-radius: var(--vags-radius); margin-top: var(--vags-space-md); }
.table-disclaimer { font-size: 0.82rem; color: var(--vags-text-muted); margin-top: -var(--vags-space-sm); }
.full-table { font-size: 0.9rem; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--vags-space-md); margin-bottom: var(--vags-space-md); }
.review-card { padding: var(--vags-space-md); }
.review-card p { font-size: 0.95rem; color: var(--vags-text-muted); margin-bottom: 8px; }
.review-rating { color: var(--vags-gold); font-size: 1.1rem; margin-bottom: 8px; }
.reviewer-name { font-size: 0.85rem; font-weight: 600; color: var(--vags-text); }
.reviews-disclaimer { font-size: 0.82rem; color: var(--vags-text-muted); font-style: italic; margin-top: var(--vags-space-sm); }
.reviews-disclaimer-large { margin-top: var(--vags-space-lg); }

.comparison-table-wrap { overflow-x: auto; margin-bottom: var(--vags-space-sm); }
.comparison-table { font-size: 0.92rem; }
.comparison-table .col-our { color: #166534; font-weight: 600; }
.comparison-note { font-size: 0.82rem; color: var(--vags-text-muted); }

.lf-quiz-section { background: var(--vags-bg); }
.uudi { max-width: 680px; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-question { font-family: var(--vags-font-head); font-size: 1.1rem; font-weight: 700; margin-bottom: var(--vags-space-sm); color: var(--vags-dark); }
.quiz-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: var(--vags-space-md); }
.quiz-opt { background: var(--vags-bg-white); border: 1.5px solid var(--vags-border); border-radius: var(--vags-radius); padding: 12px var(--vags-space-sm); font-family: var(--vags-font-body); font-size: 0.97rem; color: var(--vags-text); cursor: pointer; text-align: left; transition: border-color 0.2s, background 0.2s; }
.quiz-opt:hover { border-color: var(--vags-primary); background: #eff6ff; }
.quiz-opt.selected { border-color: var(--vags-primary); background: #eff6ff; }
.quiz-progress { margin-top: var(--vags-space-sm); }
.quiz-progress-text { font-size: 0.82rem; color: var(--vags-text-muted); display: block; margin-bottom: 6px; }
.quiz-progress-bar { background: var(--vags-border); border-radius: 4px; height: 5px; }
.quiz-progress-fill { background: var(--vags-primary); height: 5px; border-radius: 4px; transition: width 0.3s; width: 20%; }
.quiz-result { padding: var(--vags-space-md); background: #eff6ff; border-radius: var(--vags-radius); border: 1.5px solid var(--vags-primary); margin-top: var(--vags-space-md); }
.quiz-result-title { color: var(--vags-primary); margin-bottom: 8px; font-size: 1.2rem; }
.quiz-result-text { color: var(--vags-text); margin-bottom: var(--vags-space-sm); }

.order-inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vags-space-xl); align-items: start; }
.order-product { display: flex; flex-direction: column; gap: var(--vags-space-md); }
.pack-img { width: 100%; max-width: 320px; height: 320px; object-fit: contain; background: rgba(255,255,255,0.08); border-radius: var(--vags-radius); padding: var(--vags-space-sm); }
.pack-detail-img { border-radius: var(--vags-radius); width: 100%; height: 220px; object-fit: cover; }
.order-title { color: #f1f5f9; font-size: 1.5rem; margin-bottom: var(--vags-space-sm); }
.price-block { display: flex; align-items: center; gap: var(--vags-space-sm); flex-wrap: wrap; margin-bottom: var(--vags-space-sm); }
.price-original { font-size: 1.1rem; color: rgba(255,255,255,0.5); text-decoration: line-through; }
.price-now { font-size: 2.2rem; font-family: var(--vags-font-head); font-weight: 800; color: var(--vags-gold); }
.price-badge { background: var(--vags-accent); color: #fff; font-family: var(--vags-font-head); font-size: 0.8rem; font-weight: 700; padding: 4px 10px; border-radius: 4px; }
.order-sub { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: var(--vags-space-md); }
.form-group { margin-bottom: var(--vags-space-sm); }
.form-group label { display: block; font-family: var(--vags-font-head); font-weight: 600; font-size: 0.9rem; color: #e2e8f0; margin-bottom: 6px; }
.form-group input[type="text"], .form-group input[type="tel"], .form-group input[type="email"], .form-group textarea { width: 100%; padding: 12px 14px; border: 1.5px solid rgba(255,255,255,0.2); border-radius: var(--vags-radius); background: rgba(255,255,255,0.08); color: #fff; font-family: var(--vags-font-body); font-size: 1rem; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(255,255,255,0.4); }
.form-group textarea { resize: vertical; min-height: 110px; }
.consent-group { display: flex; align-items: flex-start; gap: 10px; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; font-family: var(--vags-font-body); font-size: 0.85rem; color: rgba(255,255,255,0.7); cursor: pointer; }
.consent-label input[type="checkbox"] { margin-top: 2px; accent-color: var(--vags-accent); flex-shrink: 0; width: 16px; height: 16px; }
.consent-label a { color: var(--vags-gold); }
.order-disclaimer { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-top: var(--vags-space-sm); }
.product-disclaimer-box { background: #f0fdf4; border-left: 3px solid #16a34a; padding: var(--vags-space-sm) var(--vags-space-md); border-radius: 0 var(--vags-radius) var(--vags-radius) 0; font-size: 0.88rem; color: #166534; margin: var(--vags-space-lg) 0 var(--vags-space-md); }

.faq-inner { max-width: 760px; margin: 0 auto; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.ugki { border-radius: var(--vags-radius); overflow: hidden; }

.lifestyle-band-inner { display: grid; grid-template-columns: 1fr 420px; gap: var(--vags-space-xl); align-items: center; }
.lifestyle-text h2 { color: #f1f5f9; margin-bottom: var(--vags-space-sm); }
.lifestyle-text p { color: rgba(255,255,255,0.75); margin-bottom: var(--vags-space-md); }
.lifestyle-image img { border-radius: var(--vags-radius); width: 100%; height: 280px; object-fit: cover; }

.inner-hero { padding: var(--vags-space-xl) 0 var(--vags-space-lg); }
.inner-hero h1 { max-width: 800px; margin-bottom: var(--vags-space-sm); }
.content-section { padding: var(--vags-space-xl) 0; }
.content-narrow { max-width: 760px; }
.pack-showcase { margin: var(--vags-space-lg) auto; text-align: center; }
.pack-showcase img { max-width: 280px; margin: 0 auto; height: 280px; object-fit: contain; }
.full-width-img { border-radius: var(--vags-radius); margin-bottom: var(--vags-space-xl); }
.ingredients-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vags-space-lg); margin-bottom: var(--vags-space-xl); }
.ingredient-card { padding: var(--vags-space-md); }
.ingredient-card img { border-radius: var(--vags-radius); width: 100%; height: 200px; object-fit: cover; margin-bottom: var(--vags-space-sm); }
.ingredient-amount { font-family: var(--vags-font-head); font-weight: 700; color: var(--vags-primary); margin-bottom: var(--vags-space-sm); font-size: 0.95rem; }

.lifestyle-feature { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vags-space-xl); align-items: center; margin-bottom: var(--vags-space-xl); }
.lifestyle-feature img { border-radius: var(--vags-radius); width: 100%; height: 320px; object-fit: cover; }
.reviews-extended { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--vags-space-md); margin-bottom: var(--vags-space-md); }

.contact-grid { display: grid; grid-template-columns: 340px 1fr; gap: var(--vags-space-xl); margin-bottom: var(--vags-space-xl); }
.contact-info { padding: var(--vags-space-md); }
.contact-info p { font-size: 0.95rem; color: var(--vags-text-muted); }
.contact-info strong { color: var(--vags-text); }
.contact-form-wrap h2 { margin-bottom: var(--vags-space-md); }
.uhpn .form-group label { color: var(--vags-text); }
.uhpn input, .uhpn textarea { background: var(--vags-bg-white); border: 1.5px solid var(--vags-border); color: var(--vags-text); }
.uhpn input::placeholder, .uhpn textarea::placeholder { color: var(--vags-text-muted); }
.uhpn .consent-label { color: var(--vags-text-muted); }
.uhpn .btn-order { background: var(--vags-primary); }
.uhpn .btn-order:hover { background: #1566a3; }
.map-container { margin-top: var(--vags-space-xl); }
.map-container iframe { border-radius: var(--vags-radius); }

.thankyou-section { min-height: 60vh; display: flex; align-items: center; }
.thankyou-inner { text-align: center; max-width: 560px; margin: 0 auto; padding: var(--vags-space-xl) 0; }
.thankyou-icon { margin-bottom: var(--vags-space-md); }
.thankyou-inner h1 { margin-bottom: var(--vags-space-sm); }
.thankyou-inner p { color: var(--vags-text-muted); margin-bottom: var(--vags-space-sm); }

.error-section { min-height: 60vh; display: flex; align-items: center; }
.error-inner { text-align: center; max-width: 480px; margin: 0 auto; padding: var(--vags-space-xl) 0; }
.error-code { font-family: var(--vags-font-head); font-size: 6rem; font-weight: 800; color: var(--vags-border); line-height: 1; margin-bottom: var(--vags-space-sm); }

.legal-section { padding: var(--vags-space-xl) 0; }
.legal-content { max-width: 760px; }
.legal-content h2 { font-size: 1.2rem; margin-top: var(--vags-space-lg); margin-bottom: var(--vags-space-xs); }
.legal-content p, .legal-content li { font-size: 0.95rem; color: var(--vags-text-muted); }
.legal-content strong { color: var(--vags-text); }
.cookie-table { font-size: 0.88rem; margin-top: var(--vags-space-sm); }

.uqsn { position: fixed; bottom: 0; left: 0; right: 0; background: var(--vags-dark); color: #e2e8f0; z-index: 9999; padding: var(--vags-space-sm) var(--vags-space-md); display: none; border-top: 2px solid var(--vags-primary); }
.uqsn.is-visible { display: block; }
.cookie-inner { max-width: var(--vags-container); margin: 0 auto; display: flex; align-items: center; gap: var(--vags-space-md); flex-wrap: wrap; }
.cookie-inner p { margin: 0; font-size: 0.9rem; color: rgba(255,255,255,0.8); }
.cookie-inner a { color: var(--vags-gold); }
.uftc { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-accept { background: var(--vags-primary); color: #fff; border: none; padding: 8px 20px; border-radius: var(--vags-radius); font-family: var(--vags-font-head); font-weight: 600; cursor: pointer; font-size: 0.9rem; }
.btn-cookie-reject { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.3); padding: 8px 20px; border-radius: var(--vags-radius); font-family: var(--vags-font-head); font-weight: 600; cursor: pointer; font-size: 0.9rem; }
.btn-cookie-settings { background: transparent; color: rgba(255,255,255,0.6); border: none; padding: 8px 12px; cursor: pointer; font-size: 0.85rem; text-decoration: underline; }
.cookie-settings-panel { position: fixed; bottom: 70px; right: var(--vags-space-md); background: var(--vags-dark2); border: 1.5px solid var(--vags-primary); border-radius: var(--vags-radius); padding: var(--vags-space-md); z-index: 10000; max-width: 320px; }
.cookie-settings-inner h3 { font-family: var(--vags-font-head); color: #f1f5f9; margin-bottom: var(--vags-space-sm); font-size: 1rem; }
.cookie-settings-inner label { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-bottom: 10px; cursor: pointer; }

.site-footer { background: var(--vags-dark); color: #e2e8f0; padding: var(--vags-space-xl) 0 var(--vags-space-lg); }
.footer-inner { display: grid; grid-template-columns: 280px 1fr; gap: var(--vags-space-xl); align-items: start; }
.footer-brand .logo-text { color: #f1f5f9; }
.footer-tagline { font-size: 0.88rem; color: rgba(255,255,255,0.55); margin-top: 8px; }
.footer-company { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-top: 4px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px var(--vags-space-sm); margin-bottom: var(--vags-space-md); }
.footer-nav a { font-size: 0.88rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-nav a:hover { color: #fff; text-decoration: none; }
.footer-disclaimer { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,0.1); padding-top: var(--vags-space-sm); }
.footer-disclaimer p { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin: 0; }
.footer-copy { grid-column: 1 / -1; font-size: 0.82rem; color: rgba(255,255,255,0.3); margin-top: var(--vags-space-sm); }

@media (max-width: 900px) {
  .author-inner, .order-inner, .lifestyle-band-inner, .lifestyle-feature, .contact-grid { grid-template-columns: 1fr; }
  .stat-band-inner { grid-template-columns: repeat(2, 1fr); }
  .myths-grid, .reviews-grid, .reviews-extended, .ingredients-detail-grid { grid-template-columns: 1fr; }
  .ingredients-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: var(--vags-space-md); }
  .uzev { display: none; }
  .pack-img { max-width: 220px; height: 220px; }
}
@media (max-width: 600px) {
  .stat-band-inner { grid-template-columns: 1fr 1fr; }
  .hero-section { min-height: 420px; }
  .checklist-item { flex-direction: column; gap: var(--vags-space-xs); }
  .step-num { font-size: 1.4rem; }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uqsn{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}
.uqsn.is-visible,.cookie-banner--visible,.uqsn.show,.uqsn.active{transform:none !important}
.uqsn a{color:inherit;text-decoration:underline}
.uqsn button{cursor:pointer}
.ujev{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}
.ujev.is-visible,.cookie-modal--visible,.ujev.show,.ujev.active{display:flex !important}
.upzl,.ujev>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uwgg .uudi,.uwgg .uxon,.uwgg .ulqr,.uwgg .uqik,.uoiv .uudi,.uoiv .uxon,.uoiv .ulqr,.uoiv .uqik{background:#fff !important;color:#1a1a1a !important}
.uudi,.uxon{color:#1a1a1a !important}
.uudi label,.uxon label,.uudi p,.uxon p,.uudi .ubfj,.uudi span,.uxon span,.ujkl,.uuml,.ulqr .uhyw,.ulqr .uhyw *{color:#1a1a1a !important}
.ujkl,.uuml{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uudi .ugwt{color:#1a1a1a !important}
.uudi .ugwt.is-sel{color:#fff !important}
.uban .utbk{display:none}
.uban .utbk.is-visible{display:block !important;color:#c0392b}
.uban .updz,.uban [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uban{color:#1a1a1a}
.uwgg .uban,.uoiv .uban{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uekq{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uekq img{width:100%;height:100%;object-fit:cover}
.ukpv,.ukto{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.ukpv img,.ukto img{width:100%;height:100%;object-fit:cover;display:block}
.ukpv img{opacity:.28}
.ukto img{opacity:.07}
*:has(> .ukpv),*:has(> .ukto){position:relative}
.uycj{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)}
.uycj .utvz{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uycj .udhb{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uaji{margin:1.4rem auto;max-width:920px}
.uaji img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.umgz{padding:3rem 0}
.urkb{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.urkb img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uqik{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.utlb{display:flex;overflow:hidden;gap:0 !important}
.uirr{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uyve{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}
.uzex{left:.5rem}.uuet{right:.5rem}
.ulqr .uhyw{display:none}.ulqr .uhyw.is-active{display:block}
.uudi .utal{display:block !important}
.uudi .ueeq{display:flex;flex-wrap:wrap;gap:.5rem}
.uudi .ugwt{cursor:pointer}
