:root {
    --jump-bg-dark: #060b11;
    --jump-bg-panel: rgba(17, 24, 39, 0.68);
    --jump-bg-panel-strong: rgba(18, 26, 43, 0.82);
    --jump-glass-border: rgba(255, 255, 255, 0.1);
    --jump-glass-highlight: rgba(255, 255, 255, 0.18);
    --jump-text-primary: #f4fbff;
    --jump-text-secondary: #d7e9f7;
    --jump-text-muted: #a9c3d8;
    --jump-accent: #4fd1c7;
    --jump-accent-strong: #63b3ff;
    --jump-accent-soft: rgba(79, 209, 199, 0.2);
    --jump-success: #34d399;
    --jump-warning: #fbbf24;
    --jump-danger: #fb7185;
    --jump-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
    --jump-shadow-soft: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.jumpstart-body.cadet-v2-scope {
    min-height: 100vh;
    width: 100%;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--jump-text-primary);
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at 12% 18%, rgba(79, 209, 199, 0.16), transparent 24%),
        radial-gradient(circle at 82% 10%, rgba(99, 179, 255, 0.14), transparent 24%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 28%),
        linear-gradient(180deg, #030711 0%, #07111b 42%, #0b1524 100%);
}

.jumpstart-body::before,
.jumpstart-body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
}

.jumpstart-body::before {
    background:
        linear-gradient(rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.025)) padding-box,
        linear-gradient(transparent 96%, rgba(255, 255, 255, 0.05) 96%) 0 0 / 100% 44px,
        linear-gradient(90deg, transparent 96%, rgba(255, 255, 255, 0.04) 96%) 0 0 / 44px 100%;
    opacity: 0.35;
}

.jumpstart-body::after {
    background: radial-gradient(circle at center, transparent 54%, rgba(0, 0, 0, 0.34) 100%);
}

.jumpstart-shell {
    max-width: 1380px;
    margin: 0 auto;
    padding: 28px 24px 44px;
    position: relative;
    z-index: 1;
}

.mission-strip,
.jumpstart-header,
.hero-card,
.panel-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--jump-glass-border);
    background: linear-gradient(180deg, rgba(17, 24, 39, 0.76), rgba(9, 15, 27, 0.72));
    box-shadow: var(--jump-shadow);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.mission-strip::after,
.jumpstart-header::after,
.hero-card::after,
.panel-card::after {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.mission-strip,
.jumpstart-header,
.panel-head,
.hero-side-band,
.panel-ruler,
.hero-tags,
.panel-head-actions {
    display: flex;
}

.mission-strip,
.jumpstart-header,
.panel-head {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.mission-strip {
    margin-bottom: 18px;
    padding: 14px 18px;
    border-radius: 20px;
    box-shadow: var(--jump-shadow-soft);
}

.mission-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(79, 209, 199, 0.12);
    border: 1px solid rgba(79, 209, 199, 0.24);
    color: var(--jump-text-primary);
    font-family: 'Oxanium', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mission-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--jump-accent);
    box-shadow: 0 0 18px rgba(79, 209, 199, 0.7);
}

.mission-copy {
    color: var(--jump-text-primary);
    font-size: 0.96rem;
    font-weight: 600;
}

.mission-meta {
    color: var(--jump-text-secondary);
    font-size: 0.82rem;
    font-family: 'Oxanium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.jumpstart-header {
    margin-bottom: 24px;
    padding: 20px 24px;
    border-radius: 24px;
}

.jumpstart-header::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(79, 209, 199, 0.16), transparent 68%);
}

.jumpstart-header h1,
.hero-card h2,
.panel-card h3,
.module-item h4 {
    margin: 0;
    color: var(--jump-text-primary);
    font-family: 'Outfit', 'Manrope', sans-serif;
}

.jumpstart-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.jumpstart-header p,
.hero-copy p,
.panel-intro,
.inline-note,
.advisor-copy,
.success-panel p,
.module-meta,
.module-points,
.stat-label,
.funnel-current-copy,
.mission-meta,
.hero-side p {
    color: var(--jump-text-secondary);
}

.eyebrow {
    margin-bottom: 10px;
    color: #cce7ff;
    font-family: 'Oxanium', sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.header-link,
.primary-cta,
.ghost-cta,
.chip,
.link-cta,
.funnel-stage {
    border-radius: 999px;
}

.header-link,
.link-cta {
    text-decoration: none;
}

.header-link,
.chip,
.ghost-cta,
.funnel-stage {
    border: 1px solid var(--jump-glass-border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--jump-text-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header-link,
.primary-cta,
.ghost-cta,
.chip {
    padding: 11px 16px;
}

.header-link {
    font-family: 'Oxanium', sans-serif;
    letter-spacing: 0.05em;
}

.hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) 380px;
    gap: 22px;
    padding: 28px;
    margin-bottom: 22px;
    border-radius: 28px;
}

.hero-copy h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
    max-width: 11ch;
}

.hero-tags {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--jump-text-primary);
    font-family: 'Oxanium', sans-serif;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}

.hero-bullets div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--jump-text-primary);
}

.hero-bullets i {
    color: var(--jump-accent);
}

.hero-side,
.panel-card {
    padding: 22px;
}

.panel-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
}

.hero-side {
    background: linear-gradient(180deg, rgba(14, 21, 36, 0.78), rgba(10, 16, 28, 0.88));
}

.hero-side-band {
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(79, 209, 199, 0.18), rgba(99, 179, 255, 0.18));
    border: 1px solid rgba(99, 179, 255, 0.18);
    color: var(--jump-text-primary);
}

.hero-side-band span,
.hero-side-band strong,
.stat-value,
.funnel-stage,
.mission-pill,
.chip,
.panel-toggle {
    font-family: 'Oxanium', sans-serif;
}

.panel-ruler {
    align-items: center;
    gap: 10px;
}

.panel-ruler::before,
.panel-ruler::after,
.panel-ruler span {
    content: '';
    height: 1px;
    background: linear-gradient(90deg, rgba(79, 209, 199, 0), rgba(79, 209, 199, 0.85), rgba(99, 179, 255, 0));
}

.panel-ruler::before,
.panel-ruler::after {
    flex: 1;
}

.panel-ruler span {
    width: 54px;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.stat-card {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--jump-shadow-soft);
}

.stat-value {
    display: block;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--jump-text-primary);
}

.stat-label {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.jumpstart-grid {
    display: grid;
    grid-template-columns: minmax(0, 920px);
    justify-content: center;
    gap: 22px;
}

.funnel-layout {
    margin-top: 22px;
}

.funnel-overview {
    max-width: 980px;
    margin: 0 auto;
}

.funnel-stage-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.funnel-stage {
    padding: 12px 14px;
    cursor: pointer;
    font-size: 0.8rem;
    text-align: center;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.funnel-stage.is-active {
    background: linear-gradient(135deg, var(--jump-accent), var(--jump-accent-strong));
    border-color: transparent;
    color: #041019;
    box-shadow: 0 10px 28px rgba(79, 209, 199, 0.28);
}

.funnel-stage.is-complete {
    background: rgba(52, 211, 153, 0.14);
    border-color: rgba(52, 211, 153, 0.28);
    color: #bbf7d0;
}

.funnel-stage.is-locked,
.funnel-stage:disabled {
    opacity: 0.58;
    cursor: not-allowed;
}

.funnel-current-copy {
    margin-top: 2px;
}

.funnel-step-panel {
    display: flex;
    gap: 0;
}

.funnel-step-panel .funnel-step-body {
    display: none;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
}

.funnel-step-panel.is-active .funnel-step-body {
    display: flex;
    animation: funnelRise 220ms ease;
}

.funnel-step-panel:not(.is-active) {
    padding-bottom: 18px;
}

.panel-toggle {
    cursor: pointer;
}

.panel-intro {
    margin: 0;
    line-height: 1.7;
}

.stack-form,
.compact-form,
.module-list,
.upload-status {
    display: grid;
    gap: 14px;
}

.stack-form label,
.compact-form label {
    display: grid;
    gap: 8px;
    color: var(--jump-text-primary);
    font-size: 0.9rem;
    font-weight: 600;
}

.stack-form label.field-has-error,
.compact-form label.field-has-error,
.field-validation-message {
    color: #ff9fb0;
}

.stack-form input,
.compact-form input,
.compact-form select,
.upload-form select,
.upload-form input {
    width: 100%;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    color: var(--jump-text-primary);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.stack-form input::placeholder,
.compact-form input::placeholder {
    color: rgba(215, 233, 247, 0.65);
}

.stack-form input:focus,
.compact-form input:focus,
.compact-form select:focus,
.upload-form select:focus,
.upload-form input:focus {
    outline: none;
    border-color: rgba(79, 209, 199, 0.5);
    box-shadow: 0 0 0 4px rgba(79, 209, 199, 0.16);
    background: rgba(255, 255, 255, 0.09);
}

.stack-form input.input-invalid,
.compact-form input.input-invalid,
.compact-form select.input-invalid,
.upload-form select.input-invalid,
.upload-form input.input-invalid {
    border-color: rgba(251, 113, 133, 0.7);
    box-shadow: 0 0 0 4px rgba(251, 113, 133, 0.14);
}

.form-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.form-columns label {
    flex: 1 1 240px;
}

.primary-cta,
.ghost-cta,
.link-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.primary-cta,
.link-cta {
    background: linear-gradient(135deg, var(--jump-accent), var(--jump-accent-strong));
    color: #05131b;
    box-shadow: 0 16px 34px rgba(79, 209, 199, 0.22);
}

.ghost-cta {
    min-width: 150px;
}

.primary-cta:hover,
.link-cta:hover,
.ghost-cta:hover,
.header-link:hover,
.funnel-stage:hover:not(:disabled) {
    transform: translateY(-1px);
}

.progress-rail {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--jump-accent), var(--jump-accent-strong));
    transition: width 200ms ease;
}

.module-item,
.advisor-copy,
.inline-note {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.module-item {
    padding: 18px;
    box-shadow: var(--jump-shadow-soft);
}

.module-meta {
    line-height: 1.6;
    margin-bottom: 10px;
}

.module-points {
    margin: 0 0 14px;
    padding-left: 18px;
}

.module-points li + li {
    margin-top: 6px;
}

.module-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.module-status span {
    color: #a7f3d0;
    font-weight: 700;
}

.advisor-copy {
    min-height: 88px;
    padding: 16px;
}

.inline-note {
    padding: 14px 16px;
}

.upload-status {
    color: var(--jump-text-secondary);
    font-size: 0.9rem;
}

.success-panel {
    border-color: rgba(79, 209, 199, 0.28);
}

.stage-continue:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.stage-continue.is-partial {
    opacity: 1;
    background: linear-gradient(135deg, #fde68a, #fbbf24);
    color: #332100;
    box-shadow: 0 16px 30px rgba(251, 191, 36, 0.22);
}

.stage-continue.is-ready {
    opacity: 1;
    background: linear-gradient(135deg, #6ee7b7, #34d399);
    color: #03281b;
    box-shadow: 0 16px 30px rgba(52, 211, 153, 0.22);
    animation: uploadReadyPulse 1.8s ease-in-out infinite;
}

body,
input,
select,
button {
    font-family: 'Manrope', sans-serif;
}

@keyframes uploadReadyPulse {
    0% {
        box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.14), 0 16px 30px rgba(52, 211, 153, 0.18);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(52, 211, 153, 0.08), 0 18px 34px rgba(52, 211, 153, 0.24);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(52, 211, 153, 0.14), 0 16px 30px rgba(52, 211, 153, 0.18);
    }
}

@keyframes funnelRise {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .mission-strip,
    .hero-card,
    .jumpstart-grid {
        grid-template-columns: 1fr;
    }

    .funnel-stage-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mission-strip {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 760px) {
    .mission-strip,
    .jumpstart-header,
    .panel-head {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-bullets,
    .funnel-stage-list {
        grid-template-columns: 1fr;
    }

    .jumpstart-shell {
        padding-inline: 16px;
    }
}
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.stat-card {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #7dd3fc;
}

.stat-label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.85rem;
}

.jumpstart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.stack-form,
.compact-form,
.module-list,
.upload-status {
    display: grid;
    gap: 14px;
}

.stack-form label,
.compact-form label {
    display: grid;
    gap: 8px;
    color: white;
    font-size: 0.9rem;
}

.stack-form input,
.compact-form input,
.compact-form select,
.upload-form select,
.upload-form input {
    width: 100%;
    padding: 13px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    color: white;
}

.form-columns {
    flex-wrap: wrap;
    gap: 14px;
}

.form-columns label {
    flex: 1 1 240px;
}

.primary-cta,
.ghost-cta,
.link-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.primary-cta,
.link-cta {
    background: linear-gradient(135deg, #38bdf8, #8b5cf6);
    color: #020617;
}

.ghost-cta {
    min-width: 150px;
}

.progress-rail {
    width: 100%;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #38bdf8, #22c55e);
    transition: width 200ms ease;
}

.module-item {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.module-item h4 {
    margin: 0 0 8px;
    color: white;
    font-family: 'Outfit', sans-serif;
}

.module-meta {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin-bottom: 10px;
}

.module-points {
    margin: 0 0 14px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.9);
}

.module-points li + li {
    margin-top: 6px;
}

.module-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.module-status span {
    color: #86efac;
    font-weight: 600;
}

.advisor-copy {
    min-height: 88px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.upload-status {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.9rem;
}

.success-panel {
    border-color: rgba(56, 189, 248, 0.3);
}

@media (max-width: 1080px) {
    .hero-card,
    .jumpstart-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .jumpstart-header,
    .panel-head,
    .upload-form {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-bullets {
        grid-template-columns: 1fr;
    }
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-card {
    grid-template-columns: minmax(0, 1fr);
}

.hero-copy h2 {
    max-width: 9ch;
}

.compact-hero-bullets {
    grid-template-columns: repeat(2, minmax(0, 260px));
    max-width: 640px;
}

.top-start-cta {
    animation: jumpstartBlink 1.9s ease-in-out infinite;
}

.compact-registration-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 14px;
    align-items: start;
}

.compact-registration-form .registration-note,
.compact-registration-form button {
    grid-column: 1 / -1;
}

.registration-note {
    background: rgba(255, 255, 255, 0.03);
    border-style: dashed;
    font-size: 0.84rem;
}

.registration-status {
    background: transparent;
    border-style: dashed;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

@keyframes jumpstartBlink {
    0% {
        box-shadow: 0 16px 34px rgba(79, 209, 199, 0.22);
        filter: brightness(1);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(79, 209, 199, 0.08), 0 18px 38px rgba(79, 209, 199, 0.3);
        filter: brightness(1.06);
    }
    100% {
        box-shadow: 0 16px 34px rgba(79, 209, 199, 0.22);
        filter: brightness(1);
    }
}

@media (max-width: 760px) {
    .header-actions,
    .compact-registration-form,
    .compact-hero-bullets {
        grid-template-columns: 1fr;
    }

    .header-actions {
        display: grid;
    }
}