:root{
  --bg:#f4efe7;--paper:#f7f2ea;--green:#006943;--deep:#003f30;--deep2:#002e23;--mint:#b8f2cc;--lime:#8bd12a;--ink:#22211f;--muted:#736e66;--gold:#d9c68b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:radial-gradient(circle at 15% 0%,#fffdf7 0,#f4efe7 34%,#ede6dc 100%);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden;}
.progress{position:fixed;z-index:100;inset:0 auto auto 0;height:3px;width:0;background:linear-gradient(90deg,var(--lime),#fff5b6,var(--green));box-shadow:0 0 18px rgba(139,209,42,.6)}
.topnav{position:fixed;z-index:90;top:0;left:0;right:0;height:72px;display:flex;align-items:center;padding:0 46px;background:linear-gradient(90deg,var(--deep2),var(--deep),#004d38);box-shadow:0 18px 55px rgba(0,40,28,.24);border-bottom:1px solid rgba(255,255,255,.08)}
.brand{display:flex;align-items:baseline;gap:8px;text-decoration:none;color:#fff;white-space:nowrap}.brand .mamute{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:30px;letter-spacing:-.04em}.brand .sprint{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:27px;color:#ecd68f;letter-spacing:-.04em}
.side-plan{position:fixed;z-index:89;left:22px;top:50%;transform:translateY(-45%);width:112px;padding:24px 16px;border-radius:34px;background:rgba(250,247,240,.72);border:1px solid rgba(40,30,20,.10);box-shadow:0 24px 75px rgba(35,25,15,.14), inset 0 1px 0 rgba(255,255,255,.8);backdrop-filter:blur(16px) saturate(1.15)}
.side-plan strong{display:block;text-align:center;margin-bottom:16px;font-family:'Barlow Condensed',Inter,sans-serif;font-size:22px;letter-spacing:.18em;color:var(--green)}
.side-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.side-grid a{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:rgba(255,255,255,.78);color:#706b64;font:800 15px Inter;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}.side-grid a.active{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(0,105,67,.18)}
main{padding-top:72px}.slide-section{min-height:100vh;padding:42px 5vw 42px 8.5vw;display:grid;place-items:center;position:relative;border-bottom:2px solid rgba(255,255,255,.65);scroll-margin-top:72px;}.slide-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 52% 55%,rgba(184,242,204,.14),transparent 37%);pointer-events:none}.slide-shell{position:relative;z-index:1;width:min(88vw,1440px);aspect-ratio:16/9;border-radius:4px;overflow:visible;background:#f5efe7;box-shadow:0 22px 70px rgba(36,30,22,.11);transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}.slide-shell img{width:100%;height:100%;object-fit:contain;display:block;user-select:none;border-radius:4px}.section-label{position:absolute;right:18px;bottom:14px;padding:7px 11px;border-radius:999px;background:rgba(0,105,67,.08);color:var(--green);font:800 11px Inter;letter-spacing:.08em;opacity:0;transform:translateY(8px);transition:.3s}
/* Hover corrigido: o efeito respeita exatamente a área do box, fica leve e não borra texto */
.hotspot{position:absolute;z-index:5;border-radius:18px;background:transparent;pointer-events:none}.hotspot::before,.hotspot::after{content:none}
.reveal{opacity:0;transform:translateY(36px);filter:blur(2px);transition:opacity .9s ease,transform .9s cubic-bezier(.2,.8,.2,1),filter .9s}.reveal.visible{opacity:1;transform:translateY(0);filter:blur(0)}.next{position:fixed;right:24px;bottom:22px;z-index:92;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:13px 17px;background:rgba(0,80,55,.82);backdrop-filter:blur(14px);color:#fff;font:800 12px Inter;letter-spacing:.02em;box-shadow:0 18px 45px rgba(0,105,67,.25);cursor:pointer;transition:.25s}
.footer-brands{background:#fff;min-height:220px;display:flex;align-items:center;justify-content:center;gap:min(7vw,78px);padding:54px 28px;border-top:1px solid rgba(0,0,0,.06)}.footer-brands .mamute-logo,.footer-brands .santa-logo{height:72px;width:auto;max-width:32vw;object-fit:contain;filter:none;opacity:.96}.footer-divider{height:84px;width:1px;background:linear-gradient(transparent,rgba(0,105,67,.22),transparent)}
@media(max-width:1100px){.side-plan{display:none}.slide-section{padding:34px 10px}.slide-shell{width:100%}}
@media(max-width:920px){.topnav{height:62px;padding:0 18px}.brand .mamute{font-size:24px}.brand .sprint{font-size:22px}main{padding-top:62px}.slide-section{min-height:auto;scroll-margin-top:62px}.slide-shell{border-radius:2px}.next{right:12px;bottom:12px}.footer-brands{flex-direction:column;gap:26px}.footer-divider{width:70%;height:1px}.footer-brands .mamute-logo,.footer-brands .santa-logo{width:auto;height:64px;max-width:76vw}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}.reveal{opacity:1;transform:none;filter:none}}
