/* ============================================================
   Payne Coaching & Co. — Prototype layout / surface styles
   Builds on the design-system tokens in ../styles.css.
   ============================================================ */

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg-page); color: var(--text-body); font-family: var(--font-sans); }
#root { min-height: 100vh; }
.app { min-height: 100vh; display: flex; flex-direction: column; }

/* ---------- helpers ---------- */
.wrap { width: 100%; max-width: 75rem; margin-inline: auto; padding-inline: clamp(1.25rem, 0.5rem + 3vw, 2.5rem); }
.wrap-md { max-width: 58rem; }
.eyebrow { font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--steel-600); margin: 0 0 14px; }
.eyebrow--light { color: var(--steel-300); }
.muted { color: var(--text-muted); }
.center { text-align: center; }
.lead { font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem); line-height: 1.6; color: var(--text-body); }
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--text-strong); letter-spacing: -0.02em; line-height: 1.07; margin: 0; }
.h-hero { font-size: clamp(2.6rem, 1.6rem + 4.4vw, 4.6rem); font-weight: 800; }
.h-1 { font-size: clamp(2rem, 1.4rem + 2.6vw, 3.1rem); font-weight: 800; }
.h-2 { font-size: clamp(1.55rem, 1.2rem + 1.5vw, 2.2rem); font-weight: 700; }
.h-3 { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; }

/* ---------- buttons ---------- */
.btn { font-family: var(--font-sans); font-weight: 600; font-size: 15px; border: 1px solid transparent; border-radius: var(--radius-pill);
  padding: 11px 22px; cursor: pointer; display: inline-flex; align-items: center; gap: 9px; line-height: 1; transition: all .16s ease; white-space: nowrap; text-decoration: none; }
.btn:focus-visible { outline: 2px solid var(--steel-500); outline-offset: 2px; }
.btn--primary { background: var(--navy-700); color: #EEF2F6; }
.btn--primary:hover { background: var(--navy-800); }
.btn--accent { background: var(--steel-500); color: #fff; }
.btn--accent:hover { background: var(--steel-600); }
.btn--secondary { background: transparent; color: var(--text-strong); border-color: var(--border-strong); }
.btn--secondary:hover { background: var(--paper-2); border-color: var(--charcoal-300); }
.btn--ghost { background: transparent; color: var(--steel-600); padding-inline: 12px; }
.btn--ghost:hover { color: var(--steel-700); }
.btn--light { background: #fff; color: var(--navy-800); }
.btn--light:hover { background: var(--paper); }
.btn--lg { padding: 14px 28px; font-size: 16px; }
.btn--sm { padding: 8px 15px; font-size: 13.5px; }
.btn--block { width: 100%; justify-content: center; }

/* ---------- surface chrome: marketing header ---------- */
.mkt { display: flex; flex-direction: column; min-height: 100vh; }
.hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--paper) 82%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border-soft); }
.hdr__in { display: flex; align-items: center; gap: 18px; height: 70px; }
.brand { display: flex; align-items: center; gap: 11px; cursor: pointer; }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.brand b { font-family: var(--font-display); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; color: var(--ink-900); line-height: 1; }
.brand .amp { color: var(--steel-600); font-weight: 600; }
.nav { display: flex; gap: 2px; margin-left: 14px; }
.nav a { font-size: 15px; font-weight: 500; color: var(--text-body); padding: 9px 13px; border-radius: var(--radius-sm); cursor: pointer; }
.nav a:hover { background: var(--paper-2); text-decoration: none; color: var(--text-strong); }
.nav a.on { color: var(--navy-700); font-weight: 600; }
.hdr__cta { margin-left: auto; display: flex; align-items: center; gap: 10px; }
@media (max-width: 900px){ .nav { display: none; } }

/* ---------- sections ---------- */
.section { padding-block: clamp(3.5rem, 2rem + 6vw, 6.5rem); }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4rem); }
.section--paper2 { background: var(--paper-2); }
.section--navy { background: var(--navy-900); color: #C9D2E0; }
.section--navy h1, .section--navy h2, .section--navy h3 { color: #fff; }
.section--charcoal { background: var(--charcoal-900); color: var(--charcoal-200); }
.section--charcoal h2, .section--charcoal h3 { color: #fff; }
.sec-head { max-width: 46rem; margin-bottom: clamp(2rem, 1rem + 3vw, 3rem); }
.sec-head.center { margin-inline: auto; }

/* ---------- hero ---------- */
.hero { padding-block: clamp(3rem, 1.5rem + 6vw, 6rem) clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }
.hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: center; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero p.lead { margin: 20px 0 0; max-width: 34rem; }
@media (max-width: 860px){ .hero__grid { grid-template-columns: 1fr; } }

/* ---------- image slot placeholder ---------- */
.slot { position: relative; border-radius: var(--radius-lg); overflow: hidden; background-color: var(--paper-3);
  background-image: repeating-linear-gradient(135deg, transparent 0 14px, color-mix(in srgb, var(--charcoal-300) 26%, transparent) 14px 15px);
  border: 1px solid var(--border-default); display: flex; align-items: flex-end; }
.slot__tag { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11.5px; letter-spacing: 0.02em; color: var(--charcoal-500);
  background: color-mix(in srgb, var(--surface) 88%, transparent); border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 5px 11px; margin: 12px; }
.slot--portrait { aspect-ratio: 4/5; }
.slot--wide { aspect-ratio: 16/10; }
.slot--square { aspect-ratio: 1/1; }
.slot--dark { background-color: var(--navy-800); background-image: repeating-linear-gradient(135deg, transparent 0 14px, rgba(255,255,255,0.05) 14px 15px); border-color: var(--navy-700); }
.slot--dark .slot__tag { color: var(--steel-300); background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
.slot--photo { background-repeat: no-repeat; box-shadow: var(--shadow-lg); }
.slot--photo .slot__tag { color: #fff; background: rgba(12,20,32,0.58); border-color: rgba(255,255,255,0.22); backdrop-filter: blur(6px); }

/* ---------- cards & grids ---------- */
.grid { display: grid; gap: clamp(1rem, 0.5rem + 1.5vw, 1.5rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px){ .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px){ .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.card { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.card--flat { box-shadow: none; }
.card--pad-lg { padding: 32px; }
.card__icon { width: 46px; height: 46px; border-radius: var(--radius-md); display: grid; place-items: center; background: var(--steel-100); color: var(--steel-600); margin-bottom: 18px; }
.card__icon--navy { background: var(--navy-50); color: var(--navy-600); }

/* ---------- phase cards ---------- */
.phase { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 28px; position: relative; overflow: hidden; box-shadow: var(--shadow-sm); }
.phase__no { font-family: var(--font-display); font-weight: 800; font-size: 46px; line-height: 1; color: var(--charcoal-200); letter-spacing: -0.03em; }
.phase__name { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--text-strong); margin: 14px 0 6px; }
.phase__sub { font-size: 14px; color: var(--steel-600); font-weight: 600; margin-bottom: 16px; }
.phase ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.phase li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; color: var(--text-body); line-height: 1.4; }
.phase li svg { color: var(--steel-500); flex-shrink: 0; margin-top: 1px; }
.phase__bar { position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--steel-500); }

/* ---------- list / check rows ---------- */
.checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.45; }
.checks li svg { color: var(--steel-500); flex-shrink: 0; margin-top: 2px; }

/* ---------- badges / tags / pills ---------- */
.badge { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; padding: 5px 11px; border-radius: var(--radius-pill); }
.badge--brand { background: var(--navy-50); color: var(--navy-700); }
.badge--accent { background: var(--steel-100); color: var(--steel-700); }
.badge--brass { background: #F1EAD6; color: var(--brass-600); }
.badge--neutral { background: var(--paper-2); color: var(--text-muted); }
.badge--success { background: var(--success-50); color: var(--success-600); }
.badge--warning { background: var(--warning-50); color: var(--warning-600); }
.badge--danger { background: var(--danger-50); color: var(--danger-600); }
.dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

.tagrow { display: flex; flex-wrap: wrap; gap: 9px; }
.tag { font-size: 13px; font-weight: 600; color: var(--text-body); background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 7px 14px; cursor: pointer; }
.tag.on { background: var(--navy-700); color: #fff; border-color: var(--navy-700); }

/* ---------- packages ---------- */
.pkg { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; }
.pkg--featured { border-color: var(--navy-700); box-shadow: var(--shadow-md); }
.pkg__flag { position: absolute; top: -11px; left: 24px; background: var(--navy-700); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; padding: 4px 12px; border-radius: var(--radius-pill); }
.pkg__name { font-family: var(--font-display); font-weight: 700; font-size: 19px; color: var(--text-strong); }
.pkg__best { font-size: 13.5px; color: var(--text-muted); margin: 4px 0 16px; }
.pkg__price { font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--text-strong); letter-spacing: -0.02em; }
.pkg__period { font-size: 13px; color: var(--text-subtle); margin-bottom: 18px; }
.pkg .checks { margin: 4px 0 22px; }
.pkg .checks li { font-size: 14px; }
.pkg__cta { margin-top: auto; }

/* ---------- stats ---------- */
.statrow { display: flex; flex-wrap: wrap; gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); }
.stat__v { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 1.4rem + 2vw, 2.8rem); color: var(--text-strong); letter-spacing: -0.02em; line-height: 1; }
.section--navy .stat__v { color: #fff; }
.stat__l { font-size: 13.5px; color: var(--text-muted); margin-top: 7px; }
.section--navy .stat__l { color: var(--steel-300); }

/* ---------- footer ---------- */
.foot { background: var(--navy-950); color: var(--navy-200); padding: 56px 0 28px; margin-top: auto; }
.foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.foot h4 { font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel-300); margin: 0 0 14px; }
.foot a { display: block; color: var(--navy-100); font-size: 14px; margin-bottom: 9px; cursor: pointer; }
.foot a:hover { color: #fff; text-decoration: none; }
.foot__brand b { font-family: var(--font-display); font-size: 19px; color: #fff; }
.foot__brand p { color: var(--navy-200); font-size: 14px; line-height: 1.6; margin: 12px 0 0; max-width: 270px; }
.foot__legal { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 36px; padding-top: 22px; font-size: 12.5px; color: var(--navy-300); line-height: 1.7; }
@media (max-width: 760px){ .foot__grid { grid-template-columns: 1fr 1fr; } }

/* ---------- app shell (portal / admin) ---------- */
.shell { display: grid; grid-template-columns: 256px 1fr; min-height: 100vh; }
.side { background: var(--navy-900); color: var(--navy-200); display: flex; flex-direction: column; padding: 20px 16px; position: sticky; top: 0; height: 100vh; }
.side--admin { background: var(--charcoal-900); }
.side__brand { display: flex; align-items: center; gap: 10px; padding: 6px 8px 20px; }
.side__brand img { width: 34px; height: 34px; border-radius: 9px; }
.side__brand b { font-family: var(--font-display); font-size: 15.5px; color: #fff; font-weight: 700; letter-spacing: -0.01em; line-height: 1.1; }
.side__brand small { display: block; font-size: 10px; letter-spacing: 0.16em; color: var(--steel-300); font-weight: 700; margin-top: 3px; }
.side nav { display: flex; flex-direction: column; gap: 3px; margin-top: 8px; }
.side nav button { display: flex; align-items: center; gap: 12px; text-align: left; padding: 11px 12px; border-radius: var(--radius-sm); border: none; background: transparent; color: var(--navy-200); font-family: var(--font-sans); font-size: 14.5px; font-weight: 500; cursor: pointer; transition: all .14s ease; }
.side--admin nav button { color: var(--charcoal-300); }
.side nav button:hover { background: rgba(255,255,255,0.06); color: #fff; }
.side nav button.on { background: rgba(255,255,255,0.10); color: #fff; font-weight: 600; }
.side nav button.on svg { color: var(--steel-300); }
.side__foot { margin-top: auto; padding: 14px 8px 4px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 11px; }
.side__sec { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); font-weight: 700; padding: 16px 12px 7px; }

.main { display: flex; flex-direction: column; min-width: 0; background: var(--bg-page); }
.topbar { height: 66px; border-bottom: 1px solid var(--border-default); background: var(--surface-raised); display: flex; align-items: center; gap: 16px; padding: 0 clamp(18px, 1rem + 1vw, 32px); position: sticky; top: 0; z-index: 20; }
.topbar h1 { font-size: 20px; font-weight: 700; }
.topbar__sub { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.topbar__r { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.search { display: flex; align-items: center; gap: 9px; background: var(--paper-2); border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 8px 15px; color: var(--text-subtle); font-size: 14px; min-width: 230px; }
.search input { border: none; background: transparent; outline: none; font-family: var(--font-sans); font-size: 14px; color: var(--text-body); width: 100%; }
.iconbtn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-default); background: var(--surface-raised); color: var(--text-muted); display: grid; place-items: center; cursor: pointer; position: relative; }
.iconbtn:hover { background: var(--paper-2); }
.iconbtn .ping { position: absolute; top: 7px; right: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--steel-500); border: 2px solid var(--surface-raised); }
.content { padding: clamp(20px, 1rem + 1.5vw, 34px); display: flex; flex-direction: column; gap: clamp(16px, 1rem + 1vw, 24px); }
@media (max-width: 820px){ .shell { grid-template-columns: 1fr; } .side { display: none; } }

/* ---------- avatar ---------- */
.avatar { border-radius: 50%; background: var(--navy-100); color: var(--navy-700); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; flex-shrink: 0; overflow: hidden; }
.avatar--sm { width: 34px; height: 34px; font-size: 13px; }
.avatar--md { width: 42px; height: 42px; font-size: 15px; }
.avatar--lg { width: 56px; height: 56px; font-size: 19px; }
.avatar--coach { background: var(--steel-500); color: #fff; }

/* ---------- progress ---------- */
.prog { height: 9px; border-radius: var(--radius-pill); background: var(--paper-3); box-shadow: var(--shadow-inset); overflow: hidden; }
.prog__fill { height: 100%; border-radius: var(--radius-pill); background: var(--navy-600); transition: width .5s ease; }
.prog__fill--brass { background: var(--brass-500); }
.prog__fill--steel { background: var(--steel-500); }

/* phase tracker (horizontal stepper) */
.steps { display: flex; align-items: flex-start; gap: 0; }
.step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.step__node { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--border-strong); background: var(--surface-raised); display: grid; place-items: center; font-size: 13px; font-weight: 700; color: var(--text-subtle); z-index: 2; }
.step--done .step__node { background: var(--navy-700); border-color: var(--navy-700); color: #fff; }
.step--current .step__node { border-color: var(--steel-500); color: var(--steel-600); box-shadow: 0 0 0 4px var(--steel-100); }
.step__bar { position: absolute; top: 14px; left: -50%; width: 100%; height: 2px; background: var(--border-strong); z-index: 1; }
.step--done .step__bar, .step--current .step__bar { background: var(--navy-600); }
.step:first-child .step__bar { display: none; }
.step__label { font-size: 12.5px; font-weight: 600; color: var(--text-body); margin-top: 9px; max-width: 96px; line-height: 1.25; }
.step--upcoming .step__label { color: var(--text-subtle); font-weight: 500; }

/* ---------- tables ---------- */
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th { text-align: left; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-subtle); padding: 0 16px 12px; border-bottom: 1px solid var(--border-default); }
.table td { padding: 14px 16px; border-bottom: 1px solid var(--border-soft); color: var(--text-body); vertical-align: middle; }
.table tr:last-child td { border-bottom: none; }
.table tbody tr:hover { background: var(--paper-2); }
.table .num { font-variant-numeric: tabular-nums; }
.cell-strong { font-weight: 600; color: var(--text-strong); }
.cell-name { display: flex; align-items: center; gap: 11px; }

/* ---------- KPI tiles ---------- */
.kpi { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 20px 22px; box-shadow: var(--shadow-sm); }
.kpi__l { font-size: 13px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
.kpi__v { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--text-strong); letter-spacing: -0.02em; margin: 10px 0 4px; line-height: 1; }
.kpi__d { font-size: 12.5px; font-weight: 600; }
.kpi__d.up { color: var(--success-600); }
.kpi__d.down { color: var(--danger-600); }

/* ---------- mini bar chart ---------- */
.bars { display: flex; align-items: flex-end; gap: 10px; height: 150px; }
.bars .col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.bars .bar { width: 100%; max-width: 34px; border-radius: 6px 6px 0 0; background: var(--navy-600); }
.bars .bar.alt { background: var(--steel-400); }
.bars .blab { font-size: 11px; color: var(--text-subtle); }

/* ---------- forms ---------- */
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label { font-size: 13.5px; font-weight: 600; color: var(--text-strong); }
.field input, .field select, .field textarea { font-family: var(--font-sans); font-size: 15px; color: var(--text-body); background: var(--surface-raised); border: 1px solid var(--border-strong); border-radius: var(--radius-sm); padding: 11px 13px; outline: none; transition: border .14s ease, box-shadow .14s ease; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--steel-500); box-shadow: 0 0 0 3px var(--steel-100); }
.field textarea { min-height: 110px; resize: vertical; }
.field__hint { font-size: 12.5px; color: var(--text-subtle); }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
@media (max-width: 560px){ .form-2 { grid-template-columns: 1fr; } }

/* ---------- list items (sessions, lessons, episodes) ---------- */
.row-item { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid var(--border-default); border-radius: var(--radius-md); background: var(--surface-raised); }
.row-item + .row-item { margin-top: 10px; }
.row-item__icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--paper-2); color: var(--steel-600); display: grid; place-items: center; flex-shrink: 0; }
.row-item__t { font-weight: 600; color: var(--text-strong); font-size: 15px; }
.row-item__s { font-size: 13px; color: var(--text-muted); margin-top: 2px; }
.row-item__r { margin-left: auto; display: flex; align-items: center; gap: 14px; }

/* ---------- prototype surface switcher ---------- */
.switcher { position: fixed; left: 50%; transform: translateX(-50%); bottom: 18px; z-index: 200; display: flex; gap: 4px; background: var(--charcoal-900); border-radius: var(--radius-pill); padding: 5px; box-shadow: var(--shadow-xl); }
.switcher button { border: none; background: transparent; color: var(--charcoal-200); font-family: var(--font-sans); font-weight: 600; font-size: 13px; padding: 8px 16px; border-radius: var(--radius-pill); cursor: pointer; display: flex; align-items: center; gap: 7px; }
.switcher button:hover { color: #fff; }
.switcher button.on { background: var(--steel-500); color: #fff; }

/* ---------- misc ---------- */
.divider { height: 1px; background: var(--border-soft); border: 0; margin: 0; }
.pill-note { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 7px 15px; font-size: 13.5px; color: var(--text-muted); }
.flex { display: flex; }
.between { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.aic { align-items: center; }
.gap-sm { gap: 10px; } .gap-md { gap: 16px; } .gap-lg { gap: 24px; }
.mt-sm { margin-top: 10px; } .mt-md { margin-top: 18px; } .mt-lg { margin-top: 28px; }
.stack { display: flex; flex-direction: column; }

/* ---------- courses (catalog + sales) ---------- */
.course-card { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); cursor: pointer; display: flex; flex-direction: column; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.course-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--charcoal-300); }
.course-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.course-card__icon { margin: 0; width: 42px; height: 42px; }
.course-card__title { margin-bottom: 5px; }
.course-card__sub { margin: 0; font-size: 14px; }
.course-card__foot { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: space-between; }
.course-card__price { font-size: 13.5px; color: var(--text-muted); }
.course-card__price b { font-family: var(--font-display); font-size: 17px; color: var(--text-strong); margin-left: 4px; }
.course-card__link { display: inline-flex; align-items: center; gap: 5px; font-size: 13.5px; font-weight: 600; color: var(--steel-600); white-space: nowrap; }

.course-feat { background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: clamp(22px, 1rem + 1.5vw, 32px); display: grid; grid-template-columns: 1fr 280px; gap: clamp(1.5rem, 1rem + 2vw, 3rem); align-items: center; }
.course-feat--core { border-color: var(--navy-700); box-shadow: var(--shadow-md); }
.course-feat__side { border-left: 1px solid var(--border-soft); padding-left: clamp(1.5rem, 1rem + 2vw, 3rem); }
.course-feat__price { margin-bottom: 16px; }
.course-feat__price span { display: block; font-size: 13px; color: var(--text-muted); }
.course-feat__price b { font-family: var(--font-display); font-weight: 800; font-size: 34px; color: var(--text-strong); letter-spacing: -0.02em; line-height: 1.1; display: block; }
.course-feat__price small { display: block; font-size: 13px; color: var(--text-subtle); margin-top: 2px; }
@media (max-width: 760px){ .course-feat { grid-template-columns: 1fr; } .course-feat__side { border-left: none; border-top: 1px solid var(--border-soft); padding-left: 0; padding-top: 22px; } }

.ladder-group__label { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--text-strong); margin-bottom: 16px; }
.ladder-group__no { width: 26px; height: 26px; border-radius: 50%; background: var(--navy-700); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }

.curric { display: flex; flex-direction: column; }
.curric__row { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--border-soft); }
.curric__row:last-child { border-bottom: none; }
.curric__no { width: 30px; height: 30px; border-radius: 50%; background: var(--paper-2); border: 1px solid var(--border-default); color: var(--steel-600); display: grid; place-items: center; font-size: 13.5px; font-weight: 700; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.curric__t { font-family: var(--font-display); font-weight: 700; color: var(--text-strong); font-size: 15.5px; }
.curric__f { font-size: 14px; color: var(--text-muted); margin-top: 3px; line-height: 1.45; }

/* ---------- veteran badge (about) ---------- */
.vet-badge { display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; padding: 9px 18px 9px 10px; background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.vet-badge img { width: 48px; height: 48px; object-fit: contain; border-radius: var(--radius-sm); background: #fff; flex-shrink: 0; }
.vet-badge__t { display: flex; flex-direction: column; }
.vet-badge__t b { font-family: var(--font-display); font-weight: 700; font-size: 14.5px; color: var(--text-strong); letter-spacing: -0.01em; }
.vet-badge__t span { font-size: 12px; color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase; margin-top: 3px; }

/* ---------- apply selection chip ---------- */
.apply-sel { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; padding: 11px 14px; background: rgba(78,118,155,0.07); border: 1px solid var(--border-default); border-left: 3px solid var(--steel-500); border-radius: var(--radius-md, 12px); }
.apply-sel__l { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.apply-sel__k { font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); }
.apply-sel__l b { font-family: var(--font-display); color: var(--text-strong); font-size: 15px; letter-spacing: -0.01em; }
.apply-sel__t { font-size: 12.5px; color: var(--steel-600); margin-top: 1px; }
.apply-sel__chg { font-size: 12.5px; font-weight: 600; color: var(--steel-600); cursor: pointer; white-space: nowrap; flex-shrink: 0; }
.apply-sel__chg:hover { text-decoration: underline; }

/* ---------- clickable list row (add-ons) ---------- */
.row-item--btn { cursor: pointer; border-radius: var(--radius-md, 10px); transition: background 160ms ease, box-shadow 160ms ease, transform 120ms ease; }
.row-item--btn:hover { background: rgba(78,118,155,0.06); box-shadow: var(--shadow-sm, 0 1px 3px rgba(16,24,33,0.07)); }
.row-item--btn:active { transform: translateY(1px); }

/* ---------- course previews ---------- */
.course-preview { display: grid; grid-template-columns: minmax(260px, 0.7fr) 1fr; overflow: hidden; background: var(--surface-raised); border: 1px solid var(--border-default); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.course-preview__media { min-height: 360px; padding: clamp(24px, 2vw, 34px); display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg, rgba(20,31,43,0.94), rgba(42,64,82,0.9)), url('../assets/photos/beau-seated-suit.jpg') center / cover; }
.course-preview__play { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; color: var(--navy-800); background: #fff; box-shadow: var(--shadow-md); }
.course-preview__media span { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--steel-200); }
.course-preview__media b { display: block; margin-top: 7px; font-family: var(--font-display); font-size: clamp(1.35rem, 1rem + 1.2vw, 2rem); line-height: 1.08; letter-spacing: -0.02em; }
.course-preview__body { padding: clamp(24px, 2vw, 34px); }
.course-preview__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.course-preview__meta span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid var(--border-default); border-radius: var(--radius-pill); background: var(--paper); color: var(--text-muted); font-size: 13.5px; }
.course-preview__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; }
.course-preview__step { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: flex-start; }
.course-preview__step .step__node { width: 30px; height: 30px; background: var(--paper-2); color: var(--steel-600); border-color: var(--border-default); font-size: 13px; }
.course-preview__step b { display: block; color: var(--text-strong); font-size: 14.5px; }
.course-preview__step p { margin: 3px 0 0; color: var(--text-muted); font-size: 13.5px; line-height: 1.45; }
.course-preview__prompts { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--border-soft); }
.course-preview__prompts b { display: block; margin-bottom: 8px; color: var(--text-strong); font-family: var(--font-display); }
.course-preview__prompts ul { margin: 0; padding-left: 18px; color: var(--text-muted); line-height: 1.55; }
@media (max-width: 860px) { .course-preview { grid-template-columns: 1fr; } .course-preview__media { min-height: 260px; } .course-preview__steps { grid-template-columns: 1fr; } }
