:root{--azul:#00a8c8;--azul-escuro:#004b63;--azul-logo:#00489b;--amarelo:#ffb72b;--texto:#202020;--suave:#6b6b6b}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;overflow-x:hidden;background:#fffaf4;color:var(--texto)}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.fc-header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:999;box-shadow:0 5px 25px rgb(0 0 0 / .08)}.fc-nav{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:25px}.fc-logo img{max-height:52px}.fc-menu{display:flex;align-items:center;gap:28px}.fc-menu a{font-size:14px;font-weight:700;color:#2d2d2d;transition:.3s}.fc-menu a:hover{color:var(--azul)}.fc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--amarelo);color:#fff;padding:14px 24px;border-radius:999px;font-weight:700;transition:.3s;box-shadow:0 12px 28px rgb(255 183 43 / .35)}.fc-btn:hover{transform:translateY(-3px)}.fc-btn.outline{background:#fff;color:var(--azul)}.mobile-toggle{display:none;font-size:24px;color:var(--azul)}.hero-slider{position:relative;width:100%;height:600px;margin-top:82px;overflow:hidden;background:var(--azul-escuro)}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:1s}.hero-slide.active{opacity:1;visibility:visible}.hero-slide picture,.hero-slide img{width:100%;height:100%}.hero-slide img{object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgb(0 60 75 / .82),rgb(0 70 85 / .45),rgb(0 0 0 / .1))}.hero-content{position:absolute;inset:0;display:flex;align-items:center}.hero-text{width:min(650px,92%);color:#fff}.hero-kicker{display:inline-flex;align-items:center;gap:8px;background:rgb(255 255 255 / .16);border:1px solid rgb(255 255 255 / .24);backdrop-filter:blur(12px);padding:10px 16px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:20px}.hero-text h1{font-size:clamp(38px,5vw,72px);line-height:1.02;margin-bottom:20px;letter-spacing:-2px}.hero-text p{font-size:18px;line-height:1.7;max-width:560px;margin-bottom:28px;color:rgb(255 255 255 / .88)}.hero-actions,.hero-badges{display:flex;gap:14px;flex-wrap:wrap}.hero-badges{margin-top:28px}.hero-badge{display:flex;align-items:center;gap:8px;background:rgb(255 255 255 / .15);border:1px solid rgb(255 255 255 / .22);backdrop-filter:blur(10px);padding:12px 16px;border-radius:18px;font-size:13px;font-weight:600}.slider-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:5}.slider-dot{width:12px;height:12px;border-radius:50%;background:rgb(255 255 255 / .4);cursor:pointer;transition:.3s}.slider-dot.active{width:34px;border-radius:999px;background:var(--amarelo)}.quick-benefits{background:#fff;box-shadow:0 15px 35px rgb(0 0 0 / .05)}.quick-list{display:flex;justify-content:space-between;gap:20px;overflow-x:auto;padding:18px 0}.quick-item{flex:0 0 auto;display:flex;align-items:center;gap:10px;font-weight:700;color:var(--azul-escuro)}.quick-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:rgb(0 168 200 / .1);color:var(--azul)}section{padding:90px 0}.section-head{max-width:720px;margin:0 auto 50px;text-align:center}.section-tag{color:var(--azul);font-size:13px;font-weight:800;text-transform:uppercase;margin-bottom:10px;display:block}.section-head h2{font-size:clamp(32px,4vw,50px);line-height:1.1;margin-bottom:14px}.section-head p{color:var(--suave);line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-text h2{font-size:clamp(32px,4vw,52px);line-height:1.08;margin-bottom:20px}.about-text p{color:var(--suave);line-height:1.8;margin-bottom:18px}.about-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:0 20px 45px rgb(0 0 0 / .12)}.about-card img{width:100%;height:460px;object-fit:cover}.float-card{position:absolute;left:24px;bottom:24px;background:rgb(255 255 255 / .94);backdrop-filter:blur(12px);border-radius:24px;padding:18px;max-width:260px}.float-card strong{display:block;margin-bottom:5px;color:var(--azul-escuro)}.float-card span{font-size:13px;color:var(--suave)}.numbers{padding-top:0}.numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.number-item{background:#fff;border-radius:24px;padding:30px 20px;text-align:center;box-shadow:0 10px 30px rgb(0 0 0 / .06)}.number-item strong{display:block;font-size:40px;color:var(--azul);margin-bottom:8px}.number-item span{color:var(--suave);font-weight:600}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.why-card{position:relative;overflow:hidden;border-radius:24px;min-height:250px;box-shadow:0 15px 35px rgb(0 0 0 / .1);transition:.35s}.why-card:hover{transform:translateY(-6px)}.why-card img{width:100%;height:100%;min-height:250px;object-fit:cover}.why-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .05),rgb(0 60 70 / .8))}.why-content{position:absolute;left:20px;right:20px;bottom:20px;z-index:2;color:#fff}.why-content h3{margin-bottom:6px;font-size:20px}.why-content p{font-size:13px;color:rgb(255 255 255 / .85)}.video-section{background:var(--azul-escuro);border-radius:60px 60px 0 0}.video-box{background:#fff;border-radius:34px;padding:22px;display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center}.video-text{padding:24px}.video-text h2{font-size:clamp(30px,4vw,44px);line-height:1.1;margin-bottom:18px}.video-text p{color:var(--suave);line-height:1.7;margin-bottom:22px}.check-list{display:grid;gap:12px}.check-list span{display:flex;align-items:center;gap:10px;font-weight:700;color:var(--azul-escuro)}.check-list i{color:var(--azul)}.video-thumb{position:relative;overflow:hidden;border-radius:28px;min-height:350px}.video-thumb img{width:100%;height:100%;min-height:350px;object-fit:cover}.play-btn{position:absolute;inset:0;margin:auto;width:80px;height:80px;border-radius:50%;background:var(--amarelo);color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 16px 35px rgb(255 183 43 / .45)}.mosaic-section{background:#fff}.mosaic-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-auto-rows:210px;gap:16px}.mosaic-item{overflow:hidden;border-radius:26px;box-shadow:0 12px 30px rgb(0 0 0 / .08)}.mosaic-item.big{grid-row:span 2}.mosaic-item img{width:100%;height:100%;object-fit:cover}.partners-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.partner-card{background:#fff;border-radius:18px;min-height:85px;display:grid;place-items:center;box-shadow:0 10px 28px rgb(0 0 0 / .06);font-weight:800;color:var(--azul-escuro)}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.plan-card{background:#fff;border-radius:30px;padding:32px;box-shadow:0 16px 40px rgb(0 0 0 / .08)}.plan-card.featured{background:linear-gradient(160deg,var(--azul),var(--azul-escuro));color:#fff;transform:translateY(-10px)}.plan-badge{display:inline-flex;background:var(--amarelo);color:#fff;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:800;margin-bottom:18px}.plan-card h3{font-size:26px;margin-bottom:12px}.price{font-size:44px;font-weight:800;margin-bottom:8px}.period{margin-bottom:24px;color:var(--suave)}.plan-card.featured .period{color:rgb(255 255 255 / .8)}.plan-card ul{list-style:none;display:grid;gap:13px;margin-bottom:28px}.plan-card li{display:flex;align-items:center;gap:10px;font-weight:600}.plan-card li i{color:var(--azul)}.plan-card.featured li i{color:var(--amarelo)}.final-cta{background:linear-gradient(135deg,var(--azul),var(--azul-escuro));color:#fff;text-align:center;border-radius:60px 60px 0 0}.final-cta h2{font-size:clamp(36px,5vw,60px);line-height:1.08;margin-bottom:18px}.final-cta p{max-width:700px;margin:0 auto 28px;line-height:1.7;color:rgb(255 255 255 / .88)}.footer{background:#fff;padding:70px 0 30px;position:relative;overflow:hidden}.footer::before{content:"";position:absolute;width:420px;height:420px;background:rgb(0 168 200 / .08);border-radius:50%;left:-160px;bottom:-210px}.footer-content{position:relative;z-index:2}.footer-top{background-color:transparent!important;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1.4fr;gap:35px;padding-bottom:45px;border-bottom:1px solid rgb(0 72 155 / .14)}.footer-logo img{max-width:120px;margin-bottom:18px}.footer-about p{color:#4b6690;font-size:14px;line-height:1.7;margin-bottom:18px}.footer-social{display:flex;gap:10px}.footer-social a{width:38px;height:38px;border-radius:50%;background:rgb(0 168 200 / .12);color:var(--azul);display:grid;place-items:center}.footer-col h3{font-size:17px;margin-bottom:18px;color:var(--azul-logo)}.footer-col ul{list-style:none;display:grid;gap:10px}.footer-col a,.footer-col li{color:#31527d;font-size:14px;font-weight:600}.footer-contact-item{display:flex;gap:10px;margin-bottom:14px;color:#31527d;font-size:14px;font-weight:600}.footer-contact-item i{color:var(--azul)}.footer-security{display:grid;gap:14px}.security-card{background:#f6fbff;border-radius:18px;padding:16px}.security-card strong{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--azul-logo)}.security-card p{color:#4b6690;font-size:13px;line-height:1.5}.payment-icons{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.payment-icons span{background:#fff;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:800}.footer-bottom{display:flex;justify-content:space-between;gap:25px;flex-wrap:wrap;padding-top:28px}.footer-company{display:flex;align-items:center;gap:14px}.footer-company img{width:58px}.footer-company p{color:#31527d;font-size:13px;font-weight:700;line-height:1.6}.footer-dev img{max-width:150px}.whatsapp-float{position:fixed;right:24px;bottom:24px;width:66px;height:66px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;font-size:34px;z-index:999;box-shadow:0 14px 34px rgb(37 211 102 / .42)}@media(max-width:1000px){.footer-top{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.fc-menu,.fc-header .fc-btn{display:none}.mobile-toggle{display:block}.hero-content{align-items:end;text-align:center;padding-bottom:70px}.hero-text{margin:auto}.hero-actions,.hero-badges{justify-content:center}.about-grid,.video-box{grid-template-columns:1fr}.numbers-grid,.why-grid,.plans-grid,.partners-grid{grid-template-columns:repeat(2,1fr)}.mosaic-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){section{padding:70px 0}.hero-slider{height:600px}.hero-text h1{font-size:38px}.hero-text p{font-size:15px}.hero-badges{display:none}.numbers-grid,.why-grid,.plans-grid,.partners-grid,.mosaic-grid,.footer-top{grid-template-columns:1fr}.mosaic-item.big{grid-row:span 1}.footer{padding-bottom:90px}}