:root {
  --ink: #090942;
  --muted: #7670a8;
  --purple: #8f45ff;
  --purple-2: #6c38ff;
  --pink: #ff5cb8;
  --blue: #3088ff;
  --mint: #40d9a8;
  --amber: #ffa91f;
  --soft-bg: #f5f0ff;
  --glass: rgba(255, 255, 255, 0.62);
  --glass-line: rgba(255, 255, 255, 0.82);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft-bg);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero-section {
  position: relative;
  min-height: 800px;
  padding: 24px 6.15vw 0;
  color: #08083d;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(169, 103, 255, 0.28) 0 12%, transparent 33%),
    radial-gradient(circle at 62% 71%, rgba(123, 65, 255, 0.22) 0 12%, transparent 38%),
    radial-gradient(circle at 5% 6%, rgba(255, 255, 255, 0.9) 0 12%, transparent 38%),
    linear-gradient(135deg, #f8f5ff 0%, #eee8ff 43%, #e8dcff 100%);
}

.star-field,
.network,
.planet-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.star-field {
  display: none;
}

.network {
  display: none;
}

.network-b {
  transform: translate(14%, 20%) scale(1.1);
  opacity: 0.22;
}

.planet-glow {
  display: none;
}

.nav {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #7541ff;
  font-size: 31px;
  font-weight: 800;
}

.brand-orb {
  width: 48px;
  height: 38px;
  display: grid;
  place-items: center;
}

.brand-orb img {
  width: 62px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #0d0d47;
  font-size: 12px;
  font-weight: 700;
}

.nav-links a {
  position: relative;
  padding-bottom: 12px;
}

.nav-links a.active {
  color: #7541ff;
}

.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 9px;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: #7541ff;
  box-shadow: 0 0 13px rgba(117, 65, 255, 0.7);
}

.nav-cta {
  justify-self: end;
  padding: 15px 24px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: linear-gradient(135deg, #a464ff, #773dff);
  box-shadow: 0 14px 30px rgba(111, 56, 255, 0.28), inset 0 1px 0 rgba(255,255,255,.45);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(500px, 0.92fr) minmax(500px, 1.08fr);
  gap: 18px;
  align-items: start;
  min-height: 714px;
}

.hero-copy {
  padding-top: 52px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #6e43ff;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 16px 32px rgba(89, 66, 164, 0.08);
  font-size: 11px;
  font-weight: 700;
}

.eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bd72ff;
  box-shadow: 0 0 18px #bd72ff;
}

.hero-copy h1 {
  margin: 34px 0 24px;
  max-width: 600px;
  font-size: clamp(46px, 3.9vw, 62px);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
  color: #090940;
  background: none;
}

.hero-copy h1 span {
  color: #7848ff;
}

.hero-copy p {
  max-width: 478px;
  margin: 0;
  color: #69639d;
  font-size: 15px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}

.primary-btn,
.secondary-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 800;
}

.primary-btn {
  min-width: 180px;
  padding: 0 26px;
  background: linear-gradient(135deg, #a05dff, #7139ff);
  box-shadow: 0 17px 42px rgba(119, 57, 255, 0.55), inset 0 1px 0 rgba(255,255,255,.34);
}

.secondary-btn {
  min-width: 190px;
  padding: 0 24px;
  color: #10104c;
  border: 1px solid rgba(119, 84, 255, 0.26);
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 14px 30px rgba(89, 66, 164, 0.08);
}

.trusted {
  margin-top: 38px;
}

.trusted p {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.avatar-row {
  display: flex;
  align-items: center;
}

.avatar {
  width: 36px;
  height: 36px;
  margin-right: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd9b1, #89563b);
}

.avatar-2 { background: linear-gradient(135deg, #ffd0e7, #9f4b76); }
.avatar-3 { background: linear-gradient(135deg, #fdd08a, #7b5dc8); }
.avatar-4 { background: linear-gradient(135deg, #b8e6ff, #80623d); }

.avatar-row strong {
  margin-left: 18px;
  color: #7770a8;
  font-size: 12px;
  line-height: 1.25;
}

.hero-visual {
  position: relative;
  align-self: start;
  min-height: 520px;
}

.main-orb {
  position: absolute;
  z-index: 3;
  width: min(43vw, 548px);
  max-width: none;
  right: 9.5vw;
  top: 126px;
  filter: drop-shadow(0 46px 72px rgba(110, 62, 255, 0.27));
  animation: orbFloat 5.8s ease-in-out infinite;
}

.orb-stage {
  position: absolute;
  z-index: 1;
  right: 7.2vw;
  bottom: 78px;
  width: min(42vw, 560px);
  height: 174px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(255,255,255,.62) 0 12%, rgba(170,118,255,.18) 34%, transparent 62%);
  box-shadow: 0 28px 62px rgba(114, 70, 255, 0.1);
  filter: blur(8px);
}

.spark {
  display: none;
}

.floating-pill {
  position: absolute;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  color: #5e55a0;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 18px 42px rgba(95, 70, 169, 0.1);
  backdrop-filter: blur(20px);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  animation: badgeFloat 5.2s ease-in-out infinite;
}

.pill-ai { left: -8%; top: 152px; animation-delay: -.8s; }
.pill-local { right: 2.8vw; top: 136px; animation-delay: -1.7s; }
.pill-private { left: -11%; top: 362px; animation-delay: -2.4s; }
.pill-search { right: -1.2vw; top: 357px; animation-delay: -1.1s; }
.pill-memory { right: 13.7vw; top: 510px; animation-delay: -3s; }

@keyframes orbFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

.light-panel {
  position: relative;
  z-index: 10;
  margin-top: -128px;
  padding: 0 3vw 54px;
  background: transparent;
}

.light-panel::before {
  content: "";
  position: absolute;
  inset: 128px 0 0;
  opacity: 0.18;
  background:
    radial-gradient(circle, #8b66ff 0 1px, transparent 1.4px),
    linear-gradient(30deg, transparent 49%, #c6b5ff 50%, transparent 51%);
  background-size: 160px 160px, 280px 280px;
  mask-image: linear-gradient(180deg, transparent 0, #000 16%, #000 70%, transparent 100%);
}

.light-panel::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 128px 0 0;
  background:
    radial-gradient(circle at 20% 2%, rgba(255,255,255,.98), transparent 34%),
    radial-gradient(circle at 85% 8%, rgba(243,238,255,.95), transparent 38%),
    linear-gradient(180deg, #fdfbff 0%, #f4efff 54%, #fbfaff 100%);
}

.glass-panel,
.feature-card,
.memory-card {
  border: 1px solid var(--glass-line);
  background: var(--glass);
  box-shadow: 0 24px 70px rgba(96, 61, 170, 0.11), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(24px);
}

.intro-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 30% 1fr 29%;
  gap: 34px;
  align-items: center;
  min-height: 492px;
  padding: 42px 54px 0;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 34px 92px rgba(75, 49, 145, 0.16), inset 0 1px 0 rgba(255,255,255,.95);
}

.phone-frame {
  align-self: end;
  max-width: 275px;
  height: 412px;
  padding: 9px;
  border: 4px solid rgba(41, 39, 113, 0.25);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(238,231,255,.5));
  box-shadow: 0 20px 60px rgba(72,54,143,.15);
}

.phone-screen {
  height: 100%;
  padding: 14px 15px;
  border-radius: 31px 31px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(137,70,255,.11), transparent 34%),
    radial-gradient(circle at 25% 98%, rgba(255,99,184,.1), transparent 40%),
    #f8f4ff;
  font-family: "Patrick Hand", Inter, sans-serif;
}

.phone-status,
.phone-top {
  display: flex;
  justify-content: space-between;
  color: #111235;
  font: 600 12px Inter, sans-serif;
}

.phone-top {
  margin-top: 14px;
  color: #8b67ff;
}

.phone-greeting {
  margin: 12px 0 0;
  color: #8a82b5;
  font-size: 13px;
}

.phone-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.phone-title-row h3 {
  margin: 0;
  color: #7c4aff;
  font: 900 30px Inter, sans-serif;
}

.phone-title-row p {
  margin: 0;
  color: #8580ad;
  font-size: 10px;
  line-height: 1.2;
}

.phone-title-row img {
  width: 64px;
  margin-top: -10px;
}

.phone-search,
.ask-input {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #9a94bd;
  background: rgba(255,255,255,.78);
  box-shadow: inset 0 1px 0 #fff, 0 10px 24px rgba(101,75,167,.08);
}

.phone-search {
  margin-top: 16px;
  font-size: 10px;
}

.phone-search b,
.ask-input b {
  margin-left: auto;
  color: #7d4eff;
}

.phone-section {
  margin-top: 22px;
  color: #1a1554;
  font-size: 13px;
  font-weight: 700;
}

.phone-section small {
  margin-left: 8px;
  color: #8a4cff;
}

.insight-box {
  margin-top: 13px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.66);
  box-shadow: inset 0 1px 0 #fff;
}

.insight-head {
  display: flex;
  gap: 12px;
}

.insight-head span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7b42ff;
  background: #ede5ff;
}

.insight-head strong {
  font-size: 14px;
}

.insight-head p {
  margin: 2px 0 0;
  color: #8a84ad;
  font-size: 11px;
}

.insight-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 18px;
}

.insight-stats b {
  display: block;
  color: #15104a;
  font-size: 10px;
}

.insight-stats small {
  display: block;
  color: #918bb1;
  font-size: 8px;
}

.mini-cards {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.mini-cards span {
  width: 66px;
  height: 92px;
  border-radius: 18px;
  background: linear-gradient(145deg, #ffeef7, #fff8fb);
}

.mini-cards span:nth-child(3) {
  background: linear-gradient(145deg, #c9ffe7, #8ef1c9);
}

.section-kicker {
  color: #7d3cff;
  font-size: 12px;
  font-weight: 900;
}

.intro-copy h2 {
  margin: 30px 0 18px;
  max-width: 520px;
  color: #090942;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.12;
  font-weight: 900;
}

.intro-copy h2 span,
.feature-heading span {
  color: #8048ff;
}

.intro-copy p {
  max-width: 430px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.62;
}

.mini-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(90px, 1fr));
  gap: 12px;
}

.mini-features article {
  min-height: 126px;
  padding: 18px 12px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 17px;
  background: rgba(255,255,255,.48);
  box-shadow: inset 0 1px 0 #fff;
  text-align: center;
}

.mini-features i,
.feature-card i,
.stats-strip i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 15px;
  color: #8245ff;
  background: #eee4ff;
  font-style: normal;
  font-weight: 900;
}

.mini-features article:nth-child(2) i,
.feature-card:nth-child(5) i {
  color: #f22f95;
  background: #ffe4f1;
}

.mini-features article:nth-child(3) i,
.feature-card:nth-child(3) i,
.feature-card:nth-child(7) i {
  color: #f3a000;
  background: #fff1d3;
}

.mini-features article:nth-child(4) i,
.feature-card:nth-child(2) i,
.stats-strip div:nth-child(3) i {
  color: #1fc78e;
  background: #daf9ee;
}

.mini-features strong {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
}

.mini-features span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.34;
}

.ask-card {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 28px;
  background: rgba(255,255,255,.45);
  box-shadow: inset 0 1px 0 #fff, 0 18px 50px rgba(92,64,170,.09);
}

.ask-card h3 {
  margin: 0 0 19px;
  font-size: 22px;
}

.ask-card p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.ask-card ul {
  display: grid;
  gap: 22px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.ask-card li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 13px;
  align-items: start;
}

.ask-card li span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  color: #7848ff;
  background: #f1e9ff;
}

.ask-card b {
  display: block;
  grid-column: 2;
  font-size: 13px;
}

.ask-card small {
  display: block;
  grid-column: 2;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.ask-input {
  height: 48px;
  color: #8d87b0;
  font-size: 14px;
}

.feature-heading {
  position: relative;
  z-index: 2;
  margin: 38px 0 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}

.feature-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(7, minmax(112px, 1fr));
  gap: 18px;
}

.feature-card {
  min-height: 198px;
  padding: 27px 18px 22px;
  border-radius: 18px;
  text-align: center;
}

.feature-card:nth-child(4) i,
.stats-strip div:nth-child(4) i {
  color: #218cff;
  background: #e1efff;
}

.feature-card h3 {
  margin: 0 0 14px;
  font-size: 14px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.stats-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 38px;
  padding: 30px 22px;
  border-radius: 24px;
}

.stats-strip div {
  display: grid;
  justify-items: center;
  border-right: 1px solid rgba(89,72,151,.13);
}

.stats-strip div:last-child {
  border-right: 0;
}

.stats-strip strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.stats-strip span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

.timeline {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 42px;
  padding: 6px 32px 0;
}

.timeline-copy h2 {
  margin: 28px 0 12px;
  font-size: 31px;
  line-height: 1.1;
}

.timeline-copy p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.5;
}

.timeline-copy a {
  color: #7b3cff;
  font-weight: 800;
}

.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding-top: 58px;
}

.timeline-track::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(129, 92, 255, 0.25);
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding: 28px 4vw;
  border-top: 1px solid rgba(111, 83, 180, 0.12);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #7541ff;
  font-size: 22px;
  font-weight: 900;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #6f68a0;
  font-size: 13px;
  font-weight: 800;
}

.legal-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 8%, rgba(142, 82, 255, 0.28), transparent 34%),
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.95), transparent 32%),
    linear-gradient(135deg, #fbf9ff 0%, #f2ecff 48%, #eadfff 100%);
}

.legal-shell {
  position: relative;
  min-height: 100vh;
  padding: 26px 6vw 70px;
  overflow: hidden;
}

.legal-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 16%, rgba(137, 78, 255, .28), transparent 24%),
    radial-gradient(circle at 30% 72%, rgba(255,255,255,.9), transparent 34%);
}

.legal-shell::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 92px;
  width: 360px;
  height: 260px;
  pointer-events: none;
  background: url("orbb.png") center / contain no-repeat;
  opacity: 0.12;
  filter: blur(1px);
}

.legal-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 16px 40px rgba(92,64,170,.08);
  backdrop-filter: blur(18px);
}

.legal-links a {
  padding: 11px 16px;
  border-radius: 999px;
  color: #585184;
  font-size: 13px;
  font-weight: 800;
}

.legal-links a.active {
  color: #fff;
  background: linear-gradient(135deg, #a05dff, #7139ff);
  box-shadow: 0 12px 28px rgba(119, 57, 255, 0.25);
}

.legal-hero {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 88px auto 30px;
  text-align: center;
}

.legal-hero h1 {
  margin: 24px 0 18px;
  color: #090940;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
  font-weight: 900;
}

.legal-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: #69639d;
  font-size: 18px;
  line-height: 1.7;
}

.legal-hero small {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  color: #7541ff;
  background: rgba(255,255,255,.5);
  font-weight: 800;
}

.legal-card {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 30px;
}

.legal-card section {
  padding: 30px 0;
  border-bottom: 1px solid rgba(95, 72, 151, .11);
}

.legal-card section:first-child {
  padding-top: 0;
}

.legal-card section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-card h2 {
  margin: 0 0 16px;
  color: #090940;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.legal-card h3 {
  margin: 24px 0 10px;
  color: #7b48ff;
  font-size: 16px;
}

.legal-card p,
.legal-card li {
  color: #68629a;
  font-size: 16px;
  line-height: 1.75;
}

.legal-card p {
  margin: 0 0 14px;
}

.legal-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 16px 0 18px;
  padding: 0;
  list-style: none;
}

.legal-card li {
  position: relative;
  padding: 12px 14px 12px 38px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 16px;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.legal-card li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 21px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8f45ff;
  box-shadow: 0 0 12px rgba(143, 69, 255, .45);
}

.legal-card a {
  color: #7541ff;
  font-weight: 800;
}

.memory-card {
  position: relative;
  min-height: 118px;
  padding: 23px 18px 15px;
  border-radius: 14px;
}

.memory-card::before {
  content: "";
  position: absolute;
  top: -23px;
  left: 50%;
  width: 2px;
  height: 22px;
  background: currentColor;
}

.memory-card span {
  position: absolute;
  top: -61px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 14px;
  border-radius: 999px;
  background: currentColor;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.memory-card b,
.memory-card small,
.memory-card em {
  display: block;
}

.memory-card b {
  font-size: 13px;
  line-height: 1.35;
}

.memory-card small {
  margin-top: 13px;
  color: var(--muted);
  font-size: 11px;
}

.memory-card em {
  margin-top: 15px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.green { color: #29c38b; background: rgba(220, 250, 240, .64); }
.amber { color: #f2a10b; background: rgba(255, 244, 220, .68); }
.pink { color: #f248a3; background: rgba(255, 230, 242, .69); }
.violet { color: #7d48ff; background: rgba(238, 229, 255, .7); }

@media (max-width: 1100px) {
  .nav-links { gap: 24px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-section { min-height: 930px; }
  .hero-copy { max-width: 560px; }
  .hero-visual { min-height: 440px; }
  .main-orb { width: min(82vw, 620px); right: 1vw; top: 4px; }
  .intro-card { grid-template-columns: 1fr 1fr; }
  .ask-card { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .timeline { grid-template-columns: 1fr; }
  .legal-card ul { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-section {
    min-height: 930px;
    padding: 22px 23px 0;
    background:
      radial-gradient(circle at 72% 35%, rgba(142, 82, 255, .52), transparent 44%),
      linear-gradient(180deg, #f3eeff 0%, #eee8fb 54%, #faf8ff 100%);
    color: #1b1742;
  }

  .star-field { opacity: .18; }
  .network { opacity: .18; mask-image: radial-gradient(circle at 78% 23%, #000 0 42%, transparent 68%); }
  .planet-glow { display: none; }

  .nav {
    grid-template-columns: 1fr auto;
  }

  .brand,
  .nav-cta,
  .nav-links {
    color: #20184f;
  }

  .brand {
    font-size: 24px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    padding: 12px 17px;
    color: #fff;
    font-size: 12px;
  }

  .hero-content {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    gap: 0;
    text-align: center;
  }

  .hero-visual {
    min-height: 190px;
    width: 100%;
  }

  .main-orb {
    width: 248px;
    left: 50%;
    right: auto;
    top: 18px;
    transform: translateX(-50%);
  }

  .spark,
  .floating-pill {
    display: none;
  }

  .hero-copy {
    padding-top: 10px;
  }

  .eyebrow {
    background: rgba(255,255,255,.55);
    color: #726a9a;
  }

  .hero-copy h1 {
    margin-top: 28px;
    color: #090940;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 42px;
    line-height: 1.16;
    background: none;
  }

  .hero-copy h1 span {
    color: #8d57ff;
  }

  .hero-copy p {
    margin: 0 auto;
    color: #736d91;
    font-family: "Patrick Hand", Inter, sans-serif;
    font-size: 25px;
    line-height: 1.22;
  }

  .hero-actions {
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
  }

  .primary-btn,
  .secondary-btn {
    width: min(100%, 420px);
    min-height: 70px;
    border-radius: 999px;
    font-family: "Patrick Hand", Inter, sans-serif;
    font-size: 22px;
  }

  .secondary-btn {
    color: #7248df;
    background: rgba(255,255,255,.55);
    border-color: #fff;
  }

  .trusted {
    display: none;
  }

  .light-panel {
    margin-top: 0;
    padding: 24px 15px 36px;
  }

  .intro-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px 18px;
    border-radius: 26px;
  }

  .phone-frame {
    justify-self: center;
    width: min(100%, 286px);
  }

  .intro-copy {
    text-align: center;
  }

  .intro-copy h2 {
    margin-top: 14px;
    font-size: 31px;
  }

  .intro-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .mini-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .ask-card {
    padding: 25px 20px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .feature-card {
    min-height: 174px;
    padding: 22px 13px 18px;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 0;
  }

  .stats-strip div:nth-child(2) {
    border-right: 0;
  }

  .timeline {
    padding: 0 5px;
  }

  .timeline-copy {
    text-align: center;
  }

  .timeline-track {
    grid-template-columns: 1fr;
    gap: 74px;
    padding-top: 50px;
  }

  .timeline-track::before {
    left: 50%;
    right: auto;
    top: 36px;
    bottom: 0;
    height: auto;
    border-top: 0;
    border-left: 2px dashed rgba(129, 92, 255, 0.25);
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .legal-shell {
    padding: 22px 18px 46px;
  }

  .legal-nav {
    align-items: flex-start;
  }

  .legal-links {
    gap: 4px;
  }

  .legal-links a {
    padding: 10px 11px;
    font-size: 12px;
  }

  .legal-hero {
    margin-top: 58px;
    text-align: left;
  }

  .legal-hero p {
    margin: 0;
    font-size: 16px;
  }

  .legal-card {
    border-radius: 24px;
  }
}

@media (max-width: 430px) {
  .hero-section {
    min-height: 910px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 22px;
  }

  .feature-grid,
  .mini-features {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    grid-template-columns: 1fr;
  }

  .stats-strip div {
    border-right: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(89,72,151,.13);
  }

  .stats-strip div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
