:root {
  --canvas: #f7f4ec;
  --canvas-deep: #eeeadf;
  --navy: #082642;
  --navy-soft: #173e5c;
  --teal: #0c8b88;
  --teal-dark: #087774;
  --teal-pale: #e4f1ee;
  --gold: #d6a32a;
  --muted: #607181;
  --line: rgba(8, 38, 66, .15);
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.site-header {
  width: min(1320px, calc(100% - 64px));
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.brand,
.footer-brand {
  display: block;
}

.brand img {
  display: block;
  width: 250px;
  height: auto;
}

nav {
  display: flex;
  align-items: center;
  gap: 46px;
  font-size: 16px;
  font-weight: 550;
}

nav a {
  position: relative;
  padding: 12px 0;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 2px;
  background: var(--teal);
  transition: right .22s ease;
}

nav a:hover::after {
  right: 0;
}

.hero {
  width: min(1320px, calc(100% - 64px));
  min-height: calc(100vh - 104px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(580px, 1.18fr);
  align-items: center;
  gap: 56px;
  padding: 50px 0 100px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  animation: fadeUp .65s ease-out both;
}

.eyebrow-line {
  width: 76px;
  height: 4px;
  border-radius: 99px;
  background: var(--teal);
  margin-bottom: 26px;
}

.status-pill {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid rgba(12, 139, 136, .25);
  border-radius: 99px;
  background: rgba(228, 241, 238, .7);
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(56px, 5.3vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 760;
}

.hero-intro {
  max-width: 585px;
  margin: 30px 0 0;
  color: var(--navy-soft);
  font-size: 20px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}

.button {
  min-height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 680;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

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

.button-primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(12, 139, 136, .18);
}

.button-primary:hover {
  background: var(--teal-dark);
  box-shadow: 0 16px 34px rgba(12, 139, 136, .25);
}

.button-secondary {
  border: 1.5px solid var(--navy);
  background: rgba(255, 255, 255, .28);
}

.button-secondary:hover {
  background: var(--teal-pale);
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
  color: #3f5c72;
  font-size: 15px;
  font-weight: 620;
}

.trust-row i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
}

.signal-graphic {
  min-width: 0;
  opacity: 0;
  transform: translateY(12px);
  animation: graphicIn .7s .16s ease-out forwards;
}

.signal-labels {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1fr;
  margin: 0 36px -30px 70px;
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 680;
  letter-spacing: .045em;
  text-align: center;
  text-transform: uppercase;
}

.signal-labels span:nth-child(2) {
  color: var(--navy);
}

.signal-labels span:nth-child(3) {
  color: #b77d00;
}

.signal-graphic svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.grid-line {
  fill: none;
  stroke: rgba(12, 139, 136, .17);
  stroke-width: 1;
}

.analysis-lines path,
.approved-lines path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: drawLine 1.15s .45s ease-out forwards;
}

.approved-lines path {
  animation-delay: .9s;
}

.guardrails > * {
  opacity: 0;
  animation: guardrailIn .4s ease-out forwards;
}

.guardrails > :nth-child(1) { animation-delay: .55s; }
.guardrails > :nth-child(2) { animation-delay: .67s; }
.guardrails > :nth-child(3) { animation-delay: .79s; }

.approval-circle {
  transform-origin: 683px 223px;
  animation: approve .45s 1.15s ease-out both;
}

.section {
  padding: 128px max(32px, calc((100vw - 1320px) / 2));
}

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

.section-heading {
  display: grid;
  grid-template-columns: .9fr 1.25fr 1fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 68px;
}

.section-heading .kicker {
  align-self: start;
}

.kicker {
  margin: 0;
  color: var(--teal-dark);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.section-heading > p:last-child,
.roadmap-copy > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability-card {
  position: relative;
  min-height: 340px;
  padding: 38px 42px 44px;
  border-right: 1px solid var(--line);
  transition: background .25s ease, transform .25s ease;
}

.capability-card:last-child {
  border-right: 0;
}

.capability-card:hover {
  background: var(--teal-pale);
  transform: translateY(-4px);
}

.card-number {
  position: absolute;
  right: 28px;
  top: 24px;
  color: rgba(8, 38, 66, .25);
  font-size: 13px;
  font-weight: 700;
}

.card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--navy);
}

.card-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-card h3,
.process-list h3,
.roadmap-steps h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.02em;
}

.capability-card p,
.process-list p,
.roadmap-steps p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

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

.section-heading.compact {
  grid-template-columns: .9fr 2.25fr;
  align-items: start;
}

.process-section .kicker {
  color: #58c5bf;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.process-list li {
  display: grid;
  grid-template-columns: .65fr 1fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.process-list li > span {
  color: #58c5bf;
  font-size: 14px;
  font-weight: 700;
}

.process-list div {
  display: grid;
  grid-template-columns: .55fr 1fr;
  gap: 32px;
}

.process-list p {
  margin: 0;
  color: #b9c8d3;
}

.roadmap-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 96px;
  background: var(--canvas);
}

.roadmap-copy {
  position: sticky;
  top: 70px;
  align-self: start;
}

.roadmap-copy h2 {
  margin-top: 22px;
}

.roadmap-copy > p:last-child {
  margin-top: 28px;
  max-width: 520px;
}

.roadmap-steps {
  border-top: 1px solid var(--line);
}

.roadmap-steps article {
  position: relative;
  padding: 42px 0 42px 115px;
  border-bottom: 1px solid var(--line);
}

.roadmap-steps article > span {
  position: absolute;
  top: 46px;
  left: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roadmap-steps article.current > span {
  color: var(--teal-dark);
}

.roadmap-steps article.current::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 49px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
}

footer {
  min-height: 220px;
  padding: 64px max(32px, calc((100vw - 1320px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 210px;
  height: auto;
}

footer > p {
  color: var(--muted);
  text-align: center;
}

footer .copyright {
  text-align: right;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes graphicIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes drawLine {
  to { stroke-dashoffset: 0; }
}

@keyframes guardrailIn {
  from { opacity: 0; transform: translateX(-6px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes approve {
  from { opacity: 0; transform: scale(.88); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

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

  .signal-graphic {
    width: min(860px, 100%);
    margin: 20px auto 0;
  }

  .section-heading {
    grid-template-columns: 1fr 1.4fr;
  }

  .section-heading > p:last-child {
    grid-column: 2;
  }

  .roadmap-section {
    gap: 60px;
  }
}

@media (max-width: 760px) {
  .site-header,
  .hero {
    width: min(100% - 36px, 1320px);
  }

  .site-header {
    height: 84px;
  }

  .brand img {
    width: 190px;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 0;
    padding: 54px 0 78px;
  }

  h1 {
    font-size: clamp(46px, 13vw, 64px);
  }

  .hero-intro {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-row {
    flex-wrap: wrap;
  }

  .signal-labels {
    margin: 0 0 -14px;
    font-size: 9px;
  }

  .section {
    padding: 88px 22px;
  }

  .section-heading,
  .section-heading.compact,
  .roadmap-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .section-heading > p:last-child {
    grid-column: auto;
  }

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

  .capability-card {
    min-height: 290px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li,
  .process-list div {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-list li {
    gap: 22px;
  }

  .roadmap-copy {
    position: static;
  }

  .roadmap-steps article {
    padding-left: 76px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }

  footer .copyright,
  footer > p {
    text-align: center;
  }

  .footer-brand {
    margin: 0 auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
