:root {
  --navy: #102827;
  --navy-2: #143c3a;
  --green: #2b7a69;
  --mint: #e9f8f4;
  --mint-2: #c8eee5;
  --gold: #f2c879;
  --cream: #fff9ed;
  --ink: #18312f;
  --muted: #62706f;
  --line: #dfe9e6;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 40, 39, 0.16);
  --shadow-soft: 0 14px 40px rgba(16, 40, 39, 0.10);
  --radius-xl: 28px;
  --radius-lg: 18px;
  --radius-md: 12px;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: #f6faf8;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
.container { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 50;
  background: var(--gold);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.announcement {
  min-height: 42px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 9px 18px;
  background: #0c201f;
  color: #d9eeea;
  font-weight: 650;
  font-size: 14px;
}
.announcement a { color: var(--gold); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(16, 40, 39, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-wrap {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #ecf7f4;
  font-size: 15px;
  font-weight: 700;
}
.nav a:not(.nav-post) { opacity: .92; transition: opacity .2s ease, color .2s ease; }
.nav a:hover { opacity: 1; color: var(--gold); }
.nav-post {
  padding: 8px 13px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.nav-toggle { display: none; }
.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 14%, rgba(242, 200, 121, .28), transparent 32%), linear-gradient(180deg, #102827 0%, #143c3a 100%);
  color: var(--white);
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(circle at 22% 20%, rgba(255,255,255,.5) 0 1px, transparent 1px), radial-gradient(circle at 78% 62%, rgba(255,255,255,.42) 0 1px, transparent 1px);
  background-size: 38px 38px, 56px 56px;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: 54px;
  align-items: center;
  padding: 88px 0 108px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 850;
  letter-spacing: .02em;
}
.eyebrow.dark { color: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .96;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero-lead {
  max-width: 730px;
  margin-bottom: 28px;
  color: #d5e6e3;
  font-size: clamp(18px, 2.2vw, 23px);
  line-height: 1.55;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 850;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--gold); color: #102827; box-shadow: 0 14px 24px rgba(0,0,0,.16); }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); }
.btn.small { min-height: 40px; padding: 9px 13px; font-size: 14px; background: var(--navy-2); color: #fff; }
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}
.hero-stats div {
  min-width: 130px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.12);
}
.hero-stats strong { display: block; font-size: 28px; line-height: 1; color: #fff; }
.hero-stats span { display: block; color: #c9dcd8; font-size: 13px; margin-top: 6px; }
.hero-card {
  position: relative;
  min-height: 540px;
  border-radius: 34px;
  transform: rotate(1deg);
}
.hero-main-img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: 45% 50%;
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .35);
  border: 8px solid rgba(255, 255, 255, .12);
}
.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  box-shadow: var(--shadow-soft);
  transform: rotate(-1deg);
}
.floating-card strong { display: block; font-size: 14px; }
.floating-card small { display: block; color: var(--muted); font-weight: 650; }
.card-one { left: -28px; bottom: 86px; }
.card-two { right: -12px; top: 74px; display: block; }
.dot { width: 12px; height: 12px; border-radius: 99px; background: #38b78c; box-shadow: 0 0 0 7px rgba(56,183,140,.14); }
.trusted-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.category-marquee {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 14px;
  overflow: auto;
  scrollbar-width: none;
}
.category-marquee::-webkit-scrollbar { display: none; }
.category-marquee span {
  flex: 0 0 auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--navy-2);
  font-weight: 800;
  border: 1px solid #d9eee9;
}
.search-section { padding: 76px 0 88px; }
.section-heading { margin-bottom: 28px; }
.section-heading h2, .feature-copy h2, .alerts h2 {
  margin-bottom: 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.section-heading p, .feature-copy p, .alerts p { color: var(--muted); font-size: 17px; }
.split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.centered { text-align: center; max-width: 720px; margin-inline: auto; }
.text-link { color: var(--green); font-weight: 850; }
.search-panel {
  padding: 18px;
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  border: 1px solid var(--line);
}
.search-box {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  background: #f6faf8;
  border: 1px solid #dfe9e6;
  border-radius: 16px;
  color: var(--muted);
}
.search-box svg { width: 23px; height: 23px; flex: 0 0 auto; }
.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  min-height: 56px;
}
.filter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.filter-grid label, .result-toolbar label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
}
select {
  min-height: 46px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #dfe9e6;
  color: var(--ink);
  background: #fff;
}
.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.quick-filters button {
  border: 1px solid #dfe9e6;
  background: #fff;
  color: var(--navy-2);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 800;
}
.quick-filters button.is-active {
  background: var(--navy-2);
  color: #fff;
  border-color: var(--navy-2);
}
.jobs-layout {
  display: grid;
  grid-template-columns: 286px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}
.sidebar { display: grid; gap: 14px; position: sticky; top: 104px; }
.side-card {
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(16,40,39,.06);
}
.side-card strong { display: block; font-size: 29px; letter-spacing: -.03em; }
.side-card span, .side-card p { color: var(--muted); }
.post-small { background: linear-gradient(180deg, #fff9ed, #fff); }
.post-small h3 { margin-bottom: 8px; line-height: 1.15; }
.mini-label {
  margin-bottom: 6px;
  color: var(--green) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.tip-card code {
  padding: 2px 5px;
  background: var(--mint);
  border-radius: 5px;
  color: var(--navy-2);
  font-weight: 800;
}
.result-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  color: var(--muted);
}
.result-toolbar > span { font-weight: 850; color: var(--ink); }
.result-toolbar label { display: flex; align-items: center; gap: 8px; }
.result-toolbar select { min-height: 38px; }
.job-list { display: grid; gap: 12px; }
.job-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(16,40,39,.055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.job-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); border-color: #bfded7; }
.company-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--mint);
  color: var(--navy-2);
  font-weight: 950;
  letter-spacing: -.04em;
}
.job-card h3 { margin-bottom: 5px; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.job-card h3 button {
  all: unset;
  cursor: pointer;
}
.job-card h3 button:hover { color: var(--green); }
.job-meta, .tag-row, .job-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.job-meta { color: var(--muted); font-size: 14px; font-weight: 650; }
.job-meta .company { color: var(--ink); font-weight: 850; }
.tag-row { margin-top: 11px; }
.tag, .pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f6f5;
  border: 1px solid #e1eae7;
  color: #4c6260;
  font-weight: 800;
  font-size: 12px;
}
.pill.gold { background: #fff3d1; color: #6e4e0d; border-color: #f5d886; }
.pill.green { background: var(--mint); color: var(--navy-2); border-color: #cdece5; }
.job-actions { justify-content: flex-end; align-self: center; }
.apply-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--navy-2);
  color: #fff;
  font-weight: 850;
  font-size: 14px;
}
.empty-state {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--line);
}
.feature-band { padding: 88px 0; background: #fff; }
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: 52px;
  align-items: center;
}
.check-list { display: grid; gap: 10px; margin-top: 22px; }
.check-list span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--mint);
  font-weight: 800;
}
.image-stack {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 18px;
  align-items: center;
}
.image-stack img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}
.image-stack img:first-child { height: 330px; }
.resource-section { padding: 88px 0; }
.resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}
.resource-grid article {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(16,40,39,.06);
}
.resource-grid img { width: 100%; height: 210px; object-fit: cover; }
.resource-grid h3, .resource-grid p { padding-inline: 18px; }
.resource-grid h3 { margin: 18px 0 8px; line-height: 1.18; }
.resource-grid p { color: var(--muted); padding-bottom: 20px; }
.alerts { padding: 70px 0 90px; background: var(--navy); color: #fff; }
.alert-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.13);
}
.alerts p { color: #cddedb; }
.alert-form { display: flex; gap: 10px; }
.alert-form input {
  flex: 1;
  min-width: 0;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.95);
  color: var(--ink);
}
.footer { padding: 52px 0 30px; background: #f7fbfa; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 28px;
}
.footer p { color: var(--muted); max-width: 360px; }
.footer h3 { font-size: 14px; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.footer a { display: block; margin: 8px 0; color: var(--ink); font-weight: 750; }
.footer a:hover { color: var(--green); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}
.job-dialog {
  width: min(720px, calc(100% - 28px));
  border: 0;
  border-radius: 24px;
  padding: 0;
  box-shadow: var(--shadow);
}
.job-dialog::backdrop { background: rgba(12, 32, 31, .58); backdrop-filter: blur(4px); }
.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 26px;
  line-height: 1;
  color: var(--ink);
}
.dialog-body { padding: 34px; }
.dialog-body h2 { margin: 6px 0 8px; font-size: 32px; line-height: 1.08; letter-spacing: -.03em; }
.dialog-body .apply-link { margin-top: 18px; }
@media (max-width: 920px) {
  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    place-content: center;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
    border-radius: 12px;
  }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 99px; }
  .nav {
    position: absolute;
    inset: 74px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 16px;
    border-radius: 18px;
    background: #102827;
    box-shadow: var(--shadow);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px; border-radius: 10px; }
  .nav-post { text-align: center; margin-top: 8px; }
  .hero-grid, .feature-grid, .alert-card { grid-template-columns: 1fr; }
  .hero-grid { padding: 64px 0 72px; }
  .hero-card { min-height: auto; max-width: 560px; }
  .hero-main-img { height: 430px; }
  .filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jobs-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .resource-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1120px); }
  .announcement { font-size: 13px; justify-content: flex-start; }
  .brand img { width: 142px; }
  h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn, .alert-form .btn { width: 100%; }
  .hero-card { transform: none; }
  .hero-main-img { height: 330px; border-radius: 24px; }
  .floating-card { position: static; margin-top: 10px; transform: none; }
  .hero-stats { gap: 10px; }
  .hero-stats div { flex: 1 1 130px; }
  .split { display: block; }
  .search-section, .feature-band, .resource-section { padding: 54px 0; }
  .filter-grid, .sidebar, .resource-grid, .footer-grid { grid-template-columns: 1fr; }
  .job-card { grid-template-columns: 46px minmax(0, 1fr); }
  .job-actions { grid-column: 1 / -1; justify-content: stretch; }
  .apply-link { width: 100%; }
  .result-toolbar { align-items: stretch; flex-direction: column; }
  .result-toolbar label { justify-content: space-between; flex-direction: row; }
  .image-stack { grid-template-columns: 1fr; }
  .image-stack img, .image-stack img:first-child { height: 270px; }
  .alert-card { padding: 22px; }
  .alert-form { flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .dialog-body { padding: 26px 20px; }
}
