.match-hero h1 { max-width: 900px; }
.match-section { background: linear-gradient(180deg, #232425 0%, #292a2b 100%); }
.match-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; align-items: start; }
.match-main { min-width: 0; }
.match-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); gap: 30px; align-items: end; margin-bottom: 28px; }
.match-intro h2, .match-results-heading h2 { margin: 6px 0 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 560; letter-spacing: -.045em; line-height: 1.08; }
.match-intro p, .match-results-heading p { margin: 0; color: var(--muted); line-height: 1.75; }
.match-card { padding: clamp(22px, 4vw, 40px); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow-soft); }
.match-progress-wrap { margin-bottom: 34px; }
.match-progress-row { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 9px; color: var(--muted); font-size: .78rem; font-weight: 750; letter-spacing: .035em; }
.match-progress { height: 6px; overflow: hidden; border-radius: 999px; background: #4a4b4b; }
.match-progress span { display: block; width: 8.333%; height: 100%; border-radius: inherit; background: var(--ocean); transition: width .22s ease; }
.match-question { min-width: 0; margin: 0; padding: 0; border: 0; }
.match-question legend { width: 100%; padding: 0; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.35rem); font-weight: 620; letter-spacing: -.035em; line-height: 1.18; }
.match-question-help { min-height: 1.6em; margin: 10px 0 22px; color: var(--muted); }
.match-options { display: grid; gap: 11px; }
.match-option { position: relative; display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 72px; padding: 14px 16px; border: 1px solid #686761; border-radius: 9px; background: #323334; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.match-option:hover { border-color: #a49a88; background: #3d3e3f; transform: translateY(-1px); }
.match-option:has(input:checked) { border-color: var(--ocean); background: #49463f; box-shadow: inset 0 0 0 1px var(--ocean); }
.match-option input { position: absolute; opacity: 0; pointer-events: none; }
.match-option-key { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid #777166; border-radius: 50%; background: var(--surface); color: var(--navy); font-weight: 800; }
.match-option:has(input:checked) .match-option-key { border-color: var(--navy); background: var(--navy); color: #232425; }
.match-option-copy strong { display: block; color: var(--ink); font-size: .98rem; }
.match-option-copy span { display: block; margin-top: 2px; color: var(--muted); font-size: .86rem; line-height: 1.4; }
.match-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.match-actions .btn { min-width: 120px; }
.match-actions .btn:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.match-validation { min-height: 1.5em; margin: 10px 0 0; color: #f1bbaa; font-size: .86rem; }
.match-sidebar { display: grid; gap: 18px; position: sticky; top: 110px; }
.match-sidebar .sidebar-card { padding: 24px; }
.match-sidebar h3 { margin: 7px 0 10px; color: var(--navy); font-size: 1.2rem; }
.match-sidebar p { color: var(--muted); }
.match-checklist { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.match-checklist li { position: relative; padding-left: 21px; color: var(--muted); font-size: .9rem; line-height: 1.4; }
.match-checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ocean); font-weight: 850; }
.match-small { font-size: .78rem; }
.match-results { margin-top: 34px; }
.match-results-heading { margin-bottom: 22px; }
.match-results-heading p { margin-top: 11px; max-width: 760px; }
.match-result-list { display: grid; gap: 16px; }
.match-result { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 22px; padding: clamp(22px, 4vw, 32px); border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow-soft); }
.match-result:first-child { border-color: #a49a88; background: linear-gradient(135deg, var(--surface) 0%, #3c3b37 100%); }
.match-score { display: grid; place-items: center; align-self: start; width: 88px; height: 88px; border: 1px solid #8b8478; border-radius: 50%; background: #373839; color: var(--navy); text-align: center; }
.match-score strong { display: block; font-size: 1.5rem; line-height: 1; }
.match-score span { display: block; margin-top: 4px; color: var(--muted); font-size: .64rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.match-rank { color: var(--ocean); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.match-result h3 { margin: 4px 0 3px; color: var(--navy); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 620; letter-spacing: -.035em; }
.match-class { margin: 0 0 12px; color: var(--ocean); font-weight: 750; }
.match-result-copy { margin: 0; color: var(--muted); }
.match-why { display: flex; flex-wrap: wrap; gap: 7px; margin: 16px 0 0; padding: 0; list-style: none; }
.match-why li { padding: 6px 9px; border: 1px solid #625e56; border-radius: 999px; background: #3c3b37; color: #e0d5c3; font-size: .76rem; font-weight: 700; }
.match-tradeoff { margin: 15px 0 0; padding-top: 14px; border-top: 1px solid #5b5851; color: #c6c2ba; font-size: .85rem; }
.match-result-note { margin-top: 20px; padding: 20px 22px; border-left: 3px solid #c3b8a5; background: #363738; }
.match-result-note strong { color: var(--navy); }
.match-result-note p { margin: 5px 0 0; color: var(--muted); }
.match-result-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
@media (max-width: 940px) {
  .match-layout { grid-template-columns: 1fr; }
  .match-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .match-intro { grid-template-columns: 1fr; gap: 12px; }
  .match-card { padding: 20px 16px; }
  .match-option { grid-template-columns: 34px minmax(0, 1fr); min-height: 68px; padding: 12px; }
  .match-option-key { width: 32px; height: 32px; }
  .match-actions .btn { flex: 1; min-width: 0; }
  .match-sidebar { grid-template-columns: 1fr; }
  .match-result { grid-template-columns: 1fr; gap: 14px; }
  .match-score { width: 74px; height: 74px; }
}


.match-intro h2, .match-results-heading h2, .match-result h3 { font-weight: 400; letter-spacing: -.02em; }
.match-question legend { font-family: var(--display-font); font-weight: 400; letter-spacing: -.015em; }
.match-option:has(input:focus-visible) { outline: 2px solid var(--ocean); outline-offset: 3px; }
