@font-face {
  font-family: Inter;
  src: url("fonts/InterVariable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #172033;
  --ink-soft: #4f5d73;
  --navy: #101d33;
  --blue: #175cd3;
  --blue-deep: #1849a9;
  --blue-pale: #e6f0ff;
  --sky: #d1e9ff;
  --paper: #f7f9fc;
  --white: #ffffff;
  --line: #d9dfe8;
  --mint: #d1fadf;
  --green: #087a55;
  --shadow: 0 24px 80px rgba(17, 37, 70, 0.11);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  min-width: 280px;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-size: 16px;
}

button {
  font-family: inherit;
}

a {
  color: var(--blue-deep);
  text-underline-offset: 0.18em;
}

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

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

svg {
  display: block;
}

.skip-link {
  position: absolute;
  z-index: 100;
  top: -80px;
  left: 20px;
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--white);
  background: var(--navy);
}

.skip-link:focus {
  top: 14px;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(217, 223, 232, 0.75);
  background: rgba(247, 249, 252, 0.96);
}

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

.brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.brand:hover {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  width: 37px;
  height: 37px;
  flex: none;
  place-items: center;
  border-radius: 11px;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(23, 92, 211, 0.18);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.3vw, 32px);
}

.primary-nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--blue);
}

.primary-nav .nav-action {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 3px 8px rgba(17, 37, 70, 0.03);
}

.primary-nav .nav-action:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.menu-toggle svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 76% 15%, #e1efff 0, transparent 34%),
    linear-gradient(180deg, #f7f9fc 0%, #eef5ff 100%);
}

.hero::before {
  position: absolute;
  right: -180px;
  bottom: -245px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(23, 92, 211, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: 630px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
  padding-block: 78px 98px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

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

h1,
h2,
h3 {
  line-height: 1.15;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 690px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.7vw, 76px);
  font-weight: 760;
}

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

.lead {
  max-width: 570px;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.hero-actions,
.action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(23, 92, 211, 0.18);
}

.button-primary:hover {
  color: var(--white);
  background: var(--blue-deep);
}

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

.button-secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.button svg {
  width: 17px;
  height: 17px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero-note {
  margin: 20px 0 0;
  color: #66758c;
  font-size: 13px;
}

.proof-window {
  position: relative;
  width: min(100%, 500px);
  margin-inline: auto;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: var(--shadow);
}

.proof-window::after {
  position: absolute;
  z-index: -1;
  right: -27px;
  bottom: -27px;
  width: 155px;
  height: 155px;
  border-radius: 32px;
  background: #d2e6ff;
  content: "";
  transform: rotate(15deg);
}

.proof-card {
  overflow: hidden;
  border: 1px solid #e3e9f1;
  border-radius: 17px;
  background: var(--white);
}

.proof-topbar {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 6px;
  padding-inline: 17px;
  border-bottom: 1px solid #eef1f5;
}

.proof-topbar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cad3df;
}

.proof-content {
  padding: clamp(19px, 3vw, 29px);
}

.proof-kicker {
  margin-bottom: 16px;
  color: #748197;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.proof-head h2 {
  margin-bottom: 5px;
  font-size: 24px;
}

.proof-head p {
  margin-bottom: 0;
  color: #6b788b;
  font-size: 13px;
}

.status-pill {
  flex: none;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green);
  background: var(--mint);
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.proof-divider {
  height: 1px;
  margin-block: 23px;
  background: #e9edf3;
}

.proof-subhead {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
}

.proof-subhead span:last-child {
  color: var(--green);
}

.proof-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.proof-steps li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #44516a;
  font-size: 13px;
}

.mini-check {
  display: grid;
  width: 21px;
  height: 21px;
  flex: none;
  place-items: center;
  border-radius: 6px;
  color: var(--blue);
  background: var(--blue-pale);
  font-size: 14px;
  font-weight: 800;
}

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

.evidence-tile {
  display: flex;
  min-height: 89px;
  align-items: flex-end;
  padding: 12px;
  border-radius: 10px;
  color: #26416d;
  background: linear-gradient(140deg, #d7e9fc 2%, #eef5ff 52%, #b8d6f8 100%);
  font-size: 12px;
  font-weight: 750;
}

.evidence-tile:last-child {
  background: linear-gradient(140deg, #d3eced 2%, #f0f7f6 54%, #bfe4d6 100%);
}

.strip {
  border-block: 1px solid #e6ebf1;
  background: var(--white);
}

.strip-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-block: 26px;
}

.strip-item {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #495871;
  font-size: 13px;
  font-weight: 650;
}

.strip-item::before {
  display: grid;
  width: 28px;
  height: 28px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  color: var(--blue);
  background: var(--blue-pale);
  content: "✓";
  font-size: 16px;
  font-weight: 800;
}

.section {
  padding-block: 105px;
}

.section-header {
  max-width: 670px;
  margin-bottom: 43px;
}

.section-header h2,
.split-copy h2,
.closing h2 {
  margin-bottom: 17px;
  font-size: clamp(32px, 3.4vw, 48px);
}

.section-header p:last-child,
.split-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

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

.workflow-card,
.role-card {
  min-width: 0;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 37, 70, 0.035);
}

.step-number {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 11px;
  color: var(--blue);
  background: var(--blue-pale);
  font-size: 13px;
  font-weight: 800;
}

.workflow-card h3,
.role-card h3 {
  margin-bottom: 11px;
  font-size: 20px;
}

.workflow-card p,
.role-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.split-section {
  background: var(--navy);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: center;
  gap: 90px;
}

.split-section .eyebrow {
  color: #9bc2ff;
}

.split-copy h2 {
  color: var(--white);
}

.split-copy p {
  color: #c4d0e0;
}

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

.industry {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(191, 210, 238, 0.16);
  border-radius: 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  font-weight: 650;
}

.industry::before {
  display: grid;
  width: 31px;
  height: 31px;
  flex: none;
  place-items: center;
  border-radius: 9px;
  color: #a9caff;
  background: rgba(121, 170, 242, 0.16);
  content: "↗";
  font-size: 18px;
  font-weight: 400;
}

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

.role-card {
  padding: 30px;
}

.role-label {
  display: inline-block;
  margin-bottom: 38px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.closing {
  padding-block: 70px;
  color: var(--white);
  background: var(--blue);
}

.closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.closing h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.closing .button {
  flex: none;
}

.site-footer {
  padding-block: 44px 28px;
  color: #66758c;
  background: #f1f4f8;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.footer-intro {
  max-width: 330px;
}

.footer-intro p {
  margin: 17px 0 0;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 38px;
  align-content: flex-start;
}

.footer-links a {
  color: #4d5b71;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--blue);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 30px;
  padding-top: 22px;
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.page-hero {
  padding-block: 78px 55px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 78% 4%, #e5f0ff 0, transparent 29%), var(--paper);
}

.page-hero h1 {
  max-width: 790px;
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 62px);
}

.page-hero .lead {
  margin-bottom: 0;
}

.page-hero .eyebrow {
  margin-bottom: 18px;
}

.content-section {
  padding-block: 65px 100px;
}

.content-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  align-items: start;
  justify-content: space-between;
  gap: 60px;
}

.content-layout-spaced {
  margin-top: 70px;
}

.page-nav {
  position: sticky;
  top: 30px;
  display: grid;
  gap: 4px;
  padding-top: 6px;
}

.page-nav p {
  margin-bottom: 12px;
  color: #748197;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.page-nav a {
  padding: 8px 11px;
  border-left: 2px solid transparent;
  color: #5b687b;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.page-nav a:hover,
.page-nav a:focus-visible {
  border-left-color: var(--blue);
  color: var(--blue);
}

.prose {
  min-width: 0;
  color: #3c4a60;
  font-size: 15px;
  line-height: 1.8;
}

.prose h2 {
  margin: 0 0 17px;
  color: var(--ink);
  font-size: clamp(24px, 2.3vw, 31px);
}

.prose h3 {
  margin: 24px 0 10px;
  color: var(--ink);
  font-size: 18px;
}

.prose section + section {
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.prose p,
.prose ul,
.prose ol {
  margin-bottom: 16px;
}

.prose li + li {
  margin-top: 9px;
}

.prose ul,
.prose ol {
  padding-left: 23px;
}

.prose a {
  font-weight: 650;
}

.notice {
  margin-bottom: 37px;
  padding: 18px 21px;
  border: 1px solid #bdd4f8;
  border-left: 4px solid var(--blue);
  border-radius: 12px;
  color: #24436f;
  background: #eaf3ff;
  font-size: 13px;
  line-height: 1.65;
}

.notice strong {
  color: #123e81;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.info-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 8px 24px rgba(17, 37, 70, 0.035);
}

.info-card .card-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 11px;
  color: var(--blue);
  background: var(--blue-pale);
  font-size: 14px;
  font-weight: 800;
}

.info-card h2 {
  margin-bottom: 10px;
  font-size: 23px;
}

.info-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.info-card .button {
  margin-top: 23px;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 33px;
  padding: 30px;
  border-radius: 19px;
  color: var(--white);
  background: var(--navy);
}

.contact-panel h2 {
  margin-bottom: 8px;
  font-size: 25px;
}

.contact-panel p {
  max-width: 570px;
  margin: 0;
  color: #c4d0e0;
  font-size: 14px;
}

.contact-panel .button {
  flex: none;
}

.detail-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
}

.detail-list div {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.detail-list dt {
  color: var(--ink);
  font-weight: 750;
}

.detail-list dd {
  margin: 4px 0 0;
  color: var(--ink-soft);
}

.error-page {
  display: grid;
  min-height: min(650px, calc(100vh - 310px));
  align-items: center;
  padding-block: 80px;
}

.error-page .eyebrow {
  margin-bottom: 18px;
}

.error-page h1 {
  max-width: 720px;
  font-size: clamp(42px, 5.5vw, 68px);
}

@media (max-width: 980px) {
  .primary-nav {
    gap: 17px;
  }

  .hero-grid {
    gap: 36px;
  }

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

  .split-grid {
    gap: 40px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 36px, 560px);
  }

  .header-inner {
    min-height: 68px;
    flex-wrap: wrap;
    gap: 0;
  }

  .js .menu-toggle {
    display: inline-flex;
  }

  .primary-nav {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-block: 10px 18px;
  }

  .js .primary-nav {
    display: none;
  }

  .js .site-header[data-menu-open="true"] .primary-nav {
    display: flex;
  }

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

  .primary-nav .nav-action {
    margin-top: 8px;
    text-align: center;
  }

  .hero-grid,
  .split-grid,
  .content-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-grid {
    min-height: auto;
    gap: 52px;
    padding-block: 74px 84px;
  }

  .hero h1 {
    font-size: clamp(45px, 10vw, 62px);
  }

  .proof-window {
    width: min(100% - 20px, 500px);
  }

  .strip-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding-block: 22px;
  }

  .section {
    padding-block: 76px;
  }

  .split-grid {
    gap: 34px;
  }

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

  .role-card {
    padding: 25px;
  }

  .role-label {
    margin-bottom: 24px;
  }

  .closing-inner,
  .footer-top,
  .contact-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .closing .button,
  .contact-panel .button {
    flex: none;
  }

  .content-layout {
    gap: 32px;
  }

  .page-nav {
    position: static;
    display: flex;
    overflow-x: auto;
    gap: 4px;
    margin-inline: -5px;
    padding: 2px 5px 12px;
  }

  .page-nav p {
    display: none;
  }

  .page-nav a {
    flex: none;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--white);
    white-space: nowrap;
  }

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

@media (max-width: 520px) {
  .container {
    width: min(100% - 32px, 480px);
  }

  .hero-grid {
    padding-block: 62px 67px;
  }

  .hero h1 {
    font-size: clamp(43px, 11vw, 54px);
  }

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

  .proof-window {
    width: min(100% - 12px, 460px);
  }

  .proof-head {
    flex-direction: column;
  }

  .workflow-grid,
  .industries,
  .info-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .workflow-card,
  .info-card {
    padding: 23px;
  }

  .step-number {
    margin-bottom: 24px;
  }

  .page-hero {
    padding-block: 62px 45px;
  }

  .content-section {
    padding-block: 43px 76px;
  }

  .contact-panel {
    padding: 25px;
  }
}

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

  .button {
    transition: none;
  }

  .button:hover {
    transform: none;
  }
}
