@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');

:root{
  --vast-c-bg:#0e1117;
  --vast-c-surface:#161b26;
  --vast-c-surface2:#1e2535;
  --vast-c-border:#2a3248;
  --vast-c-accent:#3b8fd4;
  --vast-c-accent2:#e8a832;
  --vast-c-accent-ghost:rgba(59,143,212,0.15);
  --vast-c-text:#e8ecf2;
  --vast-c-text-muted:#8b96ae;
  --vast-c-text-dim:#5c6880;
  --vast-c-dark-band:#0a0d14;
  --vast-c-pill-bg:#3b8fd4;
  --vast-c-pill-ghost:transparent;
  --vast-c-pill-ghost-border:#3b8fd4;
  --vast-radius:24px;
  --vast-radius-sm:12px;
  --vast-radius-pill:999px;
  --vast-container:960px;
  --vast-ff:'Archivo',sans-serif;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{background:var(--vast-c-bg);color:var(--vast-c-text);font-family:var(--vast-ff);line-height:1.6;-webkit-font-smoothing:antialiased;}
a{color:var(--vast-c-accent);text-decoration:none;}
a:hover{text-decoration:underline;}
img{display:block;max-width:100%;height:auto;}
ul,ol{list-style:none;}

.container{max-width:var(--vast-container);margin:0 auto;padding:0 20px;}

.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:var(--vast-c-accent);color:#fff;font-family:var(--vast-ff);font-weight:700;font-size:1rem;border:2px solid var(--vast-c-accent);border-radius:var(--vast-radius-pill);cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;}
.btn-primary:hover{background:#2e7ab8;border-color:#2e7ab8;text-decoration:none;transform:translateY(-1px);}
.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:14px 36px;background:var(--vast-c-pill-ghost);color:var(--vast-c-accent);font-family:var(--vast-ff);font-weight:600;font-size:1rem;border:2px solid var(--vast-c-pill-ghost-border);border-radius:var(--vast-radius-pill);cursor:pointer;transition:background .2s;text-decoration:none;}
.btn-ghost:hover{background:var(--vast-c-accent-ghost);text-decoration:none;}
.btn-sm{padding:10px 24px;font-size:.9rem;}

.ushm{background:var(--vast-c-dark-band);border-bottom:1px solid var(--vast-c-border);position:sticky;top:0;z-index:100;}
.ushm .container{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px;}
.site-logo{font-size:1.25rem;font-weight:900;color:var(--vast-c-text);letter-spacing:-.03em;}
.site-logo span{color:var(--vast-c-accent);}
.site-nav ul{display:flex;gap:28px;align-items:center;}
.site-nav a{color:var(--vast-c-text-muted);font-size:.9rem;font-weight:500;transition:color .2s;}
.site-nav a:hover{color:var(--vast-c-text);text-decoration:none;}
.site-nav .nav-cta{background:var(--vast-c-accent);color:#fff;padding:8px 20px;border-radius:var(--vast-radius-pill);font-weight:700;}
.site-nav .nav-cta:hover{background:#2e7ab8;}
.ulmb{display:none;background:none;border:none;cursor:pointer;padding:6px;}
.ulmb span{display:block;width:24px;height:2px;background:var(--vast-c-text);margin:5px 0;transition:transform .2s;}

.hero-section{position:relative;overflow:hidden;padding:0;background:var(--vast-c-dark-band);}
.uptb{position:absolute;inset:0;z-index:0;}
.uptb img{width:100%;height:100%;object-fit:cover;opacity:.18;}
.hero-inner{position:relative;z-index:1;padding:64px 20px 56px;}
.hero-category{display:inline-block;background:var(--vast-c-accent);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:5px 14px;border-radius:var(--vast-radius-pill);margin-bottom:20px;}
.hero-h1{font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;line-height:1.1;margin-bottom:18px;letter-spacing:-.04em;}
.hero-h1 .outlined{-webkit-text-stroke:2px var(--vast-c-accent);color:transparent;}
.hero-byline{font-size:.85rem;color:var(--vast-c-text-muted);margin-bottom:24px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.hero-byline .byline-sep{color:var(--vast-c-text-dim);}
.hero-lead{font-size:1.1rem;color:var(--vast-c-text-muted);max-width:640px;margin-bottom:32px;line-height:1.7;}
.hero-cover{margin-top:40px;border-radius:var(--vast-radius);overflow:hidden;max-height:360px;}
.hero-cover img{width:100%;height:360px;object-fit:cover;}

.divider-band{height:4px;background:linear-gradient(90deg,var(--vast-c-accent),var(--vast-c-accent2),var(--vast-c-accent));opacity:.6;}

.section{padding:72px 0;}
.uiok{background:var(--vast-c-dark-band);}
.section-surface{background:var(--vast-c-surface);}
.section-accent-band{background:linear-gradient(135deg,#0a1830 0%,#0e2040 100%);}

.section-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--vast-c-accent);margin-bottom:10px;}
.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-bottom:16px;letter-spacing:-.03em;line-height:1.2;}
.section-intro{font-size:1.05rem;color:var(--vast-c-text-muted);max-width:640px;margin-bottom:48px;line-height:1.7;}

.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;}
.step-card{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);padding:28px 24px;background:var(--vast-c-surface2);}
.step-icon{width:48px;height:48px;border-radius:50%;background:var(--vast-c-accent-ghost);border:1px solid var(--vast-c-accent);display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.step-icon svg{width:22px;height:22px;stroke:var(--vast-c-accent);fill:none;stroke-width:2;}
.step-num{font-size:.75rem;font-weight:700;color:var(--vast-c-accent);letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase;}
.step-card h3{font-size:1rem;font-weight:700;margin-bottom:8px;color:var(--vast-c-text);}
.step-card p{font-size:.9rem;color:var(--vast-c-text-muted);line-height:1.6;}

.stat-band{padding:72px 0;background:var(--vast-c-dark-band);position:relative;overflow:hidden;}
.stat-band-bg{position:absolute;inset:0;z-index:0;}
.stat-band-bg img{width:100%;height:100%;object-fit:cover;opacity:.12;}
.stat-band .container{position:relative;z-index:1;}
.stat-band-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;text-align:center;}
.stat-item{}
.stat-number{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;color:var(--vast-c-accent);letter-spacing:-.05em;line-height:1;}
.stat-suffix{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:var(--vast-c-accent2);}
.stat-label{font-size:.85rem;color:var(--vast-c-text-muted);margin-top:8px;line-height:1.4;}

.checklist-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.checklist-list{display:flex;flex-direction:column;gap:16px;}
.checklist-item{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);background:var(--vast-c-surface2);}
.checklist-item input[type=checkbox]{width:20px;height:20px;accent-color:var(--vast-c-accent);flex-shrink:0;margin-top:2px;}
.checklist-item label{font-size:.95rem;color:var(--vast-c-text);cursor:pointer;line-height:1.5;}
.checklist-item input:checked~label{color:var(--vast-c-text-muted);text-decoration:line-through;}

.calc-box{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);padding:32px;background:var(--vast-c-surface);}
.calc-box h3{font-size:1.1rem;font-weight:700;margin-bottom:20px;}
.calc-field{margin-bottom:16px;}
.calc-field label{display:block;font-size:.85rem;color:var(--vast-c-text-muted);margin-bottom:6px;font-weight:500;}
.calc-field input{width:100%;padding:12px 16px;background:var(--vast-c-surface2);border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);color:var(--vast-c-text);font-family:var(--vast-ff);font-size:.95rem;}
.calc-field input:focus{outline:none;border-color:var(--vast-c-accent);}
#calc-result{margin-top:16px;padding:14px;background:var(--vast-c-accent-ghost);border:1px solid var(--vast-c-accent);border-radius:var(--vast-radius-sm);font-size:.9rem;color:var(--vast-c-text);min-height:48px;}

.sources-list{display:flex;flex-direction:column;gap:12px;}
.source-item{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);padding:16px 20px;background:var(--vast-c-surface2);}
.source-item h4{font-size:.9rem;font-weight:600;margin-bottom:4px;}
.source-item p{font-size:.82rem;color:var(--vast-c-text-muted);}
.source-item .source-tag{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--vast-radius-pill);border:1px solid var(--vast-c-accent);color:var(--vast-c-accent);margin-bottom:6px;}

.comparison-table{width:100%;border-collapse:collapse;border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);overflow:hidden;}
.comparison-table th{background:var(--vast-c-surface2);padding:14px 16px;font-size:.85rem;font-weight:700;color:var(--vast-c-text-muted);text-align:left;border-bottom:1px solid var(--vast-c-border);}
.comparison-table td{padding:14px 16px;font-size:.9rem;border-bottom:1px solid var(--vast-c-border);vertical-align:top;}
.comparison-table tr:last-child td{border-bottom:none;}
.comparison-table tr:nth-child(even) td{background:var(--vast-c-surface2);}
.score-stars{color:var(--vast-c-accent2);font-size:1rem;}
.score-highlight{background:var(--vast-c-accent-ghost);border-radius:4px;padding:0 6px;color:var(--vast-c-accent);font-weight:700;}
.verdict-box{margin-top:28px;padding:20px 24px;border:1px solid var(--vast-c-accent);border-radius:var(--vast-radius);background:var(--vast-c-accent-ghost);}
.verdict-box strong{color:var(--vast-c-accent);}

.ingredients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.ingredient-card{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);padding:24px;background:var(--vast-c-surface2);}
.ingredient-card .ing-icon{width:44px;height:44px;border-radius:50%;background:var(--vast-c-accent-ghost);border:1px solid var(--vast-c-accent);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.ingredient-card .ing-icon svg{width:20px;height:20px;stroke:var(--vast-c-accent);fill:none;stroke-width:2;}
.ingredient-card h3{font-size:.95rem;font-weight:700;margin-bottom:4px;}
.ingredient-card .ing-claim{font-size:.82rem;color:var(--vast-c-accent2);font-style:italic;margin-bottom:8px;}
.ingredient-card p{font-size:.85rem;color:var(--vast-c-text-muted);line-height:1.5;}
.ing-nrv{font-size:.78rem;color:var(--vast-c-text-dim);margin-top:8px;}

.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;}
.testimonial-card{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);padding:24px;background:var(--vast-c-surface2);}
.testimonial-stars{color:var(--vast-c-accent2);font-size:1rem;margin-bottom:10px;}
.testimonial-text{font-size:.92rem;color:var(--vast-c-text-muted);line-height:1.6;margin-bottom:14px;font-style:italic;}
.testimonial-author{font-size:.82rem;font-weight:600;color:var(--vast-c-text);}
.testimonial-note{font-size:.75rem;color:var(--vast-c-text-dim);margin-top:4px;}
.testimonials-disclaimer{margin-top:24px;padding:14px;border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);font-size:.8rem;color:var(--vast-c-text-dim);background:var(--vast-c-surface);}

.order-section{padding:80px 0;background:var(--vast-c-surface);}
.order-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
.order-product{text-align:center;}
.order-product img{width:240px;height:240px;object-fit:contain;margin:0 auto 24px;border-radius:var(--vast-radius);}
.product-price-box{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius);padding:20px;background:var(--vast-c-surface2);text-align:left;}
.price-current{font-size:2rem;font-weight:900;color:var(--vast-c-text);}
.price-was{font-size:1rem;color:var(--vast-c-text-dim);text-decoration:line-through;margin-left:10px;}
.price-saving{display:inline-block;background:var(--vast-c-accent2);color:#000;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:var(--vast-radius-pill);margin-left:8px;}
.price-includes{font-size:.82rem;color:var(--vast-c-text-muted);margin-top:8px;}
.trust-icons{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;}
.trust-icon-item{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--vast-c-text-muted);}
.trust-icon-item svg{width:16px;height:16px;stroke:var(--vast-c-accent2);fill:none;stroke-width:2;}

.ukkq{display:flex;flex-direction:column;gap:16px;}
.form-field{display:flex;flex-direction:column;gap:6px;}
.form-field label{font-size:.85rem;font-weight:600;color:var(--vast-c-text-muted);}
.form-field input,.form-field select,.form-field textarea{padding:13px 16px;background:var(--vast-c-surface2);border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);color:var(--vast-c-text);font-family:var(--vast-ff);font-size:.95rem;transition:border-color .2s;}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--vast-c-accent);}
.form-consent{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--vast-c-text-muted);}
.form-consent input{width:18px;height:18px;accent-color:var(--vast-c-accent);flex-shrink:0;margin-top:2px;}
.honeypot{display:none!important;position:absolute;left:-9999px;}
.form-submit{margin-top:8px;}
.ubxb{font-size:.8rem;color:#e87070;margin-top:4px;display:none;}

.faq-list{display:flex;flex-direction:column;gap:12px;}
.ujyt{border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);overflow:hidden;background:var(--vast-c-surface2);}
.uyvc{width:100%;text-align:left;background:none;border:none;padding:18px 20px;font-family:var(--vast-ff);font-size:.95rem;font-weight:600;color:var(--vast-c-text);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;}
.uyvc svg{width:18px;height:18px;stroke:var(--vast-c-accent);flex-shrink:0;transition:transform .25s;}
.ujyt.open .uyvc svg{transform:rotate(45deg);}
.uyjk{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .25s ease;}
.ujyt.open .uyjk{max-height:400px;padding:0 20px 18px;}
.uyjk p{font-size:.9rem;color:var(--vast-c-text-muted);line-height:1.65;}

.site-footer{background:var(--vast-c-dark-band);border-top:1px solid var(--vast-c-border);padding:56px 0 32px;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:40px;}
.footer-brand .brand-name{font-size:1.1rem;font-weight:900;margin-bottom:12px;}
.footer-brand p{font-size:.85rem;color:var(--vast-c-text-muted);line-height:1.6;}
.footer-col h4{font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--vast-c-text-muted);margin-bottom:14px;}
.footer-col ul{display:flex;flex-direction:column;gap:8px;}
.footer-col a{font-size:.85rem;color:var(--vast-c-text-dim);transition:color .2s;}
.footer-col a:hover{color:var(--vast-c-text);text-decoration:none;}
.footer-bottom{border-top:1px solid var(--vast-c-border);padding-top:24px;display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px;justify-content:space-between;}
.footer-legal{font-size:.75rem;color:var(--vast-c-text-dim);line-height:1.6;}
.footer-kvk{font-size:.75rem;color:var(--vast-c-text-dim);}
.footer-disclaimer{margin-top:28px;padding:16px;border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);font-size:.78rem;color:var(--vast-c-text-dim);line-height:1.6;}

.ueng{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--vast-c-surface);border-top:1px solid var(--vast-c-border);padding:20px;display:none;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;}
.ueng.is-visible{display:flex;}
.unjv{font-size:.85rem;color:var(--vast-c-text-muted);max-width:600px;}
.unjv a{color:var(--vast-c-accent);}
.uder{display:flex;gap:10px;flex-wrap:wrap;align-items:center;}
.uder button{padding:10px 20px;border-radius:var(--vast-radius-pill);font-family:var(--vast-ff);font-size:.82rem;font-weight:600;cursor:pointer;border:1px solid var(--vast-c-border);}
.cookie-btn-accept{background:var(--vast-c-accent);color:#fff;border-color:var(--vast-c-accent);}
.cookie-btn-reject{background:transparent;color:var(--vast-c-text-muted);}
.cookie-btn-settings{background:transparent;color:var(--vast-c-text-dim);}
#cookie-settings-panel{display:none;background:var(--vast-c-surface2);border:1px solid var(--vast-c-border);border-radius:var(--vast-radius-sm);padding:16px;margin-top:12px;width:100%;}
#cookie-settings-panel label{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--vast-c-text-muted);margin-bottom:8px;}
#cookie-settings-panel input{accent-color:var(--vast-c-accent);}

.breadcrumb{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--vast-c-text-dim);margin-bottom:20px;flex-wrap:wrap;}
.breadcrumb a{color:var(--vast-c-text-dim);}
.breadcrumb a:hover{color:var(--vast-c-accent);}
.breadcrumb-sep{color:var(--vast-c-text-dim);}

.pack-split{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;}
.pack-image{border-radius:var(--vast-radius);overflow:hidden;aspect-ratio:4/3;}
.pack-image img{width:100%;height:100%;object-fit:cover;}

.rating-summary{display:flex;align-items:center;gap:12px;margin-bottom:24px;}
.rating-big{font-size:2.5rem;font-weight:900;color:var(--vast-c-text);}
.rating-stars-big{font-size:1.5rem;color:var(--vast-c-accent2);}
.rating-count{font-size:.85rem;color:var(--vast-c-text-muted);}

.interview-scene{border-radius:var(--vast-radius);overflow:hidden;margin-bottom:32px;}
.interview-scene img{width:100%;height:320px;object-fit:cover;}

.legal-page{max-width:760px;margin:0 auto;padding:60px 20px;}
.legal-page h1{font-size:1.8rem;font-weight:900;margin-bottom:8px;}
.legal-page .updated{font-size:.82rem;color:var(--vast-c-text-dim);margin-bottom:32px;}
.legal-page h2{font-size:1.1rem;font-weight:700;margin-top:32px;margin-bottom:10px;color:var(--vast-c-accent);}
.legal-page p,.legal-page li{font-size:.92rem;color:var(--vast-c-text-muted);line-height:1.7;margin-bottom:8px;}
.legal-page ul{list-style:disc;padding-left:20px;}
.legal-page table{width:100%;border-collapse:collapse;margin:16px 0;}
.legal-page th,.legal-page td{padding:10px 12px;border:1px solid var(--vast-c-border);font-size:.85rem;text-align:left;}
.legal-page th{background:var(--vast-c-surface2);color:var(--vast-c-text-muted);}

.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;}
.contact-info h2{font-size:1.3rem;font-weight:700;margin-bottom:16px;}
.contact-info p{font-size:.9rem;color:var(--vast-c-text-muted);line-height:1.7;margin-bottom:12px;}
.contact-detail{display:flex;align-items:center;gap:10px;margin-bottom:10px;}
.contact-detail svg{width:18px;height:18px;stroke:var(--vast-c-accent);fill:none;stroke-width:2;flex-shrink:0;}
.contact-detail span{font-size:.9rem;color:var(--vast-c-text-muted);}
.map-container{border-radius:var(--vast-radius);overflow:hidden;margin-top:24px;}
.map-container iframe{width:100%;height:360px;border:0;display:block;}

.page-404{text-align:center;padding:100px 20px;}
.page-404 h1{font-size:5rem;font-weight:900;color:var(--vast-c-accent);margin-bottom:16px;}
.page-404 p{font-size:1.1rem;color:var(--vast-c-text-muted);margin-bottom:32px;}

.thank-page{text-align:center;padding:100px 20px;}
.thank-page h1{font-size:2.5rem;font-weight:900;margin-bottom:16px;}
.thank-page p{font-size:1rem;color:var(--vast-c-text-muted);}

@media(max-width:768px){
  .ulmb{display:block;}
  .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--vast-c-surface);border-bottom:1px solid var(--vast-c-border);padding:20px;}
  .site-nav.open{display:block;}
  .site-nav ul{flex-direction:column;gap:16px;}
  .hero-h1{font-size:1.8rem;}
  .order-layout,.checklist-layout,.pack-split,.contact-layout,.footer-grid{grid-template-columns:1fr;}
  .comparison-table{font-size:.8rem;}
  .comparison-table th,.comparison-table td{padding:10px 8px;}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.ueng{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}
.ueng.is-visible,.cookie-banner--visible,.ueng.show,.ueng.active{transform:none !important}
.ueng a{color:inherit;text-decoration:underline}
.ueng button{cursor:pointer}
.ubml{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}
.ubml.is-visible,.cookie-modal--visible,.ubml.show,.ubml.active{display:flex !important}
.uwfn,.ubml>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.uiok .uxmi,.uiok .urvh,.uiok .ufkj,.uiok .uzxb,.uxww .uxmi,.uxww .urvh,.uxww .ufkj,.uxww .uzxb{background:#fff !important;color:#1a1a1a !important}
.uxmi,.urvh{color:#1a1a1a !important}
.uxmi label,.urvh label,.uxmi p,.urvh p,.uxmi .ucda,.uxmi span,.urvh span,.uicx,.ucby,.ufkj .uuqn,.ufkj .uuqn *{color:#1a1a1a !important}
.uicx,.ucby{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uxmi .unci{color:#1a1a1a !important}
.uxmi .unci.is-sel{color:#fff !important}
.ukkq .ubxb{display:none}
.ukkq .ubxb.is-visible{display:block !important;color:#c0392b}
.ukkq .ucvl,.ukkq [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ukkq{color:#1a1a1a}
.uiok .ukkq,.uxww .ukkq{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.ulpz{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.ulpz img{width:100%;height:100%;object-fit:cover}
.uptb,.uerx{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uptb img,.uerx img{width:100%;height:100%;object-fit:cover;display:block}
.uptb img{opacity:.28}
.uerx img{opacity:.07}
*:has(> .uptb),*:has(> .uerx){position:relative}
.uuqx{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)}
.uuqx .ujhw{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uuqx .ubqz{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uyaw{margin:1.4rem auto;max-width:920px}
.uyaw img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uuya{padding:3rem 0}
.uies{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uies img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.uzxb{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uyps{display:flex;overflow:hidden;gap:0 !important}
.uuet{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.uzlc{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}
.urfg{left:.5rem}.uhke{right:.5rem}
.ufkj .uuqn{display:none}.ufkj .uuqn.is-active{display:block}
.uxmi .uxuf{display:block !important}
.uxmi .uzgp{display:flex;flex-wrap:wrap;gap:.5rem}
.uxmi .unci{cursor:pointer}
