:root {
  color-scheme: dark;
  --bg: #0b0d12;
  --bg-deep: #080a0e;
  --surface: #151922;
  --surface-2: #10141b;
  --surface-3: #0d1117;
  --text: #f4f6f8;
  --muted: #9aa4b4;
  --muted-2: #697386;
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.13);
  --indigo: #706cff;
  --indigo-soft: #aaa7ff;
  --cyan: #42d9c8;
  --cyan-soft: #82ece0;
  --success: #79dfbd;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -20%, rgba(112,108,255,.10), transparent 38rem),
    linear-gradient(180deg, #0b0d12 0%, #090b10 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }

.ambient {
  position: fixed;
  z-index: -3;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(100px);
}
.ambient-a {
  width: 420px;
  height: 420px;
  top: 80px;
  left: -260px;
  background: rgba(112,108,255,.18);
}
.ambient-b {
  width: 340px;
  height: 340px;
  top: 520px;
  right: -220px;
  background: rgba(66,217,200,.09);
}
.page-noise {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.45), transparent 70%);
}

.site-header {
  min-height: 82px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid transparent;
}
.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgba(112,108,255,.14), rgba(66,217,200,.055)),
    var(--surface-2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 10px 28px rgba(0,0,0,.24);
}
.brand-icon img { width: 27px; height: 27px; border-radius: 7px; }
.brand-word { font-size: 13px; font-weight: 820; letter-spacing: .17em; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: color .18s ease;
}
.nav-links a:hover { color: var(--text); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.lang, .header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
}
.lang {
  min-width: 42px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(255,255,255,.018);
}
.header-cta {
  padding: 0 15px;
  border: 1px solid rgba(130,236,224,.15);
  color: #06100f;
  background: linear-gradient(110deg, var(--cyan-soft), var(--cyan));
  box-shadow: 0 8px 26px rgba(66,217,200,.11);
}

.hero { padding: 88px 0 104px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr);
  align-items: center;
  gap: 76px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow-row { display: flex; align-items: center; gap: 10px; }
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(66,217,200,.07), 0 0 18px rgba(66,217,200,.42);
}
.eyebrow, .kicker {
  color: var(--cyan-soft);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  margin: 18px 0 22px;
  max-width: 720px;
  font-size: clamp(52px, 6.6vw, 88px);
  line-height: .94;
  letter-spacing: -.06em;
  font-weight: 760;
}
h1 span {
  background: linear-gradient(100deg, #f7f8fa 4%, #b7b4ff 54%, #7de8dc 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.85vw, 21px);
  line-height: 1.58;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 50px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 13px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 780;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary {
  border-color: rgba(130,236,224,.08);
  color: #07110f;
  background: linear-gradient(110deg, var(--cyan-soft), var(--cyan));
  box-shadow: 0 12px 36px rgba(66,217,200,.14);
}
.button.primary:hover { box-shadow: 0 15px 42px rgba(66,217,200,.20); }
.button.primary b { font-size: 16px; }
.button.ghost { background: rgba(255,255,255,.018); color: var(--text); }
.button.ghost:hover { border-color: rgba(112,108,255,.3); background: rgba(112,108,255,.035); }
.button.large { min-height: 54px; padding: 0 24px; margin-top: 26px; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 27px;
  color: var(--muted-2);
  font-size: 11px;
  font-weight: 680;
}
.hero-meta span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 8px 2px 0;
  border-radius: 50%;
  background: rgba(130,236,224,.68);
}

.product-stage {
  position: relative;
  min-height: 590px;
  display: grid;
  place-items: center;
}
.stage-orbit {
  position: absolute;
  border: 1px solid rgba(112,108,255,.08);
  border-radius: 50%;
}
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 420px; height: 420px; border-color: rgba(66,217,200,.06); }
.product-stage::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112,108,255,.18), rgba(66,217,200,.035) 54%, transparent 72%);
  filter: blur(4px);
}
.app-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 530px);
  padding: 19px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 25px;
  background:
    linear-gradient(150deg, rgba(22,26,35,.98), rgba(11,14,20,.985)),
    var(--surface);
  box-shadow:
    0 44px 105px rgba(0,0,0,.5),
    0 0 0 1px rgba(112,108,255,.028),
    inset 0 1px 0 rgba(255,255,255,.045);
}
.app-topbar, .project-row, .health-copy, .handoff-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.app-topbar { padding-bottom: 17px; }
.app-brand { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 820; letter-spacing: .13em; }
.app-brand img { width: 25px; height: 25px; border-radius: 7px; }
.ready-pill, .session, .estimate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.022);
  color: var(--muted);
  font-size: 9px;
  font-weight: 720;
}
.ready-pill { padding: 5px 8px; }
.ready-pill i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 10px rgba(121,223,189,.5);
}
.project-row, .health-panel, .handoff-panel, .continue-panel {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.018);
}
.project-row { padding: 14px 15px; }
.project-row > div { display: flex; flex-direction: column; gap: 2px; }
.project-row strong { font-size: 13px; }
.label { color: var(--muted-2); font-size: 8px; font-weight: 820; letter-spacing: .13em; }
.session { padding: 5px 8px; }
.health-panel { margin-top: 9px; padding: 15px; }
.health-copy > div { display: flex; flex-direction: column; gap: 1px; }
.health-copy strong { font-size: 25px; line-height: 1.05; }
.estimate { padding: 4px 7px; color: var(--cyan-soft); border-color: rgba(66,217,200,.13); background: rgba(66,217,200,.035); }
.health-bar {
  height: 6px;
  margin-top: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}
.health-bar span {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--indigo), var(--cyan));
  box-shadow: 0 0 16px rgba(66,217,200,.26);
}
.checkpoint {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
}
.checkpoint i {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  color: #06100e;
  background: var(--success);
  font-size: 10px;
  font-style: normal;
}
.handoff-panel {
  position: relative;
  margin-top: 9px;
  padding: 15px;
  border-color: rgba(112,108,255,.18);
  background:
    radial-gradient(circle at 90% 0%, rgba(112,108,255,.08), transparent 40%),
    rgba(112,108,255,.025);
}
.handoff-title { justify-content: flex-start; }
.handoff-symbol {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(112,108,255,.22);
  border-radius: 11px;
  color: var(--indigo-soft);
  background: rgba(112,108,255,.06);
  font-size: 19px;
}
.handoff-title div { display: flex; flex-direction: column; gap: 2px; }
.handoff-title strong { font-size: 12px; }
.handoff-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 13px;
}
.handoff-fields div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 9px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 10px;
  background: rgba(255,255,255,.015);
}
.handoff-fields span { color: var(--muted-2); font-size: 8px; font-weight: 760; }
.handoff-fields strong { font-size: 10px; font-weight: 700; }
.continue-panel { margin-top: 9px; padding: 13px 15px; }
.destinations { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.destinations span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: var(--surface-3);
  font-size: 10px;
  font-weight: 760;
}
.destinations .active {
  border-color: rgba(66,217,200,.20);
  color: #07100f;
  background: linear-gradient(110deg, var(--cyan-soft), var(--cyan));
}
.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 176px;
  padding: 10px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: rgba(14,18,24,.93);
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
  backdrop-filter: blur(14px);
}
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 10px; }
.floating-card small { color: var(--muted); font-size: 8px; }
.float-icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  color: var(--cyan-soft);
  background: rgba(66,217,200,.055);
  font-size: 10px;
}
.fc-memory { left: -14px; bottom: 52px; }
.fc-source { right: -18px; top: 58px; }

.workflow-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.01);
}
.workflow-line {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 18px;
}
.workflow-line > div { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.workflow-line span { color: var(--muted-2); font-size: 9px; font-weight: 820; letter-spacing: .08em; }
.workflow-line strong { font-size: 11px; font-weight: 760; }
.workflow-line i {
  height: 1px;
  background: linear-gradient(90deg, rgba(112,108,255,.08), rgba(112,108,255,.28), rgba(66,217,200,.10));
}
.workflow-line .highlight strong { color: var(--cyan-soft); }

.section { padding: 108px 0; }
.section-header {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, .64fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 38px;
}
.section-header h2, .continuity-copy h2, .privacy-copy h2, .final-cta h2 {
  margin: 10px 0 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-header p, .continuity-copy p, .privacy-copy p, .final-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(21,25,34,.91), rgba(13,17,23,.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.benefit-card.featured {
  border-color: rgba(112,108,255,.21);
  background:
    radial-gradient(circle at 100% 0%, rgba(112,108,255,.10), transparent 38%),
    linear-gradient(145deg, rgba(112,108,255,.055), rgba(13,17,23,.96));
}
.card-index {
  position: absolute;
  right: 22px;
  top: 20px;
  color: rgba(255,255,255,.18);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .09em;
}
.card-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(112,108,255,.18);
  border-radius: 12px;
  color: var(--indigo-soft);
  background: rgba(112,108,255,.045);
  font-size: 10px;
  font-weight: 850;
}
.benefit-card h3 { margin: 72px 0 10px; font-size: 20px; letter-spacing: -.02em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.continuity-section { padding-top: 72px; }
.continuity-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 88px;
  align-items: start;
}
.continuity-copy { position: sticky; top: 36px; }
.continuity-copy h2 { max-width: 520px; }
.continuity-copy p { max-width: 500px; margin-top: 17px; }
.feature-list { border-top: 1px solid var(--line); }
.feature-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.feature-num {
  color: var(--indigo-soft);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .09em;
}
.feature-list h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.01em; }
.feature-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.62; }

.privacy-section { padding: 36px 0 94px; }
.privacy-card {
  position: relative;
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(280px, .72fr);
  gap: 35px;
  align-items: center;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(66,217,200,.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 50%, rgba(66,217,200,.065), transparent 34%),
    linear-gradient(145deg, rgba(18,23,30,.96), rgba(11,15,20,.97));
}
.privacy-mark {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(66,217,200,.16);
  border-radius: 50%;
  color: var(--cyan-soft);
  background: rgba(66,217,200,.035);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}
.privacy-copy h2 { font-size: clamp(30px, 4vw, 44px); }
.privacy-copy p { margin-top: 10px; max-width: 610px; font-size: 13px; }
.privacy-points { display: grid; gap: 10px; }
.privacy-points span { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 700; }
.privacy-points i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #07100f;
  background: var(--success);
  font-size: 10px;
  font-style: normal;
}

.final-cta {
  position: relative;
  overflow: hidden;
  margin: 0 0 94px;
  padding: 72px 36px;
  border: 1px solid rgba(112,108,255,.20);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 115%, rgba(66,217,200,.11), transparent 30%),
    linear-gradient(145deg, rgba(112,108,255,.065), rgba(13,17,23,.97) 48%, rgba(66,217,200,.025));
  text-align: center;
}
.cta-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  left: calc(50% - 210px);
  top: -335px;
  border: 1px solid rgba(112,108,255,.13);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(112,108,255,.08);
}
.final-cta > *:not(.cta-glow) { position: relative; z-index: 1; }
.final-cta h2 { max-width: 780px; margin: 10px auto 12px; }
.final-cta p { max-width: 610px; margin: 0 auto; }

footer {
  border-top: 1px solid var(--line);
  color: var(--muted-2);
  font-size: 10px;
  padding: 27px 0 34px;
}
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-brand { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 820; letter-spacing: .12em; }
.footer-brand img { width: 22px; height: 22px; border-radius: 6px; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { max-width: 820px; }
  .product-stage { min-height: 570px; }
  .fc-memory { left: 5%; }
  .fc-source { right: 5%; }
  .privacy-card { grid-template-columns: 90px 1fr; }
  .privacy-points { grid-column: 2; }
}

@media (max-width: 840px) {
  .workflow-line {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 16px 0;
  }
  .workflow-line > div { padding: 8px 0; }
  .workflow-line i { display: none; }
  .section-header, .continuity-grid { grid-template-columns: 1fr; gap: 26px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 230px; }
  .benefit-card h3 { margin-top: 46px; }
  .continuity-copy { position: static; }
  .section { padding: 84px 0; }
  .privacy-card { grid-template-columns: 1fr; }
  .privacy-mark { width: 76px; height: 76px; }
  .privacy-points { grid-column: auto; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .site-header { min-height: 70px; }
  .brand-word { font-size: 11px; }
  .brand-icon { width: 34px; height: 34px; }
  .brand-icon img { width: 24px; height: 24px; }
  .header-cta { display: none; }
  .hero { padding: 56px 0 70px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  .lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 8px 12px; }
  .product-stage { min-height: 505px; }
  .app-shell { padding: 13px; border-radius: 21px; }
  .session { display: none; }
  .handoff-fields div { grid-template-columns: 78px 1fr; gap: 7px; }
  .floating-card { display: none; }
  .stage-orbit { display: none; }
  .section { padding: 74px 0; }
  .section-header h2, .continuity-copy h2, .final-cta h2 { font-size: clamp(36px, 11vw, 50px); }
  .privacy-section { padding-bottom: 70px; }
  .privacy-card { padding: 25px; }
  .final-cta { padding: 54px 20px; margin-bottom: 70px; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: no-preference) {
  .pulse-dot { animation: pulse 2.6s ease-in-out infinite; }
  .orbit-one { animation: drift 10s ease-in-out infinite alternate; }
  .orbit-two { animation: drift-reverse 13s ease-in-out infinite alternate; }
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 5px rgba(66,217,200,.07), 0 0 18px rgba(66,217,200,.28); }
  50% { box-shadow: 0 0 0 7px rgba(66,217,200,.035), 0 0 24px rgba(66,217,200,.48); }
}
@keyframes drift {
  from { transform: translate3d(-4px,-3px,0) scale(.99); }
  to { transform: translate3d(7px,6px,0) scale(1.01); }
}
@keyframes drift-reverse {
  from { transform: translate3d(5px,4px,0) scale(1.01); }
  to { transform: translate3d(-6px,-5px,0) scale(.99); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}


/* V3.1 signature flow + proof */
.provider-bridge {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 9px;
  padding: 10px 11px;
  border: 1px solid rgba(112,108,255,.12);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(112,108,255,.035), rgba(66,217,200,.025));
}
.provider-chip {
  display: inline-grid;
  place-items: center;
  min-width: 67px;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--muted);
  background: rgba(255,255,255,.018);
  font-size: 9px;
  font-weight: 800;
}
.provider-chip.accent {
  color: var(--text);
  border-color: rgba(112,108,255,.20);
  background: rgba(112,108,255,.05);
}
.transfer-track {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 6px;
  min-width: 0;
}
.transfer-track > i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(112,108,255,.10), rgba(66,217,200,.48));
}
.transfer-track > i:last-child { transform: scaleX(-1); }
.continuum-node {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 6px;
  border: 1px solid rgba(66,217,200,.12);
  border-radius: 9px;
  background: rgba(66,217,200,.035);
}
.continuum-node img { width: 17px; height: 17px; border-radius: 5px; }
.continuum-node b {
  color: var(--cyan-soft);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .02em;
}
.auto-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 9px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.014);
}
.auto-row > div { display: flex; flex-direction: column; gap: 2px; }
.auto-row strong { color: var(--muted); font-size: 9px; font-weight: 700; }
.toggle {
  position: relative;
  width: 34px;
  height: 19px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.toggle i {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
  background: var(--muted);
}
.toggle.on { background: rgba(66,217,200,.18); box-shadow: inset 0 0 0 1px rgba(66,217,200,.16); }
.toggle.on i { left: 18px; background: var(--cyan-soft); box-shadow: 0 0 12px rgba(66,217,200,.28); }

.resume-proof {
  display: grid;
  grid-template-columns: minmax(0,1fr) 170px minmax(0,1fr);
  align-items: stretch;
  gap: 13px;
  margin-top: 18px;
}
.proof-state {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,.014);
}
.proof-state.ready {
  border-color: rgba(66,217,200,.13);
  background: linear-gradient(145deg, rgba(66,217,200,.035), rgba(255,255,255,.012));
}
.proof-tag {
  display: block;
  margin-bottom: 17px;
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .14em;
}
.proof-state strong, .proof-state small { display: block; }
.proof-state strong { margin-bottom: 3px; font-size: 13px; }
.proof-state small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.proof-arrow {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  color: var(--indigo-soft);
  font-size: 9px;
  font-weight: 800;
}
.proof-arrow::before,
.proof-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112,108,255,.35));
}
.proof-arrow::before { left: 0; }
.proof-arrow::after { right: 0; transform: scaleX(-1); }
.proof-logo {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(112,108,255,.20);
  border-radius: 11px;
  background: var(--surface-2);
  box-shadow: 0 0 28px rgba(112,108,255,.10);
}
.proof-logo img { width: 25px; height: 25px; border-radius: 7px; }
.proof-arrow b {
  position: relative;
  z-index: 1;
  padding: 2px 6px;
  background: var(--bg);
  font-size: 8px;
  letter-spacing: .04em;
}

.footer-links { display: flex; align-items: center; gap: 16px; }
.footer-links a {
  color: var(--muted-2);
  text-decoration: none;
  transition: color .18s ease;
}
.footer-links a:hover { color: var(--text); }

/* Privacy pages */
.legal-page { padding: 72px 0 110px; }
.legal-shell { max-width: 820px; }
.legal-shell .kicker { display: block; margin-bottom: 12px; }
.legal-shell h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 68px);
  line-height: 1;
}
.legal-intro {
  max-width: 720px;
  margin: 0 0 42px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.legal-section {
  padding: 25px 0;
  border-top: 1px solid var(--line);
}
.legal-section h2 { margin: 0 0 9px; font-size: 20px; letter-spacing: -.02em; }
.legal-section p, .legal-section li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}
.legal-section p { margin: 0; }
.legal-section ul { margin: 10px 0 0; padding-left: 20px; }
.legal-note {
  margin-top: 30px;
  padding: 17px 18px;
  border: 1px solid rgba(66,217,200,.12);
  border-radius: 16px;
  background: rgba(66,217,200,.025);
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

@media (prefers-reduced-motion: no-preference) {
  .transfer-track > i::after {
    content: "";
    position: absolute;
    top: -1px;
    width: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 0 12px rgba(66,217,200,.35);
    animation: handoff-flow 2.8s ease-in-out infinite;
  }
}
@keyframes handoff-flow {
  0% { left: -18px; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { left: calc(100% + 18px); opacity: 0; }
}

@media (max-width: 840px) {
  .resume-proof { grid-template-columns: 1fr; }
  .proof-arrow { min-height: 72px; }
  .proof-arrow::before, .proof-arrow::after { width: calc(50% - 36px); }
}

@media (max-width: 620px) {
  .provider-bridge { gap: 6px; padding: 8px; }
  .provider-chip { min-width: 58px; padding: 0 6px; font-size: 8px; }
  .continuum-node b { display: none; }
  .continuum-node { padding: 4px; }
  .auto-row { padding: 10px 12px; }
  .resume-proof { margin-top: 14px; }
  .legal-page { padding: 52px 0 80px; }
  .footer-links { flex-wrap: wrap; }
}


footer > .footer-row > a {
  color: var(--muted-2);
  text-decoration: none;
}
footer > .footer-row > a:hover { color: var(--text); }
