:root {
    --nxa-bg: #060b18;
    --nxa-bg-2: #091426;
    --nxa-surface: rgba(255, 255, 255, 0.08);
    --nxa-surface-2: rgba(255, 255, 255, 0.12);
    --nxa-text: #f8fbff;
    --nxa-text-dark: #111827;
    --nxa-muted: #afbdd3;
    --nxa-muted-dark: #536174;
    --nxa-line: rgba(255, 255, 255, 0.16);
    --nxa-line-dark: rgba(15, 23, 42, 0.12);
    --nxa-accent: #7c3aed;
    --nxa-accent-2: #00e1ff;
    --nxa-accent-3: #10b981;
    --nxa-warning: #ffd166;
    --nxa-radius: 26px;
    --nxa-radius-sm: 16px;
    --nxa-shadow: 0 30px 90px rgba(2, 8, 23, 0.24);
    --nxa-shadow-strong: 0 32px 100px rgba(0, 225, 255, 0.18);
}

.nxa-main {
    background: #f5f8fc;
    color: var(--nxa-text-dark);
    overflow: hidden;
}

.nxa-container {
    width: min(1140px, calc(100% - 32px));
    margin-inline: auto;
}

.nxa-hero {
    position: relative;
    overflow: hidden;
    color: var(--nxa-text);
    background:
        radial-gradient(circle at 8% 10%, rgba(124, 58, 237, 0.45), transparent 30rem),
        radial-gradient(circle at 84% 12%, rgba(0, 225, 255, 0.35), transparent 28rem),
        linear-gradient(135deg, #060b18, #0a1530 48%, #081c27);
    padding: clamp(66px, 9vw, 124px) 0 clamp(54px, 7vw, 98px);
    isolation: isolate;
}

.nxa-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 88%);
    z-index: -2;
}

.nxa-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(4px);
    opacity: 0.7;
    z-index: -1;
}

.nxa-orb-one {
    width: 260px;
    height: 260px;
    right: 8%;
    top: 22%;
    background: radial-gradient(circle, rgba(0, 225, 255, .42), transparent 67%);
}

.nxa-orb-two {
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: -130px;
    background: radial-gradient(circle, rgba(124, 58, 237, .42), transparent 67%);
}

.nxa-hero-grid,
.nxa-two-cols,
.nxa-lead-box {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: clamp(28px, 5vw, 66px);
    align-items: center;
}

.nxa-hero-copy,
.nxa-hero-card,
.nxa-section > .nxa-container,
.nxa-final-cta > .nxa-container {
    position: relative;
    z-index: 1;
}

.nxa-kicker {
    margin: 0 0 14px;
    color: #135e75;
    font-weight: 900;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.nxa-hero .nxa-kicker,
.nxa-final-cta .nxa-kicker,
.nxa-video-section .nxa-kicker {
    color: #9cffcf;
}

.nxa-hero h1,
.nxa-section h1,
.nxa-section h2,
.nxa-final-cta h2 {
    letter-spacing: -0.045em;
    line-height: 0.98;
    margin: 0 0 18px;
}

.nxa-hero h1 {
    font-size: clamp(2.55rem, 6.2vw, 5.95rem);
    max-width: 980px;
}

.nxa-section h1 {
    font-size: clamp(2.25rem, 5vw, 4.7rem);
    max-width: 980px;
}

.nxa-section h2,
.nxa-final-cta h2 {
    font-size: clamp(2rem, 4.2vw, 4rem);
    max-width: 900px;
}

.nxa-hero-text,
.nxa-section-heading p,
.nxa-two-cols p,
.nxa-final-cta p {
    font-size: clamp(1.03rem, 1.55vw, 1.22rem);
    line-height: 1.7;
}

.nxa-hero-text {
    color: var(--nxa-muted);
    max-width: 720px;
}

.nxa-hero-actions,
.nxa-center-cta,
.nxa-final-actions {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

.nxa-btn,
.nxa-sticky-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none !important;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.nxa-btn:hover,
.nxa-sticky-link:hover {
    transform: translateY(-2px);
}

.nxa-btn-primary,
.nxa-sticky-link {
    color: #041018 !important;
    background: linear-gradient(135deg, #9cffcf, #00e1ff 45%, #f8fdff);
    box-shadow: 0 16px 46px rgba(0, 225, 255, 0.24);
}

.nxa-btn-secondary {
    color: #ffffff !important;
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.22);
    backdrop-filter: blur(16px);
}

.nxa-section .nxa-btn-secondary,
.nxa-card .nxa-btn-secondary {
    color: #111827 !important;
    background: #ffffff;
    border-color: rgba(15, 23, 42, .12);
    box-shadow: 0 14px 38px rgba(15, 23, 42, .08);
}

.nxa-coupon {
    margin-top: 20px;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px dashed rgba(255,255,255,.42);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.nxa-disclosure {
    max-width: 780px;
    margin: 18px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: var(--nxa-radius-sm);
    color: var(--nxa-muted);
    background: rgba(255,255,255,.06);
    line-height: 1.55;
}

.nxa-section .nxa-disclosure {
    color: var(--nxa-muted-dark);
    background: #fff;
    border-color: var(--nxa-line-dark);
}

.nxa-hero-card,
.nxa-form-card,
.nxa-final-card {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--nxa-radius);
    background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.07));
    box-shadow: var(--nxa-shadow-strong);
    backdrop-filter: blur(18px);
}

.nxa-hero-card {
    padding: clamp(24px, 4vw, 38px);
}

.nxa-hero-card h2 {
    color: #fff;
    margin-top: 18px;
}

.nxa-score-ring {
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, #07111f 54%, transparent 55%),
        conic-gradient(#9cffcf 0 83%, rgba(255,255,255,.2) 83% 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.nxa-score-ring span {
    font-size: 2rem;
    font-weight: 950;
}

.nxa-score-ring small {
    margin-top: -34px;
    color: var(--nxa-muted);
}

.nxa-check-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.nxa-check-list li {
    position: relative;
    padding-left: 30px;
    margin: 12px 0;
    color: var(--nxa-muted);
}

.nxa-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: #9cffcf;
    color: #06111c;
    font-weight: 900;
    font-size: .78rem;
}

.nxa-check-dark li {
    color: var(--nxa-muted-dark);
}

.nxa-trustbar {
    margin-top: -30px;
    position: relative;
    z-index: 4;
}

.nxa-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding: 16px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--nxa-shadow);
    border: 1px solid rgba(15, 23, 42, .08);
}

.nxa-trust-grid div {
    padding: 16px;
    border-radius: 18px;
    background: #f7faff;
}

.nxa-trust-grid strong,
.nxa-trust-grid span {
    display: block;
}

.nxa-trust-grid strong {
    font-size: .98rem;
    color: #0f172a;
}

.nxa-trust-grid span {
    margin-top: 4px;
    color: var(--nxa-muted-dark);
    font-size: .9rem;
}

.nxa-section {
    padding: clamp(56px, 8vw, 104px) 0;
}

.nxa-section-alt {
    background: linear-gradient(180deg, #f5f8fc, #eef4ff);
}

.nxa-section-heading {
    max-width: 820px;
    margin-bottom: 34px;
}

.nxa-section-heading p,
.nxa-two-cols p {
    color: var(--nxa-muted-dark);
}

.nxa-proof-list {
    display: grid;
    gap: 14px;
}

.nxa-proof-list div {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .09);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    color: #243044;
}

.nxa-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--nxa-shadow);
    border: 1px solid rgba(15, 23, 42, .08);
}

.nxa-compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.nxa-compare-table th,
.nxa-compare-table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    vertical-align: top;
}

.nxa-compare-table th {
    color: #fff;
    background: #081426;
    font-size: .92rem;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.nxa-compare-table tr:last-child td {
    border-bottom: 0;
}

.nxa-center-cta {
    justify-content: center;
}

.nxa-step-grid,
.nxa-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.nxa-step-card,
.nxa-card {
    position: relative;
    padding: 28px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .09);
    box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.nxa-step-card span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #eef2ff;
    color: #4f46e5;
    font-weight: 950;
}

.nxa-step-card h3,
.nxa-card h3 {
    margin: 18px 0 10px;
    font-size: 1.35rem;
}

.nxa-step-card p,
.nxa-card p,
.nxa-faq p,
.nxa-ordered li {
    color: var(--nxa-muted-dark);
    line-height: 1.68;
}

.nxa-card-grid {
    grid-template-columns: repeat(3, 1fr);
}

.nxa-card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
}

.nxa-card .nxa-btn {
    margin-top: auto;
}

.nxa-featured {
    color: #fff;
    background: linear-gradient(145deg, #081426, #152447 58%, #0c5d73);
    border-color: rgba(255,255,255,.14);
    box-shadow: 0 24px 70px rgba(0, 225, 255, .16);
    transform: translateY(-10px);
}

.nxa-featured h3,
.nxa-featured p {
    color: #fff;
}

.nxa-pill {
    display: inline-flex;
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(156,255,207,.16);
    color: #9cffcf;
    font-weight: 900;
    font-size: .78rem;
}

.nxa-video-section {
    color: var(--nxa-text);
    background:
        radial-gradient(circle at 20% 30%, rgba(124, 58, 237, .33), transparent 28rem),
        linear-gradient(135deg, #060b18, #0a1530);
}

.nxa-video-section .nxa-section-heading p {
    color: var(--nxa-muted);
}

.nxa-video-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--nxa-shadow-strong);
    border: 1px solid rgba(255,255,255,.16);
}

.nxa-video-wrap::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.nxa-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.nxa-lead {
    background: linear-gradient(180deg, #eef4ff, #f5f8fc);
}

.nxa-lead-box {
    padding: clamp(28px, 5vw, 56px);
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: var(--nxa-shadow);
}

.nxa-form-card {
    padding: 26px;
    color: var(--nxa-text-dark);
    background: #f8fbff;
    border-color: rgba(15, 23, 42, .08);
}

.nxa-fallback-form label {
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
}

.nxa-fallback-form input {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, .14);
    margin-bottom: 12px;
}

.nxa-fallback-form p {
    color: var(--nxa-muted-dark);
    font-size: .9rem;
}

.nxa-faq details {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    padding: 20px 22px;
    margin-bottom: 14px;
}

.nxa-faq summary {
    cursor: pointer;
    font-weight: 950;
    color: #0f172a;
}

.nxa-final-cta {
    padding: clamp(60px, 8vw, 108px) 0;
    background: #060b18;
}

.nxa-final-card {
    padding: clamp(30px, 6vw, 68px);
    color: #fff;
    background:
        radial-gradient(circle at 20% 20%, rgba(0,225,255,.22), transparent 25rem),
        linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
}

.nxa-final-card p {
    color: var(--nxa-muted);
}

.nxa-ordered {
    padding-left: 1.4rem;
}

.nxa-ordered li {
    margin: 10px 0;
}

.nxa-sticky-cta {
    position: fixed;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) translateY(120%);
    z-index: 9999;
    transition: transform .25s ease;
    display: none;
}

.nxa-sticky-cta.is-visible {
    transform: translateX(-50%) translateY(0);
}

.nxa-sticky-link {
    min-width: 210px;
    box-shadow: 0 18px 58px rgba(2,8,23,.28);
}

@media (max-width: 980px) {
    .nxa-hero-grid,
    .nxa-two-cols,
    .nxa-lead-box {
        grid-template-columns: 1fr;
    }

    .nxa-trust-grid,
    .nxa-step-grid,
    .nxa-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nxa-featured {
        transform: none;
    }
}

@media (max-width: 680px) {
    .nxa-container {
        width: min(100% - 22px, 1140px);
    }

    .nxa-hero {
        padding-top: 52px;
    }

    .nxa-hero-actions,
    .nxa-final-actions {
        align-items: stretch;
    }

    .nxa-btn {
        width: 100%;
    }

    .nxa-trust-grid,
    .nxa-step-grid,
    .nxa-card-grid {
        grid-template-columns: 1fr;
    }

    .nxa-trustbar {
        margin-top: -12px;
    }

    .nxa-sticky-cta {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
