/* ==========================================================================
   ESTILOS BASE
   ========================================================================== */

/* ==========================================================================
   SEÇÃO DE DEPOIMENTOS
   ========================================================================== */
.testimonials-section {
    background-color: #887F75;
    color: white;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonials-section .section-title {
    font-size: 2.5rem;
    margin: 0 0 60px 0;
    font-weight: 600;
    color: white;
    font-family: 'THE SEASONS', sans-serif;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.testimonials-section .section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #EEDDDE;
    margin: 15px auto 0;
}

.section-subtitle {
    font-size: 1.1rem;
    margin-top: -40px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonials-grid {
    display: flex;
    justify-content: center;
    align-items: stretch; /* Garante que os cards tenham a mesma altura */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 30px;
    color: #333;
    width: 350px; /* Largura fixa */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: auto; /* Permite que o flex container faça o stretch para igualar alturas */
    align-self: stretch; /* Garante que cada card ocupe a mesma altura no desktop */
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.stars {
    color: #FFD700;
    font-size: 1.2rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.testimonial-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: #2c3e50;
    font-family: 'THE SEASONS', sans-serif !important;
}

.testimonial-text {
    line-height: 1.7;
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    font-style: italic;
    position: relative;
    padding-left: 20px;
}

.testimonial-text:before {
    content: '"';
    position: absolute;
    left: -5px;
    top: -10px;
    font-size: 3rem;
    color: rgba(0,0,0,0.1);
    font-family: Georgia, serif;
    line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .testimonial-card {
        width: 300px;
    }
}

@media (max-width: 992px) {
    .testimonials-grid {
        flex-wrap: wrap;
    }
    
    .testimonial-card {
        width: 100%;
        max-width: 350px;
    }
}

@media (max-width: 768px) {
    .testimonials-section .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .testimonial-card {
        width: 100%;
        max-width: 100%;
        padding: 25px;
    }
}

/* ==========================================================================
   ESTILOS BASE
   ========================================================================== */

/* Estilos para acessibilidade - navegação por teclado */
.keyboard-navigation :focus {
    outline: 3px solid #77929d !important;
    outline-offset: 3px;
    box-shadow: 0 0 0 3px rgba(119, 146, 157, 0.3);
    transition: outline-offset 0.1s ease;
}

/* ==========================================================================
   SEÇÃO 5 - A ABORDAGEM QUE VAI TRANSFORMAR SUA SAÚDE
   ==========================================================================
   Direção: design premium, sem gradientes, microinterações sutis, grid 3x2
   com scroll-snap no mobile, tipografia Actioness + Century Gothic.
   Cores: títulos #5a7a85, acentos #77929d, detalhes #a6a784
   ==========================================================================
*/
.approach-section {
    padding: 96px 0 88px;
    background: #FFFFFF; /* mantém contraste com seção anterior */
}

.approach-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.approach-header { text-align: center; margin-bottom: 24px; }
.kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(119,146,157,0.12);
    color: #5a7a85;
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: 12px;
}
.approach-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.3rem;
    line-height: 1.2;
    color: #5a7a85;
    margin-bottom: 10px;
}
.approach-subtitle {
    font-family: 'Playfair Display', sans-serif;
    color: #3b4a50;
    font-size: 1.06rem;
    max-width: 820px;
    margin: 0 auto;
}
.approach-intro {
    font-family: 'Playfair Display', sans-serif;
    color: #334045;
    text-align: center;
    margin: 26px auto 28px;
}

/* 6 PILARES */
.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}
.pillar-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: box-shadow .25s ease, transform .25s ease;
}
.pillar-card:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
.pillar-icon { font-size: 26px; line-height: 1; margin-bottom: 8px; }
.pillar-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.25rem;
    color: #5a7a85;
}
.pillar-sub {
    font-family: 'Playfair Display', sans-serif;
    font-style: italic;
    color: #4a6b75;
    margin: 2px 0 8px;
}
.pillar-desc {
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.98rem;
    color: #1a202c;
}

/* PROCESSO 3 ETAPAS */
.process { margin-top: 18px; }
.process-header { text-align: center; margin-bottom: 10px; }
.process-title { font-family: 'Playfair Display', sans-serif; color: #5a7a85; font-size: 1.6rem; }
.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    counter-reset: step;
}
.step {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}
.step-badge {
    width: 32px; height: 32px; border-radius: 50%;
    background: #77929d; color: #fff;
    display: inline-flex; align-items: center; justify-content: center;
    font-family: 'Playfair Display', sans-serif; font-weight: 700;
    margin-bottom: 8px;
}
.step-title { font-family: 'Playfair Display', sans-serif; color: #3b4a50; margin-bottom: 6px; }
.step-desc { font-family: 'Playfair Display', sans-serif; color: #334045; margin-bottom: 8px; }
.step-bullets { padding-left: 18px; font-family: 'Playfair Display', sans-serif; color: #1a202c; }
.step-bullets li { margin: 4px 0; }

/* MEVPLAN HIGHLIGHT */
.mevplan {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    align-items: center;
    margin-top: 46px;
    background: rgba(166,167,132,0.08);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 18px;
    padding: 22px;
}
.mevplan-title { font-family: 'Playfair Display', sans-serif; color: #5a7a85; font-size: 1.5rem; margin-bottom: 6px; }
.mevplan-desc { font-family: 'Playfair Display', sans-serif; color: #334045; margin-bottom: 10px; }
.mevplan-list { font-family: 'Playfair Display', sans-serif; color: #1a202c; columns: 2; column-gap: 24px; }
.mevplan-list li { break-inside: avoid; margin: 4px 0; }
.mevplan-visual { display: flex; justify-content: center; }
.mevplan-card {
    width: 100%; max-width: 360px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.07);
}
.mevplan-chip { display: inline-block; padding: 6px 10px; border-radius: 999px; background: rgba(119,146,157,0.12); color: #5a7a85; font-family: 'Playfair Display', sans-serif; font-weight: 700; font-size: .85rem; }
.mevplan-rows { display: grid; gap: 6px; margin: 12px 0; }
.mevplan-rows .row { display: block; height: 8px; border-radius: 6px; background: rgba(0,0,0,0.06); }
.mevplan-rows .r1 { width: 88%; }
.mevplan-rows .r2 { width: 72%; }
.mevplan-rows .r3 { width: 64%; }
.mevplan-rows .r4 { width: 92%; }
.mevplan-rows .r5 { width: 56%; }
.mevplan-graph { height: 120px; border-radius: 10px; background: repeating-linear-gradient(90deg, rgba(119,146,157,0.14), rgba(119,146,157,0.14) 6px, transparent 6px, transparent 12px), linear-gradient(180deg, rgba(119,146,157,0.08), rgba(119,146,157,0.02)); }

/* POR QUE FUNCIONA */
.why-works { margin-top: 42px; text-align: center; }
.why-works-title { font-family: 'Playfair Display', sans-serif; color: #5a7a85; font-size: 1.6rem; margin-bottom: 6px; }
.why-works-desc { font-family: 'Playfair Display', sans-serif; color: #334045; margin: 0 auto 12px; max-width: 820px; }
.why-works-examples { font-family: 'Playfair Display', sans-serif; color: #1a202c; max-width: 820px; margin: 0 auto; text-align: left; }
.why-works-examples li { margin: 6px 0; }

/* TRANSFORMAÇÃO + CTA */
.transformation { margin-top: 42px; text-align: center; }
.transformation-title { font-family: 'Playfair Display', sans-serif; color: #5a7a85; font-size: 1.6rem; }
.transformation-desc { font-family: 'Playfair Display', sans-serif; color: #334045; margin: 8px 0; }
.transformation-sub { font-family: 'Playfair Display', sans-serif; font-style: italic; color: #4a6b75; }
.approach-cta { margin-top: 20px; }
.approach-cta .cta-sub { margin-top: 6px; color: #3b4a50; font-family: 'Playfair Display', sans-serif; font-size: .95rem; }

/* RESPONSIVIDADE */
@media (max-width: 1100px) {
    .pillars-grid { grid-template-columns: repeat(2, 1fr); }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .mevplan { grid-template-columns: 1fr; }
    .mevplan-list { columns: 1; }
}
@media (max-width: 720px) {
    .approach-title { font-size: 2rem; }
    .pillars-grid {
        grid-auto-flow: column;
        grid-auto-columns: 80%;
        display: grid;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }
    .pillar-card { scroll-snap-align: start; }
    .process-steps { grid-template-columns: 1fr; }
    .why-works-examples { padding: 0 4px; }
}
@media (prefers-reduced-motion: reduce) {
    .pillar-card { transition: none; }
}

/* Importação de fontes */
@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/actioness.woff2') format('woff2'),
        url('fonts/actioness.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Playfair Display', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f9f7f4;
    /* Fundo off-white */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   LAYOUT PRINCIPAL
   ========================================================================== */

/* Container principal */
.container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
    width: 100%;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

/* Hero Section - Container principal */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Altura total da viewport */
    overflow: hidden;
    /* Evitar que conteúdo ultrapasse */
    max-height: 100vh;
    /* Garantir que não ultrapasse a altura da viewport */
}

/* Background da Hero Section */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* Altura total da viewport */
    background-image: url('secao hero fundo camila desktop.png');
    background-size: cover;
    /* Cobrir toda a área, sem listras */
    background-repeat: no-repeat;
    /* Evitar repetição da imagem */
    background-position: center;
    z-index: -1;
}

/* Overlay escuro para desktop */
.hero-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* Conteúdo textual da Hero */
.hero-content {
    flex: 0 0 55%;
    padding: 60px 20px 60px 180px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Removido o overlay problemático que causava a faixa vertical */

/* Credenciais */
.credentials {
    margin-bottom: 30px;
}

.credentials h1 {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.2rem;
    font-weight: 500;
    color: #a6a784;
    /* Cor principal */
    margin-bottom: 8px;
}

.credentials p {
    font-size: 1rem;
    color: #77929d;
    /* Cor secundária */
    margin-bottom: 4px;
}

/* Logo Container */
.logo-container {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.logo {
    height: 80px;
    width: auto;
    object-fit: contain;
}

/* Specialty Text */
.specialty-text {
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Main Title */
.main-title {
    font-family: 'The Seasons', serif;
    font-size: 3.6rem;
    line-height: 1.2;
    color: white;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: -0.3px;
    max-width: 100%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.accent-text {
    color: #77929d;
    font-weight: 500;
}

/* Description */
.description {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.3rem;
    line-height: 1.6;
    color: white;
    margin-bottom: 36px;
    max-width: 90%;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.description strong {
    color: #4a6b75;
    font-weight: 700;
}

/* Location */
.location {
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.95rem;
    color: #77929d;
    margin-bottom: 32px;
    font-weight: 500;
}

/* CTA Button */
.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #EEDDDE;
    color: #333;
    padding: 14px 28px;
    border-radius: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(238, 221, 222, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    animation: whatsappPulse 2s ease-in-out infinite;
    width: fit-content;
}

.whatsapp-icon {
    width: 20px;
    height: 20px;
    animation: whatsappSpin 3s linear infinite;
}

@keyframes whatsappPulse {

    0%,
    100% {
        transform: scale(1) translateY(0);
        box-shadow: 0 6px 20px rgba(119, 146, 157, 0.4);
    }

    50% {
        transform: scale(1.05) translateY(-2px);
        box-shadow: 0 10px 30px rgba(119, 146, 157, 0.6);
    }
}

@keyframes whatsappSpin {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(-10deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.8s;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    background: #EEDDDE;
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 12px 35px rgba(238, 221, 222, 0.8);
    animation: whatsappShake 0.5s ease-in-out;
}

@keyframes whatsappShake {

    0%,
    100% {
        transform: scale(1.08) translateY(-4px) rotate(0deg);
    }

    25% {
        transform: scale(1.08) translateY(-4px) rotate(1deg);
    }

    75% {
        transform: scale(1.08) translateY(-4px) rotate(-1deg);
    }
}

/* Location Info */
.location-info {
    margin-bottom: 32px;
}

.location-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    color: #77929d;
    font-weight: 500;
}

.location-icon {
    font-size: 1.1rem;
}

/* Features */
.features {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.feature-icon {
    color: #1e7cb4;
    /* Azul mais vibrante para o ícone */
    font-size: 1.4rem;
    line-height: 1;
    min-width: 24px;
    display: flex;
    justify-content: center;
}

.feature-text {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.05rem;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
    padding-top: 2px;
}

/* Botões CTA */
.cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
    position: relative;
    /* Garantir que o z-index funcione */
    z-index: 20;
    /* Valor alto para garantir que fique acima de tudo */
}

/* Estilo base para botões */
.btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Botão primário - CTA principal */
.btn-primary {
    background: linear-gradient(135deg, #77929d, #5a7a85);
    color: white;
    border: none;
    padding: 20px 45px;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 8px 25px rgba(119, 146, 157, 0.4);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #5a7a85, #4a6b75);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(119, 146, 157, 0.5);
}

.btn-icon {
    font-size: 1.2rem;
    filter: brightness(1.2);
}

/* Botão secundário - CTA secundário */
.btn-secondary {
    background-color: transparent;
    color: #1e4b6d;
    /* Azul escuro para combinar com os títulos */
    border: 2px solid #1e4b6d;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 1.05rem;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgba(119, 146, 157, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Imagem da Hero */
.hero-image {
    flex: 0 0 45%;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: flex-end;
}

.hero-image img {
    width: 38vw;
    height: auto;
    max-height: none;
    max-width: 38vw;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    object-position: bottom right;
    z-index: 1;
    margin-left: 0;
    pointer-events: none;
}

/* ==========================================================================
   RESPONSIVIDADE
   ========================================================================== */

/* Telas muito grandes - limitar layout */
@media (min-width: 1600px) {
    .hero {
        width: 100%;
        max-width: none;
        margin: 0;
        position: relative;
    }
    
    .hero-background {
        width: 100%;
        max-width: none;
        margin: 0;
        left: 0;
        transform: none;
    }
    
    .hero-image img {
        width: 34vw;
        height: auto;
        max-height: none;
        max-width: 34vw;
    }
    
    .hero-content {
        max-width: 800px;
    }
}

/* Desktop padrão (MacBook) — leve aumento e deslocamento à esquerda */
@media (min-width: 1024px) and (max-width: 1599px) {
    .hero-image img {
        width: 40vw;
        max-width: 40vw;
        height: auto;
        right: 1.5vw; /* empurra um pouco para a esquerda */
    }
}

/* Tablets e dispositivos menores */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }

    .hero-content,
    .hero-image {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .hero-content {
        padding: 40px 20px;
        order: 1;
        /* Conteúdo de texto fica em cima */
    }

    .hero-image {
        display: none;
        /* Esconder a imagem original no mobile */
    }

    .headline h2 {
        font-size: 2.8rem;
    }

    .subheadline {
        max-width: 100%;
    }
}

/* Mobile Image */
.mobile-image {
    display: none;
}

/* Dispositivos móveis - médios */
@media (max-width: 768px) {
    .hero-background {
        background-image: url('secao hero fundo camila mobile.png');
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #B6AA9C;
        height: auto;
        min-height: 140vh;
        padding-bottom: 0;
    }
    
    /* Overlay escuro para mobile */
    .hero-background::before {
        background: rgba(0, 0, 0, 0.3);
    }
    
    .hero {
        padding: 0;
        height: auto;
        min-height: 140vh;
        max-height: none;
        overflow: visible;
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }
    
    .hero-content {
        padding: 20px 20px 30px 20px;
        text-align: center;
        background: transparent;
        margin: 10px auto;
        order: 1;
        z-index: 10;
        max-width: 90%;
    }

    .hero-content::before {
        display: none;
    }

    .specialty-text {
        font-size: 0.75rem;
        line-height: 1.2;
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
        letter-spacing: 0.3px;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .main-title {
        font-size: 2.2rem;
        line-height: 1.1;
        max-width: 100%;
        text-align: center;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .description {
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        color: white;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .cta-button {
        margin: 20px auto 0 auto;
        display: block;
        width: fit-content;
    }

    .mobile-image {
        display: block;
        width: 100%;
        order: 2;
        position: relative;
        margin-top: 80px;
        padding: 0;
        box-sizing: border-box;
        flex: 1;
        display: flex;
        align-items: flex-end;
        min-height: 45vh;
        max-height: 65vh;
        overflow: visible;
    }

    .mobile-doctor-image {
        width: 85%;
        height: auto;
        display: block;
        object-fit: contain;
        object-position: bottom center;
        max-height: 60vh;
        margin: 0 auto;
        align-self: flex-end;
        margin-bottom: -5px;
    }

    .credentials h1 {
        font-size: 1.8rem;
    }

    .headline h2 {
        font-size: 2.4rem;
    }

    .subheadline p {
        font-size: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn {
        width: 100%;
    }
}



/* Dispositivos móveis - pequenos */
@media (max-width: 480px) {
    .hero {
        padding: 30px 0;
    }

    .credentials h1 {
        font-size: 1.6rem;
    }

    .headline h2 {
        font-size: 2rem;
    }

    .feature-item {
        margin-bottom: 12px;
    }
}

/* 
Botão WhatsApp Flutuante */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    color: white;
}

@keyframes whatsappFloatPulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6);
    }
}

@keyframes whatsappFloatSpin {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.whatsapp-float:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.6);
}

@keyframes whatsappFloatShake {

    0%,
    100% {
        transform: scale(1.15) rotate(0deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    75% {
        transform: scale(1.15) rotate(-5deg);
    }
}

/* ===
=======================================================================
   SEÇÃO CONHEÇA A DRA. LAURA
   ========================================================================== */

/* About Section */
.about-section {
    padding: 80px 0;
    background-image: url('fundo secao 2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.15) 0%,
            rgba(255, 255, 255, 0.08) 50%,
            rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(2px);
    border-radius: 0;
    z-index: 1;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

/* About Title */
.about-title {
    font-family: 'The Seasons', serif !important;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #6d6e71 !important;
    font-weight: 600;
    margin-bottom: 30px;
    text-shadow: none;
    position: relative;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-break {
    display: none;
}

.about-title::after {
    content: none; /* remove a linha decorativa */
    display: none;
}

/* Cor específica da marca para o destaque dentro do título da seção 2 */
.about-title .highlight-text {
    color: #5a7a85;
}

.highlight-text {
    color: #D14D72;
    font-weight: 700;
}

/* Força TODAS as fontes da seção 2 para The Seasons (igual hero) */
.about-section * {
    font-family: 'The Seasons', serif !important;
    color: #6d6e71 !important;
}

/* About Description */
.about-description {
    font-family: 'The Seasons', serif !important;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #6d6e71 !important;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 769px) {
    .about-description {
        white-space: nowrap;
        font-size: 1.1rem;
    }
}

.about-description strong {
    color: inherit; /* mantém a mesma cor do parágrafo */
    font-weight: 700; /* apenas negrito */
}

/* Video Description */
.video-description {
    font-family: 'The Seasons', serif !important;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #6d6e71 !important;
    text-align: center;
    margin: 30px auto 40px auto;
    max-width: 800px;
    padding: 0 20px;
}

/* Desktop line break control */
.desktop-break {
    display: none;
}

@media (min-width: 769px) {
    .desktop-break {
        display: inline;
    }
    
    .about-title {
        font-size: 2.8rem;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    
    .video-description {
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 40px auto 50px auto;
        max-width: 900px;
    }
}

/* Arrow Indicator */
.arrow-indicator {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.arrow-down {
    width: 30px;
    height: 30px;
    color: #77929d;
    animation: arrowBounce 2s ease-in-out infinite;
    cursor: pointer;
}

@keyframes arrowBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 40px auto;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio padrão para evitar cortes */
    height: 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Video Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}



/* About CTA */
.about-cta {
    margin-top: 40px;
}

/* CTA Button na seção about - força fonte The Seasons */
.about-section .cta-button {
    font-family: 'The Seasons', serif !important;
    color: #333 !important;
}

/* ==========================================================================
   SEÇÃO 4 - POR QUE VOCÊ MERECE UMA ABORDAGEM DIFERENTE
   ========================================================================== */
.why-different-section {
    padding: 80px 0;
    background: #F8F3EA;
    /* base off-white para integração */
}

.why-different-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-header {
    text-align: center;
    margin-bottom: 40px;
}

.why-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #5a7a85; /* h2 mais escuro no tom da marca */
    margin-bottom: 12px;
}

.why-subtitle {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.1rem;
    color: #4a6b75;
    max-width: 800px;
    margin: 0 auto;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.why-column {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.why-column.left { /* tons neutros */
    background: rgba(0,0,0,0.02);
}

.why-column-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.6rem;
    color: #5a6b70; /* neutro mais escuro */
    margin-bottom: 18px;
}

.why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.why-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: 6px;
}

.why-icon.neutral {
    background: #b0b6b9; /* cinza neutro */
}

.why-icon.brand {
    background: #77929d; /* azul acinzentado marca */
}

.why-item-title {
    font-family: 'Playfair Display', sans-serif; /* subtítulo menor */
    font-size: 1.2rem;
    color: #3b4a50;
    margin-bottom: 6px;
}

.why-item-desc {
    font-family: 'Playfair Display', sans-serif; /* descritivo confortável */
    font-size: 0.98rem;
    color: #1a202c;
}

.why-transition {
    margin-top: 40px;
    text-align: center;
}

.impact-phrase {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.6rem;
    font-style: italic; /* itálico para impacto */
    color: #5a7a85;
    margin-bottom: 10px;
}

.soft-explain {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    color: #334045;
    max-width: 900px;
    margin: 0 auto;
}

.why-cta {
    margin-top: 28px;
    text-align: center;
}

/* Responsividade */
@media (max-width: 960px) {
    .why-grid {
        grid-template-columns: 1fr; /* coluna única no mobile */
    }
}

/* ===== Novo layout conciso/badges/itens em linha ===== */
.why-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    background: rgba(0,0,0,0.06);
    color: #3b4a50;
    margin-bottom: 14px;
}

.why-badge.brand {
    background: rgba(119,146,157,0.12);
    color: #5a7a85;
}

.why-list.compact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.why-item.line {
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    padding: 12px 14px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.98rem;
    color: #1a202c;
}

.why-column.right .why-item.line {
    background: rgba(119,146,157,0.06);
    border-color: rgba(119,146,157,0.18);
}

.why-item.line .why-icon {
    margin-top: 0;
    flex: 0 0 20px;
}

.why-transition.minimal {
    margin-top: 28px;
}

/* ==========================================================
   SEÇÃO HUMANIZADA (DARK, 2 COLUNAS)
   ========================================================== */
.human-approach-section {
    background: #1a1a1a; /* preto suave que contrasta mais */
    color: #eaecec;
    padding: 84px 0 24px; /* ainda mais próximo da próxima seção */
    display: flex;                /* centraliza verticalmente o conteúdo interno */
    align-items: center;          /* alinha o container ao centro vertical */
    min-height: 60vh;             /* altura confortável para centralização visual */
}

.human-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.human-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr; /* esquerda levemente maior */
    gap: 48px;
    align-items: center;
}


.human-kicker {
    display: inline-block;
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
    opacity: 0.9;
}

.human-impact {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2.6rem;
    line-height: 1.25;
    letter-spacing: -0.2px;
    color: #ffffff;
}

.human-text {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.86);
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    .human-approach-section { padding: 70px 0; min-height: 46vh; }
    .human-grid { grid-template-columns: 1fr; gap: 28px; }
    .human-impact { font-size: 2rem; }
    .human-text { font-size: 1rem; }
}

@media (max-width: 720px) {
    .human-approach-section { padding: 58px 0; min-height: 40vh; }
    .human-impact { font-size: 1.7rem; }
    .human-text { font-size: 0.95rem; }
}

/* ==========================================================
   SEÇÃO — 3 CARDS (MÉTODO COMPLETO)
   ========================================================== */
.method-cards-section {
    background: #0f1214; /* mantém continuidade visual escura */
    padding: 0; /* cards ocupam a seção inteira */
}

.method-cards-container {
    max-width: none; /* full-bleed */
    margin: 0;
    padding: 0;
}

.method-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0; /* colunas inteiras, sem espaçamento */
    min-height: 650px; /* altura ajustada conforme pedido */
}

.method-card {
    height: 100%;
    min-height: 650px;
    padding: 56px 56px;
    border-radius: 0; /* retângulos inteiros */
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px; /* aproxima elementos entre si */
    color: #ffffff;
}

/* Divisórias verticais sutis entre colunas (não no primeiro) */
.method-card + .method-card { border-left: 1px solid rgba(0,0,0,0.12); }

/* Cores definidas pelo usuário */
.method-card.color1 { background: #a6a784; }
.method-card.color2 { background: #8fa2ad; }
.method-card.color3 { background: #b8c4c9; }

.method-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; /* alinha à esquerda no desktop e mobile */
    line-height: 0;
    margin-bottom: 10px;
}
.method-icon-img { width: 90px; height: auto; opacity: .96; }

.method-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 6px; /* aproxima do texto */
    max-width: 22ch; /* largura menor para o título */
}

.method-desc {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
    max-width: 36ch; /* largura menor para o texto */
}

@media (max-width: 992px) {
    .method-cards-grid { grid-template-columns: 1fr; min-height: 0; }
    .method-card { min-height: 420px; padding: 32px 26px; border-left: 0; justify-content: center; }
    .method-title { max-width: 28ch; font-size: 1.7rem; margin-bottom: 6px; }
    .method-desc { max-width: 38ch; }
    .method-icon-img { width: 90px; }
}

/* When to Seek Section */
.when-to-seek-section {
    padding: 28px 0; /* aproxima bem da seção anterior */
    background: #E0C9C4;
    position: relative;
}

.when-to-seek-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.when-to-seek-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

/* Section Tag */
.section-tag {
    display: inline-block;
    background: rgba(119, 146, 157, 0.1);
    color: #77929d;
    padding: 8px 20px;
    border-radius: 20px;
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

/* When to Seek Title */
.when-to-seek-title {
    font-family: 'The Seasons', serif;
    font-size: 2.8rem;
    line-height: 1.2;
    color: #6d6e71;
    font-weight: 600;
    margin: 0 0 16px; /* remove possíveis margens no topo e reduz no bottom */
    text-shadow: none;
    position: relative;
}

.when-to-seek-title .highlight-text {
    color: #5a7a85;
    font-weight: 700;
}

/* (removido) Espaço adicional entre "explico" e "como" no desktop */

/* When to Seek Subtitle */
.when-to-seek-subtitle {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    color: #6d6e71;
    margin-bottom: 32px; /* menos espaço abaixo do subtítulo */
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Permitir quebra de linha no desktop */
@media (min-width: 1024px) {
    .when-to-seek-subtitle {
        max-width: 800px;
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 25px;
    margin-top: 50px;
}

/* Rodapé da seção Quando procurar */
.when-to-seek-footer {
    margin-top: 40px;
    text-align: center;
}

.when-to-seek-note {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #6d6e71;
    margin-bottom: 20px;
}

/* Symptom Card */
.symptom-card {
    background: #ffffff;
    border: 1px solid rgba(119, 146, 157, 0.15);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.symptom-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(119, 146, 157, 0.02), rgba(166, 167, 132, 0.02));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.symptom-card:hover::before {
    opacity: 1;
}

.symptom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(119, 146, 157, 0.15);
    border-color: rgba(119, 146, 157, 0.3);
}

/* Card Icon */
.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
}

.card-icon-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Card Title */
.card-title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #6d6e71;
    margin-bottom: 15px;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

/* Card Description */
.card-description {
    font-family: 'Playfair Display', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6d6e71;
    font-weight: 400;
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* ==========================================================================
   RESPONSIVIDADE - SEÇÃO QUANDO PROCURAR
   ========================================================================== */

/* Tablets - When to Seek Section */
@media (max-width: 992px) {
    .when-to-seek-section {
        padding: 60px 0;
    }

    .when-to-seek-title {
        font-size: 2.4rem;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .symptom-card {
        padding: 25px 20px;
    }
}

/* Mobile - When to Seek Section */
@media (max-width: 768px) {
    .when-to-seek-section {
        padding: 50px 0;
    }

    .when-to-seek-container {
        padding: 0 15px;
    }

    .when-to-seek-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .when-to-seek-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
        padding: 0 10px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 40px;
    }

    .symptom-card {
        padding: 25px 20px;
        margin: 0 10px;
    }

    .card-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .card-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
    }

    .card-description {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

/* ==========================================================================
   RESPONSIVIDADE - SEÇÃO ABOUT
   ========================================================================== */

/* Tablets */
@media (max-width: 992px) {
    .about-section {
        padding: 60px 0;
    }

    .about-title {
        font-size: 2.4rem;
    }

    .about-description {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .about-section {
        padding: 10px 0 50px 0;
        position: relative;
        z-index: 10;
        margin-top: -70px;
        clear: both;
    }

    .about-container {
        padding: 0 15px;
    }

    .about-title {
        font-size: 2rem;
        margin-bottom: 25px;
        text-align: center;
    }
    
    .mobile-break {
        display: inline;
    }

    .about-description {
        font-size: 1rem;
        margin-bottom: 30px;
        white-space: normal;
        text-align: center;
        display: block;
        width: auto;
        padding: 0 20px;
    }

    .video-container {
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .about-button {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* ==========================================================
   SEÇÃO — BIO (IMAGEM ESQ / TEXTO DIR)
   ========================================================== */
.bio-section {
  background: #EBE9E0;
  padding: 84px 0;
}

.bio-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bio-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr; /* imagem levemente menor */
  gap: 56px;
  align-items: start; /* permite alturas naturais diferentes */
}

.bio-image {
  position: relative;
  align-self: start; /* permite altura natural da imagem */
}

.bio-image img {
  width: 100%;
  height: auto; /* mantém proporções naturais */
  object-fit: contain; /* preserva a imagem completa sem cortes */
  object-position: center;
  display: block;
  /* removido border-radius para manter PNG natural */
  /* removido box-shadow para não criar "quadrado" */
}

.bio-content { display: flex; flex-direction: column; }

.bio-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #383838;
  margin: 0 0 8px;
}

.bio-title .break { display: inline-block; }

.bio-subtitle {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1rem;
  color: #4a4a4a;
  opacity: 0.9;
  margin-bottom: 10px;
}

/* divisória removida da bio */
.bio-divider { display: none; }

.bio-text p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #333;
  margin: 0 0 14px;
  max-width: 58ch;
}

.bio-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 28px;
  font-family: 'Playfair Display', sans-serif;
  color: #2c2c2c;
}

.bio-list li { margin-bottom: 8px; }

.bio-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px; /* botão mais curto */
  width: auto; /* evita alargar */
  max-width: max-content; /* mantém compacto */
}

@media (max-width: 992px) {
  .bio-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .bio-image { height: auto; } /* altura natural no mobile também */
  .bio-image img { height: auto; } /* altura natural no mobile também */
  .bio-title { font-size: 2rem; }
  .bio-subtitle { font-size: 0.9rem; }
  .bio-divider { width: 100%; }
}

/* =========================================================
   SEÇÃO — COMO FUNCIONA O ATENDIMENTO
   ========================================================= */

.how-it-works-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: visible;
}

.how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.how-it-works-grid {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 60px;
  align-items: start;
  min-height: 600px;
}

/* Título fixo à esquerda */
.how-it-works-title-section {
  position: sticky;
  top: 100px;
  height: fit-content;
}

.how-it-works-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
  color: #383838;
  margin: 0 0 24px;
  font-weight: 400;
}

.how-it-works-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #6d6e71;
  margin: 0;
  font-weight: 400;
}

/* Cards à direita */
.how-it-works-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.how-it-works-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(109, 110, 113, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.how-it-works-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.how-it-works-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #E0C9C4;
}

/* Header do card com número e imagem horizontal */
.card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E0C9C4;
  color: #ffffff;
  border-radius: 50%;
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  flex-shrink: 0;
}

.card-image {
  flex: 1;
  max-width: 200px; /* base para tablets */
}

.card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.card-content h3 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #383838;
  margin: 0 0 16px;
  font-weight: 500;
}

.card-content p {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #6d6e71;
  margin: 0;
  font-weight: 400;
}

/* Responsivo para tablets */
@media (max-width: 992px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    min-height: auto;
  }
  
  .how-it-works-title-section {
    position: static;
    text-align: center;
  }
  
  .how-it-works-title {
    font-size: 2.5rem;
  }
  
  .how-it-works-description {
    font-size: 1rem;
  }
  
  .how-it-works-cards {
    gap: 30px;
  }
  
  .how-it-works-card {
    padding: 24px;
  }
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  .how-it-works-section {
    padding: 60px 0;
  }
  
  .how-it-works-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  
  .how-it-works-description {
    font-size: 0.95rem;
  }
  
  .how-it-works-cards {
    gap: 24px;
  }
  
  .how-it-works-card {
    padding: 20px;
  }
  
  .card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
  }
  
  .card-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .card-image {
    max-width: 100%;
  }
  
  .card-content h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
  
  .card-content p {
    font-size: 0.95rem;
  }
}

/* Desktop — aumentar tamanho das imagens nos cards */
@media (min-width: 993px) {
  .how-it-works-card .card-image {
    max-width: 340px;
  }
}