:root {
  --ink: #11202e;
  --navy: #061b45;
  --brand: #006b7f;
  --brand-dark: #024a5a;
  --accent: #c4862f;
  --muted: #607080;
  --line: #d9e2ea;
  --paper: #f6f8fa;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(17, 32, 46, 0.13);
}

* {
  box-sizing: border-box;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(270px, 370px) 1fr;
  min-height: 104px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: flex;
  min-width: 0;
}

.header-logo {
  display: block;
  filter: drop-shadow(0 10px 22px rgba(6, 27, 69, 0.08));
  height: 74px;
  object-fit: contain;
  object-position: left center;
  width: min(100%, 430px);
}

nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  font-size: 0.98rem;
  font-weight: 900;
  justify-content: flex-end;
}

nav a {
  color: var(--ink);
}

nav a[aria-current="page"] {
  color: var(--brand-dark);
}

.hero {
  background:
    linear-gradient(100deg, rgba(4, 34, 49, 0.94), rgba(0, 107, 127, 0.78)),
    url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1800&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: grid;
  gap: 2rem;
  min-height: 480px;
  padding: 92px 5vw 76px;
}

.hero-platform {
  align-items: end;
  background:
    linear-gradient(100deg, rgba(4, 34, 49, 0.96) 0%, rgba(0, 60, 76, 0.86) 56%, rgba(0, 107, 127, 0.72) 100%),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=80");
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.6fr);
  min-height: 680px;
}

.hero-copy {
  align-self: center;
  max-width: 940px;
}

.hero-statement {
  align-self: end;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  color: var(--white);
  display: grid;
  gap: 0.75rem;
  padding: 1.4rem;
}

.hero-statement strong {
  color: #ffe0aa;
  font-size: 1.2rem;
}

.hero-statement span {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

h1 {
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  max-width: 1000px;
}

h2 {
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

h3 {
  color: var(--navy);
  font-size: 1.35rem;
}

.hero p,
.lead {
  font-size: 1.2rem;
  line-height: 1.7;
}

.hero p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 850px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  text-align: center;
}

.primary {
  background: var(--accent);
  box-shadow: 0 14px 28px rgba(196, 134, 47, 0.25);
  color: #201304;
}

.secondary {
  background: var(--white);
  border-color: var(--line);
  color: var(--ink);
}

.section {
  padding: 78px 5vw;
}

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

.section-inner {
  margin: 0 auto;
  max-width: 1180px;
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
  max-width: 820px;
}

.trust-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0 5vw;
}

.trust-strip span {
  align-items: center;
  border-left: 1px solid var(--line);
  color: var(--brand-dark);
  display: flex;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  min-height: 92px;
  padding: 1rem;
  text-align: center;
}

.trust-strip span:first-child {
  border-left: 0;
}

.trust-strip span::before {
  color: var(--accent);
  content: "✓";
  font-weight: 950;
  margin-right: 0.45rem;
}

.pathway-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pathway-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  min-height: 360px;
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.candidate-path {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(242, 249, 250, 0.96)),
    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1200&q=80");
  background-blend-mode: screen;
  background-position: center;
  background-size: cover;
}

.employer-path {
  background:
    linear-gradient(145deg, rgba(6, 27, 69, 0.94), rgba(0, 107, 127, 0.88)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1200&q=80");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.employer-path h2,
.employer-path h3 {
  color: var(--white);
}

.employer-path p {
  color: rgba(255, 255, 255, 0.86);
}

.workflow-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
}

.premium-process {
  counter-reset: step;
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.premium-process::before {
  background: linear-gradient(180deg, var(--brand), var(--accent));
  bottom: 38px;
  content: "";
  left: 25px;
  position: absolute;
  top: 38px;
  width: 2px;
}

.premium-process li {
  align-items: start;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 32, 46, 0.08);
  display: grid;
  gap: 1rem;
  grid-template-columns: 52px 1fr;
  padding: 1.1rem;
  position: relative;
  z-index: 1;
}

.premium-process span {
  align-items: center;
  background: linear-gradient(135deg, var(--brand), var(--navy));
  border: 4px solid var(--white);
  border-radius: 999px;
  color: var(--white);
  display: flex;
  font-weight: 950;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.premium-process strong {
  color: var(--navy);
  display: block;
  font-size: 1.15rem;
  margin-top: 0.25rem;
  text-transform: uppercase;
}

.intro-grid,
.split {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.card,
.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 32, 46, 0.08);
  display: grid;
  gap: 0.75rem;
  padding: 1.3rem;
}

.card-grid .card {
  min-height: 180px;
}

.white .card {
  background: #fbfcfd;
}

.card p,
.section p,
li {
  color: #526174;
  line-height: 1.65;
}

.process-list {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.process-list li {
  align-items: start;
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 42px 1fr;
  padding: 1rem;
}

.process-list span {
  align-items: center;
  background: linear-gradient(135deg, var(--brand), var(--navy));
  border-radius: 999px;
  color: var(--white);
  display: flex;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy), var(--brand-dark));
  color: var(--white);
  padding: 58px 5vw;
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.8);
}

.contact-form,
.premium-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.form-section {
  background: linear-gradient(180deg, #ffffff, #f5f9fa);
}

.employer-section {
  background: linear-gradient(135deg, var(--navy), var(--brand-dark));
}

.employer-section h2,
.employer-section .section-heading p {
  color: var(--white);
}

.dark-form {
  background: rgba(255, 255, 255, 0.98);
}

.premium-form {
  gap: 1.2rem;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 1.2rem;
}

legend {
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 950;
  padding: 0 0.45rem;
  text-transform: uppercase;
}

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

label {
  display: grid;
  gap: 0.45rem;
}

label span {
  color: #304353;
  font-size: 0.88rem;
  font-weight: 800;
}

input,
textarea,
select {
  background: #fbfcfd;
  border: 1px solid #cbd7e1;
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(0, 107, 127, 0.12);
  outline: none;
}

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

.phone-field .country-code {
  align-items: center;
  background: #eaf2f4;
  border: 1px solid #cbd7e1;
  border-radius: 8px 0 0 8px;
  color: var(--brand-dark);
  display: inline-flex;
  font-weight: 950;
  min-height: 46px;
  padding: 0 1rem;
}

.phone-field input {
  border-left: 0;
  border-radius: 0 8px 8px 0;
}

#expectedHikePercent {
  background: #edf7f4;
  color: var(--brand-dark);
  font-weight: 900;
}

.form-help {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
}

.verification-panel {
  background: #f6fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
}

.verification-panel h2,
.verification-panel p {
  margin: 0;
}

.human-check {
  align-items: end;
  background: #fffaf0;
  border: 1px solid #efd3a6;
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.2rem;
}

.human-check .form-help {
  grid-column: 1 / -1;
}

.human-check.is-error {
  border-color: #bd3b2f;
}

.human-check.is-error .form-help {
  color: #9b281f;
}

.robot-trap {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.consent-field {
  align-items: start;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto 1fr;
}

.consent-field input {
  min-height: auto;
  margin-top: 0.25rem;
  width: auto;
}

.policy-list {
  display: grid;
  gap: 1.2rem;
  margin-top: 2rem;
}

.policy-note {
  background: #fff7e9;
  border: 1px solid #efd3a6;
  border-radius: 8px;
  color: #8a570a;
  font-weight: 800;
  margin-top: 2rem;
  padding: 1rem;
}

.industry-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.industry-grid article {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  padding: 1.2rem;
}

.detailed-industries article {
  align-content: start;
  display: grid;
  gap: 0.65rem;
  min-height: 210px;
}

.detailed-industries h3 {
  font-size: 1.05rem;
}

.detailed-industries p {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.industry-icon {
  align-items: center;
  background: linear-gradient(135deg, #f7fbfc, #e7f0f2);
  border: 1px solid rgba(0, 107, 127, 0.2);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(17, 32, 46, 0.08);
  display: inline-flex;
  font-size: 1.55rem;
  height: 54px;
  justify-content: center;
  line-height: 1;
  width: 54px;
}

.journey {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.journey li {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f7fbfb);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 96px;
  padding: 1rem;
  position: relative;
  text-align: center;
}

.journey li + li::before {
  color: var(--accent);
  content: "↓";
  font-size: 1.35rem;
  font-weight: 950;
  left: -0.72rem;
  position: absolute;
  transform: rotate(-90deg);
}

.journey-seven {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.faq-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.feature-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.feature-list li {
  background: #fbfcfd;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  font-weight: 850;
  padding: 0.95rem 1rem;
}

.role-list {
  columns: 2;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.role-list li {
  break-inside: avoid;
  margin-bottom: 0.45rem;
}

.resource-search {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1fr auto;
  margin-top: 1.5rem;
  max-width: 760px;
}

.resource-search button {
  min-width: 140px;
}

.article-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.article-list article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 32, 46, 0.06);
  padding: 1.2rem;
}

.article-meta {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

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

details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(17, 32, 46, 0.06);
  padding: 1rem 1.2rem;
}

summary {
  color: var(--navy);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin-bottom: 0;
}

footer {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  justify-content: space-between;
  padding: 30px 5vw;
}

footer div {
  display: grid;
  gap: 0.25rem;
}

footer strong {
  font-size: 1.1rem;
}

footer small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.footer-meta {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 1rem;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  padding-top: 1rem;
}

.footer-meta small:first-child {
  background: rgba(196, 134, 47, 0.14);
  border: 1px solid rgba(196, 134, 47, 0.28);
  border-radius: 8px;
  color: #f2c276;
  justify-self: start;
  padding: 0.45rem 0.65rem;
  text-align: left;
}

.footer-meta small:last-child {
  color: rgba(255, 255, 255, 0.66);
  text-align: right;
}

footer nav {
  font-size: 0.92rem;
  gap: 0.9rem;
}

footer nav a,
footer span:last-child {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .site-header,
  .intro-grid,
  .split,
  .workflow-layout {
    grid-template-columns: 1fr;
  }

  nav {
    justify-content: flex-start;
  }

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

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-platform,
  .pathway-grid,
  fieldset,
  .form-grid,
  .industry-grid,
  .journey,
  .journey-seven,
  .human-check,
  .resource-search,
  footer {
    grid-template-columns: 1fr;
  }

  .role-list {
    columns: 1;
  }

  footer small,
  .footer-meta small:first-child,
  .footer-meta small:last-child {
    text-align: left;
  }

  .footer-meta {
    grid-template-columns: 1fr;
  }

  .journey li + li::before {
    left: 50%;
    top: -1.1rem;
    transform: translateX(-50%);
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: auto;
    padding: 1rem 5vw;
  }

  .header-logo {
    height: auto;
    max-width: 100%;
    width: 300px;
  }

  .hero,
  .section {
    padding: 58px 5vw;
  }

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

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}
