:root {
  --vvnr-accent: #1a56db;
  --vvnr-accent-dark: #1240a8;
  --vvnr-accent-light: #dbeafe;
  --vvnr-bg: #ffffff;
  --vvnr-bg-alt: #f0f4ff;
  --vvnr-text: #0f172a;
  --vvnr-muted: #475569;
  --vvnr-border: #cbd5e1;
  --vvnr-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --vvnr-font-body: "Figtree", system-ui, sans-serif;
  --vvnr-space-1: 0.25rem;
  --vvnr-space-2: 0.5rem;
  --vvnr-space-4: 1rem;
  --vvnr-space-6: 1.5rem;
  --vvnr-space-8: 2rem;
  --vvnr-space-12: 3rem;
  --vvnr-space-20: 5rem;
  --vvnr-radius-sm: 0.375rem;
  --vvnr-radius: 0.875rem;
  --vvnr-radius-lg: 1.25rem;
  --vvnr-radius-pill: 999px;
  --vvnr-shadow-sm: 0 1px 3px rgba(15,23,42,.06);
  --vvnr-shadow-md: 0 6px 24px rgba(15,23,42,.10);
  --vvnr-shadow-lg: 0 18px 48px rgba(15,23,42,.14);
  --vvnr-transition: 0.26s ease;
  --vvnr-max-width: 1200px;
  --vvnr-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(--vvnr-font-body); color: var(--vvnr-text); background: var(--vvnr-bg); line-height: 1.65; font-size: clamp(.95rem,.9rem + .3vw,1.05rem); }
h1,h2,h3,h4 { font-family: var(--vvnr-font-display); line-height: 1.15; color: var(--vvnr-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.4rem); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { width: 92%; max-width: var(--vvnr-max-width); margin-inline: auto; }
.section { padding: var(--vvnr-space-20) 0; }
.section-alt { background: var(--vvnr-bg-alt); }
.utvj { background: var(--vvnr-text); color: #fff; }
.utvj h2,.utvj h3,.utvj h4 { color: #fff; }
.uxbt { background: var(--vvnr-accent); color: #fff; }
.uxbt h2,.uxbt h3 { color: #fff; }
.section-eyebrow { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--vvnr-accent); margin-bottom: .75rem; }
.section-title { margin-bottom: 1rem; }
.section-lead { color: var(--vvnr-muted); max-width: 640px; margin-bottom: 2rem; }
.hl { color: var(--vvnr-accent); }
.supplement-note { font-size: .82rem; color: var(--vvnr-muted); margin-top: 1rem; padding: .6rem 1rem; background: var(--vvnr-bg-alt); border-left: 3px solid var(--vvnr-accent); border-radius: var(--vvnr-radius-sm); }
.disclosure-bar { background: var(--vvnr-accent); color: #fff; text-align: center; font-size: .8rem; padding: .4rem 1rem; }

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.5rem; border-radius: var(--vvnr-radius-pill); font-weight: 600; cursor: pointer; border: 2px solid transparent; transition: var(--vvnr-transition); font-family: var(--vvnr-font-body); font-size: 1rem; }
.btn-primary { background: var(--vvnr-accent); color: #fff; }
.btn-primary:hover { background: var(--vvnr-accent-dark); }
.btn-outline { background: transparent; border-color: var(--vvnr-accent); color: var(--vvnr-accent); }
.btn-outline:hover { background: var(--vvnr-accent); color: #fff; }
.btn-white { background: #fff; color: var(--vvnr-accent); border-color: #fff; }
.btn-white:hover { background: var(--vvnr-accent-light); }
.btn-sm { padding: .5rem 1rem; font-size: .875rem; }
.btn-block { width: 100%; justify-content: center; }
.uxbt .btn-outline { border-color: #fff; color: #fff; }
.uxbt .btn-outline:hover { background: #fff; color: var(--vvnr-accent); }

.ubaw { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(8px); border-bottom: 1px solid var(--vvnr-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--vvnr-header-height); }
.logo { display: flex; align-items: center; gap: .6rem; font-family: var(--vvnr-font-display); font-weight: 800; font-size: 1.15rem; color: var(--vvnr-text); }
.logo-mark { width: 28px; height: 28px; background: var(--vvnr-accent); border-radius: 6px; flex-shrink: 0; }
.udmy { display: flex; align-items: center; gap: var(--vvnr-space-6); }
.udmy a { font-size: .92rem; font-weight: 500; color: var(--vvnr-muted); transition: var(--vvnr-transition); }
.udmy a:hover { color: var(--vvnr-accent); }
.udmy.is-open { transform: none; }
.udik { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .25rem; }
.udik span { width: 24px; height: 2px; background: var(--vvnr-text); transition: var(--vvnr-transition); display: block; }

.hero { position: relative; padding: var(--vvnr-space-20) 0; overflow: hidden; }
.umvf { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.umvf img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.hero > .container { position: relative; z-index: 1; }
.hero-bigphoto { display: grid; grid-template-columns: 40% 60%; gap: var(--vvnr-space-12); align-items: center; }
.hero-content { min-width: 0; }
.hero-eyebrow { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--vvnr-accent); margin-bottom: 1rem; }
.hero-title { margin-bottom: 1.25rem; font-weight: 800; }
.hero-lead { color: var(--vvnr-muted); margin-bottom: 1.5rem; font-size: 1.05rem; }
.hero-rating { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.25rem; font-size: .95rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1rem; }
.hero-note { font-size: .85rem; color: var(--vvnr-muted); }
.hero-supplement-note { font-size: .8rem; color: var(--vvnr-muted); margin-top: .5rem; }
.hero-visual-col { position: relative; display: flex; flex-direction: column; gap: 1rem; align-items: center; }
.hero-float-card { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border-radius: var(--vvnr-radius); box-shadow: var(--vvnr-shadow-md); padding: .6rem 1rem; font-size: .85rem; font-weight: 600; color: var(--vvnr-text); border: 1px solid var(--vvnr-border); align-self: flex-start; }
.hero-float-card--lower { align-self: flex-end; }

.checklist { list-style: none; display: grid; gap: .75rem; margin: 1rem 0; }
.checklist li { display: flex; align-items: flex-start; gap: .7rem; font-size: .97rem; }
.check-ic { flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--vvnr-accent-light); color: var(--vvnr-accent); font-size: 1rem; margin-top: .05rem; }

.price-block { display: flex; align-items: baseline; gap: .75rem; flex-wrap: wrap; margin: 1rem 0; }
.price-block--centered { justify-content: center; }
.price-old { color: var(--vvnr-muted); font-size: 1.1rem; text-decoration: line-through; }
.price-new { font-family: var(--vvnr-font-display); font-size: clamp(1.6rem,1.2rem + 1.6vw,2.2rem); color: var(--vvnr-accent); font-weight: 800; }
.price-badge { background: var(--vvnr-accent); color: #fff; padding: .2rem .7rem; border-radius: var(--vvnr-radius-pill); font-size: .85rem; font-weight: 700; }
.stars { color: #e8a534; letter-spacing: .1em; }

.media { position: relative; overflow: hidden; border-radius: var(--vvnr-radius); background: linear-gradient(135deg, var(--vvnr-accent) 0%, var(--vvnr-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; }

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

.split-block { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vvnr-space-12); align-items: center; }
.split-reverse .media { order: -1; }

.trust-band { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--vvnr-space-6); }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .5rem; }
.trust-item i { font-size: 1.75rem; color: #93c5fd; }
.trust-item strong { display: block; color: #fff; font-size: .95rem; }
.trust-item span { color: rgba(255,255,255,.7); font-size: .82rem; }

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: var(--vvnr-space-6); margin-top: 1.5rem; }
.benefit-card { background: #fff; border-radius: var(--vvnr-radius); box-shadow: var(--vvnr-shadow-sm); padding: var(--vvnr-space-6); border: 1px solid var(--vvnr-border); transition: var(--vvnr-transition); }
.benefit-card:hover { box-shadow: var(--vvnr-shadow-md); transform: translateY(-2px); }
.benefit-card i { font-size: 1.5rem; color: var(--vvnr-accent); margin-bottom: .75rem; display: block; }
.benefit-card h3 { font-size: 1rem; margin-bottom: .5rem; }
.benefit-card p { font-size: .9rem; color: var(--vvnr-muted); }

.bigstat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px,1fr)); gap: var(--vvnr-space-8); text-align: center; margin-top: var(--vvnr-space-8); }
.bigstat b { display: block; font-family: var(--vvnr-font-display); font-size: clamp(2rem,1.4rem + 2vw,3rem); color: #fff; line-height: 1; font-weight: 800; }
.bigstat span { display: block; font-size: .88rem; color: rgba(255,255,255,.8); margin-top: .4rem; }
.stat-disclaimer { font-size: .78rem; color: rgba(255,255,255,.65); text-align: center; margin-top: 1.5rem; }

.order-steps-timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--vvnr-space-8); position: relative; margin-top: var(--vvnr-space-8); }
.order-steps-timeline::before { content:""; position:absolute; left:0; right:0; top:1.25rem; height:2px; background:var(--vvnr-border); z-index:0; }
.tl-node { position: relative; z-index: 1; text-align: center; }
.tl-num { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--vvnr-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--vvnr-font-display); font-weight: 800; font-size: 1rem; margin: 0 auto 1rem; }
.tl-node h3 { font-size: 1rem; margin-bottom: .5rem; }
.tl-node p { font-size: .88rem; color: var(--vvnr-muted); }
.steps-note { text-align: center; font-size: .85rem; color: var(--vvnr-muted); margin-top: 2rem; }

.timeline-v { display: grid; gap: var(--vvnr-space-8); position: relative; padding-left: var(--vvnr-space-8); }
.timeline-v::before { content:""; position:absolute; left:11px; top:6px; bottom:6px; width:2px; background:var(--vvnr-border); }
.tl-step { position: relative; }
.tl-dot { position: absolute; left: -32px; top: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--vvnr-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 700; font-family: var(--vvnr-font-display); }
.tl-step h3 { margin-bottom: .4rem; }
.tl-step p { color: var(--vvnr-muted); font-size: .95rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: var(--vvnr-space-6); margin-top: var(--vvnr-space-8); }
.testimonial { background: var(--vvnr-bg-alt); border-left: 4px solid var(--vvnr-accent); padding: var(--vvnr-space-6); border-radius: var(--vvnr-radius); }
.testimonial .stars { display: block; margin-bottom: .5rem; }
.testimonial p { font-style: italic; font-size: .95rem; color: var(--vvnr-text); }
.testimonial cite { display: flex; align-items: center; gap: .6rem; margin-top: 1rem; font-style: normal; font-weight: 600; font-size: .88rem; color: var(--vvnr-accent); }
.testimonial-disclaimer { font-size: .85rem; color: var(--vvnr-muted); margin-bottom: 1rem; }

.order-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: var(--vvnr-space-12); align-items: start; }
.order-product-col { display: flex; flex-direction: column; gap: 1.5rem; }
.order-guarantees { display: flex; flex-direction: column; gap: .6rem; }
.guarantee-item { display: flex; align-items: center; gap: .6rem; font-size: .92rem; color: rgba(255,255,255,.85); }
.guarantee-item i { color: #93c5fd; }
.order-pack-img { max-width: 340px; }
.uwvf { background: #fff; color: var(--vvnr-text); border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius-lg); box-shadow: var(--vvnr-shadow-md); padding: var(--vvnr-space-8); }
.utvj .uwvf,.uxbt .uwvf { background: #fff; color: var(--vvnr-text); }
.uwvf h3 { font-size: 1.3rem; margin-bottom: 1rem; }
.uwvf .price-block { margin-bottom: 1.5rem; }
.order-note { font-size: .82rem; color: var(--vvnr-muted); text-align: center; margin-top: 1rem; }
.unzs { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.phone-row { display: grid; grid-template-columns: minmax(80px,auto) 1fr; gap: .5rem; }
.phone-row select { padding: .75rem .6rem; border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius-sm); font: inherit; background: #fff; color: var(--vvnr-text); }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .95rem; color: var(--vvnr-text); }
.form-group input,.form-group textarea,.form-group select { width: 100%; padding: .75rem 1rem; border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius-sm); font: inherit; color: var(--vvnr-text); background: #fff; transition: var(--vvnr-transition); }
.form-group input:focus,.form-group textarea:focus { outline: none; border-color: var(--vvnr-accent); box-shadow: 0 0 0 3px rgba(26,86,219,.12); }
.form-checkbox { display: flex; flex-direction: column; gap: .4rem; }
.form-checkbox > input { width: auto; }
.form-checkbox label { display: flex; align-items: flex-start; gap: .5rem; font-weight: 400; cursor: pointer; }
.form-checkbox label a { color: var(--vvnr-accent); text-decoration: underline; }
.udtm { display: none; color: #c0392b; font-size: .82rem; margin-top: .25rem; }
.udtm.is-visible { display: block; }

.product-pack { max-width: 300px; margin-inline: auto; }
.product-pack svg { width: 100%; height: auto; display: block; filter: drop-shadow(0 14px 28px rgba(0,0,0,.18)); }

.faq { display: grid; gap: .5rem; margin-top: 1.5rem; }
.uipf { border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius); overflow: hidden; background: #fff; }
.uvda { width: 100%; text-align: left; padding: 1.1rem 1.25rem; background: none; border: 0; cursor: pointer; font: inherit; font-weight: 600; font-size: 1rem; color: var(--vvnr-text); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.uvda i { flex-shrink: 0; transition: var(--vvnr-transition); }
.uipf.is-open .uvda i { transform: rotate(180deg); }
.ujlw { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer-inner { padding: 0 1.25rem 1.1rem; color: var(--vvnr-muted); font-size: .95rem; }
.faq-answer-inner a { color: var(--vvnr-accent); text-decoration: underline; }

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

.spec-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.spec-item { display: flex; align-items: flex-start; gap: 1rem; padding: .75rem; background: var(--vvnr-bg-alt); border-radius: var(--vvnr-radius-sm); }
.spec-item i { font-size: 1.25rem; color: var(--vvnr-accent); flex-shrink: 0; margin-top: .1rem; }
.spec-item strong { display: block; font-size: .9rem; margin-bottom: .15rem; }
.spec-item span { font-size: .88rem; color: var(--vvnr-muted); }

.honesty-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vvnr-space-8); margin-top: var(--vvnr-space-6); }
.honesty-card { padding: var(--vvnr-space-6); border-radius: var(--vvnr-radius); }
.honesty-card--is { background: #f0fdf4; border: 1px solid #86efac; }
.honesty-card--not { background: #fff7ed; border: 1px solid #fdba74; }
.honesty-card h3 { display: flex; align-items: center; gap: .5rem; font-size: 1rem; margin-bottom: 1rem; }
.honesty-card--is h3 i { color: #16a34a; }
.honesty-card--not h3 i { color: #ea580c; }
.honesty-card ul { display: grid; gap: .5rem; }
.honesty-card li { font-size: .92rem; color: var(--vvnr-muted); padding-left: 1rem; position: relative; }
.honesty-card li::before { content:"·"; position:absolute; left:0; color:var(--vvnr-accent); }

.notice { display: flex; gap: 1rem; background: var(--vvnr-bg-alt); border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius); padding: var(--vvnr-space-6); }
.notice i { font-size: 1.5rem; color: var(--vvnr-accent); flex-shrink: 0; margin-top: .1rem; }
.notice p { font-size: .95rem; color: var(--vvnr-muted); }

.contact-layout { display: grid; grid-template-columns: 1.4fr 1fr; gap: var(--vvnr-space-12); align-items: start; }
.contact-info-panel h2 { margin-bottom: 1.5rem; }
.contact-info-item { display: flex; gap: 1rem; padding: var(--vvnr-space-4) 0; border-bottom: 1px solid var(--vvnr-border); }
.contact-info-item i { font-size: 1.25rem; color: var(--vvnr-accent); flex-shrink: 0; margin-top: .15rem; }
.contact-info-item strong { display: block; margin-bottom: .25rem; font-size: .95rem; }
.contact-info-item p,.contact-info-item a { font-size: .9rem; color: var(--vvnr-muted); }
.contact-info-item a { color: var(--vvnr-accent); }
.map-container { border-radius: var(--vvnr-radius); overflow: hidden; border: 1px solid var(--vvnr-border); }
.map-container iframe { display: block; width: 100%; height: 450px; border: 0; }
.ucjk { background: #fff; padding: var(--vvnr-space-6); border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius); }
.ucjk h2 { margin-bottom: 1.5rem; }

.review-summary { display: flex; align-items: center; gap: 1.5rem; margin: 1.5rem 0; }
.review-score { display: flex; flex-direction: column; align-items: flex-start; gap: .25rem; }
.score-num { font-family: var(--vvnr-font-display); font-size: 2.5rem; font-weight: 800; color: var(--vvnr-accent); line-height: 1; }
.score-count { font-size: .85rem; color: var(--vvnr-muted); }

.company-info-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: var(--vvnr-space-6); margin-top: var(--vvnr-space-8); }
.company-info-item h4 { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.6); margin-bottom: .4rem; }
.company-info-item p { color: rgba(255,255,255,.9); font-size: .95rem; }
.company-info-item a { color: #93c5fd; }

.cta-band { text-align: center; }
.cta-band h2 { color: #fff; margin-bottom: .75rem; }
.cta-band p { color: rgba(255,255,255,.85); }

.page-hero { padding-bottom: var(--vvnr-space-12); }
.page-hero .section { padding: 0; }
.page-title { margin-bottom: 1rem; }
.page-lead { color: var(--vvnr-muted); max-width: 640px; }
.breadcrumb { display: flex; gap: .5rem; align-items: center; font-size: .85rem; color: var(--vvnr-muted); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--vvnr-accent); }
.breadcrumb span { color: var(--vvnr-muted); }

.legal-content h2 { font-size: 1.3rem; margin-top: 2.5rem; margin-bottom: .75rem; }
.legal-content h3 { font-size: 1.1rem; margin-top: 1.5rem; margin-bottom: .5rem; }
.legal-content p,.legal-content ul,.legal-content ol { color: var(--vvnr-muted); font-size: .95rem; margin-bottom: 1rem; }
.legal-content ul,.legal-content ol { padding-left: 1.5rem; }
.legal-content ul li { list-style: disc; }
.legal-content ol li { list-style: decimal; }
.legal-content a { color: var(--vvnr-accent); text-decoration: underline; }
.legal-content code { background: var(--vvnr-bg-alt); padding: .15rem .4rem; border-radius: .25rem; font-size: .88em; }

.ujwr,.usiy,.ukma,.ujjv { background: var(--vvnr-bg); color: var(--vvnr-text); border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius-lg); padding: var(--vvnr-space-8); }
.ujwr *,.usiy *,.ukma .uabu,.usiy label,.ujwr .uaja { color: var(--vvnr-text); }
.utvj .ujwr,.utvj .usiy,.utvj .ukma,.utvj .ujjv,
.uxbt .ujwr,.uxbt .usiy,.uxbt .ukma,.uxbt .ujjv { background: #fff; color: var(--vvnr-text); }
.ukma .lf-tablist { display: flex; flex-wrap: wrap; gap: .5rem; border-bottom: 1px solid var(--vvnr-border); margin-bottom: var(--vvnr-space-6); }
.ukma .udey { padding: .6rem 1.1rem; border: 0; background: none; cursor: pointer; font: inherit; color: var(--vvnr-muted); border-bottom: 2px solid transparent; transition: var(--vvnr-transition); }
.ukma .udey.is-active { color: var(--vvnr-accent); border-bottom-color: var(--vvnr-accent); font-weight: 600; }
.ukma .uabu { display: none; }
.ukma .uabu.is-active { display: block; }
.ujjv { position: relative; overflow: hidden; }
.uxau { display: flex; overflow: hidden; }
.ucfy { min-width: 100%; flex: 0 0 100%; }
.uhfv { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--vvnr-border); background: #fff; cursor: pointer; font-size: 1.2rem; color: var(--vvnr-accent); display: flex; align-items: center; justify-content: center; transition: var(--vvnr-transition); }
.uhfv:hover { background: var(--vvnr-accent); color: #fff; }
.ulle { left: .5rem; }
.uokq { right: .5rem; }
.ujjv .testimonial { margin: 0 3rem; }
.ujwr .utig { margin-bottom: var(--vvnr-space-6); }
.ujwr .uaja { font-weight: 600; margin-bottom: 1rem; }
.ujwr .uodq { display: flex; flex-wrap: wrap; gap: .5rem; }
.ujwr .uinb { padding: .5rem 1rem; border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius-pill); background: #fff; cursor: pointer; font: inherit; color: var(--vvnr-text); transition: var(--vvnr-transition); }
.ujwr .uinb:hover { border-color: var(--vvnr-accent); }
.ujwr .uinb.is-sel { background: var(--vvnr-accent); color: #fff; border-color: var(--vvnr-accent); }
.ujwr .udyl,.usiy .uymq { margin-top: var(--vvnr-space-6); padding: var(--vvnr-space-6); background: var(--vvnr-bg-alt); border-radius: var(--vvnr-radius); border-left: 4px solid var(--vvnr-accent); color: var(--vvnr-text); }
.usiy label { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; font-weight: 500; color: var(--vvnr-text); }
.usiy input[type="range"] { width: 100%; accent-color: var(--vvnr-accent); margin-top: .25rem; }
.usiy input[type="checkbox"] { width: auto; accent-color: var(--vvnr-accent); }
.usiy label:has(input[type="checkbox"]) { flex-direction: row; align-items: center; gap: .5rem; }
.calc-note { font-size: .82rem; color: var(--vvnr-muted); margin-top: 1rem; }

.footer-logo { font-family: var(--vvnr-font-display); font-weight: 800; font-size: 1.1rem; display: block; margin-bottom: .75rem; }
.site-footer { background: #0f172a; color: rgba(255,255,255,.75); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: var(--vvnr-space-8); padding: var(--vvnr-space-20) 0 var(--vvnr-space-12); }
.footer-brand p { font-size: .9rem; color: rgba(255,255,255,.6); margin-top: .5rem; }
.footer-col h4 { color: rgba(255,255,255,.9); font-size: .85rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem; }
.footer-col ul { display: grid; gap: .5rem; }
.footer-col ul a { font-size: .9rem; color: rgba(255,255,255,.65); transition: var(--vvnr-transition); }
.footer-col ul a:hover { color: #fff; }
.footer-col p { font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-col a { color: #93c5fd; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.1); justify-content: center; }
.footer-legal-links a { font-size: .82rem; color: rgba(255,255,255,.55); transition: var(--vvnr-transition); }
.footer-legal-links a:hover { color: #fff; }
.footer-disclaimer { font-size: .78rem; color: rgba(255,255,255,.45); text-align: center; padding: 0 var(--vvnr-space-8) 1.5rem; max-width: 860px; margin: 0 auto; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding: 1.25rem var(--vvnr-space-4); border-top: 1px solid rgba(255,255,255,.08); font-size: .82rem; color: rgba(255,255,255,.4); }

.uixd { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; background: #fff; border: 1px solid var(--vvnr-border); border-radius: var(--vvnr-radius); box-shadow: var(--vvnr-shadow-lg); padding: var(--vvnr-space-6); transform: translateY(140%); transition: transform .4s ease; }
.uixd.is-visible { transform: none; }
.cookie-banner-inner { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
.cookie-banner-text { font-size: .9rem; color: var(--vvnr-text); flex: 1 1 300px; }
.cookie-banner-text a { color: var(--vvnr-accent); text-decoration: underline; }
.cookie-banner-actions { display: flex; flex-wrap: wrap; gap: .5rem; }
.uhfs { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); }
.uhfs.is-visible { display: flex; }
.ucoi { background: #fff; border-radius: var(--vvnr-radius-lg); padding: var(--vvnr-space-8); max-width: 480px; width: 92%; box-shadow: var(--vvnr-shadow-lg); }
.ucoi h2 { margin-bottom: 1rem; }
.ucoi > p { font-size: .9rem; color: var(--vvnr-muted); margin-bottom: 1.5rem; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--vvnr-border); }
.cookie-toggle:last-of-type { border-bottom: 0; }
.cookie-toggle h4 { font-size: .95rem; margin-bottom: .25rem; }
.cookie-toggle p { font-size: .82rem; color: var(--vvnr-muted); }
.cookie-modal-actions { display: flex; gap: .5rem; margin-top: 1.5rem; flex-wrap: wrap; }
.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: #ccc; border-radius: 999px; transition: var(--vvnr-transition); }
:root {
  --vvnr-accent: #1a56db;
  --vvnr-accent-dark: #1240a8;
  --vvnr-accent-light: #dbeafe;
  --vvnr-bg: #ffffff;
  --vvnr-bg-alt: #f0f4ff;
  --vvnr-text: #0f172a;
  --vvnr-muted: #475569;
  --vvnr-border: #cbd5e1;
  --vvnr-font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --vvnr-font-body: "Figtree", system-ui, sans-serif;
  --vvnr-space-1: 0.25rem;
  --vvnr-space-2: 0.5rem;
  --vvnr-space-4: 1rem;
  --vvnr-space-6: 1.5rem;
  --vvnr-space-8: 2rem;
  --vvnr-space-12: 3rem;
  --vvnr-space-20: 5rem;
  --vvnr-radius-sm: 0.375rem;
  --vvnr-radius: 0.875rem;
  --vvnr-radius-lg: 1.25rem;
  --vvnr-radius-pill: 999px;
  --vvnr-shadow-sm: 0 1px 3px rgba(15,23,42,.06);
  --vvnr-shadow-md: 0 6px 24px rgba(15,23,42,.10);
  --vvnr-shadow-lg: 0 18px 48px rgba(15,23,42,.14);
  --vvnr-transition: 0.26s ease;
  --vvnr-max-width: 1200px;
  --vvnr-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(--vvnr-font-body);color:var(--vvnr-text);background:var(--vvnr-bg);line-height:1.65;font-size:clamp(.95rem,.9rem + .3vw,1.05rem)}
h1,h2,h3,h4{font-family:var(--vvnr-font-display);line-height:1.15;color:var(--vvnr-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.4rem)}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
.container{width:92%;max-width:var(--vvnr-max-width);margin-inline:auto}
.section{padding:var(--vvnr-space-20) 0}
.section-alt{background:var(--vvnr-bg-alt)}
.utvj{background:var(--vvnr-text);color:#fff}
.utvj h2,.utvj h3,.utvj h4{color:#fff}
.uxbt{background:var(--vvnr-accent);color:#fff}
.uxbt h2,.uxbt h3{color:#fff}
.section-eyebrow{display:block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--vvnr-accent);margin-bottom:.75rem}
.section-title{margin-bottom:1rem}
.section-lead{color:var(--vvnr-muted);max-width:640px;margin-bottom:2rem}
.hl{color:var(--vvnr-accent)}
.supplement-note{font-size:.82rem;color:var(--vvnr-muted);margin-top:1rem;padding:.6rem 1rem;background:var(--vvnr-bg-alt);border-left:3px solid var(--vvnr-accent);border-radius:var(--vvnr-radius-sm)}
.disclosure-bar{background:var(--vvnr-accent);color:#fff;text-align:center;font-size:.8rem;padding:.4rem 1rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:var(--vvnr-radius-pill);font-weight:600;cursor:pointer;border:2px solid transparent;transition:var(--vvnr-transition);font-family:var(--vvnr-font-body);font-size:1rem;text-decoration:none}
.btn-primary{background:var(--vvnr-accent);color:#fff}
.btn-primary:hover{background:var(--vvnr-accent-dark)}
.btn-outline{background:transparent;border-color:var(--vvnr-accent);color:var(--vvnr-accent)}
.btn-outline:hover{background:var(--vvnr-accent);color:#fff}
.btn-white{background:#fff;color:var(--vvnr-accent);border-color:#fff}
.btn-white:hover{background:var(--vvnr-accent-light)}
.btn-sm{padding:.5rem 1rem;font-size:.875rem}
.btn-block{width:100%;justify-content:center}
.uxbt .btn-outline{border-color:#fff;color:#fff}
.uxbt .btn-outline:hover{background:#fff;color:var(--vvnr-accent)}
.ubaw{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--vvnr-border)}
.ubaw.is-scrolled{box-shadow:var(--vvnr-shadow-sm)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--vvnr-header-height)}
.logo{display:flex;align-items:center;gap:.6rem;font-family:var(--vvnr-font-display);font-weight:800;font-size:1.15rem;color:var(--vvnr-text)}
.logo-mark{width:28px;height:28px;background:var(--vvnr-accent);border-radius:6px;flex-shrink:0}
.udmy{display:flex;align-items:center;gap:var(--vvnr-space-6)}
.udmy a{font-size:.92rem;font-weight:500;color:var(--vvnr-muted);transition:var(--vvnr-transition)}
.udmy a:hover{color:var(--vvnr-accent)}
.udmy a.active{color:var(--vvnr-accent);font-weight:600}
.udik{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.25rem}
.udik span{width:24px;height:2px;background:var(--vvnr-text);transition:var(--vvnr-transition);display:block}
.hero{position:relative;padding:var(--vvnr-space-20) 0;overflow:hidden}
.umvf{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.umvf img{width:100%;height:100%;object-fit:cover;opacity:.12}
.hero>.container{position:relative;z-index:1}
.hero-bigphoto{display:grid;grid-template-columns:40% 60%;gap:var(--vvnr-space-12);align-items:center}
.hero-content{min-width:0}
.hero-eyebrow{display:block;font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vvnr-accent);margin-bottom:1rem}
.hero-title{margin-bottom:1.25rem;font-weight:800}
.hero-lead{color:var(--vvnr-muted);margin-bottom:1.5rem;font-size:1.05rem}
.hero-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.95rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}
.hero-note{font-size:.85rem;color:var(--vvnr-muted)}
.hero-supplement-note{font-size:.8rem;color:var(--vvnr-muted);margin-top:.5rem}
.hero-visual-col{position:relative;display:flex;flex-direction:column;gap:1rem;align-items:center}
.hero-float-card{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border-radius:var(--vvnr-radius);box-shadow:var(--vvnr-shadow-md);padding:.6rem 1rem;font-size:.85rem;font-weight:600;color:var(--vvnr-text);border:1px solid var(--vvnr-border)}
.hero-float-card--lower{align-self:flex-end}
.checklist{list-style:none;display:grid;gap:.75rem;margin:1rem 0}
.checklist li{display:flex;align-items:flex-start;gap:.7rem;font-size:.97rem}
.check-ic{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--vvnr-accent-light);color:var(--vvnr-accent);font-size:1rem;margin-top:.05rem}
.price-block{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin:1rem 0}
.price-block--centered{justify-content:center}
.price-old{color:var(--vvnr-muted);font-size:1.1rem;text-decoration:line-through}
.price-new{font-family:var(--vvnr-font-display);font-size:clamp(1.6rem,1.2rem + 1.6vw,2.2rem);color:var(--vvnr-accent);font-weight:800}
.price-badge{background:var(--vvnr-accent);color:#fff;padding:.2rem .7rem;border-radius:var(--vvnr-radius-pill);font-size:.85rem;font-weight:700}
.stars{color:#e8a534;letter-spacing:.1em}
.media{position:relative;overflow:hidden;border-radius:var(--vvnr-radius);background:linear-gradient(135deg,var(--vvnr-accent) 0%,var(--vvnr-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}
.utzh{position:relative;aspect-ratio:1/1;border-radius:var(--vvnr-radius-lg);overflow:hidden}
.utzh img{width:100%;height:100%;object-fit:cover}
.split-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvnr-space-12);align-items:center}
.split-reverse .media{order:-1}
.trust-band{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--vvnr-space-6)}
.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}
.trust-item i{font-size:1.75rem;color:#93c5fd}
.trust-item strong{display:block;color:#fff;font-size:.95rem}
.trust-item span{color:rgba(255,255,255,.7);font-size:.82rem}
.benefit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vvnr-space-6);margin-top:1.5rem}
.benefit-card{background:#fff;border-radius:var(--vvnr-radius);box-shadow:var(--vvnr-shadow-sm);padding:var(--vvnr-space-6);border:1px solid var(--vvnr-border);transition:var(--vvnr-transition)}
.benefit-card:hover{box-shadow:var(--vvnr-shadow-md);transform:translateY(-2px)}
.benefit-card i{font-size:1.5rem;color:var(--vvnr-accent);margin-bottom:.75rem;display:block}
.benefit-card h3{font-size:1rem;margin-bottom:.5rem}
.benefit-card p{font-size:.9rem;color:var(--vvnr-muted)}
.bigstat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:var(--vvnr-space-8);text-align:center;margin-top:var(--vvnr-space-8)}
.bigstat b{display:block;font-family:var(--vvnr-font-display);font-size:clamp(2rem,1.4rem + 2vw,3rem);color:#fff;line-height:1;font-weight:800}
.bigstat span{display:block;font-size:.88rem;color:rgba(255,255,255,.8);margin-top:.4rem}
.stat-disclaimer{font-size:.78rem;color:rgba(255,255,255,.65);text-align:center;margin-top:1.5rem}
.order-steps-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vvnr-space-8);position:relative;margin-top:var(--vvnr-space-8)}
.order-steps-timeline::before{content:"";position:absolute;left:0;right:0;top:1.25rem;height:2px;background:var(--vvnr-border);z-index:0}
.tl-node{position:relative;z-index:1;text-align:center}
.tl-num{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--vvnr-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--vvnr-font-display);font-weight:800;font-size:1rem;margin:0 auto 1rem}
.tl-node h3{font-size:1rem;margin-bottom:.5rem}
.tl-node p{font-size:.88rem;color:var(--vvnr-muted)}
.steps-note{text-align:center;font-size:.85rem;color:var(--vvnr-muted);margin-top:2rem}
.timeline-v{display:grid;gap:var(--vvnr-space-8);position:relative;padding-left:var(--vvnr-space-8)}
.timeline-v::before{content:"";position:absolute;left:11px;top:6px;bottom:6px;width:2px;background:var(--vvnr-border)}
.tl-step{position:relative}
.tl-dot{position:absolute;left:-32px;top:0;width:24px;height:24px;border-radius:50%;background:var(--vvnr-accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;font-family:var(--vvnr-font-display)}
.tl-step h3{margin-bottom:.4rem}
.tl-step p{color:var(--vvnr-muted);font-size:.95rem}
.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--vvnr-space-6);margin-top:var(--vvnr-space-8)}
.testimonial{background:var(--vvnr-bg-alt);border-left:4px solid var(--vvnr-accent);padding:var(--vvnr-space-6);border-radius:var(--vvnr-radius)}
.testimonial .stars{display:block;margin-bottom:.5rem}
.testimonial p{font-style:italic;font-size:.95rem;color:var(--vvnr-text)}
.testimonial cite{display:flex;align-items:center;gap:.6rem;margin-top:1rem;font-style:normal;font-weight:600;font-size:.88rem;color:var(--vvnr-accent)}
.testimonial-disclaimer{font-size:.85rem;color:var(--vvnr-muted);margin-bottom:1rem}
.order-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--vvnr-space-12);align-items:start}
.order-product-col{display:flex;flex-direction:column;gap:1.5rem}
.order-guarantees{display:flex;flex-direction:column;gap:.6rem}
.guarantee-item{display:flex;align-items:center;gap:.6rem;font-size:.92rem;color:rgba(255,255,255,.85)}
.guarantee-item i{color:#93c5fd}
.order-pack-img{max-width:340px}
.uwvf{background:#fff;color:var(--vvnr-text);border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius-lg);box-shadow:var(--vvnr-shadow-md);padding:var(--vvnr-space-8)}
.utvj .uwvf,.uxbt .uwvf{background:#fff;color:var(--vvnr-text)}
.uwvf h3{font-size:1.3rem;margin-bottom:1rem}
.uwvf .price-block{margin-bottom:1.5rem}
.order-note{font-size:.82rem;color:var(--vvnr-muted);text-align:center;margin-top:1rem}
.unzs{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.phone-row{display:grid;grid-template-columns:minmax(80px,auto) 1fr;gap:.5rem}
.phone-row select{padding:.75rem .6rem;border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius-sm);font:inherit;background:#fff;color:var(--vvnr-text)}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.95rem;color:var(--vvnr-text)}
.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius-sm);font:inherit;color:var(--vvnr-text);background:#fff;transition:var(--vvnr-transition)}
.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--vvnr-accent);box-shadow:0 0 0 3px rgba(26,86,219,.12)}
.form-checkbox{display:flex;flex-direction:column;gap:.4rem}
.form-checkbox>input{width:auto}
.form-checkbox label{display:flex;align-items:flex-start;gap:.5rem;font-weight:400;cursor:pointer}
.form-checkbox label a{color:var(--vvnr-accent);text-decoration:underline}
.udtm{display:none;color:#c0392b;font-size:.82rem;margin-top:.25rem}
.udtm.is-visible{display:block}
.product-pack{max-width:300px;margin-inline:auto}
.product-pack svg{width:100%;height:auto;display:block;filter:drop-shadow(0 14px 28px rgba(0,0,0,.18))}
.faq{display:grid;gap:.5rem;margin-top:1.5rem}
.uipf{border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius);overflow:hidden;background:#fff}
.uvda{width:100%;text-align:left;padding:1.1rem 1.25rem;background:none;border:0;cursor:pointer;font:inherit;font-weight:600;font-size:1rem;color:var(--vvnr-text);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.uvda i{flex-shrink:0;transition:var(--vvnr-transition)}
.uipf.is-open .uvda i{transform:rotate(180deg)}
.ujlw{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer-inner{padding:0 1.25rem 1.1rem;color:var(--vvnr-muted);font-size:.95rem}
.faq-answer-inner a{color:var(--vvnr-accent);text-decoration:underline}
.table-wrap{overflow-x:auto}
.data-table,.dose-table{width:100%;border-collapse:collapse;margin-top:1rem}
.data-table th,.data-table td,.dose-table th,.dose-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--vvnr-border);font-size:.92rem}
.data-table thead th,.dose-table thead th{background:var(--vvnr-bg-alt);font-family:var(--vvnr-font-display);font-size:.88rem}
.dose-note{font-size:.78rem;color:var(--vvnr-muted);margin-top:.5rem}
.spec-grid{display:grid;gap:1rem;margin-top:1.5rem}
.spec-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;background:var(--vvnr-bg-alt);border-radius:var(--vvnr-radius-sm)}
.spec-item i{font-size:1.25rem;color:var(--vvnr-accent);flex-shrink:0;margin-top:.1rem}
.spec-item strong{display:block;font-size:.9rem;margin-bottom:.15rem}
.spec-item span{font-size:.88rem;color:var(--vvnr-muted)}
.honesty-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vvnr-space-8);margin-top:var(--vvnr-space-6)}
.honesty-card{padding:var(--vvnr-space-6);border-radius:var(--vvnr-radius)}
.honesty-card--is{background:#f0fdf4;border:1px solid #86efac}
.honesty-card--not{background:#fff7ed;border:1px solid #fdba74}
.honesty-card h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem}
.honesty-card--is h3 i{color:#16a34a}
.honesty-card--not h3 i{color:#ea580c}
.honesty-card ul{display:grid;gap:.5rem}
.honesty-card li{font-size:.92rem;color:var(--vvnr-muted);padding-left:1rem;position:relative}
.honesty-card li::before{content:"·";position:absolute;left:0;color:var(--vvnr-accent)}
.notice{display:flex;gap:1rem;background:var(--vvnr-bg-alt);border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius);padding:var(--vvnr-space-6)}
.notice i{font-size:1.5rem;color:var(--vvnr-accent);flex-shrink:0;margin-top:.1rem}
.notice p{font-size:.95rem;color:var(--vvnr-muted)}
.contact-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:var(--vvnr-space-12);align-items:start}
.contact-info-panel h2{margin-bottom:1.5rem}
.contact-info-item{display:flex;gap:1rem;padding:var(--vvnr-space-4) 0;border-bottom:1px solid var(--vvnr-border)}
.contact-info-item i{font-size:1.25rem;color:var(--vvnr-accent);flex-shrink:0;margin-top:.15rem}
.contact-info-item strong{display:block;margin-bottom:.25rem;font-size:.95rem}
.contact-info-item p,.contact-info-item a{font-size:.9rem;color:var(--vvnr-muted)}
.contact-info-item a{color:var(--vvnr-accent)}
.map-container{border-radius:var(--vvnr-radius);overflow:hidden;border:1px solid var(--vvnr-border)}
.map-container iframe{display:block;width:100%;height:450px;border:0}
.ucjk{background:#fff;padding:var(--vvnr-space-6);border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius)}
.review-summary{display:flex;align-items:center;gap:1.5rem;margin:1.5rem 0}
.review-score{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}
.score-num{font-family:var(--vvnr-font-display);font-size:2.5rem;font-weight:800;color:var(--vvnr-accent);line-height:1}
.score-count{font-size:.85rem;color:var(--vvnr-muted)}
.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vvnr-space-6);margin-top:var(--vvnr-space-8)}
.company-info-item h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6);margin-bottom:.4rem}
.company-info-item p{color:rgba(255,255,255,.9);font-size:.95rem}
.company-info-item a{color:#93c5fd}
.cta-band{text-align:center}
.cta-band h2{color:#fff;margin-bottom:.75rem}
.cta-band p{color:rgba(255,255,255,.85)}
.page-hero{padding-bottom:var(--vvnr-space-12)}
.page-title{margin-bottom:1rem}
.page-lead{color:var(--vvnr-muted);max-width:640px}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.85rem;color:var(--vvnr-muted);margin-bottom:1.5rem}
.breadcrumb a{color:var(--vvnr-accent)}
.legal-content h2{font-size:1.3rem;margin-top:2.5rem;margin-bottom:.75rem}
.legal-content h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}
.legal-content p,.legal-content ul,.legal-content ol{color:var(--vvnr-muted);font-size:.95rem;margin-bottom:1rem}
.legal-content ul,.legal-content ol{padding-left:1.5rem}
.legal-content ul li{list-style:disc}
.legal-content ol li{list-style:decimal}
.legal-content a{color:var(--vvnr-accent);text-decoration:underline}
.legal-content code{background:var(--vvnr-bg-alt);padding:.15rem .4rem;border-radius:.25rem;font-size:.88em}
.ujwr,.usiy,.ukma,.ujjv{background:var(--vvnr-bg);color:var(--vvnr-text);border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius-lg);padding:var(--vvnr-space-8)}
.utvj .ujwr,.utvj .usiy,.utvj .ukma,.utvj .ujjv,
.uxbt .ujwr,.uxbt .usiy,.uxbt .ukma,.uxbt .ujjv{background:#fff;color:var(--vvnr-text)}
.ukma .lf-tablist{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:1px solid var(--vvnr-border);margin-bottom:var(--vvnr-space-6)}
.ukma .udey{padding:.6rem 1.1rem;border:0;background:none;cursor:pointer;font:inherit;color:var(--vvnr-muted);border-bottom:2px solid transparent;transition:var(--vvnr-transition)}
.ukma .udey.is-active{color:var(--vvnr-accent);border-bottom-color:var(--vvnr-accent);font-weight:600}
.ukma .uabu{display:none}
.ukma .uabu.is-active{display:block}
.ujjv{position:relative;overflow:hidden}
.uxau{display:flex;overflow:hidden}
.ucfy{min-width:100%;flex:0 0 100%}
.uhfv{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--vvnr-border);background:#fff;cursor:pointer;font-size:1.2rem;color:var(--vvnr-accent);display:flex;align-items:center;justify-content:center;transition:var(--vvnr-transition)}
.uhfv:hover{background:var(--vvnr-accent);color:#fff}
.ulle{left:.5rem}
.uokq{right:.5rem}
.ujjv .testimonial{margin:0 3rem}
.ujwr .utig{margin-bottom:var(--vvnr-space-6)}
.ujwr .uaja{font-weight:600;margin-bottom:1rem;color:var(--vvnr-text)}
.ujwr .uodq{display:flex;flex-wrap:wrap;gap:.5rem}
.ujwr .uinb{padding:.5rem 1rem;border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius-pill);background:#fff;cursor:pointer;font:inherit;color:var(--vvnr-text);transition:var(--vvnr-transition)}
.ujwr .uinb:hover{border-color:var(--vvnr-accent)}
.ujwr .uinb.is-sel{background:var(--vvnr-accent);color:#fff;border-color:var(--vvnr-accent)}
.ujwr .udyl,.usiy .uymq{margin-top:var(--vvnr-space-6);padding:var(--vvnr-space-6);background:var(--vvnr-bg-alt);border-radius:var(--vvnr-radius);border-left:4px solid var(--vvnr-accent);color:var(--vvnr-text)}
.usiy label{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;font-weight:500;color:var(--vvnr-text)}
.usiy input[type="range"]{width:100%;accent-color:var(--vvnr-accent);margin-top:.25rem}
.usiy input[type="checkbox"]{width:auto;accent-color:var(--vvnr-accent)}
.calc-note{font-size:.82rem;color:var(--vvnr-muted);margin-top:1rem}
.footer-logo{font-family:var(--vvnr-font-display);font-weight:800;font-size:1.1rem;display:block;margin-bottom:.75rem;color:#fff}
.site-footer{background:#0f172a;color:rgba(255,255,255,.75)}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:var(--vvnr-space-8);padding:var(--vvnr-space-20) 0 var(--vvnr-space-12)}
.footer-brand p{font-size:.9rem;color:rgba(255,255,255,.6);margin-top:.5rem}
.footer-col h4{color:rgba(255,255,255,.9);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}
.footer-col ul{display:grid;gap:.5rem}
.footer-col ul a{font-size:.9rem;color:rgba(255,255,255,.65);transition:var(--vvnr-transition)}
.footer-col ul a:hover{color:#fff}
.footer-col p{font-size:.88rem;color:rgba(255,255,255,.65);line-height:1.7}
.footer-col a{color:#93c5fd}
.footer-legal-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:1.5rem 1rem;border-top:1px solid rgba(255,255,255,.1);justify-content:center}
.footer-legal-links a{font-size:.82rem;color:rgba(255,255,255,.55);transition:var(--vvnr-transition)}
.footer-legal-links a:hover{color:#fff}
.footer-disclaimer{font-size:.78rem;color:rgba(255,255,255,.45);text-align:center;padding:0 var(--vvnr-space-8) 1.5rem;max-width:860px;margin:0 auto}
.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:1.25rem var(--vvnr-space-4);border-top:1px solid rgba(255,255,255,.08);font-size:.82rem;color:rgba(255,255,255,.4)}
.uixd{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:90;background:#fff;border:1px solid var(--vvnr-border);border-radius:var(--vvnr-radius);box-shadow:var(--vvnr-shadow-lg);padding:var(--vvnr-space-6);transform:translateY(140%);transition:transform .4s ease}
.uixd.is-visible{transform:none}
.cookie-banner-inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
.cookie-banner-text{font-size:.9rem;color:var(--vvnr-text);flex:1 1 300px}
.cookie-banner-text a{color:var(--vvnr-accent);text-decoration:underline}
.cookie-banner-actions{display:flex;flex-wrap:wrap;gap:.5rem}
.uhfs{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5)}
.uhfs.is-visible{display:flex}
.ucoi{background:#fff;border-radius:var(--vvnr-radius-lg);padding:var(--vvnr-space-8);max-width:480px;width:92%;box-shadow:var(--vvnr-shadow-lg)}
.ucoi h2{margin-bottom:1rem}
.ucoi>p{font-size:.9rem;color:var(--vvnr-muted);margin-bottom:1.5rem}
.cookie-toggle{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--vvnr-border)}
.cookie-toggle h4{font-size:.95rem;margin-bottom:.25rem}
.cookie-toggle p{font-size:.82rem;color:var(--vvnr-muted)}
.cookie-modal-actions{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}
.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:#ccc;border-radius:999px;transition:var(--vvnr-transition)}
.slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:var(--vvnr-transition)}
.switch input:checked+.slider{background:var(--vvnr-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}
@media(max-width:1024px){
  .hero-bigphoto{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .trust-band{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:768px){
  .udik{display:flex}
  .udmy{position:fixed;inset:var(--vvnr-header-height) 0 auto 0;flex-direction:column;align-items:flex-start;background:#fff;padding:var(--vvnr-space-6);box-shadow:var(--vvnr-shadow-md);transform:translateY(-150%);transition:var(--vvnr-transition);z-index:49}
  .udmy.is-open{transform:none}
  .hero-bigphoto{grid-template-columns:1fr}
  .hero-visual-col{order:-1}
  .split-block{grid-template-columns:1fr}
  .split-reverse .media{order:0}
  .order-layout{grid-template-columns:1fr}
  .contact-layout{grid-template-columns:1fr}
  .honesty-grid{grid-template-columns:1fr}
  .order-steps-timeline{grid-template-columns:1fr}
  .order-steps-timeline::before{display:none}
  .trust-band{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr}
  .bigstat-grid{grid-template-columns:repeat(2,1fr)}
  .container{width:90%}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uixd{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}
.uixd.is-visible,.cookie-banner--visible,.uixd.show,.uixd.active{transform:none !important}
.uixd a{color:inherit;text-decoration:underline}
.uixd button{cursor:pointer}
.uhfs{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}
.uhfs.is-visible,.cookie-modal--visible,.uhfs.show,.uhfs.active{display:flex !important}
.ucoi,.uhfs>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.utvj .ujwr,.utvj .usiy,.utvj .ukma,.utvj .ujjv,.uxbt .ujwr,.uxbt .usiy,.uxbt .ukma,.uxbt .ujjv{background:#fff !important;color:#1a1a1a !important}
.ujwr,.usiy{color:#1a1a1a !important}
.ujwr label,.usiy label,.ujwr p,.usiy p,.ujwr .uaja,.ujwr span,.usiy span,.uymq,.udyl,.ukma .uabu,.ukma .uabu *{color:#1a1a1a !important}
.uymq,.udyl{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.ujwr .uinb{color:#1a1a1a !important}
.ujwr .uinb.is-sel{color:#fff !important}
.uwvf .udtm{display:none}
.uwvf .udtm.is-visible{display:block !important;color:#c0392b}
.uwvf .unzs,.uwvf [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uwvf{color:#1a1a1a}
.utvj .uwvf,.uxbt .uwvf{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.utzh{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.utzh img{width:100%;height:100%;object-fit:cover}
.umvf,.urok{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.umvf img,.urok img{width:100%;height:100%;object-fit:cover;display:block}
.umvf img{opacity:.28}
.urok img{opacity:.07}
*:has(> .umvf),*:has(> .urok){position:relative}
.umbu{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)}
.umbu .uoqx{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.umbu .utcd{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.updv{margin:1.4rem auto;max-width:920px}
.updv img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ujlv{padding:3rem 0}
.ubax{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ubax img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ujjv{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uxau{display:flex;overflow:hidden;gap:0 !important}
.ucfy{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uhfv{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}
.ulle{left:.5rem}.uokq{right:.5rem}
.ukma .uabu{display:none}.ukma .uabu.is-active{display:block}
.ujwr .utig{display:block !important}
.ujwr .uodq{display:flex;flex-wrap:wrap;gap:.5rem}
.ujwr .uinb{cursor:pointer}
