:root {
            --page-bg: #eef4fb;
            --surface: #ffffff;
            --surface-soft: #f5f9fd;
            --header-bg: #0f141c;
            --hero-a: #1db1e4;
            --hero-b: #0f74c3;
            --hero-c: #093d72;
            --ink: #102845;
            --ink-soft: #5c7090;
            --line: rgba(16, 40, 69, 0.12);
            --line-strong: rgba(16, 40, 69, 0.18);
            --sun: #ffd437;
            --sun-strong: #ffc400;
            --shadow-strong: 0 28px 70px rgba(9, 34, 63, 0.18);
            --shadow-soft: 0 16px 34px rgba(9, 34, 63, 0.12);
            --danger: #b4233c;
            --focus: rgba(29, 177, 228, 0.2);
        }

        * {
            box-sizing: border-box;
        }

        html,
        body {
            margin: 0;
            min-height: 100%;
        }

        body {
            font-family: "Nunito Sans", sans-serif;
            color: var(--ink);
            background:
                radial-gradient(circle at 12% 0%, rgba(255, 212, 55, 0.16) 0%, transparent 24%),
                linear-gradient(180deg, #f7fbff 0%, var(--page-bg) 100%);
        }

        a {
            color: inherit;
        }

        .topbar {
            background: linear-gradient(90deg, var(--sun) 0%, var(--sun-strong) 100%);
            color: var(--ink);
        }

        .topbar-inner,
        .landing-shell,
        .page-footer {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding-left: 24px;
            padding-right: 24px;
        }

        .topbar-inner {
            min-height: 86px;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            align-items: center;
            gap: 16px;
        }

        .brand-link {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }

        .brand-link img {
            display: block;
            width: auto;
            height: 38px;
            object-fit: contain;
        }

        .brand-mark {
            width: 52px;
            height: 52px;
            border-radius: 16px;
            background: rgba(13, 103, 184, 0.12);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 auto;
        }

        .brand-mark img {
            width: 34px;
            height: 34px;
            object-fit: contain;
        }

        .brand-copy {
            display: grid;
            gap: 2px;
        }

        .brand-copy strong {
            font-family: "Barlow Semi Condensed", sans-serif;
            font-size: 34px;
            line-height: 0.88;
            text-transform: uppercase;
            letter-spacing: -0.03em;
        }

        .topbar-title {
            justify-self: center;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-size: clamp(26px, 3vw, 40px);
            font-weight: 800;
            line-height: 0.92;
            letter-spacing: 0.02em;
            text-transform: uppercase;
            color: var(--ink);
            text-align: center;
            white-space: nowrap;
        }

        .topbar-partner {
            justify-self: end;
            display: inline-flex;
            align-items: center;
        }

        .topbar-partner img {
            display: block;
            width: auto;
            height: 30px;
            object-fit: contain;
            filter: brightness(0) saturate(100%);
        }

        .landing-shell {
            padding-top: 0;
            padding-bottom: 40px;
        }

        .hero-stage {
            position: relative;
            overflow: hidden;
            min-height: 900px;
            display: grid;
            grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.72fr);
            align-items: start;
            row-gap: 0;
            background: linear-gradient(135deg, var(--hero-a) 0%, var(--hero-b) 54%, var(--hero-c) 100%);
            border-radius: 0 0 34px 34px;
            box-shadow: var(--shadow-strong);
        }

        .hero-stage::before {
            content: "";
            position: absolute;
            left: -260px;
            bottom: -320px;
            width: 880px;
            height: 880px;
            border-radius: 50%;
            border: 2px solid rgba(255, 255, 255, 0.18);
            box-shadow:
                0 0 0 78px rgba(255, 255, 255, 0.08),
                0 0 0 156px rgba(255, 255, 255, 0.06),
                0 0 0 234px rgba(255, 255, 255, 0.04);
            pointer-events: none;
        }

        .hero-stage::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.14) 0%, transparent 24%),
                radial-gradient(circle at 84% 20%, rgba(255, 212, 55, 0.22) 0%, transparent 20%);
            pointer-events: none;
        }

        .hero-copy,
        .access-side {
            position: relative;
            z-index: 1;
            align-self: stretch;
        }

        .hero-copy {
            padding: 0 18px 0 28px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            color: #ffffff;
        }

        .hero-message {
            grid-column: 1 / -1;
            position: relative;
            z-index: 1;
            margin: 26px 28px 5px;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-size: clamp(28px, 4.4vw, 44px);
            font-weight: 700;
            line-height: 0.98;
            letter-spacing: -0.03em;
            text-transform: uppercase;
            color: #ffffff;
            max-width: 720px;
            text-wrap: balance;
        }

        .journey-number {
            display: inline-flex;
            width: fit-content;
            align-items: center;
            justify-content: center;
            min-height: 34px;
            padding: 6px 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .access-card h2,
        .journey-card h3 {
            font-family: "Barlow Semi Condensed", sans-serif;
            text-transform: uppercase;
            letter-spacing: -0.04em;
        }

        .hero-visual {
            width: 100%;
            max-width: 860px;
            height: 100%;
        }

        .hero-visual-card {
            height: 100%;
            padding: 16px;
            border-radius: 32px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.16);
            box-shadow: 0 20px 38px rgba(8, 40, 73, 0.24);
            backdrop-filter: blur(10px);
        }

        .hero-slider {
            display: grid;
            gap: 12px;
        }

        .hero-slide {
            display: none;
            aspect-ratio: 2.45 / 1;
            border-radius: 22px;
            overflow: hidden;
            box-shadow: 0 18px 36px rgba(10, 36, 67, 0.18);
        }

        .hero-slide.is-active {
            display: block;
            animation: heroFade 0.35s ease;
        }

        .hero-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .hero-slider-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .hero-slider-dot {
            width: 12px;
            height: 12px;
            border: 0;
            border-radius: 999px;
            padding: 0;
            background: rgba(255, 255, 255, 0.34);
            cursor: pointer;
            transition: transform 0.14s ease, background 0.2s ease;
        }

        .hero-slider-dot.is-active {
            background: var(--sun);
            transform: scale(1.1);
        }

        .hero-slider-dot:hover {
            background: rgba(255, 255, 255, 0.58);
        }

        @keyframes heroFade {
            from {
                opacity: 0.7;
                transform: translateY(4px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .access-side {
            padding: 0 24px 0 6px;
            display: flex;
            align-items: stretch;
            justify-content: stretch;
        }

        .access-card {
            width: min(380px, 100%);
            height: 100%;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.98);
            border: 1px solid rgba(255, 255, 255, 0.38);
            box-shadow: 0 26px 60px rgba(9, 34, 63, 0.18);
            padding: 18px;
            color: var(--ink);
            display: flex;
            flex-direction: column;
        }

        .access-card h2 {
            margin: 0;
            font-size: clamp(24px, 3.2vw, 34px);
            line-height: 0.94;
        }

        .access-text {
            margin: 8px 0 0;
            color: var(--ink-soft);
            font-size: 13px;
            line-height: 1.35;
        }

        #loginForm {
            margin-top: 12px;
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
        }

        .form-group {
            margin-bottom: 10px;
        }

        .form-label {
            display: block;
            margin-bottom: 5px;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: var(--ink);
        }

        .form-control {
            width: 100%;
            min-height: 46px;
            border-radius: 14px;
            border: 1px solid var(--line-strong);
            background: #ffffff;
            padding: 10px 14px;
            font: inherit;
            font-size: 14px;
            color: var(--ink);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .form-control::placeholder {
            color: #8597b2;
        }

        .form-control:focus {
            outline: none;
            border-color: #18a6d8;
            box-shadow: 0 0 0 4px var(--focus);
        }

        .field-error,
        .form-error {
            display: none;
            margin-top: 8px;
            font-size: 13px;
            line-height: 1.4;
        }

        .field-error.is-visible,
        .form-error.is-visible {
            display: block;
        }

        .field-error {
            color: var(--danger);
        }

        .form-error {
            margin-bottom: 14px;
            padding: 11px 13px;
            border-radius: 14px;
            border: 1px solid rgba(180, 35, 60, 0.16);
            background: rgba(180, 35, 60, 0.08);
            color: #8d1f35;
        }

        .submit-button {
            width: 100%;
            min-height: 48px;
            border: 0;
            border-radius: 14px;
            margin-top: 2px;
            background: linear-gradient(90deg, var(--sun) 0%, var(--sun-strong) 100%);
            color: var(--ink);
            font: inherit;
            font-size: 14px;
            font-weight: 900;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            cursor: pointer;
            box-shadow: 0 14px 24px rgba(255, 196, 0, 0.22);
            transition: transform 0.14s ease, filter 0.2s ease;
        }

        .submit-button:hover {
            transform: translateY(-1px);
            filter: brightness(1.02);
        }

        .privacy-copy {
            margin: auto 0 0;
            padding-top: 10px;
            color: var(--ink-soft);
            font-size: 11px;
            line-height: 1.35;
        }

        .privacy-copy a {
            font-weight: 800;
            color: #0d67b8;
            text-decoration: none;
        }

        .support-box {
            grid-column: 1 / -1;
            justify-self: stretch;
            width: auto;
            margin: -2px 24px 4px 28px;
            padding: 13px 16px;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.12);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 16px 30px rgba(8, 40, 73, 0.14);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
        }

        .support-copy {
            min-width: 0;
        }

        .support-box strong {
            display: block;
            margin-bottom: 4px;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #ffffff;
        }

        .support-box p {
            margin: 0;
            color: rgba(255, 255, 255, 0.88);
            font-size: 13px;
            line-height: 1.4;
        }

        .support-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            flex: 0 0 auto;
        }

        .support-link {
            min-height: 38px;
            padding: 9px 13px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background: #ffffff;
            border: 1px solid var(--line);
            color: var(--ink);
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.03em;
            text-decoration: none;
            box-shadow: 0 10px 18px rgba(9, 34, 63, 0.06);
        }

        .support-link.is-whatsapp {
            background: linear-gradient(90deg, var(--sun) 0%, var(--sun-strong) 100%);
            border-color: rgba(195, 143, 0, 0.16);
        }

        .journey-strip {
            grid-column: 1 / -1;
            justify-self: stretch;
            width: auto;
            margin: 34px 24px 6px 28px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            column-gap: 12px;
            row-gap: 12px;
        }

        .journey-card {
            min-width: 0;
            min-height: 112px;
            padding: 16px 16px 14px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            background: rgba(255, 255, 255, 0.16);
            box-shadow: 0 14px 28px rgba(8, 40, 73, 0.12);
            backdrop-filter: blur(8px);
            display: flex;
            flex-direction: column;
        }

        .journey-head {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .journey-number {
            background: linear-gradient(90deg, var(--sun) 0%, var(--sun-strong) 100%);
            color: var(--ink);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
            flex: 0 0 auto;
        }

        .journey-card h3 {
            margin: 0;
            font-size: 22px;
            line-height: 1;
            color: #ffffff;
        }

        .journey-card p {
            margin: 7px 0 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 13px;
            line-height: 1.4;
        }

        .site-footer {
            margin-top: 18px;
            padding: 18px 22px 16px;
            border-radius: 28px;
            background: linear-gradient(135deg, #0d67b8 0%, #0a4f96 100%);
            color: #ffffff;
            box-shadow: var(--shadow-strong);
        }

        .footer-top {
            display: block;
        }

        .footer-intro {
            display: grid;
            gap: 8px;
            width: 100%;
            max-width: none;
        }

        .footer-intro p {
            margin: 0;
            font-size: 13px;
            line-height: 1.55;
            color: rgba(255, 255, 255, 0.92);
        }

        .footer-brand-bar {
            margin-top: 16px;
            padding-top: 14px;
            border-top: 1px solid rgba(255, 255, 255, 0.14);
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: end;
            gap: 18px;
        }

        .footer-brand-bar img {
            display: block;
            max-width: 100%;
            max-height: 40px;
            width: auto;
            height: auto;
            object-fit: contain;
        }

        .footer-brand-copy {
            margin: 0;
            align-self: end;
            text-align: center;
            font-size: 11px;
            line-height: 1.35;
            color: rgba(255, 255, 255, 0.82);
        }

        .footer-brand-copy strong {
            font-weight: 900;
        }

        @media (max-width: 980px) {
            .footer-brand-bar {
                gap: 16px;
            }
        }

        .modal {
            position: fixed;
            inset: 0;
            z-index: 1200;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(15, 20, 28, 0.56);
        }

        .modal[aria-hidden="false"] {
            display: flex;
        }

        .modal-dialog {
            width: min(440px, 100%);
            border-radius: 24px;
            background: #ffffff;
            border: 1px solid var(--line);
            box-shadow: var(--shadow-strong);
            padding: 24px;
        }

        .modal-title {
            margin: 0;
            font-family: "Barlow Semi Condensed", sans-serif;
            font-size: 34px;
            line-height: 0.94;
            text-transform: uppercase;
            letter-spacing: -0.04em;
            color: var(--ink);
        }

        .modal-text {
            margin: 12px 0 0;
            color: var(--ink-soft);
            font-size: 15px;
            line-height: 1.55;
        }

        .modal-actions {
            margin-top: 20px;
            display: flex;
            justify-content: flex-end;
        }

        .modal-btn {
            min-width: 128px;
            min-height: 46px;
            border: 0;
            border-radius: 14px;
            padding: 10px 18px;
            background: linear-gradient(90deg, var(--sun) 0%, var(--sun-strong) 100%);
            color: var(--ink);
            font: inherit;
            font-size: 14px;
            font-weight: 900;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            cursor: pointer;
        }

        @media (max-width: 1120px) {
            .hero-stage {
                min-height: auto;
                grid-template-columns: 1fr;
                align-items: stretch;
                row-gap: 6px;
            }

            .hero-copy {
                padding: 0 24px 12px;
                align-self: auto;
            }

            .access-side {
                padding: 0 24px 0;
                align-self: auto;
            }

            .support-box {
                width: auto;
                margin-left: 24px;
                margin-right: 24px;
            }

            .hero-message {
                margin: 24px 24px 6px;
            }
        }

        @media (max-width: 820px) {
            .journey-strip {
                grid-template-columns: 1fr;
                margin-left: 18px;
                margin-right: 18px;
            }

            .support-box {
                align-items: flex-start;
                flex-direction: column;
            }
        }

        @media (max-width: 760px) {
            .topbar-inner,
            .landing-shell,
            .page-footer {
                padding-left: 12px;
                padding-right: 12px;
            }

            .topbar-inner {
                padding-top: 8px;
                padding-bottom: 8px;
                min-height: auto;
                align-items: center;
                grid-template-columns: auto minmax(0, 1fr);
                gap: 5px 12px;
                justify-items: stretch;
            }

            .brand-link {
                grid-column: 1;
                grid-row: 1;
                justify-self: start;
            }

            .topbar-title {
                grid-column: 1 / -1;
                grid-row: 2;
                justify-self: center;
                white-space: normal;
                text-align: center;
                font-size: clamp(18px, 6.2vw, 23px);
                line-height: 0.92;
                letter-spacing: 0.01em;
            }

            .brand-link img {
                height: 23px;
            }

            .topbar-partner {
                grid-column: 2;
                grid-row: 1;
                justify-self: end;
            }

            .topbar-partner img {
                height: 20px;
            }

            .hero-stage {
                border-radius: 0 0 24px 24px;
            }

            .hero-copy,
            .access-side {
                padding: 10px 18px 0;
            }

            .hero-copy {
                padding-top: 2px;
            }

            .access-side {
                padding-top: 14px;
                padding-bottom: 0;
            }

            .access-card {
                padding: 18px;
                border-radius: 22px;
            }

            .support-actions {
                width: 100%;
                flex-direction: row;
                align-items: stretch;
            }

            .hero-message {
                margin: 12px 18px 7px;
                max-width: 330px;
                font-size: clamp(20px, 6.4vw, 25px);
                line-height: 1.02;
                letter-spacing: -0.025em;
            }

            .hero-visual-card {
                padding: 7px;
                border-radius: 18px;
            }

            .hero-slide {
                border-radius: 14px;
            }

            .hero-slider {
                gap: 6px;
            }

            .hero-slider-dot {
                width: 10px;
                height: 10px;
            }

            .support-box {
                padding: 11px 12px;
                border-radius: 18px;
                margin: 12px 18px 0;
                gap: 10px;
            }

            .support-box strong {
                margin-bottom: 2px;
                font-size: 11px;
            }

            .support-box p {
                font-size: 12px;
                line-height: 1.32;
            }

            .support-link {
                flex: 1 1 0;
                min-height: 34px;
                padding: 8px 10px;
                font-size: 11px;
            }

            .journey-card {
                padding: 16px;
                min-height: 0;
            }

            .journey-strip {
                margin: 16px 18px 0;
                row-gap: 10px;
            }

            .hero-lockup {
                align-items: flex-start;
            }

            .hero-lockup img {
                width: 60px;
                height: 60px;
            }

            .hero-title {
                font-size: clamp(38px, 10vw, 58px);
            }

            .site-footer {
                padding: 18px 16px 16px;
                border-radius: 24px;
            }

            .footer-brand-bar {
                grid-template-columns: 1fr;
                justify-items: start;
                gap: 14px;
            }

            .footer-brand-copy {
                text-align: left;
            }

            .footer-intro {
                max-width: none;
            }
        }
