/* ===== LAPIDAÇÃO VISUAL - MELHORIAS ESTÉTICAS ===== */

/* Hero - Destaque no título */
.hero-title {
    line-height: 1.15 !important;
    letter-spacing: -0.03em !important;
}

.hero-title .highlight {
    background: linear-gradient(135deg, var(--accent-warm) 0%, var(--warm-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

/* Hero description - mais destaque */
.hero-description {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    color: var(--text-medium) !important;
}

/* Sobre section - Highlight box melhorado */
.sobre-highlight {
    background: linear-gradient(135deg, var(--bg-cream) 0%, var(--accent-warm-light) 20%, var(--bg-cream) 100%);
    border-left: 5px solid var(--accent-warm);
    padding: 30px 35px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(184, 153, 104, 0.15);
}

.sobre-highlight h4 {
    color: var(--primary-dark);
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.sobre-highlight p {
    color: var(--text-dark);
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 0;
}

/* Pilares - Números mais destacados */
.pilar-numero {
    background: linear-gradient(135deg, var(--primary-teal) 0%, var(--accent-warm) 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(47, 72, 88, 0.2);
}

.pilar-simples {
    transition: all 0.3s ease;
}

.pilar-simples:hover {
    transform: translateY(-5px);
}

.pilar-simples:hover .pilar-numero {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(184, 153, 104, 0.4);
}

/* Pilares - Box "Mas eu trabalho tudo isso" */
.pilares-foco {
    background: linear-gradient(135deg, var(--primary-teal) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 50px;
    border-radius: 20px;
    margin-top: 60px;
    box-shadow: 0 10px 40px rgba(47, 72, 88, 0.25);
}

.pilares-foco h3 {
    color: white;
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

.pilares-foco p {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.pilares-foco p:last-child {
    margin-bottom: 0;
}

.pilares-foco strong {
    color: var(--accent-warm);
    font-weight: 700;
}

/* Depoimentos - Card especial da Cristiani */
.depoimento-card {
    transition: all 0.3s ease;
}

.depoimento-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(47, 72, 88, 0.2);
}

/* Depoimentos - Grid flexível */
.depoimentos-grid {
    display: grid;
    gap: 40px !important;
}

@media (max-width: 968px) {
    .depoimentos-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Resultados - Cards com mais destaque */
.resultado-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.resultado-card:hover {
    transform: translateY(-10px);
    border-color: var(--accent-warm);
    box-shadow: 0 15px 40px rgba(184, 153, 104, 0.25);
}

.resultado-numero {
    background: linear-gradient(135deg, var(--primary-teal) 0%, var(--accent-warm) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.resultado-desc {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: var(--text-medium) !important;
}

/* Quote da Cristiani nos resultados */
.resultados-quote blockquote {
    background: linear-gradient(135deg, var(--bg-cream) 0%, var(--accent-warm-light) 20%, var(--bg-cream) 100%);
    border-left: 5px solid var(--accent-warm);
    padding: 40px 50px;
    font-size: 1.25rem;
    font-style: italic;
    color: var(--primary-dark);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(184, 153, 104, 0.15);
    position: relative;
}

.resultados-quote blockquote::before {
    content: '"';
    font-size: 5rem;
    color: var(--accent-warm);
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.resultados-quote cite {
    color: var(--accent-warm);
    font-weight: 700;
    font-size: 1.1rem;
    font-style: normal;
    display: block;
    margin-top: 20px;
    text-align: right;
}

/* Section eyebrows - mais destaque */
.section-eyebrow {
    font-weight: 800 !important;
    color: var(--accent-warm) !important;
    letter-spacing: 2.5px !important;
}

/* Section titles - melhor hierarquia */
.section-title {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: var(--primary-dark) !important;
    line-height: 1.2 !important;
}

/* Section subtitles - melhor legibilidade */
.section-subtitle {
    font-size: 1.15rem !important;
    line-height: 1.8 !important;
    color: var(--text-medium) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

/* Planos section header - destaque investimento */
.planos .section-header {
    text-align: center;
    margin-bottom: 60px;
}

.planos .section-eyebrow {
    font-size: 0.9rem;
}

/* Responsivo - ajustes mobile */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem !important;
    }

    .section-subtitle {
        font-size: 1.05rem !important;
    }

    .hero-description {
        font-size: 1.1rem !important;
    }

    .pilares-foco {
        padding: 30px;
    }

    .pilares-foco h3 {
        font-size: 1.6rem;
    }

    .resultados-quote blockquote {
        padding: 30px;
        font-size: 1.1rem;
    }

    .resultados-quote blockquote::before {
        font-size: 3rem;
    }
}

/* Animações suaves */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pilar-simples,
.resultado-card,
.depoimento-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}
