@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("/fonts/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
}
:root {
  --ink: #0b1628;
  --ink-2: #344054;
  --paper: #f7f6f1;
  --white: #ffffff;
  --teal: #087f75;
  --teal-dark: #07635c;
  --mint: #dff2ed;
  --amber: #f2b544;
  --coral: #e5655b;
  --blue: #eaf1f7;
  --line: #dce2e8;
  --muted: #667085;
  --shadow: 0 18px 50px rgba(11, 22, 40, .09);
  --radius: 20px;
  --sans: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  --serif: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; background: var(--ink); color: white; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(790px, calc(100% - 40px)); margin-inline: auto; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .73rem; font-weight: 800; color: var(--teal); }
.muted { color: var(--muted); }
.small { font-size: .86rem; }
.serif { font-family: var(--serif); }
.section { padding: 72px 0; }
.section-sm { padding: 42px 0; }
.stack { display: grid; gap: 20px; }
.cluster { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.spread { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(220,226,232,.8);
  background: rgba(247,246,241,.92);
  backdrop-filter: blur(16px);
}
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.03em; font-size: 1.18rem; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--teal); color: white; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 27px; font-size: .92rem; font-weight: 700; }
.nav-links a:hover { color: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; font-size: 1.3rem; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px;
  min-height: 46px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px;
  font-size: .92rem; font-weight: 800; transition: transform .2s, background .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { background: white; border-color: var(--line); }
.button-ghost { background: transparent; border-color: var(--line); }
.button-large { min-height: 54px; padding-inline: 25px; }
.button-block { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 84px 0 66px; }
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%;
  right: -180px; top: -230px; background: radial-gradient(circle, rgba(242,181,68,.25), transparent 65%);
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 58px; }
.hero h1, .page-hero h1 {
  margin: 12px 0 20px; max-width: 850px; font: 500 clamp(2.8rem, 6vw, 5.7rem)/.98 var(--serif);
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--teal); font-style: normal; }
.hero-copy { max-width: 670px; color: var(--ink-2); font-size: 1.12rem; }
.search-shell {
  margin-top: 32px; padding: 9px; display: grid; grid-template-columns: minmax(180px,1.2fr) minmax(145px,.8fr) auto; gap: 8px;
  background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow);
}
.search-field { display: flex; align-items: center; gap: 9px; padding: 0 13px; border-right: 1px solid var(--line); }
.search-field:last-of-type { border-right: 0; }
.search-field input, .search-field select { width: 100%; border: 0; background: transparent; outline: 0; min-height: 45px; color: var(--ink); }
.hero-panel {
  position: relative; padding: 28px; border-radius: 28px; background: var(--ink); color: white;
  min-height: 440px; box-shadow: 0 32px 80px rgba(11,22,40,.24);
}
.hero-panel::after { content: ""; position: absolute; right: 24px; bottom: 24px; width: 92px; height: 92px; border-radius: 50%; border: 19px solid var(--amber); opacity: .95; }
.hero-stat { border-bottom: 1px solid rgba(255,255,255,.14); padding: 20px 0; }
.hero-stat:first-child { padding-top: 0; }
.hero-stat strong { display: block; font: 500 3.2rem/1 var(--serif); }
.hero-stat span { color: #bac3cf; font-size: .88rem; }
.trust-strip { border-block: 1px solid var(--line); background: white; }
.trust-items { min-height: 80px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .84rem; font-weight: 750; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px var(--mint); }

.section-heading { margin-bottom: 30px; }
.section-heading h2 { margin: 6px 0 8px; font: 500 clamp(2.15rem,4vw,3.5rem)/1.05 var(--serif); letter-spacing: -.04em; }
.section-heading p { margin: 0; max-width: 660px; color: var(--muted); }
.category-card, .card, .job-card, .guide-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.category-card:hover, .job-card:hover, .guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #b9c7cf; }
.category-card { min-height: 168px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.category-icon { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--mint); color: var(--teal); font-weight: 900; }
.category-card h3 { margin: 20px 0 3px; font-size: 1.05rem; }
.category-card p { margin: 0; color: var(--muted); font-size: .84rem; }

.job-card { padding: 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 17px; align-items: start; }
.company-mark { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--blue); color: var(--ink); font-weight: 900; letter-spacing: -.03em; }
.job-card h3 { margin: 0 0 5px; font-size: 1.05rem; line-height: 1.3; }
.job-card h3 a:hover { color: var(--teal); }
.job-meta { color: var(--muted); font-size: .84rem; }
.badge {
  display: inline-flex; align-items: center; gap: 6px; min-height: 28px; padding: 0 9px;
  border-radius: 99px; font-size: .72rem; font-weight: 800; background: var(--blue); color: var(--ink-2);
}
.badge-new { background: var(--mint); color: var(--teal-dark); }
.badge-warm { background: #fff2d6; color: #875d00; }
.job-arrow { color: var(--teal); font-size: 1.25rem; }
.job-list { display: grid; gap: 12px; }

.page-hero { padding: 66px 0 45px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem,5vw,4.9rem); }
.page-hero:not(.job-hero):not(.jobs-index-hero) .hero-copy { color: var(--ink-2); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: .8rem; margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--teal); }
.layout-main { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 34px; align-items: start; }
.sidebar { position: sticky; top: 98px; }
.apply-card { padding: 24px; background: var(--ink); color: white; border-radius: 23px; box-shadow: var(--shadow); }
.apply-card p { color: #bfc8d4; }
.apply-card .button { margin-top: 12px; }
.apply-domain { margin-top: 12px; color: #cdd5df; font-size: .75rem; overflow-wrap: anywhere; }
.facts-card { margin-top: 16px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.fact { display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .85rem; }
.fact:last-child { border-bottom: 0; }
.answer-box { padding: 26px; border-radius: 22px; background: var(--mint); border: 1px solid #c3e3db; }
.answer-box h2 { margin-top: 0; font: 500 2rem var(--serif); }
.content-section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.content-section h2 { margin: 0 0 13px; font: 500 2rem var(--serif); letter-spacing: -.03em; }
.content-section h3 { margin-top: 24px; }
.content-section p { color: var(--ink-2); }
.content-section li { margin-bottom: 10px; }
.callout { padding: 20px; border-left: 4px solid var(--amber); background: #fff9e8; border-radius: 0 14px 14px 0; }
.callout-critical { margin: 18px 0; border-left-color: #b42318; background: #fff1f0; color: #6b1710; }
.two-column-list { columns: 2; column-gap: 34px; }
.archive-notice { margin-bottom: 22px; }
.cluster-answer { display: grid; gap: 14px; }
.cluster-answer p { margin: 0; }
.intent-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 17px; }
.intent-links a {
  display: inline-flex; align-items: center; min-height: 38px; padding: 7px 12px;
  border: 1px solid #b9d8d1; border-radius: 999px; background: white;
  color: var(--teal-dark); font-size: .8rem; font-weight: 800;
}
.intent-links a:hover { border-color: var(--teal); box-shadow: 0 5px 16px rgba(8,127,117,.1); }
.cluster-context { background: linear-gradient(180deg, rgba(234,246,241,.55), rgba(247,249,247,0)); }
.cluster-insight-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.cluster-insight-grid article { min-width: 0; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); }
.cluster-insight-grid article > span { display: block; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cluster-insight-grid article > strong { display: block; margin: 5px 0 9px; color: var(--teal-dark); font: 600 2rem/1 var(--serif); }
.cluster-insight-grid article p { margin: 0; color: var(--ink-2); font-size: .78rem; line-height: 1.55; overflow-wrap: anywhere; }
.cluster-signals { margin-top: 15px; padding: 22px; background: #0c2d35; color: white; border-radius: 19px; }
.cluster-signals h3 { margin: 0 0 4px; font: 500 1.35rem var(--serif); }
.cluster-signals > p { margin: 0; color: #abc2be; font-size: .78rem; }
.cluster-signals > div { margin-top: 15px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.cluster-signals a { min-width: 0; padding: 13px; display: grid; gap: 3px; color: white; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.cluster-signals a:hover { background: rgba(255,255,255,.12); }
.cluster-signals a strong { color: #7de0c4; font-size: .86rem; }
.cluster-signals a span { font-size: .7rem; line-height: 1.4; }
.cluster-lens { padding: 30px; background: #fff9e8; border: 1px solid #eddcad; border-radius: 23px; }
.cluster-lens h2 { margin: 8px 0 10px; font: 500 2rem/1.1 var(--serif); letter-spacing: -.03em; }
.cluster-lens > p { color: var(--ink-2); }
.cluster-lens ol { margin: 20px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.cluster-lens li { padding: 14px 16px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: start; background: rgba(255,255,255,.7); border: 1px solid #eadfbf; border-radius: 14px; }
.cluster-lens li > span { width: 27px; height: 27px; display: grid; place-items: center; color: #6b4a00; background: #f4d985; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.cluster-lens li p { margin: 2px 0 0; color: var(--ink-2); font-size: .86rem; }
.source-note { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 17px; overflow-wrap: anywhere; }
.source-note a { color: var(--teal); text-decoration: underline; }

.filters { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 10px; margin-bottom: 24px; }
.control { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); background: white; border-radius: 12px; color: var(--ink); width: 100%; }
.result-count { margin-bottom: 15px; color: var(--muted); font-size: .86rem; }
.pagination { margin-top: 28px; justify-content: center; }
.empty-state { display: none; padding: 50px; text-align: center; background: white; border: 1px dashed var(--line); border-radius: var(--radius); }

.guide-card { padding: 24px; }
.guide-card h3 { margin: 10px 0 8px; font: 500 1.45rem/1.15 var(--serif); }
.guide-card p { color: var(--muted); font-size: .87rem; }
.guide-body { font-size: 1.06rem; }
.guide-body h2 { margin-top: 46px; font: 500 2rem/1.15 var(--serif); letter-spacing: -.03em; }
.guide-body p, .guide-body li { color: var(--ink-2); }
.guide-body .lead { font: 400 1.45rem/1.45 var(--serif); color: var(--ink); }
.toc { margin: 28px 0; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.toc a { color: var(--teal); }
.toc ol { columns: 2; column-gap: 34px; }
.toc li { margin: 6px 0; break-inside: avoid; }
.guide-example {
  margin: 48px 0 0;
  padding: 30px;
  color: white;
  background:
    radial-gradient(circle at 95% 0, rgba(64,223,169,.16), transparent 18rem),
    #0a2630;
  border-radius: 24px;
}
.guide-body .guide-example h2 { margin-top: 8px; }
.guide-body .guide-example p { color: #c0d1ce; }
.guide-checkpoint {
  margin: 48px 0 0;
  padding: 30px;
  background: linear-gradient(145deg, #eff9f4, #f8fbf9);
  border: 1px solid #c8e4d8;
  border-radius: 24px;
}
.guide-body .guide-checkpoint h2 { margin: 8px 0 10px; }
.guide-checkpoint > p { max-width: 65ch; }
.guide-checkpoint ul { margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; list-style: none; }
.guide-checkpoint li { min-width: 0; padding: 16px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; background: white; border: 1px solid #d8e9e2; border-radius: 15px; }
.guide-checkpoint li > span { width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.guide-checkpoint li p { margin: 2px 0 0; font-size: .9rem; }
.guide-action-plan { margin: 22px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.guide-action-plan li { padding: 18px 20px; display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; background: white; border: 1px solid var(--line); border-radius: 16px; }
.guide-action-plan li > span { width: 34px; height: 34px; display: grid; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-weight: 900; }
.guide-action-plan p { margin: 4px 0 0; }
.guide-mistakes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.guide-mistakes article { padding: 20px; background: #fff9e8; border: 1px solid #f0ddaa; border-radius: 17px; }
.guide-mistakes h3 { margin: 0 0 8px; font-size: 1rem; }
.guide-mistakes p { margin: 0; font-size: .9rem; }

.form-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .84rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px; border: 1px solid #cdd5df; border-radius: 11px; background: white; }
.field textarea { min-height: 130px; resize: vertical; }
.form-status { margin-top: 14px; font-weight: 700; }
.admin-login { padding: 28px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; }
.admin-login h2 { margin: 4px 0 8px; font: 500 2rem var(--serif); }
.admin-login p { margin: 0; color: var(--muted); }
.admin-auth { display: grid; grid-template-columns: 1fr 1fr auto; gap: 9px; }
.admin-auth input { min-height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; }
.admin-metrics { margin-bottom: 22px; }
.admin-metric { padding: 22px; }
.admin-metric strong { display: block; margin-top: 5px; font: 500 2.6rem var(--serif); }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.admin-tabs .is-active { color: white; border-color: var(--teal); background: var(--teal); }
.admin-table-tools { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.admin-table-wrap { padding: 12px 20px; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 850px; }
.admin-table th, .admin-table td { padding: 14px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-table th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table small { color: var(--muted); }
.admin-table a { color: var(--teal); }
.admin-actions { display: flex; gap: 6px; }
.admin-actions button { border: 1px solid var(--line); background: white; border-radius: 8px; padding: 6px 8px; cursor: pointer; }
.automation-status { min-height: 24px; margin: 2px 0 10px; font-size: .84rem; font-weight: 800; }
.automation-status[data-tone="success"] { color: #08756a; }
.automation-status[data-tone="working"] { color: #8a5d00; }
.automation-status[data-tone="error"] { color: #a12828; }
.automation-hero { margin-bottom: 14px; padding: 26px; display: flex; justify-content: space-between; gap: 26px; align-items: center; background: linear-gradient(135deg,#fff 0%,#edf9f7 100%); }
.automation-hero h2 { margin: 8px 0; font: 500 2rem var(--serif); }
.automation-hero p { margin: 0; max-width: 760px; color: var(--muted); }
.automation-primary-actions, .automation-secondary-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.automation-primary-actions { justify-content: flex-end; min-width: 300px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; box-shadow: 0 0 0 5px rgba(8,117,106,.1); }
.status-dot.is-on { background: #0d9f8d; }
.status-dot.is-off { background: #c45858; box-shadow: 0 0 0 5px rgba(196,88,88,.1); }
.automation-metrics { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 12px; margin-bottom: 14px; }
.automation-stat { padding: 18px; border-radius: 16px; background: var(--ink); color: white; }
.automation-stat span, .automation-stat small { display: block; color: #b8c2cf; }
.automation-stat span { font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.automation-stat strong { display: block; margin: 5px 0; font: 500 2.1rem var(--serif); }
.automation-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 14px; margin-bottom: 14px; }
.automation-card { padding: 22px; }
.automation-card h3 { margin: 7px 0 16px; font-size: 1.1rem; }
.automation-settings { display: grid; grid-template-columns: repeat(3,1fr) auto; gap: 10px; align-items: end; }
.automation-settings label { display: grid; gap: 5px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.automation-settings input, .automation-search input { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 10px; padding: 0 11px; background: white; }
.automation-switch-row { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; gap: 16px; align-items: center; justify-content: space-between; }
.automation-switch-row small { display: block; margin-top: 4px; color: var(--muted); }
.stage-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.stage-pills span { padding: 7px 9px; border-radius: 999px; background: #eef2f5; font-size: .75rem; color: var(--muted); }
.stage-pills strong { color: var(--ink); }
.automation-flow { margin: 14px 0; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: white; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; color: var(--muted); font-size: .8rem; }
.automation-flow span { display: inline-flex; gap: 7px; align-items: center; }
.automation-flow b { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--teal); color: white; }
.automation-flow i { color: #9aa5b1; font-style: normal; }
.automation-candidate-tools { margin: 14px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.automation-candidate-tools > div { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.automation-search { width: min(420px,70vw); }
#automation-selection-count { color: var(--muted); font-size: .8rem; font-weight: 800; }
.automation-foot-grid { margin: 14px 0; padding: 18px 20px; border-radius: 16px; background: #eef2f5; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.automation-foot-grid p { margin: 9px 0 0; font-size: .78rem; }
.automation-foot-grid small { color: var(--muted); }
.admin-table input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--teal); }

.footer { margin-top: 70px; padding: 58px 0 24px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 40px; }
.footer p, .footer a { color: #b8c2cf; font-size: .87rem; }
.footer a:hover { color: white; }
.footer h3 { font-size: .85rem; }
.footer-links { display: grid; gap: 9px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; color: #9ca8b7; }
.mobile-apply { display: none; }
.save-button { margin-top: 10px; }
.consent-banner {
  position: fixed; z-index: 80; left: 18px; right: 18px; bottom: 18px;
  max-width: 780px; margin: auto; padding: 18px 20px;
  background: white; border: 1px solid var(--line); border-radius: 18px;
  box-shadow: 0 24px 70px rgba(11,22,40,.22);
}
.consent-banner p { margin: 0 0 12px; color: var(--ink-2); }
.consent-banner div { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.consent-banner a { color: var(--teal); font-weight: 800; font-size: .85rem; }

@media (max-width: 900px) {
  .hero-grid, .layout-main { grid-template-columns: 1fr; }
  .hero-panel { min-height: 330px; }
  .sidebar { position: static; }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .filters { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; inset: 74px 20px auto; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .admin-login { grid-template-columns: 1fr; }
  .admin-auth { grid-template-columns: 1fr; }
  .automation-hero, .automation-candidate-tools, .automation-switch-row { align-items: stretch; flex-direction: column; }
  .automation-primary-actions { min-width: 0; justify-content: flex-start; }
  .automation-metrics, .automation-grid, .automation-foot-grid { grid-template-columns: 1fr; }
  .automation-settings { grid-template-columns: 1fr; }
  .automation-search { width: 100%; }
}
@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 52px 0; }
  .hero { padding: 56px 0 44px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-panel { display: none; }
  .search-shell { grid-template-columns: 1fr; }
  .search-field { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 64px; border-bottom: 1px solid var(--line); }
  .grid-2, .grid-3, .grid-4, .filters, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .two-column-list { columns: 1; }
  .job-card { grid-template-columns: auto 1fr; }
  .job-arrow { display: none; }
  .nav-actions .button { display: none; }
  .mobile-apply { display: block; position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.95); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  body.has-mobile-apply { padding-bottom: 76px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Product experience refinements — July 2026 */
:root {
  --ink: #0a1724;
  --ink-2: #314353;
  --paper: #f4f5f0;
  --white: #ffffff;
  --teal: #087f69;
  --teal-dark: #056451;
  --mint: #dff6ec;
  --mint-bright: #40dfa9;
  --amber: #f4b844;
  --coral: #e76f62;
  --blue: #e7f0f7;
  --line: #d9e0df;
  --muted: #65727e;
  --shadow-sm: 0 8px 26px rgba(10, 23, 36, .07);
  --shadow: 0 22px 60px rgba(10, 23, 36, .11);
  --shadow-lg: 0 34px 90px rgba(3, 15, 25, .24);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
}

body {
  background:
    radial-gradient(circle at 8% 12%, rgba(64, 223, 169, .07), transparent 18rem),
    var(--paper);
}

.container { width: min(1240px, calc(100% - 48px)); }
.section { padding: 92px 0; }
.section-sm { padding: 54px 0; }
.eyebrow { color: var(--teal); letter-spacing: .16em; }
.eyebrow-light { color: #6ee7c0; }
.eyebrow-warm { color: #8a5700; }
.text-link { color: var(--teal-dark); font-size: .9rem; font-weight: 850; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.button {
  min-height: 48px;
  padding-inline: 20px;
  border-radius: 12px;
  letter-spacing: -.01em;
  box-shadow: none;
}
.button-primary {
  color: #05291f;
  background: var(--mint-bright);
}
.button-primary:hover { color: white; background: var(--teal); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.94); }
.button-light { color: var(--ink); background: white; border-color: white; }
.button-light:hover { background: var(--mint); }
.button-ghost { background: transparent; border-color: var(--line); }

.site-header {
  top: 0;
  border-bottom: 1px solid rgba(214, 224, 222, .88);
  background: rgba(250, 250, 246, .94);
  box-shadow: 0 5px 20px rgba(10, 23, 36, .035);
}
.utility-bar { color: #d9e9e5; background: #071722; }
.utility-inner {
  min-height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: .72rem;
}
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 12px; }
.utility-inner p span:last-child { color: #9eb2af; }
.live-dot, .radar-pulse {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint-bright);
  box-shadow: 0 0 0 5px rgba(64, 223, 169, .13);
}
.locale-pill {
  padding: 3px 9px;
  color: #b8cbc7;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  white-space: nowrap;
}
.nav { min-height: 78px; }
.brand { gap: 11px; font-size: 1.15rem; }
.brand-mark {
  position: relative;
  width: 39px;
  height: 39px;
  color: #05291f;
  background: var(--mint-bright);
  border-radius: 12px 12px 12px 4px;
  font-size: .68rem;
  letter-spacing: -.04em;
  box-shadow: inset 0 0 0 1px rgba(5, 41, 31, .08);
}
.brand-mark::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--amber);
  border: 3px solid #fafaf6;
  border-radius: 50%;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { display: inline-flex; letter-spacing: -.045em; }
.brand-name strong { font-weight: 850; }
.brand-name strong:last-child { color: var(--teal); }
.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font-size: .53rem;
  font-weight: 750;
  letter-spacing: .06em;
}
.nav-links { gap: 23px; font-size: .82rem; }
.nav-links a { position: relative; padding-block: 29px; }
.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mint-bright);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
}
.nav-links a:hover::after { transform: scaleX(1); }
.saved-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .8rem;
  font-weight: 800;
}
.saved-link > span:first-child { font-size: 1.2rem; }
.saved-link b {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 999px;
  font-size: .65rem;
}
.nav-employer { min-height: 42px; padding-inline: 14px; }
.menu-button { width: 42px; height: 42px; place-content: center; gap: 4px; }
.menu-button span { width: 21px; height: 2px; display: block; background: var(--ink); border-radius: 2px; }

.hero {
  padding: 78px 0 74px;
  color: white;
  background:
    radial-gradient(circle at 78% 15%, rgba(64, 223, 169, .16), transparent 20rem),
    radial-gradient(circle at 10% 90%, rgba(244, 184, 68, .1), transparent 22rem),
    linear-gradient(145deg, #071722 0%, #0a2030 52%, #092b31 100%);
}
.hero::before {
  width: 760px;
  height: 760px;
  right: -360px;
  top: -390px;
  border: 1px solid rgba(255,255,255,.06);
  background: transparent;
}
.hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .17;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, black, transparent 85%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: 70px;
}
.hero-content { padding-block: 12px; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #c6ddd7;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 21px 0 23px;
  font-size: clamp(3.25rem, 6vw, 6.2rem);
  line-height: .92;
}
.hero h1 em { color: var(--mint-bright); }
.hero-copy { color: #b9cbc8; font-size: 1.1rem; line-height: 1.75; }
.search-shell {
  max-width: 830px;
  margin-top: 35px;
  padding: 8px;
  grid-template-columns: minmax(210px, 1.25fr) minmax(190px, .8fr) auto;
  border-color: rgba(255,255,255,.12);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
}
.search-field {
  position: relative;
  min-height: 58px;
  padding: 18px 14px 3px 42px;
  align-items: center;
}
.search-icon { position: absolute; left: 15px; top: 22px; color: var(--teal); font-size: 1.1rem; }
.search-label {
  position: absolute;
  top: 7px;
  left: 43px;
  color: var(--muted);
  font-size: .61rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.search-field input, .search-field select { min-height: 36px; padding-top: 6px; font-size: .88rem; font-weight: 700; }
.search-shell .button { min-height: 58px; }
.hero-paths { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #89a19d; font-size: .78rem; }
.hero-paths a {
  padding: 6px 11px;
  color: #d8e6e3;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  font-weight: 750;
}
.hero-paths a:hover { color: white; border-color: var(--mint-bright); background: rgba(64,223,169,.08); }

.opportunity-radar {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  background: rgba(255,255,255,.075);
  box-shadow: 0 30px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(18px);
}
.radar-header {
  padding: 22px 23px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.radar-header > div { display: grid; grid-template-columns: auto 1fr; column-gap: 11px; align-items: center; }
.radar-header .radar-pulse { grid-row: 1 / 3; }
.radar-header strong { font-size: .88rem; }
.radar-header small { color: #8da5a1; font-size: .66rem; }
.radar-live { align-self: center; padding: 4px 8px; color: #62e7bd; border: 1px solid rgba(98,231,189,.3); border-radius: 999px; font-size: .57rem; font-weight: 900; letter-spacing: .12em; }
.radar-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid rgba(255,255,255,.1); }
.radar-metrics div { padding: 20px 17px; border-right: 1px solid rgba(255,255,255,.1); }
.radar-metrics div:last-child { border: 0; }
.radar-metrics strong { display: block; font: 500 2rem/1 var(--serif); }
.radar-metrics span { color: #8fa7a3; font-size: .64rem; }
.radar-feed { padding: 9px 12px 5px; }
.radar-feed > a {
  padding: 11px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
  border-radius: 14px;
}
.radar-feed > a:hover { background: rgba(255,255,255,.08); }
.radar-feed .company-mark { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; font-size: .7rem; }
.radar-feed strong, .radar-feed small { display: block; }
.radar-feed strong { overflow: hidden; font-size: .75rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.radar-feed small { margin-top: 3px; color: #8fa7a3; font-size: .62rem; }
.radar-feed i { color: var(--mint-bright); font-style: normal; }
.radar-all { padding: 16px 23px 19px; display: flex; justify-content: space-between; color: #b9cbc8; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; font-weight: 800; }
.radar-all:hover { color: white; }

.trust-strip { box-shadow: 0 12px 35px rgba(10,23,36,.035); }
.trust-items { min-height: 92px; }
.trust-item { padding: 16px 20px; justify-content: flex-start; gap: 13px; }
.trust-item > span:last-child { display: grid; }
.trust-item strong { font-size: .76rem; }
.trust-item small { color: var(--muted); font-size: .66rem; font-weight: 600; }
.trust-icon {
  min-width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--teal-dark);
  background: var(--mint);
  border-radius: 11px;
  font-size: .73rem;
  font-weight: 900;
}

.section-heading { margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 60px; align-items: end; }
.split-heading p { padding-bottom: 7px; }
.section-closing { background: #fff9eb; border-bottom: 1px solid #eadfc8; }
.route-section { background: #f8f8f4; }
.latest-section { background: white; }

.persona-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.persona-card {
  position: relative;
  min-height: 300px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(10,23,36,.08);
  border-radius: 24px;
  transition: transform .25s, box-shadow .25s;
}
.persona-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.persona-card::after {
  position: absolute;
  right: -35px;
  bottom: -45px;
  width: 145px;
  height: 145px;
  content: "";
  border: 25px solid rgba(255,255,255,.34);
  border-radius: 50%;
}
.persona-green { background: #dff6ec; }
.persona-blue { background: #e2eef7; }
.persona-amber { background: #fbebca; }
.persona-coral { background: #f7dfdc; }
.persona-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--ink);
  border-radius: 15px;
  font: 500 1.25rem var(--serif);
}
.persona-number { position: absolute; right: 20px; top: 20px; color: #526a68; font-size: .72rem; font-weight: 850; }
.persona-card h3 { margin: 36px 0 10px; max-width: 210px; font: 500 1.65rem/1.08 var(--serif); letter-spacing: -.03em; }
.persona-card p { margin: 0 0 22px; color: var(--ink-2); font-size: .8rem; }
.persona-card strong { position: relative; z-index: 1; margin-top: auto; font-size: .75rem; }

.category-card, .card, .job-card, .guide-card { border-color: #dce3e1; box-shadow: 0 2px 0 rgba(10,23,36,.02); }
.category-card { position: relative; }
.category-arrow { position: absolute; right: 22px; top: 24px; color: var(--teal); }
.job-list { gap: 14px; }
.job-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.job-card {
  min-width: 0;
  padding: 23px;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  align-items: start;
  border-radius: 21px;
}
.job-grid .job-card { min-height: 282px; }
.company-mark {
  width: 54px;
  height: 54px;
  overflow: hidden;
  flex: 0 0 auto;
  color: var(--teal-dark);
  background: #edf4f2;
  border: 1px solid #dce5e2;
  border-radius: 15px;
}
.company-logo { background: white; }
.company-logo img { width: 100%; height: 100%; padding: 6px; display: block; object-fit: contain; }
.company-mark-large { width: 76px; height: 76px; border-radius: 20px; }
.job-card-body { min-width: 0; }
.job-card-topline { min-height: 31px; display: flex; justify-content: space-between; gap: 10px; }
.job-card h3 { margin: 11px 0 4px; font-size: 1.16rem; line-height: 1.26; letter-spacing: -.02em; }
.job-company { margin: 0; color: var(--muted); font-size: .77rem; font-weight: 700; }
.badge { min-height: 25px; padding-inline: 8px; font-size: .63rem; }
.badge-verified { color: #07604c; background: #dff6ec; }
.save-icon {
  width: 32px;
  height: 32px;
  padding: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 1.05rem;
}
.save-icon:hover, .save-icon[aria-pressed="true"] { color: var(--teal-dark); border-color: #9dd8c5; background: var(--mint); }
.job-attributes { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--ink-2); font-size: .7rem; }
.job-attributes span { display: inline-flex; align-items: center; gap: 6px; }
.job-attributes i { min-width: 17px; color: var(--teal); font-style: normal; font-weight: 900; text-align: center; }
.job-card-footer { margin-top: 19px; padding-top: 15px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; border-top: 1px solid var(--line); font-size: .65rem; }
.freshness { color: var(--muted); }
.deadline { display: inline-flex; align-items: center; gap: 5px; color: var(--ink-2); font-weight: 800; }
.deadline-urgent { padding: 4px 7px; color: #815000; background: #fff1cf; border-radius: 999px; }
.deadline-closed { color: #9b332d; }
.job-view { margin-left: auto; color: var(--teal-dark); font-weight: 850; }
.job-view:hover { text-decoration: underline; text-underline-offset: 3px; }

.employer-band { padding: 34px 0; background: #eff2ee; border-block: 1px solid var(--line); }
.employer-band .container { display: grid; grid-template-columns: 220px 1fr; gap: 35px; align-items: center; }
.employer-band-copy .eyebrow { color: #006a56; }
.employer-band-copy p { margin: 5px 0 0; color: #53616b; font-size: .75rem; }
.employer-logos { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); gap: 10px; }
.employer-logos a {
  height: 58px;
  padding: 8px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid #dfe5e2;
  border-radius: 12px;
  filter: grayscale(1);
  transition: filter .2s, transform .2s;
}
.employer-logos a:hover { filter: grayscale(0); transform: translateY(-2px); }
.employer-logos img { width: 100%; height: 100%; object-fit: contain; }
.employer-logos span { display: none; }

.discovery-section { background: #f7f8f4; }
.discovery-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; }
.discovery-panel { padding: 27px; background: white; border: 1px solid var(--line); border-radius: 24px; }
.panel-heading { margin-bottom: 12px; display: flex; justify-content: space-between; font-size: .74rem; font-weight: 850; }
.panel-heading a { color: var(--teal); }
.market-links { display: grid; grid-template-columns: 1fr 1fr; }
.market-links a, .province-list a { padding: 15px 2px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); font-size: .78rem; }
.market-links a:nth-last-child(-n+2) { border-bottom: 0; }
.market-links a:nth-child(odd) { padding-right: 18px; border-right: 1px solid var(--line); }
.market-links a:nth-child(even) { padding-left: 18px; }
.market-links a:hover span, .province-list a:hover span { color: var(--teal); }
.market-links strong { min-width: 28px; height: 24px; display: grid; place-items: center; color: var(--teal-dark); background: var(--mint); border-radius: 7px; font-size: .63rem; }
.province-list a:last-child { border-bottom: 0; }
.province-list span { display: flex; align-items: center; gap: 13px; }
.province-list i { color: #5e6d75; font: 500 .7rem var(--serif); }
.province-list strong { color: var(--muted); font-size: .66rem; }

.verification-section {
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(64,223,169,.13), transparent 19rem),
    #081a27;
}
.verification-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 90px; align-items: center; }
.verification-copy h2 { margin: 10px 0 18px; font: 500 clamp(2.7rem, 5vw, 4.9rem)/.98 var(--serif); letter-spacing: -.05em; }
.verification-copy p { max-width: 520px; color: #aebfbd; }
.verification-copy .button { margin-top: 16px; }
.verification-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.verification-steps li { padding: 20px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.verification-steps > li > span { color: var(--mint-bright); font: 500 1rem var(--serif); }
.verification-steps h3 { margin: 0 0 5px; font-size: .94rem; }
.verification-steps p { margin: 0; color: #8fa4a1; font-size: .76rem; }

.toolkit-section { background: #fff; }
.guide-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guide-feature-grid .guide-card { min-height: 255px; display: flex; flex-direction: column; }
.guide-feature-grid .guide-card > a:last-child { margin-top: auto; }
.guide-card { border-radius: 20px; }
.guide-card h3 { font-size: 1.36rem; }
.preference-card {
  padding: 39px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
  color: white;
  background: linear-gradient(135deg, #0a2630, #0b3b3c);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.preference-card h2, .employer-cta h2 { margin: 6px 0 9px; font: 500 2.25rem/1.05 var(--serif); }
.preference-card p, .employer-cta p { margin: 0; color: #a9bfba; font-size: .82rem; }
.preference-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 9px; align-items: end; }
.preference-form label { display: grid; gap: 5px; color: #9fb6b1; font-size: .64rem; font-weight: 800; }
.preference-form .control { border: 0; }
.preference-status { grid-column: 1 / -1; min-height: 18px; color: #78e5c0 !important; font-weight: 800; }
.preference-view {
  grid-column: 1 / -1;
  width: fit-content;
  color: white;
  font-size: .72rem;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.35);
  text-underline-offset: 4px;
}
.preference-view:hover { color: var(--mint-bright); }
.employer-cta {
  padding: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  color: white;
  background: var(--ink);
  border-radius: 28px;
}
.employer-cta > div { max-width: 750px; }

.jobs-index-hero {
  padding: 70px 0 56px;
  color: white;
  background:
    radial-gradient(circle at 85% 0, rgba(64,223,169,.17), transparent 22rem),
    #081a27;
}
.jobs-index-hero .breadcrumb, .job-hero .breadcrumb { color: #91a7a3; }
.jobs-index-hero .breadcrumb a:hover, .job-hero .breadcrumb a:hover { color: white; }
.jobs-index-hero h1 { margin-bottom: 16px; }
.jobs-index-hero .hero-copy { color: #aebfbd; }
.jobs-hero-layout { display: grid; grid-template-columns: 1fr auto; gap: 65px; align-items: end; }
.index-metrics { display: grid; grid-template-columns: repeat(3, 115px); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; overflow: hidden; }
.index-metrics div { padding: 18px 15px; border-right: 1px solid rgba(255,255,255,.12); }
.index-metrics div:last-child { border: 0; }
.index-metrics strong, .index-metrics span { display: block; }
.index-metrics strong { font: 500 2rem/1 var(--serif); color: var(--mint-bright); }
.index-metrics span { margin-top: 5px; color: #8fa4a1; font-size: .62rem; }
.jobs-browser-section { padding-top: 54px; }
.browser-toolbar { margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.mobile-filter-button { display: none; }
.quick-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-filters button {
  min-height: 34px;
  padding: 0 12px;
  color: var(--ink-2);
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 800;
}
.quick-filters button:hover, .quick-filters button.is-active { color: var(--teal-dark); border-color: #9fd8c6; background: var(--mint); }
.saved-route-notice {
  margin: 0 0 12px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #16473d;
  background: #e4f8ef;
  border: 1px solid #b9e5d4;
  border-radius: 13px;
  font-size: .72rem;
}
.saved-route-notice[hidden] { display: none; }
.saved-route-notice > span { display: flex; align-items: center; gap: 9px; }
.saved-route-notice i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--teal);
  border-radius: 50%;
  font-style: normal;
  font-size: .64rem;
  font-weight: 900;
}
.saved-route-notice button {
  padding: 4px 0;
  color: var(--teal-dark);
  background: transparent;
  border: 0;
  font-size: .68rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.filters {
  position: sticky;
  top: 120px;
  z-index: 20;
  margin-bottom: 20px;
  padding: 15px;
  grid-template-columns: 1.35fr repeat(3, 1fr) auto;
  gap: 8px;
  background: rgba(255,255,255,.95);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(15px);
}
.filter-field { position: relative; display: grid; gap: 3px; }
.filter-field > span {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 13px;
  color: var(--muted);
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.filter-field .control { height: 56px; padding: 17px 12px 2px; border-color: #e0e6e4; font-size: .76rem; font-weight: 700; }
.filter-reset { min-height: 56px; align-self: end; }
.result-bar { margin: 0 2px 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.result-bar > div { display: grid; }
.result-bar strong { font-size: .9rem; }
.result-bar > div span { color: var(--muted); font-size: .67rem; }
.sort-field { display: grid; grid-template-columns: auto 145px; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.sort-field .control { min-height: 40px; font-size: .7rem; }
.jobs-browser-section #job-list { max-width: 960px; }
.load-more-wrap { max-width: 960px; padding-top: 24px; text-align: center; }
.load-more-wrap .button { min-width: 240px; }
.load-more-wrap .button[hidden] { display: none; }
.jobs-index-support { background: #e9efeb; }
.support-card { padding: 24px; background: rgba(255,255,255,.6); border-radius: 18px; }
.support-card > span { color: var(--teal); font: 500 .85rem var(--serif); }
.support-card h2 { margin: 12px 0 7px; font: 500 1.45rem var(--serif); }
.support-card p { margin: 0; color: var(--muted); font-size: .76rem; }

.page-hero.job-hero {
  padding: 47px 0 0;
  color: white;
  background:
    radial-gradient(circle at 86% 5%, rgba(64,223,169,.15), transparent 22rem),
    linear-gradient(145deg, #071722, #0a2630);
  border: 0;
}
.job-hero .job-hero-layout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
}
.job-hero .company-mark { margin-top: 7px; }
.job-hero-copy, .job-article, .sidebar { min-width: 0; }
.job-hero-copy h1 {
  max-width: 900px;
  margin: 16px 0 13px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  overflow-wrap: anywhere;
}
.job-hero-copy .hero-copy { margin: 0; color: #b7c8c5; }
.editorial-byline { margin-top: 16px; color: #859c98; }
.job-hero-actions { padding-top: 7px; display: grid; gap: 9px; }
.job-hero-facts {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255,255,255,.12);
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background: rgba(255,255,255,.055);
}
.job-hero-facts div { min-height: 92px; padding: 20px 22px; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.12); }
.job-hero-facts div:last-child { border: 0; }
.job-hero-facts span { color: #879d99; font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.job-hero-facts strong { margin-top: 4px; font-size: .78rem; }
.job-hero-facts .is-urgent { background: rgba(244,184,68,.1); }
.job-hero-facts .is-urgent strong { color: #ffd986; }
.job-page .section > .layout-main { grid-template-columns: minmax(0, 1fr) 360px; gap: 40px; }
.job-article {
  padding: 30px 38px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 25px;
  box-shadow: var(--shadow-sm);
}
.answer-box { padding: 28px 30px; background: linear-gradient(135deg, #dff6ec, #edf9f5); border-color: #bfe5d7; }
.answer-box h2 { font-size: 1.8rem; }
.job-jump-nav {
  margin: 18px 0 0;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  background: #f7f9f7;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.job-jump-nav span { margin-right: 3px; color: var(--muted); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.job-jump-nav a { padding: 6px 9px; color: var(--teal-dark); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .7rem; font-weight: 800; }
.content-section { padding: 30px 3px; }
.content-section h2 { font-size: 2.15rem; }
.content-section p, .content-section li { font-size: .94rem; }
.source-list { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.source-list li { position: relative; margin: 0; padding: 13px 15px 13px 42px; background: #f8faf8; border: 1px solid #e3e9e6; border-radius: 13px; }
.source-list li::before { position: absolute; left: 15px; top: 13px; width: 19px; height: 19px; display: grid; place-items: center; content: "✓"; color: var(--teal-dark); background: var(--mint); border-radius: 50%; font-size: .63rem; font-weight: 900; }
.requirement-explainer { margin-top: 22px; padding: 21px; background: #fff8e9; border: 1px solid #ebdec0; border-radius: 16px; }
.requirement-explainer h3 { margin: 0 0 8px; font: 500 1.35rem var(--serif); }
.requirement-explainer p:last-child { margin-bottom: 0; }
.inline-apply { margin-top: 18px; }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.decision-grid > div { padding: 20px; background: #f8faf8; border: 1px solid var(--line); border-radius: 16px; }
.decision-grid p { margin-bottom: 0; }
.decision-label { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: .65rem; font-weight: 850; }
.decision-good { color: #086354; background: #dff6ec; }
.decision-check { color: #76520a; background: #fff0c9; }
.application-evidence { margin-top: 20px; padding: 0 2px; }
.application-evidence h3 { margin: 0 0 9px; font: 500 1.35rem var(--serif); }
.compact-context { padding: 24px 3px; }
.compact-context p { margin-bottom: 0; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 17px 38px 17px 0; position: relative; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 4px; top: 15px; content: "+"; color: var(--teal); font: 500 1.3rem var(--serif); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list p { margin: -3px 0 17px; padding-right: 28px; }
.apply-card { padding: 27px; background: linear-gradient(155deg, #071722, #0a3035); border: 1px solid rgba(255,255,255,.08); border-radius: 23px; }
.apply-card h2 { margin: 10px 0; font: 500 2rem/1.05 var(--serif); }
.verified-seal { margin-bottom: 24px; padding-bottom: 18px; display: flex; gap: 11px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.verified-seal > span { width: 35px; height: 35px; display: grid; place-items: center; color: #05291f; background: var(--mint-bright); border-radius: 50%; font-weight: 900; }
.verified-seal div { display: grid; }
.verified-seal strong { font-size: .76rem; }
.verified-seal small { color: #849c98; font-size: .62rem; }
.apply-card .button-secondary { color: var(--ink); }
.share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.share-actions .button { margin-top: 0; min-height: 40px; padding: 9px 11px; font-size: .78rem; }
.share-actions .button:first-child { grid-column: 1 / -1; }
.button-quiet { color: #dce8e8; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.17); }
.button-quiet:hover { color: white; background: rgba(255,255,255,.11); }
.archive-eyebrow { color: #f7c65c; }
.archive-title { font-size: 2rem; line-height: 1.05; }
.guide-link { color: var(--teal); font-weight: 800; }
.related-opportunities { background: white; }
.submission-callout { margin-bottom: 22px; }
.honeypot-field { display: none; }
.apply-domain { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); }
.facts-card { padding: 21px; border-radius: 19px; box-shadow: var(--shadow-sm); }
.facts-heading { padding-bottom: 13px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: .76rem; }
.facts-heading span { color: var(--teal); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.fact > span { width: 24px; height: 24px; display: grid; place-items: center; color: var(--teal); background: var(--mint); border-radius: 8px; font-size: .67rem; font-weight: 850; }
.safety-mini { margin-top: 16px; padding: 20px; background: #fff8e9; border: 1px solid #ebdec0; border-radius: 17px; }
.safety-mini strong { font-size: .78rem; }
.safety-mini p { margin: 5px 0 10px; color: #675d48; font-size: .7rem; }
.safety-mini a { color: #795306; font-size: .68rem; font-weight: 850; }
.source-note { margin-top: 28px; background: #f7f9f7; }
.intent-links a { background: #f8fbfa; }

.footer { margin-top: 0; padding-top: 68px; background: #06131d; }
.footer-lead { padding-bottom: 52px; display: flex; align-items: end; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-lead h2 { max-width: 750px; margin: 8px 0 0; font: 500 clamp(2.2rem,4vw,3.6rem)/1.02 var(--serif); letter-spacing: -.04em; }
.footer-grid { padding-top: 48px; grid-template-columns: 1.45fr repeat(4, 1fr); gap: 38px; }
.footer .brand-mark::after { border-color: var(--ink); }
.footer .brand-name strong:first-child { color: white; }
.footer .brand-name strong:last-child { color: var(--mint-bright); }
.footer .brand-copy small { color: #78908c; }
.footer .button-light { color: var(--ink); }
.footer-grid > div:first-child p { max-width: 270px; line-height: 1.7; }
.footer-trust { display: grid; gap: 4px; color: #8da09d; font-size: .66rem; }

@media (max-width: 1080px) {
  .nav-links { gap: 15px; }
  .nav-links a:nth-last-child(2) { display: none; }
  .nav-employer { display: none; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 38px; }
  .persona-grid { grid-template-columns: repeat(2, 1fr); }
  .employer-logos { grid-template-columns: repeat(5, 1fr); }
  .employer-logos a:nth-child(n+6) { display: none; }
  .guide-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
  .footer-grid > div:nth-last-child(-n+2) { margin-top: 10px; }
}

@media (max-width: 900px) {
  .utility-inner p span:last-child { display: none; }
  .nav-links {
    inset: 113px 24px auto;
    padding: 13px;
    border-radius: 18px;
  }
  .nav-links a, .nav-links a:nth-last-child(2) { display: block; padding: 12px 10px; }
  .nav-links a::after { display: none; }
  .menu-button { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .opportunity-radar { max-width: 680px; }
  .job-grid { grid-template-columns: 1fr; }
  .employer-band .container { grid-template-columns: 1fr; }
  .discovery-grid, .verification-grid, .preference-card { grid-template-columns: 1fr; }
  .verification-grid { gap: 50px; }
  .jobs-hero-layout { grid-template-columns: 1fr; }
  .index-metrics { width: max-content; }
  .filters { top: 122px; grid-template-columns: 1fr 1fr; }
  .filter-search { grid-column: 1 / -1; }
  .filter-reset { min-height: 48px; }
  .job-hero .job-hero-layout { grid-template-columns: auto 1fr; }
  .job-hero-actions { grid-column: 1 / -1; display: flex; }
  .job-hero-facts { grid-template-columns: 1fr 1fr; }
  .job-hero-facts div:nth-child(2) { border-right: 0; }
  .job-hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .job-page .section > .layout-main { grid-template-columns: minmax(0, 1fr); }
  .sidebar { position: static; }
  .cluster-insight-grid { grid-template-columns: 1fr 1fr; }
  .cluster-signals > div { grid-template-columns: 1fr 1fr; }
  .footer-lead { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 28px, 1240px); }
  .section { padding: 64px 0; }
  .section-sm { padding: 38px 0; }
  .utility-inner { min-height: 31px; }
  .utility-inner p { font-size: .64rem; }
  .locale-pill { display: none; }
  .nav { min-height: 69px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy small { display: none; }
  .saved-link > span:nth-child(2) { display: none; }
  .nav-links { inset: 100px 14px auto; }
  .hero { padding: 58px 0 52px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.35rem); }
  .hero-content > h1 { min-height: 178px; }
  .hero-copy { font-size: .96rem; }
  .search-shell { grid-template-columns: 1fr; padding: 7px; }
  .search-field { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-paths > span { width: 100%; }
  .opportunity-radar { display: block; min-height: 0; }
  .radar-metrics div { padding: 17px 11px; }
  .radar-metrics strong { font-size: 1.55rem; }
  .radar-feed > a:nth-child(n+3) { display: none; }
  .trust-items { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 78px; padding: 12px; }
  .trust-item small { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; }
  .section-heading.spread { align-items: flex-start; flex-direction: column; }
  .section-heading h2 { font-size: 2.65rem; }
  .cluster-insight-grid, .cluster-signals > div { grid-template-columns: 1fr; }
  .cluster-lens { padding: 24px 20px; }
  .persona-grid { grid-template-columns: 1fr; }
  .persona-card { min-height: 255px; }
  .job-card { padding: 18px; grid-template-columns: auto minmax(0, 1fr); }
  .job-grid .job-card { min-height: 0; }
  .job-card .company-mark { width: 45px; height: 45px; border-radius: 12px; }
  .job-card h3 { font-size: 1rem; }
  .job-attributes { display: grid; gap: 6px; }
  .job-card-footer { align-items: flex-start; }
  .job-view { width: 100%; margin: 3px 0 0; }
  .employer-logos { grid-template-columns: repeat(3, 1fr); }
  .employer-logos a:nth-child(n+4) { display: none; }
  .market-links { grid-template-columns: 1fr; }
  .market-links a:nth-child(odd), .market-links a:nth-child(even) { padding-inline: 2px; border-right: 0; border-bottom: 1px solid var(--line); }
  .market-links a:last-child { border-bottom: 0; }
  .verification-copy h2 { font-size: 3rem; }
  .guide-feature-grid { grid-template-columns: 1fr; }
  .toc ol { columns: 1; }
  .guide-example { padding: 24px 20px; }
  .guide-checkpoint { padding: 24px 20px; }
  .guide-checkpoint ul { grid-template-columns: 1fr; }
  .guide-action-plan li { padding: 16px; }
  .guide-mistakes { grid-template-columns: 1fr; }
  .preference-card, .employer-cta { padding: 27px 22px; gap: 30px; }
  .preference-form { grid-template-columns: 1fr; }
  .preference-status, .preference-view { grid-column: auto; }
  .employer-cta { align-items: flex-start; flex-direction: column; }
  .index-metrics { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .index-metrics div { padding: 14px 10px; }
  .mobile-filter-button { display: inline-flex; }
  .browser-toolbar { align-items: flex-start; }
  .quick-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 5px; }
  .quick-filters button { flex: 0 0 auto; }
  .saved-route-notice { align-items: flex-start; }
  .filters { position: static; display: none; grid-template-columns: 1fr; }
  .filters.is-open { display: grid; }
  .filter-search { grid-column: auto; }
  .result-bar { align-items: flex-start; flex-direction: column; }
  .sort-field { width: 100%; grid-template-columns: auto 1fr; }
  .jobs-browser-section #job-list { max-width: none; }
  .job-hero { padding-top: 28px !important; }
  .job-hero .job-hero-layout { grid-template-columns: 1fr; }
  .job-hero .company-mark { width: 64px; height: 64px; margin: 0; border-radius: 17px; }
  .job-hero-copy h1 { margin: 11px 0 9px; font-size: 2.3rem; line-height: .98; }
  .job-hero-copy .hero-copy { font-size: .84rem; }
  .editorial-byline { margin-top: 11px; gap: 5px 8px; font-size: .67rem; line-height: 1.45; }
  .job-hero-actions { grid-column: auto; padding-top: 0; }
  .job-hero-actions [data-save-job] { display: none; }
  .job-hero-actions .button { width: 100%; }
  .job-hero-facts { margin-top: 21px; }
  .job-hero-facts div { min-height: 80px; padding: 15px; }
  .job-article { padding: 21px 18px; }
  .content-section h2 { font-size: 1.8rem; }
  .decision-grid { grid-template-columns: 1fr; }
  .job-jump-nav { overflow-x: auto; flex-wrap: nowrap; }
  .job-jump-nav a, .job-jump-nav span { flex: 0 0 auto; }
  .job-page .section { padding-top: 30px; }
  .admin-page .page-hero { padding: 38px 0 28px; }
  .admin-page .page-hero h1 { margin-bottom: 12px; font-size: clamp(2.5rem, 13vw, 3.4rem); }
  .admin-page .section { padding-top: 32px; }
  .admin-page .admin-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .admin-page .admin-metric { padding: 16px; }
  .admin-page .admin-metric strong { font-size: 2rem; }
  .admin-page .admin-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .admin-page .admin-tabs .button { flex: 0 0 auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
