/* ============================================
   PATHFIT — Career Lifestyle Matcher
   Design System v1.0
   Space Grotesk + Inter | Navy + Amber
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Tokens ───────────────────────────────── */
:root {
  --bg:           #F7F8FA;
  --surface:      #FFFFFF;
  --hero:         #1A2B3C;
  --hero-mid:     #1F3347;
  --primary:      #1E3A5F;
  --primary-dark: #142840;
  --accent:       #E8963A;
  --accent-light: #F2AC5A;
  --accent-bg:    rgba(232,150,58,0.10);
  --teal:         #2E8B7A;
  --teal-light:   #3BA896;
  --coral:        #E05C4B;
  --text:         #1A2535;
  --text-muted:   #6B7D90;
  --text-light:   #9AAABB;
  --border:       #E2E8F0;
  --border-dark:  #C8D6E0;
  --shadow-sm:    0 1px 3px rgba(26,43,60,0.08);
  --shadow-md:    0 4px 16px rgba(26,43,60,0.10);
  --shadow-lg:    0 12px 40px rgba(26,43,60,0.13);
  --shadow-xl:    0 24px 64px rgba(26,43,60,0.16);
  --font-display: 'Space Grotesk', -apple-system, sans-serif;
  --font-body:    'Inter', -apple-system, sans-serif;
  --radius-sm:    6px;
  --radius-md:    12px;
  --radius-lg:    18px;
  --radius-xl:    24px;
  --transition:   0.18s ease;

  /* Score dimension colors */
  --dim-income:   #3B82F6;
  --dim-wl:       #10B981;
  --dim-growth:   #8B5CF6;
  --dim-security: #F59E0B;
  --dim-satisfy:  #EF4444;
}

/* ── Reset ────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-light); }
button { cursor: pointer; font-family: var(--font-body); }

/* ── Navigation ───────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(26,43,60,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 24px; height: 62px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700;
  color: #F0EDE8; letter-spacing: -0.02em;
}
.nav-logo span { color: var(--accent); }
.nav-links {
  display: flex; gap: 28px; list-style: none; align-items: center;
}
.nav-links a {
  font-size: 14px; font-weight: 500;
  color: rgba(240,237,232,0.65);
  transition: color var(--transition);
}
.nav-links a:hover, .nav-links a.active { color: #F0EDE8; }
.nav-cta {
  background: var(--accent); color: #1A2B3C !important;
  padding: 8px 18px; border-radius: var(--radius-sm);
  font-weight: 600 !important; font-size: 13px !important;
}
.nav-cta:hover { background: var(--accent-light) !important; }
.nav-toggle {
  display: none; background: none; border: none; padding: 6px;
}
.nav-toggle span {
  display: block; width: 20px; height: 2px;
  background: #F0EDE8; margin: 4px 0; border-radius: 2px;
}

/* ── Homepage Hero ────────────────────────── */
.hero {
  background: var(--hero);
  padding: 110px 24px 72px;
  text-align: center; position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -30%; left: 50%; transform: translateX(-50%);
  width: 900px; height: 700px;
  background: radial-gradient(ellipse, rgba(232,150,58,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,150,58,0.12);
  border: 1px solid rgba(232,150,58,0.22);
  color: var(--accent-light);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px; margin-bottom: 28px;
}
.hero-tag::before {
  content: ''; width: 6px; height: 6px;
  background: var(--accent); border-radius: 50%;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 66px);
  font-weight: 700; line-height: 1.08;
  color: #F0EDE8; letter-spacing: -0.03em;
  max-width: 780px; margin: 0 auto 20px;
}
.hero h1 mark {
  background: none; color: var(--accent);
  -webkit-text-fill-color: var(--accent);
}
.hero-sub {
  font-size: clamp(16px, 2vw, 19px);
  color: rgba(240,237,232,0.6);
  max-width: 540px; margin: 0 auto 44px;
  line-height: 1.65;
}
.hero-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-stats {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
}
.hero-stat { text-align: center; }
.stat-num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 700; color: var(--accent);
  letter-spacing: -0.02em; line-height: 1;
}
.stat-label {
  font-size: 12px; color: rgba(240,237,232,0.45);
  margin-top: 5px; letter-spacing: 0.03em;
}

/* ── Buttons ──────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px;
  font-weight: 600; border: 2px solid transparent;
  transition: all var(--transition); line-height: 1;
}
.btn-primary {
  background: var(--primary); color: white; border-color: var(--primary);
}
.btn-primary:hover {
  background: var(--primary-dark); border-color: var(--primary-dark);
  transform: translateY(-1px); box-shadow: 0 6px 20px rgba(30,58,95,0.25);
  color: white;
}
.btn-accent {
  background: var(--accent); color: #1A2B3C; border-color: var(--accent);
}
.btn-accent:hover {
  background: var(--accent-light); border-color: var(--accent-light);
  transform: translateY(-1px); box-shadow: 0 6px 24px rgba(232,150,58,0.3);
  color: #1A2B3C;
}
.btn-outline {
  background: transparent; color: rgba(240,237,232,0.75);
  border-color: rgba(240,237,232,0.2);
}
.btn-outline:hover {
  border-color: rgba(240,237,232,0.5); color: #F0EDE8;
}
.btn-ghost {
  background: transparent; color: var(--primary);
  border-color: transparent;
}
.btn-ghost:hover { background: rgba(30,58,95,0.06); }
.btn-lg { padding: 15px 32px; font-size: 16px; }
.btn-sm { padding: 9px 18px; font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ── Section layout ───────────────────────── */
.section { padding: 72px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 48px; }
.eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 12px;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700; letter-spacing: -0.02em;
  color: var(--text); line-height: 1.15; margin-bottom: 12px;
}
.section-sub {
  font-size: 17px; color: var(--text-muted);
  max-width: 520px; margin: 0 auto; line-height: 1.65;
}

/* ── Profession Cards Grid ────────────────── */
.professions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.prof-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
  position: relative; overflow: hidden;
  text-decoration: none; display: block; color: var(--text);
}
.prof-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  opacity: 0; transition: opacity var(--transition);
}
.prof-card:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  color: var(--text);
}
.prof-card:hover::before { opacity: 1; }
.prof-icon {
  font-size: 32px; margin-bottom: 16px; line-height: 1;
  display: block;
}
.prof-category {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-light); margin-bottom: 6px;
}
.prof-name {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 8px;
  color: var(--text);
}
.prof-desc {
  font-size: 14px; color: var(--text-muted);
  line-height: 1.6; margin-bottom: 18px;
}
.prof-meta {
  display: flex; gap: 12px; flex-wrap: wrap;
}
.prof-badge {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 500;
  color: var(--text-muted);
  background: var(--bg);
  padding: 4px 10px; border-radius: 100px;
  border: 1px solid var(--border);
}
.prof-badge strong { color: var(--primary); }
.prof-card-cta {
  margin-top: 20px;
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: var(--accent);
}
.prof-card-cta svg { width: 14px; height: 14px; transition: transform var(--transition); }
.prof-card:hover .prof-card-cta svg { transform: translateX(4px); }

/* ── How It Works ─────────────────────────── */
.how-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
.how-step { text-align: center; }
.how-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--primary); color: white;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-size: 18px; font-weight: 700;
  margin: 0 auto 18px;
}
.how-step h3 {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 700; margin-bottom: 8px;
}
.how-step p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ── Lifestyle Score Display ──────────────── */
.score-wrap { display: flex; flex-direction: column; gap: 10px; }
.score-row {
  display: grid; grid-template-columns: 130px 1fr 32px;
  align-items: center; gap: 12px;
}
.score-label { font-size: 13px; font-weight: 600; color: var(--text-muted); }
.score-bar-bg {
  height: 8px; background: var(--bg);
  border-radius: 100px; overflow: hidden;
  border: 1px solid var(--border);
}
.score-bar-fill {
  height: 100%; border-radius: 100px;
  transition: width 0.8s cubic-bezier(0.34,1.2,0.64,1);
}
.score-val { font-size: 13px; font-weight: 700; color: var(--text); text-align: right; }

/* ── Path Result Card ─────────────────────── */
.result-cards { display: flex; flex-direction: column; gap: 16px; }
.result-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 28px;
  transition: border-color var(--transition);
}
.result-card.rank-1 { border-color: var(--accent); }
.result-rank {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.rank-badge {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--bg); border: 2px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: var(--text-muted);
  flex-shrink: 0;
}
.rank-1 .rank-badge { background: var(--accent); border-color: var(--accent); color: white; }
.result-path-name {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  letter-spacing: -0.01em;
}
.result-match-score {
  margin-left: auto;
  font-family: var(--font-display);
  font-size: 26px; font-weight: 700;
  color: var(--accent);
}
.result-match-label { font-size: 11px; color: var(--text-muted); text-align: right; }

/* ── Profession Page Hero ─────────────────── */
.page-hero {
  background: var(--hero); padding: 100px 24px 52px;
  text-align: center;
}
.page-hero-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; color: rgba(240,237,232,0.5);
  margin-bottom: 20px; transition: color var(--transition);
}
.page-hero-back:hover { color: rgba(240,237,232,0.85); }
.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 700; color: #F0EDE8;
  letter-spacing: -0.02em;
  max-width: 640px; margin: 0 auto 14px;
}
.page-hero p {
  font-size: 17px; color: rgba(240,237,232,0.6);
  max-width: 480px; margin: 0 auto;
}

/* ── Tool Card ────────────────────────────── */
.tool-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.tool-card {
  background: var(--surface);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 64px;
}
.tool-header {
  padding: 28px 36px 22px;
  border-bottom: 1px solid var(--border);
}
.tool-header h2 {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.tool-header p { font-size: 13px; color: var(--text-muted); }

/* ── Progress ─────────────────────────────── */
.progress-wrap { padding: 20px 36px 0; }
.progress-track {
  height: 4px; background: var(--border);
  border-radius: 100px; overflow: hidden;
}
.progress-fill {
  height: 100%; background: var(--accent);
  border-radius: 100px;
  transition: width 0.4s ease;
}
.progress-label {
  font-size: 12px; color: var(--text-muted);
  margin-top: 8px; margin-bottom: 4px;
  display: flex; justify-content: space-between;
}

/* ── Tool Steps ───────────────────────────── */
.tool-step { padding: 28px 36px 36px; display: none; }
.tool-step.active { display: block; }
.step-title {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.step-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 26px; }

/* ── Priority Sliders ─────────────────────── */
.priority-list { display: flex; flex-direction: column; gap: 20px; }
.priority-item { }
.priority-row {
  display: flex; justify-content: space-between;
  align-items: center; margin-bottom: 8px;
}
.priority-name {
  font-size: 14px; font-weight: 600;
  display: flex; align-items: center; gap: 8px;
}
.priority-dot {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
}
.priority-val {
  font-size: 13px; font-weight: 700;
  color: var(--primary); min-width: 50px; text-align: right;
}
.priority-desc { font-size: 12px; color: var(--text-light); margin-bottom: 8px; }
input[type="range"] {
  width: 100%; height: 6px;
  background: var(--border); border-radius: 100px;
  outline: none; cursor: pointer;
  -webkit-appearance: none; appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px; height: 20px;
  background: var(--primary); border-radius: 50%;
  cursor: pointer; border: 3px solid white;
  box-shadow: 0 2px 6px rgba(30,58,95,0.3);
  transition: transform var(--transition);
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.15); }

/* ── Form Elements ────────────────────────── */
.form-group { margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label.field-label {
  display: block; font-size: 14px; font-weight: 600;
  margin-bottom: 8px; color: var(--text);
}
label.field-label .opt {
  font-weight: 400; color: var(--text-muted); font-size: 12px;
}
select, input[type="number"], input[type="text"] {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--border); border-radius: var(--radius-sm);
  font-family: var(--font-body); font-size: 15px; color: var(--text);
  background: var(--surface); transition: border-color var(--transition);
  -webkit-appearance: none; appearance: none;
}
select:focus, input:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(30,58,95,0.08);
}
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%236B7D90' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  padding-right: 36px;
}

/* ── Radio Options ────────────────────────── */
.radio-list { display: flex; flex-direction: column; gap: 10px; }
.radio-opt {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; border: 1.5px solid var(--border);
  border-radius: var(--radius-md); cursor: pointer;
  transition: all var(--transition); user-select: none;
}
.radio-opt:hover { border-color: var(--primary); background: rgba(30,58,95,0.02); }
.radio-opt.selected { border-color: var(--primary); background: rgba(30,58,95,0.04); }
.radio-opt input[type="radio"] { display: none; }
.radio-circle {
  width: 20px; height: 20px; border-radius: 50%;
  border: 2px solid var(--border); flex-shrink: 0; margin-top: 1px;
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.radio-opt.selected .radio-circle {
  border-color: var(--primary); background: var(--primary);
}
.radio-opt.selected .radio-circle::after {
  content: ''; width: 8px; height: 8px;
  background: white; border-radius: 50%;
}
.radio-text { font-size: 14px; font-weight: 500; }
.radio-sub { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ── Step Navigation ──────────────────────── */
.step-nav {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--border);
  gap: 12px;
}

/* ── Results Panel ────────────────────────── */
.results-panel { display: none; padding: 28px 36px 36px; }
.results-panel.visible { display: block; }
.results-headline {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  letter-spacing: -0.01em; margin-bottom: 4px;
}
.results-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 26px; }

/* ── Match Score Banner ───────────────────── */
.match-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #243F6A 100%);
  border-radius: var(--radius-lg); padding: 24px 28px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.match-banner-info h3 {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 6px;
}
.match-banner-name {
  font-family: var(--font-display);
  font-size: 26px; font-weight: 700;
  color: white; letter-spacing: -0.01em;
}
.match-banner-score {
  text-align: right;
}
.match-pct {
  font-family: var(--font-display);
  font-size: 48px; font-weight: 700;
  color: var(--accent); line-height: 1; letter-spacing: -0.03em;
}
.match-pct-label { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 4px; }

/* ── Detail Tabs ──────────────────────────── */
.paths-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.path-row {
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.path-row.top-match { border-color: var(--accent); }
.path-row-header {
  display: flex; align-items: center;
  padding: 16px 20px; cursor: pointer; gap: 14px;
}
.path-row-header:hover { background: rgba(30,58,95,0.02); }
.path-row-rank {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700; color: var(--text-muted);
  min-width: 24px;
}
.path-row.top-match .path-row-rank { color: var(--accent); }
.path-row-name {
  font-weight: 600; font-size: 15px; flex: 1;
}
.path-row-score {
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700; color: var(--primary);
}
.path-row-chevron {
  width: 16px; height: 16px; color: var(--text-light);
  transition: transform var(--transition); flex-shrink: 0;
}
.path-row.open .path-row-chevron { transform: rotate(90deg); }
.path-row-detail { display: none; padding: 0 20px 20px; }
.path-row.open .path-row-detail { display: block; }
.path-detail-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
  margin-bottom: 16px;
}
.detail-stat {
  background: var(--bg); border-radius: var(--radius-sm);
  padding: 12px 14px;
}
.detail-stat-label { font-size: 11px; color: var(--text-light); font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 4px; }
.detail-stat-val { font-size: 16px; font-weight: 700; color: var(--text); }
.detail-stat-note { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

/* ── Info Alerts ──────────────────────────── */
.alert {
  display: flex; gap: 14px; padding: 14px 18px;
  border-radius: var(--radius-md); font-size: 13px;
  line-height: 1.6; margin-bottom: 16px;
}
.alert-icon { font-size: 18px; flex-shrink: 0; }
.alert-info { background: rgba(30,58,95,0.05); border: 1px solid rgba(30,58,95,0.12); color: var(--primary); }
.alert-warn { background: #FEF5EC; border: 1px solid rgba(232,150,58,0.25); color: #8B4A00; }
.alert strong { font-weight: 700; display: block; margin-bottom: 2px; }

/* ── Disclaimer ───────────────────────────── */
.disclaimer {
  font-size: 12px; color: var(--text-muted); line-height: 1.6;
  padding: 14px 18px; background: var(--bg);
  border-radius: var(--radius-sm); border: 1px solid var(--border);
  margin-top: 20px;
}

/* ── Page Cards ───────────────────────────── */
.page-content { max-width: 820px; margin: 0 auto; padding: 48px 24px; }
.page-card {
  background: var(--surface); border-radius: var(--radius-lg);
  padding: 36px; box-shadow: var(--shadow-sm); margin-bottom: 20px;
}

/* ── CTA Section ──────────────────────────── */
.cta-section {
  background: var(--hero); padding: 64px 24px; text-align: center;
}
.cta-section h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 38px);
  font-weight: 700; color: #F0EDE8; margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.cta-section p { font-size: 16px; color: rgba(240,237,232,0.55); margin-bottom: 28px; }

/* ── Footer ───────────────────────────────── */
.footer { background: #111D29; padding: 48px 24px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px;
  margin-bottom: 36px;
}
.footer-logo {
  font-family: var(--font-display); font-size: 20px; font-weight: 700;
  color: #F0EDE8; display: block; margin-bottom: 10px;
}
.footer-logo span { color: var(--accent); }
.footer-brand p { font-size: 13px; color: rgba(240,237,232,0.35); line-height: 1.65; max-width: 220px; }
.footer-col h4 {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: rgba(240,237,232,0.35); margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { font-size: 13px; color: rgba(240,237,232,0.55); transition: color var(--transition); }
.footer-col a:hover { color: #F0EDE8; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 22px;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 8px;
}
.footer-bottom p { font-size: 12px; color: rgba(240,237,232,0.25); }

/* ── Utilities ────────────────────────────── */
.hidden { display: none !important; }
.text-center { text-align: center; }
.mt-2 { margin-top: 8px; }
.mt-4 { margin-top: 16px; }
.mb-4 { margin-bottom: 16px; }
.divider { height: 1px; background: var(--border); margin: 28px 0; }
.chip {
  display: inline-block; padding: 3px 10px; border-radius: 100px;
  font-size: 11px; font-weight: 600;
  background: var(--accent-bg); color: var(--accent);
  border: 1px solid rgba(232,150,58,0.2);
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 62px; left: 0; right: 0;
    background: var(--hero); padding: 20px 24px; gap: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .nav-toggle { display: block; }
  .professions-grid { grid-template-columns: 1fr; }
  .how-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .tool-header, .tool-step, .results-panel, .progress-wrap { padding-left: 20px; padding-right: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .path-detail-grid { grid-template-columns: 1fr; }
  .match-banner { flex-direction: column; }
  .step-nav { flex-wrap: wrap; }
  .step-nav .btn { flex: 1; justify-content: center; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ── FAQ Accordion ─────────────────────────────────────────────── */
.faq-list { margin: 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 0; font-size: 15px; font-weight: 600;
  font-family: var(--font-body); color: var(--text);
  cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 16px; line-height: 1.5;
}
.faq-q:hover { color: var(--primary); }
.faq-icon {
  font-size: 22px; font-weight: 300; color: var(--text-muted);
  flex-shrink: 0; line-height: 1; transition: transform var(--transition);
}
.faq-a {
  display: none; padding: 0 0 20px;
  font-size: 14px; color: var(--text-muted); line-height: 1.75;
}

/* ── About / Legal page prose ─────────────────────────────────── */
.body-text {
  font-size: 15px; color: var(--text-muted);
  line-height: 1.75; margin-bottom: 16px;
}
.section-sub {
  font-size: 15px; font-weight: 700; color: var(--text);
  margin: 28px 0 8px;
}
