/* Formação TOP MASTERS — frame de referência: 1920 × 1000 px */

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

html,
body {
    width: 100%;
    overflow-x: clip;
}

html {
    scroll-behavior: smooth;
}

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

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

a,
button {
    border: 0;
    background: none;
    font-family: inherit;
    cursor: pointer;
}

:root {
    --color-bg: #121212;
    --color-text-primary: #faf9ff;
    --color-text-muted: #dcdcdc;
    --color-gold-start: #b09151;
    --color-gold-light: #f9f3a3;
    --color-gold-dark: #da8e00;
    --color-gold-rich: #ce9d51;
    --color-gold-pale: #ffe6bf;
    --color-gold-warm: #cc9c50;
    --color-gold-bright: #fff2dd;
    --color-editorial-title: #111827;
    --color-editorial-body: #4b5563;
    --color-editorial-muted: #6b7280;
    --color-editorial-card: #fafafa;
    --gradient-gold-h: linear-gradient(90deg, var(--color-gold-start) 0%, var(--color-gold-light) 68%, var(--color-gold-start) 100%);
    --gradient-gold-text: linear-gradient(180deg, #fde69e 0%, var(--color-gold-dark) 100%);
    --font-primary: 'Inter', 'Open Sauce Sans', sans-serif;
    --tracking: -0.01em;
    --page-width: 1920px;
    --content-width: 1420px;
    --page-gutter: 64px;
    --badge-w: 453px;
    --badge-h: 70px;
    --cta-w: 564px;
    --cta-h: 73px;
    --focus-color: #eaa437;
}

body {
    background: var(--color-bg);
    color: var(--color-text-primary);
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus-visible {
    border-radius: 4px;
    outline: 3px solid var(--focus-color);
    outline-offset: 2px;
}

.stage {
    width: 100%;
    overflow: hidden;
    background: var(--color-bg);
}

.page {
    position: relative;
    width: 100%;
    height: clamp(760px, 52.083vw, 1000px);
    overflow: hidden;
    background: var(--color-bg);
}

.bg-full {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.bg-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.content {
    position: absolute;
    z-index: 10;
    top: clamp(112px, 9.74vw, 187px);
    left: 50%;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--badge-w);
    height: var(--badge-h);
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
}

.badge__icon {
    flex: 0 0 auto;
    width: 38px;
    height: 24px;
    object-fit: contain;
}

.badge__text {
    display: inline-block;
    color: var(--color-text-primary);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: var(--tracking);
}

.badge__text strong {
    font-weight: 600;
}

.content__body {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.headline {
    width: 671px;
    color: var(--color-text-primary);
    font-size: 40.7px;
    font-weight: 300;
    line-height: 55.3px;
    letter-spacing: var(--tracking);
}

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

.subtext {
    width: 686px;
    color: var(--color-text-muted);
    font-size: 23.3px;
    font-weight: 300;
    line-height: 34.9px;
    letter-spacing: var(--tracking);
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-angle-offset {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@property --gradient-percent {
    syntax: "<percentage>";
    initial-value: 5%;
    inherits: false;
}

@property --gradient-shine {
    syntax: "<color>";
    initial-value: #ffffff;
    inherits: false;
}

/* Botao Shiny CTA TOP MASTERS — adaptado do modelo detalhado */
.tm-button-wrap {
    display: inline-flex;
    position: relative;
    z-index: 1;
    width: fit-content;
    max-width: 100%;
    border-radius: 999px;
}

.tm-button,
.tm-button-whats {
    --gradient-angle: 0deg;
    --gradient-angle-offset: 0deg;
    --gradient-percent: 5%;
    --gradient-shine: #ffffff;
    --shiny-cta-bg: #050505;
    --shiny-cta-bg-subtle: #211d16;
    --shiny-cta-fg: #ffffff;
    --shiny-cta-highlight: #d4af37;
    --shiny-cta-highlight-subtle: #fff9d0;
    --shadow-size: 2px;
    display: inline-flex;
    position: relative;
    isolation: isolate;
    align-items: center;
    justify-content: center;
    min-height: clamp(56px, 3.8vw, 73px);
    overflow: hidden;
    padding: 15px clamp(32px, 3.4vw, 66px);
    border: 1px solid transparent;
    border-radius: inherit;
    background:
        linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg)) padding-box,
        conic-gradient(
            from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
            transparent,
            var(--shiny-cta-highlight) var(--gradient-percent),
            var(--gradient-shine) calc(var(--gradient-percent) * 2),
            var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
            transparent calc(var(--gradient-percent) * 4)
        ) border-box;
    color: var(--shiny-cta-fg);
    font-family: 'Unbounded', var(--font-primary);
    font-size: clamp(14px, 1.04vw, 20px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow:
        inset 0 0 0 1px var(--shiny-cta-bg-subtle),
        0 14px 38px rgba(111, 78, 13, 0.18);
    animation:
        tm-rotate-glow 3s linear infinite,
        tm-rotate-glow 7.5s linear reverse paused;
    animation-composition: add;
    transition:
        --gradient-angle-offset 800ms cubic-bezier(0.25, 1, 0.5, 1),
        --gradient-percent 800ms cubic-bezier(0.25, 1, 0.5, 1),
        --gradient-shine 800ms cubic-bezier(0.25, 1, 0.5, 1),
        transform 260ms ease,
        box-shadow 260ms ease;
}

.tm-button::before,
.tm-button::after,
.tm-button-whats::before,
.tm-button-whats::after {
    content: "";
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    pointer-events: none;
}

.tm-button::before,
.tm-button-whats::before {
    --size: calc(100% - (var(--shadow-size) * 3));
    z-index: 0;
    width: var(--size);
    height: var(--size);
    border-radius: inherit;
    background:
        radial-gradient(
            circle at 50% 50%,
            var(--shiny-cta-highlight) 1.2px,
            transparent 1.5px
        ) padding-box;
    background-position: center;
    background-repeat: repeat;
    background-size: 8px 8px;
    filter: blur(1.6px);
    opacity: 0.72;
    transform: translate(-50%, -50%);
    -webkit-mask-image: conic-gradient(
        from calc(var(--gradient-angle) + 45deg),
        #000 0%,
        #000 15%,
        transparent 20%,
        transparent 80%,
        #000 85%,
        #000 100%
    );
    mask-image: conic-gradient(
        from calc(var(--gradient-angle) + 45deg),
        #000 0%,
        #000 15%,
        transparent 20%,
        transparent 80%,
        #000 85%,
        #000 100%
    );
    animation:
        tm-rotate-glow 3s linear infinite,
        tm-rotate-glow 7.5s linear reverse paused;
    animation-composition: add;
}

.tm-button::after,
.tm-button-whats::after {
    z-index: 0;
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(-50deg, transparent, var(--shiny-cta-highlight), transparent);
    opacity: 0.5;
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, #000);
    mask-image: radial-gradient(circle at bottom, transparent 40%, #000);
    animation:
        tm-subtle-shine 7.5s linear infinite,
        tm-subtle-shine 18.75s linear reverse paused;
    animation-composition: add;
}

.tm-button__text {
    position: relative;
    z-index: 2;
}

.tm-button:hover,
.tm-button:focus-visible,
.tm-button-whats:hover,
.tm-button-whats:focus-visible {
    --gradient-percent: 20%;
    --gradient-angle-offset: 95deg;
    --gradient-shine: var(--shiny-cta-highlight-subtle);
}

.tm-button:hover,
.tm-button:hover::before,
.tm-button:hover::after,
.tm-button-whats:hover,
.tm-button-whats:hover::before,
.tm-button-whats:hover::after {
    animation-play-state: running;
}

.tm-button:hover,
.tm-button-whats:hover {
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 0 1px #2d281f,
        0 20px 46px rgba(168, 122, 27, 0.28);
}

.tm-button:focus-visible,
.tm-button-whats:focus-visible {
    border-radius: inherit;
    outline: 3px solid var(--focus-color);
    outline-offset: 4px;
}

@keyframes tm-rotate-glow {
    to {
        --gradient-angle: 360deg;
    }
}

@keyframes tm-subtle-shine {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

[data-hero-button] {
    width: min(100%, 520px);
}

[data-hero-button] .tm-button {
    width: 100%;
    min-height: clamp(62px, 3.8vw, 73px);
    font-size: clamp(13px, 0.84vw, 16px);
}

.main-container__intro .tm-button {
    font-size: clamp(12px, 0.78vw, 15px);
    text-transform: none;
}

.audience-section .tm-button-wrap {
    margin-top: clamp(6px, 0.52vw, 10px);
}

.audience-section .tm-button,
.next-step-cta .tm-button,
.investment-panel .tm-button-whats,
.closing-section .tm-button {
    min-height: clamp(56px, 3.4vw, 66px);
    font-size: clamp(12px, 0.78vw, 15px);
}

.next-step-cta > .tm-button-wrap {
    align-self: center;
    justify-self: end;
}

.investment-panel__footer .tm-button-wrap {
    flex: 0 0 auto;
}

.closing-section__cta-content .tm-button-wrap {
    margin-top: clamp(34px, 3.1vw, 60px);
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--cta-w);
    height: var(--cta-h);
    border-radius: 953px;
    background: var(--gradient-gold-h);
    color: #000;
    font-size: 20.1px;
    font-weight: 600;
    line-height: 28.6px;
    letter-spacing: var(--tracking);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-btn span {
    margin-right: 10px;
}

.cta-btn img {
    width: 20px;
    height: 20px;
}

.cta-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 32px rgba(204, 156, 80, 0.35);
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .cta-btn {
        transition: none;
    }

    .tm-button,
    .tm-button::before,
    .tm-button::after,
    .tm-button-whats,
    .tm-button-whats::before,
    .tm-button-whats::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 767px) {
    .tm-button-wrap {
        width: fit-content;
    }

    .content .tm-button-wrap {
        width: min(100%, 330px);
    }

    .main-container__intro .tm-button-wrap,
    .audience-section .tm-button-wrap,
    .next-step-cta > .tm-button-wrap,
    .investment-panel__footer .tm-button-wrap,
    .closing-section__cta-content .tm-button-wrap {
        width: 100%;
    }

    .tm-button,
    .tm-button-whats {
        width: 100%;
        min-height: 54px;
        padding: 13px 22px;
        font-size: 12px;
        letter-spacing: -0.04em;
        white-space: normal;
    }
}

/* Segunda seção — código fornecido */
.main-container {
    position: relative;
    padding: clamp(54px, 4.167vw, 80px) 0 clamp(90px, 7vw, 134px);
    overflow: visible;
    background: #fff;
    color: var(--color-editorial-body);
    font-family: var(--font-primary);
}

.main-container__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: start;
    width: min(var(--content-width), 74.4%);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
    gap: clamp(52px, 4vw, 77px);
}

.main-container__inner > div {
    width: 100%;
}

.main-container__intro {
    position: sticky;
    top: clamp(88px, 7vw, 134px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(19px, 1.563vw, 30px);
    text-align: left;
}

.main-container__title {
    width: 100%;
    max-width: 560px;
    color: var(--color-editorial-title);
    font-size: clamp(32px, 2.12vw, 40.7px);
    font-weight: 300;
    line-height: 1.359;
    letter-spacing: var(--tracking);
    text-transform: none;
}

.main-container__title .font-semibold {
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-container__cards {
    --stack-top: clamp(88px, 7vw, 134px);
    --stack-step: clamp(9px, 0.68vw, 13px);
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(30px, 3vw, 58px);
    padding-bottom: clamp(70px, 6vw, 116px);
}

.main-container__inner > .main-container__cards {
    width: 85.6%;
    max-width: 680px;
}

.badge-mentoria {
    display: inline-flex;
    align-items: center;
    gap: clamp(4px, 0.313vw, 6px);
    padding: clamp(11px, 0.833vw, 16px) clamp(20px, 1.563vw, 30px);
    border-radius: 900px;
    border: 1px solid rgba(206, 157, 81, 0.35);
    background: linear-gradient(90deg, rgba(182, 144, 69, 0.10) 0%, rgba(250, 243, 152, 0.10) 67.5%, rgba(182, 144, 69, 0.10) 100%);
    color: var(--color-editorial-muted);
}

.badge-mentoria > span:first-child,
.badge-mentoria svg {
    display: block;
    width: clamp(14px, 1.042vw, 20px);
    height: clamp(14px, 1.042vw, 20px);
}

.badge-mentoria > span:last-child {
    color: var(--color-editorial-muted);
    font-size: clamp(12px, 0.99vw, 19px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: none;
}

.badge-mentoria circle {
    stroke: var(--color-gold-dark);
}

.btn-cta {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 0.625vw, 12px);
    padding: clamp(14px, 1.042vw, 20px) clamp(23px, 1.875vw, 36px);
    border-radius: 900px;
    background: var(--gradient-gold-h);
    color: #000;
    font-size: clamp(14px, 1.042vw, 20px);
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.btn-cta svg {
    transition: transform 0.5s ease;
}

.btn-cta:hover .btn-icon-svg {
    transform: rotate(45deg);
}

.card-premium {
    --stack-index: 0;
    position: sticky;
    top: calc(var(--stack-top) + (var(--stack-index) * var(--stack-step)));
    z-index: calc(10 + var(--stack-index));
    display: flex;
    min-height: clamp(96px, 7vw, 134px);
    align-items: center;
    gap: clamp(11px, 0.833vw, 16px);
    padding: clamp(16px, 1.25vw, 24px);
    border-radius: clamp(8px, 0.521vw, 10px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(250, 249, 247, 0.98)),
        var(--color-editorial-card);
    box-shadow:
        0 18px 46px rgba(17, 24, 39, 0.08),
        0 2px 8px rgba(17, 24, 39, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform-origin: center top;
    will-change: transform;
}

.card-premium:nth-child(1) {
    --stack-index: 0;
}

.card-premium:nth-child(2) {
    --stack-index: 1;
}

.card-premium:nth-child(3) {
    --stack-index: 2;
}

.card-premium:nth-child(4) {
    --stack-index: 3;
}

.card-premium:nth-child(5) {
    --stack-index: 4;
}

.card-premium:nth-child(6) {
    --stack-index: 5;
}

.card-premium img {
    flex: 0 0 auto;
    width: clamp(25px, 1.927vw, 37px);
    height: clamp(25px, 1.927vw, 37px);
    object-fit: contain;
}

.card-premium__text {
    color: var(--color-editorial-body);
    font-size: clamp(14px, 1.042vw, 20px);
    font-weight: 300;
    line-height: 1.35;
    letter-spacing: -0.3px;
    text-align: left;
}

.card-premium__text .font-semibold {
    color: var(--color-editorial-title);
    font-weight: 600;
}

@media (max-width: 1279px) {
    :root {
        --page-gutter: 48px;
    }

    .page {
        height: 760px;
    }

    .content {
        top: 104px;
    }

    .headline {
        width: 620px;
        font-size: 38px;
        line-height: 1.3;
    }

    .subtext {
        width: 630px;
        font-size: 20px;
        line-height: 1.55;
    }

    .content__body {
        gap: 36px;
    }

    .main-container__inner {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: 48px;
    }
}

@media (min-width: 768px) and (max-width: 1500px) {
    :root {
        --page-gutter: clamp(40px, 4.55vw, 64px);
    }

    .page {
        height: 760px;
    }

    .content {
        top: clamp(74px, 6.75vw, 96px);
        width: min(1320px, calc(100% - (var(--page-gutter) * 2)));
        gap: clamp(19px, 1.75vw, 26px);
    }

    .badge {
        width: clamp(390px, 31.7vw, 453px);
        height: clamp(58px, 4.6vw, 66px);
        gap: clamp(12px, 1vw, 15px);
    }

    .badge__icon {
        width: clamp(32px, 2.65vw, 38px);
        height: auto;
    }

    .badge__text {
        font-size: clamp(17px, 1.32vw, 19px);
    }

    .content__body {
        gap: clamp(24px, 2.2vw, 32px);
    }

    .headline {
        width: min(640px, 52vw);
        font-size: clamp(32px, 2.65vw, 38px);
        line-height: 1.24;
    }

    .subtext {
        width: min(650px, 53vw);
        font-size: clamp(18px, 1.4vw, 20px);
        line-height: 1.45;
    }

    [data-hero-button] {
        width: min(100%, 520px);
    }

    [data-hero-button] .tm-button {
        min-height: clamp(60px, 4vw, 64px);
        font-size: clamp(13px, 1vw, 15px);
    }
}

@media (max-width: 900px) {
    :root {
        --page-gutter: 32px;
    }

    .main-container {
        padding: 72px 0;
    }

    .main-container__inner {
        width: calc(100% - (var(--page-gutter) * 2));
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .main-container__inner > .main-container__cards {
        width: 100%;
        max-width: none;
    }

    .main-container__intro {
        position: relative;
        top: auto;
        align-items: flex-start;
        max-width: 620px;
        text-align: left;
    }

    .main-container__cards {
        --stack-top: 24px;
        --stack-step: 9px;
        gap: 28px;
        padding-bottom: 72px;
    }
}

@media (max-width: 767px) {
    :root {
        --page-gutter: 18px;
        --mobile-title-size: clamp(11px, 4.8vw, 19px);
        --mobile-title-line-height: 1.24;
        --mobile-subtitle-size: clamp(7px, 3.05vw, 12px);
        --mobile-subtitle-line-height: 1.34;
    }

    .page {
        height: max(100svh, 200vw);
        min-height: 0;
        background: #191919;
    }

    .bg-full {
        background: #191919 url("assets/bg_mobile.webp?v=20260625-1850") center top / cover no-repeat;
    }

    .bg-full img {
        display: none;
    }

    .bg-full::after {
        content: none;
    }

    .content {
        top: 0;
        align-items: center;
        width: calc(100% - 24px);
        max-width: 390px;
        padding: clamp(32px, 13.8vw, 58px) 0 0;
        gap: clamp(8px, 3.5vw, 15px);
        text-align: center;
    }

    .badge {
        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);
        border-radius: 999px;
        border-color: rgba(255, 255, 255, 0.12);
        background: rgba(40, 37, 30, 0.74);
    }

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

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

    .content__body {
        align-items: center;
        width: 100%;
        gap: clamp(17px, 5.7vw, 23px);
    }

    .headline {
        width: 100%;
        max-width: 360px;
        font-size: var(--mobile-title-size);
        line-height: var(--mobile-title-line-height);
        letter-spacing: -0.02em;
    }

    .headline br,
    .subtext br {
        display: block;
    }

    .subtext {
        width: 100%;
        max-width: 365px;
        color: rgba(250, 249, 255, 0.78);
        font-size: var(--mobile-subtitle-size);
        line-height: var(--mobile-subtitle-line-height);
        letter-spacing: -0.015em;
    }

    .cta-btn {
        width: clamp(168px, 69vw, 270px);
        max-width: none;
        height: clamp(21px, 8.7vw, 34px);
        padding: 0 clamp(9px, 4vw, 16px);
        font-size: clamp(6px, 2.55vw, 10px);
        line-height: 1;
        text-align: center;
    }

    .cta-btn span {
        margin-right: clamp(4px, 1.5vw, 6px);
    }

    .cta-btn img {
        width: clamp(6px, 2.55vw, 10px);
        height: clamp(6px, 2.55vw, 10px);
    }

    .main-container {
        padding: 56px 0 82px;
    }

    .main-container__inner {
        width: calc(100% - (var(--page-gutter) * 2));
        gap: 44px;
    }

    .main-container__intro {
        align-items: flex-start;
        max-width: none;
        text-align: left;
    }

    .card-premium {
        width: 100%;
        min-height: 92px;
        flex-direction: row;
        align-items: center;
        padding: 16px;
        border-radius: 10px;
    }

    .main-container__title {
        max-width: 100%;
        font-size: clamp(30px, 8vw, 32px);
    }

    .badge-mentoria {
        padding: 14px 24px;
    }

    .badge-mentoria span:last-child {
        font-size: 12px;
    }

    .btn-cta {
        padding: 20px 40px;
        font-size: 16px;
    }

    .card-premium__text {
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .content {
        padding-top: 13.8vw;
    }

    .cta-btn {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-container__intro,
    .card-premium {
        position: relative;
        top: auto;
    }

    .card-premium,
    .btn-cta,
    .btn-cta svg {
        transition: none;
    }

    .main-container__cards {
        gap: clamp(18px, 1.354vw, 26px);
        padding-bottom: 0;
    }
}

/* Terceira seção — Formação completa */
.formation-pillars {
    position: relative;
    display: flex;
    min-height: 834.75px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 112px 0;
    background: #101010;
    color: #fff;
    font-family: var(--font-primary);
    box-shadow: inset 0 1px rgba(206, 157, 81, 0.22);
    overflow: hidden;
}

.formation-pillars::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        radial-gradient(circle at 12% 44%, rgba(218, 142, 0, 0.16), transparent 32%),
        linear-gradient(90deg, rgba(16, 16, 16, 0.5) 0%, #101010 50%, #101010 100%),
        linear-gradient(180deg, rgba(16, 16, 16, 0.5) 0%, #101010 88%);
    pointer-events: none;
}

.formation-pillars__bg-mark {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: -360px;
    width: min(1040px, 78vw);
    max-width: none;
    transform: translateY(-50%) rotate(-9deg);
    opacity: 0.32;
    filter: saturate(1.08) drop-shadow(0 28px 80px rgba(218, 142, 0, 0.18));
    mix-blend-mode: screen;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 48%, transparent 86%);
    mask-image: linear-gradient(90deg, #000 0%, #000 48%, transparent 86%);
}

.formation-pillars__inner {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    max-width: none;
}

.formation-pillars__header {
    display: flex;
    width: min(100%, 980px);
    margin: 0 auto 80px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.formation-pillars__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    color: #acacac;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.formation-pillars__eyebrow::before,
.formation-pillars__eyebrow::after {
    width: 34px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(249, 220, 126, 0.72));
}

.formation-pillars__eyebrow::after {
    transform: scaleX(-1);
}

.section__title {
    width: 100%;
    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);
}

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

.formation-pillars__title {
    width: auto;
    max-width: none;
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(40px, 3.4vw, 64px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-align: center;
    text-wrap: balance;
}

.formation-pillars__title span {
    display: inline;
    font-weight: 600;
}

.formation-pillars__grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    width: 100%;
    gap: 48px;
}

.formation-pillars__connector {
    display: none;
}

.formation-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
}

.formation-step::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 36px;
    left: 112px;
    right: -24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(249, 243, 163, 0.38), rgba(206, 157, 81, 0.2));
    pointer-events: none;
}

.formation-step--last::before {
    right: 0;
}

.formation-step--offset {
    padding-top: 0;
}

.formation-step__number-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
    background: transparent;
}

.formation-step__number {
    background: var(--gradient-gold-text);
    background-clip: text;
    font-size: 72px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1.44px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.formation-step__kicker {
    min-height: 25px;
    padding-bottom: 9px;
    color: #acacac;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 1.98px;
}

.formation-step__title {
    margin-bottom: 12px;
    padding-right: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 23.1px;
    letter-spacing: -0.44px;
}

.formation-step__copy {
    padding-right: 8px;
    color: #acacac;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    letter-spacing: -0.08px;
}

.formation-step__copy > p {
    min-height: 65.1px;
}

.formation-step__list {
    display: grid;
    margin-top: 16px;
    list-style: none;
    gap: 8px;
    font-size: 13px;
}

.formation-step__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.formation-step__list li::before {
    flex: 0 0 auto;
    content: "✔";
    color: var(--color-gold-dark);
    font-weight: 700;
}

.formation-pillars__differential {
    width: 100%;
    max-width: 800px;
    margin-top: 72px;
    padding: 32px;
    border: 1px solid rgba(206, 157, 81, 0.28);
    border-radius: 12px;
    background: rgba(26, 26, 26, 0.88);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    text-align: center;
}

.formation-pillars__differential h3 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.formation-pillars__differential h3::before {
    margin-right: 8px;
    content: "⚠";
    color: var(--color-gold-dark);
}

.formation-pillars__differential p {
    color: #acacac;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    .formation-pillars {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .formation-pillars__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 56px 48px;
    }

    .formation-pillars__connector {
        display: none;
    }

    .formation-step::before {
        display: none;
    }

    .formation-pillars__bg-mark {
        left: -420px;
        width: 980px;
        opacity: 0.22;
    }
}

@media (max-width: 767px) {
    .formation-pillars {
        min-height: 0;
        padding: 64px 0;
    }

    .formation-pillars__header {
        margin-bottom: 56px;
        gap: 14px;
    }

    .formation-pillars .formation-pillars__title {
        max-width: 340px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1.12;
        letter-spacing: -0.03em;
    }

    .formation-pillars__title span {
        display: block;
    }

    .formation-pillars__eyebrow {
        gap: 9px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .formation-pillars__eyebrow::before,
    .formation-pillars__eyebrow::after {
        width: 18px;
    }

    .formation-pillars__bg-mark {
        top: 280px;
        left: -440px;
        width: 800px;
        opacity: 0.16;
    }

    .formation-pillars__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .formation-step--offset {
        padding-top: 0;
    }

    .formation-step__copy > p {
        min-height: 0;
    }

    .formation-step--middle .formation-step__number-wrap,
    .formation-step--last .formation-step__number-wrap {
        margin-left: 0;
        padding-left: 0;
    }

    .formation-pillars__differential {
        margin-top: 80px;
        padding: 32px;
    }
}

/* QUARTA SEÇÃO — PARA QUEM É A FORMAÇÃO */
.audience-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: clamp(46px, 3.5vw, 68px) 0;
    background: #fff;
    color: var(--color-editorial-title);
    font-family: var(--font-primary);
}

.audience-section__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(470px, 5fr) minmax(0, 7fr);
    align-items: center;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
    gap: clamp(48px, 4.8vw, 92px);
}

.audience-section__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(18px, 1.35vw, 26px);
    margin-top: 0;
    text-align: left;
}

.audience-section__eyebrow {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-gold-dark);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.audience-section__eyebrow span {
    color: var(--color-gold-dark);
    margin-right: 2px;
}

.audience-section__title {
    width: 100%;
    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);
    text-transform: none;
}

.audience-section__title span {
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.audience-section__list {
    display: grid;
    max-width: 470px;
    margin-top: 0;
    list-style: none;
    gap: clamp(9px, 0.73vw, 14px);
}

.audience-section__list li {
    display: flex;
    align-items: flex-start;
    gap: clamp(8px, 0.625vw, 12px);
    color: #1d1d1d;
    font-size: clamp(13px, 0.781vw, 15px);
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -0.055em;
}

.audience-section__list li::before {
    flex: 0 0 auto;
    display: inline-grid;
    align-content: center;
    width: clamp(12px, 0.833vw, 16px);
    height: clamp(12px, 0.833vw, 16px);
    margin-top: 0;
    place-items: center;
    border-radius: 999px;
    background: #080808;
    color: #fff;
    content: "\2713";
    font-size: clamp(7px, 0.469vw, 9px);
    font-weight: 700;
    line-height: 1;
}


.audience-section__list li .font-semibold {
    color: var(--color-editorial-title);
    font-weight: 600;
}

.audience-section__cta {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: clamp(196px, 14.58vw, 280px);
    min-height: clamp(46px, 2.92vw, 56px);
    gap: clamp(6px, 0.52vw, 10px);
    padding: clamp(11px, 0.83vw, 16px) clamp(24px, 1.875vw, 36px);
    border-radius: 900px;
    background: #f5a52c;
    color: #000;
    font-size: clamp(12px, 0.781vw, 15px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    box-shadow: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.audience-section__cta:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 32px rgba(204, 156, 80, 0.35);
}

.audience-section__cta-icon {
    display: inline-grid;
    width: clamp(16px, 1.04vw, 20px);
    height: clamp(16px, 1.04vw, 20px);
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: #050505;
    font-size: 0.82em;
    line-height: 1;
    transition: transform 0.5s ease;
}

.audience-section__cta:hover .audience-section__cta-icon {
    transform: rotate(45deg);
}

.audience-section__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    background: transparent;
}

.audience-section__image {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: none;
    max-height: none;
    height: clamp(390px, 34vw, 653px);
    margin: 0 auto;
    object-fit: contain;
    transform: translate(clamp(56px, 6.25vw, 120px), clamp(-34px, -1.8vw, -18px));
}

@media (max-width: 1279px) {
    .audience-section__inner {
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: 48px;
    }
}

@media (max-width: 1023px) {
    .audience-section {
        padding: clamp(64px, 6vw, 96px) 0;
    }

    .audience-section__inner {
        gap: 48px;
    }

    .audience-section__title,
    .audience-section__list {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .audience-section {
        padding: 56px 0;
    }

    .audience-section__inner {
        grid-template-columns: 1fr;
        width: calc(100% - (var(--page-gutter) * 2));
        gap: 44px;
    }

    .audience-section__content {
        align-items: flex-start;
        text-align: left;
    }

    .audience-section__title {
        font-size: clamp(30px, 8vw, 32px);
        line-height: 1.18;
    }

    .audience-section__list {
        gap: 12px;
    }

    .audience-section__list li {
        font-size: 14px;
    }

    .audience-section__cta {
        width: 100%;
        padding: 20px 40px;
        font-size: 16px;
    }

    .audience-section__visual {
        width: calc(100% + 72px);
        margin-left: -36px;
    }

    .audience-section__image {
        width: 100%;
        height: auto;
        transform: none;
    }
}

/* QUINTA SEÇÃO — TRANSIÇÃO ESCURA */
.dark-empty-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(760px, 64vw, 980px);
    overflow: hidden;
    padding: clamp(72px, 7vw, 134px) var(--page-gutter);
    background: #101010;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dark-empty-section::before {
    content: "";
    position: absolute;
    top: clamp(-430px, -27vw, -250px);
    left: clamp(-360px, -18vw, -160px);
    width: clamp(700px, 72vw, 1380px);
    aspect-ratio: 1563 / 1000;
    background: url("mAa.svg?v=20260625-1850") center / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.professor-card {
    position: relative;
    z-index: 1;
    width: min(1040px, 100%);
    overflow: hidden;
    padding: clamp(280px, 25vw, 360px) clamp(26px, 3.7vw, 62px) clamp(36px, 3.7vw, 68px);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: clamp(22px, 1.67vw, 32px);
    background: #080b13;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
    color: #fff;
    font-family: var(--font-primary);
}

.professor-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url("assets/sobre.webp?v=20260625-1850") center -38px / min(820px, 79%) auto no-repeat;
    opacity: 0.96;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(ellipse 56% 58% at 50% 20%, #000 0 58%, rgba(0, 0, 0, 0.72) 70%, transparent 94%);
    mask-image: radial-gradient(ellipse 56% 58% at 50% 20%, #000 0 58%, rgba(0, 0, 0, 0.72) 70%, transparent 94%);
}

.professor-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 18% 18%, rgba(218, 142, 0, 0.13), transparent 30%),
        linear-gradient(90deg, #080b13 0%, rgba(8, 11, 19, 0.96) 7%, rgba(8, 11, 19, 0.22) 24%, rgba(8, 11, 19, 0.08) 50%, rgba(8, 11, 19, 0.22) 76%, rgba(8, 11, 19, 0.96) 93%, #080b13 100%),
        linear-gradient(180deg, rgba(8, 11, 19, 0.05) 0%, rgba(8, 11, 19, 0.25) 42%, rgba(8, 11, 19, 0.84) 58%, rgba(8, 11, 19, 0.98) 82%, #080b13 100%);
    pointer-events: none;
}

.professor-card > * {
    position: relative;
    z-index: 2;
}

.professor-card__eyebrow {
    margin: 0 0 clamp(10px, 0.83vw, 16px);
    color: var(--color-gold-dark);
    font-size: clamp(11px, 0.677vw, 13px);
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-align: center;
    text-transform: uppercase;
}

.professor-card__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
}

.professor-card__title {
    margin: clamp(18px, 1.46vw, 28px) 0;
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--font-primary);
    font-size: clamp(32px, 2.12vw, 40.7px);
    font-weight: 300;
    line-height: 1.359;
    letter-spacing: var(--tracking);
    text-align: center;
    text-transform: none;
    text-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.professor-card__divider--bottom {
    margin-bottom: clamp(30px, 2.6vw, 50px);
}

.professor-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(32px, 3.2vw, 62px);
}

.professor-card__copy,
.professor-card__details {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 0.83vw, 16px);
    color: #cbcbcb;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 300;
    line-height: 1.48;
    letter-spacing: var(--tracking);
}

.professor-card__credentials {
    display: grid;
    gap: clamp(10px, 0.73vw, 14px);
    list-style: none;
}

.professor-card__credentials li {
    position: relative;
    padding-left: clamp(22px, 1.46vw, 28px);
}

.professor-card__credentials li::before {
    content: "\2713";
    position: absolute;
    top: 0.08em;
    left: 0;
    display: inline-grid;
    width: clamp(14px, 0.94vw, 18px);
    height: clamp(14px, 0.94vw, 18px);
    place-items: center;
    border-radius: 999px;
    background: var(--color-gold-dark);
    color: #080808;
    font-size: 0.62em;
    font-weight: 800;
}

.professor-card__method {
    margin-top: clamp(6px, 0.83vw, 16px);
}

.professor-card__method > p {
    margin-bottom: clamp(12px, 0.94vw, 18px);
    color: #fff;
    font-weight: 400;
}

.professor-card__pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 0.83vw, 16px);
    color: #e7e7e7;
    font-size: clamp(14px, 0.833vw, 16px);
}

.professor-card__pillars span {
    position: relative;
    padding-left: clamp(16px, 1.04vw, 20px);
}

.professor-card__pillars span::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--color-gold-dark);
    box-shadow: 0 0 16px rgba(218, 142, 0, 0.65);
}

@media (max-width: 767px) {
    .dark-empty-section {
        min-height: 0;
        padding: 56px 20px;
    }

    .dark-empty-section::before {
        top: -190px;
        left: -210px;
        width: 680px;
        opacity: 0.06;
    }

    .professor-card {
        padding: 230px 22px 34px;
        border-radius: 22px;
    }

    .professor-card::before {
        background-position: center 8px;
        background-size: 520px auto;
        -webkit-mask-image: radial-gradient(ellipse 78% 42% at 50% 14%, #000 0 58%, rgba(0, 0, 0, 0.68) 72%, transparent 96%);
        mask-image: radial-gradient(ellipse 78% 42% at 50% 14%, #000 0 58%, rgba(0, 0, 0, 0.68) 72%, transparent 96%);
    }

    .professor-card__eyebrow {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .professor-card__title {
        font-size: clamp(32px, 8.8vw, 42px);
        letter-spacing: -0.02em;
    }

    .professor-card__grid,
    .professor-card__pillars {
        grid-template-columns: 1fr;
    }

    .professor-card__copy,
    .professor-card__details {
        font-size: 14px;
    }
}

/* SEXTA SEÇÃO — DEPOIMENTOS */
.testimonials-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: clamp(78px, 7.9vw, 152px) 0 clamp(84px, 8.33vw, 160px);
    background: linear-gradient(180deg, #f7f6f3 0%, #fff 52%, #f3f3f0 100%);
    color: var(--color-editorial-title);
    font-family: var(--font-primary);
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: clamp(-150px, -9vw, -80px);
    right: clamp(-420px, -21vw, -220px);
    width: clamp(720px, 58vw, 1120px);
    aspect-ratio: 1563 / 1000;
    background: url("mAa.svg?v=20260625-1850") center / contain no-repeat;
    opacity: 0.045;
    transform: rotate(7deg);
    pointer-events: none;
}

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

.testimonials-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.58fr);
    align-items: start;
    gap: clamp(42px, 5.6vw, 108px);
    margin-bottom: clamp(42px, 4.58vw, 88px);
    padding-bottom: clamp(32px, 3.33vw, 64px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.12);
}

.testimonials-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(14px, 1.04vw, 20px);
}

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

.testimonials-section__eyebrow span {
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--color-gold-dark);
}

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

.testimonials-section__title span {
    display: block;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonials-section__copy {
    max-width: 500px;
    margin-top: clamp(36px, 2.3vw, 44px);
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.testimonials-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(234px, auto);
    align-items: stretch;
    gap: clamp(16px, 1.25vw, 24px);
}

.testimonial-proof {
    position: relative;
    display: flex;
    min-height: 234px;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 18px 50px rgba(17, 24, 39, 0.055),
        inset 0 0 0 1px rgba(255, 255, 255, 0.52);
    isolation: isolate;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-proof::before {
    content: "";
    position: absolute;
    z-index: 5;
    top: 14px;
    right: 14px;
    width: 18px;
    height: 18px;
    border-top: 1px solid rgba(206, 157, 81, 0.7);
    border-right: 1px solid rgba(206, 157, 81, 0.7);
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
}

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

.testimonial-proof:hover::before {
    width: 27px;
    height: 27px;
}

.testimonial-proof--feature {
    grid-row: span 2;
    min-height: 492px;
}

.testimonial-proof--wide {
    grid-column: 1 / -1;
    min-height: 210px;
    border-color: rgba(206, 157, 81, 0.24);
    background:
        linear-gradient(90deg, rgba(255, 242, 221, 0.78) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 255, 255, 0.84) 100%),
        #fff;
}

.testimonial-proof--gold {
    border-color: rgba(206, 157, 81, 0.28);
    background:
        linear-gradient(122deg, rgba(255, 255, 255, 0.24) 0%, transparent 32%),
        linear-gradient(135deg, rgba(255, 230, 191, 0.96) 0%, rgba(218, 142, 0, 0.82) 100%);
}

.testimonial-proof--gold::before {
    border-color: rgba(8, 8, 8, 0.34);
}

.testimonial-proof--quote {
    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;
}

.testimonial-proof--quote::before {
    border-color: rgba(249, 220, 126, 0.6);
}

.testimonial-proof--quote .testimonial-proof__kicker,
.testimonial-proof--quote .testimonial-proof__body p {
    color: #cfcfcf;
}

.testimonial-proof__media {
    position: relative;
    min-height: 168px;
    overflow: hidden;
    background: #101010;
}

.testimonial-proof--feature .testimonial-proof__media {
    height: clamp(276px, 20vw, 320px);
    min-height: 0;
    flex: none;
}

.testimonial-proof__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("mAa.svg?v=20260625-1850") center / 76% auto no-repeat;
    opacity: 0.16;
    pointer-events: none;
    transition: transform 0.55s ease, opacity 0.55s ease;
}

.testimonial-proof__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(118deg, rgba(249, 243, 163, 0.14) 0%, transparent 34%),
        linear-gradient(180deg, rgba(16, 16, 16, 0.14) 0%, rgba(16, 16, 16, 0.74) 100%);
    pointer-events: none;
}

.testimonial-proof__media--video {
    background:
        linear-gradient(135deg, rgba(8, 11, 19, 0.92), rgba(16, 16, 16, 0.82)),
        var(--gradient-gold-h);
}

.testimonial-proof__media--clinic {
    background:
        linear-gradient(135deg, rgba(8, 11, 19, 0.94) 0%, rgba(55, 42, 22, 0.84) 100%),
        var(--gradient-gold-h);
}

.testimonial-proof__media--room {
    background:
        linear-gradient(135deg, rgba(255, 230, 191, 0.94) 0%, rgba(206, 157, 81, 0.84) 100%);
}

.testimonial-proof__media--room::before {
    opacity: 0.2;
    filter: invert(1);
    mix-blend-mode: soft-light;
}

.testimonial-proof__media--room::after {
    background:
        linear-gradient(118deg, rgba(255, 255, 255, 0.18) 0%, transparent 38%),
        linear-gradient(180deg, rgba(16, 16, 16, 0.06) 0%, rgba(16, 16, 16, 0.42) 100%);
}

.testimonial-proof:hover .testimonial-proof__media::before {
    transform: scale(1.035);
    opacity: 0.2;
}

.testimonial-proof__label {
    position: absolute;
    z-index: 2;
    left: clamp(18px, 1.56vw, 30px);
    bottom: clamp(16px, 1.35vw, 26px);
    padding: 7px 10px 7px 11px;
    border-left: 2px solid rgba(249, 220, 126, 0.84);
    background: rgba(8, 8, 8, 0.32);
    backdrop-filter: blur(8px);
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(11px, 0.677vw, 13px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.testimonial-proof__media--room .testimonial-proof__label {
    color: rgba(255, 255, 255, 0.88);
}

.testimonial-proof__play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: inline-grid;
    width: clamp(58px, 4.17vw, 80px);
    height: clamp(58px, 4.17vw, 80px);
    transform: translate(-50%, -50%);
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: var(--gradient-gold-h);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 0 10px rgba(255, 255, 255, 0.045);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-proof__play::before {
    content: "";
    margin-left: 4px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #090909;
}

.testimonial-proof:hover .testimonial-proof__play {
    transform: translate(-50%, -50%) scale(1.045);
    box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), 0 0 0 12px rgba(255, 255, 255, 0.055);
}

.testimonial-proof__body {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(22px, 1.88vw, 36px);
    border-top: 2px solid rgba(206, 157, 81, 0.42);
}

.testimonial-proof--feature .testimonial-proof__body {
    min-height: 198px;
    background:
        linear-gradient(135deg, rgba(255, 246, 231, 0.32) 0%, transparent 42%),
        #fff;
}

.testimonial-proof--gold .testimonial-proof__body {
    border-top-color: rgba(8, 8, 8, 0.2);
}

.testimonial-proof--quote .testimonial-proof__body {
    border-top-color: rgba(249, 220, 126, 0.52);
}

.testimonial-proof--wide .testimonial-proof__body {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    align-content: center;
    column-gap: clamp(40px, 6vw, 112px);
}

.testimonial-proof--wide .testimonial-proof__kicker {
    grid-column: 1 / -1;
}

.testimonial-proof--wide h3 + p {
    margin-top: 0;
}

.testimonial-proof__kicker {
    margin-bottom: clamp(8px, 0.63vw, 12px);
    color: var(--color-gold-dark);
    font-size: clamp(10px, 0.63vw, 12px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.testimonial-proof h3 {
    max-width: 560px;
    color: inherit;
    font-size: clamp(20px, 1.46vw, 28px);
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: var(--tracking);
}

.testimonial-proof p {
    color: var(--color-editorial-body);
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 300;
    line-height: 1.56;
}

.testimonial-proof h3 + p {
    margin-top: clamp(12px, 0.94vw, 18px);
}

.testimonial-proof__evidence {
    display: grid;
    width: 100%;
    margin-top: auto;
    padding-top: clamp(24px, 2vw, 38px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
}

.testimonial-proof__evidence li {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
    padding: 0 clamp(10px, 0.9vw, 17px);
    border-left: 1px solid rgba(17, 24, 39, 0.12);
}

.testimonial-proof__evidence li:first-child {
    padding-left: 0;
    border-left: 0;
}

.testimonial-proof__evidence li:last-child {
    padding-right: 0;
}

.testimonial-proof__evidence strong {
    color: var(--color-editorial-title);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonial-proof__evidence span {
    color: var(--color-editorial-body);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 300;
    line-height: 1.35;
}

.testimonial-proof__signals {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: clamp(24px, 2vw, 38px);
    flex-direction: column;
}

.testimonial-proof__signals span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 0;
    border-top: 1px solid rgba(8, 8, 8, 0.16);
    color: rgba(8, 8, 8, 0.72);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.testimonial-proof__signals span::after {
    content: "";
    width: 34%;
    height: 2px;
    background: rgba(8, 8, 8, 0.28);
}

.testimonial-proof__signals span:nth-child(2)::after {
    width: 52%;
}

.testimonial-proof__signals span:nth-child(3)::after {
    width: 70%;
}

.testimonial-proof__stamp {
    display: inline-flex;
    margin-top: auto;
    padding: 9px 11px;
    border: 1px solid rgba(249, 220, 126, 0.28);
    color: rgba(249, 220, 126, 0.86);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.testimonial-proof--gold p,
.testimonial-proof--gold .testimonial-proof__kicker {
    color: rgba(8, 8, 8, 0.72);
}

@media (max-width: 1023px) {
    .testimonials-section__intro {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 24px;
    }

    .testimonials-section__copy {
        max-width: 680px;
        margin-top: 0;
    }

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

    .testimonial-proof--feature,
    .testimonial-proof--wide {
        grid-column: span 2;
    }

    .testimonial-proof--feature {
        grid-row: auto;
        min-height: 0;
    }

    .testimonial-proof--feature .testimonial-proof__body {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 62px 0 72px;
    }

    .testimonials-section__inner {
        width: calc(100% - (var(--page-gutter) * 2));
    }

    .testimonials-section__title {
        font-size: clamp(30px, 8.4vw, 36px);
        line-height: 1.12;
    }

    .testimonials-section__intro {
        gap: 18px;
        margin-bottom: 30px;
        padding-bottom: 28px;
    }

    .testimonials-section__copy {
        font-size: 15px;
        line-height: 1.62;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 14px;
    }

    .testimonial-proof,
    .testimonial-proof--feature,
    .testimonial-proof--wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }

    .testimonial-proof__media {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .testimonial-proof--feature .testimonial-proof__media {
        height: auto;
        min-height: 0;
        aspect-ratio: 1.55 / 1;
    }

    .testimonial-proof__body,
    .testimonial-proof--feature .testimonial-proof__body {
        min-height: 0;
        padding: 24px 22px 28px;
    }

    .testimonial-proof--feature .testimonial-proof__body {
        flex: none;
    }

    .testimonial-proof--wide .testimonial-proof__body {
        display: flex;
    }

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

    .testimonial-proof p {
        font-size: 14px;
        line-height: 1.55;
    }

    .testimonial-proof__label {
        left: 22px;
        bottom: 20px;
        font-size: 10px;
    }

    .testimonial-proof__play {
        width: 64px;
        height: 64px;
    }

    .testimonial-proof::before {
        top: 11px;
        right: 11px;
        width: 15px;
        height: 15px;
    }

    .testimonial-proof__evidence {
        padding-top: 24px;
    }

    .testimonial-proof__evidence li {
        gap: 4px;
        padding: 0 9px;
    }

    .testimonial-proof__evidence strong,
    .testimonial-proof__evidence span {
        font-size: 10px;
    }

    .testimonial-proof__signals {
        padding-top: 28px;
    }

    .testimonial-proof__stamp {
        margin-top: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-proof,
    .testimonial-proof::before,
    .testimonial-proof__media::before,
    .testimonial-proof__play {
        transition: none;
    }
}

/* SÉTIMA SEÇÃO — EVOLUÇÃO PROFISSIONAL */
.next-step-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: clamp(86px, 7.5vw, 144px) 0 clamp(92px, 8.2vw, 158px);
    background:
        radial-gradient(circle at 72% 8%, rgba(218, 142, 0, 0.16), transparent 28%),
        linear-gradient(180deg, #101010 0%, #151515 58%, #0d0d0d 100%);
    color: #fff;
    font-family: var(--font-primary);
}

.next-step-section::before {
    content: "";
    position: absolute;
    top: clamp(-180px, -8vw, -92px);
    left: clamp(-420px, -19vw, -230px);
    width: clamp(760px, 56vw, 1080px);
    aspect-ratio: 1563 / 1000;
    background: url("mAa.svg?v=20260625-1850") center / contain no-repeat;
    opacity: 0.06;
    transform: rotate(-8deg);
    pointer-events: none;
}

.next-step-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--gradient-gold-bar);
    opacity: 0.86;
}

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

.next-step-section__intro {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.52fr);
    gap: clamp(42px, 6vw, 114px);
    margin-bottom: clamp(54px, 5vw, 96px);
}

.next-step-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 1.25vw, 24px);
}

.next-step-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--color-gold-light);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.next-step-section__eyebrow span {
    width: 28px;
    height: 1px;
    background: var(--color-gold-light);
}

.next-step-section .section__title {
    max-width: 720px;
    color: #fff;
    font-size: clamp(32px, 2.12vw, 40.7px);
    font-weight: 300;
    line-height: 1.359;
    letter-spacing: var(--tracking);
}

.next-step-section .section__title span {
    display: block;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.next-step-section__copy {
    max-width: 470px;
    margin-top: clamp(38px, 2.6vw, 50px);
    color: #cfcfcf;
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.next-step-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 1.45vw, 28px) clamp(18px, 1.7vw, 32px);
}

.next-step-card {
    position: relative;
    display: flex;
    min-height: 226px;
    overflow: hidden;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(26px, 2.08vw, 40px);
    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%),
        rgba(26, 26, 26, 0.86);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.28);
    isolation: isolate;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.next-step-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url("mAa.svg?v=20260625-1850") right -34px bottom -42px / 190px auto no-repeat;
    opacity: 0.028;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.next-step-card:hover {
    transform: translateY(-3px);
    border-color: rgba(249, 220, 126, 0.34);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.025) 48%, rgba(206, 157, 81, 0.1) 100%),
        rgba(28, 28, 28, 0.94);
    box-shadow: 0 32px 76px rgba(0, 0, 0, 0.36);
}

.next-step-card:hover::before {
    opacity: 0.052;
    transform: scale(1.04);
}

.next-step-card__icon {
    position: relative;
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: clamp(24px, 2.2vw, 42px);
    place-items: center;
    border: 1px solid rgba(249, 220, 126, 0.28);
    border-radius: 8px;
    background: rgba(249, 220, 126, 0.08);
}

.next-step-card__icon::before,
.next-step-card__icon::after {
    content: "";
    position: absolute;
    border-color: var(--color-gold-light);
}

.next-step-card__icon--protocols::before {
    width: 18px;
    height: 22px;
    border: 2px solid var(--color-gold-light);
    border-radius: 3px;
}

.next-step-card__icon--protocols::after {
    width: 10px;
    height: 2px;
    background: var(--color-gold-light);
    box-shadow: 0 6px 0 rgba(249, 220, 126, 0.72);
}

.next-step-card__icon--practice::before {
    width: 22px;
    height: 22px;
    border: 2px solid var(--color-gold-light);
    border-radius: 999px;
}

.next-step-card__icon--practice::after {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--color-gold-light);
    box-shadow: 13px 0 0 rgba(249, 220, 126, 0.5), -13px 0 0 rgba(249, 220, 126, 0.5);
}

.next-step-card__icon--planning::before {
    width: 24px;
    height: 16px;
    border: 2px solid var(--color-gold-light);
    border-radius: 3px;
    transform: rotate(-8deg);
}

.next-step-card__icon--planning::after {
    width: 16px;
    height: 2px;
    background: var(--color-gold-light);
    transform: rotate(-8deg) translateY(7px);
}

.next-step-card__icon--mentorship::before {
    width: 22px;
    height: 16px;
    border: 2px solid var(--color-gold-light);
    border-radius: 12px 12px 12px 3px;
}

.next-step-card__icon--mentorship::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--color-gold-light);
    border-bottom: 2px solid var(--color-gold-light);
    transform: rotate(45deg) translate(8px, -7px);
}

.next-step-card__icon--authority::before {
    width: 24px;
    height: 24px;
    border: 2px solid var(--color-gold-light);
    border-radius: 999px;
}

.next-step-card__icon--authority::after {
    width: 10px;
    height: 18px;
    border-left: 2px solid var(--color-gold-light);
    border-bottom: 2px solid var(--color-gold-light);
    transform: rotate(-45deg) translate(2px, -1px);
}

.next-step-card__icon--environment::before {
    width: 24px;
    height: 18px;
    border: 2px solid var(--color-gold-light);
    border-radius: 4px;
}

.next-step-card__icon--environment::after {
    width: 11px;
    height: 11px;
    border-top: 2px solid var(--color-gold-light);
    border-right: 2px solid var(--color-gold-light);
    transform: translate(7px, -7px);
}

.next-step-card__kicker {
    margin-bottom: clamp(10px, 0.73vw, 14px);
    color: var(--color-gold-light);
    font-size: clamp(10px, 0.625vw, 12px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.next-step-card h3 {
    max-width: 360px;
    color: #fff;
    font-size: clamp(21px, 1.35vw, 26px);
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: var(--tracking);
}

.next-step-cta {
    position: relative;
    display: grid;
    overflow: hidden;
    margin-top: clamp(24px, 2.5vw, 48px);
    padding: clamp(28px, 3.13vw, 60px);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 5vw, 96px);
    border: 1px solid rgba(249, 220, 126, 0.34);
    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 28px 80px rgba(0, 0, 0, 0.32);
}

.next-step-cta::before {
    content: "";
    position: absolute;
    right: 24px;
    bottom: -132px;
    width: min(38vw, 460px);
    aspect-ratio: 1;
    background: url("mAa.svg?v=20260625-1850") center / contain no-repeat;
    opacity: 0.055;
    pointer-events: none;
}

.next-step-cta__content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.next-step-cta__content h3 {
    max-width: 780px;
    color: #111827;
    font-size: clamp(31px, 2.45vw, 47px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: var(--tracking);
}

.next-step-cta__content h3 span {
    display: block;
    width: fit-content;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.next-step-cta__content p:last-child {
    max-width: 560px;
    margin-top: clamp(14px, 1.04vw, 20px);
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.58;
}

.next-step-cta__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 clamp(28px, 2.6vw, 50px);
    border: 1px solid rgba(8, 8, 8, 0.18);
    border-radius: 999px;
    background: var(--gradient-gold-h);
    color: #080808;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: var(--tracking);
    box-shadow: 0 18px 42px rgba(218, 142, 0, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.next-step-cta__button img {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.next-step-cta__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(218, 142, 0, 0.32);
}

.next-step-cta__button:hover img {
    transform: translate(2px, -2px);
}

@media (max-width: 1023px) {
    .next-step-section__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .next-step-section__copy {
        max-width: 680px;
        margin-top: 0;
    }

    .next-step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .next-step-cta {
        grid-template-columns: 1fr;
    }

    .next-step-cta__button {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .next-step-section {
        padding: 66px 0 78px;
    }

    .next-step-section__inner {
        width: calc(100% - (var(--page-gutter) * 2));
    }

    .next-step-section .section__title {
        font-size: clamp(30px, 8.2vw, 36px);
        line-height: 1.12;
    }

    .next-step-section__copy {
        font-size: 15px;
        line-height: 1.62;
    }

    .next-step-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .next-step-card {
        min-height: 0;
        padding: 24px 22px 28px;
    }

    .next-step-card__icon {
        width: 38px;
        height: 38px;
        margin-bottom: 24px;
    }

    .next-step-card h3 {
        font-size: clamp(21px, 5.8vw, 24px);
    }

    .next-step-cta {
        margin-top: 18px;
        padding: 28px 22px;
    }

    .next-step-cta__content h3 {
        font-size: clamp(27px, 7.6vw, 34px);
    }

    .next-step-cta__button {
        width: 100%;
        min-height: 58px;
        padding: 0 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .next-step-card,
    .next-step-card::before,
    .next-step-cta__button,
    .next-step-cta__button img {
        transition: none;
    }
}

/* OITAVA SEÇÃO — INVESTIMENTO */
.investment-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    scroll-margin-top: clamp(24px, 4vw, 72px);
    padding: clamp(88px, 7.8vw, 150px) 0 clamp(96px, 8.33vw, 160px);
    border-top: 1px solid rgba(206, 157, 81, 0.46);
    background: #f7f7f5;
    color: var(--color-editorial-title);
    font-family: var(--font-primary);
}

.investment-section::before {
    content: none;
}

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

.investment-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.5fr);
    align-items: start;
    gap: clamp(42px, 6vw, 114px);
    margin-bottom: clamp(48px, 4.6vw, 88px);
}

.investment-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(16px, 1.25vw, 24px);
}

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

.investment-section__eyebrow span {
    width: 28px;
    height: 1px;
    background: var(--color-gold-dark);
}

.investment-section__title {
    max-width: 780px;
    color: var(--color-editorial-title);
    font-size: clamp(36px, 3.02vw, 58px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: var(--tracking);
}

.investment-section__title span {
    display: block;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.investment-section__copy {
    max-width: 470px;
    margin-top: clamp(38px, 2.6vw, 50px);
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
    letter-spacing: var(--tracking);
}

.investment-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(17, 24, 39, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 32px 90px rgba(17, 24, 39, 0.1);
}

.investment-panel::before {
    content: "";
    position: absolute;
    right: 18px;
    bottom: -150px;
    width: min(36vw, 440px);
    aspect-ratio: 1;
    background: url("mAa.svg?v=20260625-1850") center / contain no-repeat;
    opacity: 0.028;
    pointer-events: none;
}

.investment-panel__topline {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 clamp(28px, 3.13vw, 60px);
    border-bottom: 1px solid rgba(17, 24, 39, 0.1);
    color: var(--color-editorial-muted);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 500;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.investment-panel__topline span:first-child {
    color: var(--color-gold-dark);
    font-weight: 700;
}

.investment-panel__body {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    padding: clamp(44px, 4.16vw, 80px) clamp(28px, 3.13vw, 60px);
}

.investment-panel__enrollment,
.investment-panel__formation {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}

.investment-panel__enrollment {
    padding-right: clamp(38px, 4.2vw, 80px);
}

.investment-panel__formation {
    padding-left: clamp(38px, 4.2vw, 80px);
    border-left: 1px solid rgba(17, 24, 39, 0.14);
}

.investment-panel__label {
    margin-bottom: clamp(18px, 1.4vw, 27px);
    color: var(--color-editorial-muted);
    font-size: clamp(14px, 0.885vw, 17px);
    font-weight: 400;
    line-height: 1.3;
}

.investment-panel__price {
    display: flex;
    align-items: flex-start;
    color: #080808;
    line-height: 0.86;
    letter-spacing: -0.03em;
}

.investment-panel__price span {
    margin-top: 0.15em;
    margin-right: 12px;
    color: var(--color-editorial-muted);
    font-size: clamp(22px, 1.72vw, 33px);
    font-weight: 500;
    letter-spacing: var(--tracking);
}

.investment-panel__price strong {
    font-weight: 600;
}

.investment-panel__price--enrollment strong {
    font-size: clamp(58px, 5.2vw, 100px);
}

.investment-panel__price--formation strong {
    font-size: clamp(76px, 7.3vw, 140px);
}

.investment-panel__note {
    max-width: 280px;
    margin-top: clamp(24px, 2vw, 38px);
    color: var(--color-editorial-body);
    font-size: clamp(13px, 0.78vw, 15px);
    font-weight: 300;
    line-height: 1.55;
}

.investment-panel__cash {
    margin-top: clamp(18px, 1.4vw, 26px);
    color: #111827;
    font-size: clamp(22px, 1.56vw, 30px);
    font-weight: 600;
    line-height: 1;
}

.investment-panel__installments {
    display: flex;
    margin-top: clamp(30px, 2.6vw, 50px);
    align-items: center;
    gap: 15px;
    color: var(--color-editorial-body);
    font-size: clamp(15px, 1.04vw, 20px);
    font-weight: 300;
    line-height: 1.4;
}

.investment-panel__installments strong {
    color: var(--color-editorial-title);
    font-weight: 600;
}

.investment-panel__card-icon {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    flex: 0 0 auto;
    border: 2px solid var(--color-gold-dark);
    border-radius: 4px;
}

.investment-panel__card-icon::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    height: 3px;
    background: var(--color-gold-dark);
}

.investment-panel__footer {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(28px, 5vw, 92px);
    padding: clamp(28px, 2.6vw, 50px) clamp(28px, 3.13vw, 60px);
    border-top: 1px solid rgba(17, 24, 39, 0.1);
    background:
        linear-gradient(90deg, rgba(255, 248, 235, 0.74) 0%, rgba(255, 255, 255, 0.7) 52%, rgba(255, 230, 191, 0.48) 100%);
}

.investment-panel__footer > p {
    max-width: 680px;
    color: var(--color-editorial-body);
    font-size: clamp(14px, 0.94vw, 18px);
    font-weight: 300;
    line-height: 1.58;
}

.investment-panel__button {
    display: inline-flex;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 clamp(28px, 2.6vw, 50px);
    border: 1px solid rgba(8, 8, 8, 0.18);
    border-radius: 999px;
    background: var(--gradient-gold-h);
    color: #080808;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: var(--tracking);
    box-shadow: 0 18px 42px rgba(218, 142, 0, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.investment-panel__button img {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.investment-panel__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(218, 142, 0, 0.32);
}

.investment-panel__button:hover img {
    transform: translate(2px, -2px);
}

@media (max-width: 1023px) {
    .investment-section__intro {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .investment-section__copy {
        max-width: 680px;
        margin-top: 0;
    }

    .investment-panel__body {
        grid-template-columns: minmax(250px, 0.76fr) minmax(0, 1.24fr);
        padding-right: 36px;
        padding-left: 36px;
    }

    .investment-panel__enrollment {
        padding-right: 36px;
    }

    .investment-panel__formation {
        padding-left: 36px;
    }

    .investment-panel__price--enrollment strong {
        font-size: clamp(52px, 6.7vw, 60px);
        letter-spacing: -0.045em;
    }

    .investment-panel__price--formation strong {
        font-size: clamp(74px, 11.5vw, 104px);
    }

    .investment-panel__price span {
        margin-right: 8px;
        font-size: 19px;
    }

    .investment-panel__footer {
        grid-template-columns: 1fr;
    }

    .investment-panel__button {
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .investment-section {
        padding: 66px 0 78px;
    }

    .investment-section__inner {
        width: calc(100% - (var(--page-gutter) * 2));
    }

    .investment-section__title {
        font-size: clamp(30px, 8.2vw, 36px);
        line-height: 1.12;
    }

    .investment-section__copy {
        font-size: 15px;
        line-height: 1.62;
    }

    .investment-panel__topline {
        min-height: 0;
        align-items: flex-start;
        padding: 22px;
        flex-direction: column;
        gap: 8px;
    }

    .investment-panel__body {
        grid-template-columns: 1fr;
        padding: 0 22px;
    }

    .investment-panel__enrollment,
    .investment-panel__formation {
        padding: 32px 0;
    }

    .investment-panel__formation {
        border-top: 1px solid rgba(17, 24, 39, 0.14);
        border-left: 0;
    }

    .investment-panel__price--enrollment strong {
        font-size: clamp(56px, 17vw, 68px);
    }

    .investment-panel__price--formation strong {
        font-size: clamp(70px, 21vw, 84px);
    }

    .investment-panel__price span {
        margin-right: 8px;
        font-size: 21px;
    }

    .investment-panel__installments {
        align-items: flex-start;
        font-size: 15px;
    }

    .investment-panel__footer {
        padding: 28px 22px;
    }

    .investment-panel__button {
        width: 100%;
        min-height: 58px;
        padding: 0 18px;
        white-space: normal;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .investment-panel__button,
    .investment-panel__button img {
        transition: none;
    }
}

/* NONA SEÇÃO — FAQ E DECISÃO FINAL */
.closing-section {
    width: 100%;
    font-family: var(--font-primary);
}

.closing-section__faq {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 7.5vw, 144px) 0 clamp(94px, 8.1vw, 156px);
    border-top: 1px solid rgba(17, 24, 39, 0.08);
    background: #fff;
    color: var(--color-editorial-title);
}

.closing-section__faq-inner {
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(56px, 8vw, 150px);
}

.closing-section__faq-heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

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

.closing-section__eyebrow span {
    width: 28px;
    height: 1px;
    background: var(--color-gold-dark);
}

.closing-section__faq-heading h2 {
    max-width: 500px;
    color: var(--color-editorial-title);
    font-size: clamp(35px, 2.8vw, 54px);
    font-weight: 300;
    line-height: 1.08;
    letter-spacing: var(--tracking);
}

.closing-section__faq-heading h2 strong {
    display: block;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.closing-section__faq-heading > p:last-child {
    max-width: 390px;
    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.65;
}

.closing-section__questions {
    border-top: 1px solid rgba(17, 24, 39, 0.16);
}

.closing-question {
    border-bottom: 1px solid rgba(17, 24, 39, 0.16);
}

.closing-question summary {
    display: grid;
    min-height: clamp(82px, 6.25vw, 120px);
    grid-template-columns: minmax(0, 1fr) 34px;
    align-items: center;
    gap: 28px;
    color: var(--color-editorial-title);
    font-size: clamp(19px, 1.25vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: var(--tracking);
    cursor: pointer;
    list-style: none;
}

.closing-question summary::-webkit-details-marker {
    display: none;
}

.closing-question__icon {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid rgba(17, 24, 39, 0.16);
    border-radius: 999px;
    transition: border-color 0.25s ease, background 0.25s ease;
}

.closing-question__icon::before,
.closing-question__icon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: var(--color-editorial-title);
    transition: transform 0.25s ease;
}

.closing-question__icon::after {
    transform: rotate(90deg);
}

.closing-question[open] .closing-question__icon {
    border-color: rgba(218, 142, 0, 0.42);
    background: rgba(218, 142, 0, 0.08);
}

.closing-question[open] .closing-question__icon::after {
    transform: rotate(0);
}

.closing-question__answer {
    max-width: 720px;
    padding: 0 62px clamp(30px, 2.5vw, 48px) 0;
    color: var(--color-editorial-body);
    font-size: clamp(15px, 0.885vw, 17px);
    font-weight: 300;
    line-height: 1.68;
}

.closing-question__answer ul {
    display: grid;
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    list-style: none;
}

.closing-question__answer li {
    position: relative;
    padding-left: 23px;
    color: var(--color-editorial-title);
    font-weight: 400;
}

.closing-question__answer li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--color-gold-dark);
}

.closing-section__cta {
    position: relative;
    overflow: hidden;
    min-height: clamp(600px, 47vw, 900px);
    background: #0d0d0d;
    color: #fff;
}

.closing-section__cta::before,
.closing-section__cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.closing-section__cta::before {
    top: 0;
    right: clamp(34px, 6vw, 116px);
    width: clamp(120px, 11vw, 210px);
    height: 1px;
    background: var(--gradient-gold-bar);
}

.closing-section__cta::after {
    right: clamp(34px, 6vw, 116px);
    bottom: clamp(44px, 5vw, 96px);
    width: clamp(84px, 7vw, 136px);
    height: clamp(84px, 7vw, 136px);
    border-right: 1px solid rgba(249, 220, 126, 0.3);
    border-bottom: 1px solid rgba(249, 220, 126, 0.3);
}

.closing-section__cta-inner {
    position: relative;
    z-index: 1;
    width: min(var(--content-width), calc(100% - (var(--page-gutter) * 2)));
    min-height: inherit;
    margin: 0 auto;
    padding: clamp(78px, 7vw, 134px) 0 clamp(48px, 4.2vw, 80px);
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.closing-section__cta-label {
    color: var(--color-gold-light);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.closing-section__cta-content {
    display: flex;
    max-width: 940px;
    align-self: center;
    flex-direction: column;
    align-items: flex-start;
}

.closing-section__cta-content h2 {
    color: #fff;
    font-size: clamp(54px, 6.15vw, 118px);
    font-weight: 300;
    line-height: 0.96;
    letter-spacing: var(--tracking);
}

.closing-section__cta-content h2 span {
    display: block;
    background: var(--gradient-gold-text);
    background-clip: text;
    font-weight: 600;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.closing-section__cta-content > p {
    max-width: 760px;
    margin-top: clamp(28px, 2.5vw, 48px);
    color: #cfcfcf;
    font-size: clamp(17px, 1.2vw, 23px);
    font-weight: 300;
    line-height: 1.62;
}

.closing-section__button {
    display: inline-flex;
    min-height: 66px;
    margin-top: clamp(34px, 3.1vw, 60px);
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 clamp(30px, 2.8vw, 54px);
    border: 1px solid rgba(8, 8, 8, 0.18);
    border-radius: 999px;
    background: var(--gradient-gold-h);
    color: #080808;
    font-size: clamp(15px, 0.94vw, 18px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: var(--tracking);
    box-shadow: 0 20px 52px rgba(218, 142, 0, 0.24);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.closing-section__button img {
    width: 14px;
    height: 14px;
    transition: transform 0.25s ease;
}

.closing-section__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 28px 66px rgba(218, 142, 0, 0.32);
}

.closing-section__button:hover img {
    transform: translate(2px, -2px);
}

.closing-section__signature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.62);
    font-size: clamp(11px, 0.729vw, 14px);
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.closing-section__signature span {
    color: var(--color-gold-light);
}

@media (max-width: 1023px) {
    .closing-section__faq-inner {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .closing-section__faq-heading > p:last-child {
        max-width: 620px;
    }

    .closing-section__cta-content {
        max-width: 780px;
    }
}

@media (max-width: 767px) {
    .closing-section__faq {
        padding: 66px 0 76px;
    }

    .closing-section__faq-inner,
    .closing-section__cta-inner {
        width: calc(100% - (var(--page-gutter) * 2));
    }

    .closing-section__faq-inner {
        gap: 40px;
    }

    .closing-section__faq-heading h2 {
        font-size: clamp(30px, 8.2vw, 36px);
        line-height: 1.12;
    }

    .closing-question summary {
        min-height: 86px;
        grid-template-columns: minmax(0, 1fr) 30px;
        gap: 16px;
        font-size: 18px;
    }

    .closing-question__icon {
        width: 30px;
        height: 30px;
    }

    .closing-question__answer {
        padding-right: 0;
        font-size: 15px;
    }

    .closing-question__answer ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .closing-section__cta {
        min-height: 0;
    }

    .closing-section__cta-inner {
        display: flex;
        min-height: 0;
        flex-direction: column;
        padding: 44px 0 30px;
    }

    .closing-section__cta-label {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 10px;
        letter-spacing: 0.16em;
    }

    .closing-section__cta-label::before {
        width: 24px;
        height: 1px;
        flex: 0 0 auto;
        content: "";
        background: var(--color-gold-light);
    }

    .closing-section__cta-content {
        width: 100%;
        max-width: none;
        margin-top: 48px;
        align-self: auto;
    }

    .closing-section__cta-content h2 {
        max-width: 250px;
    }

    .closing-section__cta-content > p {
        max-width: 340px;
        margin-top: 18px;
    }

    .closing-section__button {
        width: 100%;
        min-height: 56px;
        margin-top: 28px;
        padding: 12px 20px;
        font-size: 13px;
        line-height: 1.25;
        text-align: center;
    }

    .closing-section__signature {
        width: 100%;
        margin-top: 72px;
        padding-top: 20px;
        align-items: center;
        flex-direction: row;
        gap: 20px;
        font-size: 9px;
        line-height: 1.3;
    }

    .closing-section__cta::after {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .closing-question__icon,
    .closing-question__icon::after,
    .closing-section__button,
    .closing-section__button img {
        transition: none;
    }
}

/* EFEITO BLUR INFERIOR — fixo no rodapé do viewport */
.bottom-blur-stack {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
    width: 100%;
    height: clamp(180px, 18vw, 320px);
}

.bottom-blur-stack .blur {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bottom-blur-stack .blur-1 {
    z-index: 1;
    backdrop-filter: blur(0.25px);
    -webkit-backdrop-filter: blur(0.25px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0) 37.5%);
}

.bottom-blur-stack .blur-2 {
    z-index: 2;
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 12.5%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 0) 50%);
}

.bottom-blur-stack .blur-3 {
    z-index: 3;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 62.5%);
}

.bottom-blur-stack .blur-4 {
    z-index: 4;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 37.5%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 0) 75%);
}

.bottom-blur-stack .blur-5 {
    z-index: 5;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 0) 87.5%);
}

.bottom-blur-stack .blur-6 {
    z-index: 6;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 62.5%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 0) 100%);
}

.bottom-blur-stack .blur-7 {
    z-index: 7;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 87.5%, rgba(0, 0, 0, 1) 100%);
}

.bottom-blur-stack .blur-8 {
    z-index: 8;
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 87.5%, rgba(0, 0, 0, 1) 100%);
}

@media (max-width: 767px) {
    .bottom-blur-stack {
        height: 140px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bottom-blur-stack {
        display: none;
    }
}

/* Hierarquia tipográfica mobile — baseada na hero */
@media (max-width: 767px) {
    .main-container__title,
    .section__title,
    .next-step-section .section__title,
    .professor-card__title,
    .investment-section__title,
    .closing-section__faq-heading h2,
    .closing-section__cta-content h2 {
        font-size: var(--mobile-title-size);
        line-height: var(--mobile-title-line-height);
        letter-spacing: -0.02em;
    }

    .testimonials-section__copy,
    .next-step-section__copy,
    .investment-section__copy,
    .closing-section__faq-heading > p:last-child,
    .closing-section__cta-content > p {
        font-size: var(--mobile-subtitle-size);
        line-height: var(--mobile-subtitle-line-height);
        letter-spacing: -0.015em;
    }
}

/* EFEITO RUIDO/DOTS — fixo e sutil em todo o site */
.noise-overlay {
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0.08;
    background-image: url('https://cdn.snappages.com.br/imagens/component-assets/dots-pattern.webp');
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 50;
    mix-blend-mode: plus-lighter;
}

/* ANIMACOES DE ENTRADA E SAIDA - CSS Scroll-driven Animations */
@keyframes hero-load-in {
    from {
        opacity: 0;
        translate: 0 24px;
        filter: blur(8px);
    }

    to {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
    }
}

@keyframes hero-scroll-out {
    from {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
    }

    to {
        opacity: 0.18;
        translate: 0 -48px;
        filter: blur(3px);
    }
}

@keyframes scroll-stage-rise {
    0% {
        opacity: 0;
        translate: 0 42px;
        scale: 0.99;
        filter: blur(4px);
    }

    14%,
    88% {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        filter: blur(0);
    }

    100% {
        opacity: 0;
        translate: 0 -26px;
        scale: 0.99;
        filter: blur(2px);
    }
}

@keyframes scroll-stage-left {
    0% {
        opacity: 0;
        translate: -46px 18px;
        filter: blur(4px);
    }

    14%,
    88% {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
    }

    100% {
        opacity: 0;
        translate: -20px -24px;
        filter: blur(2px);
    }
}

@keyframes scroll-stage-right {
    0% {
        opacity: 0;
        translate: 46px 18px;
        filter: blur(4px);
    }

    14%,
    88% {
        opacity: 1;
        translate: 0 0;
        filter: blur(0);
    }

    100% {
        opacity: 0;
        translate: 20px -24px;
        filter: blur(2px);
    }
}

@keyframes scroll-stage-scale {
    0% {
        opacity: 0;
        translate: 0 28px;
        scale: 0.96;
        filter: blur(4px);
    }

    16%,
    88% {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        filter: blur(0);
    }

    100% {
        opacity: 0;
        translate: 0 -24px;
        scale: 0.985;
        filter: blur(2px);
    }
}

@keyframes scroll-stage-soft {
    0% {
        opacity: 0;
        translate: 0 24px;
        scale: 0.99;
        filter: blur(5px);
    }

    14%,
    90% {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        filter: blur(0);
    }

    100% {
        opacity: 0;
        translate: 0 -18px;
        scale: 0.995;
        filter: blur(2px);
    }
}

@keyframes scroll-stage-line {
    0% {
        opacity: 0;
        scale: 0 1;
    }

    14%,
    90% {
        opacity: 1;
        scale: 1 1;
    }

    100% {
        opacity: 0;
        scale: 0.72 1;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .badge,
    .headline,
    .subtext,
    [data-hero-button] {
        animation: hero-load-in 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .badge {
        animation-delay: 80ms;
    }

    .headline {
        animation-delay: 180ms;
    }

    .subtext {
        animation-delay: 320ms;
    }

    [data-hero-button] {
        animation-delay: 460ms;
    }
}

@supports (animation-timeline: view()) {
    .content__body {
        animation-name: hero-scroll-out;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: linear;
        animation-timeline: view(block);
        animation-range: exit 0% exit 100%;
        will-change: opacity, translate, filter;
    }

    :where(
        .main-container__intro,
        .formation-pillars__header,
        .formation-pillars__differential,
        .audience-section__eyebrow,
        .audience-section .section__title,
        .audience-section .tm-button-wrap,
        .professor-card,
        .professor-card__eyebrow,
        .professor-card__title,
        .professor-card__copy,
        .professor-card__details,
        .testimonials-section__heading,
        .testimonials-section__copy,
        .next-step-section__heading,
        .next-step-section__copy,
        .next-step-cta,
        .investment-section__heading,
        .investment-section__copy,
        .investment-panel,
        .closing-section__faq-heading,
        .closing-section__cta-label,
        .closing-section__cta-content,
        .closing-section__signature
    ) {
        animation-name: scroll-stage-rise;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, scale, filter;
    }

    .main-container__intro {
        animation-name: scroll-stage-left;
        animation-range: entry 0% exit 92%;
    }

    .card-premium {
        animation-name: scroll-stage-soft;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, scale, filter;
    }

    .card-premium:nth-child(2) {
        animation-range: entry 4% exit 100%;
    }

    .card-premium:nth-child(3) {
        animation-range: entry 8% exit 100%;
    }

    .card-premium:nth-child(4) {
        animation-range: entry 12% exit 100%;
    }

    .card-premium:nth-child(5) {
        animation-range: entry 16% exit 100%;
    }

    .card-premium:nth-child(6) {
        animation-range: entry 20% exit 100%;
    }

    .formation-pillars__header {
        animation-range: entry 0% exit 88%;
    }

    .formation-pillars__connector,
    .professor-card__divider {
        transform-origin: left center;
        animation-name: scroll-stage-line;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, scale;
    }

    .formation-pillars__connector {
        transform-origin: top center;
    }

    .formation-step,
    .testimonial-proof,
    .next-step-card,
    .closing-question {
        animation-name: scroll-stage-rise;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, scale, filter;
    }

    .formation-step:nth-child(3),
    .testimonial-proof:nth-child(2),
    .next-step-card:nth-child(2),
    .closing-question:nth-child(2) {
        animation-range: entry 4% exit 100%;
    }

    .formation-step:nth-child(4),
    .testimonial-proof:nth-child(3),
    .next-step-card:nth-child(3),
    .closing-question:nth-child(3) {
        animation-range: entry 8% exit 100%;
    }

    .formation-step:nth-child(5),
    .testimonial-proof:nth-child(4),
    .next-step-card:nth-child(4) {
        animation-range: entry 12% exit 100%;
    }

    .testimonial-proof:nth-child(5),
    .next-step-card:nth-child(5) {
        animation-range: entry 16% exit 100%;
    }

    .testimonial-proof:nth-child(6),
    .next-step-card:nth-child(6) {
        animation-range: entry 20% exit 100%;
    }

    .formation-pillars__differential,
    .professor-card,
    .next-step-cta,
    .investment-panel {
        animation-name: scroll-stage-scale;
    }

    .audience-section__visual {
        animation-name: scroll-stage-right;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, filter;
    }

    .audience-section__list li {
        animation-name: scroll-stage-left;
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, filter;
    }

    .audience-section__list li:nth-child(2) {
        animation-range: entry 4% exit 100%;
    }

    .audience-section__list li:nth-child(3) {
        animation-range: entry 8% exit 100%;
    }

    .audience-section__list li:nth-child(4) {
        animation-range: entry 12% exit 100%;
    }

    .audience-section__list li:nth-child(5) {
        animation-range: entry 16% exit 100%;
    }

    .audience-section__list li:nth-child(6) {
        animation-range: entry 20% exit 100%;
    }

    .testimonials-section__copy,
    .next-step-section__copy,
    .investment-section__copy,
    .closing-section__questions {
        animation-name: scroll-stage-right;
    }

    .closing-section__questions {
        animation-duration: auto;
        animation-fill-mode: both;
        animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
        animation-timeline: view(block);
        animation-range: entry 0% exit 100%;
        will-change: opacity, translate, filter;
    }

    .closing-section__cta-content {
        animation-range: entry 8% exit 100%;
    }

    .closing-section__signature {
        animation-range: entry 16% exit 100%;
    }
}

/* Motion real por scroll: entrada, permanencia e saida por viewport */
@media (prefers-reduced-motion: no-preference) {
    .content__body[data-hero-motion="true"] {
        animation: none !important;
        will-change: opacity, translate, filter;
    }

    .scroll-motion {
        opacity: 0;
        translate: 0 42px;
        scale: 0.99;
        filter: blur(4px);
        animation: none !important;
        transition:
            opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
            translate 780ms cubic-bezier(0.22, 1, 0.36, 1),
            scale 780ms cubic-bezier(0.22, 1, 0.36, 1),
            filter 780ms cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--motion-delay, 0ms);
        will-change: opacity, translate, scale, filter;
    }

    .scroll-motion.motion-left {
        translate: -46px 18px;
    }

    .scroll-motion.motion-right {
        translate: 46px 18px;
    }

    .scroll-motion.motion-scale {
        translate: 0 28px;
        scale: 0.96;
    }

    .scroll-motion.motion-soft {
        translate: 0 24px;
        scale: 0.99;
        filter: blur(5px);
    }

    .scroll-motion.motion-line {
        transform-origin: left center;
        translate: none;
        scale: 0 1;
        filter: none;
    }

    .formation-pillars__connector.scroll-motion.motion-line {
        transform-origin: top center;
        scale: 1 0;
    }

    .scroll-motion.is-visible {
        opacity: 1;
        translate: 0 0;
        scale: 1;
        filter: blur(0);
    }

    .scroll-motion.is-exiting {
        opacity: 0;
        translate: 0 -24px;
        scale: 0.99;
        filter: blur(2px);
        transition-delay: 0ms;
    }

    .scroll-motion.motion-left.is-exiting {
        translate: -20px -24px;
    }

    .scroll-motion.motion-right.is-exiting {
        translate: 20px -24px;
    }

    .scroll-motion.motion-scale.is-exiting {
        translate: 0 -24px;
        scale: 0.985;
    }

    .scroll-motion.motion-soft.is-exiting {
        translate: 0 -18px;
        scale: 0.995;
    }

    .scroll-motion.motion-line.is-exiting {
        scale: 0.72 1;
        filter: none;
    }

    .formation-pillars__connector.scroll-motion.motion-line.is-exiting {
        scale: 1 0.72;
    }
}

@media (prefers-reduced-motion: reduce) {
    :where(
        .badge,
        .headline,
        .subtext,
        [data-hero-button],
        .tm-button-wrap,
        .tm-button,
        .tm-button-whats,
        .content__body,
        .main-container__intro,
        .card-premium,
        .formation-pillars__header,
        .formation-pillars__connector,
        .formation-step,
        .formation-pillars__differential,
        .audience-section__eyebrow,
        .audience-section .section__title,
        .audience-section__list li,
        .audience-section .tm-button-wrap,
        .audience-section__visual,
        .professor-card,
        .professor-card__eyebrow,
        .professor-card__divider,
        .professor-card__title,
        .professor-card__copy,
        .professor-card__details,
        .testimonials-section__heading,
        .testimonials-section__copy,
        .testimonial-proof,
        .next-step-section__heading,
        .next-step-section__copy,
        .next-step-card,
        .next-step-cta,
        .investment-section__heading,
        .investment-section__copy,
        .investment-panel,
        .closing-section__faq-heading,
        .closing-section__questions,
        .closing-question,
        .closing-section__cta-label,
        .closing-section__cta-content,
        .closing-section__signature,
        .scroll-motion
    ) {
        animation: none !important;
        opacity: 1 !important;
        translate: none !important;
        scale: 1 !important;
        filter: none !important;
        will-change: auto !important;
    }
}
