:root{
  --vtob-accent:#00b5e8;
  --vtob-accent-dark:#0090bc;
  --vtob-accent-soft:#e0f6fd;
  --vtob-red:#d41e13;
  --vtob-bg:#ffffff;
  --vtob-bg-alt:#f5f8fa;
  --vtob-bg-dark:#111418;
  --vtob-bg-dark2:#1a2330;
  --vtob-text:#1c1c1c;
  --vtob-muted:#5a6472;
  --vtob-border:#d8e2e8;
  --vtob-font-display:'Plus Jakarta Sans',system-ui,sans-serif;
  --vtob-font-body:'Inter',system-ui,sans-serif;
  --vtob-space-1:4px;
  --vtob-space-2:8px;
  --vtob-space-3:12px;
  --vtob-space-4:16px;
  --vtob-space-6:24px;
  --vtob-space-8:32px;
  --vtob-space-12:48px;
  --vtob-space-16:64px;
  --vtob-space-24:96px;
  --vtob-radius:8px;
  --vtob-shadow-sm:0 1px 4px rgba(0,0,0,.07);
  --vtob-shadow-md:0 4px 16px rgba(0,0,0,.10);
  --vtob-shadow-lg:0 12px 40px rgba(0,0,0,.14);
  --vtob-container:1080px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--vtob-font-body);color:var(--vtob-text);background:var(--vtob-bg);line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:var(--vtob-font-display);line-height:1.18;font-weight:700;letter-spacing:-.01em}
h1{font-size:clamp(2rem,4.5vw,3.2rem)}
h2{font-size:clamp(1.5rem,3vw,2.2rem)}
h3{font-size:1.15rem}
p{color:var(--vtob-text)}
a{color:var(--vtob-accent-dark);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--vtob-container);margin:0 auto;padding:0 var(--vtob-space-6)}
section{padding:var(--vtob-space-24) 0}
.section-alt{background:var(--vtob-bg-alt)}
.uqqz{background:var(--vtob-bg-dark);color:#dce8ee}
.uqqz h1,.uqqz h2,.uqqz h3{color:#ffffff}
.uqqz p{color:#b8ccd4}
.section-dark2{background:var(--vtob-bg-dark2);color:#dce8ee}
.section-dark2 h2,.section-dark2 h3{color:#ffffff}
.section-dark2 p{color:#b8ccd4}
.uapo{background:var(--vtob-accent);color:#fff}
.uapo h2,.uapo p{color:#fff}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:var(--vtob-radius);font-weight:600;font-family:var(--vtob-font-display);cursor:pointer;border:2px solid transparent;transition:.2s;font-size:.97rem}
.btn-primary{background:var(--vtob-accent);color:#fff;border-color:var(--vtob-accent)}
.btn-primary:hover{background:var(--vtob-accent-dark);border-color:var(--vtob-accent-dark)}
.btn-outline{background:transparent;color:var(--vtob-text);border-color:var(--vtob-text)}
.btn-outline:hover{background:var(--vtob-text);color:#fff}
.btn-outline-light{background:transparent;color:#fff;border-color:#fff}
.btn-outline-light:hover{background:#fff;color:var(--vtob-text)}

/* HEADER */
.uirq{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-bottom:1px solid var(--vtob-border)}
.uirq .container{display:flex;align-items:center;justify-content:space-between;padding-top:14px;padding-bottom:14px}
.logo{font-family:var(--vtob-font-display);font-weight:800;font-size:1.15rem;color:var(--vtob-text);letter-spacing:-.02em}
.logo span{color:var(--vtob-accent)}
.ubox{display:flex;gap:var(--vtob-space-6);align-items:center}
.ubox a{font-size:.93rem;font-weight:500;color:var(--vtob-text);transition:.15s}
.ubox a:hover{color:var(--vtob-accent-dark)}
.ujuq{display:none;background:none;border:0;font-size:1.5rem;cursor:pointer;color:var(--vtob-text)}

/* HERO SPLIT */
.hero{padding:var(--vtob-space-24) 0;background:var(--vtob-bg)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--vtob-space-12);align-items:center}
.hero-eyebrow{display:inline-block;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vtob-accent-dark);margin-bottom:var(--vtob-space-4)}
.hero h1{margin-bottom:var(--vtob-space-6)}
.h1-mark{position:relative;display:inline}
.h1-mark::after{content:'';position:absolute;left:0;bottom:-3px;width:100%;height:4px;background:var(--vtob-accent);border-radius:2px}
.hero-lead{font-size:1.1rem;color:var(--vtob-muted);max-width:52ch;margin-bottom:var(--vtob-space-8)}
.hero-cta{display:flex;gap:var(--vtob-space-4);flex-wrap:wrap;align-items:center}
.hero-media{border-radius:var(--vtob-radius);overflow:hidden;box-shadow:var(--vtob-shadow-lg)}
.hero-media img{width:100%;height:420px;object-fit:cover}

/* DARK BAND post-hero */
.dark-band{background:var(--vtob-bg-dark);padding:var(--vtob-space-12) 0}
.dark-band .container{display:grid;grid-template-columns:1fr 1fr;gap:var(--vtob-space-8);align-items:center}
.dark-band h2{color:#fff;margin-bottom:var(--vtob-space-4)}
.dark-band p{color:#b8ccd4}

/* STAT BAND */
.stat-band-section{background:var(--vtob-bg-dark2);padding:var(--vtob-space-16) 0;position:relative;overflow:hidden}
.stat-band-bg{position:absolute;inset:0;opacity:.06;z-index:0;pointer-events:none}
.stat-band-bg img{width:100%;height:100%;object-fit:cover}
.stat-band{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--vtob-space-8);text-align:center;position:relative;z-index:1}
.stat-num{font-family:var(--vtob-font-display);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:800;color:var(--vtob-accent);display:block;line-height:1}
.stat-label{color:#b8ccd4;font-size:.9rem;margin-top:var(--vtob-space-2)}

/* EXPLAINER 3 blocos */
.explainer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vtob-space-6)}
.explainer-card{border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);padding:var(--vtob-space-8);background:var(--vtob-bg)}
.explainer-icon{width:44px;height:44px;background:var(--vtob-accent-soft);border-radius:var(--vtob-radius);display:flex;align-items:center;justify-content:center;margin-bottom:var(--vtob-space-4)}
.explainer-icon svg{width:22px;height:22px;fill:var(--vtob-accent-dark)}

/* LEARNING PATH */
.learning-path{display:flex;flex-direction:column;gap:0;position:relative;padding-left:var(--vtob-space-8)}
.learning-path::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--vtob-border)}
.path-step{position:relative;padding:var(--vtob-space-6) 0 var(--vtob-space-6) var(--vtob-space-8);border-bottom:1px dashed var(--vtob-border)}
.path-step:last-child{border-bottom:0}
.path-num{position:absolute;left:calc(-1*var(--vtob-space-8) - 20px + 20px);top:var(--vtob-space-6);width:40px;height:40px;background:var(--vtob-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--vtob-font-display);font-weight:800;font-size:.9rem;z-index:1}
.path-step h3{font-size:1.05rem;margin-bottom:var(--vtob-space-2)}
.path-step p{color:var(--vtob-muted);font-size:.92rem}
.path-step .path-meta{display:flex;gap:var(--vtob-space-4);margin-top:var(--vtob-space-3);font-size:.82rem;color:var(--vtob-accent-dark)}

/* 3 PASSOS */
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vtob-space-6)}
.step-card{border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);padding:var(--vtob-space-8);text-align:center}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--vtob-accent);color:#fff;border-radius:50%;font-family:var(--vtob-font-display);font-weight:800;font-size:1.1rem;margin-bottom:var(--vtob-space-4)}

/* LF-CALC */
.upov{background:var(--vtob-bg-alt);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);padding:var(--vtob-space-8);max-width:600px;margin:0 auto}
.upov h3{font-size:1.2rem;margin-bottom:var(--vtob-space-4)}
.calc-row{display:flex;flex-direction:column;gap:var(--vtob-space-3);margin-bottom:var(--vtob-space-6)}
.calc-row label{font-weight:600;font-size:.95rem;display:flex;justify-content:space-between;align-items:center}
.calc-row label span{color:var(--vtob-accent-dark);font-weight:700}
.calc-row input[type=range]{width:100%;accent-color:var(--vtob-accent);cursor:pointer}
.uiwi{background:var(--vtob-accent);color:#fff;border-radius:var(--vtob-radius);padding:var(--vtob-space-4) var(--vtob-space-6);text-align:center;font-family:var(--vtob-font-display);font-weight:700;font-size:1.2rem;margin-top:var(--vtob-space-4)}

/* PRICING ACCORDION */
.pricing-accordion{display:flex;flex-direction:column;gap:0;border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);overflow:hidden}
.price-item{border-bottom:1px solid var(--vtob-border)}
.price-item:last-child{border-bottom:0}
.price-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:var(--vtob-space-6) var(--vtob-space-8);background:var(--vtob-bg);cursor:pointer;border:0;text-align:left;gap:var(--vtob-space-4);transition:.15s}
.price-header:hover{background:var(--vtob-bg-alt)}
.price-header-left{display:flex;align-items:center;gap:var(--vtob-space-4)}
.price-name{font-family:var(--vtob-font-display);font-weight:700;font-size:1.05rem}
.price-badge-tag{background:var(--vtob-accent);color:#fff;font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:var(--vtob-radius)}
.price-value{font-family:var(--vtob-font-display);font-weight:800;font-size:1.3rem;color:var(--vtob-accent-dark);white-space:nowrap}
.price-period{font-size:.8rem;color:var(--vtob-muted);font-weight:400}
.price-chevron{font-size:1.2rem;color:var(--vtob-muted);transition:transform .3s;flex-shrink:0}
.price-item.is-open .price-chevron{transform:rotate(180deg)}
.price-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.price-item.is-open .price-body{max-height:600px}
.price-body-inner{padding:var(--vtob-space-6) var(--vtob-space-8) var(--vtob-space-8);background:var(--vtob-bg-alt);display:flex;flex-direction:column;gap:var(--vtob-space-6)}
.price-features{list-style:none;display:flex;flex-direction:column;gap:10px}
.price-features li{padding-left:28px;position:relative;font-size:.93rem}
.price-features li::before{content:"✓";position:absolute;left:0;color:var(--vtob-accent);font-weight:700}
.price-cta-row{display:flex;justify-content:flex-start}
.price-note{text-align:center;color:var(--vtob-muted);font-size:.87rem;margin-top:var(--vtob-space-6)}

/* FAQ */
.faq-list{display:flex;flex-direction:column;gap:0}
.ujwv{border-bottom:1px solid var(--vtob-border)}
.ufol{width:100%;text-align:left;background:none;border:0;padding:var(--vtob-space-6) 0;font:600 1rem var(--vtob-font-display);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:var(--vtob-space-4);color:var(--vtob-text)}
.ufol .faq-icon{font-size:1.2rem;color:var(--vtob-muted);transition:transform .3s;flex-shrink:0}
.ujwv.is-open .faq-icon{transform:rotate(45deg)}
.ushc{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-answer-inner{padding-bottom:var(--vtob-space-6);color:var(--vtob-muted);font-size:.94rem}

/* FURTHER READING */
.further-reading{display:flex;flex-direction:column;gap:var(--vtob-space-4)}
.further-reading a{display:flex;align-items:flex-start;gap:var(--vtob-space-4);padding:var(--vtob-space-4) var(--vtob-space-6);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);transition:.15s;color:var(--vtob-text)}
.further-reading a:hover{border-color:var(--vtob-accent);background:var(--vtob-accent-soft)}
.further-reading a .fr-icon{flex-shrink:0;width:36px;height:36px;background:var(--vtob-accent-soft);border-radius:var(--vtob-radius);display:flex;align-items:center;justify-content:center}
.further-reading a .fr-icon svg{width:18px;height:18px;fill:var(--vtob-accent-dark)}
.further-reading a .fr-text{display:flex;flex-direction:column;gap:2px}
.further-reading a .fr-title{font-weight:600;font-size:.94rem}
.further-reading a .fr-desc{font-size:.82rem;color:var(--vtob-muted)}

/* MAPA DE COMPETÊNCIAS */
.competency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--vtob-space-4)}
.competency-card{border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);padding:var(--vtob-space-6);display:flex;flex-direction:column;gap:var(--vtob-space-3)}
.competency-level{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--vtob-accent-dark)}
.competency-card h3{font-size:.97rem}
.competency-card p{font-size:.85rem;color:var(--vtob-muted)}

/* DEPOIMENTOS CAROUSEL */
.ubpa{position:relative;overflow:hidden}
.uean{display:flex;transition:transform .4s ease}
.uktq{min-width:100%}
.testimonial-card{border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);padding:var(--vtob-space-8);display:flex;flex-direction:column;gap:var(--vtob-space-4);background:var(--vtob-bg)}
.testimonial-quote{font-size:1rem;color:var(--vtob-text);line-height:1.75;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:var(--vtob-space-4)}
.author-mono{width:44px;height:44px;background:var(--vtob-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--vtob-font-display);font-weight:800;font-size:1rem;flex-shrink:0}
.author-info strong{font-family:var(--vtob-font-display);font-size:.93rem;display:block}
.author-info span{font-size:.82rem;color:var(--vtob-muted)}
.carousel-controls{display:flex;gap:var(--vtob-space-4);justify-content:center;margin-top:var(--vtob-space-6)}
.ukwe,.upnw{background:var(--vtob-bg);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);width:44px;height:44px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}
.ukwe:hover,.upnw:hover{background:var(--vtob-accent);color:#fff;border-color:var(--vtob-accent)}

/* TRUST BAND */
.trust-band{background:var(--vtob-bg-alt);padding:var(--vtob-space-12) 0}
.trust-band h3{text-align:center;color:var(--vtob-muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:var(--vtob-space-8)}
.trust-logos{display:flex;gap:var(--vtob-space-8);justify-content:center;align-items:center;flex-wrap:wrap}
.trust-logo{font-family:var(--vtob-font-display);font-weight:700;font-size:.95rem;color:var(--vtob-muted);padding:var(--vtob-space-3) var(--vtob-space-6);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);letter-spacing:.02em}

/* CONTACT FORM / QUIZ-LEAD */
.quiz-lead-wrap{max-width:620px}
.quiz-step{display:none}
.quiz-step.is-active{display:block}
.quiz-question{font-family:var(--vtob-font-display);font-weight:700;font-size:1.1rem;margin-bottom:var(--vtob-space-4)}
.quiz-options{display:flex;flex-direction:column;gap:var(--vtob-space-3);margin-bottom:var(--vtob-space-6)}
.quiz-opt{display:flex;align-items:center;gap:var(--vtob-space-3);padding:var(--vtob-space-4) var(--vtob-space-6);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);cursor:pointer;transition:.15s;font-size:.94rem;font-family:var(--vtob-font-body);background:var(--vtob-bg)}
.quiz-opt:hover{border-color:var(--vtob-accent);background:var(--vtob-accent-soft)}
.quiz-opt.selected{border-color:var(--vtob-accent);background:var(--vtob-accent-soft);color:var(--vtob-accent-dark)}
.quiz-progress{display:flex;gap:var(--vtob-space-2);margin-bottom:var(--vtob-space-6)}
.quiz-progress-dot{width:8px;height:8px;border-radius:50%;background:var(--vtob-border)}
.quiz-progress-dot.is-done{background:var(--vtob-accent)}
.uhok{display:flex;flex-direction:column;gap:var(--vtob-space-4);max-width:520px}
.uhok label{font-weight:600;font-size:.95rem;display:flex;flex-direction:column;gap:6px}
.uhok input,.uhok textarea,.uhok select{width:100%;padding:12px 14px;border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);font:inherit;background:var(--vtob-bg);color:var(--vtob-text);transition:.15s}
.uhok input:focus,.uhok textarea:focus{outline:2px solid var(--vtob-accent);border-color:transparent}
.ugds{color:#c0392b;font-size:.83rem;display:none}
.ugds.is-visible{display:block}
.uevw{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.consent-row{display:flex;gap:10px;align-items:flex-start;font-size:.88rem;color:var(--vtob-muted)}
.consent-row input{margin-top:3px;flex-shrink:0}

/* COOKIES */
.uewy{position:fixed;left:16px;right:16px;bottom:16px;z-index:90;background:var(--vtob-bg);border:1px solid var(--vtob-border);border-radius:var(--vtob-radius);box-shadow:var(--vtob-shadow-lg);padding:var(--vtob-space-6);transform:translateY(150%);transition:transform .35s;max-width:520px}
.uewy.is-visible{transform:none}
.uewy p{font-size:.88rem;margin-bottom:var(--vtob-space-4);color:var(--vtob-muted)}
.ugml{display:flex;gap:var(--vtob-space-3);flex-wrap:wrap}
.uegz{display:none;position:fixed;inset:0;z-index:95;background:rgba(0,0,0,.5);align-items:center;justify-content:center}
.uegz.is-visible{display:flex}
.cookie-modal-box{background:var(--vtob-bg);border-radius:var(--vtob-radius);padding:var(--vtob-space-8);max-width:440px;width:90%;display:flex;flex-direction:column;gap:var(--vtob-space-4)}
.cookie-modal-box h3{font-size:1.05rem}
.cookie-modal-box label{display:flex;gap:var(--vtob-space-3);align-items:center;font-size:.9rem;cursor:pointer}
.cookie-modal-actions{display:flex;gap:var(--vtob-space-3)}

/* REVEAL */
.reveal{opacity:0;transform:translateY(20px);transition:.6s}
.reveal.is-visible{opacity:1;transform:none}

/* FOOTER */
.site-footer{background:var(--vtob-bg-dark);color:#b8ccd4;padding:var(--vtob-space-16) 0 var(--vtob-space-8)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:var(--vtob-space-8);margin-bottom:var(--vtob-space-12)}
.footer-brand .logo{color:#fff}
.footer-brand p{font-size:.88rem;margin-top:var(--vtob-space-4);color:#8fa5b0;max-width:36ch;line-height:1.6}
.footer-col h4{color:#fff;font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--vtob-space-4);font-family:var(--vtob-font-display)}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{color:#8fa5b0;font-size:.88rem;transition:.15s}
.footer-links a:hover{color:#fff}
.footer-bottom{border-top:1px solid #243040;padding-top:var(--vtob-space-6);display:flex;flex-wrap:wrap;gap:var(--vtob-space-4);justify-content:space-between;align-items:flex-start}
.footer-disclaimer{font-size:.78rem;color:#617585;max-width:72ch;line-height:1.6}
.footer-copy{font-size:.8rem;color:#617585;white-space:nowrap}
.footer-cnpj{font-size:.78rem;color:#617585;margin-top:var(--vtob-space-2)}

/* DISCLOSURE BAR */
.disclosure-bar{background:var(--vtob-accent-soft);border-top:1px solid #c0e8f5;border-bottom:1px solid #c0e8f5;padding:var(--vtob-space-3) 0}
.disclosure-bar p{font-size:.82rem;color:var(--vtob-accent-dark);text-align:center}

/* GRID HELPERS */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--vtob-space-6)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--vtob-space-6)}

/* EYEBROW */
.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vtob-accent-dark);margin-bottom:var(--vtob-space-3)}

/* BREADCRUMBS */
.crumbs{font-size:.82rem;color:var(--vtob-muted);margin-bottom:var(--vtob-space-4)}
.crumbs a{color:var(--vtob-accent-dark)}

/* SECTION HEADER */
.section-header{text-align:center;max-width:60ch;margin:0 auto var(--vtob-space-12)}
.section-header p{color:var(--vtob-muted);margin-top:var(--vtob-space-4)}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-grid,.dark-band .container,.grid-2,.grid-3,.explainer-grid,.steps-grid,.competency-grid,.stat-band{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .pricing-accordion{border-radius:var(--vtob-radius)}
  .ubox{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--vtob-bg);padding:var(--vtob-space-6);border-bottom:1px solid var(--vtob-border);z-index:70}
  .ubox.is-open{display:flex}
  .ujuq{display:block}
  .hero-media img{height:260px}
  .trust-logos{gap:var(--vtob-space-4)}
}
@media(max-width:600px){
  .hero-cta{flex-direction:column;align-items:flex-start}
  .ugml{flex-direction:column}
  .competency-grid{grid-template-columns:1fr 1fr}
  .carousel-controls{gap:var(--vtob-space-3)}
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.uewy{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}
.uewy.is-visible,.cookie-banner--visible,.uewy.show,.uewy.active{transform:none !important}
.uewy a{color:inherit;text-decoration:underline}
.uewy button{cursor:pointer}
.uegz{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}
.uegz.is-visible,.cookie-modal--visible,.uegz.show,.uegz.active{display:flex !important}
.uuid,.uegz>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}
.uqqz .uoku,.uqqz .upov,.uqqz .utcd,.uqqz .ubpa,.uapo .uoku,.uapo .upov,.uapo .utcd,.uapo .ubpa{background:#fff !important;color:#1a1a1a !important}
.uoku,.upov{color:#1a1a1a !important}
.uoku label,.upov label,.uoku p,.upov p,.uoku .uttr,.uoku span,.upov span,.uiwi,.umts,.utcd .uuxl,.utcd .uuxl *{color:#1a1a1a !important}
.uiwi,.umts{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.uoku .uovt{color:#1a1a1a !important}
.uoku .uovt.is-sel{color:#fff !important}
.ukon .ugds{display:none}
.ukon .ugds.is-visible{display:block !important;color:#c0392b}
.ukon .uevw,.ukon [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.ukon{color:#1a1a1a}
.uqqz .ukon,.uapo .ukon{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uaiz{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uaiz img{width:100%;height:100%;object-fit:cover}
.uqts,.uftc{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.uqts img,.uftc img{width:100%;height:100%;object-fit:cover;display:block}
.uqts img{opacity:.28}
.uftc img{opacity:.07}
*:has(> .uqts),*:has(> .uftc){position:relative}
.usrv{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)}
.usrv .uvjx{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.usrv .uzky{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.utly{margin:1.4rem auto;max-width:920px}
.utly img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.ulzr{padding:3rem 0}
.uffa{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.uffa img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.ubpa{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.uean{display:flex;overflow:hidden;gap:0 !important}
.uktq{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.umvt{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}
.ukwe{left:.5rem}.upnw{right:.5rem}
.utcd .uuxl{display:none}.utcd .uuxl.is-active{display:block}
.uoku .uapc{display:block !important}
.uoku .upxs{display:flex;flex-wrap:wrap;gap:.5rem}
.uoku .uovt{cursor:pointer}
