:root {
    --fp-navy: #08172d;
    --fp-blue: #2563eb;
    --fp-blue-dark: #1949b8;
    --fp-cyan: #38bdf8;
    --fp-gold: #f5b942;
    --fp-ink: #13213a;
    --fp-muted: #5e6c84;
    --fp-paper: #f5f8ff;
}

.fp-landing-page {
    margin: 0;
    background: #fff;
    color: var(--fp-ink);
}

.fp-landing-page *,
.fp-landing-page *::before,
.fp-landing-page *::after {
    box-sizing: border-box;
}

.fp-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.fp-narrow {
    max-width: 850px;
    text-align: center;
}

.fp-section {
    padding: 96px 0;
}

.fp-section-label,
.fp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--fp-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.fp-section-label::before,
.fp-kicker::before {
    width: 24px;
    height: 2px;
    content: "";
    background: currentColor;
}

.fp-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: 98px 0 138px;
    background:
        linear-gradient(128deg, rgba(4, 15, 35, .98), rgba(13, 45, 100, .96)),
        radial-gradient(circle at 80% 20%, #2563eb, transparent 40%);
    color: #fff;
    isolation: isolate;
}

.fp-hero::after {
    position: absolute;
    right: -10%;
    bottom: -240px;
    left: -10%;
    z-index: -1;
    height: 310px;
    border-radius: 50% 50% 0 0;
    background: #fff;
    content: "";
}

.fp-orb {
    position: absolute;
    z-index: -2;
    border-radius: 999px;
    filter: blur(2px);
    opacity: .45;
}

.fp-orb-one {
    top: -140px;
    right: -70px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(56, 189, 248, .55), transparent 67%);
}

.fp-orb-two {
    bottom: 20px;
    left: -180px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, .5), transparent 68%);
}

.fp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 76px;
    align-items: center;
}

.fp-kicker {
    color: #8bd8ff;
}

.fp-hero h1 {
    max-width: 780px;
    margin: 0;
    color: #fff;
    font-size: clamp(52px, 6vw, 84px);
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: .99;
}

.fp-hero h1 span {
    color: transparent;
    background: linear-gradient(90deg, #fff 0%, #89dcff 45%, #8fb4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.fp-lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: #c9d6ec;
    font-size: 19px;
    line-height: 1.75;
}

.fp-hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.fp-btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fp-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.fp-btn-primary {
    background: var(--fp-blue);
    box-shadow: 0 16px 34px rgba(37, 99, 235, .32);
    color: #fff !important;
}

.fp-btn-primary:hover {
    background: var(--fp-blue-dark);
}

.fp-btn-ghost {
    border-color: rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .06);
    color: #fff !important;
    backdrop-filter: blur(12px);
}

.fp-btn-light {
    background: #fff;
    box-shadow: 0 16px 34px rgba(4, 15, 35, .22);
    color: var(--fp-blue-dark) !important;
}

.fp-trust-row {
    display: flex;
    gap: 20px;
    margin-top: 38px;
    flex-wrap: wrap;
    color: #9fb0cc;
    font-size: 13px;
}

.fp-trust-row span {
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, .14);
}

.fp-trust-row span:last-child {
    padding-right: 0;
    border-right: 0;
}

.fp-trust-row b {
    color: #fff;
}

.fp-hero-visual {
    position: relative;
    min-height: 470px;
}

.fp-badge-card {
    position: absolute;
    top: 10px;
    right: 20px;
    width: min(100%, 420px);
    padding: 44px 38px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .04));
    box-shadow: 0 34px 80px rgba(0, 0, 0, .35);
    text-align: center;
    backdrop-filter: blur(18px);
    transform: rotate(2deg);
}

.fp-badge-card::before {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    content: "";
    pointer-events: none;
}

.fp-badge-card img {
    display: block;
    width: min(240px, 80%);
    max-height: 150px;
    margin: 22px auto 24px;
    object-fit: contain;
}

.fp-card-eyebrow {
    color: #91dfff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.fp-badge-card h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.18;
}

.fp-badge-card p {
    margin: 16px 0 0;
    color: #aebdd5;
    font-size: 14px;
    line-height: 1.65;
}

.fp-floating-note {
    position: absolute;
    z-index: 2;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    background: rgba(8, 23, 45, .88);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
    color: #d9e6f8;
    font-size: 12px;
    font-weight: 750;
    backdrop-filter: blur(10px);
}

.fp-note-one {
    top: 54px;
    left: -20px;
}

.fp-note-two {
    right: -10px;
    bottom: 8px;
}

.fp-intro {
    padding-top: 58px;
}

.fp-intro h2,
.fp-section-heading h2,
.fp-exchange h2,
.fp-terms h2,
.fp-final-cta h2 {
    margin: 0;
    color: var(--fp-ink);
    font-size: clamp(34px, 4.2vw, 54px);
    letter-spacing: -.04em;
    line-height: 1.1;
}

.fp-intro p {
    margin: 24px auto 0;
    color: var(--fp-muted);
    font-size: 19px;
    line-height: 1.8;
}

.fp-benefits {
    background: var(--fp-paper);
}

.fp-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 44px;
}

.fp-section-heading > p,
.fp-section-heading > div > p {
    max-width: 510px;
    margin: 0;
    color: var(--fp-muted);
    font-size: 16px;
    line-height: 1.7;
}

.fp-section-heading-center {
    justify-content: center;
    text-align: center;
}

.fp-section-heading-center > div > p {
    margin: 18px auto 0;
}

.fp-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.fp-feature-card {
    position: relative;
    min-height: 245px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #dfe6f3;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(19, 33, 58, .05);
}

.fp-feature-highlight {
    border-color: transparent;
    background: linear-gradient(135deg, #164ab9, #2772e8);
    color: #fff;
}

.fp-feature-number {
    display: block;
    margin-bottom: 38px;
    color: var(--fp-blue);
    font-size: 13px;
    font-weight: 900;
}

.fp-feature-highlight .fp-feature-number {
    color: #9cddff;
}

.fp-feature-card h3 {
    margin: 0 0 12px;
    color: var(--fp-ink);
    font-size: 25px;
    letter-spacing: -.02em;
}

.fp-feature-highlight h3 {
    color: #fff;
}

.fp-feature-card p {
    max-width: 480px;
    margin: 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.fp-feature-highlight p {
    color: #d6e7ff;
}

.fp-exchange {
    background: var(--fp-navy);
    color: #fff;
}

.fp-exchange-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 86px;
    align-items: center;
}

.fp-exchange .fp-section-label {
    color: #79d4ff;
}

.fp-exchange h2 {
    color: #fff;
}

.fp-exchange-copy > p {
    margin: 22px 0 0;
    color: #aebdd5;
    font-size: 17px;
    line-height: 1.8;
}

.fp-text-link {
    display: inline-flex;
    gap: 10px;
    margin-top: 28px;
    color: #7bd5ff;
    font-weight: 800;
    text-decoration: none;
}

.fp-text-link:hover {
    color: #fff;
}

.fp-checklist {
    display: grid;
    gap: 12px;
}

.fp-checklist > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 14px;
    background: rgba(255, 255, 255, .045);
}

.fp-checklist span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    background: rgba(56, 189, 248, .13);
    color: #7bd5ff;
    font-weight: 900;
}

.fp-checklist p {
    margin: 0;
    color: #afbdd2;
    line-height: 1.65;
}

.fp-checklist strong {
    color: #fff;
}

.fp-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.fp-steps::before {
    position: absolute;
    top: 26px;
    right: 10%;
    left: 10%;
    z-index: -1;
    height: 1px;
    background: #cbd7ea;
    content: "";
}

.fp-steps article {
    text-align: center;
}

.fp-steps article > span {
    display: grid;
    width: 54px;
    height: 54px;
    margin: 0 auto 24px;
    place-items: center;
    border: 6px solid #fff;
    border-radius: 50%;
    background: var(--fp-blue);
    box-shadow: 0 8px 22px rgba(37, 99, 235, .25);
    color: #fff;
    font-weight: 900;
}

.fp-steps h3 {
    margin: 0 0 10px;
    color: var(--fp-ink);
    font-size: 21px;
}

.fp-steps p {
    margin: 0;
    color: var(--fp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.fp-join {
    background: var(--fp-paper);
}

.fp-join-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 980px;
    margin: 0 auto;
}

.fp-join-card {
    display: flex;
    min-height: 560px;
    flex-direction: column;
    align-items: flex-start;
    padding: 42px;
    border: 1px solid #dbe4f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(19, 33, 58, .08);
}

.fp-join-card-accent {
    border-color: transparent;
    background: linear-gradient(145deg, #0c2858, #164eb4);
    color: #fff;
}

.fp-join-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 26px;
    place-items: center;
    border-radius: 18px;
    background: #eaf2ff;
    color: var(--fp-blue);
    font-size: 32px;
}

.fp-join-card-accent .fp-join-icon {
    background: rgba(255, 255, 255, .11);
    color: #8ad9ff;
}

.fp-status {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fp-status.is-active {
    background: #dcfce7;
    color: #166534;
}

.fp-status.is-inactive {
    background: #f1f5f9;
    color: #64748b;
}

.fp-join-card-accent .fp-status.is-active {
    background: rgba(134, 239, 172, .14);
    color: #b7f7cd;
}

.fp-join-card-accent .fp-status.is-inactive {
    background: rgba(255, 255, 255, .1);
    color: #cad7ea;
}

.fp-join-card h3 {
    margin: 0;
    color: var(--fp-ink);
    font-size: 33px;
    letter-spacing: -.03em;
}

.fp-join-card-accent h3 {
    color: #fff;
}

.fp-join-card > p {
    margin: 16px 0 0;
    color: var(--fp-muted);
    line-height: 1.7;
}

.fp-join-card-accent > p {
    color: #c7d7ee;
}

.fp-join-card ul {
    display: grid;
    gap: 12px;
    width: 100%;
    margin: 26px 0 32px;
    padding: 24px 0;
    border-top: 1px solid #e5ebf4;
    border-bottom: 1px solid #e5ebf4;
    list-style: none;
}

.fp-join-card-accent ul {
    border-color: rgba(255, 255, 255, .13);
}

.fp-join-card li {
    position: relative;
    padding-left: 24px;
    color: #45536a;
    font-size: 14px;
}

.fp-join-card-accent li {
    color: #d7e4f5;
}

.fp-join-card li::before {
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--fp-blue);
    content: "✓";
    font-weight: 900;
}

.fp-join-card-accent li::before {
    color: #7bd5ff;
}

.fp-join-card .fp-btn {
    width: 100%;
    margin-top: auto;
}

.fp-terms-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 72px;
    align-items: center;
}

.fp-terms-card {
    padding: 34px;
    border-left: 4px solid var(--fp-blue);
    border-radius: 0 16px 16px 0;
    background: var(--fp-paper);
}

.fp-terms-card p {
    margin: 0;
    color: var(--fp-muted);
    line-height: 1.75;
}

.fp-terms-card p + p {
    margin-top: 18px;
}

.fp-final-cta {
    padding: 64px 0;
    background: linear-gradient(110deg, #1145a7, #246fe4);
    color: #fff;
}

.fp-final-inner {
    display: grid;
    grid-template-columns: 130px 1fr auto;
    gap: 32px;
    align-items: center;
}

.fp-final-inner img {
    width: 125px;
    max-height: 86px;
    object-fit: contain;
}

.fp-final-cta .fp-section-label {
    margin-bottom: 10px;
    color: #bceaff;
}

.fp-final-cta h2 {
    color: #fff;
}

.fp-final-cta p {
    margin: 10px 0 0;
    color: #d8e7ff;
}

@media (max-width: 980px) {
    .fp-hero-grid,
    .fp-exchange-grid,
    .fp-terms-grid {
        grid-template-columns: 1fr;
    }

    .fp-hero {
        padding-top: 78px;
    }

    .fp-hero-grid {
        gap: 34px;
    }

    .fp-hero-visual {
        width: min(100%, 540px);
        min-height: 420px;
        margin: 0 auto;
    }

    .fp-badge-card {
        right: 50%;
        transform: translateX(50%) rotate(1deg);
    }

    .fp-exchange-grid,
    .fp-terms-grid {
        gap: 42px;
    }

    .fp-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 42px 20px;
    }

    .fp-steps::before {
        display: none;
    }
}

@media (max-width: 720px) {
    .fp-shell {
        width: min(100% - 28px, 1180px);
    }

    .fp-section {
        padding: 68px 0;
    }

    .fp-hero {
        min-height: auto;
        padding: 64px 0 128px;
    }

    .fp-hero h1 {
        font-size: clamp(44px, 13.5vw, 64px);
    }

    .fp-lead {
        font-size: 17px;
    }

    .fp-trust-row {
        display: grid;
        gap: 10px;
    }

    .fp-trust-row span {
        padding-right: 0;
        border-right: 0;
    }

    .fp-hero-visual {
        min-height: 440px;
    }

    .fp-badge-card {
        width: calc(100% - 14px);
        padding: 36px 24px;
    }

    .fp-note-one {
        top: 8px;
        left: 0;
    }

    .fp-note-two {
        right: 0;
        bottom: 6px;
    }

    .fp-section-heading {
        display: block;
    }

    .fp-section-heading > p {
        margin-top: 18px;
    }

    .fp-card-grid,
    .fp-join-grid {
        grid-template-columns: 1fr;
    }

    .fp-feature-card {
        min-height: 220px;
        padding: 28px;
    }

    .fp-join-card {
        min-height: 0;
        padding: 32px 26px;
    }

    .fp-steps {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fp-final-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fp-final-inner img {
        margin: 0 auto;
    }

    .fp-final-inner .fp-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fp-btn {
        transition: none;
    }
}
