:root {
  --vcjy-accent: #1a3cff;
  --vcjy-accent-dark: #0e26b8;
  --vcjy-accent-light: rgba(26,60,255,0.09);
  --vcjy-bg: #f8f9ff;
  --vcjy-bg-alt: #eef0fb;
  --vcjy-text: #0d1033;
  --vcjy-muted: #4a5072;
  --vcjy-border: #d0d4f0;
  --vcjy-font-display: "Sora", system-ui, sans-serif;
  --vcjy-font-body: "DM Sans", system-ui, sans-serif;
  --vcjy-space-2: .5rem;
  --vcjy-space-4: 1rem;
  --vcjy-space-6: 1.5rem;
  --vcjy-space-8: 2rem;
  --vcjy-space-12: 3rem;
  --vcjy-space-20: 5rem;
  --vcjy-radius-sm: .375rem;
  --vcjy-radius: .875rem;
  --vcjy-radius-lg: 1.375rem;
  --vcjy-radius-pill: 999px;
  --vcjy-shadow-sm: 0 1px 4px rgba(13,16,51,.07);
  --vcjy-shadow-md: 0 6px 28px rgba(13,16,51,.11);
  --vcjy-shadow-lg: 0 18px 52px rgba(13,16,51,.15);
  --vcjy-transition: .26s ease;
  --vcjy-max-width: 1180px;
  --vcjy-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(--vcjy-font-body); color: var(--vcjy-text); background: var(--vcjy-bg); line-height: 1.65; font-size: clamp(.95rem,.9rem + .3vw,1.05rem); }
h1, h2, h3, h4 { font-family: var(--vcjy-font-display); line-height: 1.15; color: var(--vcjy-text); }
h1 { font-size: clamp(2rem,1.4rem + 2.8vw,3.4rem); }
h2 { font-size: clamp(1.55rem,1.1rem + 1.8vw,2.4rem); }
h3 { font-size: clamp(1.1rem,1rem + .5vw,1.35rem); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.container { width: 92%; max-width: var(--vcjy-max-width); margin-inline: auto; }
.section { padding: var(--vcjy-space-20) 0; }
.section-alt { background: var(--vcjy-bg-alt); }
.uvpd { background: var(--vcjy-text); color: #fff; }
.uvpd h2, .uvpd h3, .uvpd h4, .uvpd strong { color: #fff; }
.uuja { background: var(--vcjy-accent); color: #fff; }
.uuja h2, .uuja h3, .uuja strong { color: #fff; }

.disclosure-bar { background: var(--vcjy-accent); color: rgba(255,255,255,.92); text-align: center; font-size: .82rem; padding: .45rem 1rem; font-family: var(--vcjy-font-display); letter-spacing: .03em; }

.ufzh { position: sticky; top: 0; z-index: 50; background: rgba(248,249,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--vcjy-border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: var(--vcjy-header-height); gap: var(--vcjy-space-6); }
.logo { display: flex; align-items: center; gap: .5rem; font-family: var(--vcjy-font-display); font-weight: 800; font-size: 1.25rem; color: var(--vcjy-text); }
.logo-mark { display: inline-flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; background: var(--vcjy-accent); color: #fff; border-radius: .5rem; font-size: 1rem; font-weight: 800; }
.logo-text { color: var(--vcjy-text); }
.logo-footer { color: #fff; }
.logo-footer .logo-text { color: #fff; }

.ueqe { display: flex; align-items: center; gap: var(--vcjy-space-6); flex-wrap: wrap; }
.ueqe a { font-size: .95rem; font-weight: 500; color: var(--vcjy-muted); transition: color var(--vcjy-transition); }
.ueqe a:hover { color: var(--vcjy-accent); }
.ueqe a.active { color: var(--vcjy-accent); font-weight: 600; }
.uiww { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .25rem; }
.uiww span { width: 24px; height: 2px; background: var(--vcjy-text); border-radius: 2px; transition: var(--vcjy-transition); display: block; }

.btn { display: inline-flex; align-items: center; gap: .5rem; padding: .8rem 1.6rem; border-radius: var(--vcjy-radius-pill); font-weight: 700; font-family: var(--vcjy-font-display); cursor: pointer; border: 2px solid transparent; transition: var(--vcjy-transition); font-size: .95rem; text-align: center; }
.btn-primary { background: var(--vcjy-accent); color: #fff; border-color: var(--vcjy-accent); }
.btn-primary:hover { background: var(--vcjy-accent-dark); border-color: var(--vcjy-accent-dark); }
.btn-outline { background: transparent; border-color: var(--vcjy-accent); color: var(--vcjy-accent); }
.btn-outline:hover { background: var(--vcjy-accent); color: #fff; }
.btn-white { background: #fff; color: var(--vcjy-accent); border-color: #fff; }
.btn-white:hover { background: var(--vcjy-bg-alt); }
.btn-sm { padding: .5rem 1.1rem; font-size: .875rem; }
.btn-block { width: 100%; justify-content: center; }

.section-eyebrow { display: inline-block; font-family: var(--vcjy-font-display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--vcjy-accent); margin-bottom: .75rem; }
.section-title { margin-bottom: 1rem; }
.section-lead { color: var(--vcjy-muted); max-width: 620px; margin-bottom: var(--vcjy-space-8); }

.page-hero { padding: var(--vcjy-space-12) 0; background: var(--vcjy-bg-alt); border-bottom: 1px solid var(--vcjy-border); }

.hl { color: var(--vcjy-accent); }

.card { background: #fff; border-radius: var(--vcjy-radius); box-shadow: var(--vcjy-shadow-sm); padding: var(--vcjy-space-6); transition: var(--vcjy-transition); border: 1px solid var(--vcjy-border); }
.card:hover { box-shadow: var(--vcjy-shadow-md); transform: translateY(-2px); }

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

.hero { padding: var(--vcjy-space-20) 0; position: relative; overflow: hidden; }
.uyta { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.uyta img { width: 100%; height: 100%; object-fit: cover; opacity: .12; }
.hero > .container { position: relative; z-index: 1; }
.hero-card-layout { display: grid; grid-template-columns: 1fr 1fr; gap: var(--vcjy-space-12); align-items: center; }
.hero-card { background: rgba(255,255,255,.96); border-radius: var(--vcjy-radius-lg); box-shadow: var(--vcjy-shadow-lg); padding: var(--vcjy-space-8); border: 1px solid var(--vcjy-border); color: var(--vcjy-text); }
.hero-eyebrow { display: inline-block; font-family: var(--vcjy-font-display); font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--vcjy-accent); margin-bottom: .75rem; }
.hero-title { font-size: clamp(1.8rem,1.2rem + 2.5vw,3rem); margin-bottom: 1rem; }
.hero-subtitle { color: var(--vcjy-muted); margin-bottom: var(--vcjy-space-6); }
.hero-rating { font-size: .9rem; color: var(--vcjy-muted); margin-bottom: var(--vcjy-space-4); }
.hero-actions { display: flex; gap: var(--vcjy-space-4); flex-wrap: wrap; margin-top: var(--vcjy-space-6); }
.hero-note { font-size: .83rem; color: var(--vcjy-muted); margin-top: var(--vcjy-space-4); }
.hero-note-sm { font-size: .78rem; color: var(--vcjy-muted); margin-top: .35rem; }
.hero-photo-wrap { border-radius: var(--vcjy-radius-lg); overflow: hidden; }

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

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

.benefit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: var(--vcjy-space-8); }
.benefit-card { text-align: left; }
.benefit-card h3 { margin: .75rem 0 .5rem; font-size: 1rem; }
.benefit-card p { color: var(--vcjy-muted); font-size: .9rem; }
.benefit-icon { font-size: 1.75rem; color: var(--vcjy-accent); }

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

.uzon { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-btn { padding: .45rem 1rem; border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius-pill); background: #fff; color: var(--vcjy-muted); cursor: pointer; font: inherit; font-size: .875rem; font-weight: 500; transition: var(--vcjy-transition); }
.filter-btn.is-active, .filter-btn:hover { background: var(--vcjy-accent); color: #fff; border-color: var(--vcjy-accent); }

.order-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--vcjy-space-8); }
.step-card { text-align: center; }
.step-num { width: 2.75rem; height: 2.75rem; border-radius: 50%; background: var(--vcjy-accent); color: #fff; font-family: var(--vcjy-font-display); font-weight: 800; font-size: 1.1rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.step-card h3 { margin-bottom: .5rem; }
.step-card p { color: var(--vcjy-muted); font-size: .9rem; }
.trust-note { text-align: center; margin-top: var(--vcjy-space-8); color: var(--vcjy-muted); font-size: .875rem; }

.trust-band { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: var(--vcjy-space-6); text-align: center; padding: var(--vcjy-space-6) 0; }
.trust-item i { font-size: 1.75rem; color: rgba(255,255,255,.9); display: block; margin-bottom: .5rem; }
.trust-item strong { display: block; color: #fff; font-family: var(--vcjy-font-display); font-weight: 700; margin-bottom: .2rem; }
.trust-item span { font-size: .83rem; color: rgba(255,255,255,.7); }

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

.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: var(--vcjy-space-8); margin-top: var(--vcjy-space-8); }
.testimonial { background: #fff; border-left: 4px solid var(--vcjy-accent); padding: var(--vcjy-space-6); border-radius: var(--vcjy-radius); box-shadow: var(--vcjy-shadow-sm); }
.testimonial .stars { font-size: .9rem; margin-bottom: .5rem; display: block; }
.testimonial p { font-style: italic; color: var(--vcjy-muted); font-size: .95rem; }
.testimonial cite { display: block; margin-top: var(--vcjy-space-4); font-style: normal; color: var(--vcjy-accent); font-weight: 600; font-size: .875rem; }
.testimonial-disclaimer { color: var(--vcjy-muted); font-size: .875rem; margin-bottom: var(--vcjy-space-6); }
.rating-summary { display: flex; align-items: center; gap: 1rem; margin: 1rem 0; font-family: var(--vcjy-font-display); font-size: 1.1rem; font-weight: 700; }
.muted-text { color: var(--vcjy-muted); font-weight: 400; }

.order-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: var(--vcjy-space-12); align-items: start; }
.order-visual { display: flex; flex-direction: column; }
.order-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.chip { display: inline-flex; align-items: center; gap: .35rem; background: var(--vcjy-bg-alt); color: var(--vcjy-text); border: 1px solid var(--vcjy-border); border-radius: var(--vcjy-radius-pill); padding: .3rem .8rem; font-size: .83rem; font-weight: 500; }
.chip i { color: var(--vcjy-accent); }

.uqxw { background: #fff; color: var(--vcjy-text); border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius-lg); box-shadow: var(--vcjy-shadow-md); padding: var(--vcjy-space-8); }
.uqxw h3 { margin-bottom: var(--vcjy-space-4); font-size: 1.2rem; }
.uvpd .uqxw, .uuja .uqxw { background: #fff; color: var(--vcjy-text); }
.order-note { font-size: .82rem; color: var(--vcjy-muted); text-align: center; margin-top: var(--vcjy-space-4); }
.ufvf { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.phone-row { display: grid; grid-template-columns: minmax(84px,auto) 1fr; gap: .5rem; }
.phone-row select { padding: .75rem .6rem; border: 1px solid var(--vcjy-border); border-radius: var(--vcjy-radius-sm); font: inherit; background: #fff; color: var(--vcjy-text); }

.form-group { margin-bottom: var(--vcjy-space-4); }
.form-group label { display: block; margin-bottom: .4rem; font-weight: 600; font-size: .9rem; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: .75rem 1rem; border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius-sm); font: inherit; color: var(--vcjy-text); background: #fff; transition: border-color var(--vcjy-transition); }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--vcjy-accent); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-checkbox { display: flex; align-items: flex-start; gap: .6rem; }
.form-checkbox input[type="checkbox"] { flex-shrink: 0; margin-top: .25rem; accent-color: var(--vcjy-accent); width: 1rem; height: 1rem; }
.form-checkbox label { font-weight: 400; font-size: .88rem; color: var(--vcjy-muted); cursor: pointer; }
.form-checkbox label a { color: var(--vcjy-accent); text-decoration: underline; }
.ueuc { display: none; color: #c0392b; font-size: .83rem; margin-top: .25rem; }
.ueuc.is-visible { display: block; }

.ukvd { background: #fff; color: var(--vcjy-text); border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius-lg); padding: var(--vcjy-space-8); }
.ukvd * { color: var(--vcjy-text); }
.uvpd .ukvd, .uuja .ukvd { background: #fff; color: var(--vcjy-text); }
.calc-label { display: block; margin-bottom: var(--vcjy-space-6); font-weight: 600; font-size: .95rem; }
.calc-echo-wrap { font-weight: 800; color: var(--vcjy-accent); }
.calc-checkbox-label { display: flex; align-items: center; gap: .75rem; font-weight: 500; cursor: pointer; }
.calc-checkbox-label input[type="checkbox"] { accent-color: var(--vcjy-accent); width: 1.1rem; height: 1.1rem; flex-shrink: 0; }
.ukvd input[type="range"] { width: 100%; accent-color: var(--vcjy-accent); margin-top: .5rem; display: block; }
.upbw { margin-top: var(--vcjy-space-6); padding: var(--vcjy-space-6); background: var(--vcjy-bg-alt); border-radius: var(--vcjy-radius); border-left: 4px solid var(--vcjy-accent); font-weight: 600; color: var(--vcjy-text); }

.faq { display: grid; gap: .5rem; }
.uwfl { border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius); overflow: hidden; background: #fff; }
.unlg { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: var(--vcjy-space-6); background: none; border: 0; cursor: pointer; text-align: left; font: inherit; font-weight: 600; font-size: .95rem; color: var(--vcjy-text); transition: background var(--vcjy-transition); }
.unlg:hover { background: var(--vcjy-bg-alt); }
.faq-chevron { flex-shrink: 0; font-size: .75rem; color: var(--vcjy-accent); transition: transform var(--vcjy-transition); }
.uwfl[open] .faq-chevron, .uwfl.is-open .faq-chevron { transform: rotate(180deg); }
.uiva { max-height: 0; overflow: hidden; transition: max-height .38s ease; }
.faq-answer-inner { padding: 0 var(--vcjy-space-6) var(--vcjy-space-6); }
.faq-answer-inner p { color: var(--vcjy-muted); font-size: .95rem; }
.faq-answer-inner a { color: var(--vcjy-accent); text-decoration: underline; }

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

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

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

.specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: var(--vcjy-space-6); margin-top: var(--vcjy-space-6); }
.spec-card h4 { margin-bottom: .4rem; color: var(--vcjy-accent); font-size: .875rem; font-family: var(--vcjy-font-display); letter-spacing: .06em; text-transform: uppercase; }
.spec-card p { color: var(--vcjy-muted); font-size: .9rem; }

.notice-box { background: var(--vcjy-bg-alt); border-left: 4px solid var(--vcjy-accent); text-align: left; }

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

.site-footer { background: var(--vcjy-text); color: rgba(255,255,255,.8); padding: var(--vcjy-space-20) 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: var(--vcjy-space-8); padding-bottom: var(--vcjy-space-12); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand p { font-size: .875rem; margin-top: .75rem; color: rgba(255,255,255,.65); }
.footer-col h4 { font-family: var(--vcjy-font-display); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 1rem; }
.footer-col ul { list-style: none; display: grid; gap: .5rem; }
.footer-col ul a { font-size: .9rem; color: rgba(255,255,255,.7); transition: color var(--vcjy-transition); }
.footer-col ul a:hover { color: #fff; }
.footer-col p { font-size: .875rem; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-col a { color: rgba(255,255,255,.8); }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: center; padding: var(--vcjy-space-6) 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-legal-links a { font-size: .83rem; color: rgba(255,255,255,.55); transition: color var(--vcjy-transition); }
.footer-legal-links a:hover { color: #fff; }
.footer-disclaimer { text-align: center; font-size: .8rem; color: rgba(255,255,255,.45); padding: var(--vcjy-space-4) var(--vcjy-space-4); max-width: 760px; margin-inline: auto; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; padding: var(--vcjy-space-4) 0; font-size: .8rem; color: rgba(255,255,255,.4); }

.uqym { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 90; background: #fff; border: 1.5px solid var(--vcjy-border); border-radius: var(--vcjy-radius-lg); box-shadow: var(--vcjy-shadow-lg); padding: var(--vcjy-space-6); transform: translateY(140%); transition: transform .38s ease; color: var(--vcjy-text); }
.uqym.is-visible { transform: none; }
.cookie-banner-inner { display: flex; align-items: center; gap: var(--vcjy-space-6); flex-wrap: wrap; }
.cookie-banner-text { flex: 1; font-size: .875rem; color: var(--vcjy-muted); min-width: 200px; }
.cookie-banner-text a { color: var(--vcjy-accent); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: .5rem; flex-wrap: wrap; }
.ursx { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; background: rgba(13,16,51,.5); }
.ursx.is-visible { display: flex; }
.uole { background: #fff; color: var(--vcjy-text); border-radius: var(--vcjy-radius-lg); box-shadow: var(--vcjy-shadow-lg); padding: var(--vcjy-space-8); max-width: 480px; width: 92%; max-height: 90vh; overflow-y: auto; }
.uole h2 { margin-bottom: var(--vcjy-space-4); font-size: 1.2rem; }
.uole p { color: var(--vcjy-muted); font-size: .875rem; margin-bottom: var(--vcjy-space-6); }
.cookie-toggle { display: flex; align-items: center; justify-content: space-between; gap: var(--vcjy-space-4); padding: var(--vcjy-space-4)0; border-bottom: 1px solid var(--vcjy-border); }
.cookie-toggle h4 { font-size: .9rem; margin-bottom: .2rem; }
.cookie-toggle p { color: var(--vcjy-muted); font-size: .8rem; margin: 0; }
.cookie-modal-actions { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: var(--vcjy-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: #ccc; border-radius: 999px; transition: var(--vcjy-transition); }
.slider::before { content: ""; position: absolute; height: 18px; width: 18px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: var(--vcjy-transition); }
.switch input:checked + .slider { background: var(--vcjy-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; }

.legal-content { max-width: 760px; margin-inline: auto; }
.legal-content h1 { margin-bottom: .5rem; }
.legal-content h2 { font-size: 1.2rem; margin-top: 2rem; margin-bottom: .5rem; }
.legal-content h3 { font-size: 1rem; margin-top: 1.25rem; margin-bottom: .4rem; }
.legal-content p { color: var(--vcjy-muted); margin-bottom: .75rem; line-height: 1.7; }
.legal-content a { color: var(--vcjy-accent); text-decoration: underline; }
.legal-meta { font-size: .85rem; color: var(--vcjy-muted); margin-bottom: 2rem; }

.cta-band { text-align: center; }

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .uiww { display: flex; }
  .ueqe { position: fixed; inset: var(--vcjy-header-height) 0 auto 0; flex-direction: column; align-items: flex-start; background: #fff; padding: var(--vcjy-space-6); box-shadow: var(--vcjy-shadow-md); transform: translateY(-150%); transition: var(--vcjy-transition); z-index: 49; gap: var(--vcjy-space-4); }
  .ueqe.is-open { transform: none; }
  .ueqe a { font-size: 1rem; }
  .hero-card-layout { grid-template-columns: 1fr; }
  .hero-photo-wrap { order: -1; }
  .split-block { grid-template-columns: 1fr; }
  .split-reverse .media { order: 0; }
  .order-layout { grid-template-columns: 1fr; }
  .order-steps { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .timeline-v { padding-left: var(--vcjy-space-6); }
  .bigstat-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .cookie-banner-inner { flex-direction: column; align-items: flex-start; }
  .benefit-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .bigstat-grid { grid-template-columns: repeat(2,1fr); }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uqym{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}
.uqym.is-visible,.cookie-banner--visible,.uqym.show,.uqym.active{transform:none !important}
.uqym a{color:inherit;text-decoration:underline}
.uqym button{cursor:pointer}
.ursx{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}
.ursx.is-visible,.cookie-modal--visible,.ursx.show,.ursx.active{display:flex !important}
.uole,.ursx>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}
.uvpd .uqwy,.uvpd .ukvd,.uvpd .ulcj,.uvpd .uerg,.uuja .uqwy,.uuja .ukvd,.uuja .ulcj,.uuja .uerg{background:#fff !important;color:#1a1a1a !important}
.uqwy,.ukvd{color:#1a1a1a !important}
.uqwy label,.ukvd label,.uqwy p,.ukvd p,.uqwy .upqy,.uqwy span,.ukvd span,.upbw,.ujsf,.ulcj .uesl,.ulcj .uesl *{color:#1a1a1a !important}
.upbw,.ujsf{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uqwy .udrt{color:#1a1a1a !important}
.uqwy .udrt.is-sel{color:#fff !important}
.uqxw .ueuc{display:none}
.uqxw .ueuc.is-visible{display:block !important;color:#c0392b}
.uqxw .ufvf,.uqxw [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uqxw{color:#1a1a1a}
.uvpd .uqxw,.uuja .uqxw{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uhel{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uhel img{width:100%;height:100%;object-fit:cover}
.uyta,.ueve{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uyta img,.ueve img{width:100%;height:100%;object-fit:cover;display:block}
.uyta img{opacity:.28}
.ueve img{opacity:.07}
*:has(> .uyta),*:has(> .ueve){position:relative}
.usyd{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)}
.usyd .ugeb{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.usyd .umcu{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uvoc{margin:1.4rem auto;max-width:920px}
.uvoc img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uuib{padding:3rem 0}
.uios{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uios img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uerg{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uuul{display:flex;overflow:hidden;gap:0 !important}
.unxw{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.urty{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}
.ubnx{left:.5rem}.unpa{right:.5rem}
.ulcj .uesl{display:none}.ulcj .uesl.is-active{display:block}
.uqwy .upxw{display:block !important}
.uqwy .uajl{display:flex;flex-wrap:wrap;gap:.5rem}
.uqwy .udrt{cursor:pointer}
