/* ===========================
RESET
=========================== */

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

html{
scroll-behavior:smooth;
}

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

img{
display:block;
max-width:100%;
}

a{
text-decoration:none;
}

.container{
width:min(92%,1180px);
margin:auto;
}

/* ===========================
HERO
=========================== */

.hero{

background:linear-gradient(135deg,#0f172a,#1e293b);
padding:90px 0;
color:#fff;

}

.hero-content{

display:grid;
grid-template-columns:1.1fr .9fr;
align-items:center;
gap:70px;

}

.badge{

display:inline-block;
background:#22c55e;
padding:10px 18px;
border-radius:40px;
font-size:.9rem;
font-weight:700;
margin-bottom:25px;

}

.hero h1{

font-size:3.2rem;
line-height:1.15;
margin-bottom:25px;
font-weight:800;

}

.subtitle{

font-size:1.08rem;
opacity:.9;
margin-bottom:35px;

}

.hero-benefits{

display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:35px;

}

.hero-benefits div{

background:rgba(255,255,255,.12);
padding:12px 18px;
border-radius:12px;
backdrop-filter:blur(6px);

}

.main-button{

display:inline-block;
background:#22c55e;
color:#fff;
padding:18px 34px;
border-radius:14px;
font-weight:700;
font-size:1.05rem;
transition:.3s;
box-shadow:0 15px 35px rgba(34,197,94,.35);

}

.main-button:hover{

background:#16a34a;
transform:translateY(-4px);

}

.hero-security{

margin-top:20px;
font-size:.95rem;
opacity:.8;

}

.hero-image{

text-align:center;

}

.hero-image img{

width:360px;
margin:auto;
filter:drop-shadow(0 25px 40px rgba(0,0,0,.35));

}

/* ===========================
TÍTULOS
=========================== */

.section-title{

text-align:center;
margin-bottom:55px;

}

.section-title h2{

font-size:2.4rem;
margin-bottom:15px;
color:#111827;

}

.section-title p{

color:#6b7280;
font-size:1.05rem;

}
/* ===========================
PROBLEMAS
=========================== */

.problem{

padding:90px 0;
background:#ffffff;

}

.problem-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;

}

.problem-card{

background:#f8fafc;
padding:35px;
border-radius:18px;
border:1px solid #e5e7eb;
transition:.35s;
box-shadow:0 12px 28px rgba(0,0,0,.05);

}

.problem-card:hover{

transform:translateY(-8px);

}

.problem-card h3{

font-size:1.3rem;
margin-bottom:15px;
color:#111827;

}

.problem-card p{

color:#6b7280;

}

/* ===========================
EXPLICAÇÃO
=========================== */

.explanation{

padding:90px 0;
background:#eef6ff;

}

.explanation .section-title{

max-width:850px;
margin:auto;

}

/* ===========================
EBOOK
=========================== */

.ebook{

padding:100px 0;
background:#ffffff;

}

.ebook-content{

display:grid;
grid-template-columns:.9fr 1.1fr;
gap:70px;
align-items:center;

}

.ebook-image{

text-align:center;

}

.ebook-image img{

width:360px;
margin:auto;
filter:drop-shadow(0 20px 35px rgba(0,0,0,.20));

}

.learn-list{

display:flex;
flex-direction:column;
gap:18px;
margin:35px 0;

}

.learn-item{

background:#f8fafc;
padding:18px 22px;
border-radius:14px;
border-left:5px solid #22c55e;
font-weight:500;
transition:.3s;

}

.learn-item:hover{

transform:translateX(8px);

}
/* ===========================
ANTES x DEPOIS
=========================== */

.results{

padding:100px 0;
background:#f3f7fb;

}

.results-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;

}

.before,
.after{

padding:40px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.before{

background:#fff5f5;
border-top:8px solid #ef4444;

}

.after{

background:#ecfdf5;
border-top:8px solid #22c55e;

}

.before h3,
.after h3{

font-size:1.7rem;
margin-bottom:25px;

}

.before ul,
.after ul{

list-style:none;

}

.before li,
.after li{

margin-bottom:16px;
font-size:1.05rem;

}

/* ===========================
OFERTA
=========================== */

.offer{

padding:100px 0;
background:linear-gradient(135deg,#0f172a,#1e293b);
color:#fff;

}

.offer-box{

max-width:760px;
margin:auto;
text-align:center;

}

.offer-badge{

display:inline-block;
background:#22c55e;
padding:10px 22px;
border-radius:40px;
font-weight:700;
margin-bottom:25px;

}

.offer-box h2{

font-size:2.7rem;
margin-bottom:20px;

}

.offer-box>p{

opacity:.9;
margin-bottom:35px;

}

.price-box{

background:#fff;
color:#111827;
padding:35px;
border-radius:20px;
margin-bottom:35px;
box-shadow:0 20px 45px rgba(0,0,0,.20);

}

.old-price{

display:block;
font-size:1.3rem;
color:#9ca3af;
text-decoration:line-through;

}

.price-box h1{

font-size:4rem;
color:#22c55e;
margin:10px 0;

}

.secure-info{

margin-top:25px;
line-height:1.8;
opacity:.9;

}
/* ===========================
FAQ
=========================== */

.faq{

padding:100px 0;
background:#ffffff;

}

.faq-item{

max-width:850px;
margin:0 auto 18px;
border:1px solid #e5e7eb;
border-radius:15px;
overflow:hidden;
background:#f8fafc;

}

.faq-question{

width:100%;
background:none;
border:none;
padding:22px 25px;
text-align:left;
font-size:1.05rem;
font-weight:600;
font-family:'Poppins',sans-serif;
cursor:pointer;
color:#111827;

}

.faq-answer{

display:none;
padding:0 25px 25px;
color:#6b7280;

}

.faq-item.active .faq-answer{

display:block;

}

/* ===========================
CTA FINAL
=========================== */

.final-cta{

padding:100px 0;
background:#22c55e;
text-align:center;
color:#fff;

}

.final-cta h2{

font-size:2.8rem;
margin-bottom:20px;

}

.final-cta p{

max-width:760px;
margin:0 auto 40px;
font-size:1.1rem;

}

.final-cta .main-button{

background:#fff;
color:#16a34a;

}

.final-cta .main-button:hover{

background:#f3f4f6;

}

/* ===========================
FOOTER
=========================== */

.footer{

background:#111827;
padding:60px 0;
text-align:center;
color:#fff;

}

.footer h3{

font-size:2rem;
margin-bottom:18px;

}

.footer p{

opacity:.85;

}

.footer-items{

display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
margin:30px 0;

}

.copyright{

font-size:.9rem;
opacity:.6;

}

/* ===========================
RESPONSIVO
=========================== */

@media(max-width:992px){

.hero-content,
.ebook-content{

grid-template-columns:1fr;
text-align:center;

}

.hero-image{

order:-1;

}

.problem-grid,
.results-grid{

grid-template-columns:1fr;

}

.hero-benefits{

justify-content:center;

}

.hero h1{

font-size:2.4rem;

}

.section-title h2{

font-size:2rem;

}

}

@media(max-width:600px){

.hero{

padding:60px 0;

}

.hero h1{

font-size:2rem;

}

.hero-image img,
.ebook-image img{

width:260px;

}

.main-button{

display:block;
width:100%;
text-align:center;

}

.price-box h1{

font-size:3rem;

}

.offer,
.problem,
.explanation,
.ebook,
.results,
.faq,
.final-cta{

padding:70px 0;

}

.footer-items{

flex-direction:column;
gap:12px;

}

}
