/* ============================================================================
   0frictn — landing styles
   Tokens from the 0frictn design system (royal blue + azure on cool surfaces,
   the knot mark). All animation/class prefixes use the `zf-` (zero-friction) namespace.
   ========================================================================== */

:root {
  /* Royal blue (primary brand) */
  --blue-950: #050e2e;
  --blue-900: #07164a;
  --blue-800: #0a2173;
  --blue-700: #042b8a; /* brand primary — the knot */
  --blue-600: #173fb0;
  --blue-500: #1b3fc4; /* bright royal — links, accents */
  --blue-400: #3e63ff;
  --blue-300: #6e8cff;
  --blue-200: #9db4ff;
  --blue-100: #cbd8ff;
  --blue-50: #eaf0ff;

  /* Azure (the live node, the climb to Free) */
  --azure-500: #2e6bff;
  --azure-400: #5b86ff;
  --azure-300: #8aa8ff;
  --azure-200: #b6cbff;
  --azure-100: #dce7ff;

  /* Navy (deep dark surfaces) */
  --navy-900: #061436;
  --navy-700: #122e7e;

  /* Cool ink (text) */
  --ink-900: #0b0f14;
  --ink-700: #27313f;
  --ink-500: #5a6473;
  --ink-400: #667081; /* darkened for AA (>=4.5:1) on white */

  /* Cool surfaces */
  --paper: #f6f8fc;
  --paper-2: #eef2f8;
  --white: #ffffff;
  --line: rgba(11, 15, 20, 0.09);
  --line-strong: rgba(11, 15, 20, 0.16);
  --text-on-dark: #eaf0ff;

  /* Type */
  --font-display: "Bricolage Grotesque", "Hanken Grotesk", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  /* Effects */
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 22px;
  --radius-pill: 999px;
  --shadow-card: 0 2px 6px rgba(11, 15, 20, 0.05), 0 18px 40px rgba(11, 15, 20, 0.07);
  --shadow-float: 0 2px 6px rgba(11, 15, 20, 0.05), 0 30px 70px rgba(11, 15, 20, 0.13);
  --ring: 0 0 0 3px rgba(46, 107, 255, 0.4);
  --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
  --dur-fast: 130ms;
  --dur-base: 220ms;

  --content: 1080px;
  --content-wide: 1180px;
  --gutter: 32px;
}

/* ----------------------------- reset / base ----------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-height: 100vh;
  background: var(--white);
  color: var(--ink-900);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
p,
figure,
ul,
ol {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img,
svg {
  display: block;
}
button {
  font: inherit;
  cursor: pointer;
}

/* ----------------------------- utilities ----------------------------- */
.container {
  width: 100%;
  max-width: var(--content);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.container-wide {
  max-width: var(--content-wide);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--blue-700);
  color: #fff;
  border-radius: var(--radius-sm);
  font-weight: 600;
  transition: top var(--dur-fast) var(--ease-out);
}
.skip-link:focus {
  top: 16px;
}
:focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: var(--radius-sm);
}
.eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ------------------------------- buttons ------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  font-weight: 600;
  white-space: nowrap;
  transition: filter var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out),
    box-shadow var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out);
}
.btn:active {
  transform: scale(0.97);
}
.btn-primary {
  background: var(--blue-700);
  color: #fff;
  padding: 15px 26px;
  font-size: 16px;
  border-radius: 12px;
}
.btn-primary:hover {
  background: var(--blue-600);
  box-shadow: 0 8px 22px rgba(4, 43, 138, 0.28);
}
.btn-ghost {
  background: transparent;
  color: var(--ink-900);
  font-size: 16px;
  padding: 6px 4px;
}
.btn-ghost .arrow {
  color: var(--blue-500);
  display: inline-block;
  transition: transform var(--dur-fast) var(--ease-out);
}
.btn-ghost:hover .arrow {
  transform: translateX(3px);
}

/* --------------------------- hero wrap + backdrop --------------------------- */
.hero-wrap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% -10%, #eef3f9 0%, rgba(238, 243, 249, 0) 55%),
    radial-gradient(85% 60% at 12% 22%, #dde6f3 0%, rgba(221, 230, 243, 0) 60%),
    radial-gradient(80% 60% at 88% 20%, #e4ebf5 0%, rgba(228, 235, 245, 0) 55%),
    linear-gradient(180deg, #e7edf6 0%, #eef3f9 34%, #f5f8fc 64%, #ffffff 94%);
}
.hero-fx {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(36px);
}
.aurora-a {
  width: 820px;
  height: 820px;
  left: -6%;
  top: -32%;
  background: radial-gradient(circle, rgba(43, 91, 255, 0.4), rgba(43, 91, 255, 0) 66%);
  animation: zf-aurora-a 24s ease-in-out infinite;
}
.aurora-b {
  width: 760px;
  height: 760px;
  right: -8%;
  top: -20%;
  background: radial-gradient(circle, rgba(27, 63, 196, 0.36), rgba(27, 63, 196, 0) 66%);
  animation: zf-aurora-b 30s ease-in-out infinite;
}
.aurora-c {
  width: 680px;
  height: 680px;
  left: 34%;
  top: 4%;
  background: radial-gradient(circle, rgba(120, 150, 255, 0.42), rgba(120, 150, 255, 0) 64%);
  animation: zf-aurora-c 27s ease-in-out infinite;
}
.hero-waves {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 54%;
}
.hero-waves path {
  animation: zf-wave 26s ease-in-out infinite;
}
.hero-waves path:nth-child(2) {
  animation-duration: 34s;
  animation-direction: reverse;
}
.hero-waves path:nth-child(3) {
  animation-duration: 21s;
}
.particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
  animation: zf-rise 16s linear infinite;
}
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(72% 56% at 50% 33%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.4) 68%, #ffffff 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
}

/* ------------------------------- header ------------------------------- */
.site-header {
  position: relative;
  max-width: var(--content-wide);
  margin: 0 auto;
  padding: 22px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.wordmark-text {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
  color: var(--blue-700);
}
.wordmark-text b {
  color: var(--azure-500);
  font-weight: 800;
}
.nav-pill {
  display: flex;
  gap: 2px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 5px 8px;
  box-shadow: 0 1px 2px rgba(11, 15, 20, 0.04), 0 8px 22px rgba(11, 15, 20, 0.05);
  font-size: 14px;
  font-weight: 600;
  color: #3a4452;
}
.nav-pill a {
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  transition: background var(--dur-fast) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.nav-pill a:hover {
  background: var(--blue-50);
  color: var(--blue-700);
}
.nav-cta {
  background: var(--blue-700);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: var(--radius-pill);
  transition: background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.nav-cta:hover {
  background: var(--blue-600);
}
.nav-cta:active {
  transform: scale(0.97);
}

/* -------------------------------- hero -------------------------------- */
.hero {
  position: relative;
  padding: 64px 24px 0;
  text-align: center;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue-500);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(11, 15, 20, 0.07);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom: 26px;
  animation: zf-up 0.6s var(--ease-out) both;
}
.hero-eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-pill);
  background: var(--blue-500);
  animation: zf-work 1.8s ease-in-out infinite;
}
.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2.75rem, 1rem + 8vw, 5.125rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin: 0 auto 22px;
  max-width: 15ch;
  color: var(--ink-900);
  text-wrap: balance;
  animation: zf-up 0.7s var(--ease-out) 0.06s both;
}
.hero-lede {
  font-size: clamp(1.0625rem, 0.95rem + 0.6vw, 1.25rem);
  line-height: 1.5;
  color: var(--ink-500);
  margin: 0 auto 34px;
  max-width: 36em;
  animation: zf-up 0.7s var(--ease-out) 0.12s both;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
  animation: zf-up 0.7s var(--ease-out) 0.18s both;
}
.waitlist {
  display: flex;
  gap: 10px;
  align-items: center;
}
.waitlist-input {
  width: 230px;
  max-width: 60vw;
  padding: 14px 16px;
  font: inherit;
  font-size: 16px;
  color: var(--ink-900);
  background: #fff;
  border: 1.5px solid var(--line-strong);
  border-radius: 12px;
  transition: border-color var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out);
}
.waitlist-input::placeholder {
  color: var(--ink-400);
}
.waitlist-input:focus-visible {
  border-color: var(--azure-500);
  box-shadow: var(--ring);
}
.waitlist-input[aria-invalid="true"] {
  border-color: #e5484d;
  box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.22);
}
.waitlist-status {
  margin: 14px auto 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-600);
}
.waitlist-status[data-state="error"] {
  color: #c2363b;
}

/* --------------------- Amy agent workspace window --------------------- */
.workspace {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  transform: translateY(40px);
  background: #fff;
  border: 1px solid rgba(11, 15, 20, 0.1);
  border-radius: 16px;
  box-shadow: var(--shadow-float);
  overflow: hidden;
  text-align: left;
  animation: zf-up 0.8s var(--ease-out) 0.26s both;
}
.ws-titlebar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(11, 15, 20, 0.07);
}
.ws-lights {
  display: flex;
  gap: 8px;
}
.ws-lights span {
  width: 12px;
  height: 12px;
  border-radius: var(--radius-pill);
}
.ws-lights span:nth-child(1) {
  background: #ed6a5e;
}
.ws-lights span:nth-child(2) {
  background: #f4bf50;
}
.ws-lights span:nth-child(3) {
  background: #61c554;
}
.ws-agent {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink-900);
}
.amy-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--blue-400), var(--blue-500));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.ws-working {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-500);
  background: rgba(27, 63, 196, 0.08);
  padding: 3px 9px;
  border-radius: var(--radius-pill);
}
.ws-working .dot {
  width: 6px;
  height: 6px;
  border-radius: var(--radius-pill);
  background: var(--blue-500);
  animation: zf-work 1.5s ease-in-out infinite;
}
.ws-body {
  display: grid;
  grid-template-columns: 208px 1fr;
  min-height: 330px;
}
.ws-sidebar {
  background: #f8fafc;
  border-right: 1px solid rgba(11, 15, 20, 0.07);
  padding: 18px 14px;
  font-size: 13.5px;
}
.ws-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5f6878;
  padding: 0 8px 8px;
}
.ws-section-label.mt {
  padding-top: 18px;
}
.ws-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  color: #5f6878;
}
.ws-row .pip {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-pill);
  background: #c2c9d4;
  flex: none;
}
.ws-row .pip.sq {
  border-radius: 2px;
}
.ws-row.acct {
  color: #3a4452;
}
.ws-row.acct .pip {
  background: var(--blue-400);
}
.ws-row.acct.savings .pip {
  background: var(--azure-500);
}
.ws-row.active {
  background: #fff;
  border: 1px solid rgba(11, 15, 20, 0.08);
  font-weight: 700;
  color: var(--ink-900);
  box-shadow: 0 1px 2px rgba(11, 15, 20, 0.04);
}
.ws-row.active .pip {
  background: var(--blue-500);
  box-shadow: 0 0 10px rgba(27, 63, 196, 0.6);
}
.ws-main {
  padding: 20px;
}
.ws-amy-line {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  color: #5f6878;
  margin: 0 0 8px 2px;
}
.ws-amy-line .amy-badge {
  width: 16px;
  height: 16px;
  font-size: 9px;
}
.ws-bubble {
  background: #f4f7fb;
  border: 1px solid rgba(11, 15, 20, 0.06);
  border-radius: 12px;
  padding: 15px 17px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink-700);
  max-width: 88%;
}
.ws-bubble strong {
  color: var(--ink-900);
}
.buffer-card {
  margin-top: 16px;
  background: linear-gradient(160deg, #05216e, #0a2d9a);
  border-radius: var(--radius-md);
  padding: 22px 22px 20px;
  color: #fff;
}
.buffer-card .label {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue-200);
  margin-bottom: 6px;
}
.buffer-amount {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.buffer-amount .figure {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.buffer-amount .of {
  font-size: 13px;
  color: #c2d0ff;
  padding-bottom: 5px;
}
.rail {
  position: relative;
  height: 8px;
  background: #1e3da8;
  border-radius: var(--radius-pill);
  margin: 16px 0 8px;
}
.rail-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 64%;
  background: var(--azure-400);
  border-radius: var(--radius-pill);
  animation: zf-fill 1.1s var(--ease-out) 0.5s both;
}
.rail-node {
  position: absolute;
  left: 64%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: var(--radius-pill);
  background: #fff;
  border: 2px solid #0a2d9a;
  animation: zf-node 2.4s ease-in-out infinite;
}
.buffer-actions {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}
.buffer-actions span {
  flex: 1;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 9px;
  border-radius: 9px;
}
.buffer-actions .lock {
  background: #fff;
  color: #0a2d9a;
}
.buffer-actions .adjust {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--text-on-dark);
  font-weight: 600;
}

/* ----------------------------- feature trio ----------------------------- */
.features {
  max-width: var(--content);
  margin: 0 auto;
  padding: 36px var(--gutter) 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 24px;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.feature:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.feature .glyph {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(27, 63, 196, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--blue-500);
}
.feature h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 6px;
  color: var(--ink-900);
}
.feature p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-500);
}

/* ------------------------------- sections ------------------------------- */
.section {
  max-width: var(--content);
  margin: 0 auto;
  padding: 84px var(--gutter) 8px;
}
.section-head {
  text-align: center;
}
.section-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 1.2rem + 3vw, 2.875rem);
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  color: var(--ink-900);
}
.section-head p {
  font-size: 18px;
  color: var(--ink-500);
  margin: 0 auto 50px;
  max-width: 34em;
}

/* the five rungs */
.rungs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  text-align: left;
}
.rung {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 22px;
}
.rung .pip {
  display: block;
  border-radius: var(--radius-pill);
  background: #c2c9d4;
  margin-bottom: 18px;
}
.rung h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 7px;
  color: var(--ink-900);
}
.rung h3 .amt {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--blue-500);
}
.rung p {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-500);
}
.rung.r1 .pip {
  width: 10px;
  height: 10px;
}
.rung.r2 .pip {
  width: 12px;
  height: 12px;
  background: var(--blue-300);
}
.rung.r3 .pip {
  width: 14px;
  height: 14px;
  background: var(--blue-500);
  box-shadow: 0 0 14px rgba(27, 63, 196, 0.5);
}
.rung.r4 .pip {
  width: 17px;
  height: 17px;
  background: #93b0ff;
}
.rung.r5 .pip {
  width: 22px;
  height: 22px;
  background: #e1e9ff;
  box-shadow: 0 0 22px rgba(120, 150, 255, 0.75);
}

/* one-move panel */
.onemove {
  background: #eaf1fd;
  border: 1px solid #d7e5fb;
  border-radius: var(--radius-xl);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.onemove .kicker {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-500);
  margin-bottom: 14px;
}
.onemove h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.375rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 24px;
  color: var(--ink-900);
}
.checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  padding: 0;
}
.checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--ink-700);
}
.checklist .tick {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: var(--radius-pill);
  background: var(--blue-500);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.glance {
  background: #fff;
  border: 1px solid rgba(11, 15, 20, 0.08);
  border-radius: 16px;
  padding: 26px;
  box-shadow: var(--shadow-card);
}
.glance-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}
.glance-stats {
  display: flex;
  gap: 22px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.glance-stats .k {
  font-size: 12px;
  color: var(--ink-400);
  margin-bottom: 3px;
}
.glance-stats .v {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.02em;
}
.glance-stats .s {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-400);
}
.glance-stats .v.blue,
.glance-stats .s.blue {
  color: var(--blue-700);
}
.glance-stats .s.accent {
  color: var(--blue-500);
}
.glance-recent-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-400);
  border-top: 1px solid rgba(11, 15, 20, 0.07);
  padding-top: 16px;
  margin-bottom: 10px;
}
.glance-rows {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14px;
}
.glance-rows .gr {
  display: flex;
  justify-content: space-between;
}
.glance-rows .gr .lbl {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink-700);
}
.glance-rows .gr .pip {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-pill);
  background: var(--blue-700);
}
.glance-rows .gr.b .pip {
  background: var(--blue-500);
}
.glance-rows .gr.c .pip {
  background: var(--blue-400);
}
.glance-rows .amt {
  font-weight: 700;
  color: var(--blue-700);
}
.glance-rows .gr.b .amt {
  color: var(--blue-500);
}
.glance-rows .gr.c .amt {
  color: var(--ink-700);
}

/* privacy */
.privacy {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 56px;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 84px;
}
.privacy .kicker {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue-500);
  margin-bottom: 14px;
}
.privacy h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.375rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 16px;
  color: var(--ink-900);
}
.privacy .lede {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-500);
}
.privacy-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-top: 6px;
}
.privacy-cards .glyph {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #f1f4f9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--blue-600);
}
.privacy-cards h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
  color: var(--ink-900);
}
.privacy-cards p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-500);
}

/* CTA band */
.cta-band-wrap {
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 var(--gutter) 84px;
}
.cta-band {
  position: relative;
  background: linear-gradient(135deg, #05216e, #0a2d9a);
  border-radius: var(--radius-xl);
  padding: 72px 56px;
  overflow: hidden;
}
.cta-knot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.16;
  color: #fff;
}
.cta-inner {
  position: relative;
  max-width: 58%;
}
.cta-inner h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(2rem, 1.2rem + 3vw, 3.125rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
  margin-bottom: 18px;
  color: #fff;
}
.cta-inner p {
  font-size: 18px;
  line-height: 1.5;
  color: #c2d0ff;
  margin-bottom: 28px;
  max-width: 30em;
}
.cta-inner .btn-primary {
  background: #fff;
  color: #0a2d9a;
}
.cta-inner .btn-primary:hover {
  filter: brightness(0.96);
}
.cta-inner .btn-ghost {
  color: #fff;
}
.cta-inner .btn-ghost .arrow {
  color: var(--blue-200);
}

/* footer */
.site-footer {
  border-top: 1px solid rgba(11, 15, 20, 0.08);
}
.footer-inner {
  max-width: var(--content);
  margin: 0 auto;
  padding: 30px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.footer-brand .tag {
  font-size: 13px;
  color: var(--ink-400);
}
.footer-nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-500);
  flex-wrap: wrap;
}
.footer-nav a {
  transition: color var(--dur-fast) var(--ease-out);
}
.footer-nav a:hover {
  color: var(--blue-700);
}
.footer-legal {
  font-size: 13px;
  color: var(--ink-400);
}

/* ------------------------------ keyframes ------------------------------ */
@keyframes zf-up {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes zf-work {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.35;
    transform: scale(0.82);
  }
}
@keyframes zf-node {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55), 0 0 16px rgba(255, 255, 255, 0.5);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0), 0 0 22px rgba(255, 255, 255, 0.7);
  }
}
@keyframes zf-fill {
  from {
    width: 0;
  }
  to {
    width: 64%;
  }
}
@keyframes zf-aurora-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(70px, 40px) scale(1.18);
  }
}
@keyframes zf-aurora-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1.05);
  }
  50% {
    transform: translate(-60px, 32px) scale(0.9);
  }
}
@keyframes zf-aurora-c {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(40px, -50px) scale(1.12);
  }
}
@keyframes zf-wave {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-150px);
  }
}
@keyframes zf-rise {
  0% {
    transform: translateY(24px) scale(0.7);
    opacity: 0;
  }
  14% {
    opacity: 0.85;
  }
  82% {
    opacity: 0.45;
  }
  100% {
    transform: translateY(-280px) scale(1);
    opacity: 0;
  }
}

/* ------------------------------ responsive ------------------------------ */
@media (max-width: 940px) {
  :root {
    --gutter: 24px;
  }
  .nav-pill {
    display: none;
  }
  .workspace {
    transform: translateY(28px);
  }
  .ws-body {
    grid-template-columns: 1fr;
  }
  .ws-sidebar {
    display: none;
  }
  .onemove,
  .privacy {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .cta-knot {
    display: none;
  }
  .cta-inner {
    max-width: 100%;
  }
  .rungs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 720px) {
  .features {
    grid-template-columns: 1fr;
  }
  .privacy-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .cta-band {
    padding: 48px 28px;
  }
  .onemove {
    padding: 32px 24px;
  }
}
@media (max-width: 520px) {
  .rungs {
    grid-template-columns: 1fr;
  }
  .waitlist {
    flex-direction: column;
    width: 100%;
  }
  .waitlist-input {
    width: 100%;
    max-width: 100%;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .hero-ctas .btn-primary {
    width: 100%;
  }
}

/* ---------------------------- reduced motion ---------------------------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .rail-fill {
    width: 64%;
  }
  .particle {
    display: none;
  }
}

/* ============================ INSTALL / DOWNLOAD ============================ */
.install-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 4px 0 14px;
}
.badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 20px 11px 16px;
  border-radius: 14px;
  background: var(--ink-900);
  color: var(--white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 160ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 160ms ease, background 160ms ease;
  box-shadow: 0 6px 20px rgba(5, 14, 46, 0.18);
}
.badge-btn:hover {
  transform: translateY(-2px);
  background: var(--navy-900);
  box-shadow: 0 12px 30px rgba(5, 14, 46, 0.28);
}
.badge-btn:focus-visible {
  outline: 3px solid var(--azure-400);
  outline-offset: 3px;
}
.badge-ico {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  color: var(--white);
}
.badge-txt {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.badge-txt small {
  font-weight: 500;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.72;
}
.install-note {
  color: var(--ink-400);
  font-size: 0.9rem;
  margin: 0 0 22px;
}
.hero-ctas--secondary {
  opacity: 0.96;
}
.hero-ctas--secondary .btn-primary {
  background: var(--white);
  color: var(--blue-700);
  border: 1px solid var(--line-strong);
}
