:root {
    --green: #2D8B4E;
    --green-light: #E8F5E9;
    --green-dark: #1B5E34;
    --bg: #FDF8F3;
    --bg-alt: #F5EDE4;
    --text: #2C2C2C;
    --text-mid: #5A5A5A;
    --text-light: #8A8A8A;
    --white: #FFFFFF;
}

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

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.5;
    font-size: 15px;
    max-width: 480px;
    margin: 0 auto;
    background: var(--white);
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}

h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

p {
    margin-bottom: 12px;
}

.badge {
    display: inline-block;
    background: var(--green-light);
    color: var(--green);
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.badge-green {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.cta {
    display: block;
    background: var(--green);
    color: var(--white);
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 16px 0;
    width: 100%;
}

.trust {
    font-size: 11px;
    color: var(--text-light);
    text-align: center;
}

.desc {
    font-size: 14px;
    color: var(--text-mid);
    text-align: center;
    margin-bottom: 20px;
}

.highlight {
    font-weight: 600;
    color: var(--text);
}

/* HERO */
.hero {
    padding: 40px 20px;
    background: var(--white);
    text-align: center;
}

/* PROBLEMA */
.problem {
    padding: 40px 20px;
    background: var(--bg-alt);
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.card {
    background: var(--white);
    border-radius: 8px;
    padding: 16px;
}

.icon {
    font-size: 20px;
    display: block;
    margin-bottom: 8px;
}

/* SOLUÇÃO */
.solution {
    padding: 40px 20px;
    background: var(--white);
    text-align: center;
}

/* COMO FUNCIONA */
.how {
    padding: 40px 20px;
    background: var(--bg);
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step {
    background: var(--white);
    border-radius: 8px;
    padding: 16px;
    text-align: center;
}

.num {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: var(--green);
    color: var(--white);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

/* BENEFÍCIOS */
.benefits {
    padding: 40px 20px;
    background: var(--white);
    text-align: center;
}

.grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item {
    background: var(--green-light);
    border-radius: 8px;
    padding: 16px;
    text-align: left;
}

/* PROVA SOCIAL */
.proof {
    padding: 40px 20px;
    background: var(--bg-alt);
}

.testimonials {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.testimonial {
    background: var(--white);
    border-radius: 8px;
    padding: 16px;
}

.testimonial p {
    font-style: italic;
    font-size: 13px;
    color: var(--text-mid);
    margin-bottom: 8px;
}

.testimonial strong {
    display: block;
    font-size: 13px;
    color: var(--text);
}

.testimonial span {
    font-size: 11px;
    color: var(--text-light);
}

/* OFERTA */
.offer {
    padding: 40px 20px;
    background: var(--green-dark);
    color: var(--white);
    text-align: center;
}

.offer h2 {
    color: var(--white);
}

.offer .desc {
    color: #A8D5BA;
}

.bonuses {
    text-align: left;
    margin-bottom: 20px;
}

.bonuses h3 {
    margin-bottom: 12px;
}

.bonus {
    background: rgba(255,255,255,0.1);
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    font-size: 13px;
}

.price-box {
    background: var(--white);
    border-radius: 12px;
    padding: 24px 16px;
    color: var(--text);
}

.label {
    display: block;
    font-size: 11px;
    color: var(--text-light);
    margin-bottom: 4px;
}

.old-price {
    display: block;
    font-size: 16px;
    color: var(--text-light);
    text-decoration: line-through;
    margin-bottom: 8px;
}

.installment {
    display: block;
    font-size: 16px;
    color: var(--text-mid);
    margin-bottom: 8px;
}

.price {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--green);
    margin-bottom: 16px;
}

.guarantee {
    display: block;
    font-size: 11px;
    color: var(--text-light);
    margin-top: 12px;
}

/* FAQ */
.faq {
    padding: 40px 20px;
    background: var(--bg);
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--white);
    border-radius: 8px;
    padding: 16px;
}

.faq-item h3 {
    margin-bottom: 8px;
}

.faq-item p {
    font-size: 13px;
    color: var(--text-mid);
    margin-bottom: 0;
}

/* CTA FINAL */
.final-cta {
    padding: 40px 20px;
    background: var(--green-dark);
    color: var(--white);
    text-align: center;
}

.final-cta h2 {
    color: var(--white);
}

.final-cta p {
    color: #A8D5BA;
    font-size: 14px;
}

/* FOOTER */
footer {
    padding: 16px 20px;
    background: #0A2E1A;
    text-align: center;
}

footer p {
    font-size: 10px;
    color: #4A7A5A;
    margin-bottom: 4px;
}

.disclaimer {
    font-size: 9px;
    color: #3A5A4A;
}
