/* =========================================================
RESPONSIVE — LARGE LAPTOP
========================================================= */

@media (max-width: 1280px) {

    :root {
        --header-height: 80px;
    }

    .logo {
        max-width: 280px;
    }

    .logo img {
        width: auto;
        height: 28px;
        max-width: 100%;
    }

    .footer__main {
        column-gap: 32px;
        row-gap: 36px;
    }

    .footer__logo img {
        height: 32px;
        max-width: min(100%, 320px);
    }

    .hero__container {
        gap: 48px;
    }

    .hero__title {
        font-size: clamp(42px, 4.5vw, 68px);
    }

    .how-it-works__stage {
        column-gap: 28px;
    }

    .how-it-works__column {
        width: min(100%, 260px);
    }

    .progress-board__stage {
        height: 125vh;
    }

    .progress-board__panel {
        min-height: 260px;
        padding: 30px 26px;
    }

    .qualified__container,
    .dashboard-preview__container {
        gap: 60px;
    }

    .missions-line {
        left: 8%;
        right: 8%;
    }

}


/* =========================================================
RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1100px) {

    :root {
        --header-height: 76px;
    }

    .nav {
        gap: 16px;
    }

    .nav a {
        font-size: 12px;
    }

    .header__link {
        display: none;
    }

    .header__cta {
        padding-inline: 16px;
        font-size: 12px;
    }

    .header__container {
        grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    }

    .logo {
        max-width: 240px;
    }

    .logo img {
        width: auto;
        height: 26px;
        max-width: 100%;
    }

    .footer__logo img {
        height: 28px;
        max-width: min(100%, 280px);
    }

    .hero {
        min-height: auto;
        padding: calc(var(--header-height) + 56px) 0 var(--space-section-tight);
    }

    .hero__container {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
        gap: 40px;
        align-items: center;
    }

    .hero__visual {
        min-height: 420px;
    }

    .hero__reward {
        width: min(100%, 520px);
    }

    .hero__glow {
        width: min(100%, 480px);
        height: min(100%, 420px);
        max-width: 480px;
        max-height: 420px;
    }

    .hero-card {
        width: min(100%, 360px);
        padding: 22px;
    }

    /* `.section` nao tem mais padding por breakpoint: `--space-section`
       (style.css) escala sozinho. Este bloco, sendo shorthand em arquivo
       posterior, apagava o `padding-top` das secoes de excecao. */

    .section-heading {
        margin-bottom: 48px;
    }

    .section-heading h2,
    .qualified h2,
    .dashboard-preview h2,
    .benefit-card h2 {
        font-size: clamp(32px, 4vw, 46px);
    }

    .how-it-works__stage {
        grid-template-columns: minmax(0, 1fr) minmax(0, 280px) minmax(0, 1fr);
        column-gap: 20px;
    }

    .how-it-works__column {
        width: min(100%, 240px);
        --steps-gap: 22px;
    }

    .step-card {
        min-height: 0;
        padding: 12px 14px;
    }

    .step-card h3 {
        font-size: 14px;
    }

    .progress-board__stage {
        --progress-scale: 0.68;
        --progress-y: 8vh;
        --progress-opacity: 0.6;
        height: 120vh;
        margin-bottom: 24px;
    }

    .progress-board__media {
        top: calc(var(--header-height) + 2vh);
        width: min(100%, 980px);
        height: min(66svh, 520px);
        padding-bottom: 0;
        align-items: center;
    }

    .progress-board__duo {
        gap: 0;
        align-items: flex-end;
    }

    .progress-board__image {
        width: min(86%, 800px);
        max-width: 86%;
        max-height: min(56svh, 440px);
        object-position: right bottom;
    }

    /* Mesma proporcao da base — a sobreposicao em % se mantem em vez de
       virar um encosto de 18px. */
    .progress-board__phone {
        width: min(18%, 170px);
        max-width: 170px;
        max-height: min(50svh, 380px);
        margin-left: -12%;
    }

    .progress-board__layout {
        grid-template-columns: 1fr;
    }

    .progress-board__panel {
        min-height: 0;
        padding: 28px 24px;
    }

    a.button.progress-board__cta {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
    }

    .qualified__container,
    .dashboard-preview__container {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .qualified__container {
        grid-template-areas:
            "intro"
            "visual"
            "criteria"
            "notice";
        row-gap: 28px;
        column-gap: 0;
    }

    .qualified__intro,
    .dashboard-preview__content {
        max-width: none;
        text-align: left;
    }

    .qualified__criteria {
        max-width: none;
        margin-top: 0;
        margin-inline: 0;
    }

    .qualified__notice {
        justify-content: flex-start;
        max-width: none;
        margin-top: 0 !important;
        margin-inline: 0;
    }

    .qualified__media {
        width: min(100%, 520px);
        margin-inline: auto;
    }

    .dashboard {
        margin-inline: auto;
    }

    .benefit-card {
        padding: 34px 30px;
        gap: 32px;
    }

    .conquest__layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .conquest-rewards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .missions-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .missions-line {
        top: 64px;
        left: 18%;
        right: 18%;
    }

    .mission-card {
        min-height: 250px;
    }

    .rewards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reward-card {
        min-height: 220px;
    }

    .trust-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }


    .footer {
        margin-top: 80px;
        padding-top: 64px;
    }

    .footer__main {
        grid-template-columns:
            minmax(0, 1.5fr)
            minmax(0, 0.85fr)
            minmax(0, 0.85fr);
        gap: 36px 40px;
    }

    .footer__brand {
        max-width: none;
    }

    .footer__column--cta {
        grid-column: 1 / -1;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px;

        margin-top: 4px;
        padding: 24px 0 0;

        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer__column--cta .footer__eyebrow {
        width: 100%;
    }

    .footer__column--cta h3 {
        max-width: 320px;
        margin: 0;
    }

}


/* =========================================================
   RESPONSIVE — SMALL TABLET
   ========================================================= */

@media (max-width: 900px) {

    :root {
        --header-height: 72px;
    }

    .how-it-works__stage {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
    }

    .how-it-works__column,
    .how-it-works__media {
        grid-column: 1;
        justify-self: center;
        width: min(100%, 420px);
    }

    .how-it-works__column--left {
        order: 2;
    }

    .how-it-works__media {
        order: 1;
    }

    .how-it-works__column--right {
        order: 3;
    }

    .how-it-works__column--right .step-card {
        display: none;
    }

    .section-cta {
        margin-top: 32px;
    }

    .section-cta .button {
        width: 100%;
        min-width: 0;
    }

    /* =====================================================
       HERO
       ===================================================== */

    .hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;

        padding:
            calc(var(--header-height) + 32px)
            24px
            56px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero__container {
        width: 100%;

        display: grid;
        grid-template-columns: 1fr;

        gap: clamp(20px, 5vw, 32px);

        align-content: center;
        justify-items: center;

        text-align: center;
    }

    /* Libera os filhos para reordenar: título → texto → imagem → trechos → botões */
    .hero__content {
        display: contents;
    }

    .hero__title {
        order: 1;
        width: 100%;
        max-width: 560px;
    }

    .hero__description {
        order: 2;

        width: 100%;
        max-width: 520px;
        margin-inline: auto;
    }

    .hero__visual {
        order: 3;
    }

    .hero__highlights {
        order: 4;

        width: 100%;
        max-width: 420px;
        margin: 8px auto 0;

        text-align: left;
    }

    .hero__risk {
        order: 5;

        width: 100%;
        max-width: 420px;
        margin: 4px auto 0;

        text-align: center;
    }

    .hero__eyebrow {
        order: 6;

        display: flex;
        justify-content: center;
        align-items: center;

        flex-wrap: wrap;

        width: 100%;
        max-width: 560px;
        margin-top: 8px;
    }

    .hero__actions {
        order: 7;

        display: flex;
        align-items: center;
        justify-content: center;

        flex-wrap: wrap;
        gap: 12px;

        width: 100%;
        max-width: 560px;
        margin-top: 12px;
    }

    /* =====================================================
       HERO VISUAL
       ===================================================== */

    .hero__visual {
        width: min(100%, 420px);
        max-width: 420px;

        min-height: 0;

        margin-inline: auto;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hero__reward {
        width: min(100%, 400px);
    }

    .hero__glow {
        width: min(100%, 360px);
        height: min(100%, 280px);
        max-width: 360px;
        max-height: 280px;
    }

    .hero-card {
        width: min(100%, 280px);
        max-width: 280px;
    }


    /* =====================================================
       HEADER MOBILE
       ===================================================== */

    .header {
        position: fixed;

        top: 0;
        left: 0;

        width: 100%;
        max-width: 100%;

        z-index: 1200;

        background: var(--bg);

        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        overflow: visible;
    }

    .header__container {
        position: relative;

        width: 100%;

        height: var(--header-height);

        margin: 0 auto;

        display: grid;
        grid-template-columns: 1fr auto auto;

        align-items: center;

        column-gap: 10px;

        padding-left:
            max(16px, env(safe-area-inset-left));

        padding-right:
            max(16px, env(safe-area-inset-right));

        overflow: visible;
    }


    /* =====================================================
       LOGO
       ===================================================== */

    .logo {
        grid-column: 1;

        display: flex;
        align-items: center;

        min-width: 0;
        max-width: 220px;

        overflow: hidden;
    }

    .logo img {
        display: block;

        width: auto;
        max-width: 100%;
        height: 68px;

        object-fit: contain;
        object-position: left center;
    }

    .footer {
        margin-top: 64px;
        padding-top: 56px;
    }

    .footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px 28px;
        padding-bottom: 48px;
    }

    .footer__brand {
        grid-column: 1 / -1;
        max-width: 420px;
    }

    .footer__logo img {
        height: 28px;
        max-width: min(100%, 300px);
    }

    .footer__description {
        max-width: 380px;
        font-size: 13px;
    }

    .footer__column--cta {
        grid-column: 1 / -1;

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        margin-top: 4px;
        padding: 22px 0 0;

        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer__column--cta h3 {
        max-width: 280px;
        font-size: 20px;
    }

    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-block: 20px;
    }


    /* =====================================================
       DESKTOP NAV / ACTIONS
       ===================================================== */

    .nav--desktop,
    .header__actions {
        display: none !important;
    }

    .header__cta-mobile {
        grid-column: 2;

        display: inline-flex !important;
        align-items: center;
        justify-content: center;

        justify-self: end;

        min-height: 36px;
        padding: 0 14px;

        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.03em;
        white-space: nowrap;

        z-index: 1202;
    }


    /* =====================================================
       MENU TOGGLE
       ===================================================== */

    .menu-toggle {
        grid-column: 3;

        justify-self: end;

        display: inline-flex;

        align-items: center;
        justify-content: center;

        flex-direction: column;

        gap: 5px;

        width: 44px;
        min-width: 44px;
        max-width: 44px;

        height: 44px;
        min-height: 44px;

        margin: 0;
        padding: 0;

        border: 0;
        border-radius: 12px;

        background: transparent;

        cursor: pointer;

        -webkit-tap-highlight-color: transparent;

        transition:
            background 0.25s ease,
            transform 0.25s ease;
    }

    .menu-toggle:hover {
        background: rgba(255, 255, 255, 0.06);
    }

    .menu-toggle:active {
        transform: scale(0.94);
    }

    .menu-toggle__bar {
        display: block;

        width: 21px;
        height: 2px;

        border-radius: 999px;

        background: var(--white);

        transition:
            transform 0.3s ease,
            opacity 0.25s ease,
            width 0.3s ease;
    }


    /* =====================================================
       MAIN
       ===================================================== */

    main {
        width: 100%;
        max-width: 100%;

        overflow-x: clip;
    }


    /* =====================================================
       MOBILE NAV OVERLAY
       ===================================================== */

    .nav-overlay {
        position: fixed;

        inset: 0;

        z-index: 1180;

        display: block;

        background: rgba(2, 5, 16, 0.62);

        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);

        opacity: 0;
        visibility: hidden;

        pointer-events: none;

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }

    .nav-overlay.is-open {
        opacity: 1;
        visibility: visible;

        pointer-events: auto;
    }


    /* =====================================================
       MOBILE NAV
       ===================================================== */

    .nav-mobile {
        position: fixed;

        inset: 0;

        z-index: 1190;

        display: flex;

        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 6px;

        width: 100%;
        height: 100%;

        margin: 0;

        padding:
            calc(var(--header-height) + 24px)
            max(24px, env(safe-area-inset-right))
            calc(40px + env(safe-area-inset-bottom))
            max(24px, env(safe-area-inset-left));

        background: transparent;

        opacity: 0;
        visibility: hidden;

        pointer-events: none;

        overflow-y: auto;
        overscroll-behavior: contain;

        transition:
            opacity 0.3s ease,
            visibility 0.3s ease;
    }

    .nav-mobile.is-open {
        opacity: 1;
        visibility: visible;

        pointer-events: auto;
    }


    /* =====================================================
       MOBILE NAV LINKS
       ===================================================== */

    .nav-mobile a {
        display: inline-flex;

        align-items: center;
        justify-content: center;

        gap: 8px;

        width: min(320px, 100%);
        min-height: 48px;

        padding: 12px 18px;

        border-radius: 14px;

        color: var(--white);

        font-size: clamp(20px, 5.5vw, 30px);
        font-weight: 500;

        letter-spacing: -0.025em;

        text-align: center;
        text-decoration: none;

        opacity: 0;
        transform: translateY(18px);

        animation:
            navMobileItemIn
            0.45s
            cubic-bezier(0.22, 1, 0.36, 1)
            forwards;

        animation-delay:
            calc(0.06s + (var(--nav-i, 0) * 0.07s));

        transition:
            color 0.25s ease,
            background 0.25s ease,
            transform 0.25s ease;
    }

    .nav-mobile a:hover,
    .nav-mobile a:active {
        color: var(--blue-light);

        background: rgba(255, 255, 255, 0.05);
    }

    .nav-mobile .nav__prefix {
        font-size: 0.7em;

        color: var(--blue-light);

        opacity: 0.85;
    }


    /* =====================================================
       MOBILE CTA
       ===================================================== */

    .nav-mobile__cta {
        width: min(240px, 100%);

        min-height: 50px;

        margin-top: 18px;

        padding: 14px 24px;

        border-radius: 999px !important;

        color: var(--white) !important;

        background:
            linear-gradient(135deg,
                var(--cta-blue-light),
                var(--cta-blue)) !important;

        font-size: 15px !important;
        font-weight: 700 !important;

        letter-spacing: 0 !important;

        box-shadow:
            0 10px 30px rgba(22, 119, 255, 0.4),
            0 0 20px rgba(22, 119, 255, 0.2);

        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            filter 0.25s ease;
    }

    .nav-mobile__cta:hover {
        color: var(--white) !important;

        background:
            linear-gradient(135deg,
                var(--cta-blue-light),
                var(--cta-blue)) !important;

        transform: translateY(-2px);

        box-shadow:
            0 14px 35px rgba(22, 119, 255, 0.5),
            0 0 28px rgba(22, 119, 255, 0.28);
    }

    .nav-mobile__cta .nav__prefix {
        display: none;
    }


    /* =====================================================
       MOBILE NAV ANIMATION
       ===================================================== */

    @keyframes navMobileItemIn {

        from {
            opacity: 0;
            transform: translateY(18px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }

    }


    /* =====================================================
       TRUST GRID
       ===================================================== */

    .trust-grid {
        width: 100%;
        max-width: 420px;

        margin-inline: auto;

        grid-template-columns: 1fr;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    .hero {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero__container {
        gap: 24px;
    }

    .hero__visual {
        width: min(100%, 340px);
        max-width: 340px;
    }

    .hero__reward {
        width: min(100%, 320px);
    }

    .hero__glow {
        max-width: 300px;
        max-height: 240px;
    }

    .hero-card {
        max-width: 250px;
    }

    .nav-mobile {
        gap: 4px;

        padding-left: 18px;
        padding-right: 18px;
    }

    .nav-mobile a {
        font-size: clamp(19px, 6vw, 25px);

        min-height: 46px;

        padding: 10px 14px;
    }

    .nav-mobile__cta {
        width: min(220px, 100%);
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .nav-mobile a {
        animation: none;

        opacity: 1;
        transform: none;
    }

    .nav-overlay,
    .nav-mobile,
    .menu-toggle,
    .menu-toggle__bar,
    .nav-mobile a,
    .nav-mobile__cta {
        transition: none !important;
    }
}


/* =========================================================
RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 800px) {

    :root {
        --header-height: 70px;
    }

    .missions {
        display: block;
    }

    .footer__column a[href="#missoes"] {
        display: inline;
    }

    /* Redefine o token em vez do seletor: assim `.container` e
       `.header__container` continuam com a mesma caixa e nao ha shorthand
       posterior apagando regra de ninguem. */
    :root {
        --container-pad: 24px;
    }

    .header {
        height: var(--header-height);
        width: 100%;
        max-width: 100%;
    }

    .header__container {
        gap: 12px;
        /* O token no lugar do 16px cravado — senao o header fica 8px a
           esquerda do conteudo. O `max()` continua protegendo o notch. */
        padding-left: max(var(--container-pad), env(safe-area-inset-left));
        padding-right: max(var(--container-pad), env(safe-area-inset-right));
    }

    .logo {
        max-width: 200px;
    }

    .logo img {
        width: auto;
        max-width: 100%;
        height: 24px;
        object-fit: contain;
    }

    .footer__logo img {
        height: 26px;
        max-width: min(100%, 260px);
    }

    .footer__button {
        width: 100%;
        max-width: 280px;
    }

    .hero {
        min-height: 100svh;
        padding: calc(var(--header-height) + 24px) 0 var(--space-section-tight);
        align-items: center;
        justify-content: center;
    }

    .hero__container {
        width: 100%;
        gap: 28px;
        justify-items: center;
        align-content: center;
    }

    .hero__content {
        display: contents;
    }

    .hero__title {
        order: 1;
        font-size: clamp(36px, 10vw, 52px);
        letter-spacing: -0.04em;
    }

    .hero__description {
        order: 2;
        font-size: 14px;
        margin-top: 18px;
        max-width: 34ch;
    }

    .hero__visual {
        order: 3;
        min-height: 0;
        width: min(100%, 340px);
        max-width: 340px;
        margin-inline: auto;
    }

    .hero__highlights {
        order: 4;
        max-width: 340px;
        margin-top: 4px;
    }

    .hero__risk {
        order: 5;
        max-width: 340px;
    }

    .hero__eyebrow {
        order: 6;
    }

    .hero__actions {
        order: 7;
        gap: 10px;
        margin-top: 12px;
    }

    .hero__reward {
        width: min(100%, 320px);
    }

    .hero__glow {
        width: min(100%, 300px);
        height: min(100%, 240px);
        max-width: 300px;
        max-height: 240px;
    }

    .hero-card {
        width: min(100%, 260px);
        padding: 16px;
        transform: none;
        animation: none;
    }

    .hero-card__header {
        padding-bottom: 14px;
    }

    .hero-card__progress {
        padding: 16px 0;
    }

    .hero-card__stats {
        gap: 8px;
    }

    .hero-stat {
        padding: 10px;
    }

    .hero__starburst {
        inset: -12px;
        width: calc(100% + 24px);
        height: calc(100% + 24px);
    }

    .button {
        min-height: 46px;
        font-size: 13px;
    }


    .section-heading {
        margin-bottom: 36px;
    }

    .section-heading h2 {
        font-size: clamp(30px, 8vw, 38px);
    }

    .section-heading p {
        font-size: 14px;
    }

    .how-it-works__stage {
        grid-template-columns: minmax(0, 1fr);
    }

    .how-it-works__column,
    .how-it-works__media {
        grid-column: 1;
        justify-self: center;
        width: min(100%, 100%);
    }

    .how-it-works__media {
        width: min(240px, 100%);
    }

    .how-it-works__video-frame {
        --how-video-radius: 22px;
        border-radius: var(--how-video-radius);
    }

    .step-card,
    .step-card:last-child {
        min-height: 0;
        max-width: none;
        margin-inline: 0;
        padding: 12px 14px;
    }

    .step-card__icon {
        font-size: 18px;
    }

    .step-card h3 {
        font-size: 15px;
    }

    .progress-board__stage {
        --progress-scale: 0.7;
        --progress-y: 7vh;
        --progress-opacity: 0.62;
        height: 112vh;
        margin-bottom: 18px;
    }

    .progress-board__media {
        top: calc(var(--header-height) + 1.5vh);
        height: min(54svh, 360px);
        padding-bottom: 0;
    }

    .progress-board__duo {
        gap: 0;
        justify-content: center;
        align-items: center;
    }

    .progress-board__image {
        display: none;
    }

    /* Aqui o desktop some e sobra so o celular. A caixa encolheu 42% com o
       recorte da transparencia, entao os 58% antigos passariam a render um
       celular quase o dobro do que era: 34% devolve o tamanho anterior. */
    .progress-board__phone {
        width: min(34%, 150px);
        max-width: 150px;
        max-height: min(52svh, 400px);
        margin-left: 0;
        margin-bottom: 0;
        object-position: center center;
    }

    .progress-board__layout {
        grid-template-columns: 1fr;
    }

    .progress-board__panel {
        padding: 24px 20px;
        border-radius: 18px;
    }

    .progress-board__panel h3 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .progress-board__panel > p {
        font-size: 13px;
    }

    .qualified__container,
    .dashboard-preview__container {
        gap: 36px;
    }

    .criteria {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px;
    }

    .criteria__number {
        font-size: 26px;
    }

    .criteria__card {
        min-height: 76px;
        padding: 14px 14px;
    }

    .qualified__media {
        border-radius: 22px;
    }

    .benefit-card {
        flex-direction: column;
        padding: 28px 20px;
        text-align: center;
        gap: 24px;
    }

    .benefit-card__content {
        max-width: none;

        /* Aqui o card vira uma coluna centralizada, entao a sarjeta do icone
           nao existe: indentar empurraria o texto para fora do eixo.
           `--benefit-icon` tambem define a ALTURA — antes so a largura era
           sobrescrita e o icone ficava 52x56, levemente achatado. */
        --benefit-icon: 52px;
        --benefit-gap: 14px;
        --benefit-indent: 0px;
    }

    /* Empilha: lado a lado, o icone comia a largura util e o titulo quebrava
       em quatro linhas estreitas, deslocado do eixo do eyebrow centralizado.
       Em coluna ele volta ao centro e o titulo ocupa a largura inteira. */
    .benefit-card__title-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .benefit-card__condition {
        width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    .conquest-panel {
        padding: 22px 18px;
    }

    .conquest-rewards {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .conquest-reward {
        min-height: 190px;
        padding: 18px 12px 14px;
    }

    .missions-progress {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-left: 28px;
    }

    .missions-line {
        top: 24px;
        bottom: 24px;
        left: 10px;
        right: auto;
        width: 2px;
        height: auto;
        overflow: visible;
    }

    .missions-line__progress {
        background:
            linear-gradient(180deg,
                var(--blue),
                var(--purple),
                var(--gold));
        transform: scaleY(0);
        transform-origin: top center;
        transition: transform 3.6s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .missions-progress.is-line-active .missions-line__progress {
        transform: scaleY(1);
    }

    .missions-line__glow {
        left: 50%;
        top: 0;
        width: 8px;
        height: 70px;
        transform: translate(-50%, -100%);
        background:
            linear-gradient(180deg,
                transparent,
                rgba(255, 255, 255, 0.85),
                transparent);
    }

    .missions-progress.is-line-active .missions-line__glow {
        animation: missionsLineTravelVertical 2.6s ease-in-out 3.6s infinite;
    }

    @keyframes missionsLineTravelVertical {
        0% {
            top: 0;
            transform: translate(-50%, -100%);
            opacity: 0;
        }

        12% {
            opacity: 1;
        }

        88% {
            opacity: 1;
        }

        100% {
            top: 100%;
            transform: translate(-50%, 0);
            opacity: 0;
        }
    }

    .mission-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        grid-template-areas:
            "step step"
            "icon strong"
            "icon title"
            "desc desc";
        gap: 6px 14px;
        align-items: center;
        min-height: 0;
        padding: 18px 16px;
        text-align: left;
    }

    .mission-card__step {
        grid-area: step;
    }

    .mission-card__icon {
        grid-area: icon;
        width: 46px;
        height: 46px;
        margin: 0;
        flex-shrink: 0;
    }

    .mission-card strong {
        grid-area: strong;
        align-self: end;
        font-size: clamp(26px, 7vw, 32px);
        line-height: 1.05;
    }

    .mission-card h3 {
        grid-area: title;
        align-self: start;
        margin-top: 0;
    }

    .mission-card p {
        grid-area: desc;
        margin-top: 4px;
    }

    .rewards-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .reward-card {
        min-height: auto;
        padding: 20px 16px;
    }

    .reward-card__icon {
        margin-bottom: 14px;
    }

    .trust-card {
        padding: 20px 16px;
    }

    .faq-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .faq-list__col {
        gap: 10px;
    }

    .faq .section-heading {
        margin-bottom: 32px;
    }

    .faq-item summary {
        min-height: 52px;
        padding: 14px 16px;
        font-size: 13px;
        gap: 12px;
    }

    .faq-item__body p {
        padding: 0 16px 14px;
        font-size: 12px;
    }

    .terms-card {
        flex-direction: column;
        padding: 20px 16px;
    }


    .final-cta__panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 26px 22px;
        border-radius: 22px;
    }

    .final-cta__copy {
        max-width: none;
    }

    .final-cta__copy h2 {
        font-size: clamp(24px, 7vw, 34px);
    }

    .final-cta__copy p {
        font-size: 13px;
    }

    .final-cta__icon {
        align-self: flex-end;
        width: 132px;
        height: 112px;
    }

    .final-cta__glow {
        right: 0;
        width: 220px;
        height: 160px;
    }

    .footer {
        margin-top: 56px;
        padding-top: 48px;
    }

    .footer__main {
        gap: 28px 20px;
        padding-bottom: 40px;
    }

    .footer__brand {
        max-width: none;
    }

    .footer__description {
        margin-top: 16px;
    }

    .footer__column {
        gap: 11px;
    }

    .footer__column--cta {
        padding-top: 20px;
    }

    .preloader__content {
        width: min(920px, calc(100% - 32px));
    }

}


/* =========================================================
RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    :root {
        --header-height: 66px;
    }

    :root {
        --container-pad: 20px;
    }

    .logo {
        max-width: 180px;
    }

    .logo img {
        width: auto;
        height: 22px;
        max-width: 100%;
        object-fit: contain;
    }

    .mission-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        text-align: center;
        min-height: 0;
        padding: 18px 16px;
    }

    .progress-panel__step,
    .mission-card__step {
        order: 1;
        width: 100%;
        margin-bottom: 4px;
    }

    .progress-panel__icon,
    .mission-card__icon {
        order: 2;
        width: 48px;
        height: 48px;
        margin: 10px auto 8px;
    }

    .progress-panel--mission > strong,
    .mission-card strong {
        order: 3;
        width: 100%;
        font-size: clamp(26px, 8vw, 32px);
        line-height: 1.1;
        text-align: center;
    }

    .progress-panel--mission h3,
    .mission-card h3 {
        order: 4;
        width: 100%;
        margin-top: 6px;
        font-size: 14px;
        text-align: center;
    }

    .progress-panel--mission .progress-bar {
        order: 5;
        width: 100%;
        margin: 14px 0 10px;
    }

    .progress-panel--mission p,
    .mission-card p {
        order: 6;
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .footer {
        margin-top: 48px;
        padding-top: 40px;
    }

    .footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 28px 18px;
        padding-bottom: 36px;
    }

    .footer__brand {
        grid-column: 1 / -1;
    }

    .footer__logo img {
        height: 24px;
        max-width: min(100%, 240px);
    }

    .footer__description {
        max-width: none;
        font-size: 13px;
        line-height: 1.65;
    }

    .footer__column--cta {
        grid-column: 1 / -1;
    }

    .footer__column--cta h3 {
        max-width: none;
        font-size: 18px;
    }

    .footer__button {
        width: 100%;
        max-width: none;
        justify-content: center;
    }

    .footer__bottom {
        gap: 6px;
        padding-block: 18px;
        font-size: 10px;
    }

    .hero {
        min-height: 100svh;
        padding: calc(var(--header-height) + 16px) 0 var(--space-section-tight);
    }

    .hero__container {
        gap: 22px;
    }

    .hero__title {
        font-size: clamp(32px, 11vw, 40px);
    }

    .hero__description {
        font-size: 13px;
        line-height: 1.65;
        max-width: 30ch;
    }

    .hero__actions {
        flex-direction: column;
        width: 100%;
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__visual {
        width: min(100%, 300px);
        max-width: 300px;
        min-height: 0;
    }

    .hero__reward {
        width: min(100%, 280px);
    }

    .hero__glow {
        width: min(100%, 260px);
        height: min(100%, 200px);
        max-width: 260px;
        max-height: 200px;
    }

    .hero-card {
        width: min(100%, 230px);
        padding: 14px;
        border-radius: 18px;
    }

    .hero-card__header strong {
        font-size: 15px;
    }

    .hero-stat strong {
        font-size: 15px;
    }

    .hero-card__stats,
    .progress-panel__stats {
        grid-template-columns: 1fr;
    }

    .hero-stat,
    .progress-stat {
        padding: 12px;
    }


    .section-heading h2,
    .qualified h2,
    .benefit-card h2,
    .final-cta__copy h2 {
        font-size: clamp(22px, 7.5vw, 30px);
    }

    .benefit-card {
        padding: 24px 16px;
        border-radius: 22px;
    }

    .benefit-card__reward {
        width: 140px;
        height: 140px;
    }

    .benefit-card__reward strong {
        font-size: 34px;
    }

    .benefit-card__condition {
        padding: 12px 14px;
    }

    .missions-progress {
        padding-left: 22px;
    }

    .missions-line {
        left: 6px;
    }

    .dashboard {
        padding: 18px;
        border-radius: 18px;
    }


    .dashboard__cards {
        grid-template-columns: 1fr;
    }

    .link-box {
        padding: 11px;
    }

    .link-box span {
        font-size: 10px;
    }

    .terms-card {
        padding: 20px 16px;
    }

    .terms-links {
        flex-direction: column;
    }

    .terms-links a {
        justify-content: center;
        width: 100%;
    }

    .preloader__text {
        font-size: clamp(22px, 7.2vw, 30px);
    }

}


/* =========================================================
RESPONSIVE — VERY SMALL
========================================================= */

@media (max-width: 360px) {

    .hero__title {
        font-size: 30px;
    }

    .footer__main {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .footer__brand,
    .footer__column,
    .footer__column--cta {
        grid-column: auto;
    }

    .footer__logo img {
        height: 22px;
        max-width: min(100%, 210px);
    }

    .button--pill,
    .header__cta {
        padding-inline: 14px;
    }

    .progress-panel__icon,
    .mission-card__icon {
        width: 44px;
        height: 44px;
    }

    .progress-panel--mission > strong,
    .mission-card strong {
        font-size: 26px;
    }

}
