@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');

:root {
  --ink: #14211d;
  --muted: #64716c;
  --line: #dce3dc;
  --surface: #f7f8f4;
  --green: #164e3b;
  --green-light: #dcece2;
  --accent: #ea6847;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: auto;
  padding: 1.35rem 2rem;
}

.brand { display: inline-flex; align-items: center; gap: .65rem; font-size: 1.05rem; font-weight: 700; text-decoration: none; letter-spacing: -.03em; }
.header-actions { display: flex; align-items: center; gap: 1rem; }.header-link { color: #516057; font-size: .84rem; font-weight: 600; text-decoration: none; }.header-link:hover { color: var(--accent); }
.brand-mark { display: grid; width: 1.85rem; height: 1.85rem; place-items: center; border-radius: 50% 50% 50% 5%; background: var(--green); color: #fff; font-family: Georgia, serif; font-size: 1.2rem; }
nav { display: flex; gap: 2rem; margin-left: 7rem; }
nav a { color: #4b5b54; font-size: .9rem; font-weight: 500; text-decoration: none; }
nav a:hover, .text-link:hover { color: var(--accent); }
.nav-action { border: 1px solid #aac1b4; border-radius: 99px; padding: .62rem 1rem; color: var(--green); font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-action:hover { background: var(--green-light); }

.hero { overflow: hidden; position: relative; max-width: 1240px; margin: 1rem auto 0; padding: 5.75rem 6.5rem 4rem; border-radius: 1.5rem; color: #fff; background: var(--green); }
.hero::after { position: absolute; z-index: 0; width: 38rem; height: 38rem; right: -13rem; top: -21rem; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.035), 0 0 0 10rem rgba(255,255,255,.025); content: ""; }
.hero-copy, .job-search, .hero-note { position: relative; z-index: 1; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: .5rem; margin: 0 0 1.25rem; color: #83b79d; font-family: "DM Mono", monospace; font-size: .68rem; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span { width: 1.5rem; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: -.055em; }
h1 { max-width: 700px; font-size: clamp(3.35rem, 7.5vw, 6.4rem); line-height: .94; }
h1 em { color: #b7dcc8; }
.intro { max-width: 550px; margin: 1.6rem 0 2.75rem; color: #d1dfd7; font-size: 1.12rem; line-height: 1.65; }

.job-search { display: grid; grid-template-columns: 1.2fr 1fr auto; max-width: 850px; padding: .5rem; border-radius: .85rem; background: #fff; box-shadow: 0 1.5rem 3rem rgba(0,0,0,.15); }
.job-search label { min-width: 0; padding: .55rem 1.2rem .6rem; border-right: 1px solid var(--line); }
.field-label { display: block; margin-bottom: .2rem; color: var(--green); font-family: "DM Mono", monospace; font-size: .62rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.job-search input { width: 100%; border: 0; outline: 0; color: var(--ink); font: inherit; font-size: .9rem; }
.job-search input::placeholder { color: #8a968f; }
.job-search button, .search-button { margin-left: .5rem; padding: 0 1.35rem; border: 0; border-radius: .55rem; background: var(--accent); color: #fff; cursor: pointer; font: inherit; font-size: .9rem; font-weight: 700; }
.search-button { display: flex; align-items: center; justify-content: center; text-decoration: none; }
.job-search button:hover, .search-button:hover { background: #d95335; }
.job-search button span, .search-button span { padding-left: .7rem; font-size: 1.2rem; }
.hero-note { display: flex; align-items: center; gap: .6rem; margin-top: 1.2rem; color: #b7cec1; font-size: .78rem; }
.verified-icon { display: grid; width: 1.15rem; height: 1.15rem; place-items: center; border-radius: 50%; background: #72ac8c; color: var(--green); font-size: .7rem; font-weight: 800; }
.hero-note a { margin-left: .4rem; color: #fff; text-decoration-color: rgba(255,255,255,.5); text-underline-offset: 3px; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1050px; margin: 0 auto; padding: 2.5rem 3rem; border-bottom: 1px solid var(--line); }
.stats div { display: flex; align-items: baseline; justify-content: center; gap: .6rem; border-right: 1px solid var(--line); }
.stats div:last-child { border: 0; }
.stats strong { color: var(--green); font-family: "Playfair Display", Georgia, serif; font-size: 1.9rem; letter-spacing: -.05em; }
.stats span { color: var(--muted); font-size: .8rem; }

.featured { max-width: 1240px; margin: 0 auto; padding: 5.5rem 2rem 6rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 2rem; }
.section-heading .eyebrow { margin-bottom: .85rem; color: #728179; }
h2 { font-size: clamp(2.35rem, 4vw, 3.6rem); line-height: 1; }
.text-link { color: var(--green); font-size: .9rem; font-weight: 700; text-decoration: none; }
.text-link span { padding-left: .55rem; font-size: 1.2rem; }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.job-card { display: flex; min-height: 285px; padding: 1.5rem; flex-direction: column; border: 1px solid var(--line); border-radius: .9rem; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.job-card:hover { transform: translateY(-4px); box-shadow: 0 1rem 2rem rgba(22,78,59,.09); }
.job-top, .card-bottom { display: flex; align-items: center; justify-content: space-between; }
.company-logo { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: .55rem; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.45rem; font-weight: 700; }
.indigo { background: #4452a6; }.coral { background: #e56d57; }.gold { background: #b98935; }
.job-type { padding: .3rem .55rem; border-radius: 99px; background: #eef4ef; color: #47705a; font-size: .68rem; font-weight: 700; }
.company { margin: 1.8rem 0 .4rem; color: #617067; font-size: .78rem; font-weight: 600; }
h3 { margin: 0; font-size: 1.25rem; letter-spacing: -.035em; line-height: 1.2; }
.job-meta { margin: .65rem 0 0; color: var(--muted); font-size: .82rem; }.job-meta span { padding: 0 .35rem; color: #9ba69f; }
.card-bottom { margin-top: auto; padding-top: 1.3rem; border-top: 1px solid #edf0ec; color: #75837b; font-size: .72rem; font-weight: 600; }
.card-bottom a { display: grid; width: 1.85rem; height: 1.85rem; place-items: center; border-radius: 50%; background: var(--green-light); color: var(--green); font-size: 1rem; text-decoration: none; }.card-bottom a:hover { background: var(--green); color: #fff; }

@media (max-width: 760px) {
  .site-header { padding: 1rem 1.25rem; } nav { display: none; }.nav-action { font-size: .78rem; }
  .hero { margin: 0; padding: 4.5rem 1.4rem 3rem; border-radius: 0; }.intro { font-size: 1rem; }
  .job-search { grid-template-columns: 1fr; gap: .25rem; }.job-search label { padding: .75rem; border-right: 0; border-bottom: 1px solid var(--line); }.job-search button { min-height: 3rem; margin: .35rem 0 0; }
  .hero-note { align-items: flex-start; flex-wrap: wrap; line-height: 1.4; }.hero-note a { width: 100%; margin-left: 1.75rem; }
  .stats { padding: 1.5rem 1rem; }.stats div { flex-direction: column; gap: 0; padding: 0 .55rem; }.stats strong { font-size: 1.45rem; }.stats span { font-size: .67rem; text-align: center; }
  .featured { padding: 3.75rem 1.25rem; }.section-heading { align-items: start; flex-direction: column; gap: 1rem; }.job-grid { grid-template-columns: 1fr; }
}

/* Job-matching questionnaire */
.intake-page { min-height: 100vh; background: #f2f4ee; }
.intake-header { padding-top: 1.5rem; padding-bottom: 1.5rem; }.secure-note { color: var(--muted); font-size: .78rem; }
.intake-shell { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(460px, 1.18fr); max-width: 1120px; min-height: 650px; margin: 2rem auto 4rem; border-radius: 1.2rem; overflow: hidden; box-shadow: 0 1rem 3rem rgba(20,33,29,.08); }
.intake-aside { padding: 4rem; color: #fff; background: var(--green); }.intake-aside .eyebrow { color: #8fc2a6; }.intake-aside h1 { font-size: clamp(3.2rem, 5vw, 4.75rem); }.intake-aside h1 em { color: #b7dcc8; }.intake-aside > p:not(.eyebrow) { max-width: 320px; margin: 1.75rem 0 0; color: #c0d5c9; line-height: 1.6; }
.match-note { display: flex; gap: .8rem; margin-top: 5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); color: #c0d5c9; font-size: .8rem; line-height: 1.5; }.match-note span { display: grid; width: 1.2rem; height: 1.2rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #83b79d; color: var(--green); font-weight: 800; }.match-note p { margin: 0; }.match-note strong { color: #fff; }
.questionnaire { padding: 3.25rem 4rem; background: #fff; }.progress-row { display: flex; align-items: center; gap: 1rem; color: var(--muted); font-family: "DM Mono", monospace; font-size: .67rem; letter-spacing: .05em; text-transform: uppercase; }.progress-track { width: 150px; height: 4px; overflow: hidden; border-radius: 3px; background: #e5eae4; }.progress-value { width: 20%; height: 100%; border-radius: inherit; background: var(--accent); transition: width .25s ease; }
.question-step { display: none; min-width: 0; margin: 3.7rem 0 0; padding: 0; border: 0; }.question-step.active { display: block; animation: enter .24s ease; }@keyframes enter { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.question-step legend { max-width: 550px; padding: 0; color: var(--ink); font-family: "Playfair Display", Georgia, serif; font-size: clamp(2rem, 3.4vw, 3rem); font-weight: 600; letter-spacing: -.05em; line-height: 1.08; }.question-help { max-width: 490px; margin: .85rem 0 2rem; color: var(--muted); font-size: .91rem; line-height: 1.55; }.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem; }.choice-grid label { cursor: pointer; }.choice-grid input { position: absolute; opacity: 0; }.choice-grid span { display: flex; min-height: 3.35rem; align-items: center; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: .45rem; color: #44534b; font-size: .85rem; font-weight: 600; transition: .15s ease; }.choice-grid input:checked + span { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); background: var(--green-light); color: var(--green); }.choice-grid span:hover { border-color: #8eaaa0; }.three-col { grid-template-columns: repeat(3, 1fr); }.form-label { display: block; color: #536158; font-size: .8rem; font-weight: 700; }.form-label input { display: block; width: 100%; margin-top: .5rem; padding: .8rem .9rem; border: 1px solid var(--line); border-radius: .45rem; outline-color: var(--green); color: var(--ink); font: inherit; }.field-title { margin: 1.5rem 0 .65rem; color: #536158; font-size: .8rem; font-weight: 700; }
.question-actions { display: flex; justify-content: space-between; margin-top: 2.7rem; }.continue-button, .back-button { display: inline-flex; min-height: 2.85rem; align-items: center; justify-content: center; padding: .6rem 1.2rem; border: 0; border-radius: .45rem; cursor: pointer; font: inherit; font-size: .86rem; font-weight: 700; text-decoration: none; }.continue-button { background: var(--green); color: #fff; }.continue-button:hover { background: #0e382a; }.continue-button span { padding-left: .6rem; font-size: 1.1rem; }.back-button { background: transparent; color: var(--muted); }.back-button:hover { color: var(--green); }.is-hidden { visibility: hidden; }
.match-complete { padding-top: 6rem; text-align: center; }.complete-icon { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; margin: 0 auto 1.5rem; border-radius: 50%; background: var(--green-light); color: var(--green); font-size: 1.6rem; font-weight: 800; }.match-complete h2 { font-size: 2.4rem; }.match-complete p { margin: 1rem auto 2rem; color: var(--muted); line-height: 1.6; }.match-complete .continue-button { display: inline-flex; }

@media (max-width: 760px) { .intake-header { margin: 0; }.secure-note { display: none; }.intake-shell { display: block; margin: 0; border-radius: 0; }.intake-aside { padding: 3rem 1.4rem; }.intake-aside h1 { font-size: 3.3rem; }.match-note { margin-top: 2.5rem; }.questionnaire { padding: 2.25rem 1.4rem 3rem; }.question-step { margin-top: 2.8rem; }.choice-grid, .three-col { grid-template-columns: 1fr; }.progress-track { flex: 1; }.match-complete { padding-top: 3rem; } }

/* Account screens */
.auth-page { display: grid; min-height: 100vh; place-items: center; padding: 2rem 1.25rem; background: var(--green); }.auth-card { width: min(100%, 480px); padding: 3.25rem; border-radius: 1rem; background: #fff; box-shadow: 0 1.5rem 4rem rgba(0,0,0,.2); }.auth-card .brand { margin-bottom: 3.5rem; }.auth-card .eyebrow { margin-bottom: .85rem; color: #728179; }.auth-card h1 { font-size: 3.15rem; line-height: .98; }.auth-intro { margin: 1rem 0 2rem; color: var(--muted); line-height: 1.55; }.auth-form { display: grid; gap: 1.1rem; }.auth-form label { color: #45554d; font-size: .8rem; font-weight: 700; }.auth-form small { color: var(--muted); font-weight: 400; }.auth-form input { display: block; width: 100%; margin-top: .45rem; padding: .78rem .85rem; border: 1px solid var(--line); border-radius: .42rem; outline-color: var(--green); color: var(--ink); font: inherit; }.auth-form .continue-button { width: 100%; margin-top: .4rem; }.auth-footer { margin: 1.75rem 0 0; color: var(--muted); font-size: .82rem; text-align: center; }.auth-footer a { color: var(--green); font-weight: 700; }.flash { margin: 0 0 1.2rem; padding: .75rem .85rem; border-radius: .42rem; font-size: .8rem; line-height: 1.45; }.flash.error { background: #fdf0ec; color: #9b3922; }.flash.success { background: #e8f3ea; color: #276440; }.flash.info { background: #edf4f6; color: #315f72; }.intake-header .secure-note a { color: var(--green); font-weight: 700; }
@media (max-width: 480px) { .auth-card { padding: 2.25rem 1.4rem; }.auth-card h1 { font-size: 2.65rem; } }

/* Verified job listings */
.jobs-page { max-width: 1120px; margin: 0 auto; padding: 3rem 2rem 6rem; }.jobs-hero { max-width: 720px; padding: 3.5rem 0 4rem; }.jobs-hero .eyebrow { color: #728179; }.jobs-hero h1 { font-size: clamp(3.3rem, 6vw, 5.6rem); }.jobs-hero > p:last-child { max-width: 600px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }.jobs-list { max-width: 850px; }.job-count { margin: 0 0 1rem; color: var(--muted); font-family: "DM Mono", monospace; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }.listing-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem; border: 1px solid var(--line); border-radius: .8rem; background: #fff; }.listing-card + .listing-card { margin-top: .85rem; }.listing-card h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: -.04em; }.listing-card .company { margin: 0 0 .4rem; color: #607167; font-size: .78rem; font-weight: 700; }.listing-card .job-meta { margin-bottom: 0; }.apply-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; padding: .7rem 1rem; border-radius: .45rem; background: var(--green); color: #fff; font-size: .78rem; font-weight: 700; text-align: center; text-decoration: none; }.apply-button:hover { background: #0e382a; }.apply-button span { padding-left: .5rem; font-size: 1rem; }.empty-jobs { padding: 4rem 2rem; border: 1px dashed #b9c8bd; border-radius: .8rem; background: #fff; text-align: center; }.empty-jobs h2 { font-size: 2.25rem; }.empty-jobs p { max-width: 410px; margin: 1rem auto 0; color: var(--muted); line-height: 1.6; }
@media (max-width: 760px) { .jobs-page { padding: 1.5rem 1.25rem 4rem; }.jobs-hero { padding: 2.5rem 0 3rem; }.listing-card { align-items: flex-start; flex-direction: column; gap: 1.25rem; }.apply-button { width: 100%; } }

/* v0.1 career-navigation landing page */
.header-statement { margin: 0; color: var(--muted); font-size: .8rem; }.path-hero { padding-bottom: 3.5rem; }.path-picker { position: relative; z-index: 1; max-width: 850px; margin-top: 3.25rem; padding: 1.25rem; border-radius: .9rem; background: rgba(255,255,255,.1); }.path-label { margin: 0 0 .8rem; color: #d1dfd7; font-size: .84rem; font-weight: 600; }.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }.path-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .75rem; padding: .9rem; border-radius: .55rem; background: #fff; color: var(--ink); text-decoration: none; transition: transform .15s ease, background .15s ease; }.path-grid a:hover { transform: translateY(-2px); background: #eff6f0; }.path-grid strong, .path-grid small { display: block; }.path-grid strong { font-size: .88rem; }.path-grid small { margin-top: .15rem; color: var(--muted); font-size: .7rem; line-height: 1.35; }.path-grid b { color: var(--green); font-size: 1.15rem; }.path-icon { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: .45rem; background: var(--green-light); color: var(--green); font-family: Georgia, serif; font-weight: 700; }.mission-strip { max-width: 900px; margin: 0 auto; padding: 3rem 2rem; color: var(--green); font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; font-weight: 600; letter-spacing: -.035em; text-align: center; }.mission-strip p { margin: 0; }.back-home { color: var(--green); font-size: .82rem; font-weight: 700; text-decoration: none; }.back-home:hover { color: var(--accent); }
@media (max-width: 760px) { .header-statement { display: none; }.path-picker { margin-top: 2.25rem; padding: .7rem; }.path-grid { grid-template-columns: 1fr; }.path-hero { padding-bottom: 2.25rem; }.mission-strip { padding: 2.5rem 1.5rem; font-size: 1.35rem; } }

/* v0.2 dashboard and résumé */
.dashboard, .resume-page { max-width: 960px; margin: 0 auto; padding: 4.5rem 2rem 6rem; }.dashboard > h1, .resume-page > h1 { font-size: clamp(3rem, 6vw, 5rem); }.dashboard-intro { max-width: 620px; margin: 1.1rem 0 3rem; color: var(--muted); font-size: 1.03rem; line-height: 1.65; }.dashboard-section { margin-top: 3.4rem; }.dashboard-section h2 { margin-bottom: 1.3rem; font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; }.dashboard-section h2 span { margin-left: .6rem; color: #849087; font-size: .68rem; font-weight: 500; letter-spacing: 0; text-transform: uppercase; }.dashboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.dashboard-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-height: 112px; padding: 1.35rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; color: var(--ink); text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }.dashboard-card:hover { transform: translateY(-3px); box-shadow: 0 .8rem 1.6rem rgba(20,33,29,.08); }.dashboard-card strong, .dashboard-card small { display: block; }.dashboard-card strong { font-size: .95rem; }.dashboard-card small { margin-top: .25rem; color: var(--muted); font-size: .76rem; line-height: 1.4; }.dashboard-card b { color: var(--green); }.dash-icon { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: .55rem; background: var(--green-light); color: var(--green); font-family: Georgia, serif; font-size: 1.3rem; font-weight: 700; }.muted-cards { grid-template-columns: repeat(3, 1fr); }.muted-cards .dashboard-card { display: block; min-height: 0; background: #f8faf6; color: #68746d; }.muted-cards .dashboard-card:hover { transform: none; box-shadow: none; }.resume-page { max-width: 720px; }.resume-file { display: flex; align-items: center; gap: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: .65rem; background: #fff; }.resume-file div { flex: 1; }.resume-file strong, .resume-file small { display: block; }.resume-file strong { font-size: .9rem; }.resume-file small { margin-top: .25rem; color: var(--muted); font-size: .74rem; }.resume-file a, .text-danger { border: 0; background: none; color: var(--green); font: inherit; font-size: .78rem; font-weight: 700; text-decoration: none; }.text-danger { color: #af3f28; cursor: pointer; }.replace-label { margin: 2rem 0 .7rem; color: var(--muted); font-size: .8rem; font-weight: 700; }.resume-upload { display: grid; gap: .85rem; padding: 1.5rem; border: 1px dashed #b8c6bb; border-radius: .65rem; background: #fff; }.resume-upload label { color: var(--ink); font-size: .9rem; font-weight: 700; }.resume-upload input { font: inherit; font-size: .8rem; }.resume-upload .continue-button { width: fit-content; }.resume-upload small { color: var(--muted); font-size: .72rem; }
@media (max-width: 760px) { .dashboard, .resume-page { padding: 3rem 1.25rem 4rem; }.dashboard-grid, .muted-cards { grid-template-columns: 1fr; }.resume-file { align-items: flex-start; flex-wrap: wrap; }.resume-file div { min-width: calc(100% - 3.5rem); }.resume-file a { margin-left: 3.5rem; } }

/* About Access Bridge */
.about-page { max-width: 1120px; margin: 0 auto; padding: 2.5rem 2rem 6rem; }.about-hero { max-width: 830px; padding: 4rem 0 6rem; }.about-hero .eyebrow, .about-story .eyebrow { color: #718178; }.about-hero h1 { font-size: clamp(3.6rem, 7vw, 6.5rem); }.about-hero h1 em { color: var(--green); }.about-hero > p:last-child { max-width: 620px; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }.about-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; padding: 4.5rem 0; border-top: 1px solid var(--line); }.about-story h2 { max-width: 290px; font-size: 3rem; line-height: 1.02; }.about-copy { color: #435249; font-size: 1.02rem; line-height: 1.75; }.about-copy p { margin: 0 0 1.3rem; }.about-callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2.2rem 2.5rem; border-radius: .85rem; background: var(--green); color: #fff; }.about-callout p { max-width: 560px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 1.7rem; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; }.about-callout .continue-button { flex: 0 0 auto; background: var(--accent); }.about-callout .continue-button:hover { background: #d95335; }
@media (max-width: 760px) { .header-actions { gap: .7rem; }.header-link { font-size: .76rem; }.about-page { padding: 1rem 1.25rem 4rem; }.about-hero { padding: 3rem 0 4rem; }.about-story { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }.about-story h2 { font-size: 2.6rem; }.about-callout { align-items: flex-start; flex-direction: column; padding: 1.6rem; }.about-callout p { font-size: 1.4rem; } }

/* Career Explorer */
.active-explore { background: #edf5ef !important; color: var(--green) !important; }.career-page, .career-detail { max-width: 1120px; margin: 0 auto; padding: 3.5rem 2rem 6rem; }.career-hero { max-width: 780px; padding: 1.5rem 0 3.5rem; }.career-hero .eyebrow, .career-detail .eyebrow { color: #718178; }.career-hero h1, .career-detail h1 { font-size: clamp(3.4rem, 6vw, 5.8rem); }.career-hero h1 em { color: var(--green); }.career-hero > p { max-width: 600px; margin: 1.25rem 0; color: var(--muted); font-size: 1.04rem; line-height: 1.65; }.match-intro { margin: 0 0 1rem; color: var(--muted); font-family: "DM Mono", monospace; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }.career-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.career-card { display: flex; min-height: 280px; flex-direction: column; padding: 1.45rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }.career-card h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -.04em; }.career-card > p:not(.career-score) { color: var(--muted); font-size: .84rem; line-height: 1.55; }.career-score { margin: 0 0 .9rem; color: #397053; font-family: "DM Mono", monospace; font-size: .65rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }.career-card ul, .fit-box ul { margin: .6rem 0 1.1rem; padding: 0; list-style: none; }.career-card li, .fit-box li { margin: .4rem 0; color: #4f6357; font-size: .74rem; }.career-card li::before, .fit-box li::before { padding-right: .5rem; color: var(--green); content: "Check "; }.career-card a { margin-top: auto; color: var(--green); font-size: .8rem; font-weight: 700; text-decoration: none; }.career-card a:hover { color: var(--accent); }.career-card a span { padding-left: .45rem; }.career-note { color: #76847b; font-size: .75rem; line-height: 1.4; }.career-detail { max-width: 900px; }.career-detail > h1 { max-width: 800px; }.fit-box { margin: 2.5rem 0; padding: 1.6rem; border-radius: .7rem; background: var(--green-light); }.fit-box h2, .career-facts h2 { font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; }.fit-box p { margin: 1rem 0 0; color: #597061; font-size: .78rem; line-height: 1.5; }.career-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 2rem 0 2.5rem; }.career-facts article { padding: 1.3rem; border: 1px solid var(--line); border-radius: .65rem; background: #fff; }.career-facts h2 { margin: 0 0 .65rem; }.career-facts p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }.career-facts .certification { margin-top: .8rem; color: #41594a; }.career-detail > .continue-button { width: fit-content; }
@media (max-width: 760px) { .career-page, .career-detail { padding: 2rem 1.25rem 4rem; }.career-grid, .career-facts { grid-template-columns: 1fr; }.career-hero { padding-bottom: 2.5rem; }.career-card { min-height: 240px; } }

/* Skills Explorer */
.skills-page { max-width: 1120px; margin: 0 auto; padding: 3.5rem 2rem 6rem; }.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.skill-card { display: flex; min-height: 300px; flex-direction: column; padding: 1.45rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }.skill-card h2 { margin: 0; font-family: "DM Sans", Arial, sans-serif; font-size: 1.16rem; font-weight: 700; letter-spacing: -.035em; }.skill-card > p:not(.career-score):not(.provider) { color: var(--muted); font-size: .84rem; line-height: 1.55; }.provider { margin: .45rem 0 .8rem; color: #4f705d; font-size: .76rem; font-weight: 700; }.skill-card dl { margin: auto 0 1.15rem; padding-top: .85rem; border-top: 1px solid #edf0ec; }.skill-card dl div + div { margin-top: .45rem; }.skill-card dt { color: #718178; font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.skill-card dd { margin: .18rem 0 0; color: #4c5e53; font-size: .73rem; line-height: 1.4; }.skill-card a { color: var(--green); font-size: .8rem; font-weight: 700; text-decoration: none; }.skill-card a:hover { color: var(--accent); }.skill-card a span { padding-left: .45rem; }
@media (max-width: 760px) { .skills-page { padding: 2rem 1.25rem 4rem; }.skills-grid { grid-template-columns: 1fr; } }

/* Verification */
.verification-label { margin: 0 0 .7rem; color: #3d7254; font-family: "DM Mono", monospace; font-size: .64rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }.verification-reason { margin: .8rem 0 0; color: #60746a; font-size: .72rem; line-height: 1.45; }.verification-page { max-width: 1120px; margin: 0 auto; padding: 3.5rem 2rem 6rem; }.verification-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.verification-steps article { padding: 1.6rem; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }.verification-steps span { display: grid; width: 2rem; height: 2rem; place-items: center; margin-bottom: 1.2rem; border-radius: 50%; background: var(--green-light); color: var(--green); font-size: .78rem; font-weight: 700; }.verification-steps h2, .verification-note h2 { margin: 0; font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: -.02em; }.verification-steps p { margin: .7rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }.verification-note { margin-top: 1rem; padding: 2rem; border-radius: .75rem; background: var(--green); color: #fff; }.verification-note p { max-width: 700px; margin: .8rem 0 0; color: #c9ddd0; line-height: 1.6; }
@media (max-width: 760px) { .verification-page { padding: 2rem 1.25rem 4rem; }.verification-steps { grid-template-columns: 1fr; } }

/* Personalized recommendations */
.recommendation-card { border-color: #a8c8b2; background: #edf6ef; }.matches-page { max-width: 1120px; margin: 0 auto; padding: 3.5rem 2rem 6rem; }.match-section { margin-top: 3.5rem; }.match-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.15rem; }.match-heading h2 { margin: 0; font-size: 2rem; }.match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }.mini-match { display: flex; min-height: 220px; flex-direction: column; padding: 1.4rem; border: 1px solid var(--line); border-radius: .7rem; background: #fff; }.mini-match h3 { margin: 0; font-size: 1.08rem; letter-spacing: -.03em; }.mini-match > p:not(.provider) { color: var(--muted); font-size: .82rem; line-height: 1.55; }.mini-match ul { margin: .6rem 0 1rem; padding: 0; list-style: none; }.mini-match li { margin: .35rem 0; color: #4f6357; font-size: .72rem; }.mini-match li::before { padding-right: .4rem; color: var(--green); content: "Check "; }.mini-match a { margin-top: auto; color: var(--green); font-size: .78rem; font-weight: 700; text-decoration: none; }.mini-match a:hover { color: var(--accent); }.match-empty { padding: 1.3rem; border: 1px dashed #b8c6bb; border-radius: .65rem; color: var(--muted); font-size: .86rem; line-height: 1.5; }.matches-page .career-hero { padding-bottom: 1rem; }
@media (max-width: 760px) { .matches-page { padding: 2rem 1.25rem 4rem; }.match-heading { align-items: start; flex-direction: column; }.match-grid { grid-template-columns: 1fr; } }

.insight-box { margin-top: 1rem; padding: 1.3rem; border-radius: .65rem; background: var(--green-light); }.insight-box h2 { margin: 0; font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; }.insight-box p { color: #50645a; font-size: .8rem; line-height: 1.5; }.insight-box div { display: flex; flex-wrap: wrap; gap: .45rem; }.insight-box span { padding: .35rem .55rem; border-radius: 99px; background: #fff; color: var(--green); font-size: .72rem; font-weight: 700; }
.skill-checks label { cursor: pointer; }.skill-checks input { position: absolute; opacity: 0; }.skill-checks input:checked + span { background: var(--green); color: #fff; }.insight-box .continue-button { width: fit-content; margin-top: 1rem; }
