:root {
  color-scheme: light;
  --ink: #263151;
  --muted: #7280a3;
  --blue: #6750d8;
  --blue-deep: #7957d5;
  --lavender: #ede5ff;
  --lavender-soft: #e8e3ff;
  --peach: #fff1d8;
  --paper: #f5f3ff;
  --warm: #fffaff;
  --line: rgba(38, 49, 81, 0.12);
  --glass: rgba(255, 255, 255, 0.72);
  --shadow: 0 28px 70px rgba(103, 80, 216, 0.15);
  --spring: linear(
    0,
    0.006,
    0.025 2.8%,
    0.101 6.1%,
    0.539 18.9%,
    0.721 25.3%,
    0.849 32.2%,
    0.937 39.9%,
    0.984 48%,
    1.006 57.4%,
    1.012 70%,
    1
  );
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #fff;
  background: var(--blue);
}

img,
svg {
  display: block;
  max-width: 100%;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1180px, calc(100% - 3rem));
  margin-inline: auto;
}

.narrow {
  width: min(850px, calc(100% - 3rem));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(6.5rem, 12vw, 11rem);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding-top: max(0.7rem, env(safe-area-inset-top));
  transition: padding 300ms ease;
}

.site-header::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 5.4rem;
  content: "";
  background: linear-gradient(to bottom, rgba(245, 243, 255, 0.92), rgba(245, 243, 255, 0));
  opacity: 0;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.site-header.is-scrolled::before {
  opacity: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.35rem;
  padding: 0.45rem 0.55rem 0.45rem 0.7rem;
  border: 1px solid transparent;
  border-radius: 1.25rem;
  transition:
    background 300ms ease,
    border-color 300ms ease,
    box-shadow 300ms ease,
    backdrop-filter 300ms ease;
}

.site-header.is-scrolled .nav {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 32px rgba(103, 80, 216, 0.09);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand img {
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(83, 107, 157, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 750;
}

.pressable {
  transform-origin: center;
  transition:
    transform 280ms var(--spring),
    box-shadow 280ms ease,
    background 180ms ease;
}

.pressable:active {
  transform: scale(0.965);
  transition-duration: 90ms;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(760px, 100svh);
  overflow: hidden;
  padding: clamp(7rem, 10vw, 9rem) 0 5rem;
  background:
    radial-gradient(circle at 72% 38%, rgba(232, 227, 255, 0.82), transparent 30%),
    radial-gradient(circle at 88% 68%, rgba(255, 241, 216, 0.62), transparent 26%),
    var(--paper);
}

.hero-aurora {
  position: absolute;
  top: -18rem;
  right: -14rem;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  background: conic-gradient(from 130deg, rgba(232, 227, 255, 0.2), rgba(103, 80, 216, 0.14), rgba(255, 241, 216, 0.22), rgba(221, 244, 255, 0.2));
  filter: blur(34px);
  opacity: 0.85;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
}

.hero-copy {
  position: relative;
  z-index: 4;
  padding-top: 1rem;
}

.section-label {
  margin: 0 0 1.4rem;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1.06;
  text-wrap: balance;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(3.15rem, 5.5vw, 4.8rem);
}

.hero-title-accent {
  display: inline-block;
  font-size: 0.86em;
  white-space: nowrap;
  color: transparent;
  background: linear-gradient(102deg, #6750d8 5%, #8b76e7 46%, #c779b7 96%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 39rem;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  font-weight: 500;
  line-height: 2;
}

.copy-phrase {
  display: inline-block;
}

.mobile-heading-break {
  display: none;
}

.hero-actions,
.waitlist-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 750;
}

.button svg {
  width: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(38, 49, 81, 0.2);
}

.button-primary:hover {
  background: #5740c0;
  box-shadow: 0 15px 34px rgba(38, 49, 81, 0.25);
  transform: translateY(-2px);
}

.button-secondary {
  border-color: rgba(38, 49, 81, 0.12);
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.button-secondary:hover {
  background: #fff;
  transform: translateY(-2px);
}

.hero-visual {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --shift-x: 0px;
  --shift-y: 0px;
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 640px;
  place-items: center;
  perspective: 1200px;
}

.phone {
  position: relative;
  z-index: 3;
  width: min(340px, 75vw);
  padding: 8px;
  border: 1px solid rgba(28, 36, 60, 0.36);
  border-radius: 53px;
  background: linear-gradient(145deg, #31333a, #0b0c10 45%, #393b43);
  box-shadow:
    0 44px 90px rgba(45, 58, 91, 0.25),
    0 9px 24px rgba(45, 58, 91, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transform: translate3d(var(--shift-x), var(--shift-y), 0) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(2deg);
  transition: transform 500ms var(--spring);
  will-change: transform;
}

.phone::before {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 50%;
  width: 30%;
  height: 27px;
  border-radius: 999px;
  content: "";
  background: #050505;
  transform: translateX(-50%);
}

.phone-screen {
  overflow: hidden;
  border-radius: 45px;
  background: #fff;
}

.phone-screen img {
  width: 100%;
  height: auto;
}

.phone-side {
  position: absolute;
  width: 3px;
  border-radius: 3px;
  background: #3d3e43;
}

.phone-side-left {
  top: 116px;
  left: -4px;
  height: 73px;
  box-shadow: 0 86px #3d3e43;
}

.phone-side-right {
  top: 160px;
  right: -4px;
  height: 95px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(103, 80, 216, 0.18);
  border-radius: 50%;
  transform: translate3d(calc(var(--shift-x) * -0.3), calc(var(--shift-y) * -0.3), 0);
  transition: transform 600ms var(--spring);
}

.orbit-one {
  width: 510px;
  height: 510px;
}

.orbit-two {
  width: 650px;
  height: 650px;
  border-color: rgba(199, 169, 235, 0.18);
}

.app-bubble {
  --bubble-accent: rgba(91, 71, 164, 0.9);
  --bubble-border: rgba(167, 139, 250, 0.5);
  --bubble-fill: rgba(167, 139, 250, 0.26);
  --bubble-gradient: rgba(167, 139, 250, 0.22);
  --bubble-shadow: rgba(103, 80, 216, 0.14);
  --bubble-birth-delay: 0ms;
  --bubble-duration: 6200ms;
  --bubble-drift-x: 2px;
  --bubble-drift-y: 3px;
  --bubble-rotate: 0.5deg;
  position: absolute;
  z-index: 4;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  transition: transform 550ms var(--spring);
  will-change: transform;
}

.app-bubble-float,
.app-bubble-surface {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.app-bubble-float {
  animation: app-bubble-idle var(--bubble-duration) ease-in-out calc(var(--bubble-birth-delay) + 560ms) infinite alternate;
  will-change: transform;
}

.app-bubble-surface {
  position: relative;
  display: grid;
  overflow: hidden;
  border: 1.2px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(ellipse at 50% 85%, transparent 54%, rgba(255, 255, 255, 0.2) 59%, transparent 65%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), var(--bubble-gradient) 52%, rgba(255, 255, 255, 0.08));
  box-shadow:
    inset 8px 10px 22px rgba(255, 255, 255, 0.54),
    inset -7px -9px 20px rgba(58, 73, 116, 0.08),
    0 22px 48px var(--bubble-shadow);
  opacity: 0;
  place-items: center;
  transform: translateY(8px) scale(0.98);
  will-change: opacity, transform;
}

.app-bubble-surface::before,
.app-bubble-surface::after {
  position: absolute;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.app-bubble-surface::before {
  inset: 2px;
  border: 2px solid rgba(255, 255, 255, 0.52);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.34);
}

.app-bubble-surface::after {
  inset: 10px;
  border-right: 2.2px solid var(--bubble-border);
  border-bottom: 1.4px solid var(--bubble-border);
  opacity: 0.3;
}

.app-bubble-mist {
  position: absolute;
  top: 20%;
  left: 16%;
  width: 68%;
  height: 60%;
  border-radius: 46%;
  background: var(--bubble-fill);
  box-shadow: 24px 30px 28px rgba(84, 91, 132, 0.05);
  opacity: 0.46;
}

.app-bubble-highlight {
  position: absolute;
  z-index: 2;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  pointer-events: none;
}

.app-bubble-highlight-large {
  top: 12%;
  left: 17%;
  width: 33%;
  height: 18%;
  border-radius: 50%;
  opacity: 0.82;
  transform: rotate(-28deg);
}

.app-bubble-highlight-small {
  top: 12%;
  left: 56%;
  width: 9%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.64;
}

.app-bubble-highlight-small::after {
  position: absolute;
  top: 135%;
  left: 75%;
  width: 44%;
  aspect-ratio: 1;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.58);
}

.app-bubble-copy {
  position: relative;
  z-index: 3;
  display: flex;
  width: 72%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--bubble-accent);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.7);
}

.app-bubble-copy b {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.app-bubble-copy small {
  margin-top: 0.35rem;
  color: rgba(38, 49, 81, 0.76);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.app-bubble-today {
  --bubble-accent: rgba(164, 45, 55, 0.92);
  --bubble-border: rgba(248, 113, 113, 0.58);
  --bubble-fill: rgba(248, 113, 113, 0.32);
  --bubble-gradient: rgba(248, 113, 113, 0.28);
  --bubble-shadow: rgba(190, 82, 92, 0.12);
}

.app-bubble-tomorrow {
  --bubble-accent: rgba(154, 83, 23, 0.92);
  --bubble-border: rgba(251, 146, 60, 0.56);
  --bubble-fill: rgba(251, 146, 60, 0.3);
  --bubble-gradient: rgba(251, 146, 60, 0.26);
  --bubble-shadow: rgba(194, 118, 56, 0.12);
}

.app-bubble-soon {
  --bubble-accent: rgba(132, 94, 12, 0.92);
  --bubble-border: rgba(250, 204, 21, 0.52);
  --bubble-fill: rgba(250, 204, 21, 0.28);
  --bubble-gradient: rgba(250, 204, 21, 0.24);
  --bubble-shadow: rgba(178, 143, 40, 0.11);
}

.app-bubble-later {
  --bubble-accent: rgba(91, 71, 164, 0.9);
  --bubble-border: rgba(167, 139, 250, 0.5);
  --bubble-fill: rgba(167, 139, 250, 0.26);
  --bubble-gradient: rgba(167, 139, 250, 0.22);
  --bubble-shadow: rgba(103, 80, 216, 0.12);
}

.hero-reminder-one {
  --bubble-birth-delay: 180ms;
  --bubble-duration: 5900ms;
  --bubble-drift-x: 2.2px;
  --bubble-drift-y: 4.1px;
  --bubble-rotate: 0.52deg;
  top: 18%;
  left: -2%;
  width: 158px;
  transform: translate3d(calc(var(--shift-x) * -0.55), calc(var(--shift-y) * -0.55), 45px) rotate(-4deg);
}

.hero-reminder-two {
  --bubble-birth-delay: 300ms;
  --bubble-duration: 6900ms;
  --bubble-drift-x: -1.8px;
  --bubble-drift-y: 3.2px;
  --bubble-rotate: -0.44deg;
  right: -1%;
  bottom: 17%;
  width: 134px;
  transform: translate3d(calc(var(--shift-x) * 0.62), calc(var(--shift-y) * 0.62), 55px) rotate(4deg);
}

.hero-visual.is-visible .app-bubble-surface,
.steps li.is-visible .app-bubble-surface,
.bento.is-visible .app-bubble-surface {
  animation: app-bubble-birth 560ms var(--spring) var(--bubble-birth-delay) forwards;
}

.hero-bubble {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 25%, rgba(255, 255, 255, 0.95) 0 4%, transparent 12%),
    radial-gradient(circle at 68% 75%, rgba(255, 255, 255, 0.7), transparent 14%),
    linear-gradient(145deg, rgba(232, 227, 255, 0.16), rgba(167, 139, 250, 0.14) 55%, rgba(255, 241, 216, 0.16));
  box-shadow:
    inset 7px 8px 18px rgba(255, 255, 255, 0.58),
    inset -5px -7px 18px rgba(167, 139, 250, 0.16),
    0 18px 45px rgba(103, 80, 216, 0.08);
  pointer-events: none;
}

.bubble-small {
  top: 8%;
  right: 2%;
  width: 62px;
  height: 62px;
  transform: translate3d(calc(var(--shift-x) * 0.8), calc(var(--shift-y) * 0.8), 0);
}

.bubble-large {
  bottom: 6%;
  left: 4%;
  width: 96px;
  height: 96px;
  transform: translate3d(calc(var(--shift-x) * -0.7), calc(var(--shift-y) * -0.7), 0);
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 1.75rem;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #8790a6;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  position: relative;
  display: block;
  width: 1px;
  height: 28px;
  overflow: hidden;
  background: rgba(38, 49, 81, 0.12);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--blue);
  animation: scroll-line 2s ease-in-out infinite;
}

@keyframes app-bubble-birth {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  62% {
    opacity: 1;
    transform: translateY(0) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes app-bubble-idle {
  from {
    transform: translate3d(calc(var(--bubble-drift-x) * -1), var(--bubble-drift-y), 0) rotate(calc(var(--bubble-rotate) * -1));
  }
  to {
    transform: translate3d(var(--bubble-drift-x), calc(var(--bubble-drift-y) * -1), 0) rotate(var(--bubble-rotate));
  }
}

@keyframes scroll-line {
  0% { transform: translateY(-105%); }
  50%, 100% { transform: translateY(105%); }
}

.promise {
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.promise::before,
.promise::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.promise::before {
  top: 16%;
  left: -5rem;
  width: 15rem;
  height: 15rem;
  background: rgba(232, 227, 255, 0.4);
  box-shadow: inset -18px -16px 40px rgba(255, 255, 255, 0.68);
}

.promise::after {
  right: -3rem;
  bottom: 8%;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(167, 139, 250, 0.26);
}

.promise h2,
.section-heading h2,
.privacy h2,
.download h2 {
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.privacy h2 {
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}

.download h2 {
  font-size: clamp(2.7rem, 5vw, 4rem);
}

.download-title-line {
  white-space: nowrap;
}

.promise p:last-child {
  max-width: 760px;
  margin: 2rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 2.1;
  text-wrap: pretty;
  word-break: auto-phrase;
}

.promise-copy-line { display: block; }

.how {
  background: var(--paper);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

@media (min-width: 1200px) {
  .section-heading.centered h2 { white-space: nowrap; }
}

.section-heading > p:last-child {
  max-width: 620px;
  margin: 1.5rem auto 0;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  position: relative;
  min-width: 0;
  padding: 1rem;
}

.step-number {
  display: block;
  margin-bottom: 1rem;
  color: #929cc0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.step-visual {
  display: flex;
  height: 190px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(70, 86, 119, 0.08);
}

.step-type span {
  position: relative;
  width: 74%;
  padding: 0.85rem 0;
  border-bottom: 1px solid #dce9f7;
  color: var(--muted);
  font-size: 0.78rem;
}

.step-type i {
  width: 1px;
  height: 1.2rem;
  margin-left: -1px;
  background: var(--blue);
  animation: caret 1.2s steps(1) infinite;
}

@keyframes caret {
  50% { opacity: 0; }
}

.step-date {
  gap: 0.45rem;
}

.step-date span {
  padding: 0.55rem 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
}

.step-date span.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 7px 18px rgba(103, 80, 216, 0.22);
}

.step-bubble {
  --bubble-birth-delay: 120ms;
  --bubble-duration: 6400ms;
  --bubble-drift-x: 1.6px;
  --bubble-drift-y: 3.1px;
  --bubble-rotate: 0.42deg;
  position: relative;
  width: 132px;
}

.steps h3,
.bento h3,
.privacy-list h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.steps p,
.bento-copy > p:last-of-type,
.privacy-list p {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.features {
  background: #f2f0fb;
}

.features .section-heading {
  max-width: 1040px;
}

.features .section-heading h2 {
  font-size: clamp(2.7rem, 5.4vw, 4.8rem);
}

.feature-title-break,
.notification-title-break,
.widget-title-break {
  display: none;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.15rem;
}

.bento {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: clamp(2rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 70px rgba(103, 80, 216, 0.08);
}

.bento-copy {
  position: relative;
  z-index: 3;
  padding: clamp(2rem, 4vw, 3.25rem);
}

.bento-copy > p:last-of-type {
  max-width: 410px;
}

.feature-icon {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  margin-bottom: 1.6rem;
  border: 1px solid rgba(103, 80, 216, 0.16);
  border-radius: 0.85rem;
  color: var(--blue);
  background: var(--lavender-soft);
  place-items: center;
}

.feature-icon svg {
  width: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.feature-icon-violet { color: var(--blue); background: var(--lavender); }
.feature-icon-blue { color: #2f6fe4; background: #ddf4ff; }

.overline {
  margin: 0 0 0.55rem;
  color: #858eb0;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bento h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.bento-bubbles {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 241, 216, 0.72), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(232, 227, 255, 0.76));
}

.bubble-board {
  position: absolute;
  inset: 50% 0 0;
}

.feature-bubble-one {
  --bubble-birth-delay: 100ms;
  --bubble-duration: 5700ms;
  --bubble-drift-x: 1.9px;
  --bubble-drift-y: 3.2px;
  --bubble-rotate: 0.44deg;
  top: 3%;
  left: 13%;
  width: 170px;
}

.feature-bubble-two {
  --bubble-birth-delay: 210ms;
  --bubble-duration: 6800ms;
  --bubble-drift-x: -2.1px;
  --bubble-drift-y: 3.8px;
  --bubble-rotate: -0.56deg;
  top: 30%;
  right: 11%;
  width: 145px;
}

.feature-bubble-three {
  --bubble-birth-delay: 320ms;
  --bubble-duration: 6300ms;
  --bubble-drift-x: 1.4px;
  --bubble-drift-y: 2.7px;
  --bubble-rotate: 0.38deg;
  bottom: -15%;
  left: 43%;
  width: 128px;
}

.bento-notify {
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #ede5ff, #fff 52%, #e8e3ff);
}

@media (min-width: 1200px) {
  .bento-notify h3 {
    font-size: clamp(1.8rem, 2.2vw, 2.25rem);
    white-space: nowrap;
  }
}

.notification-stack {
  position: relative;
  flex: 1;
  min-height: 190px;
  margin-top: -0.75rem;
}

.notification-card {
  position: absolute;
  left: 50%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: min(84%, 380px);
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(67, 74, 117, 0.13);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.notification-card img {
  width: 2.3rem;
  border-radius: 0.7rem;
}

.notification-card span {
  display: flex;
  flex-direction: column;
}

.notification-card b { font-size: 0.76rem; }
.notification-card small, .notification-card time { color: var(--muted); font-size: 0.62rem; }
.notification-card.back { top: 9%; opacity: 0.58; transform: translateX(-50%) scale(0.92); }
.notification-card.front { top: 42%; transform: translateX(-50%); }

.bento-widget {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: linear-gradient(160deg, #e8e3ff, #fff 58%);
}

.bento-widget .bento-copy {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.bento-widget-heading .feature-icon {
  margin-bottom: 1.25rem;
}

.bento-widget-body {
  padding-bottom: 0.2rem;
}

.bento-widget-body p {
  max-width: 470px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.8;
}

.status-pill {
  display: inline-flex;
  margin-top: 1.5rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(103, 80, 216, 0.16);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(232, 227, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 750;
}

.privacy {
  overflow: hidden;
  color: #fff;
  background: #18233f;
}

.privacy-glow {
  position: absolute;
  top: -23rem;
  left: -13rem;
  width: 55rem;
  height: 55rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(103, 80, 216, 0.36), transparent 65%);
  pointer-events: none;
}

.privacy-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  max-width: 1040px;
  gap: clamp(4rem, 8vw, 7rem);
}

.privacy .section-label { color: #c9bfff; }
.privacy-copy > p:not(.section-label) { max-width: 460px; margin: 2rem 0 0; color: #b8c0d4; }

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  gap: 0.5rem;
  align-items: center;
  margin-top: 2rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 750;
}

.text-link span {
  transition: transform 200ms ease;
}

.text-link:hover span { transform: translateX(4px); }

.privacy-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.privacy-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.privacy-list > li > span { color: #73809f; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.12em; }
.privacy-list p { max-width: 490px; color: #aeb7cb; }

.faq {
  background: var(--paper);
}

.faq-list {
  width: min(850px, 100%);
  margin-left: auto;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child { border-bottom: 1px solid var(--line); }

.faq-list summary {
  display: flex;
  min-height: 5.6rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary span {
  position: relative;
  flex: 0 0 auto;
  width: 1.1rem;
  height: 1.1rem;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 260ms var(--spring);
}

.faq-list summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }

.faq-list details > p {
  max-width: 700px;
  margin: -0.7rem 0 0;
  padding: 0 3rem 2rem 0;
  color: var(--muted);
}

.download {
  padding-top: 2rem;
  background: var(--paper);
}

.download-card {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: clamp(2.4rem, 5vw, 4rem);
  background:
    radial-gradient(circle at 82% 46%, rgba(232, 227, 255, 0.82), transparent 25%),
    radial-gradient(circle at 88% 80%, rgba(255, 241, 216, 0.68), transparent 26%),
    linear-gradient(145deg, #fff, #f5f3ff 65%, #fffaff);
  box-shadow: 0 34px 90px rgba(60, 78, 117, 0.11);
}

.download-card > *:not(.download-orb) {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.download-card > p:not(.section-label) { margin: 1.7rem 0 0; color: var(--muted); }

.download-orb {
  position: absolute;
  top: 50%;
  right: clamp(-8rem, -5vw, -3rem);
  width: min(45vw, 500px);
  border-radius: 31%;
  box-shadow: 0 50px 90px rgba(91, 115, 167, 0.2);
  transform: translateY(-50%) rotate(7deg);
}

.download-orb img { border-radius: inherit; }

.waitlist-form {
  position: relative;
  max-width: 620px;
  margin-top: 2.25rem;
}

.waitlist-actions {
  margin-top: 0;
}

.waitlist-submit {
  min-width: 14.5rem;
}

.waitlist-submit:disabled {
  cursor: default;
  opacity: 1;
}

.waitlist-submit:disabled:hover {
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(38, 49, 81, 0.2);
  transform: none;
}

.waitlist-button-icon {
  width: 1.15rem;
  transition: transform 500ms var(--spring);
}

.waitlist-form[data-state="joined"] .waitlist-submit {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(103, 80, 216, 0.22);
}

.waitlist-form[data-state="joined"] .waitlist-button-icon {
  transform: scale(1.12);
}

.waitlist-submit[aria-busy="true"] .waitlist-button-icon {
  animation: waitlist-pulse 900ms ease-in-out infinite alternate;
}

.waitlist-cancel {
  min-height: 2.75rem;
  padding: 0.65rem 0.5rem;
  border: 0;
  color: #53617d;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(83, 97, 125, 0.3);
  text-underline-offset: 0.25rem;
}

.waitlist-cancel:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.waitlist-status {
  min-height: 1.7rem;
  margin: 0.9rem 0 0;
  color: #465576;
  font-size: 0.82rem;
  font-weight: 700;
}

.waitlist-note {
  max-width: 690px;
  margin: 0.6rem 0 0 !important;
  color: #778199 !important;
  font-size: 0.72rem;
  line-height: 1.8;
}

@media (min-width: 981px) {
  .waitlist-note { white-space: nowrap; }
}

.waitlist-note a {
  color: #4c5e86;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(76, 94, 134, 0.26);
  text-underline-offset: 0.2rem;
}

.waitlist-honeypot {
  display: none;
}

@keyframes waitlist-pulse {
  from { opacity: 0.45; transform: scale(0.86); }
  to { opacity: 1; transform: scale(1.06); }
}

.site-footer {
  padding: 5rem 0 max(3rem, env(safe-area-inset-bottom));
  background: var(--paper);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
  padding-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.footer-brand { margin-bottom: 0.65rem; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 0.75rem; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.8rem;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.footer-links a:hover { color: var(--ink); }
.footer-links a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}
.copyright { grid-column: 1 / -1; text-align: right; }

[data-reveal] {
  opacity: 0;
  transform: translateY(24px) scale(0.995);
  transition:
    opacity 700ms ease,
    transform 850ms var(--spring);
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

:focus-visible {
  outline: 3px solid rgba(103, 80, 216, 0.45);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding-bottom: 7rem; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-top: 3rem; }
  .hero-actions { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { min-height: 610px; }
  .steps { gap: 0; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento { min-height: 520px; }
  .bento-widget { min-height: 0; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-copy { max-width: 700px; }
  .privacy-list { width: min(780px, 100%); margin-left: auto; }
  .download-card { min-height: 730px; }
  .download-orb { top: auto; right: -2rem; bottom: -11rem; width: min(64vw, 460px); transform: rotate(7deg); }
}

@media (max-width: 720px) {
  .shell, .narrow { width: min(100% - 1.5rem, 1180px); }
  .section { padding-block: 4.75rem; }
  .nav-links { display: none; }
  .hero { padding-top: 6rem; }
  .hero-copy { padding-top: 1.5rem; }
  .hero h1 { font-size: clamp(3rem, 14.5vw, 4.5rem); }
  .hero-lead br { display: none; }
  .hero-lead { max-width: 23rem; margin-top: 1.6rem; line-height: 1.9; }
  .promise-copy-line { display: inline; }
  .hero-actions { margin-top: 1.8rem; flex-direction: column; }
  .hero-actions .button { width: min(100%, 330px); }
  .hero-visual { min-height: 540px; margin-top: -0.5rem; }
  .phone { width: min(276px, 70vw); border-radius: 44px; }
  .phone-screen { border-radius: 37px; }
  .phone::before { top: 15px; height: 22px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 500px; height: 500px; }
  .hero-reminder-one { top: 19%; left: 1%; width: 142px; }
  .hero-reminder-two { right: 0; bottom: 17%; width: 122px; }
  .bubble-small { right: 8%; }
  .bubble-large { left: 1%; width: 76px; height: 76px; }
  .scroll-cue { display: none; }
  .promise h2, .section-heading h2, .privacy h2, .download h2 { font-size: clamp(2.15rem, 10vw, 2.65rem); }
  .features .section-heading h2 { font-size: clamp(2.15rem, 10vw, 2.65rem); }
  .section-heading { margin-bottom: 3rem; }
  .promise p:last-child { margin-top: 1.5rem; line-height: 1.9; }
  .mobile-heading-break,
  .feature-title-break,
  .notification-title-break,
  .widget-title-break { display: initial; }
  .privacy h2 { font-size: clamp(2.15rem, 10vw, 2.65rem); }
  .download h2 { font-size: clamp(2rem, 9.5vw, 2.55rem); }
  .steps { grid-template-columns: 1fr; gap: 3rem; }
  .steps li { padding: 0; }
  .bento-widget .bento-copy { grid-template-columns: 1fr; gap: 1.35rem; }
  .bento-widget-body { padding-bottom: 0; }
  .bento-widget .status-pill { margin-top: 1rem; }
  .step-visual { height: 160px; margin-bottom: 1.5rem; }
  .bento { min-height: 500px; border-radius: 2.2rem; }
  .bento-widget { min-height: 0; }
  .feature-bubble-one { left: 7%; width: 150px; }
  .feature-bubble-two { right: 6%; width: 128px; }
  .feature-bubble-three { width: 112px; }
  .privacy-grid { gap: 3rem; }
  .privacy-list li { grid-template-columns: 2.4rem 1fr; padding-block: 1.75rem; }
  .faq-list summary { min-height: 4.75rem; gap: 1.25rem; font-size: 0.95rem; line-height: 1.5; }
  .faq-list details > p { padding-right: 2rem; line-height: 1.85; }
  .download { padding-top: 0; }
  .download-card { width: calc(100% - 1.5rem); min-height: 690px; padding: 3.2rem 1.5rem; }
  .download-orb { right: -1rem; bottom: -5rem; width: min(82vw, 390px); }
  .waitlist-actions { width: 100%; align-items: flex-start; flex-direction: column; }
  .waitlist-submit { width: 100%; min-width: 0; }
  .waitlist-note { white-space: normal; line-height: 1.75; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .copyright { text-align: left; }
}

@media (max-width: 420px) {
  .nav { padding-left: 0.45rem; }
  .brand { gap: 0.45rem; font-size: 0.95rem; }
  .nav-cta { padding-inline: 0.82rem; }
  .hero h1 { font-size: 2.95rem; }
  .hero-visual { min-height: 500px; }
  .phone { width: 252px; }
  .hero-reminder-one { left: -2%; width: 132px; }
  .hero-reminder-two { right: -3%; width: 112px; }
  .bento-copy { padding: 2rem 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 160ms !important;
  }
  [data-reveal] { transform: none; }
  .phone, .orbit, .hero-reminder, .hero-bubble { transform: none !important; }
  .app-bubble-float,
  .hero-visual.is-visible .app-bubble-surface,
  .steps li.is-visible .app-bubble-surface,
  .bento.is-visible .app-bubble-surface {
    animation: none !important;
  }
  .app-bubble-surface { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header.is-scrolled .nav,
  .button-secondary,
  .notification-card {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  :root { --muted: #46516a; --line: rgba(38, 49, 81, 0.3); }
  .site-header.is-scrolled .nav,
  .bento,
  .step-visual { border-color: rgba(38, 49, 81, 0.38); }
}
