:root {
  --navy-950: #03101f;
  --navy-900: #06172c;
  --navy-800: #0a2341;
  --navy-700: #12345a;
  --electric: #1976ff;
  --electric-2: #00a7ff;
  --cyan: #71d4ff;
  --white: #f8fbff;
  --muted: #9eb1c7;
  --ink: #0b1930;
  --line: rgba(137, 185, 234, 0.19);
  --radius: 24px;
  --shadow: 0 30px 70px rgba(1, 10, 25, 0.26);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
  font-family: "DM Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.page-glow { position: fixed; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.page-glow--one { width: 680px; height: 680px; top: -300px; right: -210px; background: radial-gradient(circle, rgba(25,118,255,.20), transparent 67%); }
.page-glow--two { width: 520px; height: 520px; top: 640px; left: -270px; background: radial-gradient(circle, rgba(0,167,255,.12), transparent 70%); }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-mark { width: 30px; height: 30px; display: inline-flex; align-items: end; gap: 3px; transform: skewX(-11deg); }
.brand-mark span { display: block; width: 8px; border-radius: 2px; background: linear-gradient(180deg, var(--electric-2), var(--electric)); box-shadow: 0 0 18px rgba(0,167,255,.25); }
.brand-mark span:nth-child(1) { height: 18px; }
.brand-mark span:nth-child(2) { height: 26px; }
.brand-mark span:nth-child(3) { height: 14px; margin-bottom: 12px; }
.brand-name { font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -1.2px; }
.brand-name span { color: var(--electric-2); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: #bdd0e4; }
.site-nav > a { transition: color .2s ease; }
.site-nav > a:hover { color: white; }
.menu-toggle { display: none; }

.button {
  border: 0;
  border-radius: 999px;
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, #0a75ff, #0058d9); box-shadow: 0 14px 34px rgba(15,101,233,.3); }
.button--primary:hover { box-shadow: 0 18px 40px rgba(15,101,233,.42); }
.button--primary svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button--ghost { min-height: 42px; padding: 0 18px; color: white; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.13); }
.button--light { color: var(--navy-900); background: white; width: 100%; }
.button--small { font-size: 13px; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 660px;
  margin: 0 auto;
  padding: 84px 0 90px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #8fc9ff; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--electric-2); box-shadow: 0 0 12px var(--electric-2); }
.hero h1 { max-width: 650px; margin: 24px 0 22px; font: 700 clamp(50px, 5.1vw, 76px)/.99 "Manrope", sans-serif; letter-spacing: -4px; }
.hero h1 em { color: transparent; background: linear-gradient(100deg, #39a1ff, #74d9ff); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.hero-lead { max-width: 570px; margin: 0; color: #b5c7d9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { padding: 0; border: 0; background: transparent; color: #dcecff; font: inherit; font-weight: 600; font-size: 14px; }
.text-link span { color: var(--electric-2); margin-left: 5px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 45px; margin-top: 45px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: 13px; color: white; margin-bottom: 4px; }
.hero-proof span { font-size: 11px; color: #829bb4; }

.hero-visual { min-height: 480px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 10%; border-radius: 50%; background: radial-gradient(circle, rgba(23,119,255,.26), rgba(0,89,216,.06) 46%, transparent 68%); filter: blur(5px); }
.orbit { position: absolute; border: 1px solid rgba(89,167,255,.18); border-radius: 50%; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #1f93ff; box-shadow: 0 0 20px #168bff; }
.orbit--outer { width: 430px; height: 430px; animation: spin 24s linear infinite; }
.orbit--outer::before { top: 56px; left: 58px; }
.orbit--outer::after { right: -3px; top: 48%; }
.orbit--inner { width: 300px; height: 300px; border-style: dashed; opacity: .7; animation: spin 18s linear infinite reverse; }
.orbit--inner::before { left: 50%; bottom: -4px; }
.orbit--inner::after { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.visual-card { width: 220px; height: 220px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(145deg, rgba(15,50,88,.96), rgba(5,24,48,.96)); border: 1px solid rgba(108,180,255,.34); box-shadow: 0 30px 80px rgba(0,6,20,.54), inset 0 1px 0 rgba(255,255,255,.08), 0 0 60px rgba(0,104,255,.13); z-index: 2; }
.visual-kicker { color: #8db3da; font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; }
.visual-card strong { margin: 11px 0 7px; font: 800 35px/1 "Manrope", sans-serif; letter-spacing: -2px; }
.visual-card strong span { color: var(--electric-2); }
.visual-card small { max-width: 145px; color: #8da5bf; font-size: 11px; }
.visual-pill { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 10px 14px; color: #ddebfb; font-size: 11px; font-weight: 600; border: 1px solid rgba(111,175,239,.2); border-radius: 99px; background: rgba(6,28,54,.88); backdrop-filter: blur(10px); box-shadow: 0 14px 30px rgba(0,9,22,.25); }
.visual-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--electric-2); box-shadow: 0 0 12px var(--electric-2); }
.visual-pill--one { top: 79px; right: 16px; }
.visual-pill--two { bottom: 85px; right: 15px; }
.visual-pill--three { bottom: 90px; left: 8px; }
.visual-status { position: absolute; top: 47px; left: 15px; color: #8ca9c7; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }
.visual-status span { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: #41dc9b; box-shadow: 0 0 12px #41dc9b; }

.path-section { padding: 110px max(24px, calc((100vw - 1180px) / 2)); color: var(--ink); background: #f5f8fc; }
.section-heading { max-width: 660px; }
.section-heading .eyebrow { color: #176fd0; }
.section-heading h2 { margin: 18px 0 13px; font: 750 clamp(38px, 4vw, 57px)/1.06 "Manrope", sans-serif; letter-spacing: -2.6px; }
.section-heading > p { margin: 0; color: #62738a; font-size: 17px; }
.path-switcher { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 48px; }
.path-tab { min-height: 98px; padding: 20px 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; text-align: left; color: #41536b; border: 1px solid #dce5ef; border-radius: 18px; background: rgba(255,255,255,.78); transition: .25s ease; }
.path-tab:hover { border-color: #b7d5f4; transform: translateY(-2px); }
.path-tab.is-active { color: white; border-color: #0c6ee4; background: linear-gradient(135deg, #0b70ef, #075cc7); box-shadow: 0 18px 45px rgba(8,95,203,.22); }
.tab-index { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #edf4fb; color: #1a6dc5; font-size: 11px; font-weight: 700; }
.path-tab.is-active .tab-index { background: rgba(255,255,255,.14); color: white; }
.path-tab strong, .path-tab small { display: block; }
.path-tab strong { font: 700 17px "Manrope", sans-serif; }
.path-tab small { color: #7e8ca0; font-size: 12px; margin-top: 4px; }
.path-tab.is-active small { color: #bbd9fb; }
.path-tab i { font-style: normal; font-size: 22px; }
.path-panels { margin-top: 22px; }
.path-panel { min-height: 430px; padding: 54px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; border: 1px solid #dbe6f1; border-radius: var(--radius); background: white; box-shadow: 0 25px 70px rgba(22,52,88,.08); }
.path-panel[hidden] { display: none; }
.panel-number { color: #1571da; font-weight: 700; font-size: 11px; letter-spacing: 1.3px; text-transform: uppercase; }
.panel-copy h3 { margin: 15px 0 16px; font: 750 35px/1.13 "Manrope", sans-serif; letter-spacing: -1.6px; }
.panel-copy > p { max-width: 640px; margin: 0; color: #65768b; font-size: 16px; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 25px 0 30px; display: grid; gap: 12px; color: #263b54; font-size: 14px; }
.check-list span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 9px; color: #0b70e7; background: #eaf4ff; border-radius: 50%; font-size: 11px; }
.panel-metric { min-height: 285px; padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border-radius: 20px; background: radial-gradient(circle at top, #113c71, #071b35 72%); color: white; overflow: hidden; }
.metric-arc { width: 155px; height: 155px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(110,187,255,.45); box-shadow: inset 0 0 40px rgba(16,112,230,.18), 0 0 45px rgba(0,113,255,.13); position: relative; }
.metric-arc::before { content: ""; position: absolute; inset: -9px; border: 3px solid transparent; border-top-color: #36a8ff; border-right-color: #36a8ff; border-radius: 50%; transform: rotate(25deg); }
.metric-arc span { font: 750 38px/1 "Manrope", sans-serif; }
.metric-arc small { margin-top: 8px; color: #92b5da; font-size: 10px; }
.panel-metric p { max-width: 270px; margin: 28px 0 0; color: #a8c0da; font-size: 12px; }
.network-map { width: 190px; height: 155px; position: relative; }
.node { position: absolute; z-index: 2; display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #2da2ff; box-shadow: 0 0 25px rgba(45,162,255,.55); }
.node--main { width: 62px; height: 62px; top: 47px; left: 64px; color: white; font: 800 24px "Manrope"; background: linear-gradient(145deg, #1689fa, #0750b7); }
.node--a { top: 5px; left: 17px; }.node--b { top: 7px; right: 9px; }.node--c { right: 8px; bottom: 2px; }
.line { position: absolute; height: 1px; background: rgba(98,180,255,.5); transform-origin: left center; left: 92px; top: 78px; }
.line--a { width: 90px; transform: rotate(216deg); }.line--b { width: 92px; transform: rotate(322deg); }.line--c { width: 91px; transform: rotate(39deg); }

.partnership-section { padding: 100px max(24px, calc((100vw - 1180px) / 2)); background: #edf3f9; color: white; }
.partnership-card { border-radius: 28px; overflow: hidden; display: grid; grid-template-columns: 1.45fr .55fr; background: linear-gradient(135deg, #071a33 10%, #0a2b53 68%, #0754b4); box-shadow: var(--shadow); position: relative; }
.partnership-card::before { content: ""; position: absolute; width: 460px; height: 460px; left: 40%; top: -270px; border: 1px solid rgba(73,169,255,.22); border-radius: 50%; box-shadow: 0 0 80px rgba(21,127,245,.14); }
.partnership-copy { padding: 62px; position: relative; }
.eyebrow--light { color: #9bcffe; }
.partnership-copy h2 { max-width: 620px; margin: 19px 0 18px; font: 700 clamp(34px, 3.5vw, 50px)/1.08 "Manrope", sans-serif; letter-spacing: -2px; }
.partnership-copy > p { max-width: 710px; color: #adc1d7; line-height: 1.75; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.principles > div { padding-top: 18px; border-top: 1px solid rgba(142,191,240,.25); }
.principles span, .principles strong, .principles small { display: block; }
.principles span { color: #48aaff; font-size: 10px; font-weight: 700; }
.principles strong { margin: 7px 0 4px; font: 700 15px "Manrope", sans-serif; }
.principles small { color: #89a3be; font-size: 11px; }
.partnership-cta { padding: 48px 36px; display: flex; flex-direction: column; justify-content: center; background: rgba(2,17,36,.38); backdrop-filter: blur(18px); border-left: 1px solid rgba(128,189,247,.17); position: relative; }
.partnership-cta > span { color: #80bfff; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.partnership-cta h3 { margin: 14px 0 28px; font: 700 27px/1.25 "Manrope", sans-serif; letter-spacing: -1px; }
.partnership-cta > small { margin-top: 12px; color: #8299b2; text-align: center; font-size: 9px; }

.site-footer { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 34px; color: #6f89a3; font-size: 11px; }
.site-footer-main { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.site-footer-main > span { text-align: right; }
.site-footer-main > p { color: #90a8bf; }
.brand--footer .brand-mark { width: 24px; height: 24px; transform: scale(.8) skewX(-11deg); transform-origin: left center; }
.brand--footer .brand-name { font-size: 19px; }
.footer-regulatory { padding: 24px 28px; border-top: 1px solid rgba(72,170,255,.16); border-bottom: 1px solid rgba(72,170,255,.09); background: rgba(8,30,57,.28); border-radius: 14px; }
.footer-regulatory strong { display: block; margin-bottom: 10px; color: #9fbbd5; font: 700 13px "Manrope", sans-serif; letter-spacing: .2px; }
.footer-regulatory p { max-width: 1050px; margin: 0; color: #6f89a3; font-size: 12px; line-height: 1.75; }
.footer-regulatory p + p { margin-top: 7px; }
.footer-regulatory a { color: #80bfff; text-decoration: underline; text-decoration-color: rgba(128,191,255,.38); text-underline-offset: 3px; }
.footer-regulatory a:hover { color: #a9d4ff; }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: .25s ease; }
.modal.is-open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,8,18,.76); backdrop-filter: blur(8px); }
.modal-dialog { width: min(520px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 38px; color: var(--ink); background: white; border-radius: 24px; box-shadow: 0 30px 100px rgba(0,0,0,.4); position: relative; transform: translateY(15px) scale(.98); transition: width .25s ease, transform .25s ease; }
.modal-dialog--wide { width: min(880px, 100%); }
.modal.is-open .modal-dialog { transform: translateY(0) scale(1); }
.modal-close { position: absolute; top: 14px; right: 17px; width: 35px; height: 35px; border: 0; border-radius: 50%; color: #3b5068; background: #edf3f9; font-size: 24px; line-height: 1; }
.modal-dialog h2 { margin: 17px 0 10px; font: 750 30px/1.1 "Manrope", sans-serif; letter-spacing: -1.4px; }
.modal-dialog p { margin: 0; color: #718095; font-size: 14px; }
.contact-options { display: grid; gap: 10px; margin-top: 25px; }
.contact-options button { width: 100%; padding: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; text-align: left; color: var(--ink); border: 1px solid #dce6f0; border-radius: 15px; background: #f8fbfe; transition: .2s ease; }
.contact-options button:hover { border-color: #7db9f6; background: #f1f8ff; transform: translateY(-1px); }
.contact-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; color: white; background: linear-gradient(135deg, #1685f9, #0756bc); font-weight: 800; }
.contact-options strong, .contact-options small { display: block; }
.contact-options strong { font-size: 14px; }.contact-options small { margin-top: 3px; color: #8290a2; font-size: 10px; }
.contact-options i { color: #1774da; font-style: normal; font-size: 20px; }
.solution-picker[hidden] { display: none; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.solution-card { min-height: 210px; padding: 25px 17px 18px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; color: var(--ink); text-align: center; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(15,48,84,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; }
.solution-card:hover, .solution-card:focus-visible { transform: translateY(-3px); border-color: #76b3ef; background: #f8fbff; box-shadow: 0 14px 30px rgba(18,91,164,.14); }
.solution-icon { width: 72px; height: 72px; display: grid; place-items: center; color: #0b70dc; border-radius: 50%; background: #edf6ff; }
.solution-icon svg { width: 48px; height: 48px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.solution-card__content { width: 100%; min-height: 80px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.solution-card__content strong, .solution-card__content small { display: block; grid-column: 1; }
.solution-card__content strong { font: 750 17px/1.1 "Manrope", sans-serif; }
.solution-card__content small { margin-top: 6px; color: #718398; font-size: 10px; line-height: 1.35; }
.solution-card__content i { grid-column: 2; grid-row: 1 / 3; align-self: center; color: #0b70dc; font-style: normal; font-size: 18px; }
.lead-form { margin-top: 2px; }
.lead-form[hidden], .contact-start[hidden] { display: none; }
.form-back { padding: 0; color: #45719d; border: 0; background: transparent; font-size: 13px; font-weight: 700; }
.form-kicker { display: block; margin-top: 18px; color: #1475dc; font: 800 11px/1.2 "Manrope", sans-serif; letter-spacing: 1.2px; text-transform: uppercase; }
.lead-form h2 { margin-top: 8px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.form-field { display: grid; gap: 7px; }
.form-field--full { grid-column: 1 / -1; }
.form-field > span { color: #29445f; font-size: 13px; font-weight: 700; }
.form-field input, .form-field select { width: 100%; min-height: 46px; padding: 0 13px; color: var(--ink); border: 1px solid #d7e2ed; border-radius: 11px; outline: none; background: #f9fbfd; font: 500 14px "DM Sans", sans-serif; transition: border-color .2s, box-shadow .2s; }
.form-field input:focus, .form-field select:focus { border-color: #2784e7; box-shadow: 0 0 0 3px rgba(39,132,231,.13); }
.form-consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; margin: 16px 0; color: #687b90; font-size: 12px; line-height: 1.45; }
.form-consent input { margin-top: 2px; accent-color: #0b70dc; }
.form-honey { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-feedback { min-height: 20px; margin-top: 13px; text-align: center; font-size: 12px; font-weight: 700; }
.form-feedback[data-state="success"] { color: #147146; }
.form-feedback[data-state="error"] { color: #b33c3c; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }
  .hero-proof { text-align: left; }
  .hero-visual { min-height: 440px; }
  .path-panel { grid-template-columns: 1fr; gap: 40px; padding: 44px; }
  .panel-metric { min-height: 250px; }
  .partnership-card { grid-template-columns: 1fr; }
  .partnership-cta { border-left: 0; border-top: 1px solid rgba(128,189,247,.17); }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 36px); height: 74px; }
  .menu-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: rgba(255,255,255,.04); }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 1px; background: white; transition: .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: absolute; top: 66px; left: 0; right: 0; display: none; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(5,23,45,.97); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px; }
  .hero { width: calc(100% - 36px); padding: 62px 0 70px; gap: 40px; }
  .hero h1 { font-size: clamp(44px, 13vw, 60px); letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .hero-visual { min-height: 370px; transform: scale(.88); margin: -25px -20px; }
  .orbit--outer { width: 350px; height: 350px; }
  .orbit--inner { width: 255px; height: 255px; }
  .visual-card { width: 190px; height: 190px; }
  .visual-pill--one { right: -3px; }.visual-pill--two { right: -5px; }.visual-pill--three { left: -3px; }
  .path-section, .partnership-section { padding-top: 76px; padding-bottom: 76px; }
  .section-heading { text-align: center; }
  .path-switcher { grid-template-columns: 1fr; }
  .path-panel { padding: 30px 23px; border-radius: 20px; }
  .panel-copy h3 { font-size: 29px; }
  .panel-copy .button { width: 100%; font-size: 13px; }
  .partnership-copy { padding: 42px 25px; }
  .principles { grid-template-columns: 1fr; }
  .partnership-cta { padding: 38px 25px; }
  .site-footer { padding: 0 0 28px; text-align: center; }
  .site-footer-main { min-height: auto; padding: 35px 0; grid-template-columns: 1fr; justify-items: center; gap: 14px; }
  .site-footer-main > span { text-align: center; }
  .footer-regulatory { padding: 22px 18px; text-align: left; }
  .modal-dialog { padding: 32px 20px 24px; }
  .solution-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .solution-card { min-height: 180px; padding: 20px 12px 15px; }
  .solution-icon { width: 62px; height: 62px; }
  .solution-icon svg { width: 42px; height: 42px; }
  .solution-card__content { min-height: 72px; }
  .solution-card__content strong { font-size: 15px; }
  .solution-card__content small { font-size: 9px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field--full { grid-column: auto; }
}
