/* =========================
   1. CONFIGURAÇÕES BASE
========================= */
:root {
    --primary-blue: #1a3a5a;
    --alert-red: #e60000;
    --bg-light: #f4f7f9;
    --gold: #ffcc00;
    --text-dark: #333;
    --text-medium: #555;
    --border-light: #d1d9e6;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-dark);
    line-height: 1.6;
}

img,
video {
    display: block;
    max-width: 100%;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
}

/* =========================
   2. HEADER
========================= */
.medical-news-bar {
    background-color: var(--primary-blue) !important;
    padding: 12px 0;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.news-tag {
    color: var(--gold) !important;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.date-bar {
    background-color: #ffffff;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
    color: var(--text-medium);
    border-bottom: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   3. ESTRUTURA GERAL
========================= */
section {
    padding: 35px 25px;
    text-align: center;
}

h1 {
    color: var(--primary-blue);
    font-size: 26px;
    line-height: 1.2;
    padding: 0 14px;
    margin: 0 auto 10px;
    text-align: center !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    max-width: 900px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   4. HERO / PRIMEIRA DOBRA
========================= */
.hero {
    padding: 10px 20px 24px !important;
}

.subheadline {
    max-width: 760px;
    margin: 6px auto 10px !important;
}

.subheadline p,
.hero p,
.vsl-section p,
.symptom-alert {
    text-align: center !important;
    max-width: 760px;
    margin: 0 auto !important;
    display: block;
    font-size: 0.85rem !important;
    line-height: 1.35 !important;
    color: #555 !important;
}

/* =========================
   5. VÍDEO / MÍDIAS
========================= */
.video-link-wrapper {
    text-decoration: none;
    display: block;
    max-width: 520px;
    margin: 0 auto;
}

.video-container,
.image-placeholder {
    width: 100% !important;
    max-width: 500px !important;
    height: 300px !important;
    border-radius: 12px;
    margin: 10px auto !important;
    display: block;
    overflow: hidden;
    position: relative;
    background: #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.video-container video,
.image-placeholder img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* =========================
   6. PLAY BUTTON
========================= */
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background: rgba(230, 0, 0, 0.9) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border: 2px solid #fff;
}

.play-icon {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 20px solid white;
    margin-left: 5px;
}

/* =========================
   7. CTA
========================= */
.btn-cta {
    display: block;
    background: linear-gradient(180deg, #e60000, #b30000) !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    margin: 12px auto 0 !important;
    width: 95% !important;
    max-width: 420px !important;
    padding: 16px 10px;
    font-size: 15px;
    line-height: 1.25;
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.5) !important;
    text-transform: uppercase;
    white-space: normal;
}

.small-btn {
    max-width: 420px !important;
}

/* =========================
   8. SEÇÃO SYMPTOMS
========================= */
.symptoms .image-placeholder {
    max-width: 520px !important;
    height: 280px !important;
    object-fit: cover !important;
    border: 2px solid #eee;
}

.intro-text {
    color: #333;
    max-width: 700px;
    margin: 0 auto 20px auto !important;
}

.symptom-list {
    list-style: none !important;
    padding: 0 !important;
    max-width: 600px;
    margin: 25px auto !important;
    text-align: left;
}

.symptom-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
}

.symptom-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--alert-red);
    font-weight: bold;
    font-size: 20px;
}

/* =========================
   9. IMAGEM DA MULHER
========================= */
#lady-image {
    width: 100% !important;
    max-width: 380px !important;
    height: 400px !important;
    object-fit: cover !important;
    object-position: center 15% !important;
    border-radius: 20px !important;
    margin: 20px auto !important;
    display: block !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* =========================
   10. FAILED TREATMENTS
========================= */
.failed-treatments {
    background: #fff;
}

.content-wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.main-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 16px;
    color: #333;
}

.analogy-box {
    background: #fff0f0;
    border-left: 5px solid var(--alert-red);
    padding: 25px;
    margin: 25px 0;
    font-style: italic;
    text-align: left;
    color: var(--primary-blue);
    border-radius: 8px;
}

.bridge-statement {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 25px 0;
}

.highlight-discovery {
    background: var(--primary-blue);
    color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    margin: 25px 0;
    line-height: 1.6;
    font-size: 19px;
    text-align: center;
}

/* =========================
   11. MECANISMO
========================= */
.mechanism {
    background-color: var(--primary-blue) !important;
    padding: 60px 20px !important;
    color: #ffffff !important;
}

.mechanism-container {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.mechanism-text {
    flex: 1.2;
    text-align: left;
    min-width: 300px;
}

.mechanism-text h2,
.mechanism h2 {
    color: var(--gold) !important;
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
}

.mechanism-image img {
    width: 100%;
    max-width: 450px;
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* =========================
   12. TESTEMUNHOS
========================= */
.testimonials {
    background: #f8fafc;
}

.testimonials-grid {
    max-width: 760px;
    margin: 0 auto;
}

.testimonial-card {
    background: #ffffff !important;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--primary-blue);
    text-align: left;
    margin-bottom: 20px;
}

/* =========================
   13. FAQ
========================= */
.faq-box {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}

details summary {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    font-weight: 700;
    color: var(--primary-blue);
    cursor: pointer;
    gap: 10px;
}

details summary::-webkit-details-marker {
    display: none;
}

/* =========================
   14. RODAPÉ
========================= */
.site-footer {
    background-color: var(--primary-blue) !important;
    padding: 40px 20px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 11px;
}

.footer-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center !important;
}

.site-footer p {
    font-size: 11px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 15px;
    text-align: center !important;
    display: block;
}

.footer-links {
    margin: 20px 0;
    display: block;
    text-align: center;
}

.footer-links a {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 12px;
    margin: 0 10px;
    opacity: 0.8;
    display: inline-block;
}

.copyright {
    margin-top: 20px;
    opacity: 0.6;
}

/* =========================
   15. TABLET
========================= */
@media (max-width: 768px) {
    section {
        padding: 30px 18px;
    }

    h1 {
        font-size: 24px;
    }

    .mechanism-container {
        gap: 28px;
    }

    .mechanism-text,
    .mechanism-image {
        min-width: unset;
        width: 100%;
    }

    .mechanism-text,
    .mechanism-text h2,
    .mechanism h2 {
        text-align: center !important;
    }
}

/* =========================
   16. MOBILE
========================= */
@media (max-width: 600px) {
    .hero {
        padding: 8px 14px 14px !important;
    }

    h1,
    .hero h1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        margin: 0 auto 8px !important;
        padding: 0 8px !important;
        max-width: 95% !important;
    }

    .subheadline {
        max-width: 90%;
        margin: 6px auto 8px !important;
    }

    .subheadline p,
    .hero p {
        font-size: 13px !important;
        line-height: 1.35 !important;
        color: #555 !important;
    }

    .video-link-wrapper {
        max-width: 300px !important;
    }

    .video-container {
        height: 180px !important;
        max-width: 300px !important;
        margin: 8px auto !important;
    }

    .play-button-overlay {
        width: 56px;
        height: 56px;
    }

    .btn-cta {
        font-size: 13px !important;
        padding: 14px 10px !important;
        margin: 10px auto 0 !important;
        width: 90% !important;
        max-width: 320px !important;
        line-height: 1.25 !important;
    }

    .mechanism-text h2,
    .mechanism h2 {
        font-size: 22px !important;
        text-align: center !important;
    }

    .mechanism-text {
        text-align: center;
        min-width: unset;
    }

    #lady-image {
        max-width: 280px !important;
        height: 320px !important;
    }

    .footer-links a {
        margin: 6px 8px;
    }
}