/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --ink: #0b2545;
  --blue: #1478f2;
  --sky: #dff3ff;
  --mint: #dff7e9;
  --mist: #f2f4f6;
  --line: #d8dee5;
  --muted: #617080;
  --paper: #fbfcfd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-geist-sans),Arial,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 88px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 4.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}
.brand-logo {
  height: 26px;
  width: auto;
  display: block;
}
.desktop-nav {
  display: flex;
  gap: 36px;
  color: #526171;
  font-size: 14px;
}
.desktop-nav a:hover {
  color: var(--ink);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  padding: 0 23px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 580;
  transition: transform .2s ease,background .2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-light {
  justify-self: end;
  background: #e9edf1;
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.section-shell {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
}
.hero {
  padding-top: 78px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 5vw;
  align-items: center;
  min-height: 670px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 24px;
  color: #527185;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #31b56a;
  box-shadow: 0 0 0 5px #dff7e9;
}
h1 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(54px,5.6vw,86px);
  font-weight: 400;
  line-height: .99;
  letter-spacing: -.055em;
}
h1 em {
  color: var(--blue);
  font-style: normal;
}
.hero-lede {
  max-width: 585px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 34px;
}
.text-link {
  color: #465a6c;
  font-size: 14px;
}
.text-link span {
  margin-left: 8px;
}
.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid #e0e6ec;
  border-radius: 30px;
  background: radial-gradient(circle at 48% 48%,rgba(255,255,255,.94) 0 10%,transparent 38%),linear-gradient(135deg,#e8f7ff 0%,#ecf5ff 46%,#e7f7ec 100%);
  box-shadow: inset 0 1px 0 #fff,0 30px 80px rgba(24,62,95,.08);
}
.signal {
  position: absolute;
  border: 1px solid rgba(20,120,242,.16);
  border-radius: 50%;
}
.signal-one {
  width: 430px;
  height: 430px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.signal-two {
  width: 600px;
  height: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.workflow-card {
  position: absolute;
  z-index: 3;
  width: 255px;
  min-height: 235px;
  padding: 17px;
  border: 1px solid rgba(11,37,69,.1);
  border-radius: 17px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 22px 45px rgba(21,59,91,.15);
  backdrop-filter: blur(16px);
}
.order-card {
  left: 5%;
  top: 17%;
  transform: rotate(-2deg);
}
.result-card {
  right: 4%;
  bottom: 14%;
  transform: rotate(2deg);
}
.window-dots {
  display: flex;
  gap: 4px;
  margin-bottom: 22px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border: 1px solid #9eabb7;
  border-radius: 50%;
}
.mini-label {
  margin: 0 0 6px;
  color: #80909d;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.workflow-card h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -.03em;
}
.resident-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 19px 0;
}
.resident-row p {
  margin: 0;
  display: grid;
  font-size: 12px;
}
.resident-row small {
  margin-top: 3px;
  color: #87939e;
}
.avatar {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
}
.order-lines {
  display: grid;
  gap: 7px;
  margin-bottom: 17px;
}
.order-lines i {
  height: 7px;
  border-radius: 5px;
  background: #edf0f3;
}
.order-lines i:nth-child(2) {
  width: 76%;
}
.order-lines i:nth-child(3) {
  width: 53%;
}
.status-pill {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 20px;
  background: var(--mint);
  color: #217a47;
  font-size: 10px;
  font-weight: 700;
}
.medix-node {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 138px;
  height: 162px;
  transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 25px;
  background: rgba(11,37,69,.92);
  color: #fff;
  box-shadow: 0 24px 60px rgba(11,37,69,.28);
}
.node-mark {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 12px;
  border-radius: 14px;
  overflow: hidden;
}
.node-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.medix-node strong {
  font-size: 15px;
}
.medix-node small {
  margin-top: 5px;
  color: #aebfd2;
  font-size: 9px;
}
.connector {
  position: absolute;
  z-index: 2;
  height: 1px;
  top: 50%;
  background: linear-gradient(90deg,#74afe7,#1478f2);
}
.connector-left {
  left: 29%;
  width: 20%;
  transform: rotate(13deg);
}
.connector-right {
  right: 27%;
  width: 20%;
  transform: rotate(-13deg);
}
.result-value {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 24px 0 12px;
  padding: 16px;
  border-radius: 12px;
  background: var(--mint);
}
.result-value strong {
  color: #16743f;
  font-size: 16px;
}
.result-value span {
  color: #558169;
  font-size: 8px;
}
.result-note {
  padding: 12px;
  border-radius: 10px;
  background: #f1f4f6;
  color: #607080;
  font-size: 10px;
}
.proof-strip {
  max-width: 1310px;
  margin: 80px auto 0;
  padding: 30px 4.5vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.proof-strip p {
  margin: 0;
  padding: 0 28px;
  display: grid;
  border-left: 1px solid var(--line);
}
.proof-strip p:first-child {
  border-left: 0;
  padding-left: 0;
}
.proof-strip strong {
  font-family: Georgia,serif;
  font-size: 28px;
  font-weight: 400;
}
.proof-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}
@media (max-width:900px) {
  .desktop-nav {
    display: none;
  }
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }
  .hero-visual {
    min-height: 520px;
  }
  .proof-strip {
    grid-template-columns: repeat(2,1fr);
    gap: 25px 0;
  }
  .proof-strip p:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width:560px) {
  .site-header {
    height: 74px;
  }
  .site-header .button {
    min-height: 42px;
    padding: 0 16px;
  }
  .brand {
    font-size: 21px;
  }
  .hero {
    padding-top: 42px;
    gap: 48px;
  }
  h1 {
    font-size: 49px;
  }
  .hero-lede {
    font-size: 17px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-visual {
    min-height: 500px;
    margin: 0 -3vw;
  }
  .workflow-card {
    width: 215px;
  }
  .order-card {
    left: 3%;
    top: 8%;
  }
  .result-card {
    right: 3%;
    bottom: 8%;
  }
  .medix-node {
    width: 110px;
    height: 135px;
  }
  .proof-strip {
    margin-top: 55px;
    padding-top: 25px;
  }
  .proof-strip p {
    padding: 0 13px;
  }
  .proof-strip strong {
    font-size: 23px;
  }
}
.section-number {
  margin: 0 0 26px;
  color: #71808e;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.light-text {
  color: #9cafc1;
}
.section-heading h2,.statement h2,.solution-intro h2,.impact-panel h2,.about-belief h2,.standards h2 {
  margin: 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(42px,5vw,70px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.section-heading h2 {
  max-width: 820px;
}
.section-heading>p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.section-heading.split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}
.statement {
  padding-top: 180px;
  padding-bottom: 180px;
}
.statement h2 {
  max-width: 1040px;
}
.statement h2 em {
  color: var(--blue);
  font-style: normal;
}
.statement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  margin-top: 80px;
}
.statement-grid>p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 22px;
  line-height: 1.6;
}
.cost-list {
  border-top: 1px solid var(--line);
}
.cost-list p {
  margin: 0;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 30px;
  font-size: 17px;
}
.cost-list span {
  color: #97a3ae;
  font-size: 11px;
}
.solution-stage {
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 7vw;
  border-radius: 36px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 10vw;
}
.solution-intro {
  position: sticky;
  top: 50px;
  align-self: start;
}
.solution-intro>p:not(.section-number) {
  max-width: 440px;
  color: #b7c5d4;
  font-size: 17px;
  line-height: 1.65;
}
.button-white {
  margin-top: 22px;
  background: #fff;
  color: var(--ink);
}
.workflow-steps {
  border-top: 1px solid #36506e;
}
.workflow-steps article {
  padding: 38px 0;
  border-bottom: 1px solid #36506e;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
}
.workflow-steps article>span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #54708e;
  border-radius: 50%;
  color: #a8bad0;
  font-size: 12px;
}
.workflow-steps small {
  color: #58a9ff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.workflow-steps h3 {
  margin: 8px 0 10px;
  font-size: 26px;
  letter-spacing: -.03em;
}
.workflow-steps p {
  margin: 0;
  color: #aebdcd;
  line-height: 1.55;
}
.audience {
  padding-top: 180px;
  padding-bottom: 180px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 65px;
}
.audience-grid article {
  min-height: 440px;
  padding: 34px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.tone-sky {
  background: linear-gradient(160deg,#eaf7ff,#d7edff);
}
.tone-mint {
  background: linear-gradient(160deg,#eefaf1,#d9f2e2);
}
.tone-gray {
  background: linear-gradient(160deg,#f5f6f7,#e6e9eb);
}
.role-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}
.role-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
  opacity: .85;
}
.audience-grid small {
  margin-top: auto;
  color: #597082;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.audience-grid h3 {
  margin: 15px 0;
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
}
.audience-grid p {
  margin: 0;
  color: #5b6d7d;
  line-height: 1.55;
}
.impact-panel {
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 7vw;
  border-radius: 36px;
  background: linear-gradient(120deg,#0b2545,#123e69);
  color: #fff;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
}
.impact-panel>div>p:last-child {
  color: #afc0d2;
  font-size: 17px;
  line-height: 1.55;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid #41617e;
  border-left: 1px solid #41617e;
}
.impact-grid article {
  min-height: 175px;
  padding: 30px;
  border-right: 1px solid #41617e;
  border-bottom: 1px solid #41617e;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.impact-grid strong {
  font-family: Georgia,serif;
  font-size: 40px;
  font-weight: 400;
  color: #63b4ff;
}
.impact-grid span {
  margin-top: 7px;
  color: #c3d0dc;
}
.case-preview,.case-library {
  padding-top: 180px;
  padding-bottom: 180px;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  margin-top: 70px;
}
.case-grid article {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
}
.case-grid small,.case-large small {
  color: #6f7e8b;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.case-grid h3 {
  margin: 55px 0 35px;
  max-width: 480px;
  font-family: Georgia,serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.12;
}
.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.before-after span {
  padding: 20px;
  border-radius: 12px;
  background: #f1f3f5;
  color: #637382;
  font-size: 13px;
  line-height: 1.45;
}
.before-after span:last-child {
  background: linear-gradient(135deg,#e4f4ff,#e0f6ea);
  color: #35644b;
}
.before-after b {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}
.arrow-link {
  display: inline-flex;
  gap: 20px;
  margin-top: 34px;
  font-weight: 650;
}
.capability-preview {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: #eef5fa;
}
.capability-list {
  margin: 70px 0 40px;
  border-top: 1px solid #cfdbe4;
}
.capability-list article {
  padding: 30px 0;
  border-bottom: 1px solid #cfdbe4;
  display: grid;
  grid-template-columns: 80px .7fr 1fr;
  gap: 20px;
  align-items: center;
}
.capability-list article>span {
  color: #8799a8;
  font-size: 12px;
}
.capability-list h3 {
  margin: 0;
  font-size: 24px;
}
.capability-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.coverage {
  padding-top: 170px;
  padding-bottom: 170px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 10vw;
}
.coverage>div>p:last-child {
  max-width: 450px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.coverage h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.05;
}
.location-list {
  border-top: 1px solid var(--line);
}
.location-list article {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 55px 1fr;
}
.location-list article>span {
  color: #8c99a4;
  font-size: 11px;
}
.location-list h3 {
  margin: 0 0 5px;
  font-size: 19px;
}
.location-list p {
  margin: 0;
  color: var(--muted);
  line-height: 1.4;
}
.contact-band {
  max-width: 1380px;
  margin: 0 auto 20px;
  padding: 100px 7vw;
  border-radius: 36px;
  background: #1478f2;
  color: #fff;
  text-align: center;
}
.contact-band .eyebrow {
  justify-content: center;
  color: #d7ebff;
}
.contact-band .eyebrow span {
  background: #fff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.15);
}
.contact-band h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: clamp(46px,5vw,72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
}
.contact-band>p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px auto;
  color: #d7eaff;
  font-size: 17px;
  line-height: 1.6;
}
.footer {
  max-width: 1380px;
  margin: 0 auto;
  padding: 80px 5vw 28px;
  border-radius: 30px 30px 0 0;
  background: #071a31;
  color: #fff;
}
.footer .brand {
  margin-bottom: 20px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr repeat(3,1fr);
  gap: 70px;
}
.footer-top>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-top>div:first-child p {
  max-width: 300px;
  color: #9cafc2;
  line-height: 1.5;
}
.footer h3 {
  margin: 0 0 12px;
  color: #7890a9;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.footer a,.footer span {
  color: #c1ccda;
  font-size: 13px;
}
.footer-bottom {
  margin-top: 80px;
  padding-top: 22px;
  border-top: 1px solid #253c55;
  display: flex;
  justify-content: space-between;
}
.page-hero {
  padding-top: 110px;
  padding-bottom: 110px;
}
.page-hero h1 {
  max-width: 1050px;
  font-size: clamp(64px,8vw,112px);
}
.page-hero>p:not(.eyebrow) {
  max-width: 700px;
  margin: 34px 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}
.page-visual {
  padding-bottom: 150px;
}
.flow-orbit {
  min-height: 460px;
  padding: 60px;
  border-radius: 30px;
  background: linear-gradient(135deg,#e4f4ff,#edf3f8 50%,#e4f7ec);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.flow-orbit span,.flow-orbit b {
  position: relative;
  display: grid;
  place-items: center;
  width: 160px;
  height: 110px;
  padding: 20px;
  border: 1px solid #cad8e3;
  border-radius: 18px;
  background: rgba(255,255,255,.83);
  text-align: center;
  font-size: 14px;
}
.flow-orbit b {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 22px;
}
.flow-orbit b img {
  width: 78px;
  height: auto;
}
.flow-orbit span:not(:last-child):after,.flow-orbit b:after {
  content: '→';
  position: absolute;
  right: -21px;
  color: #69a7dd;
}
.compare {
  padding-bottom: 170px;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
}
.compare-grid article {
  padding: 45px;
  border-radius: 25px;
}
.compare-grid small {
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.compare-grid p {
  margin: 0;
  padding: 17px 0;
  border-top: 1px solid rgba(11,37,69,.12);
  font-size: 17px;
}
.old-way {
  background: #f0f1f2;
  color: #667684;
}
.new-way {
  background: linear-gradient(135deg,#e4f4ff,#edf3f8 50%,#e4f7ec);
}
.solution-detail {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
}
.detail-rows {
  margin-top: 70px;
  border-top: 1px solid #38536f;
}
.detail-rows article {
  padding: 42px 0;
  border-bottom: 1px solid #38536f;
  display: grid;
  grid-template-columns: 90px 1fr;
}
.detail-rows article>span {
  font-family: Georgia,serif;
  font-size: 28px;
  color: #58a9ff;
}
.detail-rows small {
  color: #79aee4;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.detail-rows h3 {
  margin: 9px 0;
  font-size: 27px;
}
.detail-rows p {
  max-width: 750px;
  margin: 0;
  color: #adbed0;
  line-height: 1.6;
}
.fit {
  padding-top: 160px;
  padding-bottom: 160px;
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
  margin-top: 60px;
}
.fit-grid article {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.fit-grid h3 {
  font-size: 24px;
}
.fit-grid p {
  color: var(--muted);
  line-height: 1.55;
}
.impact-ledger {
  max-width: 1380px;
  margin: 0 auto 150px;
  padding: 50px;
  border-radius: 30px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3,1fr);
}
.impact-ledger>div {
  min-height: 240px;
  padding: 20px 28px;
  border-left: 1px solid #36506b;
  display: flex;
  flex-direction: column;
}
.impact-ledger>div:first-child {
  border-left: 0;
}
.impact-ledger small {
  color: #77aadd;
}
.impact-ledger strong {
  margin-top: 90px;
  font-family: Georgia,serif;
  font-size: 38px;
  font-weight: 400;
}
.impact-ledger p {
  color: #aebdcb;
  line-height: 1.45;
}
.case-large {
  margin-top: 28px;
  padding: 45px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
}
.case-large header {
  display: flex;
  justify-content: space-between;
}
.case-large header span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.data-pending {
  padding: 3px 8px;
  border-radius: 5px;
  background: #fff3d8;
  color: #88610c;
  font-weight: 700;
}
.case-large>h3 {
  max-width: 760px;
  margin: 80px 0 40px;
  font-family: Georgia,serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.05;
}
.case-columns {
  display: grid;
  grid-template-columns: 1fr 1fr .8fr;
  gap: 14px;
}
.case-columns>div,.case-columns aside {
  padding: 25px;
  border-radius: 16px;
  background: #f0f2f4;
}
.case-columns>div:nth-child(2) {
  background: var(--mint);
}
.case-columns b {
  display: block;
  margin-bottom: 15px;
}
.case-columns p {
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,.1);
  color: #5f7180;
  font-size: 14px;
}
.case-columns aside {
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-columns aside strong {
  font-size: 14px;
  font-weight: 500;
}
.capability-feature {
  padding-top: 130px;
  padding-bottom: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9vw;
  align-items: center;
}
.capability-feature.reverse>div:first-child {
  order: 2;
}
.capability-feature h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.05;
}
.capability-feature>div>p:not(.section-number) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.capability-feature ul {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
  list-style: none;
}
.capability-feature li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.diagnostic-board,.imaging-board {
  min-height: 460px;
  padding: 55px;
  border-radius: 28px;
  background: linear-gradient(145deg,#e1f4ff,#f1f5f7);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.diagnostic-board span {
  padding: 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(20,60,90,.08);
}
.diagnostic-board i {
  height: 35px;
  border-left: 1px dashed #84aaca;
  margin-left: 30px;
}
.diagnostic-board strong {
  margin-top: 28px;
  font-family: Georgia,serif;
  font-size: 50px;
  font-weight: 400;
  color: var(--blue);
}
.imaging-board {
  align-items: center;
  background: linear-gradient(145deg,#e5f8eb,#e7f3fb);
}
.scan-ring {
  display: grid;
  place-items: center;
  width: 210px;
  height: 210px;
  border: 45px solid rgba(20,120,242,.12);
  outline: 1px solid #9ec7e8;
  border-radius: 50%;
}
.imaging-board div {
  margin-top: -35px;
  padding: 18px 35px;
  border-radius: 15px;
  background: #fff;
  display: grid;
  text-align: center;
  box-shadow: 0 15px 30px rgba(20,60,90,.1);
}
.imaging-board strong {
  font-family: Georgia,serif;
  font-size: 34px;
}
.imaging-board small {
  color: var(--muted);
}
.integration-feature {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 8vw;
}
.integration-feature h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.05;
}
.integration-feature>div>p:last-child {
  color: #aebfd0;
  line-height: 1.6;
}
.integration-points p {
  padding: 17px 0;
  border-bottom: 1px solid #36506b;
}
.integration-points span {
  margin-right: 18px;
  color: #65c68b;
}
.secondary {
  padding-top: 160px;
  padding-bottom: 160px;
}
.secondary-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 60px;
}
.secondary-grid article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.secondary-grid article>span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--sky);
  font-size: 12px;
  font-weight: 700;
}
.secondary-grid h3 {
  margin-top: 70px;
  font-family: Georgia,serif;
  font-size: 25px;
  font-weight: 400;
}
.secondary-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.about-belief {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: #e7f3fb;
}
.about-belief>p {
  color: #6a8294;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.about-belief h2 {
  max-width: 1000px;
}
.about-belief>div {
  margin-top: 70px;
  margin-left: 45%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.about-belief>div p {
  color: #536b7c;
  line-height: 1.65;
}
.principles {
  padding-top: 160px;
  padding-bottom: 160px;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  margin-top: 60px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.principle-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.principle-grid span {
  color: #84929e;
  font-size: 11px;
}
.principle-grid h3 {
  margin-top: 80px;
  font-size: 24px;
}
.principle-grid p {
  color: var(--muted);
  line-height: 1.5;
}
.standards {
  padding: 110px max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
}
.standards>div>p:last-child {
  color: #aec0d0;
  line-height: 1.6;
}
.standards-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.standards-list p {
  margin: 0;
  padding: 25px;
  border: 1px solid #36506b;
  display: grid;
}
.standards-list strong {
  font-family: Georgia,serif;
  font-size: 36px;
  font-weight: 400;
  color: #67b6ff;
}
.standards-list span {
  margin-top: 8px;
  color: #aabbd0;
}
.contact-hero {
  padding-top: 110px;
  padding-bottom: 150px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
}
.contact-hero h1 {
  font-size: clamp(55px,6.5vw,92px);
}
.contact-hero>div>p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.direct-contact {
  margin-top: 50px;
  display: flex;
  gap: 15px;
}
.direct-contact a {
  min-width: 200px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 15px;
  display: grid;
}
.direct-contact small {
  color: #7d8a94;
}
.direct-contact strong {
  margin-top: 5px;
}
.contact-form {
  padding: 42px;
  border-radius: 25px;
  background: #edf2f6;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 10px;
}
.form-heading span {
  font-family: Georgia,serif;
  font-size: 30px;
}
.form-heading small {
  color: #7b8994;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.contact-form input,.contact-form select,.contact-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #d9e0e6;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  outline: none;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(20,120,242,.1);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.contact-form fieldset {
  margin: 0;
  padding: 20px;
  border: 1px solid #d5dee5;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contact-form legend {
  padding: 0 8px;
  font-size: 13px;
  font-weight: 600;
}
.contact-form fieldset label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
}
.contact-form fieldset input {
  width: auto;
}
.contact-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}
.form-note {
  margin: 0;
  color: #7f8b94;
  font-size: 11px;
}
.form-success {
  min-height: 570px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-success>span {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--mint);
  color: #247547;
  font-size: 26px;
}
.form-success h2 {
  font-family: Georgia,serif;
  font-size: 50px;
  font-weight: 400;
}
.form-success p {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.6;
}
.contact-locations {
  padding-bottom: 160px;
}
.location-cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
  margin-top: 50px;
}
.location-cards article {
  min-height: 220px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 18px;
}
.location-cards article>span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--sky);
  color: var(--blue);
}
.location-cards small {
  display: block;
  margin-top: 55px;
  color: #71818d;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.location-cards p {
  line-height: 1.5;
}
@media (max-width:1000px) {
  .section-heading.split {
    align-items: start;
    flex-direction: column;
  }
  .solution-stage,.impact-panel,.coverage,.integration-feature,.standards,.contact-hero {
    grid-template-columns: 1fr;
  }
  .solution-intro {
    position: static;
  }
  .audience-grid,.fit-grid {
    grid-template-columns: 1fr;
  }
  .audience-grid article {
    min-height: 340px;
  }
  .impact-ledger,.secondary-grid,.principle-grid,.location-cards {
    grid-template-columns: repeat(2,1fr);
  }
  .impact-ledger>div:nth-child(3) {
    border-left: 0;
  }
  .capability-feature {
    grid-template-columns: 1fr;
  }
  .capability-feature.reverse>div:first-child {
    order: 0;
  }
  .about-belief>div {
    margin-left: 0;
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
  .footer-top>div:last-child {
    grid-column: 2/4;
  }
  .case-columns {
    grid-template-columns: 1fr 1fr;
  }
  .case-columns aside {
    grid-column: 1/3;
  }
  .flow-orbit {
    flex-wrap: wrap;
  }
}
@media (max-width:680px) {
  .statement,.audience,.case-preview,.case-library,.coverage,.fit,.secondary,.principles {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .statement-grid,.case-grid,.compare-grid,.capability-list article,.about-belief>div,.standards-list,.field-row,.contact-form fieldset {
    grid-template-columns: 1fr;
  }
  .solution-stage,.impact-panel,.contact-band,.footer {
    border-radius: 20px;
  }
  .solution-stage,.impact-panel {
    padding: 75px 6vw;
  }
  .audience-grid {
    margin-top: 40px;
  }
  .impact-grid {
    grid-template-columns: 1fr;
  }
  .impact-grid article {
    min-height: 130px;
  }
  .impact-grid article:nth-child(odd) {
    border-right: 1px solid #41617e;
  }
  .section-heading h2,.statement h2,.solution-intro h2,.impact-panel h2,.about-belief h2,.standards h2,.capability-feature h2,.integration-feature h2 {
    font-size: 43px;
  }
  .before-after,.case-columns {
    grid-template-columns: 1fr;
  }
  .case-columns aside {
    grid-column: auto;
  }
  .capability-list article {
    gap: 8px;
  }
  .capability-list p {
    margin-top: 5px;
  }
  .impact-ledger,.secondary-grid,.principle-grid,.location-cards {
    grid-template-columns: 1fr;
  }
  .impact-ledger>div {
    border-left: 0;
    border-top: 1px solid #36506b;
  }
  .impact-ledger>div:first-child {
    border-top: 0;
  }
  .flow-orbit {
    padding: 30px;
  }
  .flow-orbit span,.flow-orbit b {
    width: 130px;
    height: 95px;
  }
  .page-hero {
    padding-top: 70px;
  }
  .page-hero h1 {
    font-size: 58px;
  }
  .about-belief,.solution-detail,.integration-feature,.standards,.capability-preview {
    padding: 80px 6vw;
  }
  .contact-form {
    padding: 25px;
  }
  .direct-contact {
    flex-direction: column;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .footer-top>div:first-child,.footer-top>div:last-child {
    grid-column: 1/3;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.solution-paths {
  padding-top: 40px;
  padding-bottom: 150px;
}
.solution-path-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 65px;
}
.solution-path-grid>a {
  min-height: 390px;
  padding: 30px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease,box-shadow .2s ease;
}
.solution-path-grid>a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(20,60,90,.1);
}
.solution-path-grid>a>span {
  color: #7890a1;
  font-size: 11px;
}
.solution-path-grid small {
  margin-top: auto;
  color: #617888;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.solution-path-grid h3 {
  margin: 12px 0;
  font-family: Georgia,serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.08;
}
.solution-path-grid p {
  margin: 0;
  color: #5f7381;
  line-height: 1.5;
}
.solution-path-grid b {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 650;
}
@media (max-width:1000px) {
  .solution-path-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:680px) {
  .solution-path-grid {
    grid-template-columns: 1fr;
  }
  .solution-path-grid>a {
    min-height: 330px;
  }
}
.detail-hero {
  padding-top: 105px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 8vw;
  align-items: center;
}
.detail-hero>div:first-child>small {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 15px;
  font-weight: 650;
}
.detail-hero h1 {
  max-width: 820px;
  font-size: clamp(60px,7vw,100px);
}
.detail-hero>div:first-child>p:not(.eyebrow) {
  max-width: 680px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}
.detail-hero-art {
  min-height: 520px;
  border-radius: 30px;
  background: linear-gradient(145deg,#e4f4ff,#edf3f8 50%,#e5f7eb);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.detail-pulse {
  position: relative;
  width: 260px;
  height: 260px;
  display: grid;
  place-items: center;
}
.detail-pulse i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(20,120,242,.25);
  border-radius: 50%;
}
.detail-pulse i:nth-child(2) {
  inset: 36px;
}
.detail-pulse i:nth-child(3) {
  inset: 72px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 25px 50px rgba(28,77,114,.12);
}
.detail-pulse b {
  z-index: 1;
  font-family: Georgia,serif;
  font-size: 50px;
  font-weight: 400;
  color: var(--blue);
}
.detail-hero-art>p {
  text-align: center;
  color: #667b8c;
  line-height: 1.5;
}
.detail-hero-art>p strong {
  color: var(--ink);
  font-size: 20px;
}
.detail-promise {
  padding: 120px max(4.5vw,calc((100vw - 1180px)/2));
  background: #e5f3fc;
  text-align: center;
}
.detail-promise>p {
  margin: 0 0 25px;
  color: #658095;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.detail-promise h2 {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Georgia,serif;
  font-size: clamp(42px,5.5vw,72px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.detail-compare {
  padding-top: 160px;
  padding-bottom: 160px;
}
.detail-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 65px;
}
.detail-compare-grid article {
  padding: 40px;
  border-radius: 24px;
  background: #f0f2f4;
}
.detail-compare-grid article:last-child {
  background: var(--mint);
}
.detail-compare-grid small {
  display: block;
  margin-bottom: 30px;
  color: #6f818e;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.detail-compare-grid p {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid rgba(11,37,69,.12);
  display: flex;
  gap: 14px;
  color: #536776;
  font-size: 16px;
}
.detail-compare-grid p span {
  font-weight: 700;
  color: #8999a5;
}
.detail-compare-grid article:last-child p span {
  color: #2c8a53;
}
.detail-how {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
}
.detail-how>.section-heading {
  position: sticky;
  top: 50px;
  align-self: start;
}
.detail-how-list {
  border-top: 1px solid #3a5570;
}
.detail-how-list article {
  padding: 35px 0;
  border-bottom: 1px solid #3a5570;
  display: grid;
  grid-template-columns: 65px 1fr;
}
.detail-how-list>article>span {
  color: #75a6d3;
  font-family: Georgia,serif;
  font-size: 23px;
}
.detail-how-list small {
  color: #66b4fb;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.detail-how-list h3 {
  margin: 8px 0;
  font-size: 25px;
}
.detail-how-list p {
  margin: 0;
  color: #afbecd;
  line-height: 1.55;
}
.detail-value {
  padding-top: 160px;
  padding-bottom: 160px;
}
.detail-audiences {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 60px;
}
.detail-audiences article {
  min-height: 330px;
  padding: 32px;
  border-radius: 22px;
  background: #e5f3fc;
  display: flex;
  flex-direction: column;
}
.detail-audiences article:nth-child(2) {
  background: var(--mint);
}
.detail-audiences article:nth-child(3) {
  background: #eff1f3;
}
.detail-audiences small {
  color: #668091;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.detail-audiences h3 {
  margin-top: auto;
  margin-bottom: 14px;
  font-family: Georgia,serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.08;
}
.detail-audiences p {
  margin: 0;
  color: #607381;
  line-height: 1.55;
}
.detail-outcomes {
  max-width: 1380px;
  margin: 0 auto;
  padding: 105px 7vw;
  border-radius: 34px;
  background: linear-gradient(120deg,#0b2545,#123f6d);
  color: #fff;
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 7vw;
}
.detail-outcomes h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: 55px;
  font-weight: 400;
}
.detail-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid #456481;
  border-left: 1px solid #456481;
}
.detail-outcome-grid article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid #456481;
  border-bottom: 1px solid #456481;
  display: flex;
  flex-direction: column;
}
.detail-outcome-grid strong {
  font-family: Georgia,serif;
  font-size: 40px;
  font-weight: 400;
  color: #69b9ff;
}
.detail-outcome-grid h3 {
  margin: auto 0 8px;
  font-size: 18px;
}
.detail-outcome-grid p {
  margin: 0;
  color: #adbdcc;
  font-size: 13px;
  line-height: 1.5;
}
.related {
  padding-top: 160px;
  padding-bottom: 160px;
}
.related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 60px;
}
.related-grid a {
  min-height: 310px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease;
}
.related-grid a:hover {
  transform: translateY(-4px);
}
.related-grid span {
  color: #778895;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.related-grid h3 {
  margin: 65px 0 12px;
  font-family: Georgia,serif;
  font-size: 32px;
  font-weight: 400;
}
.related-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.related-grid b {
  margin-top: auto;
  font-size: 13px;
}
@media (max-width:1000px) {
  .detail-hero,.detail-how,.detail-outcomes {
    grid-template-columns: 1fr;
  }
  .detail-how>.section-heading {
    position: static;
  }
  .detail-audiences {
    grid-template-columns: 1fr;
  }
  .detail-audiences article {
    min-height: 280px;
  }
  .detail-outcome-grid {
    margin-top: 20px;
  }
}
@media (max-width:680px) {
  .detail-hero {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .detail-hero h1 {
    font-size: 54px;
  }
  .detail-hero-art {
    min-height: 380px;
  }
  .detail-compare-grid,.related-grid {
    grid-template-columns: 1fr;
  }
  .detail-how,.detail-outcomes {
    padding: 80px 6vw;
  }
  .detail-outcome-grid {
    grid-template-columns: 1fr;
  }
  .detail-outcome-grid article {
    min-height: 180px;
  }
  .detail-value,.detail-compare,.related {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home-solution-links {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin: 65px 0 40px;
}
.home-solution-links a {
  min-height: 290px;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease,box-shadow .2s ease;
}
.home-solution-links a:nth-child(2),.home-solution-links a:nth-child(6) {
  background: var(--mint);
}
.home-solution-links a:nth-child(3),.home-solution-links a:nth-child(5) {
  background: var(--sky);
}
.home-solution-links a:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(22,67,100,.09);
}
.home-solution-links span {
  color: #7e8e9a;
  font-size: 11px;
  display: block;
}
.home-solution-links span svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.75;
  opacity: .85;
}
.home-solution-links h3 {
  margin: auto 0 10px;
  font-family: Georgia,serif;
  font-size: 29px;
  font-weight: 400;
}
.home-solution-links p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.home-solution-links b {
  margin-top: 18px;
  color: var(--blue);
}
@media (max-width:1000px) {
  .home-solution-links {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:680px) {
  .home-solution-links {
    grid-template-columns: 1fr;
  }
  .home-solution-links a {
    min-height: 250px;
  }
}
.legal-hero {
  padding-top: 100px;
  padding-bottom: 115px;
  border-bottom: 1px solid var(--line);
}
.legal-hero h1 {
  font-size: clamp(65px,8vw,110px);
}
.legal-hero>p:not(.eyebrow) {
  max-width: 760px;
  margin: 35px 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}
.legal-meta {
  display: flex;
  gap: 60px;
  margin-top: 45px;
  color: #7b8a96;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.legal-meta strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}
.legal-layout {
  padding-top: 90px;
  padding-bottom: 170px;
  display: grid;
  grid-template-columns: 270px minmax(0,1fr);
  gap: 9vw;
  align-items: start;
}
.legal-layout>aside {
  position: sticky;
  top: 30px;
}
.legal-layout>aside>p {
  margin: 0 0 18px;
  color: #7a8995;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.legal-layout aside nav {
  border-top: 1px solid var(--line);
  max-height: 54vh;
  overflow: auto;
}
.legal-layout aside nav a {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 30px 1fr;
  color: #536777;
  font-size: 12px;
  line-height: 1.35;
}
.legal-layout aside nav a:hover {
  color: var(--blue);
}
.legal-layout aside nav span {
  color: #9aa6af;
  font-size: 9px;
}
.legal-help {
  margin-top: 25px;
  padding: 19px;
  border-radius: 14px;
  background: #e7f3fb;
  display: grid;
  gap: 7px;
}
.legal-help small {
  color: #6b7f8e;
}
.legal-help a {
  font-size: 12px;
  font-weight: 600;
}
.legal-content {
  border-top: 1px solid var(--line);
}
.legal-content>section {
  padding: 52px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 65px minmax(0,1fr);
  scroll-margin-top: 30px;
}
.legal-index {
  margin: 5px 0 0;
  color: #8f9ba5;
  font-family: Georgia,serif;
}
.legal-content h2 {
  margin: 0 0 22px;
  font-family: Georgia,serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -.03em;
}
.legal-content p,.legal-content li {
  color: #596d7c;
  font-size: 15px;
  line-height: 1.7;
}
.legal-content ul {
  padding-left: 20px;
}
.legal-content li+li {
  margin-top: 5px;
}
.legal-content strong {
  color: var(--ink);
}
@media (max-width:900px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }
  .legal-layout>aside {
    position: static;
  }
  .legal-layout aside nav {
    display: none;
  }
  .legal-help {
    max-width: 380px;
  }
  .legal-content>section {
    grid-template-columns: 48px 1fr;
  }
}
@media (max-width:560px) {
  .legal-hero {
    padding-top: 65px;
    padding-bottom: 80px;
  }
  .legal-hero h1 {
    font-size: 58px;
  }
  .legal-hero>p:not(.eyebrow) {
    font-size: 17px;
  }
  .legal-meta {
    gap: 25px;
  }
  .legal-layout {
    padding-top: 50px;
  }
  .legal-content>section {
    grid-template-columns: 1fr;
    padding: 40px 0;
  }
  .legal-index {
    margin-bottom: 12px;
  }
  .legal-content h2 {
    font-size: 30px;
  }
}
.career-hero {
  min-height: 720px;
  padding-top: 80px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 6vw;
  align-items: center;
}
.career-hero>div:first-child>p:not(.eyebrow),.region-career-hero>div>p:not(.eyebrow) {
  max-width: 630px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.career-route-art {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(145deg,#dff3ff,#edf5f8 53%,#dff7e9);
}
.route-map {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(20,120,242,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(20,120,242,.08) 1px,transparent 1px);
  background-size: 55px 55px;
  transform: rotate(-8deg) scale(1.18);
}
.route-map i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 5px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 8px rgba(20,120,242,.12);
}
.route-map i:nth-child(1) {
  left: 18%;
  top: 20%;
}
.route-map i:nth-child(2) {
  left: 65%;
  top: 24%;
}
.route-map i:nth-child(3) {
  left: 35%;
  top: 66%;
}
.route-map i:nth-child(4) {
  right: 14%;
  bottom: 16%;
}
.route-line {
  position: absolute;
  height: 3px;
  border-top: 3px dashed rgba(20,120,242,.38);
  transform-origin: left;
}
.route-line.one {
  width: 44%;
  left: 20%;
  top: 23%;
  transform: rotate(5deg);
}
.route-line.two {
  width: 49%;
  left: 36%;
  top: 67%;
  transform: rotate(29deg);
}
.route-line.three {
  width: 44%;
  left: 19%;
  top: 23%;
  transform: rotate(78deg);
}
.route-card {
  position: absolute;
  z-index: 2;
  padding: 20px 24px;
  border: 1px solid rgba(11,37,69,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 38px rgba(19,59,91,.12);
  backdrop-filter: blur(10px);
  display: grid;
  gap: 7px;
}
.route-card small {
  color: #6f8391;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.route-card.start {
  left: 7%;
  bottom: 8%;
  max-width: 245px;
}
.route-card.shift {
  right: 7%;
  top: 8%;
  max-width: 275px;
}
.route-badge {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 155px;
  height: 155px;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: Georgia,serif;
  font-size: 23px;
  box-shadow: 0 25px 60px rgba(11,37,69,.3);
}
.route-badge b {
  font-family: var(--font-geist-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #9ec8ee;
}
.career-proof,.region-banner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 32px 4vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
.career-proof p {
  margin: 0;
  padding: 0 28px;
  border-left: 1px solid var(--line);
  display: grid;
}
.career-proof p:first-child {
  border-left: 0;
}
.career-proof strong {
  font-family: Georgia,serif;
  font-size: 27px;
  font-weight: 400;
}
.career-proof span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}
.career-love {
  padding-top: 170px;
  padding-bottom: 170px;
}
.love-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.love-grid article {
  min-height: 330px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.love-grid article>span {
  color: #8c9aa5;
  font-size: 11px;
}
.love-grid h3 {
  margin: auto 0 15px;
  font-family: Georgia,serif;
  font-size: 28px;
  font-weight: 400;
}
.love-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.career-real-talk {
  max-width: 1380px;
  margin: 0 auto;
  padding: 110px 7vw;
  border-radius: 36px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 8vw;
}
.career-real-talk h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: clamp(50px,5vw,70px);
  font-weight: 400;
  line-height: 1;
}
.career-real-talk>div:first-child>p:last-child {
  color: #acbdcd;
  line-height: 1.65;
}
.fit-check {
  border-top: 1px solid #37536f;
}
.fit-check p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #37536f;
  display: flex;
  gap: 16px;
  color: #c3cfda;
  line-height: 1.4;
}
.fit-check span {
  color: #58c987;
}
.career-roles,.career-locations,.career-process {
  padding-top: 170px;
  padding-bottom: 170px;
}
.career-role-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
  margin-top: 70px;
}
.career-role-grid article {
  min-height: 420px;
  padding: 35px;
  border-radius: 24px;
  background: #e4f3fd;
  display: flex;
  flex-direction: column;
}
.career-role-grid article:nth-child(2),.career-role-grid article:nth-child(3) {
  background: var(--mint);
}
.career-role-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.career-role-grid small {
  margin-top: 60px;
  color: #668093;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.career-role-grid h3 {
  margin: 12px 0;
  font-family: Georgia,serif;
  font-size: 38px;
  font-weight: 400;
}
.career-role-grid p {
  max-width: 500px;
  margin: 0;
  color: #5b7181;
  line-height: 1.55;
}
.career-role-grid a {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(11,37,69,.12);
  display: flex;
  justify-content: space-between;
  font-weight: 650;
}
.career-locations {
  background: #edf4f8;
  max-width: none;
  padding-left: max(4.5vw,calc((100vw - 1310px)/2));
  padding-right: max(4.5vw,calc((100vw - 1310px)/2));
}
.career-location-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 14px;
  margin-top: 70px;
}
.career-location-grid a {
  min-height: 390px;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease;
}
.career-location-grid a:hover {
  transform: translateY(-4px);
}
.career-location-grid>a>span {
  color: #8c9aa6;
  font-size: 11px;
}
.career-location-grid small {
  margin-top: 60px;
  color: #64839a;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.career-location-grid h3 {
  margin: 12px 0;
  font-family: Georgia,serif;
  font-size: 30px;
  font-weight: 400;
}
.career-location-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.career-location-grid b {
  margin-top: auto;
  font-size: 13px;
}
.career-process-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin: 70px 0 45px;
}
.career-process-grid article {
  min-height: 260px;
  padding: 28px;
  border-top: 1px solid var(--line);
}
.career-process-grid span {
  color: #8595a1;
  font-size: 11px;
}
.career-process-grid h3 {
  margin: 70px 0 13px;
  font-size: 23px;
}
.career-process-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.career-disclaimer {
  max-width: 900px;
  margin-top: 28px;
  color: #7b8994;
  font-size: 11px;
  line-height: 1.6;
}
.region-career-hero {
  padding-top: 110px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 8vw;
  align-items: center;
}
.region-career-hero h1 {
  max-width: 900px;
  font-size: clamp(60px,7vw,100px);
}
.region-career-hero aside {
  padding: 35px;
  border-radius: 24px;
  background: linear-gradient(145deg,#e0f3ff,#e6f7ec);
  display: grid;
  gap: 10px;
}
.region-career-hero aside small {
  color: #637c8f;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.region-career-hero aside strong {
  font-family: Georgia,serif;
  font-size: 35px;
  font-weight: 400;
}
.region-career-hero aside p {
  margin: 0;
  color: #536b7c;
  line-height: 1.5;
}
.region-career-hero aside hr {
  width: 100%;
  margin: 25px 0;
  border: 0;
  border-top: 1px solid rgba(11,37,69,.13);
}
.region-banner {
  max-width: none;
  padding-left: max(4.5vw,calc((100vw - 1310px)/2));
  padding-right: max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
  grid-template-columns: repeat(3,1fr);
}
.region-banner div {
  padding: 15px 35px;
  border-left: 1px solid #38536e;
  display: grid;
  gap: 7px;
}
.region-banner div:first-child {
  border-left: 0;
}
.region-banner span {
  color: #89a2bb;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.region-banner strong {
  font-family: Georgia,serif;
  font-size: 25px;
  font-weight: 400;
}
.local-openings {
  padding-top: 150px;
  padding-bottom: 160px;
}
.local-job-list {
  margin-top: 70px;
  border-top: 1px solid var(--line);
}
.local-job-list article {
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 30px;
  align-items: center;
}
.local-job-list small {
  color: #6e8292;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.local-job-list h3 {
  margin: 8px 0;
  font-family: Georgia,serif;
  font-size: 31px;
  font-weight: 400;
}
.local-job-list p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.job-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.job-tags span {
  padding: 7px 10px;
  border-radius: 20px;
  background: #edf2f6;
  color: #587083;
  font-size: 11px;
}
.credential-panel {
  padding: 120px max(4.5vw,calc((100vw - 1310px)/2));
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 8vw;
}
.credential-panel h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.05;
}
.credential-panel>div:first-child>p:last-child {
  color: #adbecf;
  line-height: 1.6;
}
.credential-list {
  border-top: 1px solid #38546f;
}
.credential-list article {
  padding: 24px 0;
  border-bottom: 1px solid #38546f;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
}
.credential-list article>span {
  color: #65b3fa;
  font-size: 10px;
  font-weight: 700;
}
.credential-list h3 {
  margin: 0 0 7px;
  font-size: 18px;
}
.credential-list p {
  margin: 0;
  color: #aebdca;
  font-size: 13px;
  line-height: 1.5;
}
.region-close {
  padding-top: 160px;
  padding-bottom: 160px;
}
.region-close h2 {
  margin: 0;
  font-family: Georgia,serif;
  font-size: clamp(58px,7vw,92px);
  font-weight: 400;
  line-height: 1;
}
.region-close>p:not(.eyebrow):not(.career-disclaimer) {
  max-width: 650px;
  margin: 30px 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.apply-intro {
  padding-top: 95px;
  padding-bottom: 100px;
}
.apply-intro h1 {
  font-size: clamp(65px,7vw,102px);
}
.apply-intro>p:last-child {
  color: var(--muted);
  font-size: 19px;
}
.career-application {
  max-width: 1120px;
  margin: 0 auto 160px;
  padding: 0 4.5vw;
}
.career-application>section {
  padding: 65px 0;
  border-top: 1px solid var(--line);
}
.career-application>section>header {
  display: grid;
  grid-template-columns: 65px 1fr;
  margin-bottom: 40px;
}
.career-application>section>header>span {
  color: #8c99a4;
  font-family: Georgia,serif;
  font-size: 22px;
}
.career-application header small {
  color: #6e8290;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.career-application h2 {
  margin: 7px 0 0;
  font-family: Georgia,serif;
  font-size: 44px;
  font-weight: 400;
}
.application-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.application-fields label,.career-application fieldset,.acknowledge {
  display: grid;
  gap: 9px;
  color: #435c6e;
  font-size: 13px;
  font-weight: 600;
}
.application-fields label.wide {
  grid-column: 1/3;
}
.application-fields input,.application-fields select,.application-fields textarea,.fit-field input,.applicant-drawer input,.applicant-drawer select,.applicant-drawer textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #d7dfe5;
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}
.choice-field,.fit-field {
  margin: 28px 0 0;
  padding: 0;
  border: 0;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.choice-field legend,.fit-field legend {
  width: 100%;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}
.choice-field label,.fit-field label {
  cursor: pointer;
}
.choice-field input,.fit-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.choice-field span,.fit-field span {
  display: block;
  padding: 12px 16px;
  border: 1px solid #d5dee5;
  border-radius: 999px;
  background: #fff;
  font-weight: 500;
}
.choice-field input:checked+span,.fit-field input:checked+span {
  border-color: var(--blue);
  background: #e5f3ff;
  color: #0b5db8;
}
.fit-field span {
  border-radius: 11px;
}
.credential-callout {
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 14px;
  background: #e4f3fd;
}
.credential-callout p {
  margin: 7px 0 0;
  color: #557083;
  font-size: 13px;
  line-height: 1.5;
}
.file-field {
  padding: 18px;
  border: 1px dashed #b9c8d3;
  border-radius: 12px;
  background: #f7f9fa;
}
.file-field input {
  padding: 0;
  border: 0;
  background: transparent;
}
.file-field span {
  color: #8a99a4;
  font-size: 11px;
  font-weight: 400;
}
.acknowledge {
  margin-top: 20px;
  grid-template-columns: 20px 1fr !important;
  align-items: start;
  font-weight: 400 !important;
  line-height: 1.5;
}
.acknowledge input {
  width: 17px;
  height: 17px;
}
.career-application>section>.button {
  margin-top: 30px;
  border: 0;
  cursor: pointer;
}
.apply-success {
  min-height: 700px;
  padding: 110px 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.apply-success>span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 30px;
  border-radius: 50%;
  background: var(--mint);
  color: #27814c;
  font-size: 26px;
}
.apply-success .eyebrow {
  margin: 0 0 20px;
}
.apply-success h1 {
  font-size: 80px;
}
.apply-success>p:not(.eyebrow) {
  max-width: 590px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}
.apply-success>div {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.apply-success button {
  border: 0;
  cursor: pointer;
}
.career-admin-shell {
  min-height: 100vh;
  background: #f4f7f9;
  display: grid;
  grid-template-columns: 255px minmax(0,1fr);
}
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 30px 22px;
  border-right: 1px solid #dfe5ea;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.admin-sidebar>.brand {
  margin-bottom: 10px;
}
.admin-sidebar>small {
  margin: 0 0 40px 42px;
  color: #80909d;
  font-size: 9px;
  letter-spacing: .11em;
}
.admin-sidebar nav {
  display: grid;
  gap: 6px;
}
.admin-sidebar nav button,.admin-sidebar nav a {
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #566979;
  font: inherit;
  font-size: 14px;
  text-align: left;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  cursor: pointer;
}
.admin-sidebar nav button.active {
  background: #e8f3fc;
  color: var(--ink);
  font-weight: 650;
}
.admin-sidebar nav b {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #fff;
  font-size: 10px;
}
.admin-sidebar>div {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 5px;
}
.admin-sidebar>div span {
  font-size: 12px;
  font-weight: 650;
}
.admin-sidebar>div small {
  color: #8a98a3;
}
.admin-main {
  padding: 55px 4vw;
  min-width: 0;
}
.admin-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.admin-heading p {
  margin: 0;
  color: #738594;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.admin-heading h1 {
  margin: 8px 0 4px;
  font-family: var(--font-geist-sans);
  font-size: 38px;
  font-weight: 650;
  letter-spacing: -.04em;
}
.admin-heading span {
  color: #798995;
  font-size: 13px;
}
.admin-heading>button {
  padding: 13px 18px;
  border: 1px solid #d3dce3;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}
.admin-heading>button.admin-save {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}
.admin-toolbar {
  padding: 15px;
  border: 1px solid #dfe5ea;
  border-radius: 13px 13px 0 0;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 10px;
}
.admin-toolbar input,.admin-toolbar select {
  padding: 12px;
  border: 1px solid #d9e1e6;
  border-radius: 8px;
  font: inherit;
}
.admin-table,.config-table {
  border: 1px solid #dfe5ea;
  border-top: 0;
  border-radius: 0 0 13px 13px;
  background: #fff;
  overflow: hidden;
}
.admin-row {
  width: 100%;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid #e6ebef;
  background: #fff;
  color: #526777;
  font: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 1.2fr 1fr .8fr .55fr .55fr;
  gap: 20px;
  align-items: center;
  cursor: pointer;
}
.admin-row:hover {
  background: #f8fafb;
}
.admin-row-head {
  color: #8a98a4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: default;
}
.admin-row>span {
  font-size: 13px;
}
.admin-row>span:first-child {
  display: grid;
  gap: 4px;
}
.admin-row strong {
  color: var(--ink);
}
.admin-row small {
  color: #8997a2;
}
.status {
  padding: 6px 9px;
  border-radius: 999px;
  background: #e5f3ff;
  color: #1767b7;
  font-size: 10px;
}
.status.review {
  background: #fff3d8;
  color: #88610c;
}
.status.interview {
  background: #e3f6e9;
  color: #297548;
}
.config-note {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 12px;
  background: #e4f3fd;
  display: grid;
  gap: 5px;
}
.config-note span {
  color: #60788a;
  font-size: 13px;
}
.config-table {
  border-top: 1px solid #dfe5ea;
  border-radius: 13px;
}
.config-row {
  padding: 16px 20px;
  border-bottom: 1px solid #e6ebef;
  display: grid;
  grid-template-columns: 1.3fr .35fr 1fr .65fr;
  gap: 20px;
  align-items: center;
}
.config-head {
  color: #8795a1;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.config-row>span:first-child {
  display: grid;
  gap: 4px;
}
.config-row small {
  color: #84939f;
}
.toggle input {
  position: absolute;
  opacity: 0;
}
.toggle i {
  display: block;
  width: 40px;
  height: 23px;
  padding: 3px;
  border-radius: 20px;
  background: #c6d0d8;
  cursor: pointer;
}
.toggle i:after {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  transition: transform .2s;
}
.toggle input:checked+i {
  background: #2fbb68;
}
.toggle input:checked+i:after {
  transform: translateX(17px);
}
.pay-inputs,.lift-input {
  display: flex !important;
  align-items: center;
  gap: 5px;
  color: #778996;
  font-size: 12px;
}
.pay-inputs input,.lift-input input {
  width: 64px;
  padding: 9px;
  border: 1px solid #d5dee5;
  border-radius: 8px;
  font: inherit;
  color: var(--ink);
}
.applicant-drawer {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 0;
  width: min(420px,100vw);
  height: 100vh;
  padding: 45px 30px;
  overflow: auto;
  border-left: 1px solid #dce4ea;
  background: #fff;
  box-shadow: -20px 0 50px rgba(11,37,69,.12);
}
.drawer-close {
  position: absolute;
  right: 25px;
  top: 20px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}
.applicant-drawer>small {
  color: #7d8e9b;
  letter-spacing: .09em;
}
.applicant-drawer h2 {
  margin: 10px 0 5px;
  font-family: Georgia,serif;
  font-size: 38px;
  font-weight: 400;
}
.applicant-drawer>p {
  color: #637889;
}
.contact-actions {
  display: flex;
  gap: 8px;
  margin: 25px 0;
}
.contact-actions a {
  padding: 11px 18px;
  border-radius: 9px;
  background: #e6f3fd;
  font-size: 13px;
  font-weight: 650;
}
.applicant-drawer section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
}
.applicant-drawer section>small {
  margin-top: 12px;
  color: #81919d;
  font-size: 9px;
}
.applicant-drawer section>strong {
  font-size: 13px;
  line-height: 1.5;
}
.applicant-drawer label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 650;
}
.applicant-drawer .button {
  justify-self: start;
  border: 0;
}
@media (max-width:1050px) {
  .career-hero,.region-career-hero,.career-real-talk,.credential-panel {
    grid-template-columns: 1fr;
  }
  .career-location-grid,.love-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .career-admin-shell {
    grid-template-columns: 86px 1fr;
  }
  .admin-sidebar {
    padding: 25px 13px;
  }
  .admin-sidebar .brand-logo {
    height: 20px;
    max-width: 56px;
    object-fit: contain;
    object-position: left;
  }
  .admin-sidebar>small,.admin-sidebar nav button:not(.active) span+*,.admin-sidebar nav a span+*,.admin-sidebar>div {
    display: none;
  }
  .admin-sidebar nav button,.admin-sidebar nav a {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .admin-row {
    grid-template-columns: 1.2fr 1fr .8fr;
  }
  .admin-row>span:nth-child(4),.admin-row>span:nth-child(5),.admin-row-head>span:nth-child(4),.admin-row-head>span:nth-child(5) {
    display: none;
  }
}
@media (max-width:700px) {
  .career-hero {
    padding-top: 50px;
  }
  .career-route-art {
    min-height: 480px;
  }
  .career-proof {
    grid-template-columns: repeat(2,1fr);
    gap: 25px 0;
  }
  .career-proof p:nth-child(3) {
    border-left: 0;
  }
  .career-love,.career-roles,.career-locations,.career-process,.local-openings,.region-close {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .career-location-grid,.love-grid,.career-role-grid,.career-process-grid {
    grid-template-columns: 1fr;
  }
  .love-grid article {
    min-height: 260px;
  }
  .career-real-talk {
    padding: 80px 7vw;
    border-radius: 20px;
  }
  .career-role-grid article {
    min-height: 360px;
  }
  .region-career-hero {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .region-banner {
    grid-template-columns: 1fr;
  }
  .region-banner div {
    border-left: 0;
    border-top: 1px solid #38536e;
  }
  .region-banner div:first-child {
    border-top: 0;
  }
  .local-job-list article {
    grid-template-columns: 55px 1fr;
  }
  .local-job-list article>.button {
    grid-column: 2;
    justify-self: start;
  }
  .credential-panel {
    padding: 80px 7vw;
  }
  .application-fields {
    grid-template-columns: 1fr;
  }
  .application-fields label.wide {
    grid-column: auto;
  }
  .career-application>section>header {
    grid-template-columns: 45px 1fr;
  }
  .apply-success h1 {
    font-size: 56px;
  }
  .career-admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
    width: 100%;
    height: auto;
    flex-direction: row;
    align-items: center;
  }
  .admin-sidebar nav {
    margin-left: auto;
    display: flex;
  }
  .admin-sidebar nav button,.admin-sidebar nav a {
    width: auto;
  }
  .admin-main {
    padding: 35px 4vw;
  }
  .config-row {
    grid-template-columns: 1fr 70px;
  }
  .config-head span:nth-child(3),.config-head span:nth-child(4) {
    display: none;
  }
  .pay-inputs,.lift-input {
    grid-column: 1/3;
  }
  .admin-toolbar {
    grid-template-columns: 1fr;
  }
  .admin-row {
    grid-template-columns: 1.2fr .8fr;
  }
  .admin-row>span:nth-child(2),.admin-row-head>span:nth-child(2) {
    display: none;
  }
}
.career-application .application-fields {
  align-items: start;
}
.career-application .application-fields>label {
  align-self: start;
  grid-template-rows: auto auto;
}
.career-application .application-fields input,
.career-application .application-fields select {
  height: 54px;
}
.career-application .application-fields textarea {
  min-height: 132px;
  resize: vertical;
}
.career-application .fit-field+.application-fields {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid #e2e8ed;
  grid-template-columns: .72fr 1.28fr;
}
.career-application .fit-field+.application-fields>label:first-child input {
  height: 54px;
}
.career-application .fit-field+.application-fields+.fit-field {
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid #e2e8ed;
}
@media (max-width:700px) {
  .career-application .fit-field+.application-fields {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
:root {
  --deep: #061a33;
  --wire: #20436b;
  --signal: #31b56a;
  --amber: #f0a03c;
  --mono: var(--font-geist-mono),ui-monospace,SFMono-Regular,Menlo,monospace;
}
.sys-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #5c7a96;
}
.sys-label b {
  font-weight: 500;
  color: var(--blue);
}
.sys-label.on-dark {
  color: #7fa3c9;
}
.sys-label.on-dark b {
  color: #69b4ff;
}
.eyebrow.mono {
  font-family: var(--mono);
  letter-spacing: .14em;
  font-weight: 500;
  font-size: 12px;
}
.hero.platform-hero {
  grid-template-columns: 1.02fr 1.28fr;
  min-height: 640px;
  padding-top: 66px;
  align-items: center;
}
.hero.platform-hero h1 {
  font-size: clamp(50px,5.1vw,78px);
  max-width: 700px;
}
.hero.platform-hero .hero-lede {
  max-width: 560px;
  font-size: 19.5px;
}
.hero-sub {
  margin: 22px 0 0;
  max-width: 545px;
  color: #7d8b99;
  font-size: 15.5px;
  line-height: 1.6;
}
.system-panel {
  position: relative;
  background: var(--deep);
  border-radius: 24px;
  padding: 30px 30px 26px;
  box-shadow: 0 40px 90px -50px rgba(6,26,51,.85);
  overflow: hidden;
}
.system-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}
.system-panel>* {
  position: relative;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #16334f;
}
.panel-head strong {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.panel-head small {
  display: block;
  margin-top: 4px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6d90b4;
}
.panel-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 13px;
  border: 1px solid #1d4064;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8fc9a6;
}
.panel-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 4px rgba(49,181,106,.18);
}
.layer-rail {
  display: grid;
  gap: 2px;
  margin-top: 20px;
}
.layer-rail article {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 13px 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.028);
  transition: background .25s ease;
}
.layer-rail article:hover {
  background: rgba(255,255,255,.062);
}
.layer-rail article>span {
  font-family: var(--mono);
  font-size: 10.5px;
  color: #5a7ea6;
}
.layer-rail h3 {
  margin: 0;
  color: #e8f1fb;
  font-size: 14.5px;
  font-weight: 560;
  letter-spacing: -.01em;
}
.layer-rail p {
  margin: 3px 0 0;
  color: #7a99b8;
  font-size: 12.5px;
  line-height: 1.45;
}
.layer-rail b {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8fc9a6;
  white-space: nowrap;
}
.layer-rail b.next {
  color: var(--amber);
}
.layer-rail article.is-service {
  background: rgba(20,120,242,.1);
}
.layer-rail article.is-service h3 {
  color: #bcdcff;
}
.layer-rail article.is-service b {
  color: #69b4ff;
}
.panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #16334f;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #6d90b4;
}
.panel-foot span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.panel-foot span::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
.proof-strip.platform-proof p strong {
  letter-spacing: -.04em;
}
.proof-strip.platform-proof p span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.thesis {
  padding-top: 150px;
  padding-bottom: 20px;
}
.thesis h2 {
  max-width: 1000px;
  margin: 26px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(38px,4.1vw,62px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
}
.thesis h2 em {
  color: var(--blue);
  font-style: normal;
}
.thesis-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 6vw;
  margin-top: 60px;
  align-items: start;
}
.thesis-grid>p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.gap-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.gap-list article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.gap-list span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: #9aa8b6;
}
.gap-list h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 580;
  letter-spacing: -.015em;
}
.gap-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.platform-stage {
  position: relative;
  margin: 130px 4.5vw 0;
  padding: 110px 5vw 120px;
  background: var(--deep);
  border-radius: 34px;
  color: #fff;
  overflow: hidden;
}
.platform-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.platform-stage>* {
  position: relative;
}
.platform-stage h2 {
  max-width: 800px;
  margin: 24px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(38px,4vw,60px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
  color: #fff;
}
.platform-stage h2 em {
  color: #69b4ff;
  font-style: normal;
}
.platform-stage>.stage-lede {
  max-width: 620px;
  margin: 26px 0 0;
  color: #93b0cc;
  font-size: 18px;
  line-height: 1.6;
}
.stack-map {
  display: grid;
  gap: 12px;
  margin-top: 70px;
}
.stack-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid #17375a;
  border-radius: 16px;
  background: rgba(255,255,255,.022);
  transition: border-color .3s ease,background .3s ease,transform .3s ease;
}
.stack-row:hover {
  border-color: #2a5d94;
  background: rgba(255,255,255,.05);
  transform: translateX(5px);
}
.stack-row>small {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6d90b4;
}
.stack-row-body {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 34px;
  align-items: baseline;
}
.stack-row h3 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 560;
  letter-spacing: -.02em;
}
.stack-row p {
  margin: 0;
  color: #8fa9c4;
  font-size: 14.5px;
  line-height: 1.55;
}
.stack-row.tier-services {
  border-color: #1e4a7d;
  background: linear-gradient(90deg,rgba(20,120,242,.14),rgba(20,120,242,.03));
}
.stack-row.tier-services h3 {
  color: #cfe4ff;
}
.stack-row.tier-next {
  border-style: dashed;
  border-color: #4a3a22;
  background: rgba(240,160,60,.05);
}
.stack-row.tier-next>small {
  color: var(--amber);
}
.stack-row.tier-next h3 {
  color: #f6d6ab;
}
.stage-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 56px;
}
.network {
  padding-top: 150px;
}
.network-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 56px;
}
.network-grid article {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 34px 32px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  transition: border-color .25s ease,transform .25s ease;
}
.network-grid article:hover {
  border-color: #a9c6e6;
  transform: translateY(-4px);
}
.network-grid .net-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: var(--sky);
  color: var(--blue);
}
.network-grid .net-icon svg {
  width: 22px;
  height: 22px;
}
.network-grid small {
  margin-top: 26px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7b8b9b;
}
.network-grid h3 {
  margin: 10px 0 0;
  font-size: 22px;
  font-weight: 580;
  letter-spacing: -.025em;
}
.network-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.network-grid ul {
  margin: auto 0 0;
  padding: 20px 0 0;
  list-style: none;
  border-top: 1px solid #e6ebf1;
}
.network-grid li {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: .06em;
  color: #67788a;
  padding: 4px 0;
}
.network-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px 34px;
  border-radius: 18px;
  background: var(--mist);
}
.network-note strong {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
}
.network-note p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -.01em;
}
.edge {
  margin-top: 150px;
  padding: 0 4.5vw;
}
.edge-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}
.edge-side {
  padding: 64px 4vw;
}
.edge-side:first-child {
  background: var(--mist);
  border-right: 1px solid var(--line);
}
.edge-side h2 {
  margin: 24px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(32px,3.2vw,46px);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.04em;
}
.edge-side h2 em {
  color: var(--blue);
  font-style: normal;
}
.edge-side>p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}
.edge-compare {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}
.edge-compare p {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #41525f;
}
.edge-compare span {
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.4;
}
.edge-compare .no span {
  color: #b34a4a;
}
.edge-compare .yes span {
  color: var(--signal);
}
.modules {
  padding-top: 150px;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  margin-top: 52px;
}
.module-grid a {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.module-grid a:hover {
  border-color: #a9c6e6;
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -38px rgba(11,37,69,.5);
}
.module-grid em {
  font-family: var(--mono);
  font-style: normal;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
}
.module-grid h3 {
  margin: 16px 0 0;
  font-size: 21px;
  font-weight: 580;
  letter-spacing: -.025em;
}
.module-grid p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
}
.module-grid b {
  margin-top: auto;
  padding-top: 22px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
}
.horizon {
  margin: 150px 4.5vw 0;
  padding: 100px 5vw;
  background: var(--ink);
  border-radius: 34px;
  color: #fff;
}
.horizon h2 {
  max-width: 760px;
  margin: 24px 0 0;
  font-family: Georgia,'Times New Roman',serif;
  font-size: clamp(36px,3.7vw,56px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
  color: #fff;
}
.horizon h2 em {
  color: #69b4ff;
  font-style: normal;
}
.horizon>p {
  max-width: 600px;
  margin: 24px 0 0;
  color: #93b0cc;
  font-size: 17.5px;
  line-height: 1.6;
}
.horizon-rail {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  margin-top: 70px;
  border-top: 1px solid #2b4c70;
}
.horizon-rail article {
  padding: 32px 30px 0 0;
  border-right: 1px solid #2b4c70;
}
.horizon-rail article:last-child {
  border-right: 0;
}
.horizon-rail article>i {
  display: block;
  width: 9px;
  height: 9px;
  margin: -36px 0 30px;
  border-radius: 50%;
  background: var(--signal);
  box-shadow: 0 0 0 5px rgba(49,181,106,.2);
}
.horizon-rail article.future>i {
  background: var(--amber);
  box-shadow: 0 0 0 5px rgba(240,160,60,.2);
}
.horizon-rail small {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7fa3c9;
}
.horizon-rail h3 {
  margin: 12px 0 0;
  font-size: 19px;
  font-weight: 560;
  letter-spacing: -.02em;
  color: #fff;
}
.horizon-rail p {
  margin: 11px 0 0;
  color: #8fa9c4;
  font-size: 14.5px;
  line-height: 1.55;
}
.arch-hero {
  padding-top: 74px;
  padding-bottom: 20px;
}
.arch-hero h1 {
  max-width: 920px;
}
.arch-hero>p {
  max-width: 640px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19.5px;
  line-height: 1.55;
}
.arch-hero .hero-actions {
  margin-top: 36px;
}
.arch-board {
  margin: 80px 4.5vw 0;
  padding: 56px 5vw 60px;
  background: var(--deep);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.arch-board::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 54px 54px;
}
.arch-board>* {
  position: relative;
}
.arch-board>h2 {
  margin: 18px 0 44px;
  color: #fff;
  font-family: Georgia,serif;
  font-size: clamp(28px,2.7vw,40px);
  font-weight: 400;
  letter-spacing: -.035em;
}
.arch-flow {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  align-items: stretch;
}
.arch-node {
  position: relative;
  padding: 26px 22px;
  border: 1px solid #1b3e64;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  margin-right: 26px;
}
.arch-node:last-child {
  margin-right: 0;
}
.arch-node::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -26px;
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg,#2a5d94,#1b3e64);
}
.arch-node:last-child::after {
  display: none;
}
.arch-node span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: rgba(20,120,242,.16);
  color: #69b4ff;
  font-family: var(--mono);
  font-size: 11px;
}
.arch-node h3 {
  margin: 16px 0 0;
  color: #fff;
  font-size: 15.5px;
  font-weight: 560;
  letter-spacing: -.015em;
}
.arch-node p {
  margin: 8px 0 0;
  color: #7f9cba;
  font-size: 12.5px;
  line-height: 1.5;
}
.arch-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid #16334f;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6d90b4;
}
.arch-legend span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.arch-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.layer-detail {
  padding-top: 140px;
}
.layer-list {
  display: grid;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--line);
}
.layer-list article {
  display: grid;
  grid-template-columns: 132px 1fr 1.15fr;
  gap: 40px;
  padding: 42px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.layer-list>article:hover {
  background: linear-gradient(90deg,rgba(242,244,246,.7),transparent);
}
.layer-list .layer-id {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9aa8b6;
}
.layer-list .layer-id b {
  display: block;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .09em;
  color: var(--signal);
}
.layer-list .layer-id b.next {
  color: #c1832f;
}
.layer-list h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 560;
  letter-spacing: -.03em;
  line-height: 1.15;
}
.layer-list>article>div:nth-child(2)>p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.layer-points {
  display: grid;
  gap: 11px;
  padding-top: 6px;
}
.layer-points p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  margin: 0;
  color: #41525f;
  font-size: 14.5px;
  line-height: 1.5;
}
.layer-points p>span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
}
.interop {
  margin: 140px 4.5vw 0;
  padding: 96px 5vw;
  background: var(--ink);
  border-radius: 34px;
  color: #fff;
}
.interop h2 {
  max-width: 780px;
  margin: 24px 0 0;
  font-family: Georgia,serif;
  font-size: clamp(34px,3.5vw,52px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.045em;
  color: #fff;
}
.interop h2 em {
  color: #69b4ff;
  font-style: normal;
}
.interop>p {
  max-width: 620px;
  margin: 24px 0 0;
  color: #93b0cc;
  font-size: 17.5px;
  line-height: 1.6;
}
.interop-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-top: 60px;
}
.interop-grid article {
  padding: 28px 26px;
  border: 1px solid #2b4c70;
  border-radius: 16px;
}
.interop-grid article.live {
  border-color: #2f6b47;
  background: rgba(49,181,106,.06);
}
.interop-grid small {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7fa3c9;
}
.interop-grid article.live small {
  color: #8fc9a6;
}
.interop-grid h3 {
  margin: 14px 0 0;
  font-size: 18px;
  font-weight: 560;
  letter-spacing: -.02em;
  color: #fff;
}
.interop-grid p {
  margin: 10px 0 0;
  color: #8fa9c4;
  font-size: 13.5px;
  line-height: 1.5;
}
.data-layer {
  padding-top: 140px;
}
.data-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 5vw;
  margin-top: 50px;
  align-items: center;
}
.metric-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}
.metric-board article {
  padding: 34px 30px;
  background: #fff;
}
.metric-board small {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #7b8b9b;
}
.metric-board strong {
  display: block;
  margin-top: 14px;
  font-family: Georgia,serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.04em;
  color: var(--ink);
}
.metric-board p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.5;
}
.metric-note {
  margin: 26px 0 0;
  padding: 16px 20px;
  border-left: 2px solid var(--blue);
  background: var(--sky);
  border-radius: 0 10px 10px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #2c4f73;
}
.co-thesis {
  margin: 0 4.5vw;
  padding: 110px 5vw;
  background: var(--deep);
  border-radius: 34px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.co-thesis::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 60px 60px;
}
.co-thesis>* {
  position: relative;
}
.co-thesis blockquote {
  max-width: 940px;
  margin: 28px 0 0;
  font-family: Georgia,serif;
  font-size: clamp(30px,3.1vw,46px);
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: -.035em;
  color: #fff;
}
.co-thesis blockquote em {
  color: #69b4ff;
  font-style: normal;
}
.co-thesis>p {
  max-width: 640px;
  margin: 34px 0 0;
  color: #93b0cc;
  font-size: 17px;
  line-height: 1.65;
}
.trajectory {
  padding-top: 140px;
}
.trajectory-list {
  display: grid;
  gap: 0;
  margin-top: 56px;
  border-top: 1px solid var(--line);
}
.trajectory-list article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 44px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.trajectory-list small {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
}
.trajectory-list h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 560;
  letter-spacing: -.028em;
}
.trajectory-list p {
  margin: 12px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.6;
}
.build-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 18px;
  margin-top: 52px;
}
.build-grid article {
  padding: 36px 34px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.build-grid span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  color: #9aa8b6;
}
.build-grid h3 {
  margin: 16px 0 0;
  font-size: 21px;
  font-weight: 580;
  letter-spacing: -.025em;
}
.build-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.section-number.wire {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .13em;
  color: #69b4ff;
  text-transform: uppercase;
}
@media (max-width:1100px) {
  .hero.platform-hero {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .thesis-grid,.data-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .network-grid,.module-grid,.interop-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .horizon-rail {
    grid-template-columns: repeat(2,1fr);
    gap: 0 0;
  }
  .horizon-rail article {
    padding-right: 26px;
    padding-bottom: 26px;
  }
  .horizon-rail article:nth-child(2) {
    border-right: 0;
  }
  .edge-inner {
    grid-template-columns: 1fr;
  }
  .edge-side:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .arch-flow {
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
  }
  .arch-node {
    margin-right: 0;
  }
  .arch-node::after {
    display: none;
  }
  .layer-list article {
    grid-template-columns: 110px 1fr;
    gap: 26px;
  }
  .layer-list .layer-points {
    grid-column: 2;
  }
  .trajectory-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .build-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width:820px) {
  .stack-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
  }
  .stack-row-body {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .stack-row:hover {
    transform: none;
  }
  .platform-stage,.horizon,.interop,.co-thesis,.arch-board {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .edge {
    padding: 0;
  }
  .edge-inner {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .network-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media (max-width:700px) {
  .network-grid,.module-grid,.interop-grid,.metric-board {
    grid-template-columns: 1fr;
  }
  .horizon-rail {
    grid-template-columns: 1fr;
    border-top: 0;
  }
  .horizon-rail article {
    border-right: 0;
    border-top: 1px solid #2b4c70;
    padding: 34px 0 0;
  }
  .horizon-rail article>i {
    margin: -40px 0 28px;
  }
  .thesis,.network,.modules,.layer-detail,.data-layer,.trajectory {
    padding-top: 100px;
  }
  .platform-stage,.horizon,.edge,.interop {
    margin-top: 100px;
  }
  .platform-stage,.horizon,.interop,.co-thesis {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .system-panel {
    padding: 24px 20px;
  }
  .layer-rail article {
    grid-template-columns: 26px 1fr;
    gap: 12px;
  }
  .layer-rail b {
    grid-column: 2;
    margin-top: 4px;
  }
  .panel-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .layer-list article {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .layer-list .layer-points {
    grid-column: 1;
  }
  .arch-flow {
    grid-template-columns: 1fr;
  }
  .metric-board {
    border-radius: 16px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
