/* Page-scoped SIGNRACER job-fit configurator. */
.job-fit-page {
  color-scheme: light;
  --accent: #8c6db0;
  --accent-strong: #7c629e;
  --accent-deep: #2f184a;
  --accent-soft: rgba(128, 94, 168, .08);
  --ink: #333333;
  --ink-soft: #666666;
  --paper: #ffffff;
  --canvas: #f6f6f6;
  --line: #eeeeee;
  --line-strong: rgba(128, 94, 168, .24);
  --success: #207259;
  --success-soft: #e9f5f0;
  --warning: #8b5a16;
  --warning-soft: #fff6e4;
  --danger: #a33b36;
  --danger-soft: #fff0ef;
  --shadow: 0 16px 32px rgba(0, 0, 0, .10);
  --shadow-soft: 0 4px 14px rgba(0, 0, 0, .06);
  --radius: 18px;
  --radius-sm: 8px;
  --shell: 1200px;
  font-family: "Open Sans", sans-serif;
}

.job-fit-page * { box-sizing: border-box; }
html:has(.job-fit-page) { scroll-behavior: smooth; }
body:has(.job-fit-page) { margin: 0; color: var(--ink); background: var(--canvas); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body:has(.job-fit-page) .footer { --footer-surface: #ffffff; }
body:has(.job-fit-page) .footer-cta { display: none; }
.job-fit-page button, .job-fit-page input, .job-fit-page select, .job-fit-page textarea { font: inherit; }
.job-fit-page button, .job-fit-page select, .job-fit-page label, .job-fit-page input[type="checkbox"], .job-fit-page input[type="radio"] { cursor: pointer; }
.job-fit-page button:disabled, .job-fit-page input:disabled, .job-fit-page select:disabled { cursor: not-allowed; opacity: .56; }
.job-fit-page [hidden] { display: none !important; }
.job-fit-page .shell { width: min(var(--shell), calc(100% - 40px)); margin-inline: auto; }
.job-fit-page .skip-link { position: absolute; top: -80px; left: 12px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--accent-deep); border-radius: 8px; transition: top .16s ease; }
.job-fit-page .skip-link:focus { position: fixed; top: 12px; }
.job-fit-page :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.job-fit-page h1, .job-fit-page h2, .job-fit-page h3, .job-fit-page h4, .job-fit-page h5, .job-fit-page h6, .job-fit-page .btn, .job-fit-page .progress-kicker, .job-fit-page .step-count, .job-fit-page .choice-card strong, .job-fit-page .step-list strong, .job-fit-page .page-context { font-family: "DIN Pro", sans-serif; }

.job-fit-page .site-header { color: #fff; background: linear-gradient(90deg, #6b5490 0%, #8e72b0 100%); }
.job-fit-page .utility-bar { background: rgba(0, 0, 0, .2); }
.job-fit-page .utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: flex-end; gap: 10px 22px; color: rgba(255, 255, 255, .88); font-size: .78rem; }
.job-fit-page .utility-inner span:first-child { font-weight: 600; }
.job-fit-page .header-main { border-top: 1px solid rgba(255, 255, 255, .06); }
.job-fit-page .header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.job-fit-page .brand { display: inline-flex; align-items: center; color: #fff; text-decoration: none; }
.job-fit-page .brand img { width: auto; height: 46px; object-fit: contain; }
.job-fit-page .page-context { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .78); font-size: .86rem; text-transform: uppercase; letter-spacing: .045em; }
.job-fit-page .page-context strong { color: #fff; font-weight: 700; }

.job-fit-page .hero { position: relative; overflow: hidden; padding: clamp(5.8rem, 9vw, 7.4rem) 0 clamp(4.8rem, 8vw, 6.2rem); color: #fff; text-align: center; background: #08080c url("/images/headers/header-printers-3.webp") center / cover no-repeat; }
.job-fit-page .hero::before { content: ""; position: absolute; inset: 0; background: rgba(8, 8, 12, .58); backdrop-filter: blur(4px); }
.job-fit-page .hero-inner { position: relative; z-index: 1; display: grid; justify-items: center; gap: 1rem; }
.job-fit-page .eyebrow { width: fit-content; margin: 0; padding: .4rem .75rem; color: rgba(255, 255, 255, .94); background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .36); border-radius: 999px; font-size: .82rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.job-fit-page .hero h1 { max-width: 22ch; margin: 0; color: #fff; font-size: clamp(2rem, 3.4vw, 3.1rem); line-height: 1.15; letter-spacing: -.015em; font-weight: 500; text-wrap: balance; }
.job-fit-page .hero-copy { max-width: 74ch; margin: 0; color: rgba(255, 255, 255, .93); font-size: 1.08rem; line-height: 1.7; text-wrap: pretty; }
.job-fit-page .hero-outcomes { display: flex; flex-wrap: wrap; justify-content: center; gap: .48rem; margin: .55rem 0 0; padding: 0; list-style: none; }
.job-fit-page .hero-outcomes li { padding: .34rem .66rem; color: rgba(255, 255, 255, .96); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .28); border-radius: 999px; font-size: .8rem; line-height: 1.2; font-weight: 600; }

.job-fit-page .tool-shell { padding-block: 32px 76px; }
.job-fit-page .tool-shell:focus { outline: none; }
.job-fit-page .tool-layout { padding-top: 22px; }
.job-fit-page .progress-panel { padding: 20px 22px 17px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.job-fit-page .progress-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 14px; }
.job-fit-page .progress-kicker { margin: 0; color: var(--accent-strong); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-fit-page .step-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 7px; }
.job-fit-page .step-list li { min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 9px; align-items: center; padding: 11px 10px; color: #77717e; background: #faf9fb; border: 1px solid transparent; border-radius: 10px; }
.job-fit-page .step-list li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-size: .76rem; font-weight: 750; }
.job-fit-page .step-list strong, .job-fit-page .step-list small { display: block; }
.job-fit-page .step-list strong { overflow-wrap: anywhere; font-size: .82rem; line-height: 1.2; }
.job-fit-page .step-list small { margin-top: 1px; font-size: .69rem; }
.job-fit-page .step-list li[aria-current="step"] { color: var(--accent-deep); background: rgba(128, 94, 168, .08); border-color: rgba(128, 94, 168, .2); }
.job-fit-page .step-list li[aria-current="step"] > span { color: #fff; background: var(--accent); border-color: var(--accent); }
.job-fit-page .step-list li.is-complete > span { color: #fff; background: var(--success); border-color: var(--success); }
.job-fit-page .progress-meter { height: 5px; margin-top: 14px; overflow: hidden; background: #eeeaf2; border-radius: 999px; }
.job-fit-page .progress-meter span { display: block; width: 20%; height: 100%; background: var(--accent); transition: width .25s ease; }
.job-fit-page .progress-caption { margin: 0; color: var(--ink-soft); font-size: .74rem; white-space: nowrap; }

.job-fit-page .wizard-card { width: 100%; min-height: 650px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-soft); }
.job-fit-page .loading-state { min-height: 500px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--ink-soft); }
.job-fit-page .spinner { width: 22px; height: 22px; border: 3px solid var(--accent-soft); border-top-color: var(--accent); border-radius: 50%; animation: job-fit-spin .8s linear infinite; }
@keyframes job-fit-spin { to { transform: rotate(360deg); } }

.job-fit-page .wizard-step { padding: clamp(28px, 5vw, 58px); padding-bottom: 34px; }
.job-fit-page .step-count { margin: 0 0 8px; color: var(--accent-strong); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-fit-page .wizard-step h2, .job-fit-page .results h2 { margin: 0; font-size: clamp(1.8rem, 3.4vw, 2.65rem); line-height: 1.16; letter-spacing: -.015em; font-weight: 500; }
.job-fit-page .wizard-step h2:focus, .job-fit-page .results h2:focus { outline: none; }
.job-fit-page .step-intro { max-width: 720px; margin: 14px 0 34px; color: var(--ink-soft); }

.job-fit-page .field-group { margin: 0 0 28px; }
.job-fit-page .field-group > label, .job-fit-page .field-group > legend { display: block; margin: 0 0 9px; color: var(--ink); font-size: .88rem; font-weight: 750; }
.job-fit-page .field-group select, .job-fit-page .field-group input[type="number"], .job-fit-page .field-group input[type="text"], .job-fit-page .field-group input[type="email"], .job-fit-page .field-group input[type="tel"], .job-fit-page .field-group textarea, .job-fit-page .dimension-field input { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: #fff; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); }
.job-fit-page .field-group select:hover, .job-fit-page .field-group input[type="number"]:hover, .job-fit-page .field-group input[type="text"]:hover, .job-fit-page .field-group input[type="email"]:hover, .job-fit-page .field-group input[type="tel"]:hover, .job-fit-page .field-group textarea:hover, .job-fit-page .dimension-field input:hover { border-color: #b8a8c8; }
.job-fit-page .field-group select:focus, .job-fit-page .field-group input[type="number"]:focus, .job-fit-page .field-group input[type="text"]:focus, .job-fit-page .field-group input[type="email"]:focus, .job-fit-page .field-group input[type="tel"]:focus, .job-fit-page .field-group textarea:focus, .job-fit-page .dimension-field input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(140,109,176,.12); outline: 0; }
.job-fit-page .field-group textarea { min-height: 112px; resize: vertical; line-height: 1.45; }
.job-fit-page .field-help { margin: 7px 0 0; color: var(--ink-soft); font-size: .78rem; }
.job-fit-page .optional-label { color: var(--ink-soft); font-size: .72rem; font-weight: 600; }
.job-fit-page fieldset.field-group { padding: 0; border: 0; }
.job-fit-page .field-pair { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.job-fit-page .field-pair--three { grid-template-columns: repeat(3, minmax(0,1fr)); }

.job-fit-page .choice-grid { display: grid; gap: 11px; }
.job-fit-page .choice-grid--feed { grid-template-columns: repeat(3, minmax(0,1fr)); }
.job-fit-page .choice-card { position: relative; min-height: 126px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 2px 8px rgba(0, 0, 0, .04); transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.job-fit-page .choice-card:hover { border-color: rgba(128, 94, 168, .34); transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0, 0, 0, .08); }
.job-fit-page .choice-card:has(input:checked) { background: rgba(128, 94, 168, .08); border-color: var(--accent); box-shadow: inset 0 0 0 1px var(--accent); }
.job-fit-page .choice-card.is-unavailable { opacity: .5; background: #f4f2f6; cursor: not-allowed; }
.job-fit-page .choice-card.is-unavailable:hover { border-color: var(--line); transform: none; }
.job-fit-page .choice-card input { position: absolute; top: 12px; right: 12px; width: 18px; height: 18px; accent-color: var(--accent); }
.job-fit-page .choice-card strong { font-size: .9rem; }
.job-fit-page .choice-card small { margin-top: 3px; color: var(--ink-soft); font-size: .73rem; }

.job-fit-page .dimension-panel { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin-bottom: 8px; padding: 20px; background: #f6f6f6; border: 1px solid var(--line); border-radius: 12px; }
.job-fit-page .dimension-help { margin-bottom: 28px; }
.job-fit-page .dimension-field label { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 7px; font-size: .82rem; font-weight: 750; }
.job-fit-page .dimension-field label span { color: var(--ink-soft); font: 600 .7rem ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }

.job-fit-page .layer-explainer { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin: -10px 0 28px; }
.job-fit-page .layer-explainer > div { display: flex; align-items: center; gap: 4px; padding: 10px 12px; background: #faf9fb; border: 1px solid var(--line); border-radius: 10px; }
.job-fit-page .layer { display: inline-grid; min-width: 42px; place-items: center; padding: 5px 6px; border-radius: 5px; font-size: .63rem; font-weight: 800; }
.job-fit-page .layer-color { color: #fff; background: linear-gradient(135deg, #2b9cb8, #9c5aaa); }
.job-fit-page .layer-white { color: #555; background: #fff; border: 1px solid #cbc7ce; }
.job-fit-page .layer-explainer small { margin-left: auto; color: var(--ink-soft); font-size: .67rem; }

.job-fit-page .check-row, .job-fit-page .review-confirm { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; padding: 16px; background: #faf9fb; border: 1px solid var(--line); border-radius: 12px; }
.job-fit-page .check-row input, .job-fit-page .review-confirm input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--accent); }
.job-fit-page .check-row strong, .job-fit-page .check-row small, .job-fit-page .review-confirm strong, .job-fit-page .review-confirm small { display: block; }
.job-fit-page .check-row strong, .job-fit-page .review-confirm strong { font-size: .86rem; }
.job-fit-page .check-row small, .job-fit-page .review-confirm small { margin-top: 3px; color: var(--ink-soft); font-size: .76rem; }

.job-fit-page .priority-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.job-fit-page .priority-grid label { position: relative; }
.job-fit-page .priority-grid input { position: absolute; opacity: 0; pointer-events: none; }
.job-fit-page .priority-grid span { min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 8px 11px; text-align: center; background: #fff; border: 1px solid var(--line-strong); border-radius: 999px; font-size: .78rem; font-weight: 700; }
.job-fit-page .priority-grid input:checked + span { color: #fff; background: var(--accent); border-color: var(--accent); }
.job-fit-page .priority-grid input:focus-visible + span { outline: 3px solid rgba(140,109,176,.45); outline-offset: 2px; }
.job-fit-page .priority-grid label.is-unavailable span { color: #8b8790; background: #f2f0f4; border-style: dashed; cursor: not-allowed; }

.job-fit-page .review-panel { display: grid; gap: 12px; margin-bottom: 22px; }
.job-fit-page .review-section { padding: 17px 18px; background: #faf9fb; border: 1px solid var(--line); border-radius: 13px; }
.job-fit-page .review-heading { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 8px; }
.job-fit-page .review-section h3 { margin: 0; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; }
.job-fit-page .review-heading button { padding: 4px 7px; color: var(--accent-strong); background: transparent; border: 0; border-radius: 6px; font: inherit; font-size: .74rem; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.job-fit-page .review-heading button:hover { background: var(--accent-soft); }
.job-fit-page .review-section dl { display: grid; grid-template-columns: minmax(120px,.4fr) 1fr; gap: 5px 16px; margin: 0; font-size: .82rem; }
.job-fit-page .review-section dt { color: var(--ink-soft); }
.job-fit-page .review-section dd { margin: 0; font-weight: 650; }
.job-fit-page .review-unknown { color: var(--warning); }

.job-fit-page .form-error-summary { margin: 26px clamp(28px, 5vw, 58px) 0; padding: 14px 16px; color: #712b27; background: var(--danger-soft); border: 1px solid #edc0bd; border-radius: 12px; font-size: .84rem; }
.job-fit-page .form-error-summary strong { display: block; margin-bottom: 4px; }
.job-fit-page .form-error-summary ul { margin: 0; padding-left: 20px; }
.job-fit-page .dependency-status { margin: 18px clamp(28px, 5vw, 58px) 0; padding: 11px 13px; color: #4d3a60; background: var(--accent-soft); border-left: 3px solid var(--accent); border-radius: 8px; font-size: .82rem; }
.job-fit-page .dependency-status:empty { display: none; }

.job-fit-page .wizard-actions { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 20px clamp(28px, 5vw, 58px); background: #f6f6f6; border-top: 1px solid var(--line); }
.job-fit-page .wizard-actions-end { display: flex; justify-content: flex-end; gap: 10px; margin-left: auto; }
.job-fit-page .btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.75rem; border: 1px solid transparent; border-radius: 8px; font-weight: 700; font-size: .95rem; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.job-fit-page .btn:hover { transform: translateY(-2px); }
.job-fit-page .btn-primary { color: #fff; background: var(--accent); }
.job-fit-page .btn-primary:hover { background: var(--accent-strong); }
.job-fit-page .btn-secondary { color: var(--accent-deep); background: #fff; border-color: var(--line-strong); }
.job-fit-page .btn-quiet { color: var(--ink-soft); background: transparent; }

.job-fit-page .results { padding: clamp(28px, 5vw, 58px); }
.job-fit-page .results-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; margin-bottom: 28px; }
.job-fit-page .results-head-copy { max-width: 720px; }
.job-fit-page .results-sub { margin: 12px 0 0; color: var(--ink-soft); }
.job-fit-page .results-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.job-fit-page .result-banner { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; margin-bottom: 24px; padding: 15px 17px; background: var(--warning-soft); border: 1px solid #ead3a5; border-radius: 13px; }
.job-fit-page .result-banner-icon { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; background: var(--warning); border-radius: 50%; font-weight: 800; }
.job-fit-page .result-banner p { margin: 0; font-size: .84rem; }
.job-fit-page .candidate-list { display: grid; gap: 18px; }
.job-fit-page .candidate-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-soft); }
.job-fit-page .candidate-card--primary { border-color: rgba(128, 94, 168, .34); box-shadow: 0 12px 24px rgba(0, 0, 0, .09); }
.job-fit-page .candidate-head { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 22px 24px; background: #f6f6f6; border-bottom: 1px solid var(--line); }
.job-fit-page .candidate-rank { margin: 0 0 5px; color: var(--accent-strong); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.job-fit-page .candidate-head h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.02em; }
.job-fit-page .candidate-stack { margin: 6px 0 0; color: var(--ink-soft); font-size: .84rem; }
.job-fit-page .fit-badge { height: fit-content; display: inline-flex; align-items: center; padding: 6px 10px; color: var(--success); background: var(--success-soft); border: 1px solid #b9ddcf; border-radius: 999px; font-size: .7rem; font-weight: 800; }
.job-fit-page .candidate-body { padding: 22px 24px 24px; }
.job-fit-page .candidate-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.job-fit-page .candidate-section h4 { margin: 0 0 10px; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.job-fit-page .reason-list, .job-fit-page .tradeoff-list, .job-fit-page .test-list { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.job-fit-page .reason-list li, .job-fit-page .tradeoff-list li, .job-fit-page .test-list li { position: relative; padding-left: 22px; font-size: .82rem; }
.job-fit-page .reason-list li::before, .job-fit-page .test-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.job-fit-page .tradeoff-list li::before { content: "↔"; position: absolute; left: 0; color: var(--warning); font-weight: 900; }
.job-fit-page .candidate-warning { margin: 18px 0 0; padding: 12px 14px; color: #60451f; background: var(--warning-soft); border-radius: 10px; font-size: .77rem; }
.job-fit-page .plain-layout { margin: 13px 0 0; color: var(--ink-soft); font-size: .79rem; }
.job-fit-page .decision-boundary { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 18px; }
.job-fit-page .boundary-card { padding: 13px 14px; background: #faf9fb; border: 1px solid var(--line); border-radius: 10px; }
.job-fit-page .boundary-card strong { display: block; margin-bottom: 4px; font-size: .73rem; letter-spacing: .05em; text-transform: uppercase; }
.job-fit-page .boundary-card p { margin: 0; color: var(--ink-soft); font-size: .77rem; }
.job-fit-page .advanced-details { margin-top: 18px; border-top: 1px solid var(--line); }
.job-fit-page .advanced-details summary { padding-top: 16px; color: var(--accent-strong); font-size: .78rem; font-weight: 800; }
.job-fit-page .advanced-content { display: grid; grid-template-columns: minmax(260px,.9fr) 1fr; gap: 22px; margin-top: 16px; }
.job-fit-page .channel-grid { display: grid; grid-template-columns: repeat(8, minmax(25px,1fr)); gap: 5px; padding: 12px; background: #f6f3f8; border-radius: 12px; }
.job-fit-page .channel-cell { aspect-ratio: 1.1; display: grid; place-items: center; min-width: 0; color: #fff; background: #777; border: 1px solid rgba(30,20,40,.2); border-radius: 5px; font: 800 .61rem ui-monospace, SFMono-Regular, Menlo, monospace; text-shadow: 0 1px 1px rgba(0,0,0,.25); }
.job-fit-page .channel-cell--empty { color: #aaa; background: #fff; border-style: dashed; text-shadow: none; }
.job-fit-page .channel-cell[data-channel="K"] { background: #24242a; }
.job-fit-page .channel-cell[data-channel="C"] { background: #159dc1; }
.job-fit-page .channel-cell[data-channel="M"] { background: #c9438d; }
.job-fit-page .channel-cell[data-channel="Y"] { color: #4a4110; background: #efd246; text-shadow: none; }
.job-fit-page .channel-cell[data-channel="Lc"] { color: #174b5b; background: #8bd7e9; text-shadow: none; }
.job-fit-page .channel-cell[data-channel="Lm"] { color: #65304d; background: #eda8c9; text-shadow: none; }
.job-fit-page .channel-cell[data-channel="Lk"] { background: #8c8e94; }
.job-fit-page .channel-cell[data-channel="O"] { background: #e46f32; }
.job-fit-page .channel-cell[data-channel="Z"] { background: #5f408d; }
.job-fit-page .channel-cell[data-channel="W"] { color: #555; background: #fff; text-shadow: none; }
.job-fit-page .channel-cell[data-channel="V"] { color: #5f5733; background: linear-gradient(135deg,#fff,#e7dca2); text-shadow: none; }
.job-fit-page .channel-cell[data-channel="P"] { color: #51442a; background: #bca978; text-shadow: none; }
.job-fit-page .technical-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; }
.job-fit-page .technical-facts div { padding: 10px; background: #faf9fb; border: 1px solid var(--line); border-radius: 9px; }
.job-fit-page .technical-facts dt { color: var(--ink-soft); font-size: .66rem; text-transform: uppercase; }
.job-fit-page .technical-facts dd { margin: 3px 0 0; font-size: .8rem; font-weight: 750; }
.job-fit-page .channel-legend { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0; padding: 0; list-style: none; }
.job-fit-page .channel-legend li { padding: 4px 7px; background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: .65rem; }

.job-fit-page .process-comparison, .job-fit-page .result-handoff { margin-top: 30px; padding: 22px; background: #faf9fb; border: 1px solid var(--line); border-radius: 16px; }
.job-fit-page .process-comparison h3, .job-fit-page .result-handoff h3 { margin: 0; font-size: 1.12rem; }
.job-fit-page .section-lead { margin: 7px 0 17px; color: var(--ink-soft); font-size: .82rem; }
.job-fit-page .process-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 10px; }
.job-fit-page .process-card { padding: 15px; background: #fff; border: 1px solid var(--line); border-radius: 11px; }
.job-fit-page .process-role { margin: 0 0 6px; color: var(--accent-strong); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.job-fit-page .process-card h4 { margin: 0 0 8px; font-size: .85rem; }
.job-fit-page .process-card p { margin: 6px 0 0; color: var(--ink-soft); font-size: .73rem; }
.job-fit-page .process-card strong { color: var(--ink); }
.job-fit-page .result-handoff { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; }
.job-fit-page .handoff-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.job-fit-page .source-note { margin: 14px 0 0; color: var(--ink-soft); font-size: .7rem; }

.job-fit-page .comparison-wrap { margin-top: 28px; overflow-x: auto; }
.job-fit-page .shared-validation { margin-top: 24px; padding: 22px 24px; background: #f8fbfa; border: 1px solid #cfe3dc; border-radius: 16px; }
.job-fit-page .shared-validation h3 { margin: 0 0 14px; font-size: 1.1rem; }
.job-fit-page .shared-validation .test-list { columns: 2; column-gap: 30px; display: block; }
.job-fit-page .shared-validation .test-list li { break-inside: avoid; margin-bottom: 8px; }
.job-fit-page .comparison { width: 100%; border-collapse: collapse; font-size: .8rem; }
.job-fit-page .comparison caption { margin-bottom: 10px; text-align: left; font-weight: 800; font-size: .9rem; }
.job-fit-page .comparison th, .job-fit-page .comparison td { padding: 11px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.job-fit-page .comparison th { color: var(--ink-soft); font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.job-fit-page .secondary-details { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }
.job-fit-page .secondary-details summary { font-weight: 750; font-size: .84rem; }
.job-fit-page .exclusion-list { display: grid; gap: 8px; margin-top: 12px; }
.job-fit-page .exclusion-item { padding: 11px 13px; background: #faf9fb; border: 1px solid var(--line); border-radius: 9px; font-size: .77rem; }
.job-fit-page .exclusion-item strong { display: block; }
.job-fit-page .empty-result { padding: 26px; background: var(--warning-soft); border: 1px solid #ead3a5; border-radius: 14px; }
.job-fit-page .empty-result h3 { margin-top: 0; }
.job-fit-page .direction-summary { margin-top: 20px; padding: 20px 22px; background: #f8fbfa; border: 1px solid #cfe3dc; border-radius: 14px; }
.job-fit-page .direction-summary h3 { margin: 0; font-size: 1.08rem; }
.job-fit-page .direction-summary > p:not(.candidate-rank) { margin: 6px 0 14px; color: var(--ink-soft); font-size: .8rem; }
.job-fit-page .direction-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.job-fit-page .direction-list li { padding: 6px 9px; background: #fff; border: 1px solid #cfe3dc; border-radius: 999px; font-size: .74rem; font-weight: 700; }
.job-fit-page .copy-status { min-height: 20px; margin: 8px 0 0; color: var(--success); font-size: .76rem; text-align: right; }

.job-fit-page .contact-handoff { background: #fff; }
.job-fit-page .contact-step { padding-bottom: 28px; }
.job-fit-page .contact-intent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 28px; }
.job-fit-page .contact-intent-grid .choice-card { min-height: 108px; }
.job-fit-page .contact-brief-preview { margin: 4px 0 22px; padding: 0 18px; background: #f6f6f6; border: 1px solid var(--line); border-radius: 12px; }
.job-fit-page .contact-brief-preview summary { padding: 15px 0; color: var(--accent-strong); font-family: "DIN Pro", sans-serif; font-size: .9rem; font-weight: 700; }
.job-fit-page .contact-brief-preview[open] summary { margin-bottom: 2px; }
.job-fit-page .contact-brief-preview .field-group { margin-bottom: 18px; }
.job-fit-page .contact-brief-preview textarea { min-height: 260px; color: #46434c; background: #fff; font: 400 .77rem/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; cursor: text; }
.job-fit-page .contact-message { margin: 20px 0 0; padding: 14px 16px; border-radius: 10px; font-size: .84rem; }
.job-fit-page .contact-message--success { color: var(--success); background: var(--success-soft); border: 1px solid #b9ddcf; }
.job-fit-page .contact-message--error { color: var(--danger); background: var(--danger-soft); border: 1px solid #edc0bd; }
.job-fit-page .contact-local-note { margin: 22px 0 0; padding: 13px 15px; color: #4d402e; background: var(--warning-soft); border-left: 3px solid var(--warning); border-radius: 8px; font-size: .78rem; }
.job-fit-page .contact-local-note code { font-size: .74rem; }
.job-fit-page .contact-privacy { margin: 12px 0 0; color: var(--ink-soft); font-size: .72rem; }
.job-fit-page .contact-privacy a { color: var(--accent-strong); }
.job-fit-page .contact-error-summary { margin-bottom: 0; }
.job-fit-page .contact-actions { border-radius: 0 0 18px 18px; }
.job-fit-page .contact-confirmation { padding: 52px; background: #fff; }
.job-fit-page .contact-confirmation h2 { margin: 0 0 12px; max-width: 720px; font-size: clamp(1.7rem, 3vw, 2.35rem); }
.job-fit-page .contact-confirmation > p:not(.step-count, .contact-local-note, .confirmation-copy-status) { max-width: 760px; margin: 0; color: var(--ink-soft); }
.job-fit-page .contact-reference { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 28px; max-width: 760px; margin: 28px 0 0; padding: 18px 20px; background: #f6f6f6; border: 1px solid var(--line); border-radius: 12px; }
.job-fit-page .contact-reference span { color: var(--ink-soft); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.job-fit-page .contact-reference strong { color: var(--accent-deep); font-family: "DIN Pro", sans-serif; font-size: 1.12rem; letter-spacing: .04em; }
.job-fit-page .confirmation-copy-status { min-height: 22px; margin: 18px 0 0; color: var(--success); font-size: .78rem; }
.job-fit-page .confirmation-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.job-fit-page .honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.job-fit-page .site-footer { padding: 30px 0; color: #666; background: #f0f0f0; border-top: 1px solid rgba(0, 0, 0, .08); }
.job-fit-page .footer-inner { display: flex; justify-content: space-between; gap: 28px; }
.job-fit-page .footer-inner p { margin: 0; font-size: .78rem; }
.job-fit-page .noscript { margin: 20px; padding: 16px; color: #712b27; background: var(--danger-soft); border: 1px solid #edc0bd; }

.job-fit-page .restart-dialog { width: min(480px, calc(100% - 32px)); padding: 0; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.job-fit-page .restart-dialog::backdrop { background: rgba(24, 18, 31, .58); backdrop-filter: blur(3px); }
.job-fit-page .restart-dialog form { padding: 26px; }
.job-fit-page .restart-dialog h2 { margin: 0; font-size: 1.45rem; }
.job-fit-page .restart-dialog form > p:not(.step-count) { margin: 10px 0 22px; color: var(--ink-soft); }
.job-fit-page .dialog-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }

@media (max-width: 960px) {
.job-fit-page .step-list { grid-template-columns: repeat(6, minmax(0,1fr)); gap: 5px; }
.job-fit-page .step-list li { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.job-fit-page .step-list small { display: none; }
.job-fit-page .choice-grid--feed, .job-fit-page .contact-intent-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
.job-fit-page .shell { width: min(100% - 24px, var(--shell)); }
.job-fit-page .utility-inner { min-height: 30px; justify-content: center; font-size: .68rem; }
.job-fit-page .utility-inner span:last-child { display: none; }
.job-fit-page .header-inner { min-height: 66px; }
.job-fit-page .brand img { height: 38px; }
.job-fit-page .page-context span { display: none; }
.job-fit-page .page-context { font-size: .78rem; }
.job-fit-page .hero { padding: 4.5rem 0 4rem; }
.job-fit-page .hero h1 { font-size: clamp(2rem, 10vw, 2.85rem); }
.job-fit-page .hero-copy { font-size: .98rem; line-height: 1.6; }
.job-fit-page .tool-shell { padding-block: 26px 52px; }
.job-fit-page .tool-layout { padding-top: 16px; }
.job-fit-page .progress-panel { padding: 16px 12px; }
.job-fit-page .progress-heading { margin-bottom: 10px; }
.job-fit-page .step-list { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.job-fit-page .step-list li div { display: none; }
.job-fit-page .step-list li { padding-inline: 2px; }
.job-fit-page .step-list li > span { width: 27px; height: 27px; }
.job-fit-page .wizard-card { border-radius: 12px; }
.job-fit-page .wizard-step, .job-fit-page .results { padding: 28px 20px; }
.job-fit-page .contact-confirmation { padding: 32px 20px; }
.job-fit-page .choice-grid--feed, .job-fit-page .contact-intent-grid, .job-fit-page .field-pair, .job-fit-page .field-pair--three, .job-fit-page .dimension-panel, .job-fit-page .layer-explainer, .job-fit-page .candidate-columns, .job-fit-page .advanced-content, .job-fit-page .decision-boundary, .job-fit-page .process-grid, .job-fit-page .result-handoff { grid-template-columns: 1fr; }
.job-fit-page .choice-card { min-height: 104px; }
.job-fit-page .priority-grid { grid-template-columns: 1fr; }
.job-fit-page .wizard-actions { align-items: stretch; padding: 15px 20px; }
.job-fit-page .wizard-actions, .job-fit-page .wizard-actions-end { flex-wrap: wrap; }
.job-fit-page .wizard-actions-end { width: 100%; }
.job-fit-page .wizard-actions-end .btn { flex: 1; }
.job-fit-page .results-head { display: block; }
.job-fit-page .results-actions { justify-content: flex-start; margin-top: 16px; }
.job-fit-page .handoff-actions { justify-content: flex-start; }
.job-fit-page .candidate-head { grid-template-columns: 1fr; }
.job-fit-page .fit-badge { width: fit-content; }
.job-fit-page .review-section dl { grid-template-columns: 1fr; gap: 1px; }
.job-fit-page .review-section dd { margin-bottom: 8px; }
.job-fit-page .shared-validation .test-list { columns: 1; }
.job-fit-page .contact-actions .btn { flex: 1; }
.job-fit-page .confirmation-actions .btn { flex: 1 1 100%; }
.job-fit-page .footer-inner { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
.job-fit-page *, .job-fit-page *::before, .job-fit-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  @page { margin: 14mm 12mm; }
.job-fit-page *, .job-fit-page *::before, .job-fit-page *::after { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
html:has(.job-fit-page) { font-size: 13px; }
body:has(.job-fit-page) { background: #fff; }
.job-fit-page .site-header, .job-fit-page .hero, .job-fit-page .progress-panel, .job-fit-page #jobForm, .job-fit-page #contactForm, .job-fit-page .results-actions, .job-fit-page .site-footer, .job-fit-page .secondary-details, .job-fit-page .copy-status, .job-fit-page .result-handoff, .job-fit-page .restart-dialog { display: none !important; }
.job-fit-page .shell, .job-fit-page .tool-shell, .job-fit-page .tool-layout { width: 100%; max-width: none; margin: 0; padding: 0; display: block; }
.job-fit-page .wizard-card { border: 0; box-shadow: none; }
.job-fit-page .results { padding: 3mm 0 0; }
.job-fit-page .result-banner { break-inside: avoid; }
.job-fit-page .candidate-card { break-inside: avoid; box-shadow: none; }
.job-fit-page .candidate-card + .candidate-card { break-before: page; }
.job-fit-page .candidate-head { padding: 16px 18px; }
.job-fit-page .candidate-body { padding: 16px 18px 18px; }
.job-fit-page .candidate-columns { gap: 18px; }
.job-fit-page .candidate-tests .test-list { columns: 2; column-gap: 22px; display: block; }
.job-fit-page .candidate-tests .test-list li { break-inside: avoid; margin-bottom: 6px; }
.job-fit-page .shared-validation { break-inside: avoid; }
.job-fit-page .decision-boundary { margin-top: 13px; }
.job-fit-page .candidate-warning { margin-top: 13px; }
.job-fit-page .comparison-wrap { break-before: page; }
.job-fit-page .comparison thead { display: table-header-group; }
.job-fit-page .advanced-details { display: none; }
}
