:root {
  --blue: #159dda;
  --blue-dark: #0d7fb8;
  --gray-900: #30363a;
  --gray-700: #6e767c;
  --gray-500: #9aa1a6;
  --gray-200: #e9edf0;
  --gray-100: #f6f8f9;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(31, 45, 55, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-900);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 14px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--gray-200);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 178px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--gray-700);
  font-size: 0.94rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--blue);
}

.header-action,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.header-action,
.button.primary,
.contact-form button {
  color: var(--white);
  background: var(--blue);
}

.button.secondary {
  color: var(--gray-900);
  background: var(--white);
  border-color: var(--gray-200);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.72fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  min-height: calc(100vh - 82px);
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 72px);
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(21, 157, 218, 0.08), transparent 44%),
    radial-gradient(circle at 88% 16%, rgba(154, 161, 166, 0.18), transparent 28%),
    var(--white);
}

.hero-content {
  max-width: 750px;
}

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

.eyebrow.light {
  color: #bfeafd;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
  line-height: 1.25;
}

.hero-copy,
.section p,
.contact-copy p {
  color: var(--gray-700);
  font-size: 1.08rem;
}

.hero-copy {
  max-width: 640px;
  margin-bottom: 30px;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.panel-top,
.match-card {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-radius: 8px;
  background: var(--gray-100);
}

.panel-top span,
.match-card span {
  color: var(--gray-700);
  font-size: 0.82rem;
  font-weight: 700;
}

.panel-top strong {
  font-size: 1.45rem;
}

.match-card.accent {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.match-card.accent span {
  color: rgba(255, 255, 255, 0.78);
}

.route-map {
  display: grid;
  grid-template-columns: 20px 1fr 20px 1fr 20px;
  align-items: center;
  min-height: 74px;
  padding: 0 10px;
}

.node {
  width: 20px;
  height: 20px;
  border: 4px solid var(--gray-500);
  border-radius: 50%;
  background: var(--white);
}

.node.active {
  border-color: var(--blue);
}

.line {
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--gray-200));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
  background: var(--gray-100);
}

.trust-strip span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 14px;
  color: var(--gray-700);
  border-right: 1px solid var(--gray-200);
  font-weight: 800;
}

.section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

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

.feature,
.steps article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
}

.feature-icon,
.steps span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(21, 157, 218, 0.1);
  font-size: 0.8rem;
  font-weight: 900;
}

.feature p,
.steps p {
  margin: 0;
  color: var(--gray-700);
}

.employer-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.74fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  color: var(--white);
  background: var(--gray-900);
}

.employer-copy p {
  color: rgba(255, 255, 255, 0.72);
}

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

.sector-list span {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  font-weight: 800;
}

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

.jobs-section {
  background: linear-gradient(180deg, var(--white), var(--gray-100));
}

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

.job-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 238px;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(31, 45, 55, 0.06);
}

.job-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(90deg, var(--blue), var(--gray-200));
}

.job-card.featured {
  color: var(--white);
  background: var(--gray-900);
}

.job-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.job-card.featured a {
  color: var(--white);
}

.job-code {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: var(--blue);
  background: rgba(21, 157, 218, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
}

.job-card.featured .job-code {
  color: var(--white);
  background: var(--blue);
}

.job-card h3 {
  margin-bottom: 0;
}

.job-card p {
  margin: 0;
  color: var(--gray-700);
}

.job-card a {
  align-self: end;
  color: var(--blue);
  font-weight: 900;
}

.blog-preview {
  background: var(--white);
}

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

.blog-card {
  display: grid;
  gap: 10px;
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-100);
}

.blog-card span,
.article-meta {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card p {
  margin: 0;
  color: var(--gray-700);
}

.blog-card a {
  align-self: end;
  color: var(--blue);
  font-weight: 900;
}

.blog-more {
  margin-top: 22px;
}

.blog-page {
  background: var(--gray-100);
}

.blog-hero,
.article-hero {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.blog-hero h1,
.article-hero h1 {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.blog-hero p,
.article-hero p {
  max-width: 760px;
  color: var(--gray-700);
  font-size: 1.12rem;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(42px, 6vw, 72px) clamp(20px, 5vw, 72px);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.42fr);
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(48px, 7vw, 84px) clamp(20px, 5vw, 72px);
}

.article-content,
.article-side {
  display: grid;
  gap: 22px;
}

.article-section,
.source-box {
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
}

.article-section h2,
.source-box h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.article-section p,
.article-section li,
.source-box p,
.source-box li {
  color: var(--gray-700);
}

.article-section ul,
.source-box ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.source-box {
  align-self: start;
  position: sticky;
  top: 102px;
}

.source-box a {
  color: var(--blue);
  font-weight: 800;
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 72px);
  background: var(--gray-100);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 45px rgba(31, 45, 55, 0.08);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--gray-700);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--gray-900);
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--gray-700);
  border-top: 1px solid var(--gray-200);
}

.site-footer img {
  width: 142px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

.job-page {
  background: var(--gray-100);
}

.job-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 0.54fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: end;
  padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--blue);
  font-weight: 900;
}

.job-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.job-hero p {
  max-width: 760px;
  color: var(--gray-700);
  font-size: 1.16rem;
}

.job-summary {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--gray-100);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--gray-200);
}

.summary-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.summary-row span {
  color: var(--gray-700);
  font-weight: 700;
}

.summary-row strong {
  text-align: right;
}

.job-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(280px, 0.46fr);
  gap: clamp(28px, 5vw, 60px);
  padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.detail-main,
.apply-box {
  display: grid;
  gap: 22px;
}

.detail-card,
.apply-box {
  padding: 26px;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
}

.detail-card h2,
.apply-box h2 {
  margin-bottom: 12px;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

.detail-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: var(--gray-700);
}

.apply-box {
  align-self: start;
  position: sticky;
  top: 102px;
  box-shadow: 0 18px 45px rgba(31, 45, 55, 0.08);
}

.apply-box p {
  color: var(--gray-700);
}

.apply-box .button {
  width: 100%;
}

@media (max-width: 980px) {
  .main-nav {
    display: none;
  }

  .hero,
  .split,
  .employer-band,
  .contact-section,
  .job-hero,
  .job-detail {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .jobs-grid,
  .blog-grid,
  .blog-list,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
    padding-inline: 16px;
  }

  .brand img {
    width: 142px;
  }

  .header-action {
    min-height: 40px;
    padding-inline: 14px;
  }

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

  .hero-panel,
  .contact-form {
    padding: 18px;
  }

  .trust-strip,
  .feature-grid,
  .jobs-grid,
  .blog-grid,
  .blog-list,
  .steps,
  .sector-list {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 54px;
    border-right: 0;
    border-bottom: 1px solid var(--gray-200);
  }

  .site-footer {
    display: grid;
    justify-items: start;
  }

  .site-footer p {
    text-align: left;
  }

  .apply-box {
    position: static;
  }

  .source-box {
    position: static;
  }
}
