/* Paciente Modelo — landing irmã da Formação TOP MASTERS */

.patient-page {
    --patient-black: var(--color-bg);
    --patient-ink: #080808;
    --patient-soft: #f7f7f5;
    --patient-line: rgba(255, 255, 255, 0.12);
    --patient-dark-card: rgba(26, 26, 26, 0.86);
    background: var(--patient-black);
    color: var(--color-text-primary);
}

/*
 * Top Master Experience
 * A página herda integralmente o design system do site principal e a
 * arquitetura visual da landing Paciente Modelo. Abaixo existem apenas
 * adaptações de conteúdo específicas desta imersão.
 */

.experience-page .experience-hero {
    min-height: 1000px;
    background:
        radial-gradient(circle at 74% 48%, rgba(218, 142, 0, 0.12), transparent 34%),
        url("assets/bg-full.webp") center top / cover no-repeat,
        linear-gradient(180deg, #101010 0%, #0d0d0d 100%);
}

.experience-page .experience-hero::before {
    background:
        linear-gradient(90deg, rgba(8, 8, 8, 0.28) 0%, rgba(8, 8, 8, 0.06) 54%, transparent 75%),
        linear-gradient(180deg, transparent 56%, rgba(16, 16, 16, 0.32) 100%);
}

.experience-page .experience-hero .patient-hero__inner {
    min-height: 1000px;
    padding-top: clamp(96px, 7.8vw, 150px);
}

.experience-page .experience-hero .patient-hero__content {
    width: min(100%, 720px);
}

.experience-page .experience-hero__badge {
    width: min(100%, 430px);
}

.experience-page .experience-hero__title {
    width: min(100%, 720px);
    font-size: clamp(38px, 2.8vw, 53px);
    line-height: 1.16;
}

.experience-page .experience-hero__copy {
    max-width: 680px;
    margin-top: 32px;
    font-size: clamp(17px, 1vw, 20px);
    line-height: 1.62;
}

.experience-hero__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 680px);
    gap: 0 26px;
    margin-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.experience-hero__proof span {
    position: relative;
    padding: 15px 0 15px 22px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4;
}

.experience-hero__proof span::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-gold-light);
    font-weight: 700;
}

.experience-market__cards .patient-editorial-card {
    min-height: 240px;
}

.experience-market__cards .patient-editorial-card p {
    font-size: clamp(17px, 1.14vw, 22px);
    line-height: 1.32;
}

.experience-page .experience-difference__visual {
    background:
        radial-gradient(circle at 52% 42%, rgba(249, 243, 163, 0.3), transparent 26%),
        linear-gradient(140deg, #181818 0%, #080808 100%);
}

.experience-page .experience-difference__visual::after {
    background:
        linear-gradient(180deg, transparent 30%, rgba(8, 8, 8, 0.88) 100%),
        radial-gradient(circle at 75% 78%, rgba(218, 142, 0, 0.3), transparent 36%);
}

.experience-page .experience-difference__visual > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    object-fit: contain;
    opacity: 0.22;
    transform: translate(-50%, -55%);
}

.experience-difference__words {
    position: absolute;
    z-index: 2;
    top: 44%;
    left: 50%;
    display: flex;
    width: 78%;
    align-items: center;
    justify-content: center;
    gap: 18px;
    transform: translate(-50%, -50%);
}

.experience-difference__words span,
.experience-difference__words strong {
    color: #fff;
    font-size: clamp(28px, 2.7vw, 52px);
    font-weight: 300;
    letter-spacing: var(--tracking);
}

.experience-difference__words strong {
    background: var(--gradient-gold-text);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.experience-difference__words i {
    position: relative;
    width: 58px;
    height: 1px;
    background: rgba(255, 255, 255, 0.32);
}

.experience-difference__words i::after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--color-gold-light);
    border-right: 1px solid var(--color-gold-light);
    transform: rotate(45deg);
}

.experience-format__number {
    background: var(--gradient-gold-text);
    background-clip: text;
    color: transparent;
    font-family: 'Unbounded', var(--font-primary);
    font-size: clamp(52px, 4.2vw, 80px);
    font-weight: 600;
    line-height: 0.9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.experience-format__grid .patient-dark-card__kicker {
    margin-top: clamp(34px, 3vw, 54px);
}

.experience-format__closing {
    max-width: 980px;
    margin: clamp(42px, 4vw, 76px) auto 0;
    color: #cfcfcf;
    font-size: clamp(16px, 1vw, 19px);
    font-weight: 300;
    line-height: 1.68;
    text-align: center;
}

.experience-objective .patient-process__header .patient-copy {
    max-width: 690px;
    margin-top: 0;
}

.experience-page .experience-curriculum__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.experience-curriculum__main {
    grid-column: 1 / -1;
    min-height: 0;
}

.experience-curriculum__main .experience-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(28px, 4vw, 76px);
}

.experience-page .patient-dark-card::after,
.experience-page .patient-procedure-card::after,
.experience-page .patient-final__cta::after {
    background-image: url("assets/mAa.svg");
}

.experience-page .experience-practice__visual {
    background:
        radial-gradient(circle at 50% 36%, rgba(249, 243, 163, 0.28), transparent 24%),
        repeating-linear-gradient(135deg, transparent 0 62px, rgba(255, 255, 255, 0.025) 62px 63px),
        linear-gradient(145deg, #171717 0%, #080808 100%);
}

.experience-practice__number,
.experience-practice__label {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.experience-practice__number {
    top: 20%;
    background: var(--gradient-gold-text);
    background-clip: text;
    color: transparent;
    font-family: 'Unbounded', var(--font-primary);
    font-size: clamp(138px, 13vw, 250px);
    font-weight: 600;
    letter-spacing: -0.08em;
    line-height: 0.9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.experience-practice__label {
    top: 55%;
    color: #fff;
    font-size: clamp(18px, 1.4vw, 27px);
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.experience-authority .patient-authority__content h2 {
    max-width: 760px;
    font-size: clamp(42px, 4vw, 76px);
    line-height: 1.02;
}

.experience-authority .patient-authority__content p:not(.patient-eyebrow) {
    margin-top: 22px;
}

.experience-page .experience-video {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background:
        radial-gradient(circle at 88% 14%, rgba(218, 142, 0, 0.13), transparent 28%),
        linear-gradient(145deg, #1a1a1a, #0c0c0c);
}

.experience-video > span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border: 1px solid rgba(249, 220, 126, 0.34);
    border-radius: 50%;
    color: var(--color-gold-light);
    font-size: 15px;
}

.experience-video blockquote,
.experience-video .patient-testimonial__name {
    color: #fff;
}

.experience-video .patient-testimonial__name small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 10px;
    font-weight: 500;
}

.experience-final .patient-final__content h2 {
    font-size: clamp(40px, 3.8vw, 72px);
}

@media (max-width: 1180px) {
    .experience-page .experience-hero,
    .experience-page .experience-hero .patient-hero__inner {
        min-height: 900px;
    }

    .experience-page .experience-curriculum__grid {
        grid-template-columns: 1fr;
    }

    .experience-curriculum__main {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .experience-page .experience-hero {
        min-height: max(100svh, 235vw);
        background:
            linear-gradient(180deg, rgba(8, 8, 8, 0.08) 0%, rgba(8, 8, 8, 0.14) 44%, rgba(12, 12, 12, 0.88) 72%, #0d0d0d 100%),
            url("assets/bg_mobile.webp") center 110px / cover no-repeat,
            #0d0d0d;
    }

    .experience-page .experience-hero .patient-hero__inner {
        min-height: max(100svh, 235vw);
        padding-top: clamp(34px, 11vw, 48px);
    }

    .experience-page .experience-hero__badge {
        width: clamp(188px, 58vw, 226px);
    }

    .experience-page .experience-hero__title {
        width: 100%;
        max-width: 370px;
        margin-top: 20px;
        font-size: clamp(30px, 8.3vw, 35px);
        line-height: 1.13;
    }

    .experience-page .experience-hero__copy {
        max-width: 350px;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.5;
    }

    .experience-page .experience-hero .patient-hero__button {
        width: min(100%, 350px);
        margin-top: 24px;
    }

    .experience-page .experience-hero .patient-hero__button .tm-button {
        width: 100%;
        min-height: 58px;
        padding: 11px 18px;
        font-size: 11px;
        white-space: normal;
    }

    .experience-hero__proof {
        width: min(100%, 350px);
        margin-top: 24px;
        text-align: left;
    }

    .experience-hero__proof span {
        padding: 10px 4px 10px 18px;
        font-size: 10px;
    }

    .experience-market__cards .patient-editorial-card {
        min-height: 0;
    }

    .experience-market__cards .patient-editorial-card p {
        font-size: 20px;
    }

    .experience-difference__words {
        width: 88%;
        gap: 12px;
    }

    .experience-difference__words span,
    .experience-difference__words strong {
        font-size: 28px;
    }

    .experience-difference__words i {
        width: 34px;
    }

    .experience-format__closing {
        margin-top: 34px;
        font-size: 15px;
        text-align: left;
    }

    .experience-curriculum__main .experience-columns {
        grid-template-columns: 1fr;
    }

    .experience-authority .patient-authority__content h2 {
        font-size: var(--mobile-title-size);
        line-height: 1.1;
    }

    .experience-video {
        min-height: 260px;
    }

    .experience-final .patient-final__content h2 {
        font-size: var(--mobile-title-size);
    }
}

.patient-page main {
    overflow: hidden;
}

.patient-container {
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
}

.patient-section {
    position: relative;
    scroll-margin-top: 112px;
    padding: clamp(72px, 4.8vw, 92px) 0 clamp(80px, 5.4vw, 104px);
}

.patient-split,
.patient-opportunity__grid,
.patient-fit__grid,
.patient-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 6vw, 114px);
    align-items: start;
}

.patient-section__intro,
.patient-opportunity__copy,
.patient-investment__inner > div,
.patient-faq__heading,
.patient-authority__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.patient-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(16px, 1.25vw, 24px);
    color: var(--color-gold-dark);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.patient-eyebrow span {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: currentColor;
}

.patient-eyebrow--dark {
    color: var(--color-gold-dark);
}

.patient-eyebrow--gold {
    color: var(--color-gold-light);
}

.patient-title {
    max-width: 720px;
    color: var(--color-editorial-title);
    font-family: var(--font-primary);
    font-size: clamp(32px, 2.12vw, 40.7px);
    font-weight: 300;
    line-height: 1.359;
    letter-spacing: var(--tracking);
}

.patient-title strong,
.patient-title span,
.patient-hero__title span,
.patient-faq__heading strong,
.patient-final h2 span {
    background: var(--gradient-gold-text);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.patient-title--dark {
    color: var(--color-editorial-title);
}

.patient-title--light {
    color: #fff;
}

.patient-copy,
.patient-section__intro > p:last-child {
    max-width: 470px;
    margin-top: clamp(20px, 1.6vw, 30px);
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.patient-section-cta {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: clamp(32px, 2.8vw, 54px);
}

.patient-section-cta .tm-button {
    min-height: 58px;
    padding: 13px clamp(24px, 2.2vw, 42px);
    font-size: clamp(11px, 0.68vw, 13px);
    white-space: normal;
}

.patient-section-cta--compact {
    align-items: flex-start;
}

.patient-section-cta--dark {
    color: #fff;
}

.patient-section-cta--dark > p {
    max-width: 440px;
    color: rgba(255, 255, 255, 0.74);
    font-size: clamp(16px, 1.04vw, 20px);
    font-weight: 300;
    line-height: 1.45;
}

.patient-hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background:
        radial-gradient(circle at 74% 48%, rgba(218, 142, 0, 0.16), transparent 34%),
        url("assets/bg-full.webp") center center / cover no-repeat,
        linear-gradient(180deg, #101010 0%, #0d0d0d 100%);
}

.patient-hero::before {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 11, 19, 0.22) 0%, rgba(8, 11, 19, 0.08) 42%, transparent 72%),
        linear-gradient(180deg, transparent 0%, rgba(16, 16, 16, 0.14) 100%);
    pointer-events: none;
}

.patient-hero::after {
    content: "";
    position: absolute;
    z-index: 4;
    right: -16%;
    bottom: -30%;
    width: min(880px, 60vw);
    aspect-ratio: 1;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(249, 220, 126, 0.28), rgba(218, 142, 0, 0.16) 38%, transparent 70%);
    filter: blur(18px);
    pointer-events: none;
}

.patient-hero__inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    min-height: 100svh;
    margin: 0 auto;
    padding: clamp(112px, 9.74vw, 187px) 0 clamp(72px, 7vw, 134px);
}

.patient-hero__badge {
    width: min(100%, var(--badge-w));
    min-width: 0;
    height: var(--badge-h);
    padding: 0 30px;
}

.patient-hero__badge .badge__text {
    font-size: 19px;
}

.patient-hero__title {
    width: min(100%, 671px);
    margin-top: 28px;
    color: #fff;
    font-family: var(--font-primary);
    font-size: 40.7px;
    font-weight: 300;
    line-height: 55.3px;
    letter-spacing: var(--tracking);
}

.patient-hero__copy {
    max-width: 686px;
    margin-top: 47px;
    color: var(--color-text-muted);
    font-size: 23.3px;
    font-weight: 300;
    line-height: 34.9px;
    letter-spacing: var(--tracking);
}

.patient-hero__button {
    display: inline-block;
    margin-top: clamp(34px, 3vw, 58px);
}

.patient-hero__button .tm-button {
    min-height: clamp(62px, 3.8vw, 73px);
    padding-inline: clamp(26px, 3.4vw, 66px);
    font-size: clamp(14px, 1.04vw, 20px);
}

.patient-dark-card__kicker,
.patient-procedure-card__kicker {
    color: var(--color-gold-light);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.patient-problem {
    background:
        radial-gradient(circle at 12% 22%, rgba(218, 142, 0, 0.08), transparent 30%),
        #fff;
}

.patient-problem__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.patient-editorial-card {
    position: relative;
    min-height: 220px;
    padding: clamp(28px, 2.4vw, 44px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 247, 0.98)),
        var(--color-editorial-card);
    box-shadow:
        0 18px 50px rgba(17, 24, 39, 0.055),
        inset 0 0 0 1px rgba(255, 255, 255, 0.52);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.patient-editorial-card:hover {
    border-color: rgba(206, 157, 81, 0.38);
    box-shadow: 0 28px 64px rgba(17, 24, 39, 0.09);
    transform: translateY(-3px);
}

.patient-editorial-card--wide {
    grid-column: 1 / -1;
    min-height: 170px;
}

.patient-editorial-card p {
    margin-top: 28px;
    color: var(--color-editorial-body);
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: var(--tracking);
}

.patient-editorial-card strong {
    color: var(--color-editorial-title);
    font-weight: 700;
}

.patient-card-icon,
.patient-dark-card__icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(249, 220, 126, 0.28);
    border-radius: 8px;
    background: rgba(249, 220, 126, 0.08);
}

.patient-card-icon::before,
.patient-dark-card__icon::before {
    color: var(--color-gold-dark);
    font-family: 'Unbounded', var(--font-primary);
    font-size: 19px;
    font-weight: 600;
}

.patient-card-icon--coin::before { content: "$"; }
.patient-card-icon--shield::before { content: "✓"; }
.patient-card-icon--spark::before { content: "✦"; }
.patient-card-icon--clipboard::before { content: "▤"; }
.patient-card-icon--clinic::before { content: "+"; }
.patient-card-icon--teacher::before { content: "◎"; }
.patient-card-icon--document::before { content: "□"; }

.patient-opportunity {
    background: linear-gradient(180deg, #f7f7f5 0%, #fff 100%);
}

.patient-opportunity__grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: clamp(48px, 5.2vw, 100px);
    align-items: center;
}

.patient-opportunity__media {
    position: relative;
    overflow: hidden;
    height: clamp(560px, 33vw, 660px);
    min-height: 0;
    border-radius: 8px;
    background: #101010;
    box-shadow: 0 32px 90px rgba(17, 24, 39, 0.1);
}

.patient-opportunity__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 34%, rgba(16, 16, 16, 0.74) 100%),
        radial-gradient(circle at 76% 80%, rgba(249, 220, 126, 0.34), transparent 38%);
}

.patient-opportunity__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9);
}

.patient-opportunity__stamp {
    position: absolute;
    z-index: 2;
    right: 28px;
    bottom: 28px;
    left: 28px;
    padding: 24px;
    border: 1px solid rgba(249, 220, 126, 0.28);
    border-radius: 8px;
    background: rgba(8, 8, 8, 0.48);
    backdrop-filter: blur(10px);
}

.patient-opportunity__stamp strong,
.patient-opportunity__stamp span {
    display: block;
}

.patient-opportunity__stamp strong {
    color: var(--color-gold-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.patient-opportunity__stamp span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.5;
}

.patient-opportunity__copy .patient-title {
    max-width: 650px;
}

.patient-opportunity__copy > p:not(.patient-eyebrow) {
    max-width: 560px;
    margin-top: clamp(20px, 1.6vw, 30px);
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.patient-opportunity__benefit {
    width: min(100%, 560px);
    margin-top: clamp(28px, 2.2vw, 42px);
    padding: 22px 24px 24px;
    border-left: 3px solid var(--color-gold-dark);
    background: linear-gradient(90deg, rgba(218, 142, 0, 0.09), rgba(249, 220, 126, 0.025));
}

.patient-opportunity__benefit > span,
.patient-opportunity__benefit > strong,
.patient-opportunity__benefit > p {
    display: block;
}

.patient-opportunity__benefit > span {
    color: var(--color-gold-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.patient-opportunity__benefit > strong {
    margin-top: 10px;
    color: var(--color-editorial-title);
    font-size: clamp(17px, 1.04vw, 20px);
    font-weight: 600;
    line-height: 1.35;
}

.patient-opportunity__benefit > p {
    margin-top: 6px;
    color: var(--color-editorial-body);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.patient-safety,
.patient-procedures,
.patient-faq {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 14%, rgba(218, 142, 0, 0.16), transparent 28%),
        linear-gradient(180deg, #101010 0%, #151515 58%, #0d0d0d 100%);
    color: #fff;
}

.patient-safety__mark {
    position: absolute;
    top: 50%;
    right: -7%;
    width: min(620px, 44vw);
    opacity: 0.06;
    transform: translateY(-50%) rotate(-10deg);
}

.patient-dark-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
    gap: clamp(16px, 1.25vw, 24px) clamp(42px, 6vw, 114px);
    align-items: start;
    margin-bottom: clamp(54px, 5vw, 96px);
}

.patient-dark-heading .patient-eyebrow {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
}

.patient-dark-heading .patient-title {
    grid-column: 1;
    grid-row: 2;
}

.patient-dark-heading > p:last-child {
    grid-column: 2;
    grid-row: 2;
    max-width: 470px;
    margin-top: 0;
    color: #cfcfcf;
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.patient-safety__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.patient-dark-card {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    padding: clamp(28px, 2.4vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 48%, rgba(206, 157, 81, 0.07) 100%),
        var(--patient-dark-card);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(24px);
}

.patient-dark-card::after,
.patient-procedure-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -52px;
    width: 190px;
    aspect-ratio: 1;
    background: url("assets/mAa.svg") center / contain no-repeat;
    opacity: 0.06;
}

.patient-dark-card__kicker {
    margin-top: clamp(46px, 5vw, 78px);
}

.patient-dark-card h3 {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    color: #fff;
    font-size: clamp(21px, 1.35vw, 26px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: var(--tracking);
}

.patient-process,
.patient-proof,
.patient-investment {
    background:
        radial-gradient(circle at 12% 18%, rgba(218, 142, 0, 0.08), transparent 28%),
        #fff;
}

.patient-process__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 1.25vw, 24px);
    margin-bottom: clamp(54px, 5vw, 96px);
}

.patient-process__header .patient-eyebrow {
    margin-bottom: 0;
}

.patient-process__steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.patient-step {
    position: relative;
    min-height: 360px;
    padding: clamp(26px, 2.2vw, 40px);
    border-left: 1px solid rgba(218, 142, 0, 0.42);
    background: linear-gradient(180deg, rgba(218, 142, 0, 0.08), transparent 58%);
}

.patient-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: -3px;
    width: 5px;
    height: 88px;
    border-radius: 999px;
    background: var(--gradient-gold-text);
}

.patient-step__number {
    background: var(--gradient-gold-text);
    background-clip: text;
    color: transparent;
    font-size: clamp(58px, 5.2vw, 100px);
    font-weight: 600;
    line-height: 0.86;
    letter-spacing: -0.03em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.patient-step h3 {
    margin-top: clamp(28px, 3.4vw, 66px);
    color: var(--color-editorial-title);
    font-size: clamp(22px, 1.56vw, 30px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: var(--tracking);
}

.patient-step p:last-child {
    margin-top: 14px;
    color: var(--color-editorial-body);
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: var(--tracking);
}

.patient-procedures__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.patient-procedures__cta {
    justify-content: space-between;
    margin-top: clamp(38px, 3.4vw, 66px);
    padding-top: clamp(30px, 2.5vw, 48px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.patient-procedure-card {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    padding: clamp(30px, 2.6vw, 50px);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(8, 11, 19, 0.94) 0%, rgba(55, 42, 22, 0.84) 100%),
        var(--gradient-gold-h);
}

.patient-procedure-card:nth-child(2) {
    background:
        linear-gradient(135deg, rgba(16, 16, 16, 0.98) 0%, rgba(16, 16, 16, 0.82) 100%),
        var(--gradient-gold-h);
}

.patient-procedure-card h3 {
    margin-top: 20px;
    color: #fff;
    font-size: clamp(21px, 1.35vw, 26px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: var(--tracking);
}

.patient-procedure-card ul {
    display: grid;
    gap: 12px;
    margin-top: 32px;
    list-style: none;
}

.patient-procedure-card li {
    display: flex;
    gap: 10px;
    color: #cfcfcf;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 300;
    line-height: 1.56;
}

.patient-procedure-card li::before {
    content: "✓";
    color: var(--color-gold-light);
    font-weight: 700;
}

.patient-fit {
    background: #f7f7f5;
}

.patient-fit__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    list-style: none;
}

.patient-fit__list li {
    position: relative;
    min-height: 96px;
    padding: 24px 24px 24px 62px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--color-editorial-title);
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 500;
    line-height: 1.56;
}

.patient-fit__list li::before {
    content: "✓";
    position: absolute;
    top: 24px;
    left: 24px;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: var(--gradient-gold-text);
    color: #101010;
    font-size: 12px;
    font-weight: 800;
}

.patient-authority {
    background: #101010;
}

.patient-authority__card {
    display: grid;
    grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1fr);
    gap: clamp(36px, 6vw, 100px);
    align-items: center;
    padding: clamp(34px, 4vw, 76px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: clamp(22px, 1.67vw, 32px);
    background:
        radial-gradient(circle at 90% 0%, rgba(218, 142, 0, 0.13), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
        #080b13;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.patient-authority__photo {
    overflow: hidden;
    border-radius: clamp(22px, 1.67vw, 32px);
    background: #080808;
}

.patient-authority__photo img {
    width: 100%;
    aspect-ratio: 4 / 4.8;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92);
}

.patient-authority__content h2 {
    max-width: 940px;
    color: #fff;
    font-size: clamp(54px, 6.15vw, 118px);
    font-weight: 300;
    line-height: 0.96;
    letter-spacing: var(--tracking);
}

.patient-authority__content p:not(.patient-eyebrow) {
    max-width: 760px;
    margin-top: clamp(28px, 2.5vw, 48px);
    color: #cfcfcf;
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.patient-authority__checks {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.patient-authority__checks span {
    padding: 12px 16px;
    border: 1px solid rgba(249, 220, 126, 0.28);
    border-radius: 999px;
    color: var(--color-gold-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.patient-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.patient-testimonial {
    min-height: 330px;
    padding: clamp(28px, 2.3vw, 44px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 247, 0.98)),
        #fff;
    box-shadow:
        0 18px 50px rgba(17, 24, 39, 0.055),
        inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.patient-testimonial__stars {
    color: var(--color-gold-dark);
    letter-spacing: 0.16em;
}

.patient-testimonial blockquote {
    margin-top: 30px;
    color: var(--color-editorial-title);
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: var(--tracking);
}

.patient-testimonial__name {
    margin-top: 34px;
    color: var(--color-editorial-title);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.patient-testimonial__name span {
    display: block;
    margin-top: 8px;
    color: var(--color-editorial-muted);
    font-weight: 500;
    letter-spacing: 0.12em;
}

.patient-investment__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: clamp(42px, 6vw, 108px);
    align-items: center;
    padding: clamp(44px, 5vw, 92px);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background:
        linear-gradient(105deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 249, 239, 0.96) 46%, rgba(255, 230, 191, 0.92) 100%);
    box-shadow: 0 32px 90px rgba(17, 24, 39, 0.1);
}

.patient-investment__panel {
    padding: clamp(28px, 3.2vw, 56px);
    border-radius: 8px;
    background:
        repeating-linear-gradient(135deg, transparent 0 42px, rgba(255, 255, 255, 0.018) 42px 43px),
        linear-gradient(180deg, rgba(8, 11, 19, 0.92) 0%, rgba(16, 16, 16, 0.98) 100%);
    color: #fff;
}

.patient-investment__label {
    color: var(--color-gold-light);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.16em;
    line-height: 1.45;
    text-transform: uppercase;
}

.patient-investment__panel ul {
    display: grid;
    gap: 16px;
    margin-top: 30px;
    list-style: none;
}

.patient-investment__panel li {
    display: flex;
    gap: 12px;
    color: #cfcfcf;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.56;
}

.patient-investment__panel li::before {
    content: "✓";
    color: var(--color-gold-light);
    font-weight: 800;
}

.patient-faq {
    padding-bottom: clamp(70px, 6vw, 120px);
}

.patient-faq__heading h2 {
    max-width: 500px;
    color: #fff;
    font-size: clamp(35px, 2.8vw, 54px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: var(--tracking);
}

.patient-faq__heading p:not(.patient-eyebrow) {
    max-width: 390px;
    margin-top: clamp(20px, 1.6vw, 30px);
    color: #cfcfcf;
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.65;
}

.patient-faq__questions {
    display: grid;
    gap: 14px;
}

.patient-faq__questions details {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.patient-faq__questions summary {
    position: relative;
    padding: 24px 58px 24px 26px;
    color: #fff;
    font-size: clamp(19px, 1.25vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: var(--tracking);
    list-style: none;
    cursor: pointer;
}

.patient-faq__questions summary::-webkit-details-marker {
    display: none;
}

.patient-faq__questions summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 26px;
    color: var(--color-gold-light);
    font-size: clamp(19px, 1.25vw, 24px);
    transform: translateY(-50%);
}

.patient-faq__questions details[open] summary::after {
    content: "–";
}

.patient-faq__questions details p {
    padding: 0 26px 26px;
    color: #cfcfcf;
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
}

.patient-final {
    position: relative;
    overflow: hidden;
    padding: clamp(72px, 5.2vw, 100px) 0 clamp(48px, 4vw, 76px);
    background: #080808;
}

.patient-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 24%, rgba(218, 142, 0, 0.16), transparent 30%),
        linear-gradient(180deg, #0d0d0d 0%, #080808 100%);
}

.patient-final__inner {
    position: relative;
    z-index: 1;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
}

.patient-final__cta {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: clamp(48px, 5vw, 96px);
    overflow: hidden;
    padding: clamp(48px, 4.2vw, 80px);
    border: 1px solid rgba(249, 220, 126, 0.2);
    border-radius: clamp(22px, 1.67vw, 32px);
    background:
        linear-gradient(120deg, rgba(28, 28, 28, 0.96), rgba(13, 13, 13, 0.98)),
        #101010;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.3);
}

.patient-final__cta::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -80px;
    bottom: -190px;
    width: 520px;
    aspect-ratio: 1;
    background:
        radial-gradient(circle, rgba(249, 220, 126, 0.14), transparent 62%),
        url("assets/mAa.svg") center / 68% no-repeat;
    opacity: 0.5;
}

.patient-final__content h2 {
    max-width: 760px;
    color: #fff;
    font-size: clamp(42px, 4.4vw, 84px);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: var(--tracking);
}

.patient-final__content > p:last-child {
    max-width: 610px;
    margin-top: clamp(22px, 1.8vw, 34px);
    color: #cfcfcf;
    font-size: clamp(16px, 1vw, 19px);
    font-weight: 300;
    line-height: 1.65;
}

.patient-final__action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: clamp(32px, 3.2vw, 62px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.patient-final__step {
    margin-bottom: 18px;
    color: var(--color-gold-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.patient-final__action .tm-button-wrap,
.patient-final__action .tm-button {
    width: 100%;
}

.patient-final__action .tm-button {
    min-height: 62px;
    padding: 12px 22px;
    font-size: clamp(11px, 0.68vw, 13px);
    white-space: normal;
}

.patient-final__action > p {
    max-width: 370px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.55;
}

.patient-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease var(--reveal-delay, 0ms), transform 0.7s ease var(--reveal-delay, 0ms);
}

.patient-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .patient-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1180px) {
    .patient-container,
    .patient-hero__inner,
    .patient-final__inner {
        width: min(100% - (var(--page-gutter) * 2), 980px);
    }

    .patient-final__cta {
        grid-template-columns: 1fr;
    }

    .patient-final__action {
        padding: 36px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .patient-split,
    .patient-opportunity__grid,
    .patient-fit__grid,
    .patient-faq__grid,
    .patient-investment__inner,
    .patient-authority__card {
        grid-template-columns: 1fr;
    }

    .patient-dark-heading {
        grid-template-columns: 1fr;
    }

    .patient-dark-heading .patient-eyebrow,
    .patient-dark-heading .patient-title,
    .patient-dark-heading > p:last-child {
        grid-column: 1;
        grid-row: auto;
    }

    .patient-dark-heading > p:last-child {
        max-width: 680px;
    }

    .patient-opportunity__grid {
        gap: 48px;
    }

    .patient-opportunity__media {
        height: clamp(500px, 62vw, 620px);
    }

    .patient-safety__grid,
    .patient-process__steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .patient-procedures__grid,
    .patient-proof__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .patient-page {
        --mobile-title-size: clamp(30px, 8.2vw, 36px);
        --mobile-copy-size: 15px;
    }

    .patient-container,
    .patient-hero__inner,
    .patient-final__inner {
        width: calc(100% - 36px);
    }

    .patient-section {
        padding: 66px 0 76px;
    }

    .patient-section-cta,
    .patient-procedures__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        margin-top: 32px;
    }

    .patient-section-cta .tm-button-wrap,
    .patient-section-cta .tm-button {
        width: 100%;
    }

    .patient-section-cta .tm-button {
        min-height: 56px;
        padding: 12px 18px;
        font-size: 12px;
    }

    .patient-procedures__cta {
        padding-top: 28px;
    }

    .patient-hero {
        min-height: max(100svh, 200vw);
        background:
            linear-gradient(180deg, rgba(12, 12, 12, 0.08) 0%, rgba(12, 12, 12, 0.12) 34%, transparent 58%),
            url("assets/bg_mobile.webp") center 16px / cover no-repeat,
            linear-gradient(180deg, #101010 0%, #0d0d0d 100%);
    }

    .patient-hero::before {
        background:
            linear-gradient(180deg, rgba(8, 8, 8, 0.04) 0%, rgba(8, 8, 8, 0.08) 35%, transparent 58%),
            linear-gradient(90deg, rgba(8, 11, 19, 0.12), transparent 72%);
    }

    .patient-hero::after {
        right: -52%;
        bottom: 4%;
        width: 90vw;
        opacity: 0.42;
    }

    .patient-hero__inner {
        align-items: center;
        min-height: max(100svh, 200vw);
        padding: clamp(32px, 13.8vw, 58px) 0 28px;
    }

    .patient-hero__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 390px;
        text-align: center;
        text-shadow: 0 3px 24px rgba(0, 0, 0, 0.5);
    }

    .patient-hero__badge {
        min-width: 0;
        width: clamp(120px, 51.5vw, 198px);
        max-width: none;
        height: clamp(20px, 8.5vw, 33px);
        padding: 0 clamp(8px, 4vw, 16px);
        gap: clamp(5px, 1.6vw, 7px);
    }

    .patient-hero__badge .badge__icon {
        width: clamp(9px, 4vw, 15px);
        height: auto;
    }

    .patient-hero__badge .badge__text {
        font-size: clamp(7px, 2.9vw, 11.5px);
        line-height: 1;
        white-space: nowrap;
    }

    .patient-hero__title {
        width: 100%;
        max-width: 360px;
        margin-top: clamp(12px, 3.5vw, 15px);
        font-size: clamp(16px, 4.8vw, 19px);
        line-height: 1.24;
        letter-spacing: -0.02em;
    }

    .patient-hero__copy {
        width: 100%;
        max-width: 365px;
        margin-top: clamp(16px, 4vw, 20px);
        color: rgba(255, 255, 255, 0.78);
        font-size: clamp(10px, 3.05vw, 12px);
        line-height: 1.34;
        letter-spacing: -0.015em;
    }

    .patient-hero__button {
        width: clamp(250px, 86vw, 336px);
        margin-top: clamp(18px, 5vw, 22px);
    }

    .patient-hero__button .tm-button {
        width: 100%;
        min-height: 44px;
        padding: 10px 16px;
        font-size: clamp(9px, 2.55vw, 10.5px);
        line-height: 1.08;
        white-space: normal;
    }

    .patient-eyebrow {
        gap: 10px;
        margin-bottom: 18px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .patient-eyebrow span {
        width: 24px;
    }

    .patient-title,
    .patient-title--light,
    .patient-faq__heading h2 {
        max-width: 100%;
        font-size: var(--mobile-title-size);
        line-height: 1.12;
        letter-spacing: var(--tracking);
    }

    .patient-copy,
    .patient-section__intro > p:last-child,
    .patient-opportunity__copy > p:not(.patient-eyebrow),
    .patient-dark-heading > p:last-child,
    .patient-faq__heading p:not(.patient-eyebrow) {
        font-size: 15px;
        line-height: 1.58;
    }

    .patient-problem__cards,
    .patient-fit__list,
    .patient-safety__grid,
    .patient-process__steps {
        grid-template-columns: 1fr;
    }

    .patient-editorial-card,
    .patient-editorial-card--wide {
        min-height: 0;
        padding: 28px;
    }

    .patient-editorial-card p {
        margin-top: 24px;
        font-size: clamp(21px, 6.2vw, 25px);
        line-height: 1.18;
    }

    .patient-opportunity__media {
        height: clamp(420px, 115vw, 500px);
        min-height: 0;
    }

    .patient-opportunity__grid {
        gap: 36px;
    }

    .patient-opportunity__stamp {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 18px;
    }

    .patient-dark-heading {
        gap: 18px;
        margin-bottom: 34px;
    }

    .patient-dark-card {
        min-height: 260px;
        padding: 28px;
    }

    .patient-dark-card__kicker {
        margin-top: 44px;
    }

    .patient-dark-card h3 {
        font-size: clamp(21px, 6.2vw, 25px);
        line-height: 1.18;
    }

    .patient-process__header {
        display: flex;
        gap: 18px;
        margin-bottom: 34px;
    }

    .patient-step {
        min-height: 270px;
    }

    .patient-step__number {
        font-size: clamp(56px, 17vw, 68px);
    }

    .patient-step h3 {
        margin-top: 34px;
    }

    .patient-procedure-card {
        min-height: 0;
        padding: 30px;
    }

    .patient-procedure-card h3 {
        font-size: clamp(21px, 6.2vw, 25px);
        line-height: 1.18;
    }

    .patient-authority__card,
    .patient-investment__inner {
        padding: 26px;
        border-radius: 8px;
    }

    .patient-authority__content h2 {
        font-size: var(--mobile-title-size);
        line-height: 1.12;
    }

    .patient-authority__checks {
        display: grid;
    }

    .patient-proof__grid {
        gap: 16px;
    }

    .patient-testimonial {
        min-height: 0;
        padding: 28px;
    }

    .patient-testimonial blockquote {
        font-size: 22px;
    }

    .patient-faq__questions summary {
        padding: 22px 52px 22px 22px;
        font-size: 19px;
    }

    .patient-faq__questions details p {
        padding: 0 22px 22px;
    }

    .patient-final {
        padding-top: 54px;
    }

    .patient-final__cta {
        gap: 34px;
        padding: 36px 24px 28px;
        border-radius: 22px;
    }

    .patient-final__cta::after {
        right: -150px;
        bottom: -120px;
        width: 400px;
    }

    .patient-final__content h2 {
        font-size: var(--mobile-title-size);
        line-height: 1.1;
    }

    .patient-final__content > p:last-child {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.58;
    }

    .patient-final__action {
        padding-top: 28px;
    }

    .patient-final__action .tm-button {
        width: 100%;
        min-height: 56px;
        padding: 12px 18px;
        font-size: 13px;
        white-space: normal;
    }

}

/*
 * TOP MASTER EXPERIENCE — SISTEMA DE COMPOSIÇÃO
 * Mantém os tokens do ecossistema TOP MASTERS e cria ritmo próprio para
 * a jornada clínica: narrativa, progressão, prática e prova.
 */

.experience-page {
    --experience-rule-light: rgba(17, 24, 39, 0.12);
    --experience-rule-dark: rgba(255, 255, 255, 0.12);
    --experience-gold-wash: rgba(218, 142, 0, 0.08);
}

.experience-page .patient-title {
    max-width: 780px;
    font-size: clamp(38px, 3vw, 58px);
    line-height: 1.1;
}

.experience-page .patient-section {
    padding-top: clamp(88px, 6.25vw, 120px);
    padding-bottom: clamp(96px, 6.8vw, 130px);
}

/* Mercado — narrativa editorial, não grade de cards */
.experience-market .patient-section__intro {
    max-width: 520px;
}

.experience-market__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--experience-rule-light);
}

.experience-market__cards .patient-editorial-card,
.experience-market__cards .patient-editorial-card--wide {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: clamp(20px, 1.7vw, 32px);
    min-height: 0;
    padding: clamp(28px, 2.1vw, 40px) 0;
    border: 0;
    border-bottom: 1px solid var(--experience-rule-light);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
}

.experience-market__cards .patient-editorial-card:hover {
    border-color: var(--experience-rule-light);
    box-shadow: none;
    transform: none;
}

.experience-market__cards .patient-card-icon {
    width: 44px;
    height: 44px;
}

.experience-market__cards .patient-editorial-card p {
    max-width: 760px;
    margin: 0;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.38;
}

.experience-market__cards .patient-editorial-card:last-child {
    margin-top: clamp(24px, 2vw, 38px);
    padding: clamp(28px, 2.4vw, 46px);
    border: 1px solid rgba(206, 157, 81, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 92% 10%, rgba(249, 220, 126, 0.22), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.96));
    box-shadow: 0 22px 60px rgba(17, 24, 39, 0.07);
}

/* A diferença — mídia dominante e texto editorial */
.experience-difference .patient-opportunity__grid {
    align-items: stretch;
}

.experience-difference .experience-difference__visual {
    height: auto;
    min-height: 610px;
}

.experience-difference .patient-opportunity__copy {
    justify-content: center;
}

/* Formato — rail visual dos quatro dias */
.experience-format .patient-dark-heading {
    margin-bottom: clamp(62px, 5.2vw, 100px);
}

.experience-format .patient-dark-heading .patient-title {
    font-size: clamp(44px, 4vw, 76px);
    line-height: 1.02;
}

.experience-format__grid {
    position: relative;
    gap: 0;
    border-top: 1px solid var(--experience-rule-dark);
    border-bottom: 1px solid var(--experience-rule-dark);
}

.experience-format__day {
    min-height: 370px;
    padding: clamp(32px, 2.8vw, 54px) clamp(24px, 2vw, 38px);
    border: 0;
    border-right: 1px solid var(--experience-rule-dark);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.experience-format__day:last-child {
    border-right: 0;
}

.experience-format__day::after {
    right: -58px;
    bottom: -74px;
    width: 220px;
    opacity: 0.035;
}

.experience-format__day--practice {
    border-top: 3px solid rgba(249, 220, 126, 0.72);
    background:
        linear-gradient(180deg, rgba(218, 142, 0, 0.16), rgba(218, 142, 0, 0.025) 76%),
        rgba(255, 255, 255, 0.018);
}

.experience-format__number {
    font-size: clamp(54px, 4.3vw, 82px);
}

.experience-format__grid .patient-dark-card__kicker {
    margin-top: clamp(58px, 4.6vw, 88px);
}

.experience-format__day h3 {
    max-width: 270px;
    margin-top: 16px;
}

.experience-format__closing {
    max-width: 760px;
    margin-right: 0;
    margin-left: auto;
    padding-left: clamp(22px, 2vw, 38px);
    border-left: 2px solid rgba(249, 220, 126, 0.72);
    text-align: left;
}

/* Objetivo — resultados em ledger, sem repetir outra sequência 01–04 */
.experience-objective {
    background:
        radial-gradient(circle at 10% 16%, rgba(218, 142, 0, 0.07), transparent 26%),
        #f7f7f5;
}

.experience-objective .patient-process__header {
    margin-bottom: 0;
}

.experience-objective .patient-process__steps {
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 1px solid var(--experience-rule-light);
}

.experience-objective .patient-step {
    display: grid;
    grid-template-columns: minmax(150px, 0.38fr) minmax(0, 1fr);
    gap: clamp(28px, 3vw, 56px);
    min-height: 0;
    align-items: baseline;
    padding: clamp(28px, 2.3vw, 44px) 0;
    border-bottom: 1px solid var(--experience-rule-light);
    border-left: 0;
    background: transparent;
}

.experience-objective .patient-step::before {
    top: 50%;
    left: auto;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.experience-objective .patient-step h3 {
    margin: 0;
    font-size: clamp(21px, 1.45vw, 28px);
    line-height: 1.1;
}

.experience-objective .patient-step p:last-child {
    max-width: 520px;
    margin: 0;
    padding-right: 34px;
    font-size: clamp(15px, 0.94vw, 18px);
}

/* Currículo — uma trilha principal e dois módulos de apoio */
.experience-curriculum__grid {
    align-items: stretch;
}

.experience-curriculum__grid .patient-procedure-card {
    min-height: 0;
}

.experience-curriculum__main {
    background:
        radial-gradient(circle at 90% 8%, rgba(249, 220, 126, 0.14), transparent 24%),
        linear-gradient(145deg, rgba(8, 11, 19, 0.98), rgba(49, 37, 18, 0.9));
}

.experience-curriculum__grid .patient-procedure-card:not(.experience-curriculum__main) {
    background:
        radial-gradient(circle at 100% 0%, rgba(218, 142, 0, 0.1), transparent 28%),
        linear-gradient(145deg, rgba(25, 25, 25, 0.98), rgba(12, 12, 12, 0.98));
}

.experience-curriculum__grid .patient-procedure-card:not(.experience-curriculum__main) ul {
    margin-top: clamp(28px, 2.2vw, 42px);
}

/* Prática — alternância do split para não repetir teoria x prática */
.experience-practice .patient-opportunity__copy {
    justify-content: center;
}

.experience-practice .experience-practice__visual {
    min-height: 650px;
}

/* Para quem — matriz editorial, sem seis caixas isoladas */
.experience-fit .patient-fit__grid {
    grid-template-columns: 1fr;
    gap: clamp(48px, 4.8vw, 92px);
}

.experience-fit .patient-section__intro {
    max-width: 840px;
}

.experience-fit .patient-fit__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--experience-rule-light);
    border-left: 1px solid var(--experience-rule-light);
}

.experience-fit .patient-fit__list li {
    min-height: 150px;
    padding: clamp(30px, 2.5vw, 48px) clamp(24px, 2.2vw, 42px) clamp(30px, 2.5vw, 48px) clamp(58px, 4.2vw, 80px);
    border: 0;
    border-right: 1px solid var(--experience-rule-light);
    border-bottom: 1px solid var(--experience-rule-light);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 400;
}

.experience-fit .patient-fit__list li::before {
    top: clamp(30px, 2.5vw, 48px);
    left: clamp(24px, 2.2vw, 42px);
}

/* Autoridade — retrato e conteúdo como uma única peça editorial */
.experience-authority .patient-authority__card {
    overflow: hidden;
    grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
    gap: 0;
    padding: 0;
    border-radius: 8px;
}

.experience-authority .patient-authority__photo {
    height: 100%;
    border-radius: 0;
}

.experience-authority .patient-authority__photo img {
    height: 100%;
    aspect-ratio: auto;
    object-position: center top;
}

.experience-authority .patient-authority__content {
    padding: clamp(44px, 4.6vw, 88px);
}

.experience-authority .patient-authority__content h2 {
    font-size: clamp(40px, 3.5vw, 66px);
}

.experience-authority .patient-authority__content p:not(.patient-eyebrow) {
    max-width: 720px;
    margin-top: 18px;
}

/* Prova — um depoimento principal e dois apoios */
.experience-page .experience-video blockquote,
.experience-page .experience-video .patient-testimonial__name {
    color: #fff;
}

.experience-page .experience-video blockquote {
    font-size: clamp(22px, 1.7vw, 32px);
}

.experience-page .experience-video--feature blockquote {
    max-width: 420px;
    font-size: clamp(30px, 2.7vw, 52px);
    line-height: 1.06;
}

/* Inclusos — checklist em ledger de duas colunas */
.experience-receive .patient-investment__panel ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(24px, 2.4vw, 46px);
}

.experience-receive .patient-investment__panel li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 14px;
}

/* Prontidão — compromissos visíveis, não um falso FAQ */
.experience-ready__commitments {
    gap: 0;
    border-top: 1px solid var(--experience-rule-dark);
}

.experience-ready__commitment {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: clamp(20px, 2vw, 38px);
    padding: clamp(26px, 2.2vw, 42px) 0;
    border-bottom: 1px solid var(--experience-rule-dark);
}

.experience-ready__commitment > span {
    padding-top: 3px;
    color: var(--color-gold-light);
    font-family: 'Unbounded', var(--font-primary);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.experience-ready__commitment h3 {
    color: #fff;
    font-size: clamp(20px, 1.35vw, 26px);
    font-weight: 500;
    line-height: 1.24;
}

.experience-ready__commitment p {
    max-width: 640px;
    margin-top: 10px;
    color: #cfcfcf;
    font-size: clamp(14px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.62;
}

@media (min-width: 1181px) {
    .experience-market .patient-split {
        grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
        gap: clamp(72px, 7.4vw, 142px);
    }

    .experience-market .patient-section__intro,
    .experience-objective .patient-process__header {
        position: sticky;
        top: 120px;
    }

    .experience-format__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .experience-objective > .patient-container {
        display: grid;
        grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
        gap: clamp(72px, 7vw, 134px);
        align-items: start;
    }

    .experience-page .experience-curriculum__grid {
        grid-template-columns: minmax(0, 1.38fr) minmax(310px, 0.62fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .experience-curriculum__main {
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .experience-practice .patient-opportunity__copy {
        grid-column: 1;
        grid-row: 1;
    }

    .experience-practice .experience-practice__visual {
        grid-column: 2;
        grid-row: 1;
    }

    .experience-proof .patient-proof__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .experience-proof .experience-video {
        min-height: 250px;
    }

    .experience-proof .experience-video--feature {
        grid-row: 1 / 3;
        min-height: 524px;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .experience-format__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-format__day:nth-child(2) {
        border-right: 0;
    }

    .experience-fit .patient-fit__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .experience-authority .patient-authority__card {
        grid-template-columns: 1fr;
    }

    .experience-authority .patient-authority__photo {
        max-height: 720px;
    }
}

@media (max-width: 767px) {
    .experience-page .patient-title {
        font-size: var(--mobile-title-size);
        line-height: 1.12;
    }

    .experience-page .patient-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .experience-market .patient-split {
        gap: 42px;
    }

    .experience-market__cards .patient-editorial-card,
    .experience-market__cards .patient-editorial-card--wide {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 16px;
        padding: 24px 0;
    }

    .experience-market__cards .patient-card-icon {
        width: 38px;
        height: 38px;
    }

    .experience-market__cards .patient-editorial-card p {
        font-size: 17px;
        line-height: 1.48;
    }

    .experience-market__cards .patient-editorial-card:last-child {
        margin-top: 22px;
        padding: 24px 20px;
    }

    .experience-difference .experience-difference__visual {
        min-height: 440px;
    }

    .experience-format .patient-dark-heading .patient-title {
        font-size: var(--mobile-title-size);
        line-height: 1.1;
    }

    .experience-format__grid {
        grid-template-columns: 1fr;
    }

    .experience-format__day {
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        min-height: 0;
        gap: 6px 20px;
        padding: 28px 0;
        align-items: start;
        border-right: 0;
        border-bottom: 1px solid var(--experience-rule-dark);
    }

    .experience-format__day:last-child {
        border-bottom: 0;
    }

    .experience-format__day--practice {
        padding: 28px 20px;
        border-top: 2px solid rgba(249, 220, 126, 0.72);
    }

    .experience-format__number {
        grid-row: 1 / 3;
        font-size: 48px;
    }

    .experience-format__grid .patient-dark-card__kicker {
        margin-top: 0;
    }

    .experience-format__day h3 {
        margin-top: 7px;
        font-size: 20px;
    }

    .experience-format__closing {
        margin-top: 36px;
        padding-left: 20px;
    }

    .experience-objective .patient-process__header {
        margin-bottom: 42px;
    }

    .experience-objective .patient-step {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 25px 24px 25px 0;
    }

    .experience-objective .patient-step::before {
        right: 2px;
    }

    .experience-objective .patient-step p:last-child {
        padding-right: 12px;
    }

    .experience-curriculum__main .experience-columns {
        gap: 9px;
    }

    .experience-practice .experience-practice__visual {
        min-height: 470px;
        order: 1;
    }

    .experience-practice .patient-opportunity__copy {
        order: 2;
    }

    .experience-fit .patient-fit__grid {
        gap: 42px;
    }

    .experience-fit .patient-fit__list {
        grid-template-columns: 1fr;
    }

    .experience-fit .patient-fit__list li {
        min-height: 0;
        padding: 24px 20px 24px 60px;
        font-size: 15px;
    }

    .experience-fit .patient-fit__list li::before {
        top: 24px;
        left: 22px;
    }

    .experience-authority .patient-authority__card {
        grid-template-columns: 1fr;
    }

    .experience-authority .patient-authority__photo img {
        aspect-ratio: 4 / 4.4;
    }

    .experience-authority .patient-authority__content {
        padding: 30px 24px 34px;
    }

    .experience-authority .patient-authority__content h2 {
        font-size: var(--mobile-title-size);
    }

    .experience-page .experience-video {
        min-height: 250px;
    }

    .experience-proof .patient-proof__grid {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(82vw, 310px);
        grid-template-columns: none;
        gap: 16px;
        padding: 4px 18px 18px;
        margin-right: -18px;
        margin-left: -18px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    .experience-proof .patient-proof__grid::-webkit-scrollbar {
        display: none;
    }

    .experience-proof .experience-video {
        scroll-snap-align: start;
    }

    .experience-page .experience-video--feature blockquote {
        font-size: 30px;
    }

    .experience-receive .patient-investment__panel ul {
        grid-template-columns: 1fr;
    }

    .experience-ready__commitment {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 14px;
        padding: 26px 0;
    }

    .experience-ready__commitment h3 {
        font-size: 20px;
    }

    .experience-ready__commitment p {
        font-size: 14px;
    }
}
