:root {
  color-scheme: dark;
  --bg: #050609;
  --panel: #101726;
  --panel-2: #172033;
  --text: #f4f7ff;
  --muted: #a8b3c8;
  --line: rgba(139, 124, 255, 0.28);
  --purple: #6d5dfc;
  --cyan: #44d7d3;
  --green: #35dc9b;
  --orange: #f97316;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(249,115,22,0.16), transparent 28rem),
    radial-gradient(circle at 78% 2%, rgba(34,211,238,0.14), transparent 26rem),
    radial-gradient(circle at 42% 28%, rgba(99,102,241,0.18), transparent 34rem),
    #050609;
  color: var(--text);
  font-family: Poppins, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1480px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 42px);
  background:
    linear-gradient(90deg, rgba(5,6,9,0.94), rgba(40,22,45,0.78) 54%, rgba(5,6,9,0.88));
  border: 2px solid rgba(167,139,250,0.18);
  border-radius: 999px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.24), inset 0 1px 0 rgba(255,255,255,0.08);
  backdrop-filter: blur(22px);
}
.brand, .nav, .hero-actions, .hero-pills, .ticker-track, .action-row, .header-actions { display: flex; }
.brand { align-items: center; gap: 10px; font-size: 20px; font-weight: 700; }
.brand-logo { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(255,154,74,.35)); }
.nav { gap: 4px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav a {
  position: relative;
  padding: 12px 14px;
  border-radius: 999px;
  transition: color .18s ease, background .18s ease;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: #d946ef;
  opacity: 0;
  transform: translateX(-50%) scaleX(.2);
  transition: opacity .18s ease, transform .18s ease;
}
.nav a:hover { color: var(--text); background: rgba(255,255,255,.08); }
.nav a:hover:after { opacity: 1; transform: translateX(-50%) scaleX(1); }
.header-actions { align-items: center; gap: 10px; }
.locale-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #d7def1;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  font-size: 12px;
  font-weight: 700;
}
.locale-link:hover { border-color: rgba(139,124,255,.55); color: var(--text); }
.header-cta, .primary-cta, .secondary-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 28px; border-radius: 20px; font-weight: 600;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.header-cta, .primary-cta {
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
  background: #4f46e5 linear-gradient(135deg, var(--purple) 0%, #4f46e5 100%);
  box-shadow:
    0 4px 15px rgba(0,0,0,.4),
    -6px 0 20px rgba(109,93,252,.28),
    6px 0 20px rgba(68,215,211,.2),
    inset 0 0 10px rgba(255,255,255,.08);
}
.header-cta:hover, .primary-cta:hover {
  transform: translateY(-2px);
  background: #4338ca linear-gradient(135deg, #5b4ff0 0%, #4338ca 100%);
  box-shadow:
    0 8px 25px rgba(0,0,0,.5),
    -10px 0 30px rgba(109,93,252,.44),
    10px 0 30px rgba(68,215,211,.3),
    inset 0 0 15px rgba(255,255,255,.15);
}
.secondary-cta { border: 1px solid rgba(255,255,255,.16); color: var(--text); }
.secondary-cta:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }

main { overflow: hidden; }
.reminder-fold, .finance-control, .testimonials, .pricing, .faq, .soon {
  scroll-margin-top: 112px;
}
.hero, .split, .feature-map, .memory-section, .reminder-fold, .soon, .use-cases, .testimonials, .pricing, .faq {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: clamp(18px, 4vw, 64px);
  padding-right: clamp(18px, 4vw, 64px);
}
.hero {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr);
  align-items: center;
  gap: 24px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.hero-copy { min-width: 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 600;
}
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 9px 16px;
  color: rgba(255,255,255,.9);
  border: 1px solid rgba(129,140,248,.38);
  border-radius: 999px;
  background: rgba(99,102,241,.12);
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}
.hero .eyebrow span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.14);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 790px;
  margin-bottom: 16px;
  color: #f8fafc;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: break-word;
}
h1 em {
  display: block;
  color: var(--orange);
  font-style: normal;
  font-weight: 700;
  text-shadow: 0 22px 52px rgba(249,115,22,.26);
}
h2 { margin-bottom: 16px; font-size: clamp(34px, 4.8vw, 58px); font-weight: 600; line-height: 1.08; letter-spacing: 0; }
h3 { margin-bottom: 10px; font-size: 22px; font-weight: 600; }
.hero-text, .section-copy p, .section-heading p, .pricing p, .faq p { color: var(--muted); font-size: 19px; font-weight: 300; line-height: 1.54; }
.section-copy p.eyebrow, .section-heading p.eyebrow, .pricing p.eyebrow, .use-cases p.eyebrow, .testimonials p.eyebrow, .soon p.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 600;
}
.hero-text {
  position: relative;
  max-width: 560px;
  padding-left: 18px;
  font-size: clamp(16px, 1.16vw, 18px);
  line-height: 1.48;
}
.hero-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: .68em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #a855f7;
  box-shadow: 0 0 0 7px rgba(168,85,247,.13), 0 0 22px rgba(168,85,247,.48);
}
.hero-actions { gap: 14px; flex-wrap: wrap; margin-top: 20px; }
.hero-pills { gap: clamp(16px, 2.2vw, 30px); flex-wrap: nowrap; margin-top: 20px; align-items: center; }
.hero-pills span {
  position: relative;
  padding-left: 20px;
  color: #e2e8f0;
  font-size: clamp(13px, 1.04vw, 15px);
  font-weight: 600;
  white-space: nowrap;
}
.hero-pills span:before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d946ef, #8b5cf6);
  box-shadow: 0 0 0 6px rgba(139,92,246,.12);
}

.hero-stage { position: relative; display: grid; place-items: center; min-height: 508px; }
.iphone-screen, .wa-phone-frame {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
}
.iphone {
  position: relative;
  width: min(100%, 292px);
  aspect-ratio: 9 / 18.5;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 42px;
  background: #101319;
  box-shadow: 0 34px 80px rgba(17,24,39,.28), inset 0 0 0 2px rgba(255,255,255,.12), inset 0 0 0 8px #20242d;
}
.iphone:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 19%;
  width: 4px;
  height: 58px;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(180deg, #252a35, #111827);
  box-shadow: 0 76px 0 #171c26;
}
.iphone:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 28%;
  width: 4px;
  height: 82px;
  border-radius: 0 6px 6px 0;
  background: linear-gradient(180deg, #252a35, #111827);
}
.iphone-notch {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 50%;
  width: 112px;
  height: 30px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: #050609;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.12), 0 2px 8px rgba(0,0,0,.35);
  transform: translateX(-50%);
}
.iphone-notch:after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid rgba(90,111,148,.45);
  border-radius: 999px;
  background: #151a24;
  transform: translateY(-50%);
}
.iphone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #efe7dd;
}
.iphone-status {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 38px;
  padding: 6px 22px 0;
  color: #050609;
  background: #f7faf8;
}
.status-icons {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #050609;
}
.cell-bars {
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  height: 13px;
}
.cell-bars i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: currentColor;
}
.cell-bars i:nth-child(1) { height: 5px; }
.cell-bars i:nth-child(2) { height: 7px; }
.cell-bars i:nth-child(3) { height: 10px; }
.cell-bars i:nth-child(4) { height: 12px; }
.ios-wifi {
  width: 18px;
  height: 14px;
  overflow: visible;
}
.ios-wifi path,
.wa-back svg,
.wa-blue-icon svg,
.compose-input svg,
.compose-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ios-wifi path { stroke-width: 2.5; }
.ios-battery {
  position: relative;
  display: inline-flex;
  width: 23px;
  height: 11px;
  padding: 2px;
  border: 1.8px solid currentColor;
  border-radius: 3px;
}
.ios-battery:after {
  content: "";
  position: absolute;
  right: -3.8px;
  top: 3px;
  width: 2px;
  height: 5px;
  border-radius: 0 2px 2px 0;
  background: currentColor;
}
.ios-battery i {
  display: block;
  width: 72%;
  border-radius: 2px;
  background: currentColor;
}
.wa-app-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 24px 42px minmax(0, 1fr) 30px 30px;
  align-items: center;
  gap: 9px;
  padding: 11px 11px 10px;
  border-bottom: 1px solid rgba(17,27,33,.08);
  background: #f0f2f5;
}
.wa-back,
.wa-blue-icon {
  display: grid;
  place-items: center;
  color: #0b84ff;
  line-height: 1;
}
.wa-back svg {
  width: 28px;
  height: 28px;
  stroke-width: 3;
}
.wa-blue-icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 2.2;
}
.wa-app-header img {
  width: 42px;
  height: 42px;
  padding: 5px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(17,27,33,.08);
}
.wa-app-header strong {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  color: #111b21;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wa-verified {
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  color: #fff;
  border-radius: 999px;
  background: #53bdeb;
  font-size: 10px;
  line-height: 1;
}
.wa-app-header small { color: #667781; font-size: 12px; font-weight: 500; }
.hero-chat-window {
  position: absolute;
  inset: 91px 0 58px;
  z-index: 1;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(99,102,241,.08) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 45%, rgba(34,211,238,.1) 0 2px, transparent 3px);
  background-size: 34px 34px;
}
.hero-chat-scroll {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  padding: 14px;
}
.hero-chat-scroll.js-seq .hero-wa-bubble,
.hero-chat-scroll.js-seq .hero-wa-typing { display: none; }
.hero-chat-scroll.js-seq .hero-wa-bubble.is-shown { display: block; animation: waPop .26s ease; }
.hero-chat-scroll.js-seq .hero-wa-typing.is-shown { display: inline-flex; animation: waPop .26s ease; }
.hero-wa-bubble {
  position: relative;
  width: fit-content;
  max-width: 86%;
  padding: 10px 12px 20px;
  color: #111b21;
  border-radius: 16px 16px 16px 4px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(17,27,33,.12);
  font-size: 13.4px;
  line-height: 1.42;
}
.hero-wa-bubble.user {
  align-self: flex-end;
  max-width: 82%;
  border-radius: 16px 16px 4px 16px;
  background: #d9fdd3;
}
.hero-wa-bubble.short { max-width: 58%; }
.hero-wa-bubble time {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #667781;
  font-size: 11px;
}
.hero-wa-typing {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 72px;
  padding: 12px 15px;
  border-radius: 16px 16px 16px 4px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(17,27,33,.12);
}
.hero-wa-typing i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #87929a;
  animation: typingPulse 1s ease-in-out infinite;
}
.hero-wa-typing i:nth-child(2) { animation-delay: .16s; }
.hero-wa-typing i:nth-child(3) { animation-delay: .32s; }
.iphone-compose {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 30px 30px;
  align-items: center;
  gap: 8px;
  padding: 10px;
  color: #8b929c;
  background: #f0f2f5;
}
.compose-plus { font-size: 34px; line-height: 1; }
.compose-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  padding: 0 10px 0 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(17,27,33,.04);
}
.compose-input i {
  width: 1px;
  height: 18px;
  border-radius: 1px;
  background: #12b886;
}
.compose-input svg {
  width: 20px;
  height: 20px;
  color: #8b929c;
  stroke-width: 2;
}
.compose-icon {
  display: grid;
  place-items: center;
  color: #8b929c;
}
.compose-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 2.2;
}
.web-mock, .phone-mock, .signal-stack, .mock-card, .shot, .soon-list div, details {
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(145deg, rgba(17,24,39,.95), rgba(10,14,25,.94));
  box-shadow: 0 24px 90px rgba(0,0,0,.38);
  border-radius: 14px;
}
.web-mock {
  position: absolute; inset: 28px 0 auto 0; min-height: 560px; display: grid; grid-template-columns: 190px 1fr; overflow: hidden;
}
.app-sidebar { padding: 24px 18px; background: rgba(5,8,16,.78); border-right: 1px solid rgba(255,255,255,.08); display: grid; gap: 13px; align-content: start; }
.app-sidebar strong { color: #aa91ff; font-size: 23px; margin-bottom: 18px; }
.app-sidebar span { color: #aab5ca; padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.04); }
.app-sidebar span:nth-child(2), .app-sidebar span:nth-child(5), .app-sidebar span:nth-child(8) { color: #ffc082; background: rgba(255,154,74,.12); }
.app-content { padding: 32px; }
.app-content small { color: var(--cyan); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.app-content h3 { font-size: 38px; margin: 12px 0 24px; }
.progress-card { display: flex; justify-content: space-between; padding: 18px; margin-bottom: 13px; border-radius: 12px; background: rgba(255,255,255,.06); color: #dfe6fb; }
.progress-card b { color: var(--green); }
.mini-chart { display: flex; align-items: end; gap: 10px; height: 120px; margin-top: 26px; }
.mini-chart i { width: 54px; border-radius: 9px 9px 0 0; background: linear-gradient(180deg, var(--purple), var(--cyan)); animation: bars 2.8s ease-in-out infinite; }
.mini-chart i:nth-child(1){height:42px}.mini-chart i:nth-child(2){height:84px;animation-delay:.2s}.mini-chart i:nth-child(3){height:62px;animation-delay:.4s}.mini-chart i:nth-child(4){height:108px;animation-delay:.6s}
.phone-mock { position: absolute; right: 24px; top: 200px; width: 280px; min-height: 500px; padding: 18px; border-radius: 34px; background: #07100d; border: 8px solid #141b2c; }
.phone-top { text-align: center; color: var(--green); font-weight: 600; margin-bottom: 18px; }
.chat-bubble { max-width: 230px; margin: 12px 0; padding: 12px 14px; border-radius: 16px; line-height: 1.35; font-size: 14px; }
.chat-bubble.user { margin-left: auto; background: #265c45; }
.chat-bubble.bot { background: #182338; color: #dfe7fb; }
.signal-stack { position: absolute; left: 42px; bottom: 28px; width: 330px; padding: 16px; display: grid; gap: 12px; }
.signal-stack div { padding: 13px; border-radius: 12px; background: rgba(255,255,255,.06); }
.signal-stack b { display: block; color: var(--text); }
.signal-stack span { color: var(--muted); font-size: 13px; }
.floating-a { animation: floatA 7s ease-in-out infinite; }
.floating-b { animation: floatB 6.4s ease-in-out infinite; }
.floating-c { animation: floatC 7.6s ease-in-out infinite; }

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(148,163,184,.12);
  background:
    radial-gradient(circle at 20% 20%, rgba(249,115,22,.12), transparent 28%),
    radial-gradient(circle at 76% 24%, rgba(34,211,238,.12), transparent 28%),
    #050609;
  backdrop-filter: blur(18px);
}
.ticker-track { width: max-content; gap: 34px; padding: 12px 0; animation: ticker 28s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker span { display: inline-flex; align-items: center; gap: 10px; color: #e2e8f0; font-size: 14px; font-weight: 500; white-space: nowrap; }
.ticker-inline {
  display: none;
  width: min(100vw, 100%);
  margin-top: 22px;
  border-radius: 18px;
  border: 1px solid rgba(148,163,184,.12);
}
.proof-svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  color: #fff;
  filter: drop-shadow(0 10px 18px rgba(249,115,22,.3));
}

.singularity-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 92px) clamp(18px, 4vw, 64px);
  color: #f8fafc;
  background:
    radial-gradient(circle at 20% 24%, rgba(249,115,22,.14), transparent 26rem),
    radial-gradient(circle at 78% 70%, rgba(34,211,238,.12), transparent 24rem);
}
.singularity-chip {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 18px;
  color: #e0e7ff;
  border: 1px solid rgba(167,139,250,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-weight: 700;
}
.singularity-copy h2 { color: #fff; font-size: clamp(38px, 5vw, 58px); }
.singularity-copy p:not(.singularity-chip) { max-width: 520px; color: #cbd5e1; font-size: 20px; line-height: 1.65; }
.singularity-stage {
  position: relative;
  min-height: 520px;
  overflow: visible;
}
.singularity-lens {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 3;
  width: 92%;
  height: 76px;
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0%, rgba(99,102,241,.18) 18%, rgba(255,255,255,.84) 44%, rgba(255,255,255,.96) 50%, rgba(255,255,255,.78) 56%, rgba(99,102,241,.18) 82%, transparent 100%);
  filter: blur(8px);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: lensBreath 4.8s ease-in-out infinite;
}
.singularity-core-shell {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 4;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #020305 0 43%, rgba(5,6,9,.96) 44% 53%, rgba(255,255,255,.62) 54% 56%, rgba(129,140,248,.34) 59%, transparent 72%);
  box-shadow: 0 0 48px rgba(255,255,255,.32), 0 0 92px rgba(129,140,248,.28), inset 0 0 34px rgba(0,0,0,.95);
  transform: translate(-50%, -50%);
}
.singularity-disc {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, rgba(249,115,22,.42), rgba(99,102,241,.22), rgba(34,211,238,.18), rgba(249,115,22,.38), rgba(99,102,241,.2));
  filter: blur(16px);
  opacity: .58;
  transform: translate(-50%, -50%) rotate(-10deg) scaleY(.55);
  animation: discSpin 11s linear infinite;
}
.orbit-ring {
  position: absolute;
  left: 50%;
  top: 52%;
  border: 1px solid rgba(148,163,184,.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ring-one { width: 34%; aspect-ratio: 1; }
.ring-two { width: 58%; aspect-ratio: 1; animation: orbitSpin 28s linear infinite; }
.ring-three { width: 84%; aspect-ratio: 1; animation: orbitSpin 39s linear infinite reverse; }
.singularity-node {
  position: absolute;
  z-index: 5;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 86px;
  color: #d8e0ef;
  font-weight: 500;
  animation: nodeDrift 7.2s ease-in-out infinite;
}
.singularity-node span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: rgba(15,23,42,.78);
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
}
.singularity-node svg { width: 28px; height: 28px; color: #fff; }
.singularity-node b { font-size: 13px; text-align: center; }
.node-whatsapp { left: 50%; top: 6%; }
.node-whatsapp svg { color: #25d366; }
.node-slack { left: 80%; top: 16%; animation-delay: .2s; }
.node-drive { left: 94%; top: 43%; animation-delay: .4s; }
.node-sheets { left: 61%; top: 90%; animation-delay: .6s; }
.node-calendar { left: 18%; top: 16%; animation-delay: .8s; }
.node-calendar svg { color: #f97316; }
.node-checklist { left: 32%; top: 4%; animation-delay: 1s; }
.node-checklist svg { color: #22d3ee; }
.node-docs { left: 85%; top: 72%; animation-delay: 1.2s; }
.node-files { left: 8%; top: 24%; animation-delay: 1.4s; }
.node-files svg { color: #e2e8f0; }
.node-documents { left: 12%; top: 72%; animation-delay: 1.5s; }
.node-documents svg { color: #38bdf8; }
.node-bank { left: 36%; top: 90%; animation-delay: 1.6s; }
.node-bank svg { color: #22c55e; }
.node-meetings { left: 5%; top: 43%; animation-delay: 1.8s; }
.node-meetings svg { color: #a78bfa; }
.node-goals { left: 68%; top: 4%; animation-delay: 2s; }
.node-goals svg { color: #facc15; }
.node-notes { left: 92%; top: 24%; animation-delay: 2.2s; }
.node-notes svg { color: #e2e8f0; }
.singularity-core {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 6;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  box-shadow: 0 0 0 0 rgba(99,102,241,.28), 0 0 80px rgba(99,102,241,.36);
  transform: translate(-50%, -50%);
  animation: corePulse 3s ease-in-out infinite;
}
.singularity-core img,
.singularity-core svg {
  position: absolute;
  width: 68px;
  height: 68px;
}
.singularity-core img { animation: centerFlow 3s ease-in-out infinite; }
.singularity-core svg { color: #25d366; animation: centerWhats 3s ease-in-out infinite; }

.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: 52px; align-items: center; padding-top: 110px; padding-bottom: 70px; }
.split.reverse { direction: rtl; }
.split.reverse > * { direction: ltr; }
.section-copy ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.section-copy li { color: #d7def1; padding-left: 30px; position: relative; }
.section-copy li:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 1px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 999px;
  color: #06110d;
  background: #22c55e;
  box-shadow: 0 0 14px rgba(34,197,94,.4);
  font-size: 12px;
  font-weight: 700;
}
.mock-card { min-height: 380px; padding: 26px; }
.mock-header { color: #aa91ff; font-size: 28px; font-weight: 700; margin-bottom: 22px; }
.chat-line { margin-bottom: 16px; padding: 18px; border-radius: 14px; line-height: 1.45; }
.chat-line.user { background: rgba(139,124,255,.16); }
.chat-line.bot { background: rgba(68,215,211,.12); }
.action-row { gap: 10px; flex-wrap: wrap; }
.action-row span { padding: 10px 12px; border-radius: 999px; background: rgba(53,220,155,.12); color: var(--green); font-weight: 500; }
.council-panel { display: grid; gap: 14px; }
.agent-card, .final-advice { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.06); }
.agent-card b { display: block; color: var(--green); margin-top: 6px; }
.final-advice { border: 1px solid rgba(53,220,155,.35); color: #dffbea; }

.feature-map, .memory-section, .reminder-fold, .soon, .use-cases, .testimonials, .pricing, .faq { padding-top: 90px; padding-bottom: 70px; }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.feature-grid, .soon-list, .use-grid { display: grid; gap: 18px; }
.feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid article { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.feature-grid p, .soon-list span { color: var(--muted); line-height: 1.55; }
.shot { height: 190px; padding: 18px; margin-bottom: 18px; display: grid; align-content: start; gap: 10px; position: relative; overflow: hidden; }
.shot b { font-size: 23px; }.shot span { color: var(--muted); }
.shot i { display: block; height: 16px; border-radius: 999px; background: rgba(255,255,255,.14); }
.shot i:nth-of-type(1){width:82%}.shot i:nth-of-type(2){width:64%}.shot i:nth-of-type(3){width:44%}
.today-shot { background: linear-gradient(145deg, rgba(255,154,74,.18), rgba(17,24,39,.95)); }
.goals-shot { background: linear-gradient(145deg, rgba(139,124,255,.2), rgba(17,24,39,.95)); }
.calendar-shot { background: linear-gradient(145deg, rgba(68,215,211,.18), rgba(17,24,39,.95)); }
.finance-shot { background: linear-gradient(145deg, rgba(53,220,155,.16), rgba(17,24,39,.95)); }
.checklist-shot, .notes-shot, .review-shot, .assistant-shot, .connectors-shot { background: linear-gradient(145deg, rgba(139,124,255,.15), rgba(17,24,39,.95)); }

.reminder-fold {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}
.reminder-fold .section-heading {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.reminder-fold .section-heading h2 {
  max-width: 680px;
}
.reminder-fold .section-heading p:not(.eyebrow) {
  max-width: 620px;
}
.reminder-showcase {
  display: contents;
}
.reminder-copy {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  gap: 22px;
  align-content: center;
}
.reminder-proof-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 12px 16px;
  border: 1px solid rgba(53,220,155,.32);
  border-radius: 999px;
  background: rgba(53,220,155,.08);
  color: #eafff5;
  font-size: 15px;
  font-weight: 700;
}
.reminder-proof-line span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #35dc9b;
  box-shadow: 0 0 18px rgba(53,220,155,.68);
}
.reminder-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.reminder-copy li {
  position: relative;
  padding-left: 28px;
  color: #d7def1;
  font-size: 18px;
  line-height: 1.45;
}
.reminder-copy li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 0 0 16px rgba(255,154,74,.38);
}
.lock-phone {
  grid-column: 2;
  grid-row: 1 / span 2;
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding-block: 18px;
}
.lock-phone-frame {
  position: relative;
  width: min(390px, 100%);
  min-height: 610px;
  overflow: visible;
  padding: 18px 18px 28px;
  border: 10px solid #1d2531;
  border-radius: 44px;
  background:
    linear-gradient(160deg, rgba(6,12,20,.2), rgba(4,7,12,.76)),
    radial-gradient(circle at 22% 16%, rgba(255,154,74,.38), transparent 11rem),
    radial-gradient(circle at 76% 62%, rgba(34,197,94,.24), transparent 13rem),
    linear-gradient(145deg, #162132, #05070d 68%);
  box-shadow:
    0 34px 100px rgba(0,0,0,.44),
    0 0 0 1px rgba(255,255,255,.12),
    inset 0 0 0 1px rgba(255,255,255,.08);
}
.lock-phone-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), transparent 28%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.035) 0 1px, transparent 1px 12px);
  pointer-events: none;
}
.lock-phone-frame:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.13), transparent 12rem),
    linear-gradient(180deg, transparent 0 56%, rgba(5,7,13,.44));
  pointer-events: none;
}
.lock-dynamic-island {
  position: absolute;
  left: 50%;
  top: 13px;
  z-index: 3;
  width: 120px;
  height: 34px;
  border-radius: 999px;
  background: #05070d;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 24px rgba(0,0,0,.34);
  transform: translateX(-50%);
}
.lock-status {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 8px 0;
  color: #fff;
}
.lock-status strong { font-size: 15px; }
.lock-status .status-icons {
  color: rgba(255,255,255,.9);
  filter: drop-shadow(0 2px 8px rgba(0,0,0,.24));
}
.lock-time {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding-top: 48px;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,.34);
}
.lock-time strong {
  font-size: clamp(54px, 7vw, 74px);
  line-height: .9;
  font-weight: 700;
}
.lock-time span {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  font-weight: 600;
}
.lock-memory-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 164px;
  opacity: .58;
  transform: rotate(-1deg);
}
.lock-memory-grid span {
  min-height: 92px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
  font-size: 13px;
  font-weight: 700;
}
.lock-memory-grid span:nth-child(2),
.lock-memory-grid span:nth-child(3) {
  background: rgba(255,255,255,.16);
}
.notification-stack {
  position: absolute;
  left: 50%;
  top: 244px;
  z-index: 5;
  display: grid;
  gap: 10px;
  width: min(620px, calc(100vw - 40px));
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.flow-notification {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  min-height: 94px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 26px;
  background: rgba(248,250,252,.9);
  color: #111827;
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  backdrop-filter: blur(22px);
  transform-origin: center;
}
.flow-notification:first-child {
  transform: translateX(-40px) rotate(-1deg);
}
.flow-notification:nth-child(2) {
  transform: translateX(38px) rotate(.7deg);
}
.flow-notification:nth-child(3) {
  transform: translateX(-18px) scale(.92);
  opacity: .72;
}
.flow-notification-icon {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}
.flow-notification-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 999px;
  background: #050505;
}
.notification-wa-badge {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(248,250,252,.94);
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  box-shadow: 0 6px 16px rgba(18,140,126,.35);
}
.notification-wa-badge svg {
  width: 15px;
  height: 15px;
}
.notification-app,
.flow-notification time {
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
}
.flow-notification strong {
  display: block;
  margin-top: 2px;
  color: #111827;
  font-size: 18px;
  line-height: 1.18;
}
.flow-notification p {
  margin: 4px 0 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.32;
}
.flow-notification time {
  white-space: nowrap;
  font-weight: 600;
}

.finance-control {
  max-width: none;
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  color: #111827;
  background:
    radial-gradient(circle at 18% 20%, rgba(217,70,239,.14), transparent 28rem),
    radial-gradient(circle at 82% 70%, rgba(53,220,155,.18), transparent 30rem),
    linear-gradient(180deg, #f8f4ef, #f0ece7);
}
.finance-shell {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.finance-copy,
.agenda-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
  min-width: 0;
}
.finance-copy .eyebrow,
.agenda-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 18px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #a855f7, #d946ef);
  box-shadow: 0 18px 38px rgba(168,85,247,.2);
}
.finance-copy .eyebrow:before,
.agenda-copy .eyebrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #35dc9b;
  box-shadow: 0 0 0 6px rgba(53,220,155,.18);
}
.finance-copy h2,
.agenda-copy h2 {
  max-width: 620px;
  margin: 0;
  color: #17172c;
  font-size: clamp(34px, 4vw, 56px);
}
.finance-copy p,
.agenda-copy p {
  max-width: 600px;
  margin: 0;
  color: #62677b;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.62;
}
.finance-checks,
.agenda-checks {
  display: grid;
  gap: 12px;
  width: min(100%, 520px);
  margin-top: 12px;
}
.finance-checks span,
.agenda-checks span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 20px;
  color: #2b2d45;
  border: 1px solid rgba(17,24,39,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(17,24,39,.06);
  font-size: 16px;
  font-weight: 700;
}
.finance-checks svg,
.agenda-checks svg {
  width: 22px;
  height: 22px;
  color: #d946ef;
  flex: 0 0 auto;
}
.finance-checks b,
.agenda-checks b { font-weight: 700; }
.finance-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  justify-items: end;
  min-width: 0;
}
.finance-iphone {
  width: min(100%, 322px);
  box-shadow: 0 34px 90px rgba(17,24,39,.22), inset 0 0 0 2px rgba(255,255,255,.12), inset 0 0 0 8px #20242d;
}
.finance-iphone .hero-chat-window {
  inset: 91px 0 58px;
}
.finance-chat-scroll {
  gap: 9px;
  padding: 14px 12px 18px;
}
.finance-message {
  font-size: 13.1px;
  line-height: 1.38;
}
.finance-summary-card {
  width: min(100%, 88%);
  max-width: 88%;
  padding: 12px 12px 24px;
  background:
    linear-gradient(145deg, rgba(17,24,39,.96), rgba(8,11,19,.96)),
    radial-gradient(circle at 78% 20%, rgba(53,220,155,.16), transparent 14rem);
  border-radius: 16px 16px 16px 4px;
  color: #f8fafc;
  box-shadow: 0 12px 28px rgba(17,24,39,.2);
}
.finance-summary-card > div:first-child {
  display: grid;
  gap: 5px;
}
.finance-summary-card span {
  color: #a8b3c8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.finance-summary-card strong {
  color: #35dc9b;
  font-size: 27px;
  line-height: 1;
}
.finance-summary-card ul {
  display: grid;
  gap: 7px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.finance-summary-card li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #dbe4f0;
  font-size: 12px;
}
.finance-summary-card li b { font-weight: 600; }
.finance-summary-card li span {
  color: #f8fafc;
  font-size: 12px;
  text-transform: none;
}
.finance-summary-card time {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #7f8ca3;
  font-size: 11px;
}
.finance-iphone .compose-input b {
  color: #9aa3b2;
  font-size: 13px;
  font-weight: 500;
}
.finance-chart-card {
  order: -1;
  display: grid;
  gap: 16px;
  width: min(100%, 312px);
  padding: 20px 20px 24px;
  border-radius: 22px;
  color: #e2e8f0;
  background:
    linear-gradient(150deg, rgba(17,24,39,.97), rgba(8,11,19,.97)),
    radial-gradient(circle at 80% 12%, rgba(53,220,155,.16), transparent 12rem);
  box-shadow: 0 30px 70px rgba(17,24,39,.26);
}
.finance-chart-head { display: grid; gap: 3px; }
.finance-chart-head span {
  color: #9fb0c8;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.finance-chart-head strong { color: #35dc9b; font-size: 28px; font-weight: 700; }
.finance-chart-head small { color: #7f8ca3; font-size: 12.5px; }
.finance-chart-bars {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.finance-chart-bars li {
  display: grid;
  grid-template-columns: minmax(64px, 84px) minmax(36px, 1fr) auto;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
}
.finance-chart-bars b {
  color: #cbd5e1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finance-chart-bars em {
  color: #f1f5f9;
  font-style: normal;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.chart-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(148,163,184,.16);
  overflow: hidden;
}
.chart-track i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22b380, #35dc9b);
}

.agenda-sync {
  max-width: none;
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  color: #111827;
  scroll-margin-top: 112px;
  background:
    radial-gradient(circle at 80% 14%, rgba(66,133,244,.12), transparent 26rem),
    radial-gradient(circle at 14% 82%, rgba(168,85,247,.13), transparent 28rem),
    linear-gradient(180deg, #f0ece7, #f8f4ef);
}
.agenda-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.agenda-proof {
  display: grid;
  justify-items: end;
  min-width: 0;
}
.gcal-card {
  position: relative;
  width: min(100%, 480px);
  padding: 18px 18px 22px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(17,24,39,.18), inset 0 0 0 1px rgba(17,24,39,.06);
}
.gcal-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 40px;
  opacity: .45;
}
.gcal-menu { display: grid; gap: 3px; width: 18px; }
.gcal-menu i { height: 2px; border-radius: 2px; background: #5f6368; }
.gcal-logo {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 2px solid #4285f4;
  color: #4285f4;
  font-size: 11.5px;
  font-weight: 700;
  background: #fff;
}
.gcal-header strong { color: #3c4043; font-size: 16px; font-weight: 600; }
.gcal-avatar {
  width: 28px;
  height: 28px;
  margin-left: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #a855f7, #f97316);
}
.gcal-notification {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: -44px 0 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 44px rgba(17,24,39,.16), inset 0 0 0 1px rgba(17,24,39,.05);
}
.gcal-notification-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(37,211,102,.13);
}
.gcal-notification-icon svg { width: 22px; height: 22px; color: #25d366; }
.gcal-notification strong { display: block; color: #17172c; font-size: 14px; }
.gcal-notification p {
  margin: 2px 0 0;
  color: #4b5563;
  font-size: 12.8px;
  line-height: 1.45;
}
.gcal-notification time {
  margin-left: auto;
  color: #9aa3b2;
  font-size: 11.5px;
  flex: 0 0 auto;
}
.gcal-week {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  padding: 0 6px 10px;
  border-bottom: 1px solid rgba(60,64,67,.14);
  text-align: center;
}
.gcal-week div { display: grid; gap: 5px; justify-items: center; padding: 6px 0 4px; }
.gcal-week span {
  color: #70757a;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .08em;
}
.gcal-week b { color: #3c4043; font-size: 16px; font-weight: 500; }
.gcal-week .is-today span { color: #1a73e8; }
.gcal-week .is-today b {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: #1a73e8;
}
.gcal-grid { display: grid; padding: 8px 2px 0; }
.gcal-slot {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  color: #70757a;
  font-size: 11.5px;
}
.gcal-slot:after { content: ""; flex: 1; height: 1px; background: rgba(60,64,67,.14); }
.gcal-event {
  margin: 2px 0 6px 52px;
  padding: 9px 12px;
  border-radius: 10px;
  border-left: 4px solid;
  font-size: 13px;
}
.gcal-event b { display: block; color: #202124; font-weight: 600; }
.gcal-event span { display: block; margin-top: 2px; color: #5f6368; font-size: 11.5px; }
.gcal-event.ev-blue { background: #e8f0fe; border-color: #4285f4; }
.gcal-event.ev-green { background: #e6f4ea; border-color: #34a853; }
.gcal-event.ev-purple { background: #f3e8fd; border-color: #a142f4; }

.node-gmail { left: 50%; top: 6%; }

.space-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  background: #03050c;
}
.space-backdrop canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.space-backdrop:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 26% 24%, rgba(59,130,246,.16), transparent 32%),
    radial-gradient(circle at 76% 18%, rgba(139,92,246,.14), transparent 34%),
    radial-gradient(circle at 54% 72%, rgba(20,184,166,.13), transparent 38%);
}
.space-backdrop:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(3,5,12,.08), rgba(3,5,12,.36) 62%, rgba(3,5,12,.82));
}

.whatsapp-proof {
  display: grid;
  justify-items: center;
  min-width: 0;
}
.wa-phone-frame {
  width: min(410px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #0b0f13;
  box-shadow: 0 28px 90px rgba(0,0,0,.5), 0 0 0 8px rgba(139,124,255,.08);
}
.wa-chat-header {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 34px 34px;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: #202423;
}
.wa-chat-header img { width: 50px; height: 50px; object-fit: contain; border-radius: 999px; background: #050505; }
.wa-chat-header strong { display: block; color: #f4f7ff; font-size: 19px; line-height: 1.1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-chat-header span { display: block; color: #a5a7aa; font-size: 14px; font-weight: 500; margin-top: 3px; }
.wa-chat-header i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #f4f7ff;
  border-radius: 999px;
  font-style: normal;
  font-size: 22px;
}
.wa-chat-body {
  position: relative;
  display: grid;
  gap: 10px;
  max-height: 780px;
  overflow: hidden;
  padding: 18px 18px 14px;
  background:
    linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),
    radial-gradient(circle at 20% 12%, rgba(255,154,74,.12), transparent 14rem),
    radial-gradient(circle at 84% 52%, rgba(53,220,155,.12), transparent 16rem),
    #0b0f13;
}
.wa-chat-body:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.9) 0 1px, transparent 1.5px),
    linear-gradient(45deg, transparent 46%, rgba(255,255,255,.5) 47% 53%, transparent 54%);
  background-size: 34px 34px, 70px 70px;
  pointer-events: none;
}
.wa-day-pill {
  position: relative;
  z-index: 1;
  justify-self: center;
  padding: 8px 24px;
  color: #fff;
  border-radius: 10px;
  background: rgba(20,22,23,.9);
  font-size: 14px;
  font-weight: 700;
}
.wa-bubble {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 78%;
  padding: 10px 12px 18px;
  color: #f7fafc;
  border-radius: 13px;
  background: #232726;
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
}
.wa-bubble.user {
  justify-self: end;
  background: #0f563f;
}
.wa-bubble.compact { margin-top: -8px; }
.wa-bubble.long { max-width: 82%; }
.wa-bubble p { margin: 0; color: inherit; font-size: 15px; line-height: 1.26; }
.wa-bubble p + p { margin-top: 10px; }
.wa-bubble a { display: inline-block; margin-top: 8px; color: #22d978; font-weight: 700; }
.wa-bubble time {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: rgba(255,255,255,.66);
  font-size: 12px;
  font-weight: 500;
}
.wa-compose {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #0b0f13;
}
.wa-compose > span {
  color: #f4f7ff;
  font-size: 30px;
  line-height: 1;
}
.wa-compose div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 11px 0 16px;
  color: #838a94;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: #242628;
}
.wa-compose i { font-style: normal; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wa-compose b { color: #babfc7; font-size: 20px; }
.wa-compose button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: #03120c;
  background: #1fc971;
  font-size: 18px;
}
.finance-gallery {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  min-width: 0;
}
.finance-viewport {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(17,24,39,.95), rgba(10,14,25,.94));
  box-shadow: 0 24px 90px rgba(0,0,0,.38);
}
.finance-track {
  display: flex;
  transition: transform .55s ease;
}
.finance-slide {
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}
.finance-shot-frame {
  position: relative;
  aspect-ratio: 1.83 / 1;
  background: #0a0f1c;
}
.finance-shot-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}
.finance-slide-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
  place-content: center;
  gap: 6px;
  padding: 20px;
  color: var(--muted);
  background:
    radial-gradient(circle at 30% 24%, rgba(109,93,252,.14), transparent 18rem),
    #0a0f1c;
  font-size: 15px;
  text-align: center;
}
.finance-slide-fallback b { color: #e2e8f0; }
.finance-slide.is-missing .finance-slide-fallback { display: grid; }
.finance-slide.is-missing img { visibility: hidden; }
.finance-slide figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 20px;
  color: var(--muted);
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(5,8,16,.6);
  font-size: 15px;
}
.finance-slide figcaption:before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d946ef, #8b5cf6);
  box-shadow: 0 0 0 5px rgba(139,92,246,.12);
}
.finance-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--text);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(5,8,16,.72);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.finance-nav:hover { border-color: rgba(139,124,255,.6); background: rgba(15,23,42,.9); }
.finance-nav.prev { left: 14px; }
.finance-nav.next { right: 14px; }
.finance-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.finance-dot {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.finance-dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  transform: translate(-50%, -50%);
  transition: background .18s ease, box-shadow .18s ease;
}
.finance-dot[aria-current="true"]:after {
  background: var(--purple);
  box-shadow: 0 0 0 5px rgba(109,93,252,.18);
}

.memory-section {
  max-width: none;
  background:
    radial-gradient(circle at 16% 20%, rgba(249,115,22,.14), transparent 24rem),
    radial-gradient(circle at 80% 74%, rgba(34,211,238,.12), transparent 28rem),
    linear-gradient(180deg, rgba(5,6,9,.2), rgba(5,6,9,.96));
}
.memory-heading {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}
.memory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1120px;
  margin: 0 auto;
}
.memory-card {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 12%, rgba(217,70,239,.12), transparent 10rem),
    linear-gradient(145deg, rgba(248,250,252,.98), rgba(226,232,240,.96));
  color: #101827;
  box-shadow: 0 28px 90px rgba(0,0,0,.24);
}
.memory-card:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(109,93,252,.18), transparent 68%);
}
.memory-card h3 { max-width: 390px; color: #111827; font-size: clamp(23px, 2.2vw, 30px); font-weight: 700; line-height: 1.12; }
.memory-card p { max-width: 440px; color: #475569; font-size: 15px; line-height: 1.55; }
.memory-card-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #d946ef;
  border-radius: 999px;
  background: rgba(217,70,239,.08);
  font-weight: 700;
}
.memory-card-wide { grid-column: span 2; }
.project-demo {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.project-demo div,
.meeting-demo,
.insight-demo,
.memory-query-demo {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 16px 42px rgba(15,23,42,.12);
}
.project-demo div { display: grid; gap: 8px; padding: 18px; }
.project-demo strong { color: #1e293b; font-size: 14px; }
.project-demo small { color: #64748b; font-weight: 600; }
.project-demo span { display: block; height: 7px; overflow: hidden; border-radius: 999px; background: #e2e8f0; }
.project-demo i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6d5dfc, #35dc9b); }
.project-demo b { color: #6d5dfc; font-size: 12px; }
.meeting-demo,
.insight-demo,
.memory-query-demo {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-height: 130px;
  padding: 18px;
}
.meeting-demo span { color: #64748b; font-size: 13px; font-weight: 600; }
.meeting-demo strong,
.insight-demo strong {
  align-self: end;
  width: fit-content;
  padding: 8px 12px;
  color: #111827;
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 8px 24px rgba(15,23,42,.12);
  font-size: 13px;
  text-transform: uppercase;
}
.insight-demo i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(109,93,252,.75), rgba(217,70,239,.42));
}
.insight-demo i:nth-child(1) { width: 76%; }
.insight-demo i:nth-child(2) { width: 58%; }
.insight-demo i:nth-child(3) { width: 42%; }
.memory-query-demo span { color: #22c55e; font-size: 13px; font-weight: 700; }
.memory-query-demo strong { color: #111827; font-size: 15px; line-height: 1.35; }
.memory-query-demo p { margin: 0; color: #64748b; font-size: 13px; line-height: 1.45; }
.memory-card-graph {
  grid-column: span 3;
  min-height: 430px;
  background:
    radial-gradient(circle at 50% 50%, rgba(109,93,252,.2), transparent 18rem),
    linear-gradient(145deg, rgba(9,13,24,.98), rgba(5,6,9,.98));
  color: var(--text);
}
.memory-card-graph h3 { color: #fff; }
.memory-card-graph p { color: #cbd5e1; }
.knowledge-graph {
  position: absolute;
  inset: 120px 24px 24px;
  z-index: 1;
  min-height: 250px;
}
.graph-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 84px;
  min-height: 42px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(15,23,42,.88);
  color: #e2e8f0;
  box-shadow: 0 18px 44px rgba(0,0,0,.3);
  font-size: 13px;
  font-weight: 700;
}
.graph-core {
  left: 50%;
  top: 50%;
  width: 134px;
  min-height: 134px;
  border-color: rgba(249,115,22,.54);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249,115,22,.34), rgba(15,23,42,.95));
  color: #fff;
  transform: translate(-50%, -50%);
}
.graph-notes { left: 18%; top: 8%; color: #d946ef; }
.graph-meetings { right: 18%; top: 10%; color: #22d3ee; }
.graph-files { left: 8%; bottom: 16%; color: #60a5fa; }
.graph-people { right: 9%; bottom: 18%; color: #35dc9b; }
.graph-tasks { left: 50%; bottom: 3%; color: #f97316; transform: translateX(-50%); }
.graph-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  height: 1px;
  width: 32%;
  transform-origin: 0 50%;
  background: linear-gradient(90deg, rgba(249,115,22,.48), rgba(139,124,255,.08));
}
.line-a { transform: rotate(214deg); }
.line-b { transform: rotate(324deg); }
.line-c { transform: rotate(148deg); }
.line-d { transform: rotate(32deg); }
.line-e { transform: rotate(90deg); width: 23%; }

.soon-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.soon-list div { padding: 24px; }.soon-list b { display: block; margin-bottom: 10px; font-size: 20px; }
.use-cases { text-align: center; }.use-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 30px; }
.use-grid span { padding: 16px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.09); color: #dfe6fb; font-weight: 500; }
/* ---- BalysAI in-app chat section ---- */
.balys-section, .trail-section, .mnotes-section { scroll-margin-top: 112px; }
.balys-section {
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 82% 10%, rgba(109,93,252,.16), transparent 26rem),
    radial-gradient(circle at 12% 86%, rgba(68,215,211,.1), transparent 24rem);
}
.balys-shell, .trail-shell, .mnotes-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.balys-copy, .trail-copy, .mnotes-copy {
  display: grid;
  justify-items: start;
  gap: 22px;
  min-width: 0;
}
.balys-copy .eyebrow, .mnotes-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 18px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d5dfc, #8b7cff);
  box-shadow: 0 18px 38px rgba(109,93,252,.26);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 700;
}
.balys-copy .eyebrow:before, .mnotes-copy .eyebrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #44d7d3;
  box-shadow: 0 0 0 6px rgba(68,215,211,.18);
}
.balys-copy h2, .trail-copy h2, .mnotes-copy h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
}
.balys-copy > p:not(.eyebrow), .trail-copy > p:not(.eyebrow), .mnotes-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}
.balys-checks, .trail-checks, .mnotes-checks {
  display: grid;
  gap: 12px;
  width: min(100%, 520px);
  margin-top: 12px;
}
.balys-checks span, .mnotes-checks span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 20px;
  color: #dfe6fb;
  border: 1px solid rgba(139,124,255,.3);
  border-radius: 999px;
  background: rgba(16,23,38,.72);
  box-shadow: 0 12px 28px rgba(5,6,9,.5);
  font-size: 16px;
  font-weight: 700;
}
.balys-checks svg, .mnotes-checks svg {
  width: 22px;
  height: 22px;
  color: #8b7cff;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.balys-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(100%, 560px);
  min-height: 520px;
  justify-self: end;
  border-radius: 24px;
  border: 1px solid rgba(139,124,255,.26);
  background:
    linear-gradient(165deg, rgba(16,23,38,.98), rgba(7,10,18,.98)),
    radial-gradient(circle at 82% 0%, rgba(109,93,252,.2), transparent 18rem);
  box-shadow: 0 40px 90px rgba(5,6,9,.6), inset 0 0 0 1px rgba(255,255,255,.03);
  overflow: hidden;
}
.balys-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(139,124,255,.18);
}
.balys-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(109,93,252,.32), rgba(68,215,211,.18));
}
.balys-mark svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #a5b4fc;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.balys-header strong { font-size: 16.5px; letter-spacing: .01em; }
.balys-pill {
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139,124,255,.34);
  color: #cbd5f5;
  background: rgba(109,93,252,.14);
  font-style: normal;
  font-size: 11.5px;
  font-weight: 700;
}
.balys-stage {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px 18px 14px;
}
.balys-welcome { text-align: center; display: grid; gap: 6px; }
.balys-welcome h3 { margin: 0; font-size: 21px; color: #e8edfb; }
.balys-welcome p { margin: 0; color: #8c99b4; font-size: 13.5px; }
.balys-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.balys-chips span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(139,124,255,.2);
  background: rgba(23,32,51,.66);
  color: #d5ddf2;
  font-size: 12.6px;
  font-weight: 600;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.balys-chips i { font-style: normal; font-size: 15px; }
.balys-chips b { font-weight: 600; }
.balys-chips span.is-active {
  border-color: rgba(139,124,255,.7);
  background: rgba(109,93,252,.22);
  transform: translateY(-2px);
}
.balys-thread { display: grid; gap: 10px; min-height: 150px; align-content: start; }
.balys-msg {
  max-width: 86%;
  padding: 11px 14px;
  border-radius: 14px;
  font-size: 13.6px;
  line-height: 1.5;
}
.balys-msg.user {
  justify-self: end;
  color: #eef1ff;
  background: linear-gradient(135deg, rgba(109,93,252,.42), rgba(109,93,252,.24));
  border: 1px solid rgba(139,124,255,.4);
  border-bottom-right-radius: 5px;
}
.balys-msg.bot {
  justify-self: start;
  color: #dbe3f6;
  background: rgba(23,32,51,.85);
  border: 1px solid rgba(139,124,255,.16);
  border-bottom-left-radius: 5px;
}
.balys-typing {
  display: none;
  justify-self: start;
  gap: 5px;
  padding: 12px 15px;
  border-radius: 14px;
  border-bottom-left-radius: 5px;
  background: rgba(23,32,51,.85);
}
.balys-typing i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #8b7cff;
  animation: balysDot 1.1s ease-in-out infinite;
}
.balys-typing i:nth-child(2) { animation-delay: .18s; }
.balys-typing i:nth-child(3) { animation-delay: .36s; }
@keyframes balysDot { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.balys-stage.js-run .balys-msg, .balys-stage.js-run .balys-typing { display: none; }
.balys-stage.js-run .balys-msg.is-shown { display: block; animation: waPop .26s ease; }
.balys-stage.js-run .balys-typing.is-shown { display: inline-flex; animation: waPop .26s ease; }
.balys-compose {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 18px 18px;
  padding: 13px 16px;
  border-radius: 14px;
  border: 1px solid rgba(139,124,255,.22);
  background: rgba(10,14,24,.9);
  color: #6f7d99;
  font-size: 13.5px;
}
.balys-compose svg {
  width: 18px;
  height: 18px;
  margin-left: auto;
  fill: none;
  stroke: #8b7cff;
  stroke-width: 1.6;
  stroke-linejoin: round;
}

/* ---- Activity trail section ---- */
.trail-section {
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  color: #111827;
  background:
    radial-gradient(circle at 16% 16%, rgba(109,93,252,.12), transparent 26rem),
    radial-gradient(circle at 84% 78%, rgba(53,220,155,.14), transparent 28rem),
    linear-gradient(180deg, #f8f4ef, #f0ece7);
}
.trail-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 18px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #22b380, #35dc9b);
  box-shadow: 0 18px 38px rgba(53,220,155,.26);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 700;
}
.trail-copy .eyebrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.22);
}
.trail-copy h2 { color: #17172c; }
.trail-copy > p:not(.eyebrow) { color: #62677b; }
.trail-checks span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 20px;
  color: #2b2d45;
  border: 1px solid rgba(17,24,39,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 28px rgba(17,24,39,.06);
  font-size: 16px;
  font-weight: 700;
}
.trail-checks svg {
  width: 22px;
  height: 22px;
  color: #22b380;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trail-app {
  justify-self: end;
  width: min(100%, 520px);
  border-radius: 24px;
  padding: 18px 18px 10px;
  color: #e2e8f0;
  background:
    linear-gradient(170deg, rgba(13,16,28,.99), rgba(5,6,9,.99)),
    radial-gradient(circle at 80% 4%, rgba(109,93,252,.24), transparent 16rem);
  border: 1px solid rgba(139,124,255,.24);
  box-shadow: 0 40px 90px rgba(17,24,39,.34);
}
.trail-greeting {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 15px;
  border: 1px solid rgba(139,124,255,.34);
  background: linear-gradient(135deg, rgba(49,46,129,.55), rgba(30,27,75,.5));
}
.trail-moon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(109,93,252,.3);
  font-size: 17px;
}
.trail-greeting strong { display: block; font-size: 15px; }
.trail-greeting small { color: #9fb0c8; font-size: 12px; }
.trail-daybar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 2px 4px;
  padding: 10px 14px;
  border-radius: 11px;
  background: linear-gradient(90deg, rgba(23,63,54,.9), rgba(16,38,34,.9));
  border: 1px solid rgba(53,220,155,.22);
}
.trail-daybar b { font-size: 14px; font-weight: 700; color: #d9fbe9; }
.trail-progress {
  position: relative;
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(148,163,184,.2);
  overflow: hidden;
}
.trail-progress i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #22b380, #35dc9b);
  transition: width .5s ease;
}
.trail-daybar em {
  min-width: 34px;
  text-align: right;
  color: #b9f6d9;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.trail-track {
  position: relative;
  height: 430px;
  margin-top: 8px;
}
.trail-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.trail-path path {
  fill: none;
  stroke: rgba(148,163,184,.34);
  stroke-width: 2;
  stroke-dasharray: 5 7;
  stroke-linecap: round;
}
.trail-node {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 4px;
  transform: translateX(-50%);
  text-align: center;
}
.trail-time { color: #93a4f2; font-size: 11.5px; font-weight: 700; }
.trail-dot {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 2.5px solid #6d5dfc;
  background: rgba(13,16,28,.98);
  box-shadow: 0 0 22px rgba(109,93,252,.4);
  transition: border-color .35s ease, box-shadow .35s ease;
}
.trail-dot svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #b7c1f4;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity .3s ease;
}
.trail-check { position: absolute; opacity: 0; stroke: #35dc9b !important; }
.trail-node.is-done .trail-dot {
  border-color: #35dc9b;
  box-shadow: 0 0 24px rgba(53,220,155,.45);
}
.trail-node.is-done .trail-dot svg:first-child { opacity: 0; }
.trail-node.is-done .trail-check { opacity: 1; }
.trail-label { max-width: 130px; color: #cbd5e1; font-size: 12px; font-weight: 600; }
.trail-node.is-done .trail-label { color: #86efc5; }

/* ---- Meetings and notes section ---- */
.mnotes-section {
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 14% 12%, rgba(249,115,22,.1), transparent 24rem),
    radial-gradient(circle at 86% 80%, rgba(109,93,252,.14), transparent 28rem);
}
.mnotes-proof {
  position: relative;
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 520px);
  min-height: 430px;
  align-content: start;
}
.mnotes-rec {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(248,113,113,.4);
  background: rgba(16,23,38,.9);
  box-shadow: 0 18px 44px rgba(5,6,9,.5);
}
.mnotes-rec-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #f87171;
  animation: mnotesPulse 1.4s ease-in-out infinite;
}
@keyframes mnotesPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(248,113,113,.45); } 50% { box-shadow: 0 0 0 8px rgba(248,113,113,0); } }
.mnotes-rec b { font-size: 13.5px; color: #fecaca; font-weight: 700; }
.mnotes-wave { display: inline-flex; align-items: center; gap: 3px; height: 20px; }
.mnotes-wave i {
  width: 3.5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8b7cff, #44d7d3);
  animation: mnotesWave 1s ease-in-out infinite;
}
.mnotes-wave i:nth-child(1) { height: 8px; }
.mnotes-wave i:nth-child(2) { height: 15px; animation-delay: .12s; }
.mnotes-wave i:nth-child(3) { height: 19px; animation-delay: .24s; }
.mnotes-wave i:nth-child(4) { height: 11px; animation-delay: .36s; }
.mnotes-wave i:nth-child(5) { height: 17px; animation-delay: .48s; }
.mnotes-wave i:nth-child(6) { height: 9px; animation-delay: .6s; }
.mnotes-wave i:nth-child(7) { height: 14px; animation-delay: .72s; }
@keyframes mnotesWave { 0%, 100% { transform: scaleY(.5); } 50% { transform: scaleY(1); } }
.mnotes-rec em {
  color: #9fb0c8;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.mnotes-note {
  display: grid;
  gap: 13px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(139,124,255,.28);
  background:
    linear-gradient(160deg, rgba(16,23,38,.98), rgba(8,11,19,.98)),
    radial-gradient(circle at 84% 0%, rgba(250,204,21,.1), transparent 14rem);
  box-shadow: 0 34px 80px rgba(5,6,9,.6);
}
.mnotes-note header { display: flex; align-items: center; gap: 10px; }
.mnotes-note header svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #facc15;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mnotes-note header strong { font-size: 16.5px; }
.mnotes-note header time { margin-left: auto; color: #7f8ca3; font-size: 12px; }
.mnotes-note ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0 0 0 2px;
  list-style: none;
  min-height: 96px;
}
.mnotes-note li {
  position: relative;
  padding-left: 24px;
  color: #d5ddf2;
  font-size: 14px;
  line-height: 1.5;
}
.mnotes-note li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  border: 1.6px solid #35dc9b;
}
.mnotes-note li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 3.5px;
  border-left: 1.6px solid #35dc9b;
  border-bottom: 1.6px solid #35dc9b;
  transform: rotate(-45deg);
}
.mnotes-note.js-run li { opacity: 0; transform: translateY(6px); transition: opacity .4s ease, transform .4s ease; }
.mnotes-note.js-run li.is-shown { opacity: 1; transform: translateY(0); }
.mnotes-note footer { display: flex; flex-wrap: wrap; gap: 8px; }
.mnotes-note footer span {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(139,124,255,.3);
  background: rgba(109,93,252,.14);
  color: #cbd5f5;
  font-size: 12px;
  font-weight: 600;
}
.mnotes-note footer span[data-mnotes-badge] {
  border-color: rgba(53,220,155,.4);
  background: rgba(53,220,155,.12);
  color: #a7f3d0;
}
.mnotes-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mnotes-stack article {
  padding: 14px 16px;
  border-radius: 15px;
  border: 1px solid rgba(139,124,255,.16);
  background: rgba(16,23,38,.6);
}
.mnotes-stack strong { display: block; margin-bottom: 5px; font-size: 13.5px; color: #cbd5e1; }
.mnotes-stack p { margin: 0; color: #7f8ca3; font-size: 12.5px; }

@media (max-width: 1180px) {
  .balys-shell, .trail-shell, .mnotes-shell { grid-template-columns: 1fr; }
  .balys-panel, .trail-app, .mnotes-proof { justify-self: center; }
}
@media (max-width: 620px) {
  .balys-section, .trail-section, .mnotes-section { padding: 46px 18px 54px; }
  .balys-copy, .trail-copy, .mnotes-copy { gap: 16px; }
  .balys-copy h2, .trail-copy h2, .mnotes-copy h2 { font-size: clamp(31px, 8.6vw, 40px); }
  .balys-checks span, .trail-checks span, .mnotes-checks span {
    min-height: 48px;
    padding: 10px 16px;
    font-size: 14px;
  }
  .balys-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .balys-panel { min-height: 500px; }
  .trail-track { height: 448px; }
  .trail-dot { width: 52px; height: 52px; }
  .trail-label { max-width: 108px; }
  .mnotes-stack { grid-template-columns: 1fr; }
  .mnotes-proof { min-height: 0; }
}

/* ---- Balys Review OS council section ---- */
.review-section {
  scroll-margin-top: 112px;
  padding: clamp(58px, 7vw, 86px) clamp(18px, 4vw, 64px);
  background:
    radial-gradient(circle at 18% 8%, rgba(68,215,211,.1), transparent 26rem),
    radial-gradient(circle at 86% 88%, rgba(53,220,155,.1), transparent 26rem),
    linear-gradient(180deg, rgba(9,12,22,.6), rgba(5,6,9,.2));
}
.review-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.review-copy {
  display: grid;
  justify-items: start;
  gap: 20px;
  min-width: 0;
}
.review-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 18px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #0ea5a0, #44d7d3);
  box-shadow: 0 18px 38px rgba(68,215,211,.22);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 13px;
  font-weight: 700;
}
.review-copy .eyebrow:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.2);
}
.review-copy h2 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
}
.review-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.62;
}
.review-pain-flow {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 560px;
}
.review-pain, .review-solution {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(16,23,38,.7);
  border: 1px solid rgba(248,113,113,.34);
  border-left: 4px solid #f87171;
}
.review-solution {
  border-color: rgba(53,220,155,.34);
  border-left-color: #35dc9b;
}
.review-pain b, .review-solution b {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #fca5a5;
}
.review-solution b { color: #86efc5; }
.review-pain p, .review-solution p {
  margin: 0;
  color: #d5ddf2;
  font-size: 14.5px;
  line-height: 1.55;
}
.review-council {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin-top: 6px;
}
.review-council article {
  display: grid;
  gap: 7px;
  align-content: start;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(139,124,255,.24);
  background: rgba(16,23,38,.6);
}
.review-council span { font-size: 20px; line-height: 1; }
.review-council b { font-size: 14px; color: #e8edfb; }
.review-council p { margin: 0; color: #9fb0c8; font-size: 12.8px; line-height: 1.5; }
.review-panel {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 560px);
  padding: 24px 22px 22px;
  border-radius: 24px;
  border: 1px solid rgba(68,215,211,.22);
  background:
    linear-gradient(165deg, rgba(13,18,32,.98), rgba(6,8,14,.98)),
    radial-gradient(circle at 84% 0%, rgba(68,215,211,.14), transparent 18rem);
  box-shadow: 0 40px 90px rgba(5,6,9,.6), inset 0 0 0 1px rgba(255,255,255,.03);
}
.review-pill {
  width: fit-content;
  padding: 6px 13px;
  border-radius: 999px;
  border: 1px solid rgba(139,124,255,.4);
  background: rgba(109,93,252,.14);
  color: #cbd5f5;
  font-size: 12px;
  font-weight: 700;
}
.review-panel h3 { margin: 2px 0 0; font-size: 30px; }
.review-sub { margin: 0; color: #8c99b4; font-size: 13.5px; line-height: 1.5; }
.review-week {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 4px;
}
.review-week b { font-size: 15.5px; }
.review-week small { color: #7f8ca3; font-size: 12.5px; }
.review-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.review-stats div {
  display: grid;
  gap: 3px;
  padding: 12px 12px 11px;
  border-radius: 13px;
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(23,32,51,.6);
}
.review-stats strong {
  font-size: 24px;
  font-weight: 700;
  color: #f1f5f9;
  font-variant-numeric: tabular-nums;
}
.review-stats span { color: #8c99b4; font-size: 11.3px; line-height: 1.3; }
.review-cards { display: grid; gap: 11px; }
.review-cards article {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border-radius: 13px;
  border: 1px solid rgba(148,163,184,.14);
  border-left: 4px solid #44d7d3;
  background: rgba(16,23,38,.8);
}
.review-cards b { font-size: 14px; color: #e8edfb; }
.review-cards p { margin: 0; color: #9fb0c8; font-size: 12.8px; line-height: 1.5; }
.review-cards .rv-cyan { border-left-color: #44d7d3; }
.review-cards .rv-orange { border-left-color: #f97316; }
.review-cards .rv-purple { border-left-color: #8b7cff; }
.review-cards .rv-green {
  border-left-color: #35dc9b;
  border-color: rgba(53,220,155,.3);
  box-shadow: 0 0 26px rgba(53,220,155,.12);
}
.review-panel.js-reveal [data-review-card] {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s ease, transform .5s ease;
}
.review-panel.js-reveal [data-review-card].is-shown {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .review-shell { grid-template-columns: 1fr; }
  .review-panel { justify-self: center; }
  .review-council { max-width: 560px; }
}
@media (max-width: 620px) {
  .review-section { padding: 46px 18px 54px; }
  .review-copy { gap: 16px; }
  .review-copy h2 { font-size: clamp(31px, 8.6vw, 40px); }
  .review-council { grid-template-columns: 1fr; }
  .review-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-panel { padding: 20px 16px 18px; }
}

/* ---- Pricing urgency trigger ---- */
.pricing-urgency {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 860px;
  margin: 26px auto 30px;
  padding: 17px 22px;
  border-radius: 18px;
  border: 1px solid rgba(249,115,22,.5);
  background:
    linear-gradient(120deg, rgba(249,115,22,.14), rgba(16,23,38,.9) 46%),
    rgba(10,14,24,.94);
  box-shadow: 0 0 0 0 rgba(249,115,22,.32);
  animation: urgencyPulse 2.6s ease-in-out infinite;
}
@keyframes urgencyPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(249,115,22,.3); }
  50% { box-shadow: 0 0 34px 4px rgba(249,115,22,.16); }
}
.pricing-urgency-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.4);
  font-size: 20px;
}
.pricing-urgency p {
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  line-height: 1.55;
}
.pricing-urgency b {
  display: block;
  color: #fdba74;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 700;
}
@media (max-width: 620px) {
  .pricing-urgency {
    align-items: flex-start;
    margin: 20px auto 24px;
    padding: 15px 16px;
  }
  .pricing-urgency-icon { width: 36px; height: 36px; font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .mnotes-rec-dot, .mnotes-wave i { animation: none; }
  .trail-progress i { transition: none; }
  .review-panel.js-reveal [data-review-card] { opacity: 1; transform: none; transition: none; }
  .pricing-urgency { animation: none; }
}

.testimonials {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 28px;
}
.testimonials .section-heading {
  max-width: 840px;
  margin-bottom: 18px;
  margin-inline: auto;
}
.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 16px auto 18px;
  max-width: 980px;
}
.proof-stats article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(17,24,39,.96), rgba(7,10,18,.96)),
    radial-gradient(circle at 20% 0%, rgba(249,115,22,.16), transparent 10rem);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.proof-stats span {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.proof-stats strong {
  color: #fff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}
.proof-stats small {
  color: #a8b3c8;
  font-size: 12px;
  font-weight: 500;
}
.testimonial-carousel {
  display: grid;
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}
.testimonial-stage {
  position: relative;
  min-height: 340px;
  transition: height .28s ease;
}
.testimonial-card {
  position: absolute;
  left: 50%;
  top: 0;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  justify-items: start;
  gap: 26px;
  width: min(660px, 100%);
  min-height: 230px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(17,24,39,.98), rgba(8,11,19,.96)),
    radial-gradient(circle at 18% 20%, rgba(217,70,239,.18), transparent 16rem);
  box-shadow: 0 30px 100px rgba(0,0,0,.34);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) scale(.72);
  transition: transform .45s ease, opacity .45s ease, filter .45s ease;
}
.testimonial-card img {
  width: 104px;
  height: 104px;
  object-fit: cover;
  border-radius: 999px;
  border: 3px solid rgba(139,124,255,.7);
  box-shadow: 0 22px 60px rgba(0,0,0,.38);
}
.testimonial-card.is-active {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}
.testimonial-card.is-active img {
  width: 118px;
  height: 118px;
  border-width: 5px;
}
.testimonial-card.is-prev,
.testimonial-card.is-next {
  z-index: 2;
  opacity: .42;
  filter: saturate(.65);
}
.testimonial-card.is-prev {
  transform: translateX(calc(-50% - 258px)) translateY(38px) scale(.44);
}
.testimonial-card.is-next {
  transform: translateX(calc(-50% + 258px)) translateY(38px) scale(.44);
}
.testimonial-card.is-prev .testimonial-copy,
.testimonial-card.is-next .testimonial-copy { opacity: 0; transform: translateY(-8px); }
.testimonial-copy {
  display: grid;
  justify-items: start;
  gap: 10px;
  max-width: 740px;
  text-align: left;
  transition: opacity .28s ease, transform .28s ease;
}
.testimonial-copy strong { color: #fff; font-size: clamp(26px, 3vw, 36px); font-weight: 700; }
.testimonial-copy span { color: #a8b3c8; font-size: 15px; font-weight: 600; }
.testimonial-copy p {
  margin: 0;
  color: #d8deea;
  font-size: clamp(17px, 1.75vw, 21px);
  font-weight: 300;
  line-height: 1.38;
}
.stars {
  color: #facc15;
  font-size: 24px;
  letter-spacing: 3px;
  text-shadow: 0 12px 34px rgba(250,204,21,.22);
}
.testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 64px;
}
.testimonial-controls button {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #e2e8f0;
  border: 2px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(15,23,42,.82);
  box-shadow: 0 18px 40px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.testimonial-controls button:hover {
  border-color: rgba(217,70,239,.62);
  background: rgba(30,41,59,.92);
  transform: translateY(-2px);
}
.testimonial-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial-dot {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
  cursor: pointer;
}
.testimonial-dot[aria-current="true"] {
  width: 44px;
  background: #d946ef;
  box-shadow: 0 0 0 6px rgba(217,70,239,.12);
}
.pricing { display: grid; gap: 30px; }
.pricing-heading { max-width: 860px; margin: 0 auto; text-align: center; }
.price-card { position: relative; overflow: visible; text-align: left; }
.price-locked { display: grid; gap: 22px; }
.mobile-plan-tabs { display: none; }
.pricing-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.locked-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  color: var(--text);
  border: 1px solid rgba(139,124,255,.34);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(139,124,255,.22), transparent 34%),
    linear-gradient(160deg, rgba(19,27,48,.98), rgba(8,12,24,.96));
  box-shadow: 0 24px 70px rgba(0,0,0,.34), inset 0 0 0 1px rgba(255,255,255,.04);
}
.locked-plan-card:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent),
    radial-gradient(circle at 50% 0%, rgba(53,220,155,.12), transparent 18rem);
  opacity: .75;
}
.locked-plan-card.featured { transform: translateY(-6px); border-color: rgba(53,220,155,.74); }
.locked-plan-card.is-selected {
  border-color: rgba(53,220,155,.74);
  box-shadow: 0 28px 80px rgba(0,0,0,.38), 0 0 0 4px rgba(53,220,155,.14), inset 0 0 0 1px rgba(255,255,255,.06);
}
.locked-plan-card.is-unlocked {
  border-color: rgba(255,154,74,.68);
}
.plan-ribbon {
  position: absolute;
  top: 30px;
  right: 32px;
  z-index: 1;
  padding: 10px 18px;
  color: #07120d;
  border-radius: 999px;
  background: var(--green);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.plan-icons { display: none; }
.plan-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: auto;
  min-height: 38px;
  margin: 0 0 30px;
  padding: 0 20px;
  color: #e2e8f0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
}
.locked-plan-card.featured .plan-badge { color: #07120d; background: #35dc9b; }
.locked-plan-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.locked-plan-card p {
  position: relative;
  z-index: 1;
  min-height: 76px;
  margin: 0 0 20px;
  color: #c7d1e7;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}
.locked-price {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 8px;
  margin: 16px 0 26px;
  color: var(--text);
}
.locked-price span { color: #c7d1e7; font-size: clamp(22px, 2vw, 28px); font-weight: 700; }
.locked-price strong {
  min-width: 240px;
  color: rgba(248,250,252,.82);
  filter: blur(15px);
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: 0;
  text-shadow: 0 0 22px rgba(255,255,255,.44), 0 0 48px rgba(255,154,74,.3);
  opacity: .72;
  user-select: none;
  transition: filter .22s ease, text-shadow .22s ease, opacity .22s ease;
}
.price-card.is-unlocked .locked-price strong,
.locked-plan-card.is-unlocked .locked-price strong {
  color: var(--text);
  filter: blur(0);
  text-shadow: 0 0 30px rgba(255,154,74,.35);
  opacity: 1;
  user-select: auto;
}
.discount-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-style: normal;
  font-weight: 700;
}
.plan-features {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0 0 30px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255,255,255,.18);
  list-style: none;
}
.plan-features li {
  position: relative;
  padding-left: 34px;
  color: #e2e8f0;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 500;
  line-height: 1.32;
}
.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #06110d;
  background: #35dc9b;
  font-size: 15px;
  font-weight: 700;
}
.plan-features li.excluded {
  color: #94a3b8;
  text-decoration: line-through;
  text-decoration-color: rgba(248,113,113,.72);
  text-decoration-thickness: 2px;
}
.plan-features li.excluded:before {
  content: "×";
  color: #d8dee9;
  background: rgba(148,163,184,.72);
}
.plan-features li.locked-saving { filter: blur(8px); opacity: .68; user-select: none; }
.price-card.is-unlocked .plan-features li.locked-saving,
.locked-plan-card.is-unlocked .plan-features li.locked-saving { filter: blur(0); opacity: 1; user-select: auto; }
.price-lock-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  min-height: 64px;
  margin-top: auto;
  color: #06110d;
  border: 0;
  border-radius: 12px;
  background: var(--green);
  box-shadow: 0 12px 32px rgba(53,220,155,.28), 0 0 44px rgba(53,220,155,.16);
  cursor: pointer;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}
.price-lock-button:hover {
  transform: translateY(-2px);
  background: #22c98d;
  box-shadow: 0 16px 38px rgba(53,220,155,.34), 0 0 54px rgba(53,220,155,.22);
}
.price-lock-button.is-guarantee {
  color: #100b06;
  background: linear-gradient(135deg, var(--orange), #ffd447);
  box-shadow: 0 14px 34px rgba(255,154,74,.32);
}
.price-modal[hidden] { display: none; }
.price-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
}
.price-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2,4,10,.78);
  backdrop-filter: blur(12px);
}
.price-modal-panel {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(139,124,255,.42);
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,154,74,.2), transparent 16rem),
    radial-gradient(circle at 100% 12%, rgba(68,215,211,.16), transparent 18rem),
    linear-gradient(145deg, rgba(17,24,39,.98), rgba(7,10,20,.98));
  box-shadow: 0 34px 120px rgba(0,0,0,.58);
}
.price-modal-panel h3 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 42px); }
.price-modal-panel > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.5; }
.price-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  color: var(--text);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}
.lead-form { display: grid; gap: 13px; width: 100%; margin: 22px 0 0; text-align: left; }
.lead-form label { color: #dfe6fb; font-size: 13px; font-weight: 600; }
.lead-form input {
  width: 100%;
  height: 50px;
  margin-top: 7px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  outline: none;
  background: rgba(6,8,18,.72);
}
.phone-field {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin-top: 7px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(6,8,18,.72);
}
.phone-field select,
.phone-field input {
  height: 50px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.phone-field select {
  padding: 0 10px;
  color: var(--text);
  border-right: 1px solid rgba(255,255,255,.14);
  outline: none;
  font: inherit;
  font-weight: 600;
}
.phone-field select option { color: #111827; background: #fff; }
.phone-field:focus-within { border-color: rgba(53,220,155,.62); box-shadow: 0 0 0 3px rgba(53,220,155,.12); }
.lead-form input:focus { border-color: rgba(53,220,155,.62); box-shadow: 0 0 0 3px rgba(53,220,155,.12); }
.phone-field input:focus { box-shadow: none; }
.lead-form input[aria-invalid="true"] { border-color: rgba(252,165,165,.9); box-shadow: 0 0 0 3px rgba(239,68,68,.14); }
.lead-form button { width: 100%; border: 0; cursor: pointer; margin-top: 4px; }
.field-error { display: block; min-height: 18px; margin-top: 6px; color: #fca5a5; font-size: 12px; line-height: 1.35; }
.form-feedback { min-height: 22px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; text-align: center; }
.form-feedback.error { color: #fca5a5; }
.form-feedback.success { color: var(--green); }
.faq { max-width: 1040px; }
.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.faq details { padding: 20px 22px; margin: 0; }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 600; line-height: 1.28; }
.faq p { margin: 14px 0 0; font-size: 16px; }
.site-footer {
  max-width: none;
  margin: 0;
  padding: clamp(58px, 8vw, 86px) clamp(22px, 7vw, 120px) 34px;
  border-top: 1px solid rgba(148,163,184,.14);
  background: #050609;
  color: #f8fafc;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .5fr) minmax(220px, .7fr);
  gap: clamp(34px, 7vw, 90px);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-logo { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.footer-logo img { width: 52px; height: 52px; }
.footer-logo strong { font-size: 30px; font-weight: 700; }
.footer-brand p, .footer-links p { max-width: 430px; color: #a1a1aa; font-size: 19px; line-height: 1.65; }
.footer-proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.footer-proof span {
  position: relative;
  padding-left: 18px;
  color: #c4c4cc;
  font-weight: 600;
}
.footer-proof span:before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #d946ef;
}
.footer-links { display: grid; align-content: start; gap: 18px; }
.footer-links strong { color: #fff; font-size: 22px; font-weight: 700; }
.footer-links a { color: #a1a1aa; font-size: 17px; font-weight: 400; }
.footer-links a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  max-width: 1200px;
  margin: 44px auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(148,163,184,.16);
  color: #71717a;
  font-size: 14px;
  font-weight: 400;
}

@keyframes floatA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes floatB { 0%,100%{transform:translateY(0) rotate(2deg)} 50%{transform:translateY(16px) rotate(-1deg)} }
@keyframes floatC { 0%,100%{transform:translateY(0)} 50%{transform:translateY(10px)} }
@keyframes bars { 0%,100%{transform:scaleY(.72)} 50%{transform:scaleY(1)} }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes orbitSpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes lensBreath {
  0%,100% { opacity: .72; transform: translate(-50%, -50%) rotate(-2deg) scaleX(1); }
  50% { opacity: .96; transform: translate(-50%, -50%) rotate(1deg) scaleX(1.06); }
}
@keyframes discSpin { to { transform: translate(-50%, -50%) rotate(350deg) scaleY(.55); } }
@keyframes nodeDrift {
  0%,100% { transform: translate(-50%, -50%) rotate(0deg) scale(1); opacity: .96; }
  45% { transform: translate(-42%, -46%) rotate(96deg) scale(.72); opacity: 1; }
  64% { transform: translate(-50%, -50%) rotate(210deg) scale(.34); opacity: .22; }
  78% { transform: translate(-50%, -50%) rotate(328deg) scale(1.05); opacity: .96; }
}
@keyframes corePulse {
  0%,100% { box-shadow: 0 0 0 0 rgba(99,102,241,.28), 0 0 80px rgba(99,102,241,.36); }
  50% { box-shadow: 0 0 0 18px rgba(99,102,241,0), 0 0 120px rgba(34,211,238,.34); }
}
@keyframes centerFlow {
  0%,45% { opacity: 1; transform: scale(1) rotate(0deg); }
  50%,95% { opacity: 0; transform: scale(.72) rotate(18deg); }
  100% { opacity: 1; transform: scale(1) rotate(0deg); }
}
@keyframes centerWhats {
  0%,45% { opacity: 0; transform: scale(.72) rotate(-18deg); }
  50%,95% { opacity: 1; transform: scale(1) rotate(0deg); }
  100% { opacity: 0; transform: scale(.72) rotate(-18deg); }
}
@keyframes unlock { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes waPop {
  from { opacity: 0; transform: translateY(10px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes typingPulse {
  0%, 100% { opacity: .35; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-3px); }
}

@media (max-width: 1180px) {
  .nav { display: none; }
  .hero, .split, .reminder-fold, .singularity-section { grid-template-columns: 1fr; }
  .reminder-fold .section-heading,
  .reminder-copy,
  .lock-phone {
    grid-column: auto;
    grid-row: auto;
  }
  .hero { min-height: auto; }
  .hero-stage { min-height: 520px; }
  .ticker-inline { display: block; }
  .main-ticker { display: none; }
  .finance-shell { grid-template-columns: 1fr; }
  .finance-proof {
    min-height: 520px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .finance-chart-card { order: 0; width: min(100%, 480px); }
  .finance-chat-card { margin-inline: auto; }
  .finance-summary-card { left: 50%; transform: translateX(-50%); }
  .agenda-shell { grid-template-columns: 1fr; }
  .agenda-proof { justify-items: center; }
  .feature-grid, .soon-list, .pricing-plans { grid-template-columns: 1fr 1fr; }
  .reminder-showcase { display: grid; grid-template-columns: 1fr; gap: 28px; }
  .reminder-copy { order: 2; }
  .memory-grid { grid-template-columns: 1fr 1fr; }
  .memory-card-wide, .memory-card-graph { grid-column: 1 / -1; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .locked-plan-card { padding-inline: 18px; }
  .locked-plan-card p { min-height: 112px; font-size: 16px; }
  .price-lock-button { font-size: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .site-header {
    top: 8px;
    width: calc(100% - 24px);
    min-height: 64px;
    border-radius: 28px;
    padding-inline: 14px;
  }
  .brand { font-size: 18px; }
  .brand-logo { width: 36px; height: 36px; }
  .locale-link { display: none; }
  .header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
    border-radius: 18px;
  }
  .header-actions { margin-left: auto; }
  .hero { padding-top: 30px; padding-bottom: 18px; }
  .hero .eyebrow {
    max-width: 100%;
    padding: 9px 14px;
    font-size: 13px;
    line-height: 1.2;
    white-space: normal;
  }
  h1 { max-width: 100%; font-size: clamp(34px, 10.2vw, 41px); line-height: 1.06; }
  h1 em { display: block; }
  .hero-text { font-size: 16px; line-height: 1.48; }
  .hero-pills { gap: 12px 18px; flex-wrap: wrap; }
  .hero-pills span { width: auto; font-size: 14px; }
  .hero-actions a { width: 100%; }
  .hero-stage { min-height: 470px; }
  .iphone { width: min(100%, 260px); }
  .web-mock { grid-template-columns: 120px 1fr; min-height: 500px; }
  .app-sidebar { padding: 16px 10px; gap: 8px; }.app-sidebar span { font-size: 12px; padding: 8px; }
  .app-content { padding: 20px; }.app-content h3 { font-size: 28px; }
  .phone-mock { width: 236px; right: 2px; top: 250px; }
  .signal-stack { width: 270px; left: 6px; }
  .feature-grid, .soon-list, .use-grid, .pricing-plans { grid-template-columns: 1fr; }
  .reminder-fold { padding-top: 54px; padding-bottom: 38px; }
  .reminder-fold .section-heading { margin-bottom: 0; }
  .reminder-copy li { font-size: 16px; }
  .lock-phone-frame {
    width: min(100%, 322px);
    min-height: 536px;
    padding: 16px 13px 20px;
    border-width: 8px;
    border-radius: 38px;
  }
  .lock-phone-frame:after { border-radius: 30px; }
  .lock-dynamic-island { width: 98px; height: 29px; }
  .lock-time { padding-top: 42px; }
  .lock-time strong { font-size: 54px; }
  .lock-memory-grid {
    gap: 9px;
    margin-top: 134px;
  }
  .lock-memory-grid span {
    min-height: 76px;
    padding: 10px;
    border-radius: 15px;
    font-size: 11px;
  }
  .notification-stack {
    top: 218px;
    width: min(352px, calc(100vw - 22px));
    gap: 8px;
  }
  .flow-notification {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 9px;
    min-height: 76px;
    padding: 10px 12px;
    border-radius: 19px;
  }
  .flow-notification:first-child { transform: translateX(-13px) rotate(-1deg); }
  .flow-notification:nth-child(2) { transform: translateX(14px) rotate(.7deg); }
  .flow-notification:nth-child(3) { transform: translateX(-7px) scale(.9); }
  .flow-notification-icon,
  .flow-notification-icon img { width: 38px; height: 38px; }
  .notification-wa-badge { width: 17px; height: 17px; border-width: 1.5px; }
  .notification-wa-badge svg { width: 12px; height: 12px; }
  .notification-app, .flow-notification time { font-size: 10px; }
  .flow-notification strong { font-size: 13px; }
  .flow-notification p { font-size: 12px; }
  .finance-control, .agenda-sync { padding: 46px 18px 54px; }
  .finance-copy, .agenda-copy { gap: 16px; }
  .finance-copy h2, .agenda-copy h2 { font-size: clamp(32px, 9vw, 42px); }
  .finance-copy p, .agenda-copy p { font-size: 16px; line-height: 1.52; }
  .finance-checks span,
  .agenda-checks span {
    width: 100%;
    min-height: 54px;
    padding: 11px 16px;
    border-radius: 18px;
    font-size: 14px;
  }
  .gcal-card { padding: 14px 12px 18px; border-radius: 20px; }
  .gcal-event { margin-left: 44px; }
  .finance-chart-card { width: 100%; }
  .finance-proof { min-height: 560px; }
  .finance-chat-card {
    width: 100%;
    min-height: 408px;
    border-radius: 24px;
  }
  .finance-messages { padding-inline: 14px; }
  .finance-compose-row {
    bottom: 18px;
    width: calc(100% - 28px);
    grid-template-columns: 24px minmax(0, 1fr) 24px;
    min-height: 52px;
  }
  .finance-summary-card {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(100%, 330px);
    margin: 18px auto 0;
    padding: 18px;
    border-radius: 22px;
  }
  .memory-grid { grid-template-columns: 1fr; }
  .memory-card, .memory-card-wide, .memory-card-graph { grid-column: auto; min-height: 330px; padding: 22px; }
  .memory-card-graph { min-height: 430px; }
  .project-demo { grid-template-columns: 1fr; margin-top: 22px; }
  .meeting-demo, .insight-demo { left: 22px; right: 22px; bottom: 22px; }
  .memory-query-demo { left: 22px; right: 22px; bottom: 22px; }
  .knowledge-graph { inset: 150px 8px 16px; }
  .graph-node { min-width: 68px; min-height: 36px; padding: 8px 10px; font-size: 11px; }
  .graph-core { width: 104px; min-height: 104px; }
  .graph-notes { left: 8%; }
  .graph-meetings { right: 8%; }
  .graph-files { left: 4%; bottom: 18%; }
  .graph-people { right: 4%; bottom: 18%; }
  .proof-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }
  .proof-stats article {
    min-height: 76px;
    padding: 10px 8px;
    border-radius: 10px;
  }
  .proof-stats span { font-size: 9px; }
  .proof-stats strong { font-size: 20px; }
  .proof-stats small { font-size: 10px; line-height: 1.2; }
  .testimonials { padding-top: 42px; padding-bottom: 26px; }
  .testimonial-stage { min-height: 430px; overflow: visible; }
  .testimonial-card {
    grid-template-columns: 1fr;
    justify-items: center;
    width: min(100%, 340px);
    min-height: 330px;
    padding: 18px 16px;
  }
  .testimonial-card.is-active img { width: 96px; height: 96px; border-width: 4px; }
  .testimonial-card.is-prev { transform: translateX(calc(-50% - 128px)) translateY(34px) scale(.42); }
  .testimonial-card.is-next { transform: translateX(calc(-50% + 128px)) translateY(34px) scale(.42); }
  .testimonial-copy { justify-items: center; text-align: center; }
  .testimonial-copy p { font-size: 15px; }
  .testimonial-copy strong { font-size: 22px; }
  .testimonial-copy span { font-size: 13px; }
  .stars { font-size: 20px; }
  .testimonial-controls {
    gap: 14px;
    min-height: 58px;
  }
  .testimonial-controls button { width: 48px; height: 48px; font-size: 30px; }
  .testimonial-dot { width: 16px; height: 16px; }
  .testimonial-dot[aria-current="true"] { width: 36px; }
  .faq-list { grid-template-columns: 1fr; }
  .mobile-plan-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(139,124,255,.34);
    border-radius: 14px 14px 0 0;
    background: rgba(255,255,255,.9);
  }
  .mobile-plan-tabs button {
    display: grid;
    gap: 4px;
    min-height: 76px;
    border: 0;
    border-right: 1px solid rgba(15,23,42,.12);
    color: #737373;
    background: rgba(248,250,252,.86);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
  }
  .mobile-plan-tabs button:last-child { border-right: 0; }
  .mobile-plan-tabs button small { color: #8a8a8a; font-size: 12px; font-weight: 600; text-transform: uppercase; }
  .mobile-plan-tabs button[aria-selected="true"] { color: #111827; background: #fff; }
  .mobile-plan-tabs button[aria-selected="true"] small { color: #16a34a; }
  .pricing-plans .locked-plan-card:not(.is-selected) { display: none; }
  .pricing-plans .locked-plan-card { border-radius: 0 0 14px 14px; border-top: 0; }
  .singularity-stage { min-height: 360px; transform: scale(.86); transform-origin: center; }
  .singularity-section { padding-top: 50px; padding-bottom: 20px; overflow: hidden; }
  .singularity-copy h2 { font-size: 38px; }
  .singularity-copy p:not(.singularity-chip) { font-size: 17px; }
  .singularity-node { width: 72px; }
  .singularity-node span { width: 42px; height: 42px; }
  .singularity-node svg { width: 23px; height: 23px; }
  .singularity-node b { font-size: 11px; }
  .singularity-core { width: 92px; height: 92px; }
  .singularity-core img, .singularity-core svg { width: 54px; height: 54px; }
  .singularity-core-shell { width: 170px; height: 170px; }
  .locked-plan-card { min-height: auto; padding-top: 32px; }
  .locked-plan-card.featured { transform: none; }
  .locked-plan-card p { min-height: auto; }
  .locked-price strong { min-width: 176px; font-size: 58px; }
  .plan-ribbon { top: 20px; right: 16px; font-size: 12px; }
  .plan-badge { min-height: 34px; margin-bottom: 24px; font-size: 13px; }
  .plan-features li { font-size: 14px; }
  .price-unlocked strong { font-size: 48px; }
  .finance-nav { width: 40px; height: 40px; font-size: 22px; }
  .finance-nav.prev { left: 8px; }
  .finance-nav.next { right: 8px; }
  .finance-slide figcaption { min-height: 46px; padding: 10px 14px; font-size: 13px; }
  .finance-slide-fallback { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-proof { gap: 14px; }
  .footer-bottom { flex-direction: column; }
}
