/* ======================================================
   ÍNDICE DA PÁGINA
   01. RESET E BASE — linha 18
   02. HERO — linha 71
   03. BOTÃO CTA — linha 183
   04. CONTAINER GLOBAL — linha 387
   05. PROVAS SOCIAIS — linha 414
   06. COMO USAR A PLANILHA — linha 547
   07. O QUE VOCÊ VAI RECEBER — linha 705
   08. COMPARAÇÃO — linha 949
   09. DORES DO PRODUTOR (PENSAMENTOS) — linha 1084
   10. PARA QUEM É — linha 1596
   11. SOBRE O CURSO / COMO FUNCIONA — linha 1816
   12. UTILITÁRIOS GLOBAIS — linha 2086
   13. OFERTA RECAP — linha 2122
   14. GARANTIA — linha 2200
   ====================================================== */

/* ======================================================
   ESTILOS: RESET E BASE
   ====================================================== */
/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #2c3e50;
    margin-bottom: 15px;
}

h4 {
    font-size: 19px;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 10px;
}

p,
li {
    font-size: 17px;
    line-height: 1.6;
    color: #5d6778;
    margin-bottom: 15px;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ======================================================
   ESTILOS: HERO
   ====================================================== */
/* Estilos do herói */
.hero {
    position: relative;
    width: 100%;
    min-height: 700px;
    aspect-ratio: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 0;
    overflow: hidden;
    background-image: url('https://marcusnutribovinos.com.br/wp-content/uploads/2026/03/Background-1920x650-1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Camada de sobreposição com gradiente */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

/* Conteúdo do herói */
.hero-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    z-index: 2;
    transform: translateY(0);
}

/* Estilo do título */
.hero h1 {
    color: #ffffff;
    font-size: 2.5rem;
    /* Equivalente a 40px */
    font-weight: 700;
    line-height: 1.2;
    max-width: 500px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
}

/* Estilo do subheadline */
.hero h2 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    max-width: 450px;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: none;
    text-align: left !important;
}

.hero p {
    color: #ffffff !important;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.8rem;
}

/* Estilo dos benefícios */
.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 1.5rem;
}

.hero-benefits p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 0.8rem;
}

/* Estilo do preço */
.hero-price {
    margin-bottom: 1.5rem;
}

.price-label {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    background: rgba(46, 125, 50, 0.8);
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* ======================================================
   ESTILOS: BOTÃO CTA
   ====================================================== */
/* Estilo do botão CTA */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 2.8rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    box-shadow: 0 12px 28px rgba(39, 174, 96, 0.35);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(39, 174, 96, 0.38);
    filter: brightness(1.05);
}

.cta-button--full {
    width: 100%;
    justify-content: center;
}

.cta-button--responsive {
    width: fit-content;
    margin: 0 auto;
}

.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 8px 18px rgba(39, 174, 96, 0.3);
}


.learning-process .cta-button--full {
    max-width: max-content;
    margin: 0 auto;
    white-space: nowrap;
    padding: 1rem 2.8rem;
}

.cta-button--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #1ebe5b 100%);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

.cta-button--icon i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.cta-button--spaced {
    margin: 1.5rem 0;
}

/* Ajuste específico para botão WhatsApp em mobile */
@media (max-width: 768px) {
    .cta-button--whatsapp {
        font-size: 0.9rem !important;
        padding: 1.2rem 1.5rem !important;
        min-height: 50px !important;
    }

    .cta-button--whatsapp i {
        font-size: 1rem !important;
        margin-right: 0.4rem !important;
    }
}

/* Responsividade */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-top: -35px;
        height: auto;
        min-height: calc(100svh - 60px);
        aspect-ratio: auto !important;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 85vw;
        /* Espaço fixado em 85vw para manter o texto alinhado com a imagem em todos os celulares */
        padding-bottom: 40px;
        background-image: url('https://marcusnutribovinos.com.br/wp-content/uploads/2026/03/Nutribovinosmobile.jpg');
        background-size: cover;
        background-position: center center;
        /* Sobe o fundo para ocultar parte do topo */
        background-repeat: no-repeat;
        overflow: visible;
    }

    .hero-content {
        padding: 0;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        transform: translateY(0);
    }

    .hero h1 {
        font-size: 27.5px;
        /* Teste para maior legibilidade mobile */
        max-width: 100%;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .hero h2 {
        font-size: 1.15rem !important;
        max-width: 100%;
        margin-bottom: 1rem;
        line-height: 1.4;
        text-align: left !important;
    }

    .hero p {
        margin-bottom: 0.6rem !important;
        color: #ffffff !important;
    }

    .hero-benefits {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .benefit-item {
        font-size: 0.9rem;
    }

    .cta-button,
    .cta-button--responsive {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        font-size: 1rem;
        padding: 1.1rem 1.5rem;
    }

    .hero-content {
        padding: 0 20px;
        width: 100%;
        margin: 0 auto;
        text-align: left;
        transform: translateY(0);
    }

    .hero::before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    }

    .learning-process .cta-button--full {
        max-width: 100%;
        padding: 1rem 2.8rem;
    }

    h2 {
        font-size: 28px;
        /* Títulos das seções unificados no mobile */
    }

    p,
    li {
        font-size: 16px !important;
    }

    #section-author {
        text-align: center !important;
    }

    #section-author .biography-text,
    #section-author .biography-text p,
    #section-author .biography-text div,
    #section-author .biography-text span {
        text-align: left !important;
    }

    #section-author>div>div {
        justify-content: center !important;
        align-items: flex-start !important;
    }

    .guarantee-title {
        font-size: 26px !important;
    }

}

/* ======================================================
   ESTILOS: CONTAINER GLOBAL
   ====================================================== */
/* Learning Process Section */
.learning-process {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f5f8f5 0%, #ffffff 100%);
}

.comparison-section h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
    font-weight: 700;
}

/* ======================================================
   ESTILOS: PROVAS SOCIAIS
   ====================================================== */
.testimonial-gallery {
    padding: 4.5rem 0;
    background: #ffffff;
}

.testimonial-gallery .container {
    max-width: 1400px;
    padding: 0 1rem;
}

.testimonial-gallery h2 {
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.method-description {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.method-description p {
    color: #5d6778;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.8rem;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #d1d9e6;
    /* Bordinha de 1x discreta */
    text-align: left;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
    border-color: #27ae60;
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.08);
    background: rgba(39, 174, 96, 0.02);
}

.benefit-icon {
    font-size: 0.95rem;
    color: #27ae60;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #27ae60;
    border-radius: 50%;
    flex-shrink: 0;
}

.benefit-text {
    color: #2c3e50;
    line-height: 1.4;
}

.method-features {
    margin-top: 2rem;
    text-align: center;
}

.method-features h3 {
    color: #2e7d32;
    margin-bottom: 1rem;
    font-weight: 600;
}

.practical-solution {
    padding: 5rem 0;
    background: #f9f9f9;
}

.practical-solution h2 {
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.solution-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(46, 125, 50, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(39, 174, 96, 0.18);
}

.solution-image {
    width: 100%;
    height: auto;
    display: block;
}

.solution-content {
    padding: 2rem;
}

/* ======================================================
   ESTILOS: COMO USAR A PLANILHA
   ====================================================== */
/* ============================================
   HOW TO USE SPREADSHEET — Clean Step Design
   ============================================ */
.how-to-use-spreadsheet {
    padding: 6rem 0;
    background: #f9fbf9;
}

.how-to-use-spreadsheet h2 {
    color: #2c3e50;
    font-weight: 700;
    line-height: 1.3;
}

.how-to-use-spreadsheet .subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 520px;
    margin: 0 auto 1.2rem;
    line-height: 1.7;
}

.spreadsheet-intro {
    text-align: center;
    color: #5d6778;
    max-width: 740px;
    margin: 0 auto 3.5rem;
    line-height: 1.8;
}

/* Timeline container */
.steps-timeline {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

/* Each step row */
.timeline-step {
    display: flex;
    gap: 1.8rem;
    align-items: flex-start;
}

/* Left column: number circle + connector line */
.timeline-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    padding-top: 1.6rem;
}

.timeline-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #2ecc71, #1e8449);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(46, 125, 50, 0.3);
}

/* Result step — distinct circle style */
.timeline-number--result {
    background: linear-gradient(135deg, #27ae60, #1a5c35);
    font-size: 1.4rem;
    box-shadow: 0 6px 20px rgba(27, 94, 32, 0.4);
}

.timeline-line {
    width: 2px;
    min-height: 44px;
    flex: 1;
    margin-top: 6px;
    background: linear-gradient(180deg, #a5d6a7 0%, #e8f5e9 100%);
}

/* Right: card */
.timeline-card {
    flex: 1;
    padding: 1.6rem 1.8rem;
    margin-bottom: 1.5rem;
    border-left: 3px solid #c8e6c9;
    transition: border-color 0.25s ease;
}

.timeline-card:hover {
    border-color: #27ae60;
}

.timeline-card h3 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.timeline-card p {
    color: #5d6778;
    line-height: 1.75;
    margin: 0;
}

/* Step 4 result card */
.timeline-card--result {
    background: linear-gradient(135deg, #27ae60, #1a7a44);
    border-left: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(39, 174, 96, 0.28);
    padding: 1.8rem 2rem;
}

.timeline-card--result h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.timeline-card--result p {
    color: rgba(255, 255, 255, 0.88);
}

/* Responsive */
@media (max-width: 768px) {
    .how-to-use-spreadsheet {
        padding: 4rem 0;
    }

    .how-to-use-spreadsheet h2 {
        font-size: 1.8rem;
    }

    .timeline-step {
        gap: 1.2rem;
    }

    .timeline-number {
        width: 40px;
        height: 40px;
        font-size: 1.05rem;
    }

    .timeline-card {
        padding: 1.2rem 1.4rem;
    }
}

/* ======================================================
   ESTILOS: O QUE VOCÊ VAI RECEBER
   ====================================================== */
/* ============================================
   O QUE VOCÊ VAI RECEBER
   ============================================ */
.what-you-get {
    padding: 5rem 0 3rem 0;
    background: #ffffff;
    border-top: 1px solid #eef2ee;
}

.what-you-get-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.what-you-get-header h2 {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 0.7rem;
    line-height: 1.3;
}

.what-you-get-header .subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    line-height: 1.7;
}

.deliverables-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
    max-width: 1000px;
    margin: 0 auto;
}

.premium-deliverable-card {
    display: flex;
    flex-direction: row;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    align-items: stretch;
    border: 1px solid #f0f0f0;
}

.premium-deliverable-content {
    flex: 1;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.premium-deliverable-icon {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.premium-deliverable-icon i {
    font-size: 1.2rem;
    margin-right: 10px;
}

.premium-deliverable-icon span {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.premium-deliverable-content p {
    color: #5d6778;
    line-height: 1.6;
    margin: 0;
    font-size: 1.1rem;
}

.premium-deliverable-image {
    flex: 1;
    position: relative;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 350px;
}

.premium-deliverable-image .bg-shape {
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 40px;
    background-color: #f6f7f8;
    border-radius: 16px;
    z-index: 1;
}

.premium-deliverable-image img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 380px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.premium-deliverable-card:hover .premium-deliverable-image img {
    transform: scale(1.03);
}

@media (max-width: 992px) {
    .premium-deliverable-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .what-you-get {
        padding: 4rem 0;
    }

    .what-you-get-header h2 {
        font-size: 1.8rem;
    }

    .premium-deliverable-card {
        flex-direction: column-reverse;
        /* Inverte no mobile: texto embaixo, imagem em cima */
    }

    .premium-deliverable-image {
        min-height: auto;
        padding: 40px 20px 20px;
        /* Mais espaço pra forma */
    }

    .premium-deliverable-image .bg-shape {
        left: 20px;
        top: 20px;
    }

    .premium-deliverable-content {
        padding: 30px 25px;
        text-align: center;
    }

    .premium-deliverable-icon {
        justify-content: center;
    }

    .bonus-deliverables-grid .premium-deliverable-content {
        text-align: left;
    }
}


.solution-content h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.solution-content p {
    color: #5d6778;
    line-height: 1.6;
    font-size: 1.05rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.testimonial-grid figure {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.testimonial-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media (max-width: 1024px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .testimonial-gallery {
        padding: 3.5rem 0;
    }

    .testimonial-gallery h2 {
        font-size: 2rem;
    }

    .practical-solution {
        padding: 4rem 0;
    }

    .practical-solution h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .testimonial-gallery h2 {
        font-size: 1.8rem;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .solution-content {
        padding: 1.6rem;
    }

    .solution-content h3 {
        font-size: 1.4rem;
    }

    .solution-content p {
        font-size: 1rem;
    }
}

/* ======================================================
   ESTILOS: COMPARAÇÃO
   ====================================================== */
.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.5rem 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    /* Sombra original */
    border: 1px solid rgba(46, 125, 50, 0.15);
    /* Borda original levemente esverdeada */
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comparison-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.card-icon.positive-bg {
    background-color: #2e7d32;
    /* Verde original do site */
}

.card-icon.negative-bg {
    background-color: #d32f2f;
    /* Vermelho mais sóbrio e adequado */
}

.fa-flip-vertical {
    transform: scaleY(-1);
}

.card-title {
    font-size: 1.4rem;
    /* Reduzido para ficar igual ao resto */
    color: #2c3e50;
    margin-bottom: 1.8rem;
    font-weight: 700;
    /* Removido o 800 (Extra Bold) para combinar com título normal */
    line-height: 1.4;
}

.positive-text {
    color: #2e7d32;
}

.negative-text {
    color: #d32f2f;
}

.comparison-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.comparison-card ul li {
    display: flex;
    align-items: flex-start;
    padding: 1.1rem 0;
    /* Espaçamento ajustado para o original (gap) */
    border-bottom: 1px solid rgba(46, 125, 50, 0.08);
    color: #546170;
    /* Cor de texto padrão da página para listas */
    font-size: 1.05rem;
    /* Ajuste para o tamanho original */
    line-height: 1.6;
    /* Altura de linha clássica da página */
}

.comparison-card ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.icon-box {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 0.9rem;
    margin-top: -2px;
}

.icon-box.positive-box {
    background-color: rgba(46, 125, 50, 0.12);
    /* Verde de fundo usando RGB do original */
    color: #2e7d32;
}

.icon-box.negative-box {
    background-color: rgba(211, 47, 47, 0.12);
    /* Fundo vermelho correspondente */
    color: #d32f2f;
}

.comparison-section .cta-button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    max-width: max-content;
}

.learning-process h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 5px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .learning-process h2 {
        font-size: 1.8rem !important;
    }
}

/* ======================================================
   ESTILOS: DORES DO PRODUTOR (PENSAMENTOS)
   ====================================================== */
.dores-header {
    text-align: center;
    margin-bottom: 40px;
}

.dores-header .sub-header {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #7f8c8d;
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
}

.dores-header h2 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
    line-height: 1.2;
    font-size: 35px;
    /* Tamanho padrão desktop */
}

.dores-header .intro-text {
    font-size: 17px;
    /* Tamanho padrão desktop */
    color: #5d6778;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pensamentos-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px auto 60px;
    max-width: 750px;
}

.pensamento-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pensamento-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.pensamento-card {
    background: #262626;
    color: #fff;
    padding: 22px 30px;
    border-radius: 12px;
    flex: 1;
    font-weight: 400;
    line-height: 1.5;
    font-size: 17px;
    /* Tamanho padrão desktop */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.realidade-container {
    background: #262626;
    border-left: 5px solid #f39c12;
    border-radius: 4px 14px 14px 4px;
    padding: 45px 50px;
    margin: 0 auto 60px;
    max-width: 850px;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.realidade-container .realidade-intro {
    font-size: 18px;
    color: #bdc3c7;
    margin-bottom: 25px;
    font-weight: 400;
}

.realidade-container p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #fff !important;
}

.realidade-container strong {
    color: #f39c12;
    font-weight: 800;
}

.dores-visual-impact {
    display: flex;
    justify-content: center;
    margin: 50px auto 60px;
    max-width: 480px;
}

.dores-visual-impact img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.metodo-footer {
    text-align: center;
    margin-bottom: 40px;
}

.metodo-footer p {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.metodo-footer .highlight-green {
    color: #27ae60;
    font-weight: 800;
}

/* Responsividade Mobile para Pensamentos */
@media (max-width: 768px) {
    .dores-header h2 {
        font-size: 28px !important;
        /* Tamanho padrão mobile */
        margin-top: 10px;
    }

    .dores-header .intro-text {
        font-size: 16px !important;
        /* Tamanho padrão mobile */
    }

    .pensamento-item {
        gap: 12px;
    }

    .pensamento-icon {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .pensamento-card {
        padding: 15px 20px;
        font-size: 16px !important;
        /* Tamanho padrão mobile */
    }

    .realidade-container {
        padding: 30px 25px;
        border-radius: 4px 10px 10px 4px;
        margin-bottom: 40px;
    }

    .realidade-container .realidade-intro,
    .realidade-container p {
        font-size: 16px !important;
        /* Tamanho padrão mobile */
    }

    .metodo-footer p {
        font-size: 19px !important;
    }
}

.method-description {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
}

.method-description p {
    font-size: 1.3rem;
    color: #34495e;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 1.8rem;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #d1d9e6;
    /* Bordinha de 1x discreta */
    text-align: left;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-3px);
    border-color: #27ae60;
    box-shadow: 0 8px 25px rgba(46, 125, 50, 0.08);
    background: rgba(39, 174, 96, 0.02);
}

.benefit-icon {
    font-size: 0.95rem;
    color: #27ae60;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #27ae60;
    border-radius: 50%;
    flex-shrink: 0;
}

.benefit-text {
    color: #2c3e50;
    font-size: 1.1rem;
    line-height: 1.4;
}

.method-features {
    margin-top: 2rem;
    text-align: center;
}

.method-features h3 {
    color: #2e7d32;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.practical-solution {
    padding: 5rem 0;
    background: #f9f9f9;
}

.learning-process .subtitle {
    text-align: center;
    color: #5d6778;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid #eaeaea;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(46, 125, 50, 0.1);
    line-height: 1;
}

.process-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 2rem 2rem 1rem;
    padding-right: 3rem;
    line-height: 1.4;
}

.process-card>p {
    color: #5d6778;
    margin: 0 2rem 1.5rem;
    line-height: 1.6;
}

.card-details {
    padding: 0 2rem 2rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 1rem;
}

.card-details p {
    color: #5d6778;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.card-details ul {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
}

.card-details li {
    margin-bottom: 0.5rem;
    color: #5d6778;
    line-height: 1.4;
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-left: 0;
    font-size: 1rem;
}

.card-details li:before {
    content: '•';
    color: #2e7d32;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
    line-height: 1;
}

.result {
    background-color: #f5f9f5;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1.5rem !important;
    border-right: 3px solid #2e7d32;
}

.result strong {
    color: #2e7d32;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .learning-process {
        padding: 3rem 0;
    }

    .learning-process.steps-flow {
        flex-direction: column;
        gap: 3rem;
        margin-top: 5rem;
    }

    .step-item {
        padding: 3rem 2.5rem;
        border-radius: 10px;
    }

    .step-number {
        width: 70px;
        height: 70px;
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
    }

    .step-content h3 {
        font-size: 1.3rem;
        margin-bottom: 1.8rem;
    }

    .step-content p {
        font-size: 1rem;
        margin-bottom: 1.8rem;
    }

    .examples {
        padding: 2rem;
        margin: 2.5rem 0;
        border-radius: 10px;
    }

    .examples h4 {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
    }

    .examples li {
        font-size: 0.95rem;
        padding: 1rem 1.2rem;
        margin-bottom: 1rem;
        border-radius: 6px;
    }

    .automatic-calculations {
        padding: 2.5rem;
        margin: 2.5rem 0;
        border-radius: 10px;
    }

    .automatic-calculations p {
        font-size: 1.1rem;
        margin-bottom: 1.8rem;
    }

    .automatic-calculations li {
        font-size: 1rem;
        margin-bottom: 1.2rem;
        padding: 1rem 0 1rem 2.5rem;
    }

    .automatic-calculations li:before {
        top: 1rem;
        font-size: 1.2rem;
    }

    .final-benefit {
        font-size: 1.1rem;
        margin-top: 2.5rem;
        padding: 2rem;
        border-radius: 10px;
    }

    .learning-process .subtitle {
        font-size: 1.1rem;
    }

    .costs-list {
        margin: 0 auto 2rem;
    }

    .costs-list h3 {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    .costs-list p {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
    }

    .costs-list ul {
        margin: 1rem 0;
        padding-left: 1.5rem;
    }

    .costs-list li {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }

    .costs-list li:before {
        font-size: 1.3rem;
        left: -1.2rem;
    }

    .process-steps {
        grid-template-columns: 1fr;
    }

    .process-card h3 {
        font-size: 1.3rem;
        margin: 1.5rem 1.5rem 1rem;
    }

    .card-details {
        padding: 0 1.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .learning-process h2 {
        font-size: 1.8rem;
    }

    .learning-process .subtitle {
        font-size: 1.1rem;
    }

    .process-card h3 {
        font-size: 1.2rem;
        margin: 1.2rem 1.2rem 0.8rem;
    }

    .card-details {
        padding: 0 1.2rem 1.2rem;
    }
}

/* ======================================================
   ESTILOS: PARA QUEM É
   ====================================================== */
/* Target Audience Section */
.target-audience {
    padding: 3rem 0 5rem 0;
    background-color: #fff;
}

.target-audience {
    padding: 5rem 0;
    /* Padronizado com as outras seções */
    background: #ffffff;
}

.target-audience h2 {
    color: #2c3e50;
    margin-bottom: 50px;
    font-weight: 700;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px auto 40px;
    max-width: 900px;
    /* Reduzi um pouco a largura para os cards não ficarem esticados demais */
}

.audience-card-small {
    background: #fff;
    border: 1px solid #eef2f6;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.audience-card-small:hover {
    transform: translateY(-8px);
    border-color: #27ae60;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.audience-icon-header {
    width: 64px;
    height: 64px;
    background: #f0fdf4;
    color: #27ae60;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 25px;
}

.audience-card-small h3 {
    font-size: 24px;
    /* Padronizado com H3 global */
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 700;
}

.audience-card-small p {
    font-size: 17px;
    /* Padronizado com P global */
    line-height: 1.6;
    color: #5d6778;
    margin: 0;
}

.audience-summary {
    text-align: center;
    background: #f0fdf4;
    padding: 24px;
    border-radius: 12px;
    margin: 40px auto 70px;
    max-width: 900px;
}

.audience-summary p {
    color: #166534;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.audience-summary i {
    font-size: 22px;
    color: #22c55e;
}

.not-for-box {
    background: #fffcfc;
    border: 1px solid #fee2e2;
    border-radius: 16px;
    padding: 50px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.not-for-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.not-for-header i {
    color: #ef4444;
    font-size: 32px;
}

.not-for-header h3 {
    margin: 0;
    color: #2c3e50;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 0;
    border-bottom: none;
}

.not-for-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.not-for-list li {
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    color: #5d6778;
    margin: 0;
    line-height: 1.5;
}

.not-for-list li::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ef4444;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Responsividade Mobile Audiente */
@media (max-width: 768px) {
    .target-audience {
        padding: 60px 0;
    }

    .audience-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .audience-card-small {
        padding: 30px 20px;
    }

    .audience-summary {
        padding: 20px;
        margin-bottom: 50px;
        width: 100%;
        border-radius: 0;
    }

    .audience-summary p {
        font-size: 16px;
        flex-direction: column;
        gap: 8px;
    }

    .not-for-box {
        padding: 35px 20px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .not-for-header h3 {
        font-size: 20px;
    }

    .not-for-list li {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .target-audience h2 {
        font-size: 1.8rem;
    }

    .audience-card h3 {
        font-size: 1.3rem;
    }

    .audience-item h4 {
        font-size: 1.1rem;
    }

    .attention-box p {
        font-size: 1rem;
    }
}

/* ======================================================
   ESTILOS: SOBRE O CURSO / COMO FUNCIONA
   ====================================================== */
/* About Course Section */
.about-course {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.about-course h2 {
    color: #2c3e50;
    margin-bottom: 2.5rem;
}

.course-description {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
    padding: 0 20px;
}

.course-description p {
    line-height: 1.8;
    color: #5d6778;
    margin-bottom: 1.5rem;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.05rem;
}

.course-format {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 4rem 0;
    flex-wrap: wrap;
    padding: 0 20px;
}

.format-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.format-item:hover {
    transform: translateY(-5px);
}

.format-item h3 {
    color: #2e7d32;
    margin: 0;
}

.how-it-works {
    max-width: 1200px;
    margin: 3rem auto 5rem;
    padding: 0 20px;
}

.how-it-works h3 {
    text-align: center;
    font-size: 2rem;
    color: #2e7d32;
    margin-bottom: 2rem;
}

.how-it-works>p {
    text-align: center;
    color: #5d6778;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .steps-container {
        grid-template-columns: 1fr;
    }
}

.step {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.step h4 {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

.step h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #2e7d32;
    border-radius: 50%;
    opacity: 0.7;
}

.step p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.how-it-works h3 {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.how-it-works>p {
    text-align: center;
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 3rem;
}

.step {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaea;
}

.step h4 {
    color: #2e7d32;
    margin-top: 0;
    margin-bottom: 1rem;
}

.step p {
    color: #5d6778;
    line-height: 1.7;
    margin: 0;
}

.delivery-method {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.delivery-method h3 {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 10px;
}

.delivery-item {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    line-height: 1.5;
    color: #5d6778;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for About Course Section */
@media (max-width: 768px) {
    .about-course h2 {
        font-size: 2rem;
    }

    .course-format {
        flex-direction: column;
        align-items: center;
    }

    .format-item {
        max-width: 100%;
        width: 100%;
    }

    .delivery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-course h2 {
        font-size: 1.8rem;
    }

    .feature-list {
        flex-direction: column;
        align-items: center;
    }

    .feature-list li {
        width: 100%;
        text-align: center;
    }

    .step h4 {
        font-size: 1.2rem;
    }
}

/* ======================================================
   ESTILOS: UTILITÁRIOS GLOBAIS
   ====================================================== */
/* Espaçamento padronizado entre seções no mobile */
@media (max-width: 600px) {
    section {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

/* Reparação de bullets para is-not-for */
.is-not-for .not-for-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.is-not-for .not-for-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    color: #5d6778;
    line-height: 1.5;
}

.is-not-for .not-for-list li::before {
    content: "•";
    color: #e74c3c;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
    top: -2px;
}

/* ======================================================
   ESTILOS: OFERTA RECAP
   ====================================================== */
/* ============================================
   OFFER RECAP SECTION (FUNNEL VIEW)
   ============================================ */
.offer-recap-section {
    padding: 6rem 0;
    background: #ffffff;
}

.recap-main-headline {
    color: #2c3e50;
    margin-bottom: 3.5rem;
    font-weight: 700;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.recap-list-box {
    max-width: 600px;
    margin: 0 auto 4rem;
    background: #f9fbf9;
    padding: 2.5rem;
    border-radius: 12px;
    border: 1px solid #e8f5e9;
}

.recap-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.recap-list li {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #f0f0f0;
}

.recap-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recap-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recap-item-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
}

.recap-item-title .check {
    color: #27ae60;
    font-weight: 900;
}

.price-normal {
    font-weight: 700;
    font-size: 1.1rem;
    color: #2c3e50;
}

.recap-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #c8e6c9;
    font-size: 1.3rem;
    font-weight: 800;
    color: #2c3e50;
}

.total-price {
    color: #2e7d32;
}

/* Second half - The Offer */
.recap-offer-card {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    padding: 3rem 2rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #eaeaea;
}

.offer-transition-text {
    text-align: center;
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
    font-weight: 700;
}

.offer-transition-text-small {
    text-align: center;
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
}

.recap-image-center {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 3rem;
}

.recap-image-center img {
    width: 100%;
    mix-blend-mode: multiply;
}

.struck-prices-box {
    max-width: 500px;
    margin: 0 auto 2rem;
}

.struck-prices-box .recap-item-header {
    justify-content: space-between;
}

.struck-prices-box .recap-item-title {
    color: #7f8c8d;
    font-weight: 500;
    font-size: 1rem;
}

.price-strike {
    color: #e74c3c;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: line-through;
}

.final-offer-highlight {
    text-align: center;
    margin-bottom: 2.5rem;
    background: #fcfdfc;
    padding: 1.5rem 2rem 2.5rem;
    border-radius: 12px;
}

.final-offer-highlight h3 {
    color: #856404;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.massive-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.original-price-strike {
    color: #95a5a6;
    font-size: 1.35rem;
    font-weight: 700;
    text-decoration: line-through;
    margin-bottom: 0.8rem;
}

.price-value {
    font-size: 4.8rem;
    font-weight: 900;
    color: #27ae60;
    letter-spacing: -1.5px;
    margin-bottom: 0.6rem;
}

.price-installments {
    font-size: 1.15rem;
    color: #7f8c8d;
    font-weight: 700;
}

@media (max-width: 768px) {
    .recap-main-headline {
        font-size: 1.8rem;
    }

    .recap-list-box {
        padding: 1.5rem;
    }

    .price-value {
        font-size: 4rem;
    }

    .final-offer-highlight {
        padding: 1.5rem;
    }

    .recap-offer-card {
        padding: 2rem 1.5rem;
    }

    .cta-button--responsive {
        width: 100%;
    }

    /* Custom Mobile Adjustments for Newly Added Sections */
    .savings-section {
        padding: 40px 0 !important;
    }

    .savings-section h2 {
        font-size: 1.6rem !important;
        margin-bottom: 20px !important;
    }

    .savings-card p {
        font-size: 1rem !important;
    }

    .savings-card div[style*="border-left"] {
        padding: 12px 15px !important;
        margin-bottom: 20px !important;
    }

    .savings-card span[style*="font-size: 1.15em"] {
        font-size: 1.05em !important;
    }

    .savings-card span[style*="font-size: 1.6em"] {
        font-size: 1.4em !important;
    }

    #section-author {
        padding: 40px 0 !important;
    }

    #section-author h2 {
        font-size: 1.8rem !important;
    }

    #section-author p[style*="font-size: 1.4em"] {
        font-size: 1.1em !important;
        margin-bottom: 25px !important;
    }

    #section-author div[style*="display: flex; flex-wrap: wrap"] {
        gap: 30px !important;
        margin-top: 30px !important;
    }

    #section-author div[style*="text-align: left"] {
        text-align: center !important;
    }

    #section-author p {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    #section-author div[style*="display: flex; align-items: center; gap: 15px"] {
        justify-content: center !important;
    }

    .faq-section h2 {
        font-size: 1.8rem !important;
    }

    .faq-section p {
        font-size: 1rem !important;
        margin-bottom: 30px !important;
    }

    .faq-button {
        padding: 15px !important;
        font-size: 1rem !important;
    }
}

/* ======================================================
   ESTILOS: FAQ
   ====================================================== */
.bonus-title {
    font-weight: 600;
}

.hero-title {
    font-weight: 700;
}

@media (max-width: 768px) {
    .bonus-title {
        font-weight: 700;
    }

    .hero-title {
        font-weight: 700;
        font-size: 32px;
    }
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    background: #fff;
}

.faq-content.open {
    max-height: 500px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-button {
    width: 100%;
    text-align: left;
    padding: 20px;
    background: #f9f9f9;
    border: none;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-button span {
    font-size: 1.5em;
    transition: transform 0.3s ease;
}

.faq-button[aria-expanded="true"] span {
    transform: rotate(45deg);
}. g u a r a n t e e - t i t l e  
   f o n t - s i z e :   3 2 p x ;    
 