@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;font-family:Inter,Arial,Helvetica,sans-serif;background:#030b22;color:#fff}body{min-height:100dvh;background:radial-gradient(circle at 50% 0,#075ad9 0,#052a76 36%,#02081b 78%)}
.topbar{height:70px;background:rgba(10,22,45,.98);display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(67,151,255,.25);position:relative;z-index:20;box-shadow:0 8px 24px rgba(0,0,0,.25)}.navwrap{width:min(1500px,97vw);display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{height:52px;width:auto;display:block}.menu{display:flex;align-items:center;gap:10px;white-space:nowrap}.menu a{color:#fff;text-decoration:none;font-weight:400;font-size:16px;line-height:1;padding:13px 17px;border-radius:18px;transition:.15s}.menu a:hover,.menu a.active{background:rgba(29,91,180,.68);box-shadow:inset 0 0 0 1px rgba(75,157,255,.55)}.menu a.cta{background:linear-gradient(180deg,#31dc70,#0dad3d);box-shadow:0 10px 28px rgba(0,210,80,.32)}.icons{display:flex;gap:10px}.icons a{width:38px;height:38px;border-radius:14px;background:rgba(22,50,94,.75);display:grid;place-items:center}.icons img{width:21px;height:21px;object-fit:contain}
.page{height:calc(100dvh - 70px);padding:18px 36px 12px;display:grid;grid-template-columns:255px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 158px;gap:18px 26px;overflow:hidden}.left{align-self:center;min-width:0;max-width:235px;width:235px;overflow:hidden}.tag{display:inline-block;border:1px solid rgba(89,168,255,.85);background:rgba(28,91,182,.35);border-radius:18px;padding:9px 16px;font-weight:400;font-size:13px;box-shadow:inset 0 0 22px rgba(54,138,255,.24);white-space:nowrap}.title{font-size:clamp(25px,2.15vw,36px);line-height:1.02;margin:16px 0 16px;font-weight:500;text-transform:uppercase;letter-spacing:-.7px;text-shadow:0 6px 16px rgba(0,0,0,.3);max-width:235px;overflow-wrap:normal}.title .green{color:#83ff24;font-weight:600;display:block}.sub{font-size:clamp(13px,.85vw,15px);line-height:1.34;margin:0 0 18px;color:#f6fbff;max-width:220px;font-weight:400}.sub b{color:#58ff3d;font-weight:600}.btns{display:grid;gap:13px;max-width:230px}.btn{display:flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;border-radius:16px;padding:12px 12px;font-size:13px;font-weight:500}.btn.whats{color:#fff;background:linear-gradient(180deg,#27d767,#06a837);box-shadow:0 10px 22px rgba(0,210,80,.28)}.btn.secondary{color:#0059e8;background:#fff}.btn .play{width:25px;height:25px;border-radius:50%;background:#0868ff;color:#fff;display:grid;place-items:center;font-size:13px;padding-left:2px}.heroCard{align-self:stretch;min-height:0;border:1.5px solid rgba(85,170,255,.86);background:linear-gradient(135deg,rgba(0,35,100,.72),rgba(0,8,36,.62));border-radius:26px;padding:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 44px rgba(0,119,255,.34),inset 0 0 44px rgba(0,143,255,.15);overflow:hidden}.heroCard img{width:100%;height:100%;object-fit:contain;display:block;border-radius:18px}.featureBar{grid-column:1 / -1;border:1.4px solid rgba(83,168,255,.9);border-radius:24px;background:linear-gradient(90deg,rgba(0,50,150,.58),rgba(0,18,69,.72));box-shadow:0 0 34px rgba(0,113,255,.24),inset 0 0 32px rgba(0,116,255,.16);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.feat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:8px 16px;position:relative}.feat:not(:last-child):after{content:"";position:absolute;right:0;top:16%;bottom:16%;width:1px;background:rgba(124,183,255,.52)}.ico{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;filter:drop-shadow(0 0 12px rgba(0,190,255,.75))}.ico img{width:64px;height:64px;object-fit:contain;display:block}.feat h3{font-size:15px;line-height:1.02;margin:1px 0 0;font-weight:500}.feat p{font-size:12px;line-height:1.2;margin:0;color:#e5f1ff;max-width:210px}.mobile-note{display:none}
@media(max-width:1180px){.page{grid-template-columns:205px 1fr;padding:12px 18px 10px;gap:12px 16px;grid-template-rows:minmax(0,1fr) 140px}.logo{height:45px}.menu a{color:#fff;text-decoration:none;font-weight:400;font-size:16px;line-height:1;padding:13px 17px;border-radius:18px;transition:.15s}.title{font-size:clamp(25px,2.15vw,36px);line-height:1.02;margin:16px 0 16px;font-weight:500;text-transform:uppercase;letter-spacing:-.7px;text-shadow:0 6px 16px rgba(0,0,0,.3);max-width:235px;overflow-wrap:normal}.sub{font-size:clamp(13px,.85vw,15px);line-height:1.34;margin:0 0 18px;color:#f6fbff;max-width:220px;font-weight:400}.tag{display:inline-block;border:1px solid rgba(89,168,255,.85);background:rgba(28,91,182,.35);border-radius:18px;padding:9px 16px;font-weight:400;font-size:13px;box-shadow:inset 0 0 22px rgba(54,138,255,.24);white-space:nowrap}.btn{display:flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;border-radius:16px;padding:12px 12px;font-size:13px;font-weight:500}.ico,.ico img{width:48px;height:48px}.feat h3{font-size:15px;line-height:1.02;margin:1px 0 0;font-weight:500}.feat p{font-size:10.5px}}
@media(max-width:820px){.topbar{height:96px;align-items:flex-start;padding-top:7px}.navwrap{width:100%;flex-direction:column;gap:6px}.logo{height:40px}.icons{display:none}.menu{width:100vw;overflow-x:auto;justify-content:flex-start;padding:0 8px 8px;gap:7px;scrollbar-width:none}.menu::-webkit-scrollbar{display:none}.menu a{color:#fff;text-decoration:none;font-weight:400;font-size:16px;line-height:1;padding:13px 17px;border-radius:18px;transition:.15s}.page{height:calc(100dvh - 96px);padding:8px;display:grid;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) 126px;gap:8px}.left{align-self:center;min-width:0;max-width:235px;width:235px;overflow:hidden}.tag{display:inline-block;border:1px solid rgba(89,168,255,.85);background:rgba(28,91,182,.35);border-radius:18px;padding:9px 16px;font-weight:400;font-size:13px;box-shadow:inset 0 0 22px rgba(54,138,255,.24);white-space:nowrap}.title{font-size:clamp(25px,2.15vw,36px);line-height:1.02;margin:16px 0 16px;font-weight:500;text-transform:uppercase;letter-spacing:-.7px;text-shadow:0 6px 16px rgba(0,0,0,.3);max-width:235px;overflow-wrap:normal}.sub{font-size:clamp(13px,.85vw,15px);line-height:1.34;margin:0 0 18px;color:#f6fbff;max-width:220px;font-weight:400}.btns{display:flex;gap:7px;max-width:none}.btn{display:flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;border-radius:16px;padding:12px 12px;font-size:13px;font-weight:500}.btn .play{width:20px;height:20px;font-size:10px}.heroCard{border-radius:16px;padding:5px}.heroCard img{border-radius:12px}.featureBar{grid-template-columns:repeat(5,118px);height:126px;overflow-x:auto;border-radius:16px;scrollbar-width:none}.featureBar::-webkit-scrollbar{display:none}.feat{padding:6px 8px}.ico,.ico img{width:38px;height:38px}.feat h3{font-size:15px;line-height:1.02;margin:1px 0 0;font-weight:500}.feat p{font-size:9px}.mobile-note{display:block;position:fixed;right:8px;bottom:4px;font-size:9px;color:rgba(255,255,255,.45)}}
@media(max-height:760px) and (min-width:821px){.topbar{height:62px}.logo{height:44px}.menu a{color:#fff;text-decoration:none;font-weight:400;font-size:16px;line-height:1;padding:13px 17px;border-radius:18px;transition:.15s}.icons a{width:34px;height:34px}.page{height:calc(100dvh - 62px);grid-template-columns:230px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 134px;padding:10px 28px 8px;gap:11px 22px}.title{font-size:clamp(25px,2.15vw,36px);line-height:1.02;margin:16px 0 16px;font-weight:500;text-transform:uppercase;letter-spacing:-.7px;text-shadow:0 6px 16px rgba(0,0,0,.3);max-width:235px;overflow-wrap:normal}.sub{font-size:clamp(13px,.85vw,15px);line-height:1.34;margin:0 0 18px;color:#f6fbff;max-width:220px;font-weight:400}.btn{display:flex;align-items:center;gap:10px;justify-content:center;text-decoration:none;border-radius:16px;padding:12px 12px;font-size:13px;font-weight:500}.tag{display:inline-block;border:1px solid rgba(89,168,255,.85);background:rgba(28,91,182,.35);border-radius:18px;padding:9px 16px;font-weight:400;font-size:13px;box-shadow:inset 0 0 22px rgba(54,138,255,.24);white-space:nowrap}.featureBar{border-radius:18px}.ico,.ico img{width:44px;height:44px}.feat h3{font-size:15px;line-height:1.02;margin:1px 0 0;font-weight:500}.feat p{font-size:10px}.heroCard{border-radius:22px}}

/* Ajustes finais solicitados */
@media(min-width:821px){.page{grid-template-columns:235px minmax(0,1fr)}.title .green{display:block}.menu{gap:14px}.navwrap{width:min(1450px,96vw)}}
@media(max-width:820px){.left{width:auto;overflow:visible}.title{max-width:none;font-weight:500}.menu a{font-weight:400}.title .green{display:inline}.btn{font-weight:500}.feat h3{font-weight:500}}


/* CORREÇÃO FINAL - centralizar mobile e evitar título vazando */
.left{max-width:230px;width:230px;}
.title{max-width:230px;font-size:clamp(24px,2vw,34px);font-weight:500;letter-spacing:-0.5px;}
.sub{max-width:215px;}
.btns{max-width:220px;}

@media(min-width:821px){
  .page{grid-template-columns:230px minmax(0,1fr);}
  .left{max-width:230px;width:230px;}
  .title{max-width:230px;font-size:clamp(24px,1.95vw,34px);}
  .title .green{display:block;}
}

@media(max-width:820px){
  .page{padding:8px 12px;grid-template-rows:auto minmax(0,1fr) 126px;}
  .left{width:100%;max-width:360px;margin:0 auto;text-align:center;justify-self:center;align-self:center;overflow:visible;}
  .left > div:first-child{display:flex;flex-direction:column;align-items:center;}
  .tag{font-size:14px;padding:10px 18px;}
  .title{max-width:340px;width:100%;text-align:center;font-size:clamp(30px,9.5vw,42px);line-height:1.02;margin:16px auto 16px;font-weight:500;letter-spacing:-.6px;}
  .title .green{display:block;}
  .sub{max-width:330px;text-align:center;margin-left:auto;margin-right:auto;font-size:clamp(17px,4.2vw,22px);line-height:1.25;}
  .btns{max-width:360px;margin:0 auto;justify-content:center;display:flex;gap:10px;}
  .btn{min-width:0;flex:1;padding:13px 10px;font-size:clamp(14px,3.8vw,17px);}
}

@media(max-width:430px){
  .left{max-width:340px;}
  .title{max-width:320px;font-size:clamp(31px,9vw,39px);}
  .sub{max-width:315px;}
  .btns{max-width:340px;}
}

@media(max-width:380px){
  .title{font-size:32px;max-width:300px;}
  .sub{font-size:17px;max-width:295px;}
  .tag{font-size:13px;}
  .btn{font-size:14px;}
}


/* AJUSTE DEFINITIVO - MOBILE CENTRALIZADO E MODELOS SEM VAZAR */
@media (min-width:821px){
  .page{
    grid-template-columns:260px minmax(0,1fr) !important;
    gap:18px 28px !important;
  }
  .left{
    width:250px !important;
    max-width:250px !important;
    justify-self:center !important;
    overflow:visible !important;
  }
  .title{
    width:250px !important;
    max-width:250px !important;
    font-size:clamp(24px,1.72vw,32px) !important;
    line-height:1.03 !important;
    letter-spacing:-0.4px !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
    font-weight:500 !important;
  }
  .page-modelos .title{
    font-size:clamp(23px,1.58vw,30px) !important;
    letter-spacing:-0.7px !important;
  }
  .page-modelos .title .green{
    font-size:.92em !important;
  }
  .sub{max-width:240px !important;}
  .btns{max-width:240px !important;}
}

@media (max-width:820px){
  html,body{overflow:hidden !important;}
  .page{
    width:100vw !important;
    padding:8px 12px !important;
    justify-items:center !important;
  }
  .left{
    width:100% !important;
    max-width:390px !important;
    margin:0 auto !important;
    padding:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    justify-self:center !important;
    overflow:visible !important;
  }
  .left > div:first-child{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .tag{
    display:block !important;
    margin:0 auto !important;
    text-align:center !important;
    width:max-content !important;
    max-width:92vw !important;
  }
  .title{
    display:block !important;
    width:100% !important;
    max-width:360px !important;
    margin:14px auto 14px !important;
    text-align:center !important;
    font-size:clamp(28px,8.7vw,40px) !important;
    line-height:1.04 !important;
    letter-spacing:-0.5px !important;
    font-weight:500 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }
  .title .green{
    display:block !important;
    text-align:center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .page-modelos .title{
    font-size:clamp(27px,8.1vw,38px) !important;
    max-width:340px !important;
  }
  .page-modelos .title .green{
    font-size:.86em !important;
  }
  .sub{
    width:100% !important;
    max-width:345px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
    font-size:clamp(16px,4.1vw,21px) !important;
    line-height:1.27 !important;
  }
  .btns{
    width:100% !important;
    max-width:360px !important;
    margin:0 auto !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
  }
  .btn{
    flex:1 1 0 !important;
    text-align:center !important;
    justify-content:center !important;
  }
}

@media (max-width:430px){
  .title{max-width:330px !important;font-size:clamp(28px,8.4vw,37px) !important;}
  .page-modelos .title{font-size:clamp(25px,7.6vw,34px) !important;max-width:315px !important;}
  .sub{max-width:318px !important;}
}

@media (max-width:380px){
  .title{font-size:31px !important;max-width:300px !important;}
  .page-modelos .title{font-size:28px !important;max-width:292px !important;}
  .sub{font-size:16px !important;max-width:295px !important;}
}

/* AJUSTE FINAL SOLICITADO: centralizar textos no desktop e mobile */
.left{
  text-align:center !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
}
.left > div:first-child{
  width:100% !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}
.tag{
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center !important;
}
.title{
  width:100% !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
  overflow:visible !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.title .green{
  display:block !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.sub{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.btns{
  margin-left:auto !important;
  margin-right:auto !important;
}

@media(min-width:821px){
  .page{grid-template-columns:270px minmax(0,1fr) !important;gap:18px 24px !important;}
  .left{width:252px !important;max-width:252px !important;justify-self:center !important;}
  .title{max-width:252px !important;font-size:clamp(23px,1.65vw,31px) !important;line-height:1.04 !important;letter-spacing:-.35px !important;}
  .sub{max-width:238px !important;}
  .btns{max-width:238px !important;width:238px !important;}
  .page-modelos .title{max-width:250px !important;font-size:clamp(22px,1.48vw,28px) !important;letter-spacing:-.45px !important;}
  .page-modelos .title .green{font-size:.88em !important;}
}

@media(max-width:820px){
  .left{width:100% !important;max-width:390px !important;text-align:center !important;}
  .title{max-width:350px !important;text-align:center !important;}
  .page-modelos .title{max-width:320px !important;}
  .page-modelos .title .green{font-size:.86em !important;}
}

/* AJUSTE: cards inferiores roláveis no celular */
@media (max-width:820px){
  .featureBar{
    width:calc(100vw - 24px) !important;
    max-width:calc(100vw - 24px) !important;
    justify-self:center !important;
    display:grid !important;
    grid-auto-flow:column !important;
    grid-auto-columns:142px !important;
    grid-template-columns:none !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scroll-snap-type:x proximity !important;
    scrollbar-width:none !important;
    touch-action:pan-x !important;
  }
  .featureBar::-webkit-scrollbar{display:none !important;}
  .feat{
    min-width:142px !important;
    width:142px !important;
    scroll-snap-align:start !important;
  }
  .feat h3{font-size:16px !important;line-height:1.05 !important;}
  .feat p{font-size:10px !important;line-height:1.15 !important;}
}

@media (max-width:430px){
  .featureBar{
    width:calc(100vw - 18px) !important;
    max-width:calc(100vw - 18px) !important;
    grid-auto-columns:136px !important;
  }
  .feat{min-width:136px !important;width:136px !important;}
}
