:root {
  --elev8-black: #0b0b0d;
  --elev8-gold: #c9a24d;
  --elev8-gold-soft: #e3c775;
  --white: #ffffff;
  --steel: #6b6f76;
  --steel-light: #a8acb3;
  --charcoal: #2a2a2e;
  --charcoal-soft: #171719;
  --neutral: #f5f5f7;
  --ink: #151518;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(201, 162, 77, 0.34);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --font-heading: "Sora", Arial, Helvetica, sans-serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--elev8-black);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

input,
textarea {
  width: 100%;
}

textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

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

h1,
h2,
h3 {
  font-family: var(--font-heading);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 1040px;
  font-size: 3.95rem;
  font-weight: 800;
}

h2 {
  color: var(--white);
  font-size: 3.15rem;
  font-weight: 700;
}

h3 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}

p {
  color: #cfd2d8;
}

.container {
  width: min(100% - 40px, 1180px);
  margin-inline: auto;
}

.narrow {
  max-width: 860px;
}

.section {
  padding: clamp(72px, 9vw, 132px) 0;
  position: relative;
}

.section-dark {
  background: var(--elev8-black);
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
    #101012;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.section-heading > p,
.section-heading div > p:not(.section-kicker) {
  color: var(--steel-light);
  font-size: 1.02rem;
}

.copy-stack {
  display: grid;
  gap: 16px;
}

.copy-stack p {
  color: var(--steel-light);
}

.section-kicker,
.eyebrow,
.path-label {
  color: var(--elev8-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 700;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.hidden {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 13, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  color: var(--elev8-gold);
  background: rgba(201, 162, 77, 0.08);
  font-size: 0.78rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 2.3vw, 28px);
  color: #d6d8dd;
  font-size: 0.92rem;
  font-weight: 700;
}

.primary-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.primary-nav a:not(.nav-cta):hover,
.ecosystem-nav a:hover,
.footer-links a:hover,
.text-link:hover {
  color: var(--elev8-gold-soft);
}

.ecosystem-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 8, 9, 0.72);
}

.ecosystem-nav-scroll {
  display: flex;
  gap: 8px;
  min-height: 42px;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.ecosystem-nav-scroll::-webkit-scrollbar {
  display: none;
}

.ecosystem-nav a {
  flex: 0 0 auto;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #b9bdc5;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  padding: 9px 11px;
}

.ecosystem-nav a[aria-current="page"] {
  border-color: rgba(201, 162, 77, 0.36);
  background: rgba(201, 162, 77, 0.1);
  color: var(--white);
}

.nav-cta {
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  padding: 0 16px;
  color: var(--white);
  background: rgba(201, 162, 77, 0.1);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background: currentColor;
  content: "";
}

.menu-toggle-lines::before {
  transform: translateY(-7px);
}

.menu-toggle-lines::after {
  transform: translateY(5px);
}

.hero {
  min-height: auto;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 48px 0 48px;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center right;
  opacity: 0.76;
}

.hero-scrim {
  background:
    linear-gradient(90deg, rgba(11, 11, 13, 0.99) 0%, rgba(11, 11, 13, 0.92) 36%, rgba(11, 11, 13, 0.68) 62%, rgba(11, 11, 13, 0.44) 100%),
    linear-gradient(180deg, rgba(11, 11, 13, 0.44), rgba(11, 11, 13, 0.98));
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-subheadline {
  max-width: 780px;
  margin-top: 22px;
  color: #e6e7eb;
  font-size: 1.08rem;
}

.hero-support {
  max-width: 690px;
  margin-top: 16px;
  color: #aeb2ba;
  font-size: 1.02rem;
}

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

.microcopy {
  max-width: 640px;
  margin-top: 18px;
  color: #9da2aa;
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0 22px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--elev8-gold);
  color: #14110a;
  border: 1px solid var(--elev8-gold);
}

.button-primary:hover {
  background: var(--elev8-gold-soft);
  border-color: var(--elev8-gold-soft);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.045);
  color: var(--white);
  border: 1px solid var(--line);
}

.button-secondary:hover {
  border-color: var(--line-strong);
  background: rgba(201, 162, 77, 0.08);
}

.button-compact {
  min-height: 44px;
  padding-inline: 16px;
  font-size: 0.92rem;
}

.path-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
}

.path-grid,
.pillar-grid,
.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

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

.industry-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.industry-chip-grid li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #d9dbe0;
  padding: 10px 14px;
  font-weight: 700;
  line-height: 1.2;
}

.section-action {
  margin-top: 28px;
}

.path-panel,
.pillar-card,
.package-card,
.paid-card,
.flow-panel,
.candidate-form,
.healthcare-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    var(--charcoal-soft);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.path-panel {
  min-height: 340px;
  padding: clamp(26px, 4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.path-panel p {
  margin-top: 16px;
}

.path-panel .button {
  margin-top: auto;
}

.path-panel-featured {
  border-color: var(--line-strong);
  background:
    linear-gradient(135deg, rgba(201, 162, 77, 0.16), rgba(255, 255, 255, 0.035) 52%),
    var(--charcoal-soft);
}

.path-note {
  color: var(--white);
  font-weight: 800;
}

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

.reason-card,
.service-card,
.process-step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.reason-card {
  min-height: 236px;
  padding: 22px;
}

.reason-card h3,
.service-card h3,
.process-step h3 {
  font-size: 1rem;
  line-height: 1.25;
}

.reason-card p,
.service-card p,
.process-step p {
  margin-top: 13px;
  color: #aeb2ba;
  font-size: 0.93rem;
  line-height: 1.55;
}

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

.pillar-card,
.package-card {
  padding: 28px;
}

.pillar-card p {
  margin-top: 16px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.check-list li,
.value-list li {
  position: relative;
  padding-left: 24px;
  color: #d9dbe0;
}

.check-list li::before,
.value-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--elev8-gold);
  border-radius: 50%;
  background: rgba(201, 162, 77, 0.22);
  content: "";
  transform: translateY(-50%);
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--elev8-gold);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

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

.service-card {
  min-height: 210px;
  padding: 22px;
}

.paid-disclaimer,
.important-note,
.pricing-note,
.security-note {
  border-left: 3px solid var(--elev8-gold);
  background: rgba(201, 162, 77, 0.08);
  color: #e9e5dc;
  padding: 16px 18px;
}

.paid-disclaimer {
  margin-bottom: 26px;
}

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

.paid-card {
  padding: 24px;
}

.paid-card p {
  margin-top: 14px;
  color: #adb1b9;
}

.pricing-card {
  display: flex;
  min-height: 328px;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-card .card-actions {
  margin-top: auto;
  padding-top: 22px;
}

.pricing-card .check-list {
  margin-top: 18px;
}

.pricing-card-free {
  border-color: rgba(201, 162, 77, 0.24);
}

.pricing-card-featured {
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(201, 162, 77, 0.15), rgba(255, 255, 255, 0.04)),
    var(--charcoal-soft);
}

.price {
  color: var(--white) !important;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
}

.price-label,
.popular-label,
.value-note {
  color: var(--elev8-gold) !important;
  font-size: 0.82rem;
  font-weight: 800;
}

.popular-label {
  border: 1px solid rgba(201, 162, 77, 0.34);
  border-radius: 999px;
  background: rgba(201, 162, 77, 0.09);
  margin-bottom: 14px;
  padding: 6px 10px;
}

.value-note {
  margin-top: 18px;
}

.paid-card-wide {
  grid-column: span 3;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.payment-status {
  min-height: 1.6em;
  margin-top: 16px;
  color: var(--elev8-gold-soft);
  font-size: 0.94rem;
}

.payment-status:empty {
  display: none;
}

.flow-panel {
  margin-top: 34px;
  padding: clamp(24px, 4vw, 36px);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  counter-reset: order-flow;
}

.flow-list li {
  position: relative;
  min-height: 138px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 52px 18px 18px;
  color: #d9dbe0;
  background: rgba(255, 255, 255, 0.034);
  counter-increment: order-flow;
}

.flow-list li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  color: var(--elev8-gold);
  font-family: var(--font-heading);
  font-weight: 800;
  content: counter(order-flow, decimal-leading-zero);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.process-step {
  min-height: 250px;
  padding: 24px;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--elev8-gold);
  font-family: var(--font-heading);
  font-weight: 800;
}

.important-note {
  margin-top: 28px;
}

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

.package-card {
  display: flex;
  min-height: 424px;
  flex-direction: column;
}

.package-card .button {
  margin-top: auto;
}

.package-card-featured {
  border-color: var(--line-strong);
  background:
    linear-gradient(145deg, rgba(201, 162, 77, 0.14), rgba(255, 255, 255, 0.035)),
    var(--charcoal-soft);
}

.pricing-note {
  margin-top: 24px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.82fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.split-grid p {
  margin-top: 20px;
  color: #cfd2d8;
}

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

.value-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: 16px 16px 16px 42px;
}

.value-list li::before {
  left: 18px;
}

.healthcare-section {
  background:
    linear-gradient(135deg, rgba(201, 162, 77, 0.08), transparent 34%),
    var(--elev8-black);
}

.healthcare-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 6vw, 70px);
  padding: clamp(28px, 6vw, 58px);
  align-items: center;
}

.healthcare-panel p:not(.section-kicker) {
  margin-top: 20px;
}

.healthcare-panel .button {
  margin-top: 28px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chip-list li {
  border: 1px solid rgba(201, 162, 77, 0.28);
  border-radius: 999px;
  background: rgba(201, 162, 77, 0.08);
  color: #ece8dc;
  padding: 10px 14px;
  font-weight: 700;
}

.seo-section p {
  margin-top: 20px;
  color: #cfd2d8;
}

.privacy-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    var(--elev8-black);
}

.privacy-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  padding: clamp(22px, 4vw, 34px);
}

.intake-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    var(--elev8-black);
}

.intake-heading {
  align-items: start;
}

.intake-subheadline {
  margin-top: 16px;
  color: #cfd2d8;
  font-size: 1.12rem;
}

.profile-retention-note {
  max-width: 720px;
  margin-top: 12px;
  color: var(--steel-light);
  font-size: 0.95rem;
}

.security-note {
  color: #efe9db;
}

.candidate-form {
  padding: clamp(24px, 5vw, 42px);
}

.form-note {
  margin-bottom: 24px;
  color: var(--steel-light);
  font-size: 0.92rem;
}

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

.form-grid + .fieldset-grid,
.fieldset-grid + .form-grid,
.form-grid + .services-fieldset,
.services-fieldset + label,
.candidate-form > label + .consent-panel {
  margin-top: 28px;
}

.candidate-form label > span,
.candidate-form legend {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-weight: 800;
  line-height: 1.35;
}

.candidate-form strong {
  color: var(--elev8-gold);
}

input,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: var(--neutral);
  color: var(--ink);
  min-height: 52px;
  padding: 13px 14px;
}

input::placeholder,
textarea::placeholder {
  color: #6f747c;
}

input:focus,
textarea:focus,
select:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(201, 162, 77, 0.7);
  outline-offset: 3px;
}

.file-field input {
  min-height: auto;
  padding: 14px;
}

.file-field small {
  display: block;
  margin-top: 10px;
  color: var(--steel-light);
  line-height: 1.5;
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}

.fieldset-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.82fr) minmax(220px, 0.62fr);
  gap: 18px;
}

.option-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #d8dbe1;
  cursor: pointer;
}

.option-row + .option-row {
  margin-top: 12px;
}

.option-row input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 3px;
  accent-color: var(--elev8-gold);
  flex: 0 0 auto;
}

.option-row span {
  margin: 0;
}

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

.checkbox-grid .option-row + .option-row {
  margin-top: 0;
}

.candidate-form > label {
  display: block;
}

.candidate-form > label textarea {
  display: block;
}

.consent-panel {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  padding: 20px;
  background: rgba(201, 162, 77, 0.07);
}

.consent-row {
  color: #f1eee7;
}

.form-submit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}

.form-submit-row p {
  color: var(--elev8-gold-soft);
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #080809;
  padding: 48px 0;
}

.success-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(201, 162, 77, 0.12), transparent 36%),
    var(--elev8-black);
}

.success-panel {
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    var(--charcoal-soft);
  box-shadow: var(--shadow);
  padding: clamp(28px, 6vw, 58px);
}

.success-panel h1 {
  font-size: 4rem;
}

.success-panel p:not(.section-kicker) {
  max-width: 760px;
  margin-top: 22px;
  color: #d9dbe0;
  font-size: 1.08rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.45fr) minmax(160px, 0.34fr);
  gap: 36px;
  align-items: start;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-grid p {
  max-width: 840px;
  color: #aeb2ba;
  font-size: 0.95rem;
}

.footer-kicker,
.footer-column h2 {
  margin-bottom: 12px;
  color: var(--elev8-gold);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column h2 {
  color: var(--white);
}

.footer-links {
  display: grid;
  gap: 12px;
  color: #d6d8dd;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 34px;
  padding-top: 22px;
  color: #8f949d;
  font-size: 0.86rem;
}

@media (max-width: 1120px) {
  .reason-grid,
  .service-grid,
  .network-grid,
  .technology-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pillar-grid,
  .process-grid,
  .flow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .paid-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 920px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  h3 {
    font-size: 1.16rem;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(11, 11, 13, 0.98);
    box-shadow: var(--shadow);
    padding: 12px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    padding: 10px 12px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 8px;
  }

  .section-heading,
  .split-grid,
  .healthcare-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .path-grid,
  .pillar-grid,
  .paid-grid,
  .pricing-grid,
  .package-grid,
  .network-grid,
  .technology-grid,
  .fieldset-grid {
    grid-template-columns: 1fr;
  }

  .paid-card-wide {
    grid-column: auto;
  }

  .hero {
    padding: 72px 0 58px;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(11, 11, 13, 0.99), rgba(11, 11, 13, 0.88)),
      linear-gradient(180deg, rgba(11, 11, 13, 0.45), rgba(11, 11, 13, 0.98));
  }

  .hero-image {
    object-position: center right;
    opacity: 0.46;
  }

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

@media (max-width: 720px) {
  h1 {
    font-size: 2.35rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  h3 {
    font-size: 1.08rem;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .header-shell {
    min-height: 68px;
  }

  .brand {
    font-size: 0.95rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero {
    padding: 36px 0 36px;
  }

  .hero-subheadline {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-support {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .microcopy {
    margin-top: 12px;
    font-size: 0.84rem;
  }

  .hero-actions,
  .card-actions,
  .form-submit-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .button {
    width: 100%;
    min-height: 48px;
  }

  .reason-grid,
  .service-grid,
  .process-grid,
  .flow-list,
  .form-grid,
  .checkbox-grid,
  .value-list {
    grid-template-columns: 1fr;
  }

  .reason-card,
  .service-card,
  .process-step,
  .flow-list li {
    min-height: 0;
  }

  .path-panel,
  .pillar-card,
  .package-card,
  .paid-card,
  .candidate-form,
  .healthcare-panel {
    padding: 22px;
  }

  .package-card {
    min-height: 0;
  }

  .package-card .button {
    margin-top: 26px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
