:root {
    --ink: #2b241d;
    --muted: #7d6f60;
    --gold: #c9a15a;
    --gold2: #f4e8cf;
    --cream: #fbf6ee;
    --wa: #25d366;
    --line: rgba(43, 36, 29, .12);
    --card: rgba(255, 255, 255, .82);
    --shadow: 0 24px 70px rgba(60, 45, 20, .16);
    --radius: 28px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    font-family: Inter, system-ui, Arial, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.5;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img,
video {
    max-width: 100%;
    display: block
}

.container {
    width: 100%;
    max-width: 1460px;
    margin: auto;
    padding: 0 32px
}

.skip {
    position: absolute;
    left: -999px
}

.skip:focus {
    left: 14px;
    top: 14px;
    z-index: 999;
    background: #fff;
    padding: 12px;
    border-radius: 12px
}

/* ===== HEADER ENXUTO (sem menu, sem rota de saída) ===== */
.topShell {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 clamp(16px, 4vw, 48px);
    background: rgba(251, 246, 238, .85);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    box-shadow: 0 12px 35px rgba(60, 45, 20, .08)
}

.brandMark {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0
}

.brandMark img {
    width: 56px;
    height: 56px;
    object-fit: contain
}

.brandMark strong {
    display: block;
    font-size: 18px;
    font-weight: 900
}

.brandMark small {
    display: block;
    color: var(--muted);
    font-weight: 700;
    font-size: 12px
}

.headerActions {
    display: flex;
    align-items: center;
    gap: 12px
}

.backSite {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--gold2);
    border: 1px solid rgba(201, 161, 90, .4);
    font-weight: 900;
    color: #8a6a24;
    white-space: nowrap
}

/* ===== BOTÕES ===== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    padding: 15px 22px;
    font-weight: 900;
    transition: .25s;
    min-height: 54px
}

.btn span b {
    display: block;
    line-height: 1.1
}

.btn span small {
    display: block;
    font-size: 11px;
    opacity: .82;
    margin-top: 2px
}

.btnWa {
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    box-shadow: 0 16px 34px rgba(37, 211, 102, .32)
}

.btnWa:hover,
.waFloat:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 42px rgba(37, 211, 102, .38)
}

.btnSoft {
    background: #fff;
    color: #8a6a24;
    border: 1px solid rgba(201, 161, 90, .4);
    box-shadow: 0 12px 30px rgba(60, 45, 20, .1)
}

.btnSlim {
    min-height: 48px;
    padding: 13px 18px
}

.btnShine {
    position: relative;
    overflow: hidden
}

.btnShine:after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -60%;
    width: 42%;
    transform: rotate(20deg);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    animation: shine 3.1s infinite
}

@keyframes shine {
    0% {
        left: -60%
    }

    45%,
    100% {
        left: 130%
    }
}

.whatsMini {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    flex: 0 0 34px
}

.whatsMini svg {
    width: 25px;
    height: 25px
}

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 720px;
    padding: 88px 0 130px;
    background: radial-gradient(circle at 82% 14%, rgba(201, 161, 90, .28), transparent 26%), radial-gradient(circle at 16% 8%, rgba(244, 232, 207, .55), transparent 30%), linear-gradient(135deg, #fffdf8 0%, #fbf3e2 55%, #f6e9cd 100%);
    overflow: hidden
}

.heroParallax {
    position: absolute;
    inset: -10% -10% -30% -10%;
    background: radial-gradient(circle at 78% 20%, rgba(201, 161, 90, .18), transparent 40%);
    will-change: transform;
    pointer-events: none
}

.heroGrid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    gap: 58px;
    align-items: center
}

.eyebrow,
.kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(201, 161, 90, .35);
    color: #8a6a24;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 16px
}

.hero h1 {
    font-size: clamp(40px, 5.4vw, 72px);
    line-height: 1;
    letter-spacing: -2.2px;
    font-weight: 900;
    color: #241d16
}

.hero h1 span {
    color: #a67c2d
}

.lead {
    font-size: 19px;
    color: #6b5d4d;
    max-width: 590px;
    margin: 22px 0 22px
}

.heroActions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px
}

.miniProof {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 12px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .8);
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, .9)
}

.miniProof div {
    display: flex;
    align-items: center;
    gap: 8px
}

.miniProof strong {
    font-size: 14px;
    display: block
}

.miniProof span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700
}

.miniDivider {
    width: 1px;
    height: 28px;
    background: var(--line)
}

.heroVisual {
    position: relative;
    min-height: 560px
}

.heroPhoto.main {
    position: absolute;
    right: 0;
    top: 18px;
    width: min(100%, 560px);
    border-radius: 42px;
    overflow: hidden;
    box-shadow: 0 35px 90px rgba(60, 45, 20, .24);
    border: 10px solid rgba(255, 255, 255, .78);
    transform: rotate(2deg)
}

.heroPhoto img {
    width: 100%;
    height: 560px;
    object-fit: cover
}

.doctorFloat {
    position: absolute;
    left: -14px;
    bottom: -48px;
    z-index: 30;
    width: 420px;
    min-height: 112px;
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 18px;
    background: rgba(255, 255, 255, .97);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 22px;
    padding: 18px 22px;
    box-shadow: 0 24px 55px rgba(43, 36, 29, .16), 0 8px 18px rgba(43, 36, 29, .08)
}

.doctorFloat>img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    flex-shrink: 0
}

.doctorInfo {
    min-width: 0
}

.doctorName {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 4px
}

.doctorName strong {
    font-size: 20px;
    line-height: 1;
    color: #241d16;
    font-weight: 900
}

.doctorCheck {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #22c55e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    margin-top: 1px
}

.doctorCheck svg {
    width: 15px;
    height: 15px;
    display: block
}

.doctorCheck path {
    fill: none;
    stroke: #fff;
    stroke-width: 3.2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.doctorRating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px
}

.doctorRating img {
    width: 16px;
    height: 16px;
    object-fit: contain
}

.stars {
    color: #f5b400;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1
}

.doctorRating b {
    font-size: 12px;
    color: #241d16;
    font-weight: 900
}

.doctorInfo em {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #8a7d68;
    font-weight: 700
}

.wave {
    position: absolute;
    left: 0;
    width: 100%;
    height: 110px;
    pointer-events: none
}

.wave svg {
    width: 100%;
    height: 100%;
    display: block
}

.waveBottom {
    bottom: -1px
}

.waveBottom path {
    fill: var(--cream)
}

.waveTop {
    top: -1px
}

.waveTop path {
    fill: var(--cream)
}

/* ===== TRUST BAR ===== */
.trustBar {
    margin: 0 auto 0;
    max-width: 1460px;
    padding: 0 32px 64px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.trustBarInner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column: 1 / -1;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 22px;
    padding: 22px;
    box-shadow: var(--shadow)
}

.trustBarInner div {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 0 12px;
    align-items: center;
    border-right: 1px solid var(--line);
    padding: 0 16px
}

.trustBarInner div:last-child {
    border-right: 0
}

.trustBarInner .lineIcon {
    grid-row: span 2;
    color: #a67c2d;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center
}

.trustBarInner .lineIcon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round
}

.trustBarInner strong {
    font-size: 15px;
    display: block
}

.trustBarInner small {
    color: var(--muted);
    font-weight: 600;
    font-size: 12.5px
}

/* ===== SEÇÕES GERAIS ===== */
.sectionPad {
    position: relative;
    padding: 96px 0
}

.sectionHead {
    max-width: 760px;
    margin-bottom: 34px
}

.sectionHead.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.sectionHead h2,
.sectionRow h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.2px
}

.sectionHead p,
.sectionRow p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 17px
}

.sectionRow {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 30px
}

.sectionRow>div {
    max-width: 760px
}

/* ===== GALERIA ANTES/DEPOIS (slider arrastável) ===== */
.results {
    background: linear-gradient(180deg, #fff8ea, #fff)
}

.baGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.baCard {
    position: relative
}

.baSlider {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    aspect-ratio: 4 / 5;
    box-shadow: var(--shadow);
    background: #ece2cd;
    cursor: ew-resize;
    touch-action: pan-y;
    --pos: 50%
}

.baImg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none
}

.baBeforeWrap {
    position: absolute;
    inset: 0;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
    -webkit-clip-path: inset(0 calc(100% - var(--pos)) 0 0)
}

.baTag {
    position: absolute;
    top: 12px;
    z-index: 3;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    pointer-events: none
}

.baTag.tagBefore {
    left: 12px
}

.baTag.tagAfter {
    right: 12px
}

.baHandle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    width: 3px;
    background: #fff;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12)
}

.baHandle:after {
    content: "⟷";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    font-size: 16px;
    color: #a67c2d;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .25)
}

.baZoom {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 5;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .92);
    color: #241d16;
    font-size: 16px;
    cursor: pointer;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .2)
}

.baLabel {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    color: var(--muted);
    text-align: center
}

.baGridMore {
    margin-top: 26px;
    text-align: center
}

/* ===== VÍDEO ===== */
.videoArea {
    background: #fff
}

.videoGrid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 44px;
    align-items: center
}

.videoText h2 {
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -1.1px
}

.videoText p {
    color: var(--muted);
    font-size: 18px;
    margin: 16px 0 22px
}

.videoFeature {
    position: relative;
    border: 0;
    border-radius: 34px;
    overflow: hidden;
    background: #f0e5cc;
    box-shadow: var(--shadow);
    cursor: pointer;
    width: 100%
}

.videoFeature img {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.videoFeature:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .42))
}

.videoFeature span {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff;
    color: #a67c2d;
    font-size: 26px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24)
}

.videoFeature b {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 24px;
    color: #fff;
    font-size: 22px
}

/* ===== INVESTIMENTO (fundo com foto) ===== */
.priceSection {
    position: relative;
    color: #fff;
    overflow: hidden
}

.priceSection .bgPhoto {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.priceSection .bgOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(36, 29, 22, .92), rgba(36, 29, 22, .74) 55%, rgba(36, 29, 22, .48))
}

.priceBox {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 90px 0
}

.priceBox .kicker {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .3);
    color: #f4e8cf
}

.priceBox h2 {
    font-size: clamp(32px, 4.4vw, 54px);
    line-height: 1.06;
    letter-spacing: -1.2px
}

.priceTag {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin: 20px 0;
    padding: 14px 22px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28)
}

.priceTag small {
    font-size: 13px;
    font-weight: 700;
    color: #e9dcc0
}

.priceTag strong {
    font-size: 30px;
    font-weight: 900
}

.priceBox p {
    color: rgba(255, 255, 255, .84);
    font-size: 17px;
    margin-bottom: 26px;
    max-width: 520px
}

.priceBox .installments {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #e9dcc0;
    font-weight: 700
}

/* ===== DEPOIMENTOS ===== */
.testimonials {
    background: linear-gradient(180deg, #fffaf0, #fff)
}

.reviewGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.review {
    padding: 26px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(60, 45, 20, .08);
    border: 1px solid var(--line)
}

.review div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px
}

.review img {
    width: 20px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0
}

.review strong {
    color: #f5b400;
    letter-spacing: 2px
}

.review p {
    color: #5b4c39;
    font-weight: 700;
    margin-bottom: 16px
}

.review b {
    color: #2b241d
}

/* ===== FAQ ===== */
.faq {
    background: #fff
}

.faqGrid {
    max-width: 880px;
    margin: auto;
    display: grid;
    gap: 12px
}

.faqGrid details {
    background: #fdf9f0;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 0 20px
}

.faqGrid summary {
    padding: 19px 0;
    cursor: pointer;
    font-weight: 900;
    list-style: none
}

.faqGrid summary::-webkit-details-marker {
    display: none
}

.faqGrid summary:after {
    content: "+";
    float: right;
    color: #a67c2d;
    font-size: 24px;
    line-height: 1
}

.faqGrid details[open] summary:after {
    content: "–"
}

.faqGrid p {
    padding: 0 0 18px;
    color: var(--muted);
    font-weight: 600
}

/* ===== CTA FINAL ===== */
.finalCta {
    padding: 90px 0;
    background: radial-gradient(circle at center top, rgba(201, 161, 90, .3), transparent 34%), linear-gradient(135deg, #2b241d, #4a3a22);
    color: #fff;
    text-align: center
}

.finalBox {
    max-width: 820px
}

.finalBox h2 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.03;
    letter-spacing: -1.3px
}

.finalBox p {
    margin: 16px 0 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 18px
}

/* ===== FLUTUANTES ===== */
.waFloat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 60;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 42px rgba(37, 211, 102, .36);
    transition: .25s
}

.waFloat .waIcon {
    width: 34px;
    height: 34px
}

.callBar {
    display: none
}

/* ===== LIGHTBOX ===== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(20, 15, 8, .9);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.lightbox.is-open {
    display: flex
}

.lightboxClose {
    position: absolute;
    right: 22px;
    top: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.lightboxBody {
    max-width: min(980px, 96vw);
    max-height: 88vh;
    color: #fff;
    text-align: center
}

.lightboxBody img,
.lightboxBody video {
    max-height: 78vh;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s ease
}

.reveal.is-visible {
    opacity: 1;
    transform: none
}

/* ===== ANIMAÇÃO BOTÕES WHATSAPP ===== */
.btnWa,
.waFloat {
    animation: waPulse 2s ease-in-out infinite;
    transform-origin: center
}

.btnWa:hover,
.waFloat:hover {
    animation-play-state: paused
}

@keyframes waPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 16px 34px rgba(37, 211, 102, .3)
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 22px 46px rgba(37, 211, 102, .45), 0 0 0 10px rgba(37, 211, 102, .08)
    }

    100% {
        transform: scale(1);
        box-shadow: 0 16px 34px rgba(37, 211, 102, .3)
    }
}

/* ===== POPUP DE CUPOM ===== */
.promoOverlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(30, 22, 12, .72);
    backdrop-filter: blur(10px)
}

.promoOverlay.is-open {
    display: flex
}

.promoModal {
    position: relative;
    width: min(460px, 100%);
    padding: 42px 34px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, #fff, var(--gold2));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    text-align: center;
    animation: promoIn .35s ease
}

.promoClose {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(43, 36, 29, .08);
    color: var(--ink);
    font-size: 26px;
    cursor: pointer
}

.promoKicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(201, 161, 90, .4);
    color: #8a6a24;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11.5px;
    font-weight: 900;
    margin-bottom: 14px
}

.promoModal h2 {
    font-size: clamp(24px, 4vw, 30px);
    line-height: 1.08;
    letter-spacing: -.6px;
    color: var(--ink);
    margin-bottom: 12px
}

.promoModal p {
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px
}

.promoModal p strong {
    color: #8a6a24
}

.promoTimer {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(201, 161, 90, .16);
    border: 1px solid rgba(201, 161, 90, .4);
    color: #8a6414;
    font-weight: 800;
    margin-bottom: 20px
}

.promoGift {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 12px;
    cursor: pointer;
    padding: 14px 18px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(37, 211, 102, .3);
    transition: transform .2s, box-shadow .2s;
    animation: waPulse 2s ease-in-out infinite
}

.promoGift:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(37, 211, 102, .42)
}

.promoGift span {
    font-size: 20px;
    line-height: 1
}

.promoReveal {
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(201, 161, 90, .16), rgba(244, 232, 207, .5));
    border: 1px solid rgba(201, 161, 90, .32);
    margin-bottom: 16px
}

.promoReveal small {
    display: block;
    color: var(--muted);
    margin-bottom: 6px;
    font-weight: 700
}

.promoReveal>strong {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 14px;
    background: #fff;
    color: #8a6a24;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(60, 45, 20, .12)
}

.promoOptions {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--ink);
    font-weight: 700;
    text-align: left;
    padding: 0 8px
}

.promoWhatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25d366, #19b957);
    color: #fff;
    font-weight: 900;
    box-shadow: 0 14px 34px rgba(37, 211, 102, .32);
    animation: waPulse 2s ease-in-out infinite
}

.promoNo {
    background: none;
    border: 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer
}

@keyframes promoIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.96)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:520px) {
    .promoModal {
        padding: 34px 22px
    }
}

/* ===== RESPONSIVO ===== */
@media(max-width:980px) {
    .topShell {
        height: auto;
        min-height: 72px
    }

    .backSite {
        padding: 10px 14px;
        font-size: 13px
    }

    .hero {
        padding: 58px 0 95px;
        min-height: auto
    }

    .heroGrid,
    .videoGrid {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .heroCopy {
        text-align: center
    }

    .heroActions,
    .miniProof {
        justify-content: center
    }

    .heroVisual {
        min-height: 430px
    }

    .heroPhoto.main {
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(1deg);
        width: min(94%, 560px)
    }

    .heroPhoto img {
        height: 390px
    }

    .doctorFloat {
        left: 50%;
        bottom: -58px;
        transform: translateX(-50%);
        width: 92%;
        max-width: 380px;
        grid-template-columns: 62px 1fr;
        gap: 14px;
        padding: 15px 16px
    }

    .doctorFloat>img {
        width: 62px;
        height: 62px;
        border-radius: 16px
    }

    .doctorName strong {
        font-size: 18px
    }

    .baGrid,
    .reviewGrid {
        grid-template-columns: 1fr 1fr
    }

    .sectionRow {
        display: block;
        text-align: center
    }

    .sectionRow .btn {
        margin-top: 18px
    }

    .priceBox {
        margin: 0 auto;
        text-align: center
    }

    .callBar {
        position: fixed;
        left: 16px;
        right: 16px;
        bottom: 14px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        border-radius: 22px;
        background: linear-gradient(180deg, #241d16, #120e09);
        color: #fff;
        font-weight: 300;
        font-size: 22px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
        z-index: 9998
    }

    .callBar svg {
        width: 28px;
        height: 28px;
        flex-shrink: 0
    }

    .callBar span {
        font-size: 22px;
        font-weight: 900;
        letter-spacing: .2px
    }

    body {
        padding-bottom: 88px
    }

    .waFloat {
        bottom: 100px
    }
}

@media(max-width:620px) {
    .container {
        padding: 0 16px
    }

    .backSite {
        font-size: 0;
        padding: 12px
    }

    .backSite:after {
        content: "Home";
        font-size: 13px
    }

    .hero h1 {
        font-size: 40px;
        letter-spacing: -1.4px
    }

    .lead {
        font-size: 16px
    }

    .heroActions .btn {
        width: 100%
    }

    .baGrid,
    .reviewGrid {
        grid-template-columns: 1fr
    }

    .sectionPad {
        padding: 72px 0
    }

    .videoFeature img {
        height: 320px
    }

    .topShell {
        padding: 10px 14px
    }

    .waFloat {
        width: 58px;
        height: 58px;
        right: 14px;
        bottom: 14px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    ::before,
    ::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }

    .heroParallax {
        transform: none !important
    }
}
