/* ============================================================
   CbusJobs design system
   Brand: Montserrat, Ohio State scarlet #BB0000, graphite gray #23232E.
   Vanilla CSS, GPU-friendly motion only (transform/opacity).
   ============================================================ */

:root {
  --accent:      #BB0000;  /* Ohio State scarlet */
  --accent-700:  #8A0000;
  --accent-300:  #e09a9a;
  --accent-soft: #f7e3e3;
  --accent-wash: #fdeded;
  --ink:         #1b1a23;
  --ink-2:       #4b4a59;
  --ink-3:       #6e6d7e;
  --bg:          #ffffff;
  --surface:     #f7f7fb;
  --surface-2:   #f0f0f7;
  --line:        #e7e7f0;
  --line-2:      #d7d7e6;
  --green:       #138a5e;
  --green-soft:  #e3f5ec;
  --amber:       #b26a00;
  --amber-soft:  #fdf0d9;
  --white:       #fff;

  --radius:      14px;
  --radius-sm:   10px;
  --radius-pill: 999px;
  --shadow-sm:   0 1px 2px rgba(27,26,35,.06), 0 1px 3px rgba(27,26,35,.04);
  --shadow:      0 4px 14px rgba(27,26,35,.07), 0 2px 6px rgba(27,26,35,.05);
  --shadow-lg:   0 18px 50px rgba(38,36,82,.16), 0 8px 20px rgba(38,36,82,.08);
  --shadow-accent: 0 10px 30px rgba(187,0,0,.26);

  --container: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color .15s var(--ease); }
a:hover { color: var(--accent-700); }
h1, h2, h3, h4 { line-height: 1.15; font-weight: 800; letter-spacing: -.02em; color: var(--ink); margin: 0 0 .5em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
h3 { font-size: 1.25rem; }
p  { margin: 0 0 1rem; color: var(--ink-2); }
small { color: var(--ink-3); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 22px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--surface { background: var(--surface); }
.eyebrow { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin: 0 0 .6rem; }
.lead { font-size: 1.18rem; color: var(--ink-2); }
.center { text-align: center; }
.muted { color: var(--ink-3); }
.mx-auto { margin-left: auto; margin-right: auto; }
.maxw-640 { max-width: 640px; }
.maxw-760 { max-width: 760px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font); font-weight: 700; font-size: 1rem; line-height: 1;
  padding: 15px 26px; border-radius: var(--radius-pill); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease); white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.btn--primary:hover { background: var(--accent-700); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(187,0,0,.32); }
.btn--ghost { background: #fff; color: var(--ink); border-color: var(--line-2); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.btn--light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.32); }
.btn--light:hover { background: rgba(255,255,255,.22); color:#fff; }
.btn--lg { padding: 17px 32px; font-size: 1.06rem; }
.btn--block { width: 100%; }

/* ---------- Announcement bar ---------- */
.announce { background: linear-gradient(90deg, var(--accent-700), var(--accent)); color: #fff; font-size: .9rem; }
.announce-inner { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 9px 38px 9px 16px; position: relative; text-align: center; }
.announce-inner span { line-height: 1.4; }
.announce a { color: #fff; text-decoration: underline; font-weight: 700; white-space: nowrap; }
.announce-x { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); background: none; border: 0; color: rgba(255,255,255,.85); font-size: 1.4rem; line-height: 1; cursor: pointer; padding: 2px 8px; border-radius: 6px; }
.announce-x:hover { color: #fff; background: rgba(255,255,255,.15); }
.announce.is-hidden { display: none; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 1.42rem; letter-spacing: -.03em; color: var(--ink); }
.brand b { color: var(--accent); }
.brand .pin { width: 26px; height: 26px; }
.brand .brand-mark { width: 42px; height: 42px; display: block; }
.site-header .brand { gap: 2px; }
.site-header .brand .brand-mark { width: 54px; height: 54px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-links a { color: var(--ink-2); font-weight: 600; font-size: .98rem; padding: 9px 14px; border-radius: var(--radius-sm); }
.nav-links a:hover { color: var(--ink); background: var(--surface-2); }
.nav-spacer { flex: 1; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: .2s var(--ease); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(168deg, #fbf7f6 0%, #f3f4f7 52%, #fcebeb 128%); color: var(--ink); border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; inset: 0; background:
  radial-gradient(680px 360px at 84% -10%, rgba(187,0,0,.10), transparent 62%),
  radial-gradient(520px 300px at 4% 110%, rgba(120,122,128,.06), transparent 64%); pointer-events: none; }
.hero .container { position: relative; z-index: 2; padding-top: 76px; padding-bottom: 84px; }
.hero h1 { color: var(--ink); max-width: 14ch; }
.hero h1 .hl { color: var(--accent); }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background-size: cover; background-position: center; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,21,26,.92) 0%, rgba(22,21,26,.62) 55%, rgba(22,21,26,.42) 100%); }
.hero::after { z-index: 1; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
.hero p { color: var(--ink-2); font-size: 1.2rem; max-width: 48ch; }
.hero--map { background: #faf6f6; }
.hero--map h1 { max-width: none; }
@media (min-width: 640px) { .hero--map h1 { white-space: nowrap; } }
.hero--map .hero-bgmap { position: absolute; inset: 0; z-index: 0; background: url(../img/hero-map.jpg) center/cover no-repeat; }
.hero--split .hero-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.hero-split-media img { width: 100%; max-height: 480px; object-fit: cover; object-position: center 28%; border-radius: 18px; box-shadow: var(--shadow-lg); display: block; }
@media (max-width: 900px) { .hero--split .hero-split { grid-template-columns: 1fr; gap: 26px; } .hero-split-media { display: none; } }
.hero--map .hero-bgmap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(250,246,246,.94) 0%, rgba(250,246,246,.74) 40%, rgba(252,237,237,.40) 100%); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 6px; }
.chip { display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; font-weight: 600; color: var(--ink-2);
  background: #fff; border: 1px solid var(--line); padding: 7px 13px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm); }
.chip svg { width: 15px; height: 15px; color: var(--accent); }

/* ---------- Search box ---------- */
.searchbox { background: #fff; border-radius: 18px; box-shadow: var(--shadow-lg); padding: 12px; display: flex; gap: 8px; margin-top: 30px; max-width: 860px; }
.searchbox .field { flex: 1; display: flex; align-items: center; gap: 10px; padding: 6px 14px; border-radius: var(--radius-sm); }
.searchbox .field + .field { border-left: 1px solid var(--line); }
.searchbox .field svg { width: 19px; height: 19px; color: var(--ink-3); flex: none; }
.searchbox input { border: 0; outline: 0; font-family: var(--font); font-size: 1rem; color: var(--ink); width: 100%; background: transparent; padding: 12px 0; }
.searchbox input::placeholder { color: var(--ink-3); }
.searchbox .btn { flex: none; }
.search-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.search-pills a { font-size: .85rem; font-weight: 600; color: var(--ink-2); background: #fff; padding: 6px 13px; border-radius: var(--radius-pill); border: 1px solid var(--line); }
.search-pills a:hover { background: var(--surface); color: var(--ink); border-color: var(--line-2); }

/* ---------- Stats band ---------- */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { text-align: center; }
.stat .num { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; color: var(--accent); letter-spacing: -.03em; line-height: 1; }
.stat .lbl { font-size: .92rem; color: var(--ink-3); margin-top: 8px; font-weight: 600; }

/* ---------- Logo wall ---------- */
.logowall { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 38px; }
.logowall span { font-weight: 700; font-size: 1.02rem; color: #9a99ab; letter-spacing: -.01em; filter: grayscale(1); transition: color .2s var(--ease); }
.logowall span:hover { color: var(--ink-2); }

/* ---------- Logo marquee (real brand logos, grayscale -> color on hover) ---------- */
.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}
.logo-track { display: flex; align-items: center; width: max-content; animation: cj-marquee 46s linear infinite; }
.logo-marquee:hover .logo-track,
.logo-marquee:focus-within .logo-track { animation-play-state: paused; }
.logo-track .logo {
  flex: none; margin: 0 30px; height: 78px; width: auto;
  filter: grayscale(1); opacity: .55;
  transition: filter .3s var(--ease), opacity .3s var(--ease), transform .3s var(--ease);
}
.logo-track .logo:hover { filter: grayscale(0); opacity: 1; transform: scale(1.07); }
@keyframes cj-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; gap: 18px 4px; }
  .logo-track .logo:nth-child(n+13) { display: none; }
}

/* ---------- Job cards ---------- */
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 16px; }
.job-card {
  position: relative; display: flex; flex-direction: column; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease);
}
.job-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.job-card.is-featured { border-color: var(--accent-300); background: linear-gradient(180deg, var(--accent-wash), #fff 60%); }
.job-card .top { display: flex; align-items: flex-start; gap: 13px; }
.job-logo { width: 48px; height: 48px; border-radius: 11px; flex: none; display: grid; place-items: center; font-weight: 800; color: #fff; font-size: 1.1rem; background: var(--accent); overflow: hidden; }
.job-card h3 { font-size: 1.08rem; margin: 0 0 2px; }
.job-card h3 a { color: var(--ink); }
.job-card h3 a:hover { color: var(--accent); }
.job-card .co { font-size: .92rem; color: var(--ink-2); font-weight: 600; }
.job-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.tag { display: inline-flex; align-items: center; gap: 5px; font-size: .8rem; font-weight: 600; color: var(--ink-2); background: var(--surface); border: 1px solid var(--line); padding: 5px 10px; border-radius: var(--radius-pill); }
.tag svg { width: 13px; height: 13px; color: var(--ink-3); }
.tag.tag--salary { color: var(--green); background: var(--green-soft); border-color: transparent; }
.tag.tag--local { color: var(--accent-700); background: var(--accent-wash); border-color: transparent; }
.badge-featured { position: absolute; top: 16px; right: 16px; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-700); background: #fff; border: 1px solid var(--accent-300); padding: 4px 9px; border-radius: var(--radius-pill); }
.job-card.is-featured .top { padding-right: 78px; }
.badge-feed { font-size: .68rem; font-weight: 700; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; }
.job-save { align-self: flex-end; margin-top: -4px; background: none; border: 0; cursor: pointer; display: inline-flex; align-items: center; gap: 5px; font-family: var(--font); font-weight: 600; font-size: .8rem; color: var(--ink-3); padding: 4px 9px; border-radius: var(--radius-pill); transition: color .15s var(--ease), background .15s var(--ease); }
.job-save svg { width: 15px; height: 15px; }
.job-save:hover { color: var(--accent); background: var(--accent-wash); }
.job-save.is-saved { color: var(--accent); }
.job-save.is-saved svg { fill: var(--accent); }

/* ---------- Cards / features ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.feature .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-wash); color: var(--accent); margin-bottom: 16px; }
.feature .ico svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.16rem; }
.feature p { font-size: .98rem; margin: 0; }

/* ---------- Split / value ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.checklist { list-style: none; padding: 0; margin: 22px 0 0; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; padding: 9px 0; color: var(--ink-2); font-weight: 500; }
.checklist svg { width: 22px; height: 22px; color: var(--green); flex: none; margin-top: 1px; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.testi p { color: var(--ink); font-size: 1.02rem; font-weight: 500; }
.testi .who { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.testi .av { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--surface-2); }
.testi .who b { display: block; font-size: .95rem; color: var(--ink); }
.testi .who small { color: var(--ink-3); }
.stars { color: #f0a500; letter-spacing: 2px; font-size: .9rem; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, var(--accent-700), var(--accent)); border-radius: 22px; padding: 56px; color: #fff; text-align: center; box-shadow: var(--shadow-accent); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.86); }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 22px; }

/* ---------- Posts ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.post-card .body { padding: 22px; }
.post-card .date { font-size: .8rem; color: var(--ink-3); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.post-card h3 { font-size: 1.12rem; margin: 8px 0; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--accent); }

/* ---------- Pricing ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); }
.price-card--pop { border: 2px solid var(--accent); box-shadow: var(--shadow); transform: translateY(-6px); }
.price-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 14px; border-radius: var(--radius-pill); }
.price-card h3 { font-size: 1.15rem; margin-bottom: 6px; }
.price-amt { font-size: 2.6rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); line-height: 1; margin: 8px 0 4px; }
.price-amt span { font-size: .95rem; font-weight: 600; color: var(--ink-3); letter-spacing: 0; }
.price-blurb { font-size: .92rem; color: var(--ink-2); min-height: 48px; }
.price-card .checklist li { padding: 7px 0; font-size: .94rem; }
.price-card .btn { margin-top: 14px; }

/* ---------- Agency subscription card ---------- */
.agency-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; background: #fff; border: 2px solid var(--accent); border-radius: var(--radius); padding: 26px 32px; margin-top: 22px; box-shadow: var(--shadow); }
.agency-buy { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
@media (max-width: 640px) { .agency-card { flex-direction: column; align-items: flex-start; } }

/* ---------- Cost calculator ---------- */
.calc { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); max-width: 920px; margin: 0 auto; }
.calc-controls { padding: 32px; }
.calc-out { padding: 32px; background: var(--surface); border-left: 1px solid var(--line); }
.calc-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 6px 14px; margin-bottom: 22px; }
.calc-row span { font-weight: 600; font-size: .95rem; }
.calc-row input[type=range] { grid-column: 1 / -1; width: 100%; accent-color: var(--accent); height: 6px; }
.calc-row output { font-weight: 800; color: var(--accent); font-size: .95rem; text-align: right; }
.calc-plan span { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 8px; }
.seg { display: flex; gap: 6px; background: var(--surface-2); padding: 5px; border-radius: var(--radius-pill); }
.seg-btn { flex: 1; border: 0; background: transparent; font-family: var(--font); font-weight: 700; font-size: .82rem; color: var(--ink-2); padding: 9px 6px; border-radius: var(--radius-pill); cursor: pointer; transition: .15s var(--ease); }
.seg-btn.is-on { background: #fff; color: var(--accent); box-shadow: var(--shadow-sm); }
.calc-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; }
.calc-box { text-align: center; padding: 16px 8px; border-radius: var(--radius); }
.calc-box--them { background: #fff; border: 1px solid var(--line); }
.calc-box--us { background: var(--accent-wash); border: 1px solid var(--accent-300); }
.calc-label { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); }
.calc-box--us .calc-label { color: var(--accent-700); }
.calc-num { font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; margin: 4px 0; }
.calc-box--them .calc-num { color: var(--ink); }
.calc-box--us .calc-num { color: var(--accent); }
.calc-sub { font-size: .76rem; color: var(--ink-3); }
.calc-vs { font-weight: 800; color: var(--ink-3); font-size: .9rem; }
.calc-save { text-align: center; margin: 20px 0 10px; font-size: 1.05rem; color: var(--ink-2); }
.calc-save strong { color: var(--green); font-size: 1.5rem; font-weight: 800; }
.calc-save span { color: var(--green); font-weight: 700; }

/* ---------- Inner page hero ---------- */
.page-hero { background: var(--surface); border-bottom: 1px solid var(--line); padding: 60px 0; }
.page-hero h1 { margin-bottom: 10px; }
.page-hero .lead { max-width: 60ch; }

/* ---------- FAQ accordion ---------- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; border: 0; font-family: var(--font); font-weight: 700; font-size: 1.08rem; color: var(--ink); padding: 22px 40px 22px 0; cursor: pointer; position: relative; }
.faq-q::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--accent); font-weight: 400; transition: transform .2s var(--ease); }
.faq-item.open .faq-q::after { content: "\2212"; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s var(--ease); }
.faq-item.open .faq-a { max-height: 480px; }
.faq-a-inner { padding: 0 0 22px; color: var(--ink-2); max-width: 70ch; }

/* ---------- Forms ---------- */
.field-group { margin-bottom: 18px; }
.field-group label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 6px; }
.input, .textarea, .select { width: 100%; font-family: var(--font); font-size: 1rem; color: var(--ink); padding: 13px 15px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); background: #fff; transition: border-color .15s var(--ease), box-shadow .15s var(--ease); }
.input:focus, .textarea:focus, .select:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-wash); }
.textarea { min-height: 130px; resize: vertical; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }

/* ---------- Job search + results ---------- */
.jobsearch { display: flex; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px; box-shadow: var(--shadow-sm); margin-top: 18px; max-width: 860px; }
.jobsearch .field { flex: 1; display: flex; align-items: center; gap: 9px; padding: 4px 12px; border-radius: var(--radius-sm); }
.jobsearch .field + .field { border-left: 1px solid var(--line); }
.jobsearch .field svg { width: 18px; height: 18px; color: var(--ink-3); flex: none; }
.jobsearch input { border: 0; outline: 0; font-family: var(--font); font-size: 1rem; width: 100%; background: transparent; padding: 10px 0; }
.jobsearch .btn { flex: none; }

.results-layout { display: grid; grid-template-columns: 244px 1fr; gap: 30px; align-items: start; }
.filters { position: sticky; top: 92px; }
.filter-block { margin-bottom: 24px; }
.filter-block h4 { font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); margin-bottom: 10px; }
.filter-block ul { list-style: none; margin: 0; padding: 0; }
.filter-block li a { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px 12px; border-radius: var(--radius-sm); color: var(--ink-2); font-weight: 600; font-size: .92rem; }
.filter-block li a:hover { background: var(--surface); color: var(--ink); }
.filter-block li a.is-on { background: var(--accent-wash); color: var(--accent-700); }
.filter-block li a span { font-size: .8rem; color: var(--ink-3); font-weight: 600; }
.filter-cta { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.filter-cta p { font-weight: 700; font-size: .95rem; margin-bottom: 10px; color: var(--ink); }
.results-head { font-size: 1rem; color: var(--ink-2); margin-bottom: 18px; }
.results-head strong { color: var(--ink); }
.clear-filters { font-size: .86rem; font-weight: 600; margin-left: 10px; }
.empty-state { text-align: center; padding: 50px 20px; background: var(--surface); border-radius: var(--radius); }
.empty-state .ico { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: #fff; display: grid; place-items: center; color: var(--accent); box-shadow: var(--shadow-sm); }
.empty-state .ico svg { width: 24px; height: 24px; }

/* ---------- Job detail ---------- */
.crumbs { font-size: .86rem; color: var(--ink-3); font-weight: 600; }
.crumbs a { color: var(--ink-2); }
.crumbs span { margin: 0 6px; color: var(--line-2); }
.job-detail { display: grid; grid-template-columns: 1fr 320px; gap: 36px; align-items: start; }
.notice { display: flex; gap: 10px; align-items: flex-start; background: var(--amber-soft); color: #7a4a00; border-radius: var(--radius-sm); padding: 14px 16px; font-weight: 600; font-size: .94rem; margin-bottom: 22px; }
.notice svg { width: 20px; height: 20px; flex: none; margin-top: 1px; }
.notice a { color: #7a4a00; text-decoration: underline; }
.job-head { display: flex; gap: 16px; align-items: flex-start; }
.job-logo--lg { width: 64px; height: 64px; border-radius: 14px; font-size: 1.5rem; }
.job-head h1 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin: 0 0 4px; }
.job-co { color: var(--ink-2); font-weight: 600; margin: 0; }
.job-body { font-size: 1rem; color: var(--ink-2); line-height: 1.75; }
.job-body p { margin: 0 0 1rem; }
.job-body ul, .job-body ol { padding-left: 1.3em; margin: 0 0 1rem; }
.job-body li { margin: 5px 0; }
.job-body h2, .job-body h3 { color: var(--ink); margin: 1.4em 0 .5em; }
.job-side { position: sticky; top: 92px; }
.apply-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.apply-meta { margin-top: 16px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.apply-meta div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 16px; font-size: .92rem; }
.apply-meta div + div { border-top: 1px solid var(--line); }
.apply-meta span { color: var(--ink-3); }
.apply-meta strong { color: var(--ink); text-align: right; }

/* ---------- Article ---------- */
.article-body { font-size: 1.07rem; line-height: 1.8; color: var(--ink-2); }
.article-body p { margin: 0 0 1.2rem; }
.article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 1.8rem 0 .7rem; }
.article-body h3 { font-size: 1.2rem; color: var(--ink); margin: 1.5rem 0 .6rem; }
.article-body ul, .article-body ol { margin: 0 0 1.2rem; padding-left: 1.3em; }
.article-body li { margin: 6px 0; }
.article-body a { text-decoration: underline; }
.article-body img { border-radius: var(--radius); margin: 1rem 0; }
.article-body blockquote { border-left: 3px solid var(--accent); margin: 1.4rem 0; padding: 4px 0 4px 20px; color: var(--ink); font-style: italic; }
.article-cta { text-align: center; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; margin-top: 40px; }
.article-cta h3 { margin: 0 0 6px; }

/* ---------- Salary tool ---------- */
.salary-tool { background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.salary-controls { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; padding: 26px 28px; border-bottom: 1px solid var(--line); }
.salary-controls label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.salary-toggle { display: flex; gap: 4px; background: var(--surface-2); padding: 5px; border-radius: var(--radius-pill); }
.salary-toggle button { border: 0; background: transparent; font-family: var(--font); font-weight: 700; font-size: .85rem; color: var(--ink-2); padding: 9px 16px; border-radius: var(--radius-pill); cursor: pointer; transition: .15s var(--ease); white-space: nowrap; }
.salary-toggle button.is-on { background: #fff; color: var(--accent); box-shadow: var(--shadow-sm); }
.salary-result { padding: 28px; }
.salary-cat { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-700); }
.salary-median { margin: 8px 0 22px; }
.salary-median span { font-size: 2.8rem; font-weight: 800; letter-spacing: -.03em; color: var(--ink); }
.salary-median small { display: block; color: var(--ink-3); font-weight: 600; margin-top: 2px; }
.salary-bar { position: relative; height: 14px; background: var(--surface-2); border-radius: var(--radius-pill); }
.salary-range { position: absolute; top: 0; height: 14px; background: linear-gradient(90deg, var(--accent-300), var(--accent)); border-radius: var(--radius-pill); transition: left .35s var(--ease), width .35s var(--ease); }
.salary-dot { position: absolute; top: 50%; width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 3px solid var(--accent-700); transform: translate(-50%, -50%); transition: left .35s var(--ease); }
.salary-ends { display: flex; justify-content: space-between; margin-top: 9px; font-weight: 700; color: var(--ink-2); font-size: .95rem; }
.salary-foot { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: 22px; flex-wrap: wrap; }
.salary-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.salary-table th { text-align: left; font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); padding: 10px 12px; border-bottom: 2px solid var(--line); }
.salary-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); }
.salary-table tr:hover td { background: var(--surface); }

/* ---------- Auth ---------- */
.auth-wrap { display: flex; justify-content: center; }
.auth-card { width: 100%; max-width: 440px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-error { background: var(--accent-wash); color: var(--accent-700); border: 1px solid var(--accent-300); border-radius: var(--radius-sm); padding: 12px 14px; font-weight: 600; font-size: .92rem; margin-bottom: 18px; }
.role-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.role-opt { display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; padding: 16px 10px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); cursor: pointer; font-weight: 600; font-size: .9rem; color: var(--ink-2); transition: .15s var(--ease); }
.role-opt svg { width: 22px; height: 22px; color: var(--ink-3); }
.role-opt input { position: absolute; opacity: 0; pointer-events: none; }
.role-opt.is-on { border-color: var(--accent); background: var(--accent-wash); color: var(--accent-700); }
.role-opt.is-on svg { color: var(--accent); }

/* ---------- Dashboard ---------- */
.dash-grid { display: grid; grid-template-columns: 1fr 320px; gap: 30px; align-items: start; }
.dash-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); margin-bottom: 18px; }
.dash-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.dash-line { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .94rem; }
.dash-line:last-child { border-bottom: 0; }
.dash-line span { color: var(--ink-3); }
.dash-line strong { color: var(--ink); text-align: right; }
.dash-table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.dash-table th { text-align: left; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); padding: 10px 12px; border-bottom: 2px solid var(--line); }
.dash-table td { padding: 13px 12px; border-bottom: 1px solid var(--line); }
.pill { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: capitalize; padding: 3px 10px; border-radius: var(--radius-pill); background: var(--surface-2); color: var(--ink-2); }
.pill--publish { background: var(--green-soft); color: var(--green); }
.pill--expired, .pill--pending_payment { background: var(--amber-soft); color: var(--amber); }

/* ---------- Post a job ---------- */
.postjob { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.postjob-main .form-card { margin-bottom: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.postjob-side { position: sticky; top: 92px; }
.preview-label { font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); font-weight: 700; margin: 0 0 10px; }
.plan-pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0 14px; }
.plan-opt { position: relative; display: flex; flex-direction: column; gap: 2px; text-align: center; padding: 16px 8px; border: 1.5px solid var(--line-2); border-radius: var(--radius-sm); cursor: pointer; transition: .15s var(--ease); }
.plan-opt input { position: absolute; opacity: 0; }
.plan-opt.is-on { border-color: var(--accent); background: var(--accent-wash); }
.plan-opt--featured { border-width: 2px; }
.plan-opt:not(.is-on).plan-opt--featured { border-color: var(--accent); }
.plan-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--accent); color: #fff; font-size: .62rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 11px; border-radius: 100px; box-shadow: 0 3px 8px rgba(0,0,0,.18); }
.plan-name { font-weight: 700; font-size: .82rem; color: var(--ink-2); }
.plan-price { font-weight: 800; font-size: 1.3rem; color: var(--ink); }
.plan-opt.is-on .plan-price { color: var(--accent); }
.plan-sub { font-size: .74rem; color: var(--ink-3); }
.feat-opt { display: flex; gap: 10px; align-items: flex-start; padding: 14px; background: var(--surface); border-radius: var(--radius-sm); font-size: .9rem; color: var(--ink-2); cursor: pointer; }
.feat-opt input { margin-top: 3px; }

/* ---------- Checkout ---------- */
.co-summary .dash-line { font-size: 1rem; }
.co-total { border-top: 2px solid var(--line) !important; margin-top: 4px; padding-top: 12px !important; font-size: 1.1rem; }
.co-total strong { color: var(--accent); font-size: 1.3rem; }
.paybtn { justify-content: center; }
.notice--ok { background: var(--green-soft); color: var(--green); }
.notice--ok a { color: var(--green); }

/* ---------- New badge + What's New ---------- */
.new-badge { display: inline-block; font-size: .6rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--accent); padding: 2px 7px; border-radius: var(--radius-pill); vertical-align: middle; margin-left: 6px; }
.wn-list { display: flex; flex-direction: column; }
.wn-item { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.wn-ico { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--accent-wash); color: var(--accent); display: grid; place-items: center; }
.wn-ico svg { width: 24px; height: 24px; }
.wn-body h3 { font-size: 1.15rem; margin: 0 0 6px; }
.wn-body p { margin: 0 0 8px; }
.wn-body a { font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.wn-body a svg { width: 15px; height: 15px; }

/* ---------- Hub resource cards ---------- */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.hub-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; transition: transform .2s var(--ease), box-shadow .2s var(--ease), border-color .2s var(--ease); }
.hub-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.hub-card .ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--accent-wash); color: var(--accent); margin-bottom: 14px; }
.hub-card .ico svg { width: 24px; height: 24px; }
.hub-card h3 { font-size: 1.1rem; margin: 0 0 6px; color: var(--ink); }
.hub-card p { font-size: .92rem; margin: 0 0 14px; flex: 1; }
.hub-card span { font-weight: 700; font-size: .9rem; color: var(--accent); display: inline-flex; align-items: center; gap: 6px; }
.hub-card h3 .new-badge { color: #fff; font-size: .6rem; display: inline-block; }
.hub-card span svg { width: 16px; height: 16px; }

/* ---------- Companies ---------- */
.company-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.company-card { display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease); }
.company-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); border-color: var(--line-2); }
.company-logo { width: 44px; height: 44px; border-radius: 11px; flex: none; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--accent); }
.company-info { display: flex; flex-direction: column; min-width: 0; }
.company-info strong { color: var(--ink); font-size: .98rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.company-info span { font-size: .82rem; color: var(--ink-3); }
.past-roles { list-style: none; padding: 0; margin: 12px 0 0; }
.past-roles li { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.past-roles li span { font-size: .85rem; }

/* ---------- Footer ---------- */
.site-footer { background: #16151d; color: #b9b8c6; padding: 64px 0 30px; font-size: .95rem; }
.site-footer h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.site-footer a { color: #b9b8c6; }
.site-footer a:hover { color: #fff; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { padding: 5px 0; }
.foot-brand .brand { color: #fff; margin-bottom: 12px; }
.foot-brand .brand b { color: var(--accent-300); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .86rem; color: #82818f; }
.pay-badges { display: flex; gap: 10px; align-items: center; }
.pay-badges span { background: rgba(255,255,255,.08); padding: 5px 10px; border-radius: 7px; font-size: .78rem; font-weight: 600; color: #cfced9; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover, .job-card:hover, .post-card:hover { transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; gap: 32px; }
  .feature-grid, .testi-grid, .post-grid, .price-grid { grid-template-columns: 1fr; }
  .price-card--pop { transform: none; }
  .calc { grid-template-columns: 1fr; }
  .calc-out { border-left: 0; border-top: 1px solid var(--line); }
  .results-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filter-block ul { display: flex; flex-wrap: wrap; gap: 6px; }
  .filter-block li a { background: var(--surface); }
  .job-detail { grid-template-columns: 1fr; }
  .job-side { position: static; }
  .jobsearch { flex-direction: column; }
  .jobsearch .field + .field { border-left: 0; border-top: 1px solid var(--line); }
  .salary-controls { grid-template-columns: 1fr; }
  .salary-median span { font-size: 2.2rem; }
  .dash-grid { grid-template-columns: 1fr; }
  .postjob { grid-template-columns: 1fr; }
  .postjob-side { position: static; order: -1; }
  .grid-2 { grid-template-columns: 1fr; }
  .statband { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
  .nav-links, .nav-cta .btn--ghost { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links { display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: #fff; border-bottom: 1px solid var(--line); padding: 12px; gap: 2px; box-shadow: var(--shadow); }
  .nav.open .nav-links a { padding: 13px 14px; }
  .searchbox { flex-direction: column; }
  .searchbox .field + .field { border-left: 0; border-top: 1px solid var(--line); }
  .cta-band { padding: 38px 24px; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .section { padding: 60px 0; }
}
@media (max-width: 560px) {
  .foot-grid { grid-template-columns: 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }
}

/* Search results pagination */
.pager{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:30px;flex-wrap:wrap}
.pager-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:1px solid var(--line);border-radius:10px;font-weight:600;font-size:.92rem;color:var(--ink);background:var(--surface);transition:border-color .15s,color .15s}
.pager-btn:hover{border-color:var(--accent);color:var(--accent)}
.pager-btn.is-off{opacity:.4;pointer-events:none}
.pager-btn[rel="prev"] svg{transform:rotate(180deg)}
.pager-status{font-size:.9rem;color:var(--ink-3);font-weight:600}

/* ---- Find a Job: card foot, status, tools, filters, list view ---- */
.job-snip { font-size: .92rem; margin: 0; color: var(--ink-3); }
.tag.tag--local { color: var(--ink-2); background: var(--surface); border-color: var(--line); }
.tag.tag--ext { border: 0; background: none; color: var(--ink-3); padding-left: 0; }
.job-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
.job-foot-l { display: flex; align-items: center; gap: 9px; min-width: 0; }
.job-posted { font-size: .78rem; color: var(--ink-3); font-weight: 600; white-space: nowrap; }
.job-status { font-size: .64rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: var(--radius-pill); white-space: nowrap; }
.job-status.is-new { color: var(--accent-700); background: var(--accent-wash); }
.job-status.is-viewed { color: var(--ink-3); background: var(--surface); border: 1px solid var(--line); }
.job-status.is-applied { color: var(--green); background: var(--green-soft); }
.job-card.is-seen { opacity: .9; }
.job-card.is-applied { border-color: var(--green-soft); }
.job-foot .job-save { align-self: center; margin-top: 0; }

.results-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
.results-bar .results-head { margin-bottom: 0; }
.results-tools { display: flex; align-items: center; gap: 12px; }
.sort-form { display: flex; align-items: center; gap: 8px; }
.sort-label { font-size: .85rem; color: var(--ink-3); font-weight: 600; }
.sort-form select { font-family: var(--font); font-size: .9rem; font-weight: 600; color: var(--ink); padding: 8px 12px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; }
.view-toggle { display: inline-flex; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.vt-btn { display: inline-grid; place-items: center; width: 36px; height: 34px; background: #fff; border: 0; cursor: pointer; color: var(--ink-3); }
.vt-btn + .vt-btn { border-left: 1px solid var(--line); }
.vt-btn svg { width: 17px; height: 17px; }
.vt-btn.is-on { background: var(--accent-wash); color: var(--accent-700); }

.filters-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.filters-head h4 { display: flex; align-items: center; gap: 6px; font-size: .95rem; text-transform: none; letter-spacing: 0; color: var(--ink); margin: 0; }
.filters-head h4 svg { width: 16px; height: 16px; color: var(--ink-3); }
.clear-filters { font-size: .82rem; font-weight: 600; color: var(--accent); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip { display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; font-weight: 600; color: var(--accent-700); background: var(--accent-wash); border-radius: var(--radius-pill); padding: 5px 11px; }
.chip svg { width: 13px; height: 13px; }
.chip:hover { background: var(--accent); color: #fff; }

/* List / row layout: row 1 = title + pills, row 2 = status/posted/save (keeps the title off the pills) */
.jobs-grid.is-list { grid-template-columns: 1fr; gap: 10px; }
.jobs-grid.is-list .job-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "top meta" "foot foot"; align-items: center; column-gap: 22px; row-gap: 10px; padding: 14px 18px; }
.jobs-grid.is-list .job-card:hover { transform: none; }
.jobs-grid.is-list .top { grid-area: top; min-width: 0; }
.jobs-grid.is-list .job-snip { display: none; }
.jobs-grid.is-list .job-meta { grid-area: meta; margin: 0; justify-content: flex-end; flex-wrap: wrap; row-gap: 6px; }
.jobs-grid.is-list .job-foot { grid-area: foot; margin: 0; padding: 10px 0 0; border-top: 1px solid var(--line); gap: 14px; justify-content: space-between; }
.jobs-grid.is-list .badge-featured { display: none; }
@media (max-width: 760px) {
  .jobs-grid.is-list .job-card { grid-template-columns: 1fr; grid-template-areas: "top" "meta" "foot"; }
  .jobs-grid.is-list .job-meta, .jobs-grid.is-list .job-foot { justify-content: flex-start; }
}

/* Search insight + email-alert CTA (Jooble-style) */
.search-insight { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 12px; font-size: .92rem; color: var(--ink-2); background: var(--green-soft); border-radius: var(--radius-sm); padding: 10px 14px; margin-bottom: 16px; }
.search-insight svg { width: 16px; height: 16px; color: var(--green); }
.search-insight strong { color: var(--ink); }
.alert-cta { display: flex; align-items: center; justify-content: space-between; gap: 14px 24px; flex-wrap: wrap; background: linear-gradient(120deg, var(--accent-wash), var(--surface)); border: 1px solid var(--accent-300); border-radius: var(--radius); padding: 16px 20px; margin-bottom: 22px; }
.alert-cta-txt { display: flex; align-items: center; gap: 12px; }
.alert-cta-txt > svg { width: 24px; height: 24px; color: var(--accent); flex: none; }
.alert-cta-txt strong { display: block; font-size: 1.02rem; }
.alert-cta-txt span { font-size: .86rem; }
.alert-cta-fields { display: flex; gap: 8px; flex: 1 1 320px; max-width: 460px; }
.alert-cta-fields .input { flex: 1 1 auto; }
.alert-cta-fields .btn { white-space: nowrap; }
@media (max-width: 560px) { .alert-cta-fields { flex-basis: 100%; } }

/* Full-width save button on detail/apply cards */
.job-save--block { width: 100%; justify-content: center; margin-top: 10px; border: 1px solid var(--line); padding: 11px; border-radius: var(--radius-sm); }
.job-save--block:hover { background: var(--accent-wash); }

/* Company logos (overlay the initial; hide on load error -> initial shows) */
.job-logo { position: relative; }
.job-logo-ini { line-height: 1; }
.job-logo-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; border-radius: inherit; }

/* Employer applicant inbox + job management */
.pill--filled, .pill--new { background: var(--accent-wash); color: var(--accent-700); }
.pill--reviewed { background: var(--surface-2); color: var(--ink-2); }
.pill--contacted { background: var(--green-soft); color: var(--green); }
.pill--archived { background: var(--surface); color: var(--ink-3); }
.badge-new { display: inline-block; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; color: #fff; background: var(--accent); padding: 2px 6px; border-radius: var(--radius-pill); margin-left: 4px; vertical-align: 1px; }
.dash-actions { white-space: nowrap; }
.lnk { background: none; border: 0; padding: 0 8px 0 0; font: inherit; font-size: .86rem; font-weight: 600; color: var(--accent); cursor: pointer; }
.lnk:hover { text-decoration: underline; }
.lnk--danger { color: var(--ink-3); }
.lnk--danger:hover { color: var(--accent); }
.btn--sm { padding: 6px 12px; font-size: .82rem; }
.applicant-list { display: flex; flex-direction: column; gap: 14px; max-width: 760px; }
.applicant-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; background: #fff; }
.applicant-card.is-new { border-left: 3px solid var(--accent); }
.applicant-card.is-archived { opacity: .68; }
.applicant-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.applicant-head h3 { margin: 0 0 2px; font-size: 1.05rem; }
.applicant-msg { margin: 10px 0 0; font-size: .92rem; color: var(--ink-2); }
.applicant-foot { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.applicant-status { margin-left: auto; }
.applicant-status select { font-family: var(--font); font-size: .85rem; font-weight: 600; padding: 7px 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; cursor: pointer; }

/* SEO role landing pages */
.seo-intro { max-width: 760px; margin: 40px 0 28px; }
.seo-intro h2 { font-size: 1.4rem; }
.seo-intro p { font-size: 1rem; }
.related-roles { margin-top: 10px; }
.related-roles h3 { font-size: 1rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; }

/* Resume search (employer) */
.resume-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 14px; }
.resume-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; transition: transform .18s var(--ease), box-shadow .18s var(--ease), border-color .18s var(--ease); }
.resume-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.resume-av { width: 44px; height: 44px; flex: none; border-radius: 11px; display: grid; place-items: center; font-weight: 800; color: #fff; background: var(--ink-2); }
.resume-meta h3 { font-size: 1.04rem; margin: 0 0 2px; }
.resume-skills { font-size: .86rem; color: var(--ink-3); margin: 8px 0 0; }
.resume-block { margin-top: 22px; }
.resume-block h3 { font-size: 1.05rem; margin-bottom: 8px; }
