/* =========================================================
   CrossBiDex Protocol — design tokens
   ========================================================= */
:root {
  --void: #060814;
  --surface: #10142A;
  --surface-2: #171B36;
  --surface-3: #1F2447;
  --border: #2A2F57;

  --mint: #2FF3B0;
  --mint-dim: #1BAE81;
  --violet: #8B5CFF;
  --violet-dim: #6B3FE0;
  --pink: #FF5FA2;
  --amber: #FFC857;

  --text-hi: #F4F6FF;
  --text-lo: #97A0C3;
  --text-faint: #5C6389;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;

  --shadow-mint: 0 0 0 1px rgba(47,243,176,.35), 0 12px 40px -12px rgba(47,243,176,.35);
  --shadow-violet: 0 0 0 1px rgba(139,92,255,.35), 0 12px 40px -12px rgba(139,92,255,.45);
  --ease: cubic-bezier(.22,.9,.32,1);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--void);
  color: var(--text-hi);
  font-family: var(--font-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(60% 45% at 85% -5%, rgba(139,92,255,.20), transparent 60%),
    radial-gradient(50% 40% at 10% 8%, rgba(47,243,176,.14), transparent 60%);
  background-attachment: fixed;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); color: var(--text-hi); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.15rem; }
p { color: var(--text-lo); margin: 0 0 1em; }
a { color: var(--mint); text-decoration: none; }
a:hover { text-decoration: underline; }
.mono { font-family: var(--font-mono); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--mint); color: #06251c; padding: .6em 1em; border-radius: 0 0 10px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 2px solid var(--mint);
  outline-offset: 3px;
  border-radius: 4px;
}

.center { text-align: center; }
.eyebrow {
  display: inline-block;
  font-size: .82rem;
  color: var(--mint);
  font-weight: 600;
  margin: 0 0 .8em;
}
.eyebrow.center { display: block; text-align: center; }

section { padding: 5.5rem 1.5rem; max-width: 1180px; margin: 0 auto; }

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--font-body); font-weight: 700; cursor: pointer;
  border-radius: var(--radius-pill); border: 1px solid transparent;
  transition: transform .15s var(--ease), box-shadow .15s var(--ease), background .15s var(--ease), opacity .15s;
  text-decoration: none; white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn-lg { padding: .95em 1.9em; font-size: 1.02rem; }
.btn-sm { padding: .55em 1.15em; font-size: .88rem; }
.btn-primary {
  background: linear-gradient(120deg, var(--mint), var(--violet));
  color: #06101a;
  box-shadow: var(--shadow-mint);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -10px rgba(47,243,176,.5); }
.btn-primary:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-ghost {
  background: rgba(255,255,255,.03);
  border-color: var(--border);
  color: var(--text-hi);
}
.btn-ghost:hover { background: rgba(255,255,255,.07); text-decoration: none; }

.icon-btn {
  background: transparent; border: 1px solid var(--border); color: var(--text-hi);
  width: 38px; height: 38px; border-radius: var(--radius-pill); cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; font-size: 1rem;
}
.icon-btn:hover { background: rgba(255,255,255,.06); }

/* =========================================================
   Splash
   ========================================================= */
#splash {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.1rem;
  background: radial-gradient(60% 60% at 50% 40%, #0d1230 0%, #060814 70%);
  transition: opacity .6s var(--ease), visibility .6s var(--ease);
}
#splash.hide { opacity: 0; visibility: hidden; pointer-events: none; }

.splash-orbits { position: relative; width: 130px; height: 130px; }
.orbit { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(47,243,176,.35); animation: spin 3.2s linear infinite; }
.orbit-b { inset: 18px; border-color: rgba(139,92,255,.45); animation-duration: 2.1s; animation-direction: reverse; }
.orbit-dot { position: absolute; width: 12px; height: 12px; border-radius: 50%; top: -6px; left: calc(50% - 6px); background: var(--mint); box-shadow: 0 0 16px 3px rgba(47,243,176,.7); animation: spin 3.2s linear infinite; transform-origin: 50% 65px; }
.orbit-dot-b { background: var(--violet); box-shadow: 0 0 16px 3px rgba(139,92,255,.7); animation-duration: 2.1s; animation-direction: reverse; transform-origin: 50% 47px; }
@keyframes spin { to { transform: rotate(360deg); } }

.splash-word { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; }
.splash-word span { color: var(--mint); }
.splash-sub { color: var(--text-lo); font-size: .9rem; margin: 0; }
.splash-bar { width: 210px; height: 6px; border-radius: var(--radius-pill); background: var(--surface-2); overflow: hidden; }
.splash-bar-fill { width: 0%; height: 100%; background: linear-gradient(90deg, var(--mint), var(--violet)); transition: width 5s linear; }

/* =========================================================
   Toasts
   ========================================================= */
.toast-region {
  position: fixed; z-index: 9998; right: 1.2rem; bottom: 1.2rem;
  display: flex; flex-direction: column; gap: .6rem; max-width: min(380px, calc(100vw - 2.4rem));
}
.toast {
  background: var(--surface-2); border: 1px solid var(--border); border-left: 4px solid var(--mint);
  border-radius: var(--radius-md); padding: .9rem 1rem; box-shadow: 0 14px 40px -14px rgba(0,0,0,.6);
  animation: toastIn .35s var(--ease);
  display: flex; gap: .7rem; align-items: flex-start;
}
.toast.leaving { animation: toastOut .3s var(--ease) forwards; }
@keyframes toastIn { from { transform: translateY(14px) scale(.97); opacity: 0; } to { transform: none; opacity: 1; } }
@keyframes toastOut { to { transform: translateX(30px); opacity: 0; } }
.toast-icon { font-size: 1.1rem; line-height: 1; }
.toast-body { flex: 1; min-width: 0; }
.toast-title { font-weight: 700; font-size: .92rem; margin-bottom: .15rem; color: var(--text-hi); }
.toast-msg { font-size: .85rem; color: var(--text-lo); word-break: break-word; }
.toast-msg a { color: var(--mint); }
.toast-close { background: none; border: none; color: var(--text-faint); cursor: pointer; font-size: .95rem; }
.toast.success { border-left-color: var(--mint); }
.toast.error { border-left-color: var(--pink); }
.toast.warning { border-left-color: var(--amber); }
.toast.info { border-left-color: var(--violet); }

/* =========================================================
   Modal (wallet picker)
   ========================================================= */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 9997; background: rgba(5,7,18,.72); backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center; padding: 1.2rem;
}
.modal {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  max-width: 440px; width: 100%; padding: 1.6rem; animation: modalIn .3s var(--ease);
}
@keyframes modalIn { from { transform: translateY(16px) scale(.97); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .3rem; }
.modal-head h2 { margin: 0; font-size: 1.2rem; }
.modal-copy { font-size: .9rem; }
.wallet-list { display: flex; flex-direction: column; gap: .6rem; margin: 1rem 0; }
.wallet-option {
  display: flex; align-items: center; gap: .8rem; width: 100%; text-align: left;
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-md);
  padding: .8rem 1rem; color: var(--text-hi); cursor: pointer; font: inherit; font-weight: 600;
  transition: border-color .15s, transform .15s;
}
.wallet-option:hover { border-color: var(--mint); transform: translateY(-1px); }
.wallet-option img, .wallet-option .fallback-icon { width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0; }
.fallback-icon { display: flex; align-items: center; justify-content: center; background: var(--surface-3); font-size: .9rem; }
.wallet-option small { display: block; font-weight: 400; color: var(--text-faint); font-size: .76rem; }
.modal-foot { font-size: .78rem; color: var(--text-faint); margin: 0; }

/* =========================================================
   Nav
   ========================================================= */
.nav { position: sticky; top: 0; z-index: 500; background: rgba(6,8,20,.78); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1180px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: .85rem 1.5rem; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .55rem; }
.brand-word { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--text-hi); }
.brand-word span { color: var(--mint); }
.nav-links { display: flex; gap: 1.6rem; }
.nav-links a { color: var(--text-lo); font-weight: 600; font-size: .92rem; }
.nav-links a:hover { color: var(--text-hi); text-decoration: none; }
.nav-actions { display: flex; align-items: center; gap: .6rem; }
.nav-burger { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.nav-burger span { display: block; width: 16px; height: 2px; background: var(--text-hi); }
.mobile-menu { display: none; flex-direction: column; gap: .2rem; padding: .5rem 1.5rem 1rem; border-top: 1px solid var(--border); }
.mobile-menu a { padding: .7rem 0; color: var(--text-lo); font-weight: 600; border-bottom: 1px solid var(--surface-2); }
.mobile-menu.open { display: flex; }

/* =========================================================
   Hero
   ========================================================= */
.hero { position: relative; padding-top: 5rem; padding-bottom: 3rem; overflow: visible; }
.hero-glow {
  position: absolute; top: -160px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 500px; background: radial-gradient(closest-side, rgba(139,92,255,.28), transparent 70%);
  filter: blur(10px); z-index: -1; pointer-events: none;
}
.hero-inner { text-align: center; max-width: 780px; margin: 0 auto; }
.hero-title { font-size: clamp(2.1rem, 5.4vw, 3.6rem); }
.hero-sub { font-size: 1.08rem; max-width: 620px; margin: 0 auto 1.8rem; }
.hero-ctas { display: flex; justify-content: center; gap: .9rem; flex-wrap: wrap; margin-bottom: 3.2rem; }

.hero-orbit { position: relative; height: 220px; max-width: 460px; margin: 0 auto; }
.ring { position: absolute; border-radius: 50%; border: 1.5px dashed var(--border); }
.ring-1 { inset: 10%; animation: spin 22s linear infinite; }
.ring-2 { inset: 28%; border-color: rgba(139,92,255,.4); animation: spin 15s linear infinite reverse; }
.node {
  position: absolute; padding: .5em 1em; border-radius: var(--radius-pill); font-family: var(--font-mono); font-size: .78rem;
  background: var(--surface-2); border: 1px solid var(--border); color: var(--text-hi);
}
.node-a { top: 6%; left: 8%; box-shadow: var(--shadow-mint); border-color: rgba(47,243,176,.5); }
.node-b { bottom: 8%; right: 6%; box-shadow: var(--shadow-violet); border-color: rgba(139,92,255,.5); }
.node-c { top: 42%; left: 50%; transform: translateX(-50%); background: var(--surface-3); }

/* =========================================================
   Stats bar
   ========================================================= */
.stats-bar { max-width: none; padding: 1.6rem 1.5rem; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 1.6rem 2.4rem; align-items: center; }
.stat { display: flex; flex-direction: column; gap: .25rem; min-width: 0; }
.stat-label { font-size: .74rem; color: var(--text-faint); text-transform: none; }
.stat-value { font-weight: 700; font-size: .95rem; }
.stat-value.mono { font-size: .82rem; max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
.copy-btn { align-self: flex-start; background: none; border: 1px solid var(--border); color: var(--mint); font-size: .72rem; border-radius: var(--radius-pill); padding: .15rem .6rem; cursor: pointer; margin-top: .2rem; }
.copy-btn:hover { background: rgba(47,243,176,.1); }
.stat-link { margin-left: auto; font-weight: 600; font-size: .88rem; }
.dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: .4em; }
.dot-idle { background: var(--text-faint); }
.dot-live { background: var(--mint); box-shadow: 0 0 8px 2px rgba(47,243,176,.6); }
.dot-warn { background: var(--amber); box-shadow: 0 0 8px 2px rgba(255,200,87,.6); }

/* =========================================================
   Split section
   ========================================================= */
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .9rem; }
.check-list li { position: relative; padding-left: 1.7rem; color: var(--text-lo); }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--text-faint); }
.check-list-accent li::before { content: "✓"; color: var(--mint); }

/* =========================================================
   How it works
   ========================================================= */
.steps { list-style: none; padding: 0; margin: 2.4rem 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; position: relative; }
.step:nth-child(odd) { border-top: 2px solid var(--mint); }
.step:nth-child(even) { border-top: 2px solid var(--violet); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--surface-3); font-family: var(--font-display); font-weight: 700; margin-bottom: .8rem; }
.step p { font-size: .92rem; margin: 0; }

/* =========================================================
   App / dashboard
   ========================================================= */
.app-section { }
.app-panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2.2rem; margin-top: 2.2rem; }
.connect-panel { text-align: center; display: flex; flex-direction: column; align-items: center; gap: .9rem; position: relative; overflow: hidden; }
.connect-art { position: absolute; inset: 0; opacity: .5; pointer-events: none; }
.connect-panel > * { position: relative; z-index: 1; }
.wallet-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-top: .6rem; }
.wallet-badges span { background: var(--surface-2); border: 1px solid var(--border); padding: .3rem .8rem; border-radius: var(--radius-pill); font-size: .78rem; color: var(--text-lo); }

.wrong-network { margin-top: 1.4rem; background: rgba(255,200,87,.08); border: 1px solid rgba(255,200,87,.4); border-radius: var(--radius-md); padding: 1rem 1.2rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; }
.wrong-network p { margin: 0; color: var(--text-hi); font-size: .92rem; }

.dash-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.4rem; flex-wrap: wrap; gap: .8rem; }
.dash-account { display: flex; align-items: center; font-size: .92rem; background: var(--surface-2); border: 1px solid var(--border); padding: .45rem .9rem; border-radius: var(--radius-pill); }

.tabs { display: flex; gap: .5rem; border-bottom: 1px solid var(--border); margin-bottom: 1.6rem; }
.tab { background: none; border: none; color: var(--text-lo); font-weight: 700; font-family: var(--font-body); font-size: .95rem; padding: .7rem 1rem; cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.tab.active { color: var(--text-hi); border-bottom-color: var(--mint); }
.tab-panel[hidden] { display: none; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.2rem; }
.field { display: flex; flex-direction: column; gap: .4rem; font-size: .85rem; font-weight: 600; color: var(--text-lo); }
.field-hint { font-weight: 400; color: var(--text-faint); font-style: normal; }
.field input {
  background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: .7rem .9rem; color: var(--text-hi); font-family: var(--font-mono); font-size: .88rem;
}
.field input:focus { border-color: var(--mint); outline: none; }
.field input.invalid { border-color: var(--pink); }
.form-note { font-size: .78rem; color: var(--text-faint); margin: 1rem 0 1.2rem; }

.mine-toolbar { display: flex; justify-content: flex-end; margin-bottom: 1rem; }
.intents-list { display: flex; flex-direction: column; gap: .9rem; }
.empty-state { text-align: center; color: var(--text-faint); padding: 2rem 0; }

.intent-card { background: var(--surface-2); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 1.1rem 1.3rem; }
.intent-card-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .7rem; flex-wrap: wrap; }
.intent-id { font-family: var(--font-mono); font-weight: 700; }
.status-pill { font-size: .74rem; font-weight: 700; padding: .25rem .7rem; border-radius: var(--radius-pill); }
.status-open { background: rgba(47,243,176,.15); color: var(--mint); }
.status-filled { background: rgba(139,92,255,.18); color: #C6B3FF; }
.status-cancelled { background: rgba(255,95,162,.15); color: var(--pink); }
.status-expired { background: rgba(255,200,87,.15); color: var(--amber); }
.intent-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .6rem 1rem; font-size: .82rem; margin-bottom: .9rem; }
.intent-grid div span { display: block; color: var(--text-faint); font-size: .72rem; margin-bottom: .1rem; }
.intent-grid div strong { font-family: var(--font-mono); font-weight: 500; color: var(--text-hi); font-size: .8rem; word-break: break-all; }
.intent-actions { display: flex; gap: .6rem; flex-wrap: wrap; }

/* =========================================================
   Trust / security
   ========================================================= */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 2.4rem; }
.trust-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; text-align: center; }
.trust-icon { font-size: 1.8rem; display: block; margin-bottom: .6rem; }
.trust-card p { font-size: .86rem; margin: 0; }

/* =========================================================
   Roadmap
   ========================================================= */
.roadmap-line { list-style: none; margin: 2.6rem 0 0; padding: 0; position: relative; }
.roadmap-line::before { content: ""; position: absolute; left: 130px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--mint), var(--violet)); }
.roadmap-item { display: grid; grid-template-columns: 110px 30px 1fr auto; align-items: center; gap: .4rem 1rem; padding: .95rem 0; position: relative; }
.roadmap-item::before { content: ""; grid-column: 2; width: 14px; height: 14px; border-radius: 50%; background: var(--surface-3); border: 2px solid var(--border); justify-self: center; z-index: 1; }
.roadmap-item.done::before { background: var(--mint); border-color: var(--mint); }
.roadmap-item.active::before { background: var(--violet); border-color: var(--violet); box-shadow: 0 0 0 4px rgba(139,92,255,.25); }
.roadmap-quarter { font-family: var(--font-mono); color: var(--text-faint); font-size: .8rem; }
.roadmap-title { font-weight: 700; color: var(--text-hi); }
.roadmap-status { font-size: .76rem; font-weight: 700; padding: .2rem .7rem; border-radius: var(--radius-pill); background: var(--surface-2); color: var(--text-lo); justify-self: end; }
.roadmap-item.done .roadmap-status { background: rgba(47,243,176,.15); color: var(--mint); }
.roadmap-item.active .roadmap-status { background: rgba(139,92,255,.18); color: #C6B3FF; }

/* =========================================================
   FAQ accordion
   ========================================================= */
.accordion { max-width: 760px; margin: 2.2rem auto 0; display: flex; flex-direction: column; gap: .7rem; }
.acc-item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; }
.acc-item h3 { margin: 0; font-size: 1rem; }
.acc-trigger {
  width: 100%; text-align: left; background: none; border: none; color: var(--text-hi);
  font-family: var(--font-body); font-weight: 700; font-size: .98rem; padding: 1.05rem 1.3rem;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.acc-trigger::after { content: "+"; font-size: 1.3rem; color: var(--mint); flex-shrink: 0; transition: transform .2s var(--ease); }
.acc-trigger[aria-expanded="true"]::after { transform: rotate(45deg); }
.acc-panel { padding: 0 1.3rem 1.2rem; }
.acc-panel p { margin: 0; font-size: .92rem; }

/* =========================================================
   Final CTA
   ========================================================= */
.final-cta { text-align: center; background: linear-gradient(135deg, rgba(47,243,176,.12), rgba(139,92,255,.14)); border-radius: var(--radius-lg); border: 1px solid var(--border); padding: 3.4rem 1.5rem; }
.final-cta h2 { margin-bottom: 1.2rem; }

/* =========================================================
   Footer
   ========================================================= */
.footer { border-top: 1px solid var(--border); padding: 3.5rem 1.5rem 1.6rem; }
.footer-inner { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 2.5rem 3rem; justify-content: space-between; }
.footer-brand { max-width: 280px; }
.footer-brand p { font-size: .86rem; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 2.5rem; }
.footer-col h4 { margin: 0 0 .8rem; font-size: .82rem; color: var(--text-faint); font-weight: 700; }
.footer-col { display: flex; flex-direction: column; }
.footer-col a { color: var(--text-lo); font-size: .88rem; margin-bottom: .55rem; }
.footer-col a:hover { color: var(--mint); }
.footer-legal { max-width: 1180px; margin: 2.6rem auto 0; padding-top: 1.4rem; border-top: 1px solid var(--surface-2); }
.footer-legal p { font-size: .76rem; color: var(--text-faint); margin: 0 0 .5rem; }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 920px) {
  .split-section { grid-template-columns: 1fr; gap: 2rem; }
  .steps { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .roadmap-line::before { left: 6px; }
  .roadmap-item { grid-template-columns: 16px 1fr; }
  .roadmap-item::before { grid-column: 1; }
  .roadmap-quarter { grid-column: 2; grid-row: 1; }
  .roadmap-title { grid-column: 2; grid-row: 2; }
  .roadmap-status { grid-column: 2; grid-row: 3; justify-self: start; margin-top: .2rem; }
}

@media (max-width: 720px) {
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  section { padding: 3.6rem 1.2rem; }
  .steps { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .stat-link { margin-left: 0; }
  .stats-inner { flex-direction: column; align-items: flex-start; }
}
