/* ==========================================
   SUBPÁGINA "APOIO PSICOLÓGICO" — ESTILOS
   Jornada: Acolhimento → Explicação → 
   Benefícios → Como funciona → Profissional → CTA
   ========================================== */

/* ==================== */
/* 1. HERO              */
/* ==================== */
.psico-hero {
    width: 100%;
    min-height: 420px;
    background: linear-gradient(to right, #f5a0d0 0%, #e87abf 50%, #d25ba3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 5% 80px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.psico-hero::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.psico-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    position: relative;
    z-index: 2;
    max-width: 680px;
}

.psico-hero-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -1px;
}

.psico-hero-titulo span {
    font-weight: 400;
    display: block;
}

.psico-hero-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.02rem;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 1.75;
    max-width: 560px;
}

.psico-hero-sub strong {
    font-weight: 700;
    color: #fff;
}

/* ==================== */
/* 2. O QUE É           */
/* ==================== */
.psico-oque {
    width: 100%;
    padding: 80px 5% 70px;
    background: linear-gradient(90deg, var(--color-pink) 0%, var(--color-white) 45%);
}

.psico-oque-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.psico-rotulo {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #cc4e8f;
    margin-bottom: 14px;
}

.psico-oque-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #781c2b;
    margin: 0 0 20px 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.psico-oque-texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1.85;
    color: rgba(120, 28, 43, 0.65);
    font-weight: 400;
}

.psico-oque-texto strong {
    color: #781c2b;
    font-weight: 600;
}

/* ==================== */
/* 3. BENEFÍCIOS        */
/* ==================== */
.psico-beneficios {
    width: 100%;
    padding: 70px 5% 80px;
    background: transparent;
}

.psico-beneficios-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.psico-beneficios-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    color: #781c2b;
    text-align: center;
    margin-bottom: 44px;
    letter-spacing: -0.5px;
}

.psico-beneficios-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.psico-beneficio {
    background: linear-gradient(145deg, rgba(245, 221, 241, 0.25) 0%, rgba(255, 255, 255, 0.9) 100%);
    border-radius: 18px;
    padding: 30px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid rgba(204, 78, 143, 0.06);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
}

.psico-beneficio:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(112, 30, 46, 0.08);
}

.psico-beneficio-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #cc4e8f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    margin-bottom: 18px;
}

.psico-beneficio-nome {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    color: #781c2b;
    margin-bottom: 8px;
    line-height: 1.3;
}

.psico-beneficio-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    line-height: 1.7;
    color: rgba(120, 28, 43, 0.6);
    font-weight: 400;
}

/* ==================== */
/* 4. COMO FUNCIONA     */
/* ==================== */
.psico-como {
    width: 100%;
    padding: 70px 5% 80px;
    background: transparent;
}

.psico-como-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.psico-como-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #781c2b;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.psico-como-sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    color: rgba(120, 28, 43, 0.6);
    line-height: 1.7;
    margin-bottom: 44px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.psico-como-etapas {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.psico-etapa {
    flex: 1;
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
    text-align: left;
    box-shadow: 0 4px 24px rgba(112, 30, 46, 0.06);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s ease;
}

.psico-etapa:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(112, 30, 46, 0.1);
}

.psico-etapa-header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.psico-etapa-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #cc4e8f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
}

.psico-etapa-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #781c2b;
    margin-bottom: 2px;
    line-height: 1.3;
}

.psico-etapa-detalhe {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    color: #cc4e8f;
}

.psico-etapa-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    line-height: 1.75;
    color: rgba(120, 28, 43, 0.6);
    font-weight: 400;
}

.psico-etapa-divisor {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: rgba(204, 78, 143, 0.35);
    flex-shrink: 0;
}

/* ==================== */
/* 5. PROFISSIONAL      */
/* ==================== */
.psico-profissional {
    width: 100%;
    padding: 80px 5%;
    background: transparent;
}

.psico-profissional-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 44px;
}

.psico-profissional-foto-col {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 14px;
}

.psico-profissional-foto {
    width: 240px;
    height: 300px;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border-radius: 14px;
}

.psico-profissional-conteudo {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.psico-profissional-nome {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #781c2b;
    margin: 0 0 6px 0;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.psico-profissional-especialidade {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    color: #cc4e8f;
    font-weight: 600;
    margin-bottom: 20px;
}

.psico-profissional-texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.86rem;
    line-height: 1.8;
    color: rgba(120, 28, 43, 0.65);
    font-weight: 400;
    margin-bottom: 12px;
}

.psico-profissional-texto:last-child {
    margin-bottom: 0;
}

.psico-profissional-texto strong {
    color: #781c2b;
    font-weight: 600;
}

/* ==================== */
/* 6. CTA               */
/* ==================== */
.psico-cta {
    width: 100%;
    padding: 70px 5% 80px;
    background: transparent;
    text-align: center;
}

.psico-cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.psico-cta-titulo {
    font-family: 'ClashDisplay', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #781c2b;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
}

.psico-cta-texto {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    color: rgba(120, 28, 43, 0.6);
    line-height: 1.75;
    margin-bottom: 30px;
}

.psico-cta-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
    background: #781c2b;
    padding: 15px 38px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.35s ease;
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.psico-cta-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(120, 28, 43, 0.25);
    text-decoration: none;
    color: #fff;
}

.psico-cta-nota {
    display: block;
    margin-top: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    color: rgba(120, 28, 43, 0.4);
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* ==================== */
/* BLOCO FINAL          */
/* ==================== */
.psico-bloco-final {
    background: linear-gradient(135deg, #e87abf 0%, #d25ba3 50%, #b8408a 100%);
}

.psico-voltar-wrap {
    text-align: center;
    padding: 50px 5%;
}

.psico-voltar-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 13px 32px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 50px;
}

.psico-voltar-inline:hover {
    background: rgba(255,255,255,0.2);
    border-color: #fff;
    color: #fff;
}

.psico-voltar-inline svg {
    transition: transform 0.3s ease;
}

.psico-voltar-inline:hover svg {
    transform: translateX(-3px);
}

/* ==================== */
/* RESPONSIVO           */
/* ==================== */
@media (max-width: 1100px) {
    .psico-beneficios-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 900px) {
    .psico-hero {
        min-height: 340px;
        padding: 140px 5% 60px;
    }

    .psico-hero-titulo {
        font-size: 2.3rem;
    }

    .psico-profissional-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .psico-profissional-conteudo {
        align-items: center;
    }

    .psico-profissional-foto {
        width: 200px;
        height: 250px;
    }

    .psico-como-etapas {
        flex-direction: column;
        gap: 16px;
    }

    .psico-etapa-divisor {
        transform: rotate(90deg);
        padding: 4px 0;
    }
}

@media (max-width: 640px) {
    .psico-hero-titulo {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .psico-hero-sub {
        font-size: 0.95rem;
    }

    .psico-beneficios-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .psico-oque-titulo,
    .psico-como-titulo {
        font-size: 1.4rem;
    }

    .psico-beneficios-titulo {
        font-size: 1.3rem;
    }

    .psico-profissional-foto {
        width: 180px;
        height: 230px;
    }

    .psico-cta-titulo {
        font-size: 1.3rem;
    }
}
