:root{--blue:#229ed9;--ink:#12233c;--muted:#65748b;--line:#dfe5ef;--bg:#f6f8fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,.track:focus-visible{outline:3px solid #229ed9;outline-offset:5px}.header{max-width:1200px;margin:auto;padding:28px 36px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{font-size:26px;font-weight:800;letter-spacing:-1px;display:flex;align-items:center;gap:8px}.brand-dot{color:var(--blue);margin-left:-7px}.brand-icon{display:grid;place-items:center;background:var(--blue);color:white;border-radius:11px;width:33px;height:33px;margin-right:3px}.brand-icon svg{width:19px;height:19px}.header-tag{font-size:10px;font-weight:700;letter-spacing:1.8px;color:var(--muted)}.header-tag span{font-size:20px;color:var(--blue);margin-left:15px}.section{max-width:1120px;margin:auto;text-align:center;padding:76px 24px 66px}.eyebrow{font-size:10px;letter-spacing:2.4px;line-height:1.8;font-weight:800;color:#287da7;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 24px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 5px #229ed912}h1,h2{white-space:pre-line;letter-spacing:-3.5px;line-height:1.06;font-size:clamp(40px,5.5vw,70px);max-width:900px;margin:0 auto 23px;font-weight:750;overflow-wrap:anywhere}h2{font-size:clamp(36px,4.5vw,55px);letter-spacing:-2.5px}.subtitle{max-width:540px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.8;white-space:pre-line;overflow-wrap:anywhere}.carousel{margin:42px auto 28px;max-width:1000px}.track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;border-radius:18px;overscroll-behavior-x:contain}.track::-webkit-scrollbar{display:none}.slide{flex:0 0 calc((100% - 36px)/3);margin:0;scroll-snap-align:start;height:330px;min-width:0;display:flex;align-items:center;justify-content:center;background:#e9eef5;border-radius:18px;overflow:hidden}.slide img{width:100%;height:100%;object-fit:contain;display:block}.slide.image-error:after{content:'Imagem indisponível';font-size:14px;color:var(--muted)}.slide.image-error img{display:none}.carousel-controls{display:flex;justify-content:center;align-items:center;gap:16px;padding-top:18px}.arrow,.pause{border:1px solid var(--line);background:transparent;border-radius:50%;width:31px;height:31px;color:var(--muted);font-size:15px}.arrow:hover,.pause:hover{background:#e5edf7;color:var(--ink)}.counter{font-size:10px;letter-spacing:2px;color:#7c8ca3;min-width:42px}.pause{font-size:10px;width:25px;height:25px;margin-left:2px}.cta-block{margin-top:18px}.telegram-button{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:19px 28px;min-width:290px;max-width:100%;border-radius:12px;background:var(--blue);color:#fff;font-size:16px;font-weight:700;box-shadow:0 7px 18px #229ed92a;animation:pulse 2.5s infinite}.telegram-button svg{width:23px;height:23px;flex-shrink:0}.telegram-button span{overflow-wrap:anywhere}.cta-arrow{font-weight:400;font-size:22px;margin-left:13px}.telegram-button:hover{background:#168dc6}.button-note{font-size:11px;color:#8190a3;margin-top:17px}.section-divider{max-width:1000px;margin:auto;display:flex;align-items:center;gap:24px;color:#94a0b1;font-size:9px;letter-spacing:2px;justify-content:center;padding:0 24px}.section-divider:before,.section-divider:after{content:'';height:1px;flex:1;background:var(--line)}.second{padding-top:70px}footer{max-width:1120px;margin:auto;padding:30px 24px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}footer .brand{font-size:22px}footer p,footer>span{font-size:11px;color:#8190a3}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:16px 24px;border-radius:12px;background:#12233c;color:white;max-width:90vw;z-index:10;font-size:14px}.empty{padding:30px;color:var(--muted);font-size:13px}@keyframes pulse{0%,100%{box-shadow:0 0 0 0 #229ed933,0 7px 18px #229ed922}60%{box-shadow:0 0 0 10px #229ed900,0 7px 18px #229ed933}}@media(min-width:760px){.track .slide:first-child:last-child{flex-basis:100%}}@media(max-width:760px){.header{padding:22px 24px}.header-tag{font-size:8px;letter-spacing:1px}.header-tag span{display:none}.section{padding:54px 20px 48px}h1{letter-spacing:-2px}.subtitle{font-size:14px}.slide{flex-basis:78%;height:340px}.carousel{margin-top:30px}.track{gap:12px}.second{padding-top:52px}footer{flex-wrap:wrap}footer p{order:3;flex-basis:100%;margin:0}.eyebrow{font-size:9px;letter-spacing:1.7px}.telegram-button{min-width:270px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}}
