*{
margin:0;
padding:0;
box-sizing:border-box;
}

:root{
--azul:#1d44b8;
--azul-esc:#0d2f8f;
--verde:#0f9d4f;
--header-height:72px;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
background:#f7f9fc;
color:#222;
line-height:1.65;
overflow-x:hidden;
}

.container{
max-width:1080px;
margin:0 auto;
padding:0 6%;
}

h2{
font-size:clamp(1.5rem,2.6vw,2.1rem);
color:var(--azul-esc);
line-height:1.25;
}

/* HEADER */
header{
position:fixed;
top:0;left:0;
width:100%;
height:var(--header-height);
display:flex;
justify-content:space-between;
align-items:center;
padding:0 6%;
background:#fff;
box-shadow:0 3px 15px rgba(0,0,0,.05);
z-index:999;
}

.logo img{
height:52px;
width:auto;
display:block;
}

.header-acoes{
display:flex;
align-items:center;
gap:14px;
}

.header-login{
color:var(--azul);
text-decoration:none;
font-weight:600;
font-size:.85rem;
transition:.3s;
}

.header-login:hover{
color:var(--azul-esc);
}

.header-cta{
background:#eef4ff;
color:var(--azul);
text-decoration:none;
font-weight:600;
font-size:.85rem;
padding:9px 18px;
border-radius:30px;
transition:.3s;
}

.header-cta:hover{
background:var(--azul);
color:#fff;
}

.header-cta.verde{
background:var(--verde);
color:#fff;
}

.header-cta.verde:hover{
background:#0c7f40;
color:#fff;
}

/* HERO */
.hero{
margin-top:var(--header-height);
min-height:calc(88vh - var(--header-height));
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:60px 20px;
background:
linear-gradient(135deg,rgba(13,71,161,.92),rgba(0,0,0,.85)),
url("ingles.jpg");
background-size:cover;
background-position:center;
}

.hero-inner{
max-width:820px;
}

.tag-topo{
display:inline-block;
background:rgba(255,255,255,.15);
color:#fff;
border:1px solid rgba(255,255,255,.35);
padding:6px 16px;
border-radius:30px;
font-size:.8rem;
font-weight:500;
letter-spacing:.5px;
margin-bottom:24px;
}

.hero h1{
font-size:clamp(1.8rem,4vw,3rem);
line-height:1.15;
color:#fff;
font-weight:800;
margin-bottom:22px;
}

.hero .sub{
font-size:clamp(1rem,1.5vw,1.15rem);
color:#eaeaea;
max-width:680px;
margin:0 auto 34px;
font-weight:300;
}

.hero .sub strong{
color:#fff;
font-weight:600;
}

/* BOTÕES */
.btn{
display:inline-block;
padding:15px 38px;
font-weight:700;
text-decoration:none;
border-radius:40px;
transition:.3s;
font-size:1rem;
}

.btn-soon{
background:#fff;
color:var(--azul);
cursor:default;
position:relative;
box-shadow:0 8px 22px rgba(0,0,0,.18);
}

.btn-soon:hover{
transform:translateY(-3px);
}

.btn-soon.grande{
padding:18px 46px;
font-size:1.08rem;
}

.btn-soon.claro{
background:#fff;
color:var(--azul-esc);
}

/* Botão de matrícula ativo */
.btn-ativo{
background:var(--verde);
color:#fff;
box-shadow:0 10px 26px rgba(15,157,79,.35);
}
.btn-ativo:hover{
transform:translateY(-3px);
box-shadow:0 14px 32px rgba(15,157,79,.45);
}
.btn.grande{
padding:18px 46px;
font-size:1.08rem;
}

.hero-nota,.preco-nota{
color:#dfe6f5;
font-size:.85rem;
margin-top:16px;
}

/* DOR */
.dor{
padding:80px 0;
text-align:center;
}

.dor h2{
margin-bottom:45px;
}

.dor-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
gap:26px;
}

.dor-item{
background:#fff;
border-radius:18px;
padding:30px 26px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
text-align:left;
}

.dor-item span{
font-size:2rem;
display:block;
margin-bottom:14px;
}

.dor-item p{
font-size:.95rem;
color:#555;
}

.dor-fecho{
margin-top:40px;
font-size:1.1rem;
font-weight:600;
color:var(--azul);
}

/* VIRADA */
.virada{
background:#fff;
padding:80px 0;
}

.virada h2{
text-align:center;
margin-bottom:30px;
}

.virada .lead{
max-width:780px;
margin:0 auto 20px;
text-align:center;
font-size:1.05rem;
color:#444;
}

.virada .lead strong{
color:var(--azul);
}

/* PASSOS */
.passos{
padding:80px 0;
}

.titulo{
text-align:center;
margin-bottom:50px;
}

.titulo h2{
margin-bottom:12px;
}

.titulo p{
color:#666;
font-size:1rem;
}

.passos-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;
}

.passo-card{
background:#fff;
border-radius:20px;
padding:34px 28px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
transition:.35s;
border-top:5px solid var(--azul);
}

.passo-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.passo-card.destaque{
border-top-color:var(--verde);
}

.passo-num{
display:inline-block;
background:#eef4ff;
color:var(--azul);
font-weight:700;
font-size:.8rem;
padding:5px 14px;
border-radius:20px;
margin-bottom:16px;
}

.passo-card.destaque .passo-num{
background:#e6f7ec;
color:var(--verde);
}

.passo-card h3{
color:#1c1c1c;
font-size:1.2rem;
margin-bottom:12px;
line-height:1.35;
}

.passo-card p{
color:#666;
font-size:.95rem;
}

.passo-card strong{
color:#333;
}

/* APP DESTAQUE */
.app-destaque{
background:#fff;
padding:80px 0;
}

.app-grid{
display:grid;
grid-template-columns:1.1fr .9fr;
gap:50px;
align-items:center;
}

.mini-tag{
display:inline-block;
background:#e6f7ec;
color:var(--verde);
font-weight:600;
font-size:.8rem;
padding:5px 14px;
border-radius:20px;
margin-bottom:16px;
}

.mini-tag.light{
background:rgba(255,255,255,.15);
color:#fff;
border:1px solid rgba(255,255,255,.35);
}

.app-texto h2{
margin-bottom:18px;
}

.app-texto>p{
color:#555;
margin-bottom:22px;
}

.check-list{
list-style:none;
}

.check-list li{
position:relative;
padding-left:32px;
margin-bottom:14px;
color:#444;
font-size:.97rem;
}

.check-list li::before{
content:"✓";
position:absolute;
left:0;top:0;
width:22px;height:22px;
background:var(--verde);
color:#fff;
border-radius:50%;
font-size:.75rem;
display:flex;
align-items:center;
justify-content:center;
font-weight:700;
}

.check-list strong{
color:var(--azul);
}

.app-visual{
display:flex;
justify-content:center;
}

.app-mock{
background:linear-gradient(160deg,var(--azul),var(--azul-esc));
border-radius:28px;
padding:50px 34px;
text-align:center;
color:#fff;
width:100%;
max-width:320px;
box-shadow:0 20px 45px rgba(13,71,161,.3);
}

.app-mock-word{
font-size:2rem;
font-weight:700;
margin-bottom:8px;
}

.app-mock-ipa{
font-size:1.1rem;
color:#bcd0ff;
margin-bottom:34px;
}

.app-mock-btn{
background:rgba(255,255,255,.15);
border:1px solid rgba(255,255,255,.35);
border-radius:30px;
padding:12px;
font-size:.85rem;
}

/* IA DESTAQUE */
.ia-destaque{
background:linear-gradient(135deg,var(--azul-esc),#071d5c);
color:#fff;
padding:80px 0;
text-align:center;
}

.ia-destaque h2{
color:#fff;
max-width:800px;
margin:0 auto 20px;
}

.ia-destaque p{
max-width:720px;
margin:0 auto;
color:#dfe6f5;
font-size:1.05rem;
font-weight:300;
}

/* PARA QUEM */
.para-quem{
padding:80px 0;
}

.quem-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(230px,1fr));
gap:26px;
}

.quem-card{
background:#fff;
border-radius:18px;
padding:30px 26px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.quem-card h3{
color:var(--azul);
font-size:1.1rem;
margin-bottom:12px;
}

.quem-card p{
color:#666;
font-size:.94rem;
}

/* BÔNUS */
.bonus{
background:#fff;
padding:80px 0;
}

.bonus-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:28px;
}

.bonus-card{
background:linear-gradient(160deg,#f7f9fc,#eef4ff);
border:1px solid #e2e9f7;
border-radius:20px;
padding:34px 30px;
position:relative;
}

.bonus-selo{
display:inline-block;
background:var(--verde);
color:#fff;
font-weight:700;
font-size:.78rem;
padding:5px 14px;
border-radius:20px;
margin-bottom:16px;
}

.bonus-card h3{
color:var(--azul-esc);
font-size:1.25rem;
margin-bottom:12px;
}

.bonus-card p{
color:#555;
font-size:.95rem;
}

/* CERTIFICADOS */
.certificados{
background:#eef4ff;
padding:80px 0;
}

.cert-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:26px;
}

.cert-card{
background:#fff;
border:1px solid #e2e9f7;
border-radius:20px;
padding:34px 28px;
text-align:center;
box-shadow:0 8px 22px rgba(13,71,161,.06);
}

.cert-ico{
font-size:2.4rem;
display:block;
margin-bottom:14px;
}

.cert-card h3{
color:var(--azul-esc);
font-size:1.2rem;
margin-bottom:10px;
}

.cert-card p{
color:#555;
font-size:.95rem;
}

.cert-fecho{
text-align:center;
margin-top:36px;
font-size:1.05rem;
font-weight:600;
color:var(--azul-esc);
}

/* OFERTA */
.oferta{
padding:80px 0;
}

.stack{
max-width:640px;
margin:0 auto 40px;
background:#fff;
border-radius:20px;
padding:16px 30px;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.stack-row{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
padding:16px 0;
border-bottom:1px solid #eef1f6;
font-size:.96rem;
color:#444;
}

.stack-row:last-child{
border-bottom:none;
}

.stack-val{
font-weight:600;
color:#333;
white-space:nowrap;
}

.stack-row.total{
font-weight:700;
color:var(--azul-esc);
font-size:1.05rem;
}

.stack-row.total .stack-val{
color:var(--azul-esc);
}

.preco-box{
max-width:520px;
margin:0 auto;
background:linear-gradient(160deg,var(--azul),var(--azul-esc));
border-radius:24px;
padding:44px 34px;
text-align:center;
color:#fff;
box-shadow:0 20px 45px rgba(13,71,161,.28);
}

.preco-de{
color:#c9d7ff;
font-size:.95rem;
margin-bottom:6px;
}

.preco-de s{
opacity:.8;
}

.preco-por{
font-size:3rem;
font-weight:800;
line-height:1;
margin-bottom:6px;
}

.preco-cond{
color:#c9d7ff;
font-size:.9rem;
margin-bottom:26px;
}

/* Destaque do 1º módulo grátis */
.hero-gratis{
display:inline-block;
max-width:640px;
margin:22px auto 28px;
background:rgba(15,157,79,.16);
border:1px solid rgba(15,157,79,.55);
color:#eafff2;
font-size:1rem;
line-height:1.55;
padding:13px 22px;
border-radius:14px;
}
.hero-gratis strong{color:#8ff0b8;}

.preco-gratis-destaque{
background:var(--verde);
color:#fff;
font-size:1rem;
font-weight:600;
line-height:1.5;
padding:12px 16px;
border-radius:12px;
margin-bottom:18px;
}
.preco-gratis-destaque strong{color:#fff;}

/* GARANTIA */
.garantia{
background:#fff;
padding:70px 0;
}

.garantia-inner{
display:flex;
align-items:center;
gap:40px;
justify-content:center;
}

.garantia-selo{
flex-shrink:0;
width:130px;height:130px;
border-radius:50%;
background:#e6f7ec;
color:var(--verde);
display:flex;
align-items:center;
justify-content:center;
font-weight:800;
font-size:1.4rem;
text-align:center;
border:3px dashed var(--verde);
}

.garantia h2{
margin-bottom:12px;
}

.garantia p{
color:#555;
max-width:560px;
font-size:.98rem;
}

/* FAQ */
.faq{
padding:80px 0;
}

details{
background:#fff;
border-radius:14px;
padding:20px 26px;
margin-bottom:16px;
max-width:760px;
margin-left:auto;
margin-right:auto;
box-shadow:0 5px 18px rgba(0,0,0,.05);
cursor:pointer;
}

summary{
font-weight:600;
color:var(--azul-esc);
list-style:none;
position:relative;
padding-right:30px;
}

summary::-webkit-details-marker{display:none;}

summary::after{
content:"+";
position:absolute;
right:0;top:-2px;
font-size:1.4rem;
color:var(--azul);
transition:.3s;
}

details[open] summary::after{
transform:rotate(45deg);
}

details p{
margin-top:14px;
color:#666;
font-size:.95rem;
}

/* CTA FINAL */
.cta-final{
background:linear-gradient(135deg,var(--azul),var(--azul-esc));
padding:90px 0;
text-align:center;
color:#fff;
}

.cta-final h2{
color:#fff;
max-width:720px;
margin:0 auto 18px;
}

.cta-final p{
max-width:600px;
margin:0 auto 34px;
color:#dfe6f5;
font-weight:300;
}

/* FOOTER */
footer{
background:#0a1f52;
color:#fff;
text-align:center;
padding:45px 20px;
}

.footer-logo{
filter:brightness(0) invert(1);
opacity:.9;
margin-bottom:16px;
height:44px;
width:auto;
}

footer p{
font-size:.9rem;
}

.footer-legal{
max-width:640px;
margin:14px auto 0;
font-size:.78rem;
color:#9fb0d8;
line-height:1.6;
}

/* RESPONSIVO */
@media(max-width:768px){

header{
height:64px;
padding:0 20px;
}

.logo img{height:42px;width:auto;}

.header-cta{
padding:8px 14px;
font-size:.78rem;
}

.hero{
margin-top:64px;
min-height:auto;
padding:70px 22px;
}

.app-grid{
grid-template-columns:1fr;
gap:36px;
}

.app-visual{order:-1;}

.garantia-inner{
flex-direction:column;
text-align:center;
gap:24px;
}

.garantia p{text-align:center;}

section{padding-left:0;padding-right:0;}

}

/* Rodapé: contato e políticas */
.footer-contato,
.footer-links{
margin-top:8px;
font-size:.85rem;
color:#c9d7ff;
}

footer a{
color:#c9d7ff;
text-decoration:none;
}

footer a:hover{
color:#ffffff;
text-decoration:underline;
}
