/* Programa Metabólico & Emagrecimento — overlays anti-burnout landing */

.mp-landing .dr-hero h1 {
    max-width: 22ch;
    font-size: clamp(1.85rem, 4.4vw, 3.05rem);
    line-height: 1.08;
}

.mp-landing .dr-badge {
    max-width: 42rem;
    white-space: normal;
    line-height: 1.35;
    text-align: left;
}

.mp-landing .dr-hero .dr-lead {
    max-width: 46ch;
}

.mp-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 22px;
    font-size: 0.88rem;
    color: rgba(241, 248, 243, 0.9);
    line-height: 1.45;
}

.mp-stars {
    letter-spacing: 0.08em;
    color: #f3c56b;
}

.mp-social-sep {
    opacity: 0.45;
}

.mp-landing .dr-hero-media.mp-hero-panel {
    min-height: 0;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--lon-radius-lg);
    padding: 28px 24px;
    color: #f6fff9;
    box-shadow: 0 18px 40px rgba(16, 30, 20, 0.22);
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.mp-landing .dr-hero-media.mp-hero-panel::after {
    display: none;
}

.mp-hero-kicker {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(241, 248, 243, 0.72);
}

.mp-hero-panel-title {
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
}

.mp-hero-list {
    list-style: none;
    margin: 8px 0 4px;
}

.mp-hero-list li {
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(241, 248, 243, 0.88);
    padding: 8px 0 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mp-hero-list li:last-child {
    border-bottom: 0;
}

.mp-hero-price {
    font-size: 0.95rem;
    color: rgba(241, 248, 243, 0.9);
}

.mp-hero-panel .lon-btn {
    width: 100%;
    justify-content: center;
    margin-top: 6px;
}

.mp-pain {
    max-width: 1080px;
    margin: 0 auto;
}

@media (min-width: 960px) {
    .mp-pain {
        grid-template-columns: repeat(3, 1fr);
    }
}

.mp-landing #como-funciona.dr-platform {
    background: var(--ab-band, #f1f5f2);
    padding: clamp(40px, 6vw, 64px) 0;
}

.mp-landing #como-funciona.dr-platform::before {
    display: none;
}

.mp-landing #como-funciona h2 {
    font-size: clamp(1.55rem, 3.8vw, 2.2rem);
    max-width: 22ch;
    margin-left: auto;
    margin-right: auto;
}

.mp-phases {
    display: grid;
    gap: 16px;
}

@media (min-width: 900px) {
    .mp-phases {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
}

.mp-phase {
    background: #fff;
    border: 1px solid var(--lon-border);
    border-radius: var(--lon-radius);
    padding: 24px 20px;
    box-shadow: 0 10px 28px rgba(20, 34, 24, 0.05);
}

.mp-phase.is-mid {
    border-color: var(--lon-accent);
    box-shadow: 0 16px 36px rgba(37, 82, 53, 0.12);
}

.mp-phase-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lon-accent);
    margin-bottom: 8px;
}

.mp-phase h3 {
    font-size: 1.08rem;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    color: var(--ab-ink, #1f2a22);
}

.mp-phase ul {
    list-style: none;
}

.mp-phase li {
    font-size: 0.9rem;
    color: var(--ab-ink-mid, #3d554a);
    line-height: 1.5;
    padding: 7px 0 7px 16px;
    position: relative;
}

.mp-phase li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lon-accent);
}

/* Comparison table */
.mp-compare {
    border: 1px solid var(--lon-border);
    border-radius: var(--lon-radius-lg);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 40px rgba(20, 34, 24, 0.06);
}

.mp-compare-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 800px) {
    .mp-compare-row {
        grid-template-columns: 1.35fr 1fr 1fr;
    }
}

.mp-compare-row > * {
    padding: 14px 16px;
    font-size: 0.9rem;
    color: var(--ab-ink-mid, #3d554a);
    border-bottom: 1px solid var(--lon-border);
    line-height: 1.45;
}

.mp-compare-head > * {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ab-ink, #1f2a22);
    background: #f6f9f7;
}

.mp-compare-nu {
    background: #eef7f1;
    color: #1b5c38;
}

.mp-compare-full {
    background: #eaf0f8;
    color: #1d3d6e;
}

.mp-compare-feat {
    font-weight: 600;
    color: var(--ab-ink, #1f2a22);
    background: #fafcfb;
}

.mp-compare-row > :nth-child(2) {
    background: #f4faf6;
}

.mp-compare-row > :nth-child(3) {
    background: #f4f7fb;
}

.mp-compare-head.mp-compare-row > :nth-child(2) {
    background: #dceee3;
}

.mp-compare-head.mp-compare-row > :nth-child(3) {
    background: #d9e4f2;
}

.mp-compare-total > * {
    font-size: 1rem;
    color: var(--ab-ink, #1f2a22);
}

.mp-compare-cta > * {
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.mp-compare-cta .lon-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.mp-dash {
    color: #9aa89f;
}

.mp-or {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    margin-top: 4px;
    color: var(--ab-ink-mid, #3d554a);
}

@media (max-width: 799px) {
    .mp-compare-feat {
        grid-column: 1 / -1;
        padding-bottom: 6px;
        border-bottom: 0;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        background: #f3f6f4;
    }

    .mp-compare-head .mp-compare-feat {
        display: none;
    }

    .mp-compare-row > :nth-child(2),
    .mp-compare-row > :nth-child(3) {
        border-bottom: 1px solid var(--lon-border);
    }

    .mp-compare-cta .mp-compare-feat {
        display: none;
    }
}

.mp-pay-section {
    background: var(--ab-band, #f1f5f2);
}

.mp-pay-grid {
    display: grid;
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
}

@media (min-width: 720px) {
    .mp-pay-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.mp-pay-card {
    position: relative;
    background: #fff;
    border: 1.5px solid var(--lon-border);
    border-radius: var(--lon-radius-lg);
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 10px 30px rgba(20, 34, 24, 0.06);
}

.mp-pay-card.is-featured {
    border-color: var(--lon-accent);
    background: linear-gradient(180deg, #f3f8f4 0%, #fff 55%);
    box-shadow: 0 16px 44px rgba(37, 82, 53, 0.14);
}

.mp-pay-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-pay-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--lon-accent);
    line-height: 1;
    margin-top: 8px;
}

.mp-pay-unit {
    font-size: 0.9rem;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-pay-then {
    font-size: 0.95rem;
    color: var(--ab-ink, #1f2a22);
    margin: 8px 0 4px;
}

.mp-pay-total {
    font-size: 0.85rem;
    color: var(--ab-ink-mid, #3d554a);
    margin-bottom: 12px;
}

.mp-pay-card .lon-btn {
    width: 100%;
    justify-content: center;
    margin-top: auto;
}

.mp-pay-note {
    text-align: center;
    max-width: 52ch;
    margin: 22px auto 0;
    font-size: 0.92rem;
    color: var(--ab-ink-mid, #3d554a);
    line-height: 1.55;
}

.mp-pay-note a {
    color: var(--lon-accent);
    font-weight: 600;
    text-decoration: underline;
}

.mp-pay-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}

.mp-pay-logos span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid var(--lon-border);
    border-radius: 999px;
    padding: 6px 12px;
    color: var(--ab-ink-mid, #3d554a);
    background: #fff;
}

.mp-landing .ab-cta-inner p {
    max-width: 52ch;
}

@media (max-width: 999px) {
    .mp-landing .dr-hero-content {
        text-align: left;
    }

    .mp-social {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .mp-landing .dr-cta-row .lon-btn,
    .mp-landing .ab-cta-row .lon-btn {
        width: 100%;
        justify-content: center;
    }
}

.mp-trust-line {
    margin: 14px 0 0;
    font-size: 0.82rem;
    color: rgba(241, 248, 243, 0.78);
}

.mp-seal {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    max-width: 36rem;
}

.mp-seal-faces {
    display: flex;
    flex-shrink: 0;
}

.mp-seal-face {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1b3d2c;
    color: #e8f4ec;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    border: 2px solid rgba(255, 255, 255, 0.35);
}

.mp-seal-face + .mp-seal-face {
    margin-left: -10px;
    background: #2f5a42;
}

.mp-seal-title {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(241, 248, 243, 0.72);
}

.mp-seal-copy p:last-child {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(241, 248, 243, 0.92);
}

.mp-seal-copy a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mp-social a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.mp-reel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 11.5rem;
}

.mp-reel-status {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(241, 248, 243, 0.62);
}

.mp-reel-slide {
    display: none;
}

.mp-reel-slide.is-active {
    display: block;
}

.mp-reel-tag {
    margin: 0 0 8px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #c8e6d2;
}

.mp-reel-slide h2 {
    margin: 0 0 8px;
    font-size: 1.22rem;
    letter-spacing: -0.03em;
    color: #fff;
    line-height: 1.25;
}

.mp-reel-slide p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(241, 248, 243, 0.88);
}

.mp-reel-bar {
    height: 3px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 99px;
    overflow: hidden;
}

.mp-reel-bar b {
    display: block;
    width: 0;
    height: 100%;
    background: #fff;
}

.mp-outcomes {
    background: #f6f9f7;
}

.mp-outcome-grid {
    display: grid;
    gap: 16px;
}

@media (min-width: 720px) {
    .mp-outcome-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }
}

@media (min-width: 960px) {
    .mp-outcome-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.mp-outcome {
    background: #fff;
    border: 1px solid var(--lon-border);
    border-radius: var(--lon-radius-lg);
    padding: 24px 22px;
    box-shadow: 0 10px 28px rgba(20, 34, 24, 0.05);
}

.mp-outcome-kicker {
    margin: 0 0 8px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lon-accent);
}

.mp-outcome-metric {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--ab-ink, #1f2a22);
    line-height: 1;
}

.mp-outcome-sub {
    margin: 8px 0 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--lon-accent);
}

.mp-outcome ul {
    list-style: none;
    margin: 8px 0 0;
}

.mp-outcome li {
    padding: 6px 0 6px 16px;
    position: relative;
    font-size: 0.95rem;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-outcome li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lon-accent);
}

.mp-outcome-note {
    max-width: 58ch;
    margin: 16px auto 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-anchor {
    max-width: 40rem;
    margin: 0 auto 22px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--lon-border);
    border-radius: var(--lon-radius-lg);
    padding: 18px 20px;
}

.mp-anchor-kicker {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-anchor-prices {
    margin: 6px 0 8px;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--lon-accent);
}

.mp-anchor-prices s,
.mp-was {
    color: #8a9b91;
    font-weight: 600;
    margin-right: 8px;
}

.mp-anchor-note {
    margin: 0;
    font-size: 0.86rem;
    color: var(--ab-ink-mid, #3d554a);
    line-height: 1.5;
}

.mp-buy-trust {
    margin: 12px 0 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-buy-trust--light {
    text-align: center;
    color: inherit;
    opacity: 0.92;
}

.mp-recomendacao {
    margin: 0 0 28px;
    padding: 22px 22px 20px;
    border-radius: var(--lon-radius-lg);
    border: 1.5px solid #cfe3d6;
    background: linear-gradient(180deg, #f3f9f5 0%, #fff 70%);
    box-shadow: 0 12px 32px rgba(20, 34, 24, 0.07);
}

.mp-recomendacao-kicker {
    margin: 0 0 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lon-accent, #255235);
}

.mp-recomendacao h2 {
    margin: 0 0 8px;
    font-size: 1.35rem;
    letter-spacing: -0.03em;
    color: var(--ab-ink, #1f2a22);
}

.mp-recomendacao p:last-child {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--ab-ink-mid, #3d554a);
}

.mp-landing[data-mp-plan="nutricao"] .mp-compare-head .mp-compare-nu,
.mp-landing[data-mp-plan="completo"] .mp-compare-head .mp-compare-full {
    box-shadow: inset 0 -3px 0 var(--lon-accent, #255235);
}

.mp-landing[data-mp-plan="nutricao"] .mp-compare-row > :nth-child(2),
.mp-landing[data-mp-plan="completo"] .mp-compare-row > :nth-child(3) {
    outline: 2px solid rgba(37, 82, 53, 0.28);
    outline-offset: -2px;
}

.mp-landing[data-mp-plan="nutricao"] .mp-compare-head .mp-compare-nu::after,
.mp-landing[data-mp-plan="completo"] .mp-compare-head .mp-compare-full::after {
    content: "Recomendado";
    display: block;
    margin-top: 6px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--lon-accent, #255235);
}

.mp-landing[data-mp-plan="completo"] .mp-pay-card.is-featured::before,
.mp-landing[data-mp-plan="completo"] #mpPayB::before {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mp-landing[data-mp-plan="completo"] .mp-pay-card.is-featured::before {
    content: "Pré-selecionada";
    background: #255235;
    color: #fff;
}

.mp-landing[data-mp-plan="completo"] #mpPayB {
    border-color: #c5b06a;
    box-shadow: 0 10px 28px rgba(160, 130, 40, 0.12);
}

.mp-landing[data-mp-plan="completo"] #mpPayB::before {
    content: "Entrada reforçada";
    background: #f4ead0;
    color: #6a5418;
}
