﻿/*
 * D.E.E.P. Enrollment Flow — Shared Styles
 * css/deep-enrollment.css
 * Prefix: den-
 */

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

.den-body {
    background: #0a0a0a;
    color: #fff;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}

/* ═══════════════════════════════════════════════════
   TOPBAR
═══════════════════════════════════════════════════ */
.den-bar {
    background: #0d0d0d;
    border-bottom: 1px solid rgba(255,255,255,.07);
    padding: 10px 0;
    position: sticky; top: 0; z-index: 100;
}
.den-bar__inner {
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
    display: grid; grid-template-columns: 1fr auto 1fr;
    align-items: center; gap: 16px;
}
.den-bar__back {
    display: inline-flex; align-items: center; gap: 6px;
    color: #888; font-size: 13px; text-decoration: none;
    transition: color .2s;
}
.den-bar__back:hover { color: #fff; }
.den-bar__back svg { flex-shrink: 0; }
.den-bar__logo {
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-size: 16px; font-weight: 700; color: #fff; letter-spacing: 2px; text-transform: uppercase;
}

/* ── Progress Steps ── */
.den-bar__steps {
    display: flex; align-items: center; justify-content: flex-end; gap: 0;
}
.den-step {
    width: 28px; height: 28px; border-radius: 50%;
    border: 1.5px solid #333;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; color: #555;
    flex-shrink: 0; transition: all .25s;
}
.den-step--done {
    background: #1a1a1a; border-color: #555; color: #fff;
}
.den-step--done::after {
    content: '✓'; font-size: 11px;
}
.den-step--done { font-size: 0; }
.den-step--done::after { font-size: 12px; }
.den-step--active {
    background: var(--wp-color, #ed4137);
    border-color: var(--wp-color, #ed4137);
    color: #fff;
    box-shadow: 0 0 0 3px rgba(237,65,55,.2);
}
.den-step__line {
    flex: 1; max-width: 20px; height: 1px; background: #222;
}

/* ═══════════════════════════════════════════════════
   TRACK BANNER
═══════════════════════════════════════════════════ */
.den-track-banner {
    background: linear-gradient(135deg, #0f0f0f 0%, #111 100%);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 16px 0;
}
.den-track-banner__inner {
    max-width: 1100px; margin: 0 auto; padding: 0 24px;
    display: flex; align-items: center; gap: 16px;
}
.den-track-banner__icon { flex-shrink: 0; display: flex; }
.den-track-banner__icon svg { width: 32px; height: 32px; }
.den-track-banner__label {
    font-size: 10px; font-weight: 700; color: #555;
    letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 2px;
}
.den-track-banner__title {
    font-size: 18px; font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: 1px; line-height: 1.1;
}
.den-track-banner__subtitle {
    font-size: 13px; font-weight: 500; margin-top: 2px;
}

/* ═══════════════════════════════════════════════════
   MAIN LAYOUT
═══════════════════════════════════════════════════ */
.den-main {
    padding: 48px 0 64px;
}
.den-main__inner {
    max-width: 720px; margin: 0 auto; padding: 0 24px;
}
.den-main--wide .den-main__inner {
    max-width: 700px;
}

/* ═══════════════════════════════════════════════════
   HEADING
═══════════════════════════════════════════════════ */
.den-heading { text-align: center; margin-bottom: 40px; }
.den-heading__label {
    font-size: 11px; font-weight: 700; color: #555;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px;
}
.den-heading__title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700; color: #fff; text-transform: uppercase;
    line-height: 1.05; margin-bottom: 12px;
}
.den-heading__sub {
    font-size: 15px; color: #888; line-height: 1.6; max-width: 520px; margin: 0 auto;
}

/* ═══════════════════════════════════════════════════
   ENROLLMENT TYPE CARDS
═══════════════════════════════════════════════════ */
.den-cards {
    display: flex; flex-direction: column; gap: 12px;
    margin-bottom: 32px;
}
.den-type-card {
    background: #111; border: 1.5px solid #1d1d1d; border-radius: 10px;
    padding: 18px 20px; cursor: pointer; text-align: left; width: 100%;
    transition: border-color .2s, background .2s, box-shadow .2s;
    position: relative;
}
.den-type-card:hover {
    border-color: rgba(255,255,255,.15);
    background: #141414;
}
.den-type-card.is-selected {
    border-color: var(--card-accent, #ed4137);
    background: rgba(237,65,55,.04);
    box-shadow: 0 0 0 1px var(--card-accent, #ed4137), 0 4px 20px rgba(0,0,0,.3);
}
.den-type-card__header {
    display: flex; align-items: center; gap: 14px;
}
.den-type-card__icon { flex-shrink: 0; display: flex; }
.den-type-card__name {
    display: block;
    font-size: 17px; font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: .5px;
}
.den-type-card__price {
    display: block; font-size: 13px; font-weight: 600; margin-top: 2px;
}
.den-type-card__price small { color: #888; font-weight: 400; }
.den-type-card__check {
    margin-left: auto; flex-shrink: 0;
    width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #333;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, border-color .2s;
}
.den-type-card__check svg { opacity: 0; transition: opacity .15s; }
.den-type-card.is-selected .den-type-card__check {
    background: var(--card-accent, #ed4137);
    border-color: var(--card-accent, #ed4137);
}
.den-type-card.is-selected .den-type-card__check svg { opacity: 1; }
.den-type-card__desc {
    font-size: 13px; color: #888; margin-top: 10px; line-height: 1.6;
    padding-left: 42px;
}

/* ═══════════════════════════════════════════════════
   COHORT LIST
═══════════════════════════════════════════════════ */
.den-cohort-list {
    display: flex; flex-direction: column; gap: 10px;
    margin-bottom: 32px;
}
.den-cohort-card {
    background: #111; border: 1.5px solid #1d1d1d; border-radius: 10px;
    padding: 16px 18px; cursor: pointer; width: 100%; text-align: left;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.den-cohort-card:hover {
    border-color: rgba(255,255,255,.15); background: #141414;
}
.den-cohort-card.is-selected {
    border-color: var(--card-accent, #ed4137);
    background: rgba(237,65,55,.04);
    box-shadow: 0 0 0 1px var(--card-accent, #ed4137);
}
.den-cohort-card__left { display: flex; align-items: center; gap: 14px; }
.den-cohort-card__check {
    flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; border: 1.5px solid #333;
    display: flex; align-items: center; justify-content: center;
    transition: background .2s, border-color .2s;
}
.den-cohort-card__check svg { opacity: 0; transition: opacity .15s; }
.den-cohort-card.is-selected .den-cohort-card__check {
    background: var(--card-accent, #ed4137);
    border-color: var(--card-accent, #ed4137);
}
.den-cohort-card.is-selected .den-cohort-card__check svg { opacity: 1; }
.den-cohort-card__name {
    font-size: 16px; font-weight: 700; color: #fff; display: block;
    text-transform: uppercase; letter-spacing: .5px;
}
.den-cohort-card__date {
    display: flex; align-items: center; gap: 5px;
    font-size: 13px; color: #888; margin-top: 3px;
}
.den-cohort-card__badge {
    flex-shrink: 0; font-size: 10px; font-weight: 700; letter-spacing: 1px;
    text-transform: uppercase; padding: 3px 10px; border-radius: 20px; border: 1px solid;
}

/* ═══════════════════════════════════════════════════
   CTA
═══════════════════════════════════════════════════ */
.den-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.den-cta-note { font-size: 13px; color: #555; }

/* ═══════════════════════════════════════════════════
   BUTTONS
═══════════════════════════════════════════════════ */
.den-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 12px 28px; border-radius: 6px; border: 2px solid transparent;
    cursor: pointer; text-decoration: none; transition: opacity .2s, transform .15s;
}
.den-btn:hover { opacity: .88; transform: translateY(-1px); }
.den-btn:active { transform: translateY(0); }
.den-btn--primary { color: #fff; }
.den-btn--primary:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.den-btn--large { font-size: 16px; padding: 16px 40px; }
.den-btn--outline { background: transparent; }
.den-btn--ghost {
    background: transparent; border-color: #333; color: #888;
}
.den-btn--ghost:hover { border-color: #555; color: #fff; }

/* ═══════════════════════════════════════════════════
   FORM
═══════════════════════════════════════════════════ */
.den-form { display: flex; flex-direction: column; gap: 0; }
.den-form__section {
    background: #111; border: 1px solid #1d1d1d; border-radius: 10px;
    padding: 24px 24px 28px; margin-bottom: 16px;
}
.den-form__section-title {
    display: flex; align-items: center; gap: 12px;
    font-size: 15px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: .5px;
    margin-bottom: 20px;
}
.den-form__section-num {
    width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: #fff;
}
.den-form__row { display: flex; gap: 16px; }
.den-form__row--2col > * { flex: 1; }

/* Fields */
.den-field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.den-field:last-child { margin-bottom: 0; }
.den-field__label { font-size: 13px; font-weight: 600; color: #ccc; }
.den-req { color: #ef4444; }
.den-field__hint { font-size: 12px; color: #555; }
.den-field__input,
.den-field__textarea {
    background: #0d0d0d; border: 1px solid #262626; border-radius: 6px;
    padding: 11px 14px; color: #fff; border-color .2s, box-shadow .2s;
    -webkit-appearance: none;
}
.den-field__input:focus,
.den-field__textarea:focus {
    outline: none; border-color: rgba(237,65,55,.5);
    box-shadow: 0 0 0 3px rgba(237,65,55,.12);
}
.den-field__input::placeholder,
.den-field__textarea::placeholder { color: #444; }
.den-field__textarea { resize: vertical; min-height: 90px; }
.den-field__input--error {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239,68,68,.12) !important;
}

/* Radio group */
.den-radio-group { display: flex; flex-direction: column; gap: 10px; }
.den-radio {
    display: flex; align-items: flex-start; gap: 12px;
    background: #0d0d0d; border: 1px solid #222; border-radius: 8px;
    padding: 12px 14px; cursor: pointer; transition: border-color .2s, background .2s;
}
.den-radio:hover { border-color: #333; background: #111; }
.den-radio input { display: none; }
.den-radio__box {
    width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #444;
    flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center;
    transition: border-color .2s;
}
.den-radio__dot {
    width: 8px; height: 8px; border-radius: 50%; transform: scale(0);
    transition: transform .15s;
}
.den-radio input:checked ~ .den-radio__box .den-radio__dot { transform: scale(1); }
.den-radio input:checked ~ .den-radio__box { border-color: currentColor; }
.den-radio__text { display: flex; flex-direction: column; gap: 2px; }
.den-radio__text strong { font-size: 14px; color: #fff; }
.den-radio__text small { font-size: 12px; color: #888; }
.den-radio--error { border-color: #ef4444 !important; }

.den-radio:has(input:checked) {
    background: rgba(237,65,55,.04);
    border-color: rgba(237,65,55,.4);
}

/* Form footer */
.den-form__footer {
    display: flex; flex-direction: column; align-items: center; gap: 12px;
    margin-top: 8px;
}
.den-form__privacy {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: #555;
}
.den-form__note { font-size: 12px; color: #444; }

/* Alert */
.den-alert {
    padding: 14px 18px; border-radius: 8px; font-size: 14px; margin-top: 16px;
}
.den-alert--error {
    background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.25); color: #fca5a5;
}

/* Spinner (button) */
.den-spinner {
    width: 18px; height: 18px; border-radius: 50%;
    border: 2.5px solid rgba(255,255,255,.25);
    border-top-color: #fff; animation: denSpin .7s linear infinite;
}
@keyframes denSpin { to { transform: rotate(360deg); } }

/* ═══════════════════════════════════════════════════
   OVERLAY
═══════════════════════════════════════════════════ */
.den-overlay {
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(10,10,10,.92);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 20px;
}
.den-overlay__spinner {
    width: 48px; height: 48px; border-radius: 50%;
    border: 3px solid rgba(255,255,255,.1);
    border-top-color: #ed4137;
    animation: denSpin .8s linear infinite;
}
.den-overlay__text {
    font-size: 18px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 1px;
}

/* ═══════════════════════════════════════════════════
   EMPTY STATE
═══════════════════════════════════════════════════ */
.den-empty-state {
    text-align: center; padding: 60px 24px;
    display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.den-empty-state h3 {
    font-size: 22px; font-weight: 700; color: #fff; text-transform: uppercase;
}
.den-empty-state p { font-size: 14px; color: #888; max-width: 400px; line-height: 1.6; }

/* ═══════════════════════════════════════════════════
   REJECTED / NEXT STEPS PAGE
═══════════════════════════════════════════════════ */
.den-rejected {
    padding: 64px 0;
}
.den-rejected__inner {
    max-width: 720px; margin: 0 auto; padding: 0 24px;
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 24px;
}
.den-rejected__icon {
    width: 88px; height: 88px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 2px solid;
}
.den-rejected__icon--amber {
    border-color: #f59e0b; background: rgba(245,158,11,.07);
}
.den-rejected__icon--amber svg { stroke: #f59e0b; }
.den-rejected__icon--muted {
    border-color: #444; background: rgba(255,255,255,.04);
}
.den-rejected__icon--muted svg { stroke: #888; }
.den-rejected__title {
    font-size: clamp(26px, 4vw, 40px); font-weight: 700; color: #fff;
    text-transform: uppercase; line-height: 1.1;
}
.den-rejected__lead {
    font-size: 16px; color: #aaa; line-height: 1.7; max-width: 600px;
}
.den-rejected__sub {
    font-size: 14px; color: #666; line-height: 1.7; max-width: 540px;
}
.den-rejected__reasons {
    text-align: left; display: flex; flex-direction: column; gap: 16px;
    width: 100%; background: #111; border: 1px solid #1d1d1d; border-radius: 10px; padding: 24px;
}
.den-rejected__reason {
    display: flex; gap: 14px; align-items: flex-start;
}
.den-rejected__reason-icon { flex-shrink: 0; margin-top: 2px; }
.den-rejected__reason strong { display: block; font-size: 14px; color: #fff; margin-bottom: 4px; }
.den-rejected__reason p { font-size: 13px; color: #888; line-height: 1.6; margin: 0; }
.den-rejected__actions {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
}
.den-rejected__divider {
    width: 100%; border: none; border-top: 1px solid rgba(255,255,255,.07); margin: 8px 0;
}
.den-rejected__info {
    display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
    width: 100%; background: #111; border: 1px solid #1d1d1d; border-radius: 10px; padding: 24px;
    text-align: left;
}
.den-rejected__info-col { display: flex; align-items: flex-start; gap: 14px; }
.den-rejected__info-col svg { flex-shrink: 0; margin-top: 2px; }
.den-rejected__info-col strong { display: block; font-size: 13px; color: #fff; margin-bottom: 4px; font-weight: 700; }
.den-rejected__info-col p { font-size: 12px; color: #777; line-height: 1.6; margin: 0; }

 /* page deep enrollment type page css start  */

/* ── Page wrapper ── */
.det-page { background: #0a0a0a; color: #fff; min-height: 100vh;}

/* ── Progress Bar ── */
.det-progress {
    padding: 18px 0;
}
.det-progress__inner {
    max-width: 1460px; margin: auto; padding: 0 24px;
    display: flex; align-items: flex-start; gap: 40px;
}
.det-progress__step {
    flex: 1; display: flex; flex-direction: column; align-items: center; position: relative;
}
.det-progress__step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25px;
    left: calc(50% + 29px);
    right: calc(-50% + -10px);
    height: 1px;
    background: #2a2a2a;
    z-index: 0;
}
.det-progress__step--done::after {background: #ed4137 !important;height: 2px !important;}
.det-progress__num {
    width: 50px; height: 49px; border-radius: 50%; border: 2px solid #333;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #ffffff; flex-shrink: 0;
    position: relative; z-index: 1; transition: all .25s;
}
.det-progress__step--done .det-progress__num {
    background: #1e1e1e; border-color: #49de00; color: #fff;
}
.det-progress__step--done .det-progress__num::after {
    content: '';
    display: block; width: 7px; height: 5px;
    border-left: 2px solid #fff; border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px,-1px);
}
.det-progress__step--done .det-progress__num-inner { display: none; }
.det-progress__step--active .det-progress__num {
    background: #ed4137;
    border-color: #ed4137;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(237,65,55,.18);
}
.det-progress__label {
    font-size: 17px; color: #fefefe; letter-spacing: 1px;
    text-transform: uppercase; text-align: center; margin-top: 6px;
    line-height: 1.3;
}
.det-progress__step--done .det-progress__label { color: #d3d3d3; }
.det-progress__step--active .det-progress__label { color: #ed4137; }
.det-progress__sub {
   color: #c3c3c3; text-align: center; margin-top: 2px;
}
.det-progress__step--done .det-progress__sub { color: #22c55e; }
.det-progress__step--active .det-progress__sub { color: #ed4137; font-style: normal; font-weight: 600; }
.det-step-num { line-height: 1; }

/* ── Breadcrumb label ── */
.det-breadcrumb {
    border-bottom: 1px solid rgba(255,255,255,.05);
    padding: 8px 0;
}
.det-breadcrumb__inner {
    max-width: 1393px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 600;
    color: #ed4137;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ── Main content area ── */
.det-main { padding: 40px 0 60px; }
.det-main__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

/* ── Page heading ── */
.det-heading { margin-bottom: 32px; }
.det-heading h1 {
    font-size: clamp(26px,4vw,46px); font-weight: 600; color: #fff;
    text-transform: capitalize; letter-spacing: -.5px; margin: 0 0 8px;
}
.det-heading__sub { font-size: clamp(15px,2vw,19px); color: #cdcdcd; max-width: 730px; line-height: 1.6; margin: 0; }

/* ── Two-column layout ── */
.det-layout { display: grid; grid-template-columns: 1fr 380px; gap: 28px; align-items: start; }

/* ── Environment cards ── */
.det-env-list { display: flex; flex-direction: column; gap: 14px; }

.det-env-card {
    background: #111; border: 1.5px solid #1d1d1d; border-radius: 10px;
    padding: 20px 22px; cursor: pointer; text-align: left; width: 100%;
    transition: border-color .2s, background .2s, box-shadow .2s;
    display: grid; grid-template-columns: 68px 1fr auto; gap: 0 20px; align-items: center;
}
.det-env-card:hover { border-color: rgba(255,255,255,.18); background: #141414; }
.det-env-card.is-selected {
    border-color: var(--card-color, #ed4137);
    background: rgba(0,0,0,.4);
    box-shadow: 0 0 0 1px var(--card-color, #ed4137), 0 4px 24px rgba(0,0,0,.4);
}
.det-env-card__icon {
    grid-row: 1 / 3; align-self: center;
    width: 64px; height: 64px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,255,255,.08);
    flex-shrink: 0;
}
.det-env-card__body { grid-column: 2; }
.det-env-card__name {
    display: block;
    font-size: clamp(16px, 2rem, 22px); font-weight: 700; color: #fff;
    text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px;
}
.det-env-card__desc { font-size: clamp(15px, 1.5rem, 19px); color: #bfbfbf; line-height: 1.5; margin: 0; }
.det-env-card__features {
    grid-column: 3; grid-row: 1 / 3; align-self: center;
    list-style: none; padding: 0; margin: 0;
    display: flex; flex-direction: column; gap: 6px; min-width: 210px;
}
.det-env-card__features li {
    border-left: 1px solid rgba(255,255,255,.08); padding-left: 38px;
    display: flex; align-items: center; gap: 8px;
    font-size: clamp(15px, 1.2rem, 18px); color: #aaa; line-height: 1.3;
}
.det-env-card__features li svg { flex-shrink: 0; }
.det-env-card__select-btn {
    grid-column: 3; grid-row: 2;
    display: none; /* shown via JS after selection area */
    margin-top: 8px;
    background: var(--card-color, #ed4137); color: #fff;
    font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 8px 20px; border-radius: 4px; border: none; cursor: pointer;
    transition: opacity .2s;
}

/* Better layout: icon | name+desc | features+select */
.det-env-card__left { display: flex; align-items: center; gap: 18px; }
.det-env-card__right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
/* Override grid to flex for simplicity */
.det-env-card {
    display: flex; align-items: flex-start; gap: 20px;
    grid-template-columns: unset;
}
.det-env-card__icon { flex-shrink: 0; }
.det-env-card__body { flex: 1; }
.det-env-card__features { min-width: 190px; }

/* Select button inside card */
.det-env-card__btn {
    flex-shrink: 0; align-self: center;
    background: transparent;
    border: 1.5px solid var(--card-color, #555); color: var(--card-color, #aaa); border-radius: 8px;
    text-transform: uppercase;
    padding: 10px 24px; border-radius: 4px; cursor: pointer;
    transition: background .2s, color .2s;
    white-space: nowrap;
}
.det-env-card.is-selected .det-env-card__btn,
.det-env-card__btn:hover {
    /* background: var(--card-color, #ed4137); color: #fff; border-color: var(--card-color, #ed4137);
    white-space: wrap !important; */
}

/* .det-env-card.is-selected */
button.det-env-card{
    text-align: left;
    border-color: var(--card-color, #ed4137);
    background: rgba(0,0,0,.4);
    box-shadow: 0 0 0 1px var(--card-color, #ed4137), 0 4px 24px rgba(0,0,0,.4);
    display: flex !important;
    gap: 50px !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    padding: 55px 25px !important;
    border-radius: 8px !important;
    white-space: wrap !important;
}
button.det-env-card:hover, button.det-env-card:active, button.det-env-card:focus{background-color: #00000000 !important;}
/* ── Contact support bar ── */
.det-support-bar {
    background: #111; border: 1.5px solid #1d1d1d; border-radius: 10px;
    padding: 16px 22px; display: flex; align-items: center; gap: 16px;
    margin-top: 14px;
}
.det-support-bar__icon {
    width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid #333;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #888;
}
.det-support-bar__text { flex: 1; }
.det-support-bar__text strong { display: block; color: #fff; margin-bottom: 2px; }
.det-support-bar__text span { color: #888; }
.det-support-bar__btn {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1.5px solid #ed4137; background: transparent; color: #888;
    font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 8px 16px; border-radius: 4px; cursor: pointer; text-decoration: none;
    transition: border-color .2s, color .2s;
}
.det-support-bar__btn svg { color: #ed4137; }
.det-support-bar__btn:hover { border-color: #fff; color: #fff; }

/* ── Sidebar ── */
.det-sidebar { display: flex; flex-direction: column; gap: 20px; }

.det-sidebar-box {
    background: #111; border: 1.5px solid #1d1d1d; border-radius: 10px;
    padding: 20px 20px 22px;
}
.det-sidebar-box__title {
    font-size: clamp(15px, 1.5rem, 19px); font-weight: 600;
    letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px;
}

/* Selection box items */
.det-sel-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.det-sel-item:last-child { margin-bottom: 0; }
.det-sel-item__icon { flex-shrink: 0; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.det-sel-item__label {font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 3px; }
.det-sel-item__value {font-weight: 600; color: #fff; }
.det-sel-item__value--muted { color: #555; font-weight: 400; }
.det-sel-item__value--green { color: #22c55e; }

/* What Happens Next steps */
.det-next-steps { display: flex; flex-direction: column; gap: 0; }
.det-next-step {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.05);
    position: relative;
}
.det-next-step:last-child { border-bottom: none; }
.det-next-step__num {width: 42px; height: 43px; border-radius: 50%; border: 2px solid #333;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    font-size: 12px; font-weight: 700; color: #fff; background: #111;
}
/* .det-next-step__num:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
} */
.det-next-step__icon { flex-shrink: 0; width: 20px; display: flex; align-items: center; justify-content: center; margin-top: 2px; color: #555; }
.det-next-step__text strong { display: block; font-size: clamp(15px, 1.5rem, 18px); font-weight: 700; color: #fff; margin-bottom: 2px; }
.det-next-step__text p {color: #b4b4b4; margin: 0; line-height: 1.5; }
.det-next-step__icon svg {width: 26px; height: 26px; }
/* Selective box */
.det-selective-box {
    background: rgba(237,65,55,.06); border: 1.5px solid rgba(237,65,55,.25); border-radius: 8px;
    padding: 20px 22px; margin-top: 0;
}
.det-selective-box__head {
    display: flex; align-items: center; gap: 8px; margin-bottom: 6px;
}
.det-selective-box__head svg { flex-shrink: 0; }
.det-selective-box__head strong { font-weight: 700; color: #ed4137; }
.det-selective-box p { color: #aaa; margin: 0; line-height: 1.55; }
#det-continue-btn{
    display: flex;
    margin-top: 20px;
    background: #ed4137 !important; color: #fff;
    font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    padding: 12px 28px; border-radius: 6px; border: none; cursor: pointer;
    transition: opacity .2s, transform .15s;
}

/* ── Track picker (Mode A) ── */
.det-track-picker-heading { text-align: center; margin-bottom: 40px; }
.det-track-picker-heading p { font-size: 11px; color: #555; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.det-track-picker-heading h1 {
    font-size: clamp(28px,4vw,44px); font-weight: 900; color: #fff;
    text-transform: uppercase; margin: 0 0 12px;
}
.det-track-picker-heading .sub { font-size: 15px; color: #888; }

/* ── Responsive ── */
@media (max-width: 960px) {
    .det-layout { grid-template-columns: 1fr; }
    .det-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
    .det-why__grid { grid-template-columns: repeat(2,1fr); }
     .det-progress__inner { flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 5px;
        padding-bottom: 8px;
        scrollbar-width: thin;
        scrollbar-color: #ff4d3a rgba(255,255,255,0.08);
        -webkit-overflow-scrolling: touch;
        scrollbar-width: 2px;}
}
@media (max-width: 640px) {
    button.det-env-card { flex-direction: column !important; }
    .det-progress__label { font-size: 15px; }
    /* .det-progress__step:not(:last-child)::after { display: none; } */
    .det-env-card { flex-direction: column; gap: 14px; }
    .det-env-card__features { min-width: unset; width: 100%; border-left: 0px; padding-left: 0px; }
    .det-env-card__btn { align-self: flex-start; }
    .det-sidebar { grid-template-columns: 1fr; }
    .det-why__grid { grid-template-columns: 1fr; gap: 28px; }
    .det-main { padding: 24px 0 40px; }
}
 /* page deep enrollment type page css end  */


/* ═══════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════ */
@media (max-width: 640px) {
    .den-bar__inner { grid-template-columns: auto 1fr auto; gap: 8px; }
    .den-bar__steps { gap: 0; }
    .den-step { width: 24px; height: 24px; font-size: 10px; }
    .den-step__line { max-width: 12px; }
    .den-form__row--2col { flex-direction: column; }
    .den-rejected__info { grid-template-columns: 1fr; }
    .den-main { padding: 28px 0 48px; }
    .den-form__section { padding: 18px 16px 20px; }
    .den-track-banner__icon { display: none; }
}
