:root {
  --navy-950: #061321;
  --navy-900: #0a1d30;
  --navy-800: #102d47;
  --blue: #176b9c;
  --blue-text: #176b9c;
  --blue-bright: #38a8e6;
  --blue-pale: #eaf6fc;
  --red: #c52b2c;
  --red-dark: #a91f21;
  --ink: #0c1b28;
  --muted: #5c6873;
  --line: #d8e0e6;
  --paper: #ffffff;
  --ice: #f3f8fb;
  --shell: min(1220px, calc(100vw - 48px));
  --header-height: 84px;
  --font-geist-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 22px);
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-150%);
  padding: 12px 18px;
  border-radius: 4px;
  background: white;
  color: var(--navy-950);
  font-weight: 700;
}

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

:focus-visible {
  outline: 3px solid var(--blue-bright);
  outline-offset: 3px;
}

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 19, 33, 0.88);
  color: white;
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  height: 100%;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-logo-wrap {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 3px solid white;
  border-radius: 50%;
  background: white;
}

.brand-logo {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  object-fit: cover;
}

.brand-name {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 12px;
  line-height: 1.05;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-name strong {
  font-size: 17px;
  letter-spacing: 0.04em;
}

.brand-name span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 44px);
  font-size: 13px;
  font-weight: 600;
}

.desktop-nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.78);
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover {
  color: white;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 0;
  border-radius: 3px;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.035em;
  padding: 0 24px;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: var(--red-dark);
  box-shadow: 0 12px 32px rgba(197, 43, 44, 0.24);
  transform: translateY(-2px);
}

.button:disabled {
  background: #6b7680;
  box-shadow: none;
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-small {
  min-height: 44px;
  padding-inline: 18px;
  font-size: 12px;
}

.menu-button,
.mobile-nav {
  display: none;
}

.mobile-nav[aria-hidden="true"] {
  pointer-events: none;
}

.hero {
  position: relative;
  min-height: 785px;
  overflow: hidden;
  background: var(--navy-950);
  color: white;
}

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

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 14, 24, 0.98) 0%, rgba(4, 14, 24, 0.82) 35%, rgba(4, 14, 24, 0.12) 68%, rgba(4, 14, 24, 0.28) 100%),
    linear-gradient(0deg, rgba(4, 14, 24, 0.56) 0%, transparent 45%);
}

.route-grid {
  width: 46%;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to right, black, transparent);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 700px;
  align-items: center;
  padding-top: var(--header-height);
}

.hero-copy {
  width: min(680px, 58%);
  padding: 80px 0 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--blue-text);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.74);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(197, 43, 44, 0.18);
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  color: white;
  font-size: clamp(64px, 6.4vw, 106px);
  font-weight: 720;
  letter-spacing: -0.072em;
  line-height: 0.88;
}

.hero h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.76);
}

.hero-lede {
  max-width: 570px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 36px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 2px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  font-weight: 700;
}

.text-link-light {
  color: rgba(255, 255, 255, 0.82);
}

.hero-marker {
  position: absolute;
  right: 0;
  bottom: 120px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: rgba(7, 22, 36, 0.55);
  backdrop-filter: blur(10px);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-marker span {
  color: var(--blue-bright);
}

.hero-marker strong {
  font-weight: 630;
}

.hero-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(6, 19, 33, 0.82);
  backdrop-filter: blur(16px);
}

.hero-rail-inner {
  display: grid;
  min-height: 85px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  font-size: 13px;
}

.hero-rail-inner p,
.hero-rail-inner span {
  margin: 0;
}

.hero-rail-inner p {
  color: white;
  font-weight: 700;
}

.hero-rail-inner > span {
  color: rgba(255, 255, 255, 0.55);
}

.hero-rail-inner a {
  display: flex;
  gap: 20px;
  color: white;
  font-weight: 700;
}

.section {
  padding: 124px 0;
}

.services-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 95% 10%, rgba(31, 137, 199, 0.1), transparent 26%),
    var(--paper);
}

.section-heading-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 64px;
}

.section h2,
.lane-band h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.section-intro {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 390px;
  padding: 30px 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.service-card:hover {
  z-index: 1;
  background: var(--navy-900);
  color: white;
  transform: translateY(-8px);
}

.service-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.service-arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform 220ms ease;
}

.service-card:hover .service-arrow {
  transform: rotate(45deg);
}

.service-card h3 {
  margin: 102px 0 18px;
  font-size: 25px;
  letter-spacing: -0.035em;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  transition: color 220ms ease;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.65);
}

.service-card:hover .service-card-top,
.service-card:hover a {
  color: var(--blue-bright);
}

.service-card a {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 700;
}

.lane-band {
  overflow: hidden;
  padding: 88px 0;
  background: var(--blue);
  color: white;
}

.lane-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.lane-band h2 {
  max-width: 720px;
  font-size: clamp(42px, 4.5vw, 66px);
}

.lane-band .eyebrow {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.9);
}

.lane-route {
  position: relative;
  height: 60px;
}

.route-line {
  position: absolute;
  top: 29px;
  right: 8px;
  left: 8px;
  height: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.route-node {
  position: absolute;
  z-index: 1;
  top: 23px;
  width: 14px;
  height: 14px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--blue);
}

.route-node-start {
  left: 0;
}

.route-node-end {
  right: 0;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.16);
}

.button-white {
  background: white;
  color: var(--navy-900);
}

.button-white:hover {
  background: var(--navy-950);
  color: white;
}

.approach-section {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: white;
}

.approach-section::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px);
  background-size: 84px 84px;
  content: "";
  mask-image: radial-gradient(circle at 80% 20%, black, transparent 62%);
  pointer-events: none;
}

.approach-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 80px;
}

.approach-heading h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 720;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.approach-heading > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.8;
}

.value-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 74px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.value-grid article {
  min-height: 305px;
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.value-grid article > span {
  color: var(--blue-bright);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.value-grid h3 {
  margin: 88px 0 18px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.value-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.7;
}

.authority-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(480px, 1.35fr) auto;
  align-items: center;
  gap: 36px;
  margin-top: 32px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.045);
}

.authority-status {
  display: flex;
  align-items: center;
  gap: 14px;
}

.status-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #4bd18b;
  box-shadow: 0 0 0 7px rgba(75, 209, 139, 0.12);
}

.authority-status p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.authority-status strong {
  font-size: 13px;
}

.authority-status p span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.authority-strip dl {
  display: grid;
  grid-template-columns: 0.48fr 0.48fr 1.5fr;
  margin: 0;
}

.authority-strip dl > div {
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.authority-strip dt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.authority-strip dd {
  margin: 7px 0 0;
  color: white;
  font-size: 12px;
  line-height: 1.5;
}

.authority-strip > a {
  color: var(--blue-bright);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.process-section {
  background: var(--ice);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(480px, 1.12fr);
  gap: 100px;
}

.process-intro {
  position: sticky;
  top: calc(var(--header-height) + 50px);
  align-self: start;
}

.process-intro h2 {
  max-width: 580px;
}

.process-intro > p:not(.eyebrow) {
  max-width: 480px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  display: grid;
  min-height: 192px;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.process-number {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid var(--blue);
  border-radius: 50%;
  color: var(--blue-text);
  font-size: 11px;
  font-weight: 760;
}

.process-list h3 {
  margin: 0 0 12px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.process-list p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.about-section {
  overflow: hidden;
  background: white;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(450px, 1.05fr);
  align-items: center;
  gap: 100px;
}

.about-visual {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  background:
    linear-gradient(rgba(31, 137, 199, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 137, 199, 0.075) 1px, transparent 1px),
    var(--blue-pale);
  background-size: 48px 48px;
}

.about-logo-card {
  position: relative;
  z-index: 2;
  width: 58%;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  box-shadow: 0 34px 80px rgba(16, 45, 71, 0.2);
}

.about-logo-card img {
  width: 100%;
}

.about-orbit {
  position: absolute;
  border: 1px solid rgba(31, 137, 199, 0.32);
  border-radius: 50%;
}

.about-orbit::after {
  position: absolute;
  top: 50%;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.about-orbit-one {
  width: 76%;
  height: 76%;
}

.about-orbit-two {
  width: 92%;
  height: 92%;
  border-style: dashed;
}

.about-coordinate {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--blue-text);
  font-family: var(--font-geist-mono), monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
}

.about-copy h2 {
  max-width: 680px;
}

.about-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.78;
}

.about-copy .about-lede {
  color: var(--ink);
  font-size: 19px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-facts div {
  min-height: 104px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-facts dt {
  color: var(--muted);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-facts dd {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}

.quote-section {
  position: relative;
  overflow: hidden;
  background: var(--navy-900);
  color: white;
}

.quote-section::before {
  position: absolute;
  top: -280px;
  right: -200px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(56, 168, 230, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(56, 168, 230, 0.035), 0 0 0 160px rgba(56, 168, 230, 0.02);
  content: "";
}

.quote-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}

.quote-heading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.quote-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.75;
}

.quote-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(4, 14, 24, 0.42);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.25);
}

.quote-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.quote-progress button {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 14px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
  font-size: 12px;
  font-weight: 670;
  padding: 0 28px;
  text-align: left;
}

.quote-progress button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.quote-progress button:last-child {
  border-right: 0;
}

.quote-progress button span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;
  font-size: 10px;
}

.quote-progress button.is-current {
  background: rgba(31, 137, 199, 0.11);
  color: white;
}

.quote-progress button.is-current span {
  border-color: var(--blue-bright);
  color: var(--blue-bright);
  box-shadow: 0 0 0 6px rgba(56, 168, 230, 0.08);
}

.quote-progress button.is-complete {
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.quote-progress button.is-complete span {
  border-color: #4bd18b;
  color: #4bd18b;
}

.quote-panel form {
  padding: 52px;
}

.form-step[hidden] {
  display: none;
}

.form-step-heading {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 24px;
  margin-bottom: 42px;
}

.form-step-heading > span {
  padding-top: 8px;
  color: var(--blue-bright);
  font-family: var(--font-geist-mono), monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-step-heading h3 {
  margin: 0;
  font-size: 32px;
  letter-spacing: -0.045em;
}

.form-step-heading p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

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

.form-grid label:not(.consent) {
  display: grid;
  gap: 10px;
}

.form-grid label > span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 650;
}

.form-grid label > span small {
  color: rgba(255, 255, 255, 0.58);
  font-size: inherit;
  font-weight: 500;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.055);
  color: white;
  font-size: 15px;
  padding: 15px 16px;
  transition: border-color 160ms ease, background 160ms ease;
}

.form-grid select {
  color-scheme: light;
  cursor: pointer;
}

.form-grid select option {
  background-color: #ffffff;
  color: var(--ink);
}

.form-grid select option:disabled {
  color: #687784;
}

.form-grid select option:checked {
  background: var(--blue);
  color: #ffffff;
}

.form-grid select option:hover,
.form-grid select option:focus {
  background: var(--blue);
  color: #ffffff;
}

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

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: var(--blue-bright);
  background: rgba(31, 137, 199, 0.08);
  outline: 0;
}

.form-grid textarea {
  min-height: 118px;
  resize: vertical;
}

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

.consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.consent input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  margin: 0;
  accent-color: var(--red);
}

.consent span {
  line-height: 1.5;
}

.form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.form-status {
  margin: 24px 0 0;
  padding: 16px;
  border-left: 3px solid #4bd18b;
  background: rgba(75, 209, 139, 0.08);
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.6;
}

.form-status p {
  margin: 0;
}

.form-status-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.form-copy-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.form-copy-button:hover {
  color: var(--blue-bright);
}

[data-copy-result] {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.form-status a {
  color: white;
  text-decoration: underline;
}

.faq-section {
  background: white;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1.28fr);
  gap: 110px;
}

.faq-intro h2 {
  font-size: clamp(46px, 5vw, 68px);
}

.faq-intro > p:not(.eyebrow) {
  margin: 26px 0;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: grid;
  min-height: 94px;
  grid-template-columns: 1fr 36px;
  align-items: center;
  gap: 24px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 670;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue-text);
  font-size: 20px;
  font-weight: 350;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] .faq-toggle {
  background: var(--navy-900);
  color: white;
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 620px;
  margin: -8px 54px 28px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.contact-section {
  padding: 104px 0;
  background: var(--blue);
  color: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(340px, 0.75fr) minmax(500px, 1.25fr);
  align-items: center;
  gap: 100px;
}

.contact-section h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 76px);
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.contact-links {
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.contact-links a {
  display: grid;
  min-height: 94px;
  grid-template-columns: 80px 1fr 24px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.contact-links a > span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-links strong {
  overflow-wrap: anywhere;
  font-size: 18px;
}

.contact-links i {
  font-style: normal;
}

.site-footer {
  background: var(--navy-950);
  color: white;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(600px, 1.38fr);
  gap: 80px;
  padding: 84px 0 62px;
}

.footer-brand {
  display: flex;
  align-items: center;
  align-self: start;
  gap: 18px;
}

.footer-brand img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.footer-brand > span {
  display: flex;
  flex-direction: column;
}

.footer-brand strong {
  max-width: 180px;
  font-size: 18px;
  line-height: 1.15;
}

.footer-brand small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.footer-nav {
  display: grid;
  grid-template-columns: 0.8fr 0.9fr 1.3fr;
  gap: 50px;
}

.footer-nav > div {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
}

.footer-nav div > span {
  margin-bottom: 7px;
  color: var(--blue-bright);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-nav p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 1.65;
}

.footer-nav a:hover {
  color: white;
}

.footer-disclosures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-disclosures details {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-disclosures details:first-child {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-disclosures details:last-child {
  padding-left: 30px;
}

.footer-disclosures summary {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 650;
}

.footer-disclosures p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  line-height: 1.7;
}

.footer-bottom {
  display: grid;
  min-height: 78px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p:nth-child(2) {
  color: rgba(255, 255, 255, 0.52);
}

.footer-bottom a {
  justify-self: end;
}

.mobile-action-bar {
  display: none;
}

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

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .menu-button {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
  }

  .menu-button span {
    width: 18px;
    height: 1px;
    background: white;
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-nav {
    display: block;
    max-height: 0;
    overflow: hidden auto;
    border-bottom: 1px solid transparent;
    background: rgba(6, 19, 33, 0.98);
    opacity: 0;
    transition: max-height 280ms ease, opacity 180ms ease;
  }

  .mobile-nav.is-open {
    max-height: calc(100dvh - var(--header-height));
    border-color: rgba(255, 255, 255, 0.14);
    opacity: 1;
  }

  .mobile-nav nav {
    display: grid;
    padding: 18px 0 28px;
  }

  .mobile-nav nav > a:not(.button) {
    display: flex;
    justify-content: space-between;
    padding: 18px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
  }

  .mobile-nav .button {
    margin-top: 20px;
  }

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

  .lane-band-inner {
    grid-template-columns: 180px 1fr;
  }

  .lane-band-inner .button {
    grid-column: 2;
    width: max-content;
  }

  .approach-heading,
  .quote-heading {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 48px;
  }

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

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

  .authority-strip dl {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .process-layout,
  .about-grid {
    gap: 56px;
  }

  .about-grid {
    grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1.1fr);
  }

  .faq-grid,
  .contact-grid {
    gap: 60px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .process-layout,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .process-intro {
    position: static;
  }

  .about-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .faq-grid,
  .contact-grid {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: min(100% - 32px, 620px);
    --header-height: 72px;
  }

  .brand-logo-wrap {
    width: 44px;
    height: 44px;
  }

  .brand-logo {
    width: 42px;
    height: 42px;
  }

  .brand-name strong {
    font-size: 14px;
  }

  .brand-name span {
    font-size: 9px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-image {
    object-position: 68% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(4, 14, 24, 0.96) 8%, rgba(4, 14, 24, 0.76) 50%, rgba(4, 14, 24, 0.5) 72%, rgba(4, 14, 24, 0.92) 100%),
      linear-gradient(90deg, rgba(4, 14, 24, 0.88), rgba(4, 14, 24, 0.1));
  }

  .route-grid {
    width: 100%;
    opacity: 0.08;
  }

  .hero-inner {
    min-height: 675px;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    padding-top: 140px;
  }

  .hero h1 {
    font-size: clamp(56px, 17vw, 78px);
    letter-spacing: -0.075em;
  }

  .hero-lede {
    max-width: 430px;
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.62;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: flex-start;
  }

  .hero-marker {
    display: none;
  }

  .hero-rail-inner {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }

  .hero-rail-inner > span {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

  .section-heading-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 44px;
  }

  .section h2,
  .lane-band h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

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

  .service-card {
    min-height: 330px;
  }

  .service-card h3 {
    margin-top: 72px;
  }

  .lane-band {
    padding: 76px 0;
  }

  .lane-band-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lane-route {
    width: 180px;
  }

  .lane-band-inner .button {
    grid-column: 1;
    width: 100%;
  }

  .approach-heading,
  .quote-heading,
  .process-layout,
  .about-grid,
  .faq-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .approach-heading h2,
  .quote-heading h2,
  .contact-section h2 {
    font-size: clamp(44px, 13.5vw, 62px);
  }

  .approach-heading > p,
  .quote-heading > p {
    font-size: 14px;
  }

  .value-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .value-grid article {
    min-height: 250px;
  }

  .value-grid h3 {
    margin-top: 58px;
  }

  .authority-strip {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px 20px;
  }

  .authority-strip dl {
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr;
  }

  .authority-strip dl > div {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .process-intro {
    position: static;
  }

  .process-list li {
    min-height: 174px;
    grid-template-columns: 58px 1fr;
    gap: 20px;
  }

  .process-number {
    width: 46px;
    height: 46px;
  }

  .about-grid {
    gap: 52px;
  }

  .about-visual {
    width: 100%;
  }

  .about-facts {
    grid-template-columns: 1fr;
  }

  .quote-heading {
    margin-bottom: 38px;
  }

  .quote-panel {
    margin-inline: -4px;
  }

  .quote-progress button {
    min-height: 72px;
    justify-content: center;
    padding: 0 8px;
    font-size: 10px;
  }

  .quote-progress button span {
    width: 28px;
    height: 28px;
  }

  .quote-panel form {
    padding: 32px 20px;
  }

  .form-step-heading {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 30px;
  }

  .form-step-heading > span {
    padding: 0;
  }

  .form-step-heading h3 {
    font-size: 28px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .form-wide {
    grid-column: 1;
  }

  .form-actions {
    gap: 12px;
  }

  .form-actions .button {
    flex: 1;
    min-width: 0;
    padding-inline: 14px;
  }

  .faq-grid {
    gap: 50px;
  }

  .faq-intro h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .faq-list summary {
    min-height: 88px;
    font-size: 15px;
  }

  .contact-section {
    padding: 84px 0;
  }

  .contact-grid {
    gap: 50px;
  }

  .contact-links a {
    grid-template-columns: 54px 1fr 18px;
    gap: 12px;
  }

  .contact-links strong {
    font-size: 14px;
  }

  .footer-top {
    padding-top: 64px;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 42px 24px;
  }

  .footer-nav > div:last-child {
    grid-column: 1 / -1;
  }

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

  .footer-disclosures details:first-child,
  .footer-disclosures details:last-child {
    padding: 22px 0;
    border-right: 0;
  }

  .footer-bottom {
    min-height: 140px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0 96px;
  }

  .footer-bottom a {
    justify-self: start;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    padding: 10px max(12px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 19, 33, 0.96);
    backdrop-filter: blur(14px);
  }

  .mobile-action-bar a {
    display: grid;
    min-height: 48px;
    place-items: center;
    background: var(--red);
    color: white;
    font-size: 12px;
    font-weight: 750;
  }

  .mobile-action-bar a:last-child {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--navy-800);
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .brand-name span {
    display: none;
  }

  .hero h1 {
    font-size: 52px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .quote-progress button {
    font-size: 0;
  }

  .quote-progress button span {
    font-size: 10px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .form-actions .button {
    width: 100%;
  }
}

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

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