:root {
  --ink: #17212b;
  --muted: #65717d;
  --line: #dce5ec;
  --paper: #f7faf8;
  --white: #ffffff;
  --teal: #0d7c78;
  --teal-dark: #075d5a;
  --copper: #c8743b;
  --gold: #f3b84c;
  --mint: #cdeee3;
  --coral: #f3d2c3;
  --shadow: 0 24px 70px rgba(23, 33, 43, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(220, 229, 236, 0.78);
  background: rgba(247, 250, 248, 0.9);
  backdrop-filter: blur(16px);
}

.brand,
.nav-links,
.hero-actions,
.hero-stats,
.board-top,
.profile-card,
footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
}

.nav-links {
  gap: 24px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--teal-dark);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-action,
.btn,
.contact-form button {
  border-radius: 8px;
  font-weight: 700;
}

.header-action {
  padding: 11px 16px;
  color: var(--white);
  background: var(--ink);
}

.header-action.secondary-action {
  color: var(--teal-dark);
  background: var(--mint);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) 52px;
  background:
    linear-gradient(120deg, rgba(13, 124, 120, 0.12), transparent 42%),
    radial-gradient(circle at 82% 14%, rgba(243, 184, 76, 0.22), transparent 28%),
    var(--paper);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  max-width: 740px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.05;
}

.hero-text,
.contact p,
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 620px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--ink);
}

.btn.primary {
  color: var(--white);
  background: var(--teal);
  border-color: var(--teal);
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.58);
}

.hero-stats {
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
}

.hero-stats div {
  min-width: 140px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.hero-stats dt {
  font-size: 1.55rem;
  font-weight: 800;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.talent-board {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.72)),
    linear-gradient(135deg, #0d7c78, #f3b84c);
  box-shadow: var(--shadow);
}

.talent-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 33, 43, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 33, 43, 0.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.board-top,
.profile-card,
.pipeline,
.match-list {
  position: relative;
}

.board-top {
  justify-content: space-between;
  margin-bottom: 24px;
  font-weight: 800;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--teal-dark);
  font-size: 0.82rem;
}

.live-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a875;
}

.profile-card {
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.profile-card.featured {
  justify-content: space-between;
}

.profile-card div:nth-child(2) {
  flex: 1;
  min-width: 0;
}

.profile-card strong,
.profile-card span {
  display: block;
}

.profile-card strong {
  font-size: 20px;
  line-height: 1.05;
}

.profile-card span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.35;
}

.avatar {
  display: grid;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.avatar.mint {
  color: var(--teal-dark);
  background: var(--mint);
}

.avatar.coral {
  color: #884620;
  background: var(--coral);
}

.pipeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: end;
  height: 190px;
  margin: 28px 0;
  padding: 18px;
  border-radius: 8px;
  background: rgba(23, 33, 43, 0.92);
}

.pipeline span {
  display: block;
  height: var(--height);
  min-height: 28px;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, var(--gold), var(--teal));
}

.match-list {
  display: grid;
  gap: 12px;
}

.section {
  padding: 72px clamp(18px, 5vw, 72px);
}

.section.compact {
  padding-top: 44px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.contact h2 {
  font-size: 24px;
  line-height: 1.15;
}

.job-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.job-card,
.service-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.job-card span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.job-card h3 {
  font-size: 20px;
  line-height: 1.05;
}

.job-card p,
.service-grid p,
.steps p {
  color: var(--muted);
  line-height: 1.65;
}

.job-card a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal-dark);
  font-weight: 800;
}

.split {
  background: var(--white);
}

.service-grid article {
  background: var(--paper);
}

.service-grid h3 {
  font-size: 24px;
  line-height: 1.15;
}

.icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
  font-weight: 800;
}

.process {
  background: #eef5f1;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(101, 113, 125, 0.26);
}

.steps li {
  min-height: 230px;
  padding: 26px 22px;
  border-right: 1px solid rgba(101, 113, 125, 0.26);
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-size: 0.86rem;
  font-weight: 800;
}

.steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.05;
}

.steps strong {
  font-size: 20px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 6vw, 72px);
  padding: 78px clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(rgba(23, 33, 43, 0.9), rgba(23, 33, 43, 0.9)),
    linear-gradient(120deg, var(--teal), var(--copper));
}

.openings-hero {
  padding: 72px clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(120deg, rgba(13, 124, 120, 0.13), transparent 44%),
    var(--paper);
}

.openings-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
}

.openings-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.services-hero {
  padding: 72px clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(120deg, rgba(200, 116, 59, 0.14), transparent 45%),
    var(--paper);
}

.services-hero h1 {
  max-width: 930px;
  margin-bottom: 18px;
}

.services-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.process-hero {
  padding: 72px clamp(18px, 5vw, 72px) 44px;
  background:
    linear-gradient(120deg, rgba(13, 124, 120, 0.12), transparent 43%),
    linear-gradient(180deg, var(--paper), #eef5f1);
}

.process-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: 34px;
}

.process-hero p:not(.eyebrow) {
  max-width: 730px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.54fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding: 72px clamp(18px, 5vw, 72px) 44px;
  color: var(--white);
  background:
    linear-gradient(rgba(23, 33, 43, 0.88), rgba(23, 33, 43, 0.88)),
    linear-gradient(120deg, var(--teal), var(--copper));
}

.contact-page-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
}

.contact-page-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-page-hero .eyebrow {
  color: var(--gold);
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-methods article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-methods span,
.contact-methods strong {
  display: block;
}

.contact-methods span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-methods strong {
  font-size: 34px;
  line-height: 1.05;
}

.contact-methods .contact-email {
  font-size: 24px;
}

.contact-methods .contact-phone,
.contact-methods .contact-hours {
  font-size: 24px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1fr);
  gap: 24px;
  padding: 44px clamp(18px, 5vw, 72px) 78px;
}

.contact-page-form {
  align-self: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ink);
}

.map-service {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.map-canvas {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(rgba(13, 124, 120, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 124, 120, 0.08) 1px, transparent 1px),
    #edf6f2;
  background-size: 36px 36px;
}

.map-road {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 0 1px rgba(220, 229, 236, 0.9);
}

.map-road.horizontal {
  top: 46%;
  left: -5%;
  width: 110%;
  height: 28px;
}

.map-road.vertical {
  top: -10%;
  left: 57%;
  width: 28px;
  height: 120%;
}

.map-road.diagonal {
  top: 54%;
  left: 8%;
  width: 92%;
  height: 22px;
  transform: rotate(-24deg);
  transform-origin: center;
}

.map-pin {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px 999px 999px 4px;
  transform: rotate(-45deg);
  box-shadow: 0 16px 34px rgba(23, 33, 43, 0.18);
}

.map-pin.main {
  top: 38%;
  left: 49%;
  width: 58px;
  height: 58px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.map-pin.main::after {
  content: "A";
  transform: rotate(45deg);
}

.map-pin.main {
  color: transparent;
}

.map-pin.small {
  width: 22px;
  height: 22px;
  background: var(--copper);
}

.map-pin.one {
  top: 25%;
  left: 24%;
}

.map-pin.two {
  right: 18%;
  bottom: 22%;
}

.map-pin.three {
  left: 34%;
  bottom: 19%;
  background: var(--gold);
}

.map-details {
  padding: 24px;
}

.map-details h2 {
  margin-bottom: 12px;
  font-size: 34px;
}

.map-details p:not(.eyebrow),
.map-details li {
  color: var(--muted);
  line-height: 1.65;
}

.map-details ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
}

.process-timeline {
  display: grid;
  gap: 0;
  padding: 10px clamp(18px, 5vw, 72px) 78px;
}

.process-timeline article {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.process-timeline article:first-child {
  border-top: 1px solid var(--line);
}

.process-timeline span {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.process-timeline h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.process-timeline p,
.process-summary p {
  color: var(--muted);
  line-height: 1.65;
}

.process-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px) 38px;
}

.process-summary div {
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-summary .summary-link {
  display: block;
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  transition: border-color 160ms ease, transform 160ms ease;
}

.process-summary .summary-link:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.process-summary strong {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.05;
}

.candidate-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: 72px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(13, 124, 120, 0.13), transparent 44%),
    var(--paper);
}

body.is-authenticated [data-auth-shell] {
  display: none;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: 72px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(23, 33, 43, 0.12), transparent 44%),
    var(--paper);
}

.admin-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.admin-hero p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.employer-hero {
  background:
    linear-gradient(120deg, rgba(200, 116, 59, 0.14), transparent 44%),
    var(--paper);
}

.college-hero {
  background:
    linear-gradient(120deg, rgba(243, 184, 76, 0.19), transparent 44%),
    var(--paper);
}

.candidate-hero h1 {
  max-width: 850px;
  margin-bottom: 18px;
}

.candidate-hero p:not(.eyebrow),
.candidate-dashboard p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.auth-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.auth-panel h2 {
  margin-bottom: 4px;
  font-size: 34px;
}

.auth-panel label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.auth-panel input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.auth-panel button,
.dashboard-top button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.auth-secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--teal-dark);
  background: var(--mint);
  font-weight: 800;
}

.auth-note {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.candidate-dashboard {
  padding: 56px clamp(18px, 5vw, 72px) 78px;
}

.dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.dashboard-top h2 {
  margin-bottom: 0;
}

.dashboard-top button {
  padding: 0 18px;
  color: var(--ink);
  background: var(--gold);
}

.candidate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.candidate-grid article,
.candidate-grid a {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.candidate-grid a {
  display: block;
  transition: border-color 160ms ease, transform 160ms ease;
}

.candidate-grid a:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

.candidate-grid span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.candidate-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.05;
}

.candidate-profile {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.candidate-dashboard:not(.workspace-page) .candidate-profile {
  display: none;
}

.workspace-page {
  display: grid;
  gap: 24px;
}

.workspace-page .dashboard-top {
  margin-bottom: 0;
}

.workspace-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.workspace-summary article,
.workspace-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.workspace-summary span,
.prep-grid span,
.status-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.workspace-summary strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.1;
}

.workspace-two-column {
  display: grid;
  grid-template-columns: minmax(280px, 0.46fr) minmax(0, 1fr);
  gap: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--ink);
  line-height: 1.45;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.prep-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.status-timeline {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 20px;
}

.status-timeline li {
  padding-left: 8px;
}

.status-timeline strong,
.status-timeline span {
  display: block;
}

.status-timeline span {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.55;
}

.job-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 18px;
  align-items: start;
}

.job-detail-card h2 {
  margin-bottom: 14px;
}

.job-detail-heading {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.job-detail-heading h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.12;
}

.job-detail-card p,
.job-apply-card p,
.job-facts dd,
.job-detail-section li {
  color: var(--muted);
  line-height: 1.6;
}

.job-detail-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.job-detail-top span,
.job-detail-top strong {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.job-detail-top span {
  color: var(--teal-dark);
  background: var(--mint);
}

.job-detail-top strong {
  color: #884620;
  background: var(--coral);
}

.job-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.job-facts div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.job-facts dt {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.job-facts dd {
  margin: 0;
}

.job-detail-section {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.job-detail-section h3 {
  font-size: 20px;
}

.job-detail-section ul,
.job-detail-section ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.job-apply-card {
  display: grid;
  gap: 14px;
}

.header-button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.profile-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.saved-profile-panel {
  margin-top: 22px;
}

.saved-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.saved-profile-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--white);
}

.saved-profile-card h3 {
  margin-bottom: 14px;
  font-size: 20px;
}

.saved-profile-card dl {
  display: grid;
  gap: 10px;
}

.saved-profile-card div {
  display: grid;
  gap: 4px;
}

.saved-profile-card dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.saved-profile-card dd {
  color: var(--ink);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.profile-form {
  display: grid;
  gap: 18px;
}

.profile-section {
  padding-top: 8px;
  border-top: 1px solid rgba(220, 229, 236, 0.8);
}

.profile-section h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.15;
}

.profile-section .helper {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field-grid label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.field-grid input,
.field-grid select,
.field-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.field-grid .wide {
  grid-column: 1 / -1;
}

.project-list {
  display: grid;
  gap: 14px;
  margin-bottom: 12px;
}

.project-item {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.project-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.resume-upload {
  display: grid;
  gap: 12px;
}

.resume-drop {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px dashed var(--teal);
  border-radius: 8px;
  color: var(--teal-dark);
  background: rgba(205, 238, 227, 0.42);
  cursor: pointer;
  font-weight: 800;
}

.resume-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.resume-file {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.resume-file strong {
  font-size: 20px;
  line-height: 1.15;
}

.resume-file span {
  color: var(--muted);
  font-size: 0.92rem;
}

.resume-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.resume-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.resume-viewer {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.resume-viewer-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--ink);
}

.resume-viewer-head span,
.resume-viewer-empty span {
  color: var(--muted);
}

.resume-viewer iframe {
  width: 100%;
  min-height: 620px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.resume-viewer-empty {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.payment-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: 72px clamp(18px, 5vw, 72px);
  background:
    linear-gradient(120deg, rgba(13, 124, 120, 0.13), transparent 44%),
    var(--paper);
}

.payment-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
}

.payment-hero p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.payment-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.gateway-box {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.gateway-box span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gateway-box strong {
  font-size: 34px;
  line-height: 1.05;
}

.gateway-box p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.gateway-box .btn {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.qr-preview {
  display: grid;
  min-height: 280px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--muted);
  font-weight: 800;
}

.qr-preview img {
  width: min(100%, 280px);
  aspect-ratio: 1;
  object-fit: contain;
}

.payment-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.payment-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.admin-workspace {
  padding: 40px clamp(18px, 5vw, 72px) 78px;
}

.admin-workspace > .dashboard-top {
  align-items: center;
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(23, 33, 43, 0.08);
}

.admin-workspace > .dashboard-top h2 {
  font-size: 34px;
  line-height: 1.1;
}

.admin-workspace > .dashboard-top button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--paper);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
  padding: 6px;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-tabs button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.admin-tabs button.active {
  color: var(--white);
  background: var(--teal);
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.admin-metrics article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.admin-metrics span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-metrics strong {
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.55fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.admin-job-form {
  display: grid;
  gap: 16px;
  align-self: start;
  max-height: calc(100vh - 138px);
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(23, 33, 43, 0.08);
}

.admin-form-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.admin-form-head h3 {
  font-size: 24px;
}

.admin-form-head > span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-job-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--line);
}

.admin-job-form fieldset:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.admin-job-form legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.admin-job-form .wide-field {
  grid-column: 1 / -1;
}

.admin-job-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.admin-job-form input,
.admin-job-form select,
.admin-job-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.admin-job-form input:focus,
.admin-job-form select:focus,
.admin-job-form textarea:focus,
.admin-application-controls input:focus,
.admin-application-controls select:focus,
.admin-application-controls textarea:focus {
  outline: 2px solid rgba(13, 124, 120, 0.18);
  border-color: var(--teal);
  background: var(--white);
}

.admin-actions,
.admin-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-actions button,
.admin-item-actions button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.admin-actions button:first-child,
.admin-item-actions button:first-child {
  color: var(--white);
  background: var(--teal);
}

.admin-actions button:last-child,
.admin-item-actions button:last-child {
  color: var(--ink);
  background: var(--gold);
}

.admin-job-list {
  display: grid;
  gap: 14px;
  align-self: start;
}

.admin-job-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.07);
}

.admin-job-item span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-job-item h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.admin-job-item p,
.admin-job-item small {
  color: var(--muted);
  line-height: 1.55;
}

.admin-job-item p {
  margin-bottom: 8px;
}

.admin-applications {
  display: grid;
  gap: 18px;
}

.dashboard-top.compact {
  align-items: center;
  margin-bottom: 18px;
}

.dashboard-top.compact button,
.admin-application-foot button {
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--white);
  background: var(--teal);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.admin-application-list {
  display: grid;
  gap: 16px;
}

.admin-empty-state,
.admin-application-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.07);
}

.admin-application-head,
.admin-application-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.admin-application-head span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-application-head h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.admin-application-head p,
.admin-application-foot small,
.admin-empty-state p {
  color: var(--muted);
  line-height: 1.55;
}

.admin-profile-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.admin-profile-facts div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.admin-profile-facts dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.admin-profile-facts dd {
  color: var(--ink);
  line-height: 1.45;
}

.admin-resume-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 16px 0 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.admin-resume-cell,
.admin-resume-box {
  overflow-wrap: anywhere;
}

.admin-resume-cell span,
.admin-resume-cell small,
.admin-resume-box span,
.admin-resume-box small {
  color: var(--muted);
}

.admin-resume-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
  font-family: inherit;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
}

.admin-application-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.admin-application-controls label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.admin-application-controls input,
.admin-application-controls select,
.admin-application-controls textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.admin-access-toggle {
  align-self: end;
}

.services-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px) 44px;
}

.service-detail {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-detail h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.15;
}

.service-detail p,
.service-detail li,
.service-cta p {
  color: var(--muted);
  line-height: 1.65;
}

.service-detail ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 20px;
}

.service-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 28px clamp(18px, 5vw, 72px) 78px;
  padding: 28px;
  border-radius: 8px;
  color: var(--white);
  background: var(--ink);
}

.service-cta h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.service-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-cta .eyebrow {
  color: var(--gold);
}

.openings-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px) 78px;
}

.opening-card {
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.opening-card span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-dark);
  background: var(--mint);
  font-size: 0.78rem;
  font-weight: 800;
}

.opening-card h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

.opening-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.opening-card a {
  align-self: end;
  color: var(--teal-dark);
  font-weight: 800;
}

.contact p {
  color: rgba(255, 255, 255, 0.78);
}

.contact .eyebrow {
  color: var(--gold);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.contact-form button {
  min-height: 48px;
  border: 0;
  color: var(--ink);
  background: var(--gold);
  cursor: pointer;
  font: inherit;
}

.form-note {
  min-height: 22px;
  margin: 0;
  font-size: 0.9rem;
}

footer {
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: var(--muted);
  background: var(--white);
  font-size: 0.92rem;
}

footer span:first-child {
  color: var(--ink);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .contact,
  .contact-page-hero,
  .contact-page-grid,
  .candidate-hero,
  .payment-hero,
  .admin-hero,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .workspace-summary,
  .workspace-two-column,
  .prep-grid,
  .job-detail-layout,
  .saved-profile-grid,
  .admin-metrics,
  .admin-profile-facts,
  .admin-application-controls {
    grid-template-columns: 1fr;
  }

  .admin-job-form {
    max-height: none;
  }

  .hero {
    min-height: auto;
  }

  .talent-board {
    min-height: 480px;
  }

  .job-grid,
  .service-grid,
  .steps,
  .openings-section,
  .services-page-grid,
  .process-summary {
    grid-template-columns: 1fr 1fr;
  }

  .candidate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-top {
    flex-direction: column;
    align-items: stretch;
  }

  .steps li:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand span:last-child {
    font-size: 0.95rem;
  }

  .header-action {
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .hero,
  .section,
  .contact {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-stats,
  .hero-stats div,
  .btn {
    width: 100%;
  }

  .job-grid,
  .service-grid,
  .steps,
  .openings-section,
  .services-page-grid,
  .process-summary {
    grid-template-columns: 1fr;
  }

  .workspace-summary,
  .workspace-two-column,
  .prep-grid,
  .job-detail-layout,
  .job-facts {
    grid-template-columns: 1fr;
  }

  .candidate-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-top {
    align-items: stretch;
    flex-direction: column;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .admin-tabs {
    width: 100%;
  }

  .admin-tabs button {
    flex: 1 1 160px;
  }

  .admin-job-form fieldset {
    grid-template-columns: 1fr;
  }

  .admin-job-item {
    flex-direction: column;
  }

  .admin-application-head,
  .admin-application-foot {
    flex-direction: column;
  }

  .process-timeline article {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .steps li,
  .steps li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(101, 113, 125, 0.26);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .talent-board {
    min-height: 420px;
    padding: 16px;
  }

  .profile-card {
    align-items: flex-start;
  }

  .pipeline {
    height: 150px;
    gap: 8px;
    padding: 14px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
