:root{
--vmqq-accent:#7c2de1;
--vmqq-accent-2:#3a0175;
--vmqq-accent-light:#e9e1ff;
--vmqq-accent-gold:#d4a843;
--vmqq-rose:#e8c0d8;
--vmqq-surface:#f5f2ff;
--vmqq-surface-2:#fefcff;
--vmqq-dark:#1a0a36;
--vmqq-dark-2:#0f0520;
--vmqq-text:#1e1333;
--vmqq-text-muted:#5a4e72;
--vmqq-white:#fff;
--vmqq-radius:8px;
--vmqq-container:1320px;
--vmqq-font-head:'Sora',sans-serif;
--vmqq-font-body:'Inter',sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--vmqq-font-body);color:var(--vmqq-text);background:var(--vmqq-surface-2);line-height:1.65}
img{display:block;max-width:100%;height:auto}
a{color:var(--vmqq-accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:100%;max-width:var(--vmqq-container);margin-inline:auto;padding-inline:24px}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5{font-family:var(--vmqq-font-head);line-height:1.2;color:var(--vmqq-text)}
h1{font-size:clamp(2rem,4.2vw,3.4rem);font-weight:700}
h1 em{font-style:italic;font-family:Georgia,serif;color:var(--vmqq-accent)}
h2{font-size:clamp(1.5rem,3vw,2.4rem);font-weight:700}
h3{font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600}
h4{font-size:1.1rem;font-weight:600}
p{margin-bottom:1rem}
p:last-child{margin-bottom:0}
.lead{font-size:1.15rem;color:var(--vmqq-text-muted)}
strong{font-weight:600}

/* ── BUTTONS ── */
.btn{display:inline-block;font-family:var(--vmqq-font-head);font-weight:600;font-size:1rem;padding:.75rem 2rem;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:background .2s,color .2s,border-color .2s;text-align:center;line-height:1.3}
.btn-primary{background:var(--vmqq-accent);color:var(--vmqq-white);border-color:var(--vmqq-accent)}
.btn-primary:hover{background:var(--vmqq-accent-2);border-color:var(--vmqq-accent-2);color:var(--vmqq-white);text-decoration:none}
.btn-ghost{background:transparent;color:var(--vmqq-accent);border-color:var(--vmqq-accent)}
.btn-ghost:hover{background:var(--vmqq-accent);color:var(--vmqq-white);text-decoration:none}
.btn-lg{font-size:1.15rem;padding:.9rem 2.6rem}

/* ── LAYOUT HELPERS ── */
.section{padding:72px 0}
.section-sm{padding:48px 0}
.unkx{background:var(--vmqq-dark);color:var(--vmqq-white)}
.unkx h2,.unkx h3,.unkx h4{color:var(--vmqq-white)}
.unkx p,.unkx li{color:rgba(255,255,255,.82)}
.usts{background:var(--vmqq-accent);color:var(--vmqq-white)}
.usts h2,.usts h3{color:var(--vmqq-white)}
.section-tinted{background:var(--vmqq-surface)}
.text-center{text-align:center}
.text-white{color:var(--vmqq-white)}
.label-chip{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--vmqq-accent-light);color:var(--vmqq-accent-2);padding:.25rem .75rem;border-radius:4px;margin-bottom:.75rem}
.label-chip-gold{background:var(--vmqq-accent-gold);color:var(--vmqq-white)}
.section-head{max-width:700px;margin-inline:auto;text-align:center;margin-bottom:48px}
.section-head p{color:var(--vmqq-text-muted);margin-top:.75rem}
.unkx .section-head p,.usts .section-head p{color:rgba(255,255,255,.8)}

/* ── NAV ── */
.uifc{position:sticky;top:0;z-index:900;background:var(--vmqq-dark-2);box-shadow:0 2px 16px rgba(0,0,0,.35)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:24px}
.site-logo{font-family:var(--vmqq-font-head);font-size:1.25rem;font-weight:700;color:var(--vmqq-white);letter-spacing:-.01em}
.site-logo span{color:var(--vmqq-accent-gold)}
.nav-links{display:flex;align-items:center;gap:32px;list-style:none}
.nav-links a{color:rgba(255,255,255,.85);font-size:.95rem;font-weight:500;transition:color .2s}
.nav-links a:hover{color:var(--vmqq-accent-gold);text-decoration:none}
.nav-cta{margin-left:8px}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.hamburger span{display:block;width:24px;height:2px;background:var(--vmqq-white);border-radius:2px;transition:transform .3s,opacity .3s}
@media(max-width:900px){
.nav-links{display:none;position:absolute;top:68px;left:0;right:0;background:var(--vmqq-dark-2);flex-direction:column;align-items:flex-start;padding:16px 24px 24px;gap:16px;border-top:1px solid rgba(255,255,255,.1)}
.nav-links.open{display:flex}
.hamburger{display:flex}
.nav-cta{display:none}
}

/* ── HERO SPLIT ── */
.hero{position:relative;background:linear-gradient(120deg,var(--vmqq-dark-2) 0%,var(--vmqq-accent-2) 100%);overflow:hidden;min-height:600px}
.ugsn{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;opacity:.14;pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;min-height:600px;position:relative;z-index:2;padding:72px 0}
.hero-text .label-chip{background:rgba(255,255,255,.15);color:var(--vmqq-accent-gold);border:1px solid rgba(255,255,255,.2)}
.hero-text h1{color:var(--vmqq-white);margin-bottom:1.25rem}
.hero-text .lead{color:rgba(255,255,255,.82);margin-bottom:2rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.hero-badge{display:flex;align-items:center;gap:8px;margin-top:1.5rem;font-size:.88rem;color:rgba(255,255,255,.7)}
.hero-badge svg{flex-shrink:0}
.hero-visual{display:flex;justify-content:center;align-items:center}
.hero-pack-wrap{position:relative;width:100%;max-width:420px;margin:auto}
.hero-pack-wrap img{border-radius:12px;box-shadow:0 24px 64px rgba(0,0,0,.45)}
@media(max-width:860px){
.hero-inner{grid-template-columns:1fr;text-align:center;padding:48px 0}
.hero-actions{justify-content:center}
.hero-badge{justify-content:center}
.hero-visual{order:-1}
.hero-pack-wrap{max-width:260px}
}

/* ── BENEFIT BAND (dark, after hero) ── */
.benefit-band{background:var(--vmqq-dark);padding:52px 0}
.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.benefit-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:32px 24px;background:rgba(255,255,255,.04);border-radius:var(--vmqq-radius)}
.benefit-card .icon-wrap{width:56px;height:56px;border-radius:var(--vmqq-radius);background:var(--vmqq-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.benefit-card .icon-wrap svg{width:28px;height:28px;fill:var(--vmqq-white)}
.benefit-card h3{color:var(--vmqq-white);font-size:1.1rem;margin:0}
.benefit-card p{color:rgba(255,255,255,.72);font-size:.93rem;margin:0}
@media(max-width:720px){.benefit-grid{grid-template-columns:1fr}}

/* ── HOW TO USE / ROUTINE (timeline) ── */
.routine-section{background:var(--vmqq-surface)}
.timeline{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto}
.timeline-item{display:grid;grid-template-columns:56px 1fr;gap:0 24px;position:relative}
.timeline-item:not(:last-child)::before{content:'';position:absolute;left:27px;top:56px;bottom:0;width:2px;background:var(--vmqq-accent-light)}
.tl-num{width:56px;height:56px;border-radius:50%;background:var(--vmqq-accent);color:var(--vmqq-white);display:flex;align-items:center;justify-content:center;font-family:var(--vmqq-font-head);font-weight:700;font-size:1.25rem;flex-shrink:0;margin-bottom:32px;z-index:1}
.tl-body{padding-bottom:40px}
.tl-body h4{font-size:1.1rem;margin-bottom:.4rem;color:var(--vmqq-text)}
.tl-body p{color:var(--vmqq-text-muted);font-size:.95rem;margin:0}

/* ── HOW IT WORKS ── */
.how-it-works{background:var(--vmqq-dark);color:var(--vmqq-white)}
.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.hiw-steps{display:flex;flex-direction:column;gap:28px}
.hiw-step{display:flex;gap:18px;align-items:flex-start}
.hiw-step-num{width:40px;height:40px;border-radius:50%;background:var(--vmqq-accent);color:var(--vmqq-white);display:flex;align-items:center;justify-content:center;font-family:var(--vmqq-font-head);font-weight:700;font-size:1rem;flex-shrink:0}
.hiw-step-body h4{color:var(--vmqq-white);margin-bottom:.3rem}
.hiw-step-body p{color:rgba(255,255,255,.75);font-size:.93rem;margin:0}
.hiw-diagram{display:flex;justify-content:center}
.hiw-diagram img{border-radius:12px;width:100%;max-width:400px;box-shadow:0 16px 48px rgba(0,0,0,.45)}
@media(max-width:820px){.hiw-grid{grid-template-columns:1fr}.hiw-diagram{display:none}}

/* ── INGREDIENTS ── */
.ingredients-section{background:var(--vmqq-surface-2)}
.nutr-table-wrap{overflow-x:auto;margin-top:40px}
.nutr-table{width:100%;border-collapse:collapse;font-size:.93rem}
.nutr-table th{background:var(--vmqq-accent);color:var(--vmqq-white);padding:12px 16px;text-align:left;font-family:var(--vmqq-font-head);font-weight:600}
.nutr-table td{padding:11px 16px;border-bottom:1px solid var(--vmqq-accent-light)}
.nutr-table tr:last-child td{border-bottom:none}
.nutr-table tr:nth-child(even) td{background:var(--vmqq-surface)}
.nutr-note{font-size:.82rem;color:var(--vmqq-text-muted);margin-top:10px}
.ingredient-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}
.ing-card{background:var(--vmqq-surface);padding:24px 18px;border-radius:var(--vmqq-radius);text-align:center}
.ing-card .ing-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:50%;background:var(--vmqq-accent-light);display:flex;align-items:center;justify-content:center}
.ing-card .ing-icon svg{width:24px;height:24px;fill:var(--vmqq-accent)}
.ing-card h4{font-size:.98rem;margin-bottom:.35rem;color:var(--vmqq-text)}
.ing-card p{font-size:.82rem;color:var(--vmqq-text-muted);margin:0}
.efsa-badge{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;background:var(--vmqq-accent-light);color:var(--vmqq-accent-2);padding:.18rem .55rem;border-radius:4px;margin-top:.4rem}
@media(max-width:900px){.ingredient-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.ingredient-cards{grid-template-columns:1fr}}

/* ── REVIEWS ── */
.reviews-section{background:var(--vmqq-surface)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.review-card{background:var(--vmqq-white);padding:28px 24px;border-radius:var(--vmqq-radius)}
.review-stars{margin-bottom:10px}
.review-stars img{height:20px;width:auto}
.review-quote{font-size:.95rem;color:var(--vmqq-text);margin-bottom:14px;line-height:1.6;font-style:italic}
.reviewer-meta{font-size:.84rem;color:var(--vmqq-text-muted);font-weight:500}
.review-disclaimer{margin-top:32px;font-size:.8rem;color:var(--vmqq-text-muted);text-align:center;max-width:640px;margin-inline:auto}
@media(max-width:860px){.review-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.review-grid{grid-template-columns:1fr}}

/* ── FAQ ── */
.faq-section{background:var(--vmqq-surface-2)}
.faq-list{max-width:820px;margin:0 auto}
.usdj{border-bottom:1px solid var(--vmqq-accent-light)}
.faq-q{width:100%;background:none;border:none;text-align:left;font-family:var(--vmqq-font-head);font-weight:600;font-size:1rem;color:var(--vmqq-text);padding:20px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q svg{flex-shrink:0;transition:transform .3s;fill:var(--vmqq-accent);width:20px;height:20px}
.usdj.open .faq-q svg{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.usdj.open .faq-a{max-height:400px}
.faq-a p{padding-bottom:20px;color:var(--vmqq-text-muted);font-size:.95rem}

/* ── STAT BAND ── */
.stat-band{background:var(--vmqq-accent-2);padding:56px 0}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}
.stat-item .stat-num{font-family:var(--vmqq-font-head);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--vmqq-accent-gold);line-height:1}
.stat-item .stat-label{font-size:.92rem;color:rgba(255,255,255,.78);margin-top:.4rem}
@media(max-width:720px){.stat-grid{grid-template-columns:repeat(2,1fr)}}

/* ── CALC ── */
.calc-section{background:var(--vmqq-surface)}
.calc-wrap{max-width:640px;margin:0 auto;background:var(--vmqq-white);border-radius:var(--vmqq-radius);padding:40px 36px;box-shadow:0 4px 32px rgba(108,28,209,.08)}
.calc-field{margin-bottom:20px}
.calc-field label{display:block;font-weight:600;font-size:.9rem;margin-bottom:6px;color:var(--vmqq-text)}
.calc-field input,.calc-field select{width:100%;padding:.65rem 1rem;border:1.5px solid var(--vmqq-accent-light);border-radius:var(--vmqq-radius);font-family:var(--vmqq-font-body);font-size:.95rem;color:var(--vmqq-text);background:var(--vmqq-surface-2)}
.calc-field input:focus,.calc-field select:focus{outline:2px solid var(--vmqq-accent);border-color:var(--vmqq-accent)}
.calc-result{margin-top:20px;padding:18px 20px;background:var(--vmqq-accent-light);border-radius:var(--vmqq-radius);font-family:var(--vmqq-font-head);font-weight:600;font-size:1.05rem;color:var(--vmqq-accent-2);display:none}
.calc-result.visible{display:block}

/* ── ORDER FORM ── */
.order-section{background:linear-gradient(135deg,var(--vmqq-dark-2) 0%,var(--vmqq-accent-2) 100%);padding:80px 0}
.order-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.order-info h2{color:var(--vmqq-white);margin-bottom:1rem}
.order-info p{color:rgba(255,255,255,.78);font-size:.95rem}
.order-info .price-block{margin-top:28px;background:rgba(255,255,255,.08);border-radius:var(--vmqq-radius);padding:24px 20px}
.price-current{font-family:var(--vmqq-font-head);font-size:2rem;font-weight:700;color:var(--vmqq-accent-gold)}
.price-was{font-size:.9rem;color:rgba(255,255,255,.5);text-decoration:line-through;margin-left:8px}
.price-note{font-size:.82rem;color:rgba(255,255,255,.6);margin-top:.35rem}
.trust-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.trust-badge{display:flex;align-items:center;gap:6px;font-size:.82rem;color:rgba(255,255,255,.75);background:rgba(255,255,255,.07);padding:.35rem .8rem;border-radius:6px}
.trust-badge svg{width:14px;height:14px;fill:var(--vmqq-accent-gold);flex-shrink:0}
.order-form-wrap{background:var(--vmqq-white);border-radius:var(--vmqq-radius);padding:36px 32px;box-shadow:0 12px 48px rgba(0,0,0,.3)}
.order-form-wrap h3{font-size:1.2rem;margin-bottom:20px;color:var(--vmqq-text)}
.form-field{margin-bottom:18px}
.form-field label{display:block;font-weight:600;font-size:.88rem;margin-bottom:5px;color:var(--vmqq-text)}
.form-field input,.form-field select,.form-field textarea{width:100%;padding:.65rem 1rem;border:1.5px solid #ddd;border-radius:var(--vmqq-radius);font-family:var(--vmqq-font-body);font-size:.95rem;color:var(--vmqq-text)}
.form-field input:focus,.form-field select:focus{outline:2px solid var(--vmqq-accent);border-color:var(--vmqq-accent)}
.hidden-field{display:none}
.consent-row{display:flex;gap:10px;align-items:flex-start;margin-bottom:18px;font-size:.85rem;color:var(--vmqq-text-muted)}
.consent-row input[type=checkbox]{margin-top:3px;flex-shrink:0;accent-color:var(--vmqq-accent)}
.uxhs .btn-primary{width:100%;font-size:1.05rem;padding:1rem}
@media(max-width:860px){.order-inner{grid-template-columns:1fr}}

/* ── PRESS QUOTES ── */
.press-section{background:var(--vmqq-surface-2);padding:56px 0}
.press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.press-card{background:var(--vmqq-white);border-radius:var(--vmqq-radius);padding:28px 24px}
.press-card blockquote{font-style:italic;font-size:.97rem;color:var(--vmqq-text);line-height:1.65;border-left:3px solid var(--vmqq-accent);padding-left:16px;margin-bottom:12px}
.press-card cite{font-size:.83rem;color:var(--vmqq-text-muted);font-style:normal}
@media(max-width:720px){.press-grid{grid-template-columns:1fr}}

/* ── ABOUT AUTHOR / EDITORIAL ── */
.author-band{background:var(--vmqq-dark);padding:56px 0}
.author-inner{display:flex;gap:36px;align-items:center;max-width:860px;margin:auto}
.author-avatar{width:80px;height:80px;border-radius:50%;background:var(--vmqq-accent);display:flex;align-items:center;justify-content:center;font-family:var(--vmqq-font-head);font-weight:700;font-size:1.6rem;color:var(--vmqq-white);flex-shrink:0}
.author-text h4{color:var(--vmqq-white);font-size:1rem;margin-bottom:.3rem}
.author-text p{color:rgba(255,255,255,.72);font-size:.9rem;margin:0}
@media(max-width:600px){.author-inner{flex-direction:column;text-align:center}}

/* ── SPLIT LIFESTYLE ── */
.split-section{display:grid;grid-template-columns:1fr 1fr;min-height:400px}
.split-img{overflow:hidden}
.split-img img{width:100%;height:100%;object-fit:cover}
.split-content{display:flex;flex-direction:column;justify-content:center;padding:56px 48px;background:var(--vmqq-surface)}
.split-content h2{margin-bottom:1rem}
.split-content p{color:var(--vmqq-text-muted);margin-bottom:1.5rem}
@media(max-width:820px){.split-section{grid-template-columns:1fr}.split-img{height:260px}}

/* ── COOKIE BANNER ── */
.uque{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--vmqq-dark-2);color:var(--vmqq-white);padding:18px 24px;display:none;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between;box-shadow:0 -4px 24px rgba(0,0,0,.4)}
.uque.is-visible{display:flex}
.uque p{font-size:.88rem;color:rgba(255,255,255,.8);max-width:700px;flex:1 1 300px}
.uque p a{color:var(--vmqq-accent-gold)}
.uvjn{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0}
.uvjn .btn{font-size:.85rem;padding:.55rem 1.2rem}

/* ── FOOTER ── */
.site-footer{background:var(--vmqq-dark-2);color:rgba(255,255,255,.72);padding:56px 0 32px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand .site-logo{font-size:1.1rem;margin-bottom:.75rem;display:inline-block}
.footer-brand p{font-size:.88rem;color:rgba(255,255,255,.58);line-height:1.7}
.footer-col h5{font-family:var(--vmqq-font-head);font-size:.9rem;font-weight:600;color:var(--vmqq-white);margin-bottom:14px;text-transform:uppercase;letter-spacing:.06em}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:8px}
.footer-col ul li a{font-size:.88rem;color:rgba(255,255,255,.6);transition:color .2s}
.footer-col ul li a:hover{color:var(--vmqq-accent-gold);text-decoration:none}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;font-size:.82rem;color:rgba(255,255,255,.45)}
.footer-disclaimer{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;margin-top:20px;font-size:.78rem;color:rgba(255,255,255,.42);line-height:1.7}
@media(max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.footer-grid{grid-template-columns:1fr}}

/* ── PACK DETAIL SPLIT ── */
.pack-split{background:var(--vmqq-surface);padding:72px 0}
.pack-split-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.pack-split-inner img{border-radius:12px;box-shadow:0 8px 40px rgba(108,28,209,.12)}
@media(max-width:820px){.pack-split-inner{grid-template-columns:1fr}}

/* ── UTILITIES ── */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.mb-0{margin-bottom:0}
.mb-1{margin-bottom:.5rem}
.mb-2{margin-bottom:1rem}
.mb-3{margin-bottom:1.5rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.gap-list{display:flex;flex-direction:column;gap:.6rem;list-style:none;padding:0}
.gap-list li{display:flex;gap:.6rem;align-items:flex-start;font-size:.95rem;color:var(--vmqq-text-muted)}
.gap-list li::before{content:'✓';color:var(--vmqq-accent);font-weight:700;flex-shrink:0;margin-top:.1rem}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uque{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}
.uque.is-visible,.cookie-banner--visible,.uque.show,.uque.active{transform:none !important}
.uque a{color:inherit;text-decoration:underline}
.uque button{cursor:pointer}
.ulsu{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}
.ulsu.is-visible,.cookie-modal--visible,.ulsu.show,.ulsu.active{display:flex !important}
.ucli,.ulsu>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}
.unkx .uifv,.unkx .uokq,.unkx .ubhj,.unkx .uayu,.usts .uifv,.usts .uokq,.usts .ubhj,.usts .uayu{background:#fff !important;color:#1a1a1a !important}
.uifv,.uokq{color:#1a1a1a !important}
.uifv label,.uokq label,.uifv p,.uokq p,.uifv .ulum,.uifv span,.uokq span,.uxik,.ufyt,.ubhj .ufow,.ubhj .ufow *{color:#1a1a1a !important}
.uxik,.ufyt{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uifv .ulyh{color:#1a1a1a !important}
.uifv .ulyh.is-sel{color:#fff !important}
.uxhs .undl{display:none}
.uxhs .undl.is-visible{display:block !important;color:#c0392b}
.uxhs .umzt,.uxhs [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uxhs{color:#1a1a1a}
.unkx .uxhs,.usts .uxhs{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uvrp{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uvrp img{width:100%;height:100%;object-fit:cover}
.ugsn,.ugmj{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.ugsn img,.ugmj img{width:100%;height:100%;object-fit:cover;display:block}
.ugsn img{opacity:.28}
.ugmj img{opacity:.07}
*:has(> .ugsn),*:has(> .ugmj){position:relative}
.uipk{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)}
.uipk .uyrf{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uipk .ukyq{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.ufzw{margin:1.4rem auto;max-width:920px}
.ufzw img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.upif{padding:3rem 0}
.uhcx{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uhcx img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uayu{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ukxy{display:flex;overflow:hidden;gap:0 !important}
.uawy{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.utdq{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}
.uwra{left:.5rem}.usan{right:.5rem}
.ubhj .ufow{display:none}.ubhj .ufow.is-active{display:block}
.uifv .uqpr{display:block !important}
.uifv .uroi{display:flex;flex-wrap:wrap;gap:.5rem}
.uifv .ulyh{cursor:pointer}
