﻿:root {
    --bg-dark: #03000a;
    --text-main: #ffffff;
    --text-muted: #cccccc;
    --brand-primary: #000077;
    --brand-hover: #1500b3;
    --text-highlight: #B3C0FF;
    --hero-gradient-blue: #000077;
    --packages-gradient-purple: #BFC2FF;
    --navbar-height: 96px;
    --font-family-sans: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

html {
    scroll-padding-top: var(--navbar-height);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, ul {
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

body {
    background: #fff;
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    font-family: var(--font-family-sans, system-ui, sans-serif);
}

button,
input,
textarea,
select {
    font: inherit;
}



@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/inter-v20-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/inter-v20-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/inter-v20-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/inter-v20-800.woff2') format('woff2');
}

.custom-navbar {
    background-color: #000000 !important;
    border-bottom: 2px solid var(--brand-primary);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

    .custom-navbar .logo {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 800;
        font-size: 1.4rem;
        color: var(--text-main);
        letter-spacing: -0.5px;
        text-decoration: none;
    }

    .custom-navbar .nav-links {
        gap: 1.5rem;
    }

    .custom-navbar .nav-link {
        color: #f4f4f5 !important;
        font-size: 1rem;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .custom-navbar .nav-link:hover {
            color: var(--text-highlight) !important;
        }

    .custom-navbar .custom-toggler:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 119, 0.5);
    }

    .custom-navbar .navbar-toggler-icon {
        background-image: url("/icons/menu-button.svg");
    }

.btn {
    background-color: var(--brand-primary) !important;
    color: var(--text-main) !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: background-color 0.3s ease !important;
}

    .btn:hover {
        background-color: var(--brand-hover) !important;
    }

button:focus-visible,
.nav-link:focus-visible,
.brand-tab:focus-visible,
.nav-arrow:focus-visible,
.membership-select-btn:focus-visible,
.partner-collab-cta:focus-visible,
.faq-cta:focus-visible,
.site-footer-social:focus-visible,
.store-badge:focus-visible {
    outline: 3px solid rgba(179, 192, 255, 0.95);
    outline-offset: 3px;
}

.btn-download {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    white-space: nowrap;
    border-radius: 8px;
    background: var(--Main-Color, #0000D6) !important;
}

.btn-explore {
    padding: 0.85rem 8rem;
    font-size: 1.05rem;
    margin-top: 1rem;
    border-radius: 8px;
    background: var(--Main-Color, #0000D6) !important;
}

.hero-mobile-cta {
    display: none;
}

.mobile-explore {
    display: none;
}

.hero-section {
    width: 100%;
    max-width: 100vw;
    padding: 0px 0 0px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(92.81deg, #000000 8.84%, var(--hero-gradient-blue, #000077) 91.68%);
}

.custom-container {
    max-width: 100vw !important;
    padding-right: 0px !important;
    margin-right: 0px;
    overflow-x: hidden;
}

.hero-content {
    padding-left: 4rem;
}

    .hero-content h1 {
        font-size: clamp(3rem, 5.5vw, 5rem);
        line-height: 1.05;
        font-weight: 900;
        margin-bottom: 1.5rem;
        letter-spacing: -2px;
    }

.text-highlight {
    color: var(--text-highlight);
}

.hero-content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.31px;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
}

.hero-image-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: -1.8rem;
}

.app-mockup {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateX(0%);
    filter: drop-shadow(-10px 15px 30px rgba(0, 0, 0, 0.4));
}

@media (max-width: 991.98px) {
    .custom-navbar .nav-links {
        padding-top: 1.5rem;
        gap: 1rem;
        width: 100%;
        text-align: center;
    }

    .custom-navbar .btn-download {
        margin-left: 0 !important;
        margin-top: 0.5rem;
        width: 100%;
    }

    .hero-section {
        padding: 40px 0;
    }

    .hero-content {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    .hero-image-wrapper {
        justify-content: center;
        margin-top: 3rem;
    }

    .app-mockup {
        width: 100%;
        transform: translateX(0);
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 2.5rem 0 3rem;
        min-height: 100vh;
        background: linear-gradient(92.81deg, #000000 8.84%, var(--hero-gradient-blue, #000077) 91.68%);
    }

    .hero-content {
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
    }

        .hero-content h1 {
            font-size: clamp(3rem, 10.4vw, 4.4rem);
            line-height: 0.95;
            letter-spacing: -2px;
            margin-bottom: 1.5rem;
        }

        .hero-content p {
            font-style: normal;
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: -0.31px;
            color: rgba(234, 236, 244, 0.82);
            margin-bottom: 0.5rem;
            max-width: 80%;
        }

    .desktop-explore {
        display: none;
    }

    .hero-image-wrapper {
        justify-content: flex-start;
        margin-top: 0.2rem;
        margin-left: 0;
        overflow: visible;
    }

    .app-mockup {
        width: 100%;
        max-width: 100%;
        transform: translateX(-8%) scale(1.1);
        transform-origin: left center;
        filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.5));
    }

    .hero-mobile-cta {
        display: block;
        margin-top: 0.65rem;
        padding-left: 40px;
        padding-right: 40px;
        text-align: left;
    }

    .mobile-explore {
        display: block;
    }

        .mobile-explore.btn-explore {
            display: block;
            width: 100%;
            max-width: none;
            margin-left: 0;
            margin-right: 0;
            margin-top: 0;
            padding: 1rem 1rem;
            font-size: 1.05rem;
            border-radius: 12px;
        }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.privileges-section {
    background-color: #ffffff;
    color: #000000;
    padding: 7rem 0 6rem 0;
    width: 100%;
}

    .privileges-section .section-header {
        margin-bottom: 3.25rem;
    }

    .privileges-section .eyebrow {
        color: #1a15d6;
        font-weight: 800;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 0.95rem;
    }

    .privileges-section .section-title {
        color: #161722;
        margin-bottom: 0.85rem;
        font-weight: 700;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
    }

    .privileges-section .section-subtitle {
        color: #4c4f5d;
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 0;
    }

.carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 0 60px;
}

    .carousel-wrapper.is-static {
        padding: 0;
        justify-content: center;
    }

.cards-container {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 1rem;
    padding-right: 60px;
    scrollbar-width: none;
}

    .cards-container::-webkit-scrollbar {
        display: none;
    }

.carousel-wrapper.is-static .cards-container {
    justify-content: center;
    overflow-x: hidden;
    padding-right: 0;
}

.carousel-wrapper.is-static .nav-arrow {
    display: none;
}

.privilege-card {
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    min-height: 320px;
}

.wide-card {
    width: 750px;
    height: 353px;
    background-color: #000de0;
    color: #ffffff;
    flex-direction: row;
}

    .wide-card .card-left {
        padding: 2.5rem 2rem;
        width: 40%;
        display: flex;
        flex-direction: column;
    }

    .wide-card .card-right {
        width: 60%;
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .wide-card .cover-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .wide-card h3 {
        font-weight: 800;
        font-size: 1.5rem;
        line-height: 1.3;
        margin: 1.5rem 0 1rem 0;
        letter-spacing: -0.5px;
    }

    .wide-card p {
        font-size: 0.95rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
        margin: 0;
    }

.standard-card {
    width: 229px;
    background-color: #050505;
    color: #ffffff;
    flex-direction: column;
    padding: 2.5rem 2rem;
}

    .standard-card h3 {
        font-weight: 800;
        font-size: 1.35rem;
        line-height: 1.35;
        margin: 1.5rem 0 1rem 0;
        letter-spacing: -0.5px;
    }

    .standard-card p {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #a3a3a3;
        margin: 0;
    }

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-white {
    background-color: #ffffff;
    color: #000de0;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
}

.left-arrow {
    left: 0;
    background-color: #c5c6d0;
    color: #ffffff;
}

.right-arrow {
    right: 30px;
    background-color: #4b4b55;
    color: #ffffff;
    box-shadow: -4px 4px 15px rgba(0, 0, 0, 0.4);
}

.nav-arrow:hover {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.05);
}

.privileges-progress {
    display: none;
}

@media (max-width: 991.98px) {

    .custom-container {
        max-width: 100vw !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0px;
        overflow-x: hidden;
    }

    .nav-arrow {
        display: none;
    }

    .carousel-wrapper {
        padding: 0;
        overflow: visible;
    }

    .cards-container {
        gap: 0.9rem;
        padding: 0 0.75rem 0.25rem 0;
        scroll-snap-type: x mandatory;
        scroll-padding: 0 0.75rem 0 0;
        overscroll-behavior-x: contain;
    }

    .privileges-section {
        padding: 4.25rem 0 4rem;
    }

        .privileges-section .section-header {
            padding: 1rem 0;
            margin-bottom: 2.2rem;
        }

        .privileges-section .section-title {
            font-size: 28px;
            line-height: 35px;
            margin-bottom: 0.7rem;
        }

        .privileges-section .eyebrow {
            letter-spacing: 3.6px;
            margin-bottom: 1rem;
        }

        .privileges-section .section-subtitle {
            max-width: 300px;
            margin: 0 auto;
            font-size: 0.98rem;
            line-height: 1.45;
        }

    .privilege-card {
        min-height: 340px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .wide-card {
        width: calc(100% - 2.4rem);
        max-width: none;
        min-height: 0;
        height: auto;
        flex-direction: column;
        border-radius: 18px;
    }

        .wide-card .card-left {
            padding: 1.35rem 1.9rem 2rem;
            width: 100%;
            order: 2;
            background: #1116e8;
        }

        .wide-card .card-right {
            width: 100%;
            height: 232px;
            order: 1;
        }

        .wide-card .cover-img {
            object-position: center;
        }

        .wide-card .icon-box {
            width: 50px;
            height: 50px;
            border-radius: 14px;
        }

        .wide-card h3 {
            font-size: 1.9rem;
            line-height: 1.16;
            margin: 1.45rem 0 0.95rem;
            letter-spacing: -0.03em;
        }

        .wide-card p {
            font-size: 0.96rem;
            line-height: 1.58;
            max-width: 280px;
        }

    .standard-card {
        width: calc(100% - 2.4rem);
        max-width: none;
        min-height: 340px;
        padding: 2rem 1.5rem;
    }

    .left-arrow {
        display: none;
    }

    .privileges-progress {
        display: block;
        width: 132px;
        height: 7px;
        margin: 1.85rem auto 0;
        background: #d9d9d9;
        border-radius: 999px;
        overflow: hidden;
    }

    .privileges-progress-bar {
        display: block;
        width: 25%;
        height: 100%;
        border-radius: inherit;
        background: #bfc2ff;
        transition: transform 0.3s ease;
    }
}

.membership-packages-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(73deg, var(--packages-gradient-purple, #BFC2FF) 40.00%, #FFFFFF 90.38%);
    color: #161824;
}

.membership-packages-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.membership-header {
    margin-bottom: 2.1rem;
}

.membership-eyebrow {
    margin: 0 0 0.9rem;
    color: #2630db;
    font-size: 14px;
    letter-spacing: 3.2px;
    font-weight: 800;
}

.membership-header h2 {
    margin: 0;
    font-size: clamp(2rem, 3.3vw, 3rem);
    color: #121421;
    font-weight: 800;
    letter-spacing: -1px;
}

.membership-subtitle {
    margin: 0.5rem 0 0;
    font-size: 1.1rem;
    color: #5d6477;
}

.brand-tabs {
    display: grid;
    grid-template-columns: repeat(6, minmax(100px, 1fr));
    gap: 1rem;
    margin-bottom: 3.5rem;
}

.brand-tab {
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    padding: 0.8rem 0.6rem;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .brand-tab.has-label {
        flex-direction: column;
        gap: 0.28rem;
    }

    .brand-tab img {
        width: auto;
        max-width: 100px;
        max-height: 60px;
        filter: grayscale(1);
        opacity: 0.8;
        transition: all 0.25s ease;
    }

    .brand-tab.active {
        background: #edf0fb;
        border-color: #4051ff;
        box-shadow: 0 14px 26px rgba(34, 46, 175, 0.18);
    }

        .brand-tab.active img {
            filter: grayscale(0);
            opacity: 1;
        }

.membership-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    gap: 1.8rem;
}

.membership-card {
    position: relative;
    background: #1D1F2A;
    color: #eef1ff;
    border-radius: 16px;
    padding: 2.8rem 2.8rem 4.2rem;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    transition: all 0.3s ease;
}

    .membership-card.featured {
        box-shadow: 0 20px 45px rgba(9, 13, 33, 0.23);
    }

.membership-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #0e24e2;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.55rem 1.1rem;
    white-space: nowrap;
}

.membership-plan {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
}

.membership-price-row {
    margin-top: 0.2rem;
    margin-bottom: 2.8rem;
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
}

.membership-price {
    font-size: clamp(2.4rem, 3.5vw, 3.25rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    color: #ffffff;
}

.membership-period {
    color: #cfd5eb;
    font-size: 1.3rem;
    font-weight: 500;
}

.membership-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem;
    display: grid;
    gap: 1.35rem;
}

    .membership-features li {
        position: relative;
        padding-left: 2rem;
        color: #c8cede;
        line-height: 1.5;
        font-size: 1rem;
    }

        .membership-features li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.1rem;
            width: 20px;
            height: 20px;
            background: url("/images/tick_icon.svg") center / contain no-repeat;
        }

.membership-select-btn {
    margin-top: auto;
    border: 1px solid rgba(225, 232, 255, 0.65);
    border-radius: 12px;
    background: transparent;
    color: #f4f6ff;
    width: 100%;
    height: 56px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

    .membership-select-btn:hover {
        background: #0e24e2;
        border-color: #0e24e2;
    }

@media (max-width: 1199.98px) {
    .brand-tabs {
        grid-template-columns: repeat(3, 1fr);
    }

    .membership-cards {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }

    .membership-card:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {
    .membership-packages-section {
        padding: 3.4rem 0;
    }

    .membership-eyebrow {
        font-size: 12px;
        letter-spacing: 2.4px;
    }

    .membership-subtitle {
        font-size: 0.98rem;
    }

    .brand-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.6rem;
        margin-bottom: 1.5rem;
        overflow: visible;
    }

    .brand-tab {
        min-height: 70px;
        flex: unset;
        padding: 0.6rem 0.4rem;
    }

        .brand-tab img {
            max-width: 91px;
            max-height: 55px;
        }

    .membership-cards {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .membership-card,
    .membership-card:last-child {
        grid-column: auto;
        min-height: 620px;
        padding: 2.4rem 1.8rem 2rem;
    }

    .membership-badge {
        font-size: 0.88rem;
        top: -13px;
        padding: 0.45rem 0.9rem;
    }

    .membership-plan {
        font-size: 1.7rem;
    }

    .membership-price {
        font-size: 2.7rem;
    }

    .membership-period {
        font-size: 1.1rem;
    }
}

.partner-collaborations-section {
    background: #ffffff;
    color: #11131b;
    padding: 5.5rem 0 4.2rem;
}

.partner-collab-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.partner-collab-header {
    margin-bottom: 2rem;
}

.partner-collab-eyebrow {
    margin: 0 0 0.7rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: #0018d8;
}

.partner-collab-title {
    margin: 0;
    font-size: clamp(2.25rem, 3.4vw, 3.2rem);
    line-height: 1.07;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #141722;
}

.partner-collab-subtitle {
    margin: 0.8rem 0 0;
    font-size: 1.15rem;
    color: #454a57;
    font-weight: 400;
}

.partner-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.95rem;
}

.partner-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    min-height: 170px;
    isolation: isolate;
    background: #d9dde8;
}

    .partner-card img {
        width: 100%;
        height: 100%;
        min-height: 170px;
        object-fit: cover;
        display: block;
        transition: transform 0.35s ease;
    }

    .partner-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(13, 17, 37, 0.08) 0%, rgba(13, 17, 37, 0.16) 100%);
        pointer-events: none;
        z-index: 1;
    }

.partner-card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.9rem 1.1rem 0.72rem;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    opacity: 0;
    transform: translateY(14px);
    transition: transform 0.5s ease;
}

    .partner-card-overlay::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(20, 24, 46, 0.34);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        z-index: -1;
    }

    .partner-card-overlay h3 {
        margin: 0;
        font-size: 24px;
        letter-spacing: 5px;
        font-weight: 900;
        text-transform: uppercase;
        line-height: 32px;
    }

    .partner-card-overlay p {
        margin: 0.42rem auto 0;
        font-size: 0.77rem;
        line-height: 1.4;
        color: rgba(255, 255, 255, 0.92);
        max-width: 94%;
    }

.partner-card:hover img,
.partner-card:focus-within img {
    transform: scale(1.03);
}

.partner-card:hover .partner-card-overlay,
.partner-card:focus-within .partner-card-overlay {
    opacity: 1;
    transform: translateY(0);
}


.partner-collab-cta-wrap {
    margin-top: 2.1rem;
    display: flex;
    justify-content: center;
}

.partner-collab-cta {
    border: 2px solid #1c2fe4;
    border-radius: 10px;
    background: transparent;
    color: #0b23db;
    min-width: 295px;
    height: 64px;
    font-size: 1.1rem;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .partner-collab-cta:hover {
        background: #0b23db;
        color: #ffffff;
    }

@media (max-width: 1199.98px) {
    .partner-cards-grid {
        gap: 1.25rem;
    }

    .partner-card {
        min-height: 154px;
    }
}

@media (max-width: 991.98px) {
    .partner-collaborations-section {
        padding: 3.4rem 0 3.6rem;
    }

    .partner-collab-eyebrow {
        font-size: 12px;
        letter-spacing: 2.4px;
    }

    .partner-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .partner-collab-title {
        font-size: clamp(1.9rem, 8vw, 2.35rem);
    }

    .partner-collab-subtitle {
        font-size: 1rem;
    }

    .partner-cards-grid {
        grid-template-columns: 1fr;
        gap: 0.95rem;
    }

    .partner-card,
    .partner-card img {
        min-height: 200px;
    }

    .partner-card-overlay {
        opacity: 1;
        transform: translateY(0);
    }

        .partner-card-overlay h3 {
            font-size: 1.5rem;
            letter-spacing: 3.2px;
        }

    .partner-collab-cta {
        min-width: 100%;
        height: 56px;
        font-size: 1.1rem;
    }
}

.faq-section {
    background: #ffffff;
    color: #101321;
    padding: 2.5rem 0 4.2rem;
}

.faq-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.faq-header {
    margin-bottom: 2.4rem;
}

.faq-eyebrow {
    margin: 0 0 0.65rem;
    color: #0018d8;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.faq-title {
    margin: 0;
    color: #131620;
    font-weight: 800;
    font-size: clamp(2.25rem, 3.4vw, 3.2rem);
    letter-spacing: -0.8px;
}

.faq-subtitle {
    margin: 0.5rem 0 0;
    font-size: 1.05rem;
    color: #4b4f5e;
}

.faq-list {
    width: min(100%, 1060px);
    margin: 0 auto;
    display: grid;
    gap: 0.7rem;
}

.faq-item {
    border: 1.8px solid #2939e5;
    border-radius: 16px;
    background: #ffffff;
    overflow: clip;
}

.faq-trigger {
    width: 100%;
    background: transparent;
    border: 0;
    color: #171b2a;
    text-align: left;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
}

    .faq-trigger > span:first-child {
        font-size: 1rem;
        line-height: 1.35;
    }

.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #1529db;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

    .faq-icon svg {
        width: 100%;
        height: 100%;
    }

.faq-answer {
    display: none;
}

    .faq-answer p {
        margin: 0;
        padding: 0 1.5rem 1.25rem;
        color: #3e4457;
        font-size: 0.88rem;
        line-height: 1.45;
        max-width: 95%;
    }

.faq-item.is-open .faq-answer {
    display: block;
}

.faq-item.is-open .faq-trigger {
    color: #0b1fd8;
}

.faq-item.is-open .faq-icon {
    transform: rotate(0deg);
}

.faq-item:not(.is-open) .faq-icon {
    transform: rotate(180deg);
}

.faq-cta-wrap {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.faq-cta {
    border: 2px solid #1d2de1;
    border-radius: 9px;
    min-width: 224px;
    height: 58px;
    background: transparent;
    color: #1024da;
    font-size: 0.98rem;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .faq-cta:hover {
        background: #1024da;
        color: #ffffff;
    }

@media (max-width: 991.98px) {
    .faq-section {
        padding: 3.4rem 0 4.4rem;
    }

    .faq-header {
        margin-bottom: 1.8rem;
    }

    .faq-eyebrow {
        font-size: 12px;
        letter-spacing: 2.4px;
    }

    .faq-trigger {
        min-height: 80px;
        font-size: 1.8rem;
        padding: 1rem 1.2rem;
    }

        .faq-trigger > span:first-child {
            font-size: 0.98rem;
        }

    .faq-answer p {
        padding: 0 1.2rem 1.15rem;
        font-size: 0.85rem;
        max-width: 100%;
    }

    .faq-cta {
        height: 54px;
        min-width: 210px;
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .faq-title {
        font-size: clamp(1.9rem, 8vw, 2.45rem);
    }

    .faq-subtitle {
        font-size: 0.96rem;
    }

    .faq-list {
        gap: 1.05rem;
    }

    .faq-item {
        border-radius: 22px;
        border: 1.5px solid #d1d6df;
        background: #ffffff;
    }

        .faq-item.is-open {
            border-color: #2a3cff;
        }

    .faq-trigger {
        min-height: 95px;
        font-size: 1.6rem;
        line-height: 1.35;
        padding: 1.05rem 1.25rem;
    }

    .faq-item.is-open .faq-trigger {
        min-height: unset;
        padding: 1.05rem 1.25rem 0.4rem;
        align-items: flex-start;
    }

    .faq-trigger > span:first-child {
        font-size: 1rem;
        font-weight: 700;
    }

    .faq-icon {
        width: 22px;
        height: 22px;
        color: #97a0b0;
    }

    .faq-item.is-open .faq-icon {
        color: #1730e4;
        margin-top: 0.05rem;
    }

    .faq-answer p {
        padding: 0 1.25rem 1.3rem;
        font-size: 0.73rem;
        line-height: 1.52;
        color: #4b5568;
    }

    .faq-cta {
        width: 100%;
        min-width: 0;
        font-size: 1rem;
    }
}

.hiw-section {
    position: relative;
    padding: 6rem 0 7.5rem;
    background-color: #1D1F2A;
    color: var(--text-main);
    overflow: hidden;
}

.hiw-bg-car {
    position: absolute;
    top: 0;
    right: 0;
    width: 62%;
    height: 100%;
    background: var(--hiw-bg-image) right center / contain no-repeat;
    opacity: 1.5;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0;
}

.hiw-shell {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    margin: 0 auto;
}

.hiw-header {
    margin-bottom: 3.8rem;
}

.hiw-eyebrow {
    margin: 0 0 1rem;
    color: #7e8fb5;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.hiw-title {
    margin: 0 0 0.55rem;
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -1.5px;
    color: #ffffff;
    line-height: 1.08;
}

.hiw-subtitle {
    margin: 0;
    font-size: 1rem;
    color: #7c8399;
    font-weight: 400;
}

.hiw-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.75rem;
}

.hiw-card {
    position: relative;
    background: #0a0b14;
    border-radius: 20px;
    padding: 2.8rem 2.4rem 3rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0 1px rgba(80, 105, 220, 0.22), 0 2px 0 1px rgba(60, 80, 200, 0.45), 0 12px 40px rgba(0, 0, 60, 0.5);
    transition: box-shadow 0.3s ease;
}

    .hiw-card:hover {
        box-shadow: 0 0 0 1px rgba(110, 135, 255, 0.45), 0 2px 0 1px rgba(80, 110, 240, 0.6), 0 16px 50px rgba(0, 0, 80, 0.65);
    }

.hiw-icon-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    color: #8b9fe8;
}

.hiw-card-title {
    margin: 0 0 0.9rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.2px;
    line-height: 1.3;
}

.hiw-card-desc p {
    margin: 0 0 1.4rem;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #c9cedd;
    font-weight: 400;
}

@media (max-width: 1199.98px) {
    .hiw-cards {
        gap: 2.25rem;
    }

    .hiw-card {
        padding: 2.2rem 1.8rem 2.4rem;
    }
}

@media (max-width: 991.98px) {
    .hiw-section {
        padding: 4.5rem 0 5rem;
    }

    .hiw-header {
        margin-bottom: 2.5rem;
    }

    .hiw-bg-car {
        width: 100%;
        opacity: 0.1;
    }

    .hiw-cards {
        grid-template-columns: 1fr;
        max-width: 540px;
        gap: 1.2rem;
    }

    .hiw-card {
        padding: 2rem 1.75rem 2.2rem;
    }

    .hiw-eyebrow {
        font-size: 12px;
        letter-spacing: 2.6px;
    }
}

@media (max-width: 767.98px) {
    .hiw-section {
        padding: 3.4rem 0 4.5rem;
    }

    .hiw-title {
        font-size: clamp(2rem, 9vw, 2.6rem);
    }

    .hiw-subtitle {
        font-size: 0.96rem;
    }

    .hiw-cards {
        max-width: 100%;
    }

    .hiw-card {
        padding: 1.75rem 1.5rem 2rem;
    }

    .hiw-card-title {
        font-size: 1.2rem;
    }

    .hiw-bg-car {
        display: none;
    }
}

.site-footer {
    background: #000000;
    color: #f5f5f5;
    padding: 3.7rem 0 0;
    margin-top: auto;
}

.site-footer-shell {
    max-width: 1240px;
    margin: 0 auto;
}

.site-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.75fr) minmax(0, 0.95fr);
    gap: 2.75rem;
    align-items: start;
    padding-bottom: 2.2rem;
}

.site-footer-brand {
    max-width: 320px;
}

.site-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 1.75rem;
}

    .site-footer-logo img {
        width: 142px;
        height: auto;
        display: block;
    }

.site-footer-address {
    margin: 0;
    font-style: normal;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    font-size: 1.02rem;
}

.site-footer-socials {
    display: flex;
    gap: 0.95rem;
    margin-top: 2rem;
}

.site-footer-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .site-footer-social svg {
        width: 16px;
        height: 16px;
    }

    .site-footer-social img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .site-footer-social:hover {
        color: #ffffff;
        transform: translateY(-1px);
    }

.site-footer-legal,
.site-footer-app {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.site-footer-title {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
}

.site-footer-legal a {
    width: fit-content;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.98rem;
    transition: color 0.2s ease;
}

    .site-footer-legal a:hover {
        color: #ffffff;
    }

.store-download {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 172px);
    gap: 0.8rem;
    align-items: start;
    margin-top: 0.25rem;
    width: 100%;
    max-width: 100%;
}

.store-badges {
    display: grid;
    gap: 0.9rem;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    min-height: 62px;
    padding: 0.55rem 2.5rem 0.55rem 1.05rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.44);
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
    min-width: 0;
    background: #050505;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    position: relative;
}

    .store-badge::after {
        content: "";
        position: absolute;
        right: 0.95rem;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid rgba(255, 255, 255, 0.92);
        transform: translateY(-50%);
        opacity: 0;
    }

    .store-badge.is-active {
        border-color: rgba(255, 255, 255, 0.9);
        background: #0b0b0b;
    }

        .store-badge.is-active::after {
            opacity: 1;
        }

.store-badge-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.store-badge-kicker {
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.88);
}

.store-badge-name {
    margin-top: 0.15rem;
    font-size: 1.16rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}


.store-qr {
    display: inline-flex;
    width: 172px;
    height: 172px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: #ffffff;
    text-decoration: none;
}

    .store-qr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.contracts-section {
    padding: 25px 120px;
}

.breadcrumb-section {
    padding: 1rem 0;
}

.breadcrumb-container {
    font-size: 0.95rem;
}

.breadcrumb-link {
    color: rgba(0, 0, 119, 1);
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}

    .breadcrumb-link:hover {
        color: #0052a3;
    }

.breadcrumb-separator {
    color: #999;
}

.contract-tabs-container {
    overflow-x: auto;
    scrollbar-width: none;
}

    .contract-tabs-container::-webkit-scrollbar {
        display: none;
    }

.contract-tabs-wrapper {
    gap: 1.5rem;
}

.contract-tab {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.15px;
    text-align: center;
    padding: 0.75rem 0;
    color: #666;
    text-decoration: none;
    transition: all 0.1s;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}

.contract-tab:hover {
    color: #0066cc;
}

    .contract-tab.active {
        color: rgba(0, 0, 214, 1);
        border-bottom-color: rgba(0, 0, 214, 1);
        font-weight: 700;
    }

.contract-meta {
    font-size: 0.9rem;
}

.contract-note {
    background: rgba(191, 194, 255, 0.2);
    color: rgba(17, 19, 29, 1);
    border-radius: 10px;
    border: 1px solid var(--Secondary-Color, rgba(191, 194, 255, 1));
    margin-top: 2rem;
    font-size: small;
}

.rich-text-content {
    line-height: 1.6;
    color: #333;
}

    .rich-text-content h1,
    .rich-text-content h2,
    .rich-text-content h3,
    .rich-text-content h4,
    .rich-text-content h5,
    .rich-text-content h6 {
        margin: 1.5rem 0 1rem;
        color: #222;
    }


    .rich-text-content table {
        width: 100% !important;
        max-width: 100%;
        table-layout: fixed;
    }

    .rich-text-content th,
    .rich-text-content td {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .rich-text-content ul,
    .rich-text-content ol {
        margin: 1rem 0 1rem 2rem;
    }

    .rich-text-content li {
        margin-bottom: 0.5rem;
    }

    .rich-text-content a {
        color: #0066cc;
        text-decoration: none;
    }

        .rich-text-content a:hover {
            text-decoration: underline;
        }

@media (max-width: 767.98px) {
    .contracts-section {
        padding: 1rem 1.2rem;
    }

    .breadcrumb-section {
        padding: 0 0 0rem;
    }

    .breadcrumb-container {
        font-size: 0.9rem;
        flex-wrap: wrap;
        gap: 0.4rem !important;
        align-items: center;
        row-gap: 0.35rem;
        color: #11131d;
    }

        .breadcrumb-container > img:first-child {
            width: 16px;
            height: 16px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .breadcrumb-container > img:nth-child(2) {
            width: 10px;
            height: 10px;
        }

    .contract-tabs-section {
        margin-bottom: 1.25rem !important;
    }

    .contract-tabs-wrapper {
        gap: 0.65rem !important;
        flex-wrap: wrap;
        border-bottom: 0 !important;
        padding-bottom: 10px;
    }

    .contract-tab {
        display: inline-flex;
        transition: all 0s;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        padding: 0.7rem 1rem;
        font-size: 0.9rem;
        font-weight: 600;
        line-height: 1.2;
        color: #34384a;
        background: #ffffff;
        border: 1px solid #c7ceff;
        border-radius: 999px;
    }

        .contract-tab:hover {
            color: #0018d8;
            border-color: #7b88ff;
            background: #f7f8ff;
        }

        .contract-tab.active {
            color: #ffffff;
            background: rgba(0, 0, 214, 1);
            border-color: rgba(0, 0, 214, 1);
        }

    .contract-content-section {
        max-width: 100%;
    }

    .contract-meta {
        font-size: 0.88rem;
        margin-bottom: 1rem !important;
        color: #5e6475;
    }

    .contract-description {
        color: #2f3342;
    }

    .rich-text-content {
        line-height: 1.65;
        max-width: 100%;
        overflow-x: hidden;
    }

        .rich-text-content table {
            display: block;
            width: 100% !important;
            max-width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            border-collapse: collapse;
        }

            .rich-text-content table > tbody {
                display: table;
                width: max-content;
                min-width: 100%;
            }

        .rich-text-content th,
        .rich-text-content td {
            white-space: nowrap;
        }

        .rich-text-content h1,
        .rich-text-content h2,
        .rich-text-content h3,
        .rich-text-content h4,
        .rich-text-content h5,
        .rich-text-content h6 {
            line-height: 1.25;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .rich-text-content h1 {
            font-size: 1.75rem;
            margin-top: 1.75rem;
        }

        .rich-text-content h2 {
            font-size: 1.55rem;
        }

        .rich-text-content h3 {
            font-size: 1.3rem;
        }

        .rich-text-content h4,
        .rich-text-content h5,
        .rich-text-content h6 {
            font-size: 1.1rem;
        }

        .rich-text-content p,
        .rich-text-content li {
            font-size: 0.98rem;
            line-height: 1.6;
        }

        .rich-text-content ul,
        .rich-text-content ol {
            margin: 0.9rem 0 0.9rem 1.25rem;
        }

    .contract-note {
        padding: 1rem 1rem;
        font-size: small;
    }
}

@media (max-width: 420px) {
    .contract-tab {
        font-size: 0.85rem;
        padding-inline: 0.9rem;
    }
}

.site-footer-bottom {
    border-top: 1px solid #0000d6;
    margin-top: 1.2rem;
    padding: 1.15rem 0 1.3rem;
}

.site-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

    .site-footer-bottom-inner p {
        margin: 0;
    }

@media (max-width: 991.98px) {
    .site-footer {
        padding: 3rem 0 0;
    }

    .site-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .site-footer-brand {
        grid-column: 1 / -1;
        max-width: 100%;
    }

    .site-footer-logo img {
        width: 160px;
    }

    .site-footer-address {
        font-size: 0.98rem;
    }

    .store-download {
        grid-template-columns: 240px 148px;
        gap: 0.7rem;
    }

    .store-badge {
        width: 100%;
        max-width: 240px;
        min-height: 56px;
    }

    .store-qr {
        width: 148px;
        height: 148px;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        padding: 2.7rem 0 0;
    }

    .site-footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding-bottom: 1.4rem;
    }

    .site-footer-address {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .site-footer-socials {
        margin-top: 1.6rem;
    }

    .site-footer-title {
        font-size: 1.05rem;
    }

    .store-download {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        max-width: 260px;
    }

    .store-badges {
        max-width: 260px;
    }

    .store-badge {
        padding-right: 1.05rem;
    }

        .store-badge::after {
            display: none;
        }

    .store-qr {
        display: none;
    }

    .site-footer-bottom {
        margin-top: 0.95rem;
        padding: 1.05rem 0 1.2rem;
    }

    .site-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
        font-size: 12px;
    }

    .footer-signature {
        order: 1;
    }

    .footer-copy {
        order: 2;
    }
}
