
:root {
    --teal-dark: #148581;
    --teal-light: #68A7A8;
    --text-color: #4A4A4A;
    --bg-pink: #FF8F8C;
    --background-light: #f8f9fa;
    --background-medium: #F2F2F2;
}

.text-pink {
    color: var(--bg-pink);
}

.text-secondary-color {
    color: var(--teal-dark);
}

.main-content-novo-pre-natal h1,
.main-content-novo-pre-natal h2,
.main-content-novo-pre-natal h3,
.main-content-novo-pre-natal h5,
.main-content-novo-pre-natal p,
.main-content-novo-pre-natal li,
.main-content-novo-pre-natal a,
.main-content-novo-pre-natal span,
.main-content-novo-pre-natal strong,
.main-content-novo-pre-natal div {
    font-family: Arial, sans-serif;
}

.main-content-novo-pre-natal .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-content-novo-pre-natal h2 {
    font-size: 36px;
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: 30px;
}

.bg-teal {
    background-color: var(--teal-dark);
    color: white;
}

.bg-teal h2 {
    color: white;
}

.text-center {
    text-align: center;
}

.text-center h2 {
    font-weight: 400 !important;
}

.text-center h2 .text-pink {
    font-weight: 700;
}

.btn-principal {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    background-color: var(--teal-light);
    color: white;
    border: 2px solid var(--teal-light);
    margin: 5px;
}

.btn-pink {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    background-color: var(--bg-pink);
    color: white;
    border: 2px solid var(--bg-pink);
    margin: 5px;
}


.btn-outline {
    background-color: transparent;
    color: var(--teal-light);
}

.btn-light {
    background-color: white;
    color: var(--teal-dark);
    border-color: white;
}

/* --- Seção 1: Hero --- */
.hero-pre-natal {
    padding: 80px 0;
}

.hero-pre-natal .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-pre-natal .hero-text-content {
    max-width: 50%;
}

.hero-pre-natal .hero-text-content h1 {
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-pre-natal .hero-text-content h1 .text-secondary-color {
    font-weight: 700;
}

.hero-pre-natal .hero-text-content p {
    font-size: 16px;
    color: var(--text-color);
    margin-bottom: 30px;
}

.hero-pre-natal .hero-text-content .btn-agendar {
    background-color: #499490;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.hero-pre-natal .hero-image-content {
    max-width: 45%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    &::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -55%);
        width: calc(90% + 20px);
        height: calc(90% + 20px);
        border-radius: 50%;
        border: 3px solid var(--teal-dark);
        z-index: 0;
    }
}

.hero-pre-natal .hero-image-content img {
    width: 90%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/* --- Seção 2: Cuidados Completos --- */
.cuidados-completos {
    padding: 5rem 0;
    background: var(--background-medium);
}

.cuidados-completos .container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.cuidados-texto h2 {
    font-weight: 400;
}

.cuidados-texto h2 .text-secondary-color {
    font-weight: 700;
}

.cuidados-texto p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
}

.cuidados-texto {
    flex: 1;
}

.cuidados-imagem {
    flex: 1;
    margin-left: 80px;
}

.cuidados-imagem {
    align-self: stretch;
}

.cuidados-imagem img {
    width: 90%;
    height: max(350px);
    border-radius: 15px;
    object-fit: cover;
}

.cuidados-texto .btn-agendar {
    background-color: #499490;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}


/* --- Seção 3: O que é --- */

.o-que-e {
    padding: 5rem 0;
}

.o-que-e .container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.o-que-e-texto h2 {
    font-weight: 400;
}

.o-que-e-texto h2 .text-secondary-color {
    font-weight: 700;
}

.o-que-e-imagem, .o-que-e-texto {
    flex: 1;
}

.o-que-e-imagem img {
    width: 90%;
    border-radius: 15px;
}

/* --- Seção 4: Como Funciona --- */
.como-funciona {
    padding: 5rem 0;
    background: linear-gradient(to right, #148581, #051F1E);
}

.como-funciona .cards-container {
    display: flex;
    gap: 30px;
    margin: 40px 0;
}

.como-funciona .card {
    flex: 1;
    background-color: var(--background-light);
    border-radius: 10px;
    border-left: 5px solid var(--bg-pink);
}

.como-funciona .card p {
    padding: 1.8rem 0.2rem 0 0.7rem;
    line-height: 1.2;
    font-size: 16px !important;
    color: var(--text-color);
}

.como-funciona .card img {
    width: 100%;
    border-radius: 5px 10px 0 0;
    height: max(140px);
    object-fit: cover;
}

/* --- Seção 5: Exames --- */
.exames {
    background-color: var(--background-light, #f8f9fa);
    padding: 5rem;
}

.exames-texto {
    display: flex;
    gap: 5rem;
}

.exames-texto .flex-texto h2 {
    color: var(--text-color);
    font-weight: 600;
}

.exames ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 350px));
    gap: 20px;
}

.exames li {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    color: white;
    aspect-ratio: 3 / 4;
}

.exames li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exames .exame-info {
    font-size: 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px 20px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.exames .exame-info strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
}

/* --- Seção 6: Benefícios --- */
.beneficios {
    padding: 5rem;
    background: linear-gradient(to right, #148581, #051F1E);
}

.beneficios-subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    color: #D1E2E2;
    margin-bottom: 24px;
}

.beneficios .container {
    display: flex;
    gap: 80px;
}

.beneficios-coluna-title {
    display: flex;
}

.beneficios-coluna {
    flex: 1;
}

.beneficios-coluna ul {
    list-style: none;
    padding: 0;
}

.beneficios-coluna ul li {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px;
    padding-left: 50px;
    position: relative;
    margin-bottom: 15px;
}

.beneficios-coluna ul li h5 {
    font-size: 1.5rem;
}

.beneficios-coluna ul li p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    color: var(--background-light);
}

.beneficios .text-center {
    margin-top: 40px;
}

/* --- Seção 7: FAQ --- */
.faq {
    padding: 5rem 0;
    background: var(--background-light, #f9fafb);
}

.faq .container {
    max-width: 800px;
    margin: 0 auto;
}

.faq h2.text-center {
    text-align: center;
    color: var(--teal-dark);
    font-size: 2rem;
    margin-bottom: 2rem;
}

.faq-item {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    padding: 20px 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-pergunta {
    font-weight: 600;
    color: var(--text-color, #333);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.faq-pergunta::after {
    content: '+';
    font-size: 14px;
    color: var(--background-light);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--teal-dark);
    padding: 12px;
    transition: all 0.3s ease;
}

.faq-item.active .faq-pergunta::after {
    content: '×';
    transform: rotate(90deg);
    color: var(--background-light);
    background: var(--teal-dark);
}

.faq-item.active .faq-resposta::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    margin: 10px 0 15px;
}

.faq-resposta {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-item.active .faq-resposta {
    padding-top: 10px;
}

.cta-final {
    padding: 0;
    background: linear-gradient(to right, #148581, #051F1E);
}

.cta-final .container {
    display: flex;
    align-items: center;
    padding: 0;
}

.cta-final-texto {
    flex: 1;
    padding: 60px;
    margin-right: 60px;
}


.cta-final-texto h3 {
    font-weight: 400;
}

.cta-final-imagem {
    flex: 1;
}

.cta-final-imagem img {
    width: 100%;
    display: block;
}


@media (max-width: 992px) {
    .beneficios .container {
        gap: 0;
    }

    .main-content-novo-pre-natal h2 {
        font-size: 30px;
    }

    .hero-pre-natal .hero-text-content h1 {
        font-size: 38px;
    }

    .exames ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .como-funciona .card img{
        object-position: 13% 12%;
    }
    .beneficios {
        padding: 2rem 0;
    }

    .hero-pre-natal {
        padding-top: 80px;
        padding-bottom: 2rem;
    }

    .cuidados-completos {
        padding: 2rem 0;
    }

    .o-que-e {
        padding: 2rem 0;
    }

    .como-funciona {
        padding: 2rem 0;
    }

    .beneficios-coluna {
        padding: 0 2rem;
    }

    .cuidados-imagem img {
        width: 100%;
    }

    .o-que-e-imagem img {
        width: 100%;
    }

    .como-funciona .cards-container {
        gap: 10px;
    }


    .main-content-novo-pre-natal h2 {
        font-size: 26px;
        text-align: center;
    }
    .faq {
        padding: 2rem 0;
    }


    .hero-pre-natal .hero-text-content h1 {
        font-size: 32px;
    }

    .hero-pre-natal .container,
    .cuidados-completos .container,
    .o-que-e .container,
    .como-funciona .cards-container,
    .beneficios .container,
    .cta-final .container {
        flex-direction: column;
    }

    .cuidados-texto, .cuidados-imagem,
    .o-que-e-imagem, .o-que-e-texto {
        text-align: center;
        margin: 0;
    }

    .beneficios-coluna-title.container {
        margin-bottom: 1rem;
    }

    .beneficios-subtitle {
        text-align: justify;
    }

    .o-que-e .container {
        flex-direction: column-reverse;
        gap: 0;
    }

    .hero-pre-natal .hero-text-content,
    .hero-pre-natal .hero-image-content {
        max-width: 100%;
        flex-basis: auto;
        text-align: center;

        &::before {
            margin-top: 3.5rem;
            transform: translate(-50%, -58%);
            width: calc(100% + 10px);
            height: calc(90%);
        }
    }

    .hero-pre-natal .hero-image-content img {
        margin-top: 3.5rem;
    }

    .exames {
        padding: 2rem;
    }

    .exames-texto {
        flex-direction: column;
    }

    .exames ul {
        grid-template-columns: 1fr;
    }

    .exames li img  {
        object-position: 27% top;
    }

    .cta-final-texto {
        padding: 40px 20px;
        text-align: center;
        margin: 0 auto;
    }
    .exames-texto{
        gap:0;
    }
}