/* ========== ESTILOS ADICIONAIS - VERSÃO FINAL CONVERSÃO ========== */

/* Hero CTAs */
.hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.btn-secondary-hero {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #3b82f6;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 2px solid #3b82f6;
    transition: all 0.3s;
}

.btn-secondary-hero:hover {
    background: #3b82f6;
    color: white;
    transform: translateY(-2px);
}

/* Section Intro */
.section-intro {
    font-size: 1.15rem !important;
    color: #64748b !important;
    margin-bottom: 40px !important;
    line-height: 1.7;
}

/* Problem Flow */
.problem-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 600px;
    margin: 40px auto;
}

.problem-step {
    background: white;
    padding: 28px 20px;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    text-align: center;
    position: relative;
}

.problem-step .step-number {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: #3b82f6;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}

.problem-step i {
    font-size: 2.5rem;
    color: #3b82f6;
    margin-bottom: 16px;
}

.problem-step p {
    font-size: 0.95rem;
    color: #475569;
    font-weight: 500;
    margin: 0;
}

.problem-conclusion {
    font-size: 1.15rem !important;
    color: #1e293b !important;
    margin-top: 32px !important;
    line-height: 1.7;
}

.problem-conclusion strong {
    color: #0f172a;
}

/* Impact Statement */
.impact-statement {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 48px 32px;
    border-radius: 20px;
    margin-top: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.impact-line {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 12px 0;
}

.highlight-text {
    color: #3b82f6;
    position: relative;
}

/* Section Subtitle */
.section-subtitle {
    font-size: 1.1rem !important;
    color: #3b82f6 !important;
    font-weight: 600 !important;
    margin-bottom: 16px !important;
}

.method-text {
    font-size: 1rem !important;
    color: #64748b !important;
    margin-bottom: 40px !important;
    font-style: italic;
}

/* Solution Item Enhanced */
.solution-item h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.solution-item p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.closing-note {
    font-size: 1.1rem !important;
    color: #475569 !important;
    margin-top: 40px !important;
    font-style: italic;
}

/* For Who Cards */
.for-who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 40px auto;
}

.for-who-card {
    background: white;
    border-radius: 16px;
    padding: 32px 28px;
    border: 3px solid #e2e8f0;
}

.for-who-card.is-for {
    border-color: #22c55e;
}

.for-who-card.not-for {
    border-color: #ef4444;
}

.for-who-card .card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.for-who-card .card-header i {
    font-size: 2rem;
}

.for-who-card.is-for .card-header i {
    color: #22c55e;
}

.for-who-card.not-for .card-header i {
    color: #ef4444;
}

.for-who-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.for-who-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.for-who-card li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.for-who-card li:last-child {
    margin-bottom: 0;
}

.for-who-card.is-for li i {
    color: #22c55e;
    font-size: 1.1rem;
    margin-top: 4px;
}

.for-who-card.not-for li i {
    color: #ef4444;
    font-size: 1.1rem;
    margin-top: 4px;
}

.mirror-statement {
    font-size: 1.2rem !important;
    color: #1e293b !important;
    margin-top: 40px !important;
    font-weight: 500;
}

.mirror-statement strong {
    color: #3b82f6;
    font-weight: 700;
}

/* How It Works */
.how-it-works {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 700px;
    margin: 40px auto;
}

.how-step {
    background: white;
    padding: 28px 24px;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    text-align: center;
}

.how-step .step-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 16px;
}

.how-step p {
    font-size: 0.95rem;
    color: #475569;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
}

.security-text {
    background: #f0fdf4;
    border: 2px solid #22c55e;
    border-radius: 12px;
    padding: 24px;
    margin: 32px auto;
    max-width: 600px;
}

.security-text p {
    font-size: 1rem !important;
    color: #166534 !important;
    margin: 0 !important;
    line-height: 1.6;
}

/* Reviews Context */
.context-text {
    font-size: 1rem;
    color: #64748b;
    margin-top: 12px;
}

/* Footer Enhanced */
.footer-credibility {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.footer-context {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 24px;
    line-height: 1.6;
    font-style: italic;
}

/* Mobile Responsive Overrides */
@media (max-width: 768px) {
    .hero-minimal h1 {
        font-size: 2rem !important;
    }

    .hero-ctas {
        width: 100%;
    }

    .btn-hero,
    .btn-secondary-hero {
        width: 100%;
        justify-content: center;
    }

    .problem-flow {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .impact-statement {
        padding: 32px 24px;
    }

    .impact-line {
        font-size: 1.25rem;
    }

    .solution-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .solution-item h3 {
        font-size: 1rem;
    }

    .solution-item p {
        font-size: 0.85rem;
    }

    .for-who-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .how-it-works {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .cta-final h2 {
        font-size: 1.8rem;
    }
}

/* Desktop Enhancements */
@media (min-width: 769px) {
    .hero-ctas {
        flex-direction: row;
    }

    .solution-grid {
        max-width: 800px;
    }
}