
:root {
  --bg: #050b14;
  --bg-soft: #091221;
  --bg-card: rgba(10, 22, 38, 0.78);
  --bg-card-strong: rgba(8, 18, 31, 0.96);
  --line: rgba(110, 197, 255, 0.18);
  --line-strong: rgba(110, 197, 255, 0.28);
  --text: #f4f8ff;
  --muted: #9baec4;
  --teal: #55d4ff;
  --teal-2: #71f1de;
  --teal-3: #a9e9ff;
  --indigo: #6f86ff;
  --glow: 0 0 0 1px rgba(85, 212, 255, 0.16), 0 22px 90px rgba(24, 98, 152, 0.28);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --radius: 28px;
  --container: min(1240px, calc(100% - 40px));
}

@property --sheen {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}

* { box-sizing: border-box; }
html {
  min-height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
  overscroll-behavior: none;
  background: #02070d;
}
html.intro-position-lock {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}
body {
  margin: 0;
  min-height: 100svh;
  overscroll-behavior: none;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 16%, rgba(38, 201, 255, 0.16), transparent 30rem),
    radial-gradient(circle at 80% 22%, rgba(64, 226, 213, 0.12), transparent 28rem),
    linear-gradient(180deg, #040a12 0%, #071120 40%, #030912 100%);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(90deg, transparent 0 159px, rgba(133, 181, 255, 0.012) 159px 160px);
  opacity: .7;
}

/* Branded opening sequence */
.intro { display: none; }
.js .intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  min-height: 100svh;
  overflow: hidden;
  touch-action: none;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 44%, rgba(73, 212, 255, .17), transparent 24rem),
    radial-gradient(circle at 14% 16%, rgba(82, 238, 217, .10), transparent 26rem),
    radial-gradient(circle at 86% 84%, rgba(111, 134, 255, .10), transparent 28rem),
    linear-gradient(150deg, #02070d 0%, #071628 47%, #02080f 100%);
  isolation: isolate;
}
.js .intro[hidden] { display: none; }
.intro::before,
.intro::after {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: -2;
  pointer-events: none;
}
.intro::before {
  background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(85, 212, 255, .08), transparent 28%, rgba(113, 241, 222, .06), transparent 62%);
  animation: intro-aurora 14s linear infinite;
}
.intro::after {
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 55%, rgba(2, 7, 13, .68));
}
.intro-noise {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .2;
  background:
    repeating-linear-gradient(90deg, transparent 0 119px, rgba(135, 218, 255, .055) 119px 120px),
    repeating-linear-gradient(0deg, transparent 0 119px, rgba(135, 218, 255, .035) 119px 120px);
  mask-image: radial-gradient(circle at center, black, transparent 72%);
  animation: intro-layer-in 1.4s ease both;
}

/* Slow-drifting colour field that keeps the backdrop alive */
.intro-blobs {
  position: absolute;
  inset: -10%;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  filter: blur(64px);
  translate: calc(var(--par-x, 0) * 22px) calc(var(--par-y, 0) * 16px);
  animation: intro-layer-in 2s ease both;
}
.intro-blob {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform;
}
.intro-blob-a {
  left: 4%;
  top: 8%;
  width: 42vmax;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(52, 190, 255, .26), transparent 66%);
  animation: blob-drift-a 23s ease-in-out infinite;
}
.intro-blob-b {
  right: 2%;
  top: 24%;
  width: 38vmax;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(90, 240, 214, .19), transparent 66%);
  animation: blob-drift-b 29s ease-in-out infinite;
}
.intro-blob-c {
  left: 26%;
  bottom: -14%;
  width: 46vmax;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(104, 126, 255, .17), transparent 68%);
  animation: blob-drift-c 34s ease-in-out infinite;
}

/* Twinkling starfield, drawn entirely with gradients to stay cheap */
.intro-stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  translate: calc(var(--par-x, 0) * -10px) calc(var(--par-y, 0) * -7px);
  animation: intro-layer-in 2.2s ease .25s both;
}
.intro-stars span {
  position: absolute;
  inset: 0;
  display: block;
  background-repeat: no-repeat;
}
.intro-stars span:first-child {
  background-image:
    radial-gradient(1.6px 1.6px at 7% 14%, rgba(214, 243, 255, .95), transparent 60%),
    radial-gradient(1.2px 1.2px at 19% 32%, rgba(190, 232, 255, .8), transparent 60%),
    radial-gradient(1.8px 1.8px at 28% 9%, rgba(226, 248, 255, .9), transparent 60%),
    radial-gradient(1.1px 1.1px at 37% 47%, rgba(178, 226, 255, .7), transparent 60%),
    radial-gradient(1.5px 1.5px at 46% 20%, rgba(214, 243, 255, .85), transparent 60%),
    radial-gradient(1.2px 1.2px at 58% 63%, rgba(190, 232, 255, .7), transparent 60%),
    radial-gradient(1.7px 1.7px at 66% 12%, rgba(226, 248, 255, .9), transparent 60%),
    radial-gradient(1.3px 1.3px at 74% 38%, rgba(190, 232, 255, .75), transparent 60%),
    radial-gradient(1.5px 1.5px at 83% 22%, rgba(214, 243, 255, .85), transparent 60%),
    radial-gradient(1.1px 1.1px at 91% 55%, rgba(178, 226, 255, .7), transparent 60%),
    radial-gradient(1.6px 1.6px at 96% 30%, rgba(226, 248, 255, .8), transparent 60%);
  animation: star-twinkle 5.5s ease-in-out infinite alternate;
}
.intro-stars span:last-child {
  opacity: .62;
  background-image:
    radial-gradient(1.3px 1.3px at 12% 68%, rgba(200, 238, 255, .8), transparent 60%),
    radial-gradient(1.6px 1.6px at 24% 82%, rgba(226, 248, 255, .75), transparent 60%),
    radial-gradient(1.1px 1.1px at 33% 60%, rgba(178, 226, 255, .7), transparent 60%),
    radial-gradient(1.4px 1.4px at 52% 88%, rgba(200, 238, 255, .8), transparent 60%),
    radial-gradient(1.2px 1.2px at 62% 30%, rgba(190, 232, 255, .7), transparent 60%),
    radial-gradient(1.7px 1.7px at 78% 74%, rgba(226, 248, 255, .8), transparent 60%),
    radial-gradient(1.2px 1.2px at 88% 88%, rgba(190, 232, 255, .7), transparent 60%),
    radial-gradient(1.4px 1.4px at 4% 44%, rgba(200, 238, 255, .75), transparent 60%);
  animation: star-twinkle 7.8s ease-in-out -3.2s infinite alternate;
}

/* A single scan pass — a nod to the app's meal scanning */
.intro-scan {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.intro-scan::before {
  content: "";
  position: absolute;
  left: -6%;
  right: -6%;
  top: 0;
  height: 26vh;
  opacity: 0;
  /* Zero-alpha stops share the beam's hue so the ramp never picks up a
     dark fringe the way a plain `transparent` stop does. */
  background: linear-gradient(
    180deg,
    rgba(85, 212, 255, 0) 0%,
    rgba(85, 212, 255, .05) 40%,
    rgba(172, 240, 255, .15) 50%,
    rgba(85, 212, 255, .05) 60%,
    rgba(85, 212, 255, 0) 100%
  );
  mix-blend-mode: plus-lighter;
  filter: blur(5px);
  animation: scan-sweep 4.6s cubic-bezier(.45, .05, .3, 1) .5s;
}
.intro-halo {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 46%;
  width: min(64vw, 620px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  translate: calc(var(--par-x, 0) * -18px) calc(var(--par-y, 0) * -12px);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(85, 212, 255, .17), rgba(113, 241, 222, .06) 46%, transparent 70%);
  filter: blur(34px);
  animation: halo-breathe 5.6s ease-in-out infinite, intro-layer-in 1.2s ease both;
}
.intro-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  animation: intro-layer-in 1.6s ease .3s both;
}
.intro-particles span {
  position: absolute;
  left: var(--x, 50%);
  bottom: -4%;
  width: var(--s, 4px);
  height: var(--s, 4px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 238, 255, .95), rgba(85, 212, 255, 0) 72%);
  filter: drop-shadow(0 0 7px rgba(85, 212, 255, .85));
  opacity: 0;
  animation: particle-rise var(--dur, 12s) linear var(--delay, 0s) infinite;
}
.intro-wave-field {
  position: absolute;
  z-index: 0;
  left: -16%;
  right: -16%;
  bottom: -23%;
  height: 78%;
  overflow: hidden;
  pointer-events: none;
  opacity: .78;
  translate: calc(var(--par-x, 0) * 12px) 0;
  animation: intro-layer-in 1.5s ease .15s both;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 76%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 24%, #000 76%, transparent 100%);
}
.intro-wave-field::before {
  content: "";
  position: absolute;
  inset: -22% -8% -12%;
  background: repeating-radial-gradient(
    ellipse at 50% 112%,
    transparent 0 48px,
    rgba(85, 212, 255, .16) 49px 50px,
    transparent 51px 82px
  );
  filter: drop-shadow(0 0 12px rgba(85, 212, 255, .18));
  animation: wave-tide 9s ease-in-out infinite;
}
.intro-wave-field span {
  position: absolute;
  left: -10%;
  bottom: 16%;
  width: 120%;
  height: 48%;
  border-top: 1.5px solid rgba(85, 212, 255, .26);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  filter: drop-shadow(0 0 14px rgba(85, 212, 255, .2));
  animation: wave-drift 7.4s ease-in-out infinite;
}
.intro-wave-field span:nth-child(2) {
  bottom: 6%;
  height: 62%;
  opacity: .7;
  border-color: rgba(113, 241, 222, .24);
  animation-duration: 9.2s;
  animation-delay: -2.4s;
}
.intro-wave-field span:nth-child(3) {
  bottom: 27%;
  height: 34%;
  opacity: .5;
  animation-duration: 6.3s;
  animation-delay: -4.1s;
}
.intro-wave-field span:nth-child(4) {
  bottom: -8%;
  height: 76%;
  opacity: .42;
  border-color: rgba(113, 241, 222, .2);
  animation-duration: 11s;
  animation-delay: -6.2s;
}
.intro-orbit {
  position: absolute;
  left: 50%;
  top: 46%;
  border: 1px solid rgba(100, 218, 255, .13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.intro-orbit::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(85, 212, 255, 0) 0 62%, rgba(85, 212, 255, .1) 76%, rgba(150, 233, 255, .7) 96%, rgba(150, 233, 255, 0) 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 calc(50% - 1.5px), #000 calc(50% - 1.5px) 50%, transparent 50%);
  mask: radial-gradient(circle, transparent 0 calc(50% - 1.5px), #000 calc(50% - 1.5px) 50%, transparent 50%);
}
.intro-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 14%;
  left: 17%;
  border-radius: 50%;
  background: #dcf6ff;
  box-shadow: 0 0 22px 5px rgba(85, 212, 255, .5), 0 0 6px 1px rgba(255, 255, 255, .8);
}
.intro-orbit-one {
  width: min(70vw, 680px);
  aspect-ratio: 1;
  translate: calc(var(--par-x, 0) * 24px) calc(var(--par-y, 0) * 16px);
  animation: orbit-spin 18s linear infinite, intro-layer-in 1.6s ease .35s both;
}
.intro-orbit-two {
  width: min(92vw, 900px);
  aspect-ratio: 1;
  opacity: .56;
  translate: calc(var(--par-x, 0) * -32px) calc(var(--par-y, 0) * -22px);
  animation: orbit-spin-reverse 26s linear infinite, intro-orbit-two-in 1.6s ease .45s both;
}
.intro-center {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px;
  translate: calc(var(--par-x, 0) * -14px) calc(var(--par-y, 0) * -10px);
}
.intro-logo-stage {
  position: relative;
  width: clamp(142px, 18vw, 212px);
  height: clamp(142px, 18vw, 212px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  animation: intro-logo-in 1s cubic-bezier(.2, .75, .25, 1) .15s both;
}
.intro-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 190%;
  height: auto;
  max-width: none;
  border-radius: 50%;
  clip-path: circle(27% at 50% 50%);
  filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .62)) drop-shadow(0 0 28px rgba(85, 212, 255, .18));
  animation: logo-breathe 2.25s cubic-bezier(.45, 0, .2, 1) infinite;
}
.intro-pulse {
  position: absolute;
  inset: 2%;
  border: 1px solid rgba(99, 221, 255, .42);
  border-radius: 50%;
  opacity: 0;
  animation: logo-pulse 2.25s cubic-bezier(.2, .65, .3, 1) infinite;
}
.intro-pulse-two { animation-delay: .72s; }
.intro-pulse-three { animation-delay: 1.44s; }

/* Loader-style arc orbiting the mark */
.intro-sweep {
  position: absolute;
  inset: -9%;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from 0deg, rgba(85, 212, 255, 0) 0 55%, rgba(85, 212, 255, .12) 70%, rgba(113, 241, 222, .75) 90%, rgba(226, 250, 255, .95) 98%, rgba(226, 250, 255, 0) 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 calc(50% - 2px), #000 calc(50% - 2px) 50%, transparent 50%);
  mask: radial-gradient(circle, transparent 0 calc(50% - 2px), #000 calc(50% - 2px) 50%, transparent 50%);
  filter: drop-shadow(0 0 8px rgba(85, 212, 255, .55));
  animation: sweep-spin 3.4s linear infinite, intro-layer-in 1.1s ease .4s both;
}

/* Light sweeping across the mark, clipped to its circle */
.intro-gloss {
  position: absolute;
  z-index: 3;
  inset: -1.3%;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}
.intro-gloss::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 34%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .34), transparent);
  transform: translateX(-180%) rotate(16deg);
  animation: logo-gloss 5.4s cubic-bezier(.5, 0, .25, 1) 1.4s infinite;
}
.intro-kicker {
  color: var(--teal);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-indent: .24em;
  animation: intro-kicker-in 1s cubic-bezier(.2, .7, .2, 1) .7s both;
}
.intro-title {
  --sheen: -4.6em;
  margin: 10px 0 0;
  max-width: none;
  font-size: clamp(3.3rem, 7vw, 6.3rem);
  line-height: .95;
  letter-spacing: -.065em;
  perspective: 900px;
  animation: title-sheen 6s ease-in-out 2.4s infinite;
}
.intro-word { display: inline-block; white-space: nowrap; }
.intro-word-accent { margin-left: .18em; }
.intro-letter {
  display: inline-block;
  /* Each letter carries the same gradient, offset by its index, so the
     highlight reads as one sheen travelling across the whole wordmark. */
  background-color: #c6dcf0;
  background-image: linear-gradient(100deg, #c6dcf0 0%, #c6dcf0 38%, #ffffff 47%, #ffffff 53%, #c6dcf0 62%, #c6dcf0 100%);
  background-size: 8em 100%;
  background-repeat: no-repeat;
  background-position: calc(var(--i, 0) * -0.56em + var(--sheen, 0em)) 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: intro-letter-in .8s cubic-bezier(.2, .75, .2, 1) calc(.85s + var(--i, 0) * .06s) both;
}
.intro-word-accent .intro-letter {
  background-color: #43ccf5;
  background-image: linear-gradient(100deg, #43ccf5 0%, #43ccf5 38%, #e2fbff 47%, #e2fbff 53%, #43ccf5 62%, #43ccf5 100%);
  animation-name: intro-letter-in-accent;
}
.intro-copy {
  margin-top: 14px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  letter-spacing: .02em;
  animation: intro-soft-in .9s ease 1.55s both;
}
.intro-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 22px;
}
.intro-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 999px;
  color: #c9e6fa;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  background: rgba(9, 24, 41, .5);
  border: 1px solid rgba(109, 216, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  backdrop-filter: blur(10px);
  animation: intro-tag-in .85s cubic-bezier(.2, .7, .2, 1) calc(1.72s + var(--j, 0) * .13s) both;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.intro-tags a:hover {
  color: #ffffff;
  border-color: rgba(109, 216, 255, .58);
  background: rgba(15, 39, 62, .8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 24px rgba(85, 212, 255, .14);
  transform: translateY(-2px);
}
.intro-enter {
  position: absolute;
  z-index: 3;
  /* Centred via auto margins rather than left:50%, so shrink-to-fit sizing
     isn't capped at half the viewport on narrow screens. */
  left: 0;
  right: 0;
  bottom: max(26px, env(safe-area-inset-bottom));
  width: max-content;
  max-width: calc(100% - 28px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 16px 10px 10px;
  border: 1px solid rgba(109, 216, 255, .2);
  border-radius: 999px;
  color: #eaf7ff;
  background: rgba(6, 16, 28, .56);
  backdrop-filter: blur(16px);
  cursor: pointer;
  font: inherit;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .28);
  transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
  animation: intro-enter-in .9s cubic-bezier(.2, .7, .2, 1) 1.9s backwards;
}
.intro-enter:hover {
  border-color: rgba(109, 216, 255, .55);
  background: rgba(9, 25, 42, .84);
  transform: translateY(-3px);
  box-shadow: 0 22px 56px rgba(0, 0, 0, .34), 0 0 28px rgba(85, 212, 255, .16);
}
.intro-enter:active { transform: translateY(-1px) scale(.985); }
.intro-enter:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}
.swipe-track {
  position: relative;
  width: 31px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(153, 228, 255, .38);
  border-radius: 999px;
}
.swipe-dot {
  position: absolute;
  left: 50%;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px rgba(85, 212, 255, .9);
  animation: swipe-down 1.8s cubic-bezier(.35, 0, .2, 1) infinite;
}
.intro-enter-copy { display: grid; text-align: left; line-height: 1.15; }
.intro-enter-copy strong { font-size: .86rem; letter-spacing: .01em; }
.intro-enter-copy small { margin-top: 3px; color: var(--muted); font-size: .66rem; }

.js .home-page.intro-pending,
.js .home-page.intro-exiting {
  height: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
/* Expanding flash that hands the screen over to the site */
.intro-flare {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 40%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(242, 253, 255, .95) 0%, rgba(120, 225, 255, .5) 36%, rgba(85, 212, 255, 0) 72%);
}
.intro-exiting .intro-flare {
  animation: intro-flare-burst 1s cubic-bezier(.22, .7, .2, 1) forwards;
}

.home-page .site-shell {
  transform-origin: 50% 25%;
  transition: transform 1.2s var(--ease-out), filter 1s ease, opacity .85s ease;
}
.js .home-page.intro-pending .site-shell {
  opacity: .16;
  filter: blur(22px) saturate(.62);
  transform: scale(.972);
}
.home-page .site-header,
.home-page .hero-copy > *,
.home-page .hero-phone-frame {
  transition: opacity .8s ease, transform 1.05s var(--ease-out), filter .85s ease;
}
.home-page .hero-copy > *:nth-child(2) { transition-delay: .09s; }
.home-page .hero-copy > *:nth-child(3) { transition-delay: .16s; }
.home-page .hero-copy > *:nth-child(4) { transition-delay: .23s; }
.home-page .hero-copy > *:nth-child(5) { transition-delay: .3s; }
.js .home-page.intro-pending .site-header {
  opacity: 0;
  transform: translateY(-100%);
}
.js .home-page.intro-pending .hero-copy > * {
  opacity: 0;
  filter: blur(9px);
  transform: translateY(30px);
}
.js .home-page.intro-pending .hero-phone-frame {
  opacity: 0;
  filter: blur(14px) drop-shadow(0 24px 80px rgba(3, 12, 28, .85));
  transform: translateY(30px) scale(.9);
}
.intro-exiting .intro {
  pointer-events: none;
  animation: intro-dismiss 1.1s cubic-bezier(.5, 0, .2, 1) forwards;
}
.intro-exiting .intro-logo-stage {
  animation: logo-launch .9s cubic-bezier(.35, 0, .1, 1) forwards;
}
.intro-exiting .intro-kicker { animation: intro-copy-out .46s ease forwards; }
.intro-exiting .intro-title { animation: intro-copy-out .5s .04s ease forwards; }
.intro-exiting .intro-copy { animation: intro-copy-out .5s .09s ease forwards; }
.intro-exiting .intro-tags { animation: intro-copy-out .5s .14s ease forwards; }
.intro-exiting .intro-enter { animation: intro-enter-out .44s ease forwards; }
.intro-exiting .intro-wave-field,
.intro-exiting .intro-stars,
.intro-exiting .intro-scan {
  animation: intro-layer-out .6s ease forwards;
}

a { color: inherit; text-decoration: none; }
p { margin: 0; color: var(--muted); }
img { display: block; max-width: 100%; }

:where(a, button, summary):focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 8px;
}

.container { width: var(--container); margin: 0 auto; }
.site-shell { position: relative; overflow: clip; }

/* Reading-progress rail pinned to the top of the viewport */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  height: 3px;
  pointer-events: none;
  transition: opacity .6s ease;
}
.scroll-progress span {
  display: block;
  height: 100%;
  width: 100%;
  transform: scaleX(var(--progress, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--teal), var(--teal-2) 58%, var(--teal-3));
  box-shadow: 0 0 14px rgba(85, 212, 255, .55);
}
.js .home-page.intro-pending .scroll-progress { opacity: 0; }

.hero,
.feature-strip,
.overview-section,
.screenshots-section,
.cta-section {
  scroll-margin-top: 84px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(4, 10, 18, 0.6);
  border-bottom: 1px solid rgba(110, 197, 255, 0.08);
  transition: background .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.site-header.is-stuck {
  background: rgba(3, 9, 16, 0.88);
  border-bottom-color: rgba(110, 197, 255, 0.16);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .42);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: min-height .35s var(--ease-out);
}
.site-header.is-stuck .nav { min-height: 70px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.brand-logo {
  width: 78px;
  height: 78px;
  margin: -18px;
  border-radius: 50%;
  clip-path: circle(27% at 50% 50%);
  filter: drop-shadow(0 12px 18px rgba(4, 17, 36, .62));
}
.brand-text {
  font-size: 1.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}
.brand-text span { color: var(--teal); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(244, 248, 255, 0.88);
  font-size: 0.98rem;
}
.nav-links a { transition: color .2s ease, opacity .2s ease; }
.nav-links a:hover { color: var(--teal); }
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--teal), var(--teal-2));
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .35s var(--ease-out);
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.nav-links a.is-active { color: var(--teal); }
.nav-cta {
  position: relative;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid rgba(100, 224, 255, 0.95);
  box-shadow: inset 0 0 0 1px rgba(100, 224, 255, 0.12), 0 0 24px rgba(58, 207, 255, 0.16);
  transition: color .2s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}
.nav-links .nav-cta:hover {
  color: #041018;
  background: linear-gradient(100deg, var(--teal), var(--teal-2));
  box-shadow: 0 0 30px rgba(85, 212, 255, .38);
  transform: translateY(-1px);
}
.menu-button {
  display: none;
  border: 1px solid var(--line);
  background: var(--bg-card-strong);
  color: var(--text);
  border-radius: 999px;
  padding: 10px 14px;
  font: inherit;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 42px;
  align-items: center;
  min-height: calc(100svh - 84px);
  padding: 38px 0 34px;
}
.hero-copy { transform: translateY(-18px); }
.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--teal);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: rgba(8, 24, 38, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--glow);
}
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -0.05em; }
h1 {
  margin-top: 18px;
  font-size: clamp(3.3rem, 7vw, 6rem);
  max-width: 720px;
}
h1 span, .section-heading h2 span, .footer-brand span { color: var(--teal); }
h1 span, .section-heading h2 span {
  background-image: linear-gradient(100deg, #55d4ff 0%, #74e4ef 54%, #aeeaff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { font-size: 1.28rem; }
.hero-text {
  font-size: 1.2rem;
  max-width: 640px;
  margin-top: 18px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.app-store-button {
  position: relative;
  display: inline-grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-width: 232px;
  min-height: 72px;
  padding: 11px 15px 11px 17px;
  overflow: hidden;
  border-radius: 19px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(19, 26, 35, .98), rgba(1, 3, 7, 1)),
    #000;
  border: 1px solid rgba(255, 255, 255, .42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .13),
    inset 0 -1px 0 rgba(255, 255, 255, .04),
    0 15px 36px rgba(0, 0, 0, .46),
    0 0 0 1px rgba(85, 212, 255, .05);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease, background .24s ease;
}
.app-store-button::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, .12) 45%, transparent 70%);
  transform: translateX(-125%);
  transition: transform .65s ease;
}
.app-store-button:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, .68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 20px 44px rgba(0, 0, 0, .52),
    0 0 34px rgba(85, 212, 255, .14);
}
.app-store-button:hover::before { transform: translateX(125%); }
.app-store-button:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 4px;
}
.app-store-icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}
.app-store-copy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  text-align: left;
  line-height: 1;
}
.app-store-button .small {
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .025em;
  opacity: .82;
}
.app-store-button .large {
  margin-top: 4px;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: .95;
  letter-spacing: -.035em;
}
.app-store-arrow {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: rgba(255, 255, 255, .56);
  transition: transform .2s ease, color .2s ease;
}
.app-store-button:hover .app-store-arrow {
  color: var(--teal);
  transform: translateX(2px);
}
.secondary-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(9, 20, 35, .74);
  box-shadow: var(--glow);
  color: var(--text);
  font-weight: 700;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.secondary-button:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 224, 255, .6);
  box-shadow: 0 0 0 1px rgba(85, 212, 255, .2), 0 18px 44px rgba(8, 46, 72, .45);
}
.trust-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(9, 19, 33, .62);
  color: #d8e6f5;
  font-size: .92rem;
}

.hero-visual {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero-glow {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(75, 225, 255, .34), rgba(75, 225, 255, .1) 38%, transparent 60%);
  filter: blur(6px);
  animation: hero-glow-breathe 6.5s ease-in-out infinite;
}
.hero-logo-pulse {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 66px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transform: translateX(-50%) scale(.8);
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .38));
  transition: opacity .8s .48s ease, transform 1.1s .48s cubic-bezier(.16, 1, .3, 1);
}
.hero-logo-pulse::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(132, 226, 255, .56);
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(85, 212, 255, .15);
}
.home-page.intro-complete .hero-logo-pulse {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.hero-logo-pulse img {
  /* Taken out of flow: the mark is deliberately oversized and cropped with
     clip-path, so in flow it stretched the stage and pushed itself off-centre. */
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 134px;
  height: auto;
  max-width: none;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  filter: drop-shadow(0 0 12px rgba(85, 212, 255, .24));
}
.hero-logo-ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(100, 222, 255, .42);
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 18px rgba(85, 212, 255, .1);
}
.home-page.intro-complete .hero-logo-ring {
  animation: hero-logo-ring 3.4s cubic-bezier(.16, .7, .3, 1) infinite;
}
.home-page.intro-complete .hero-logo-pulse img {
  animation: hero-logo-heartbeat 3.4s ease-in-out infinite;
}
.hero-shot {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 48px;
}
.hero-phone-frame {
  position: relative;
  z-index: 2;
  width: min(350px, 82vw, 38vh);
  padding: 7px;
  border: 2px solid rgba(142, 211, 234, .34);
  border-radius: 57px;
  background: #02060a;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .68), 0 0 0 1px rgba(255, 255, 255, .05), 0 0 74px rgba(44, 196, 255, .16);
  transform: translateY(2px);
}
.home-page.intro-complete .hero-phone-frame {
  animation: hero-phone-float 8s ease-in-out 1.1s infinite;
}
.hero-phone-frame::before,
.hero-phone-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 5px;
  border-radius: 999px;
  background: #152535;
}
.hero-phone-frame::before {
  left: -6px;
  top: 19%;
  height: 12%;
  box-shadow: 0 48px 0 #152535;
}
.hero-phone-frame::after {
  right: -6px;
  top: 27%;
  height: 17%;
}
.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  width: min(640px, 96%);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(
    from 0deg,
    rgba(85, 212, 255, .16),
    rgba(85, 212, 255, 0) 24%,
    rgba(113, 241, 222, .13),
    rgba(113, 241, 222, 0) 56%,
    rgba(111, 134, 255, .12),
    rgba(111, 134, 255, 0) 82%,
    rgba(85, 212, 255, .16)
  );
  filter: blur(46px);
  opacity: .85;
  animation: hero-aura 24s linear infinite;
}
.hero-visual::after {
  content: none;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 12px 0 18px;
}
.feature-panel, .benefit-card, .shot-card, .legal-card, .cta-card {
  background: linear-gradient(180deg, rgba(9, 22, 38, 0.82), rgba(6, 16, 28, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
}
.feature-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.feature-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(85, 212, 255, .55), transparent);
  opacity: 0;
  transition: opacity .3s ease;
}
.feature-panel:hover {
  transform: translateY(-6px);
  border-color: rgba(110, 197, 255, .44);
  box-shadow: 0 0 0 1px rgba(85, 212, 255, .14), 0 26px 60px rgba(8, 46, 72, .42);
}
.feature-panel:hover::before { opacity: 1; }
.feature-panel p { margin-top: 10px; }

/* Pointer-tracked spotlight; --mx/--my are set in script.js */
.feature-panel::after,
.benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 0%), rgba(85, 212, 255, .15), transparent 72%);
  transition: opacity .35s ease;
}
.feature-panel:hover::after,
.benefit-card:hover::after { opacity: 1; }
.feature-panel > *,
.benefit-card > * { position: relative; z-index: 1; }
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 14px;
  color: var(--teal);
  background: rgba(85, 212, 255, .09);
  border: 1px solid rgba(85, 212, 255, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 8px 22px rgba(6, 40, 62, .35);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.feature-icon svg { width: 22px; height: 22px; }
.feature-panel:hover .feature-icon {
  background: rgba(85, 212, 255, .16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 26px rgba(85, 212, 255, .3);
  transform: translateY(-2px);
}
.benefit-card {
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(110, 197, 255, .44);
  box-shadow: 0 0 0 1px rgba(85, 212, 255, .14), 0 26px 60px rgba(8, 46, 72, .42);
}

.scroll-reveal > * {
  transition:
    opacity .75s ease,
    transform .95s var(--ease-out),
    filter .7s ease;
}
.scroll-reveal > *:nth-child(2) { transition-delay: .09s; }
.scroll-reveal > *:nth-child(3) { transition-delay: .18s; }
.scroll-reveal > *:nth-child(4) { transition-delay: .27s; }
.motion-ready .scroll-reveal:not(.is-visible) > * {
  opacity: 0;
  filter: blur(6px);
  transform: translateY(52px) scale(.98);
}
.scroll-reveal.is-visible > * {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1);
}

/* Grid children sit one level deeper, so they get their own cascade */
.benefit-grid > * {
  transition: opacity .7s ease, transform .9s var(--ease-out);
}
.motion-ready .scroll-reveal:not(.is-visible) .benefit-grid > * {
  opacity: 0;
  transform: translateY(38px);
}
.scroll-reveal.is-visible .benefit-grid > *:nth-child(1) { transition-delay: .22s; }
.scroll-reveal.is-visible .benefit-grid > *:nth-child(2) { transition-delay: .32s; }
.scroll-reveal.is-visible .benefit-grid > *:nth-child(3) { transition-delay: .42s; }

.section { padding: 82px 0; }
.section-heading { margin-bottom: 28px; }
.section-heading.center { text-align: center; margin-inline: auto; }
.section-heading.narrow { max-width: 720px; }
.section-kicker {
  color: var(--teal);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.section-copy {
  margin-top: 16px;
  font-size: 1.06rem;
  max-width: 700px;
}
.overview-section { padding-top: 60px; }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.benefit-card { padding: 26px; }
.benefit-card p { margin-top: 12px; }

.shots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
  perspective: 1400px;
}
.section-logo-pulse {
  position: relative;
  display: grid;
  place-items: center;
  width: 76px;
  aspect-ratio: 1;
  margin: 0 auto 24px;
}
.section-logo-pulse img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 116px;
  height: auto;
  max-width: none;
  border-radius: 50%;
  clip-path: circle(27% at 50% 50%);
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .5));
}
.section-logo-pulse span {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(85, 212, 255, .66);
  border-radius: 50%;
}
.shot-card {
  border: 0;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  transform-origin: 50% 80%;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.shot-card:hover {
  box-shadow: none;
  transform: translateY(-8px);
}
.iphone-frame {
  position: relative;
  padding: 7px;
  border: 2px solid rgba(139, 207, 231, .34);
  border-radius: clamp(43px, 4.2vw, 62px);
  background: #010509;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .5), 0 0 0 1px rgba(255, 255, 255, .035), 0 0 42px rgba(54, 204, 255, .08);
}
.iphone-frame::before,
.iphone-frame::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 5px;
  border-radius: 4px;
  background: #172735;
}
.iphone-frame::before {
  left: -6px;
  top: 18%;
  height: 13%;
  box-shadow: 0 52px 0 #172735;
}
.iphone-frame::after {
  right: -6px;
  top: 25%;
  height: 17%;
}
.iphone-frame img {
  width: 100%;
  aspect-ratio: 852 / 1846;
  object-fit: cover;
  background: #02070f;
  border-radius: clamp(35px, 3.65vw, 53px);
}
.motion-ready .screenshots-section:not(.is-visible) .section-logo-pulse img,
.motion-ready .screenshots-section:not(.is-visible) .section-heading,
.motion-ready .screenshots-section:not(.is-visible) .shot-card {
  opacity: 0;
}
.motion-ready .screenshots-section:not(.is-visible) .section-logo-pulse img {
  transform: scale(.4) rotate(-18deg);
}
.motion-ready .screenshots-section:not(.is-visible) .section-logo-pulse span {
  opacity: 0;
  transform: scale(.35);
}
.motion-ready .screenshots-section:not(.is-visible) .section-heading {
  filter: blur(9px);
  transform: translateY(36px);
}
.motion-ready .screenshots-section:not(.is-visible) .shot-card {
  filter: blur(12px);
  transform: translateY(120px) scale(.92);
}
.motion-ready .screenshots-section:not(.is-visible) .shot-card:nth-child(even) {
  transform: translateY(150px) scale(.9);
}
.screenshots-section.is-visible .section-logo-pulse img {
  animation: section-logo-in .95s cubic-bezier(.16, 1, .3, 1) both;
}
.screenshots-section.is-visible .section-logo-pulse span {
  animation: section-ring-out 1.35s .12s cubic-bezier(.16, 1, .3, 1) both;
}
.screenshots-section.is-visible .section-heading {
  animation: screenshot-copy-in .9s .14s cubic-bezier(.16, 1, .3, 1) both;
}
.screenshots-section.is-visible .shot-card {
  animation: screenshot-card-in 1.05s cubic-bezier(.16, 1, .3, 1) both;
}
.screenshots-section.is-visible .shot-card:nth-child(1) { animation-delay: .2s; }
.screenshots-section.is-visible .shot-card:nth-child(2) { animation-delay: .31s; }
.screenshots-section.is-visible .shot-card:nth-child(3) { animation-delay: .42s; }
.screenshots-section.is-visible .shot-card:nth-child(4) { animation-delay: .53s; }
.screenshots-section.is-visible .shot-card img {
  animation: screenshot-float 6s 1.6s ease-in-out infinite;
}
.screenshots-section.is-visible .shot-card:nth-child(even) img { animation-delay: 2s; }
.shot-card figcaption {
  padding: 22px 10px 20px;
  text-align: center;
}
.shot-card figcaption p { margin-top: 8px; font-size: .95rem; }

.cta-section { padding-top: 10px; padding-bottom: 100px; }
.cta-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cta-card::before {
  content: "";
  position: absolute;
  top: -55%;
  right: -10%;
  width: min(560px, 70%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(85, 212, 255, .17), transparent 66%);
  pointer-events: none;
  animation: hero-glow-breathe 7.5s ease-in-out infinite;
}
.cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(85, 212, 255, 0) 30%, rgba(85, 212, 255, .07) 50%, rgba(85, 212, 255, 0) 70%);
  background-size: 260% 100%;
  animation: cta-shine 9s ease-in-out infinite;
}
.cta-card > * { position: relative; z-index: 1; }
.app-store-inline { flex-shrink: 0; }

.footer {
  position: relative;
  border-top: 1px solid rgba(110, 197, 255, 0.08);
  background: rgba(2, 7, 13, 0.72);
  padding: 34px 0;
}
.footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(85, 212, 255, 0), rgba(85, 212, 255, .38), rgba(85, 212, 255, 0));
}
.footer.compact { padding: 26px 0; }
.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-brand { margin-bottom: 10px; }
.footer p { max-width: 460px; }
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-links a { color: #d6e5f5; }
.footer-links a:hover { color: var(--teal); }

.legal-page { padding: 54px 0 90px; }
.legal-card {
  padding: clamp(28px, 5vw, 60px);
}
.legal-card h1 { font-size: clamp(2.5rem, 5vw, 4.4rem); }
.legal-card h2 {
  font-size: 1.4rem;
  margin: 34px 0 10px;
  color: var(--text);
}
.legal-card a { color: var(--teal); }
.legal-card p + p { margin-top: 14px; }
.legal-card h3 {
  margin: 24px 0 10px;
  font-size: 1.08rem;
  color: #e9f5ff;
  letter-spacing: -0.02em;
}
.legal-card ul {
  margin: 12px 0 20px;
  padding-left: 22px;
  color: var(--muted);
}
.legal-card li { margin: 8px 0; }
.legal-card strong { color: var(--text); }

.support-button { margin-top: 24px; }
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
details {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  background: rgba(8, 18, 31, 0.76);
}
summary { cursor: pointer; font-weight: 800; }
details p { margin-top: 10px; }

@keyframes intro-aurora {
  to { transform: rotate(360deg); }
}
@keyframes intro-layer-in {
  from { opacity: 0; }
}
@keyframes intro-layer-out {
  to { opacity: 0; }
}
@keyframes blob-drift-a {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(9vmax, 6vmax, 0) scale(1.14); }
}
@keyframes blob-drift-b {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1.06); }
  50% { transform: translate3d(-8vmax, 8vmax, 0) scale(.9); }
}
@keyframes blob-drift-c {
  0%, 100% { transform: translate3d(0, 0, 0) scale(.95); }
  50% { transform: translate3d(7vmax, -7vmax, 0) scale(1.16); }
}
@keyframes star-twinkle {
  from { opacity: .32; }
  to { opacity: 1; }
}
@keyframes scan-sweep {
  0% { opacity: 0; transform: translateY(-40vh); }
  14% { opacity: 1; }
  84% { opacity: 1; }
  100% { opacity: 0; transform: translateY(122vh); }
}
@keyframes sweep-spin {
  to { transform: rotate(360deg); }
}
@keyframes logo-gloss {
  0% { transform: translateX(-180%) rotate(16deg); }
  24%, 100% { transform: translateX(420%) rotate(16deg); }
}
@keyframes title-sheen {
  0%, 38% { --sheen: -4.6em; }
  64%, 100% { --sheen: 1.8em; }
}
@keyframes intro-tag-in {
  from { opacity: 0; transform: translateY(14px) scale(.94); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes intro-flare-burst {
  0% { opacity: 0; transform: scale(1); }
  13% { opacity: .58; }
  55% { opacity: .1; }
  100% { opacity: 0; transform: scale(150); }
}
@keyframes intro-enter-out {
  to { opacity: 0; transform: translateY(20px); filter: blur(6px); }
}
@keyframes intro-orbit-two-in {
  from { opacity: 0; }
  to { opacity: .56; }
}
@keyframes halo-breathe {
  0%, 100% { opacity: .75; scale: 1; }
  50% { opacity: 1; scale: 1.12; }
}
@keyframes particle-rise {
  0% { transform: translate3d(0, 0, 0) scale(.55); opacity: 0; }
  10% { opacity: var(--o, .5); }
  85% { opacity: var(--o, .5); }
  100% { transform: translate3d(var(--dx, 24px), -106vh, 0) scale(1.05); opacity: 0; }
}
@keyframes intro-logo-in {
  from { opacity: 0; transform: scale(.55); filter: blur(16px); }
  to { opacity: 1; transform: scale(1); filter: blur(0); }
}
@keyframes intro-kicker-in {
  from { opacity: 0; letter-spacing: .58em; filter: blur(6px); }
  to { opacity: 1; letter-spacing: .24em; filter: blur(0); }
}
@keyframes intro-letter-in {
  from { opacity: 0; transform: translateY(.5em) rotateX(-58deg) scale(.86); filter: blur(11px); }
  60% { filter: blur(0); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: drop-shadow(0 8px 26px rgba(88, 200, 255, .22)); }
}
@keyframes intro-letter-in-accent {
  from { opacity: 0; transform: translateY(.5em) rotateX(-58deg) scale(.86); filter: blur(11px); }
  60% { filter: blur(0); }
  to { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: drop-shadow(0 0 24px rgba(85, 212, 255, .5)); }
}
@keyframes intro-soft-in {
  from { opacity: 0; transform: translateY(14px); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}
@keyframes intro-enter-in {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-glow-breathe {
  0%, 100% { opacity: .8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.07); }
}
@keyframes hero-aura {
  to { transform: rotate(360deg); }
}
@keyframes cta-shine {
  0%, 100% { background-position: 130% 0; }
  50% { background-position: -30% 0; }
}
@keyframes hero-logo-ring {
  0% { opacity: 0; transform: scale(.98); }
  18% { opacity: .48; }
  100% { opacity: 0; transform: scale(1.5); }
}
@keyframes hero-logo-heartbeat {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 10px rgba(85, 212, 255, .2)); }
  50% { transform: scale(1.025); filter: drop-shadow(0 0 18px rgba(85, 212, 255, .34)); }
}
@keyframes hero-phone-float {
  0%, 100% { transform: translate3d(0, 2px, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}
@keyframes wave-tide {
  0%, 100% { transform: translate3d(-2%, 12px, 0) scaleX(1.02) scaleY(.9); opacity: .62; }
  50% { transform: translate3d(2%, -22px, 0) scaleX(.98) scaleY(1.1); opacity: 1; }
}
@keyframes wave-drift {
  0%, 100% { transform: translate3d(-3%, 12px, 0) skewX(-2deg) scaleX(1.02) scaleY(.86); }
  50% { transform: translate3d(3%, -24px, 0) skewX(2deg) scaleX(.98) scaleY(1.16); }
}
@keyframes orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes orbit-spin-reverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0); }
}
@keyframes logo-breathe {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 24px 54px rgba(0, 0, 0, .62)) drop-shadow(0 0 24px rgba(85, 212, 255, .14)); }
  50% { transform: scale(1.065); filter: drop-shadow(0 30px 62px rgba(0, 0, 0, .68)) drop-shadow(0 0 42px rgba(85, 212, 255, .34)); }
}
@keyframes logo-pulse {
  0% { opacity: 0; transform: scale(.9); }
  18% { opacity: .68; }
  100% { opacity: 0; transform: scale(1.75); border-radius: 50%; }
}
@keyframes swipe-down {
  0%, 14% { opacity: 0; transform: translate(-50%, -5px); }
  34% { opacity: 1; }
  72%, 100% { opacity: 0; transform: translate(-50%, 23px); }
}
@keyframes intro-copy-out {
  to { opacity: 0; transform: translateY(-16px) scale(.97); filter: blur(9px); }
}
@keyframes logo-launch {
  0% { transform: scale(1); }
  30% { transform: scale(.88); }
  100% { opacity: 0; transform: scale(1.75); filter: blur(12px); }
}
@keyframes intro-dismiss {
  0% { opacity: 1; visibility: visible; transform: scale(1); filter: blur(0); }
  55% { opacity: .6; }
  100% { opacity: 0; visibility: hidden; transform: scale(1.13); filter: blur(14px); }
}
@keyframes section-logo-in {
  0% { opacity: 0; transform: scale(.35) rotate(-20deg); filter: blur(8px); }
  58% { opacity: 1; transform: scale(1.15) rotate(3deg); filter: blur(0); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes section-ring-out {
  0% { opacity: 0; transform: scale(.4); }
  30% { opacity: .85; }
  100% { opacity: 0; transform: scale(2.2); border-radius: 50%; }
}
@keyframes screenshot-copy-in {
  from { opacity: 0; filter: blur(9px); transform: translateY(36px); }
  to { opacity: 1; filter: blur(0); transform: translateY(0); }
}
@keyframes screenshot-card-in {
  from { opacity: 0; filter: blur(12px); transform: translateY(130px) scale(.9); }
  to { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}
@keyframes screenshot-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1100px) {
  .feature-strip, .shots-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 42px; }
  .hero-copy { transform: none; }
  .hero-visual { min-height: auto; }
  .hero-phone-frame,
  .home-page.intro-complete .hero-phone-frame { width: min(380px, 86vw); transform: none; animation: none; }
  .cta-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1240px); }
  .nav { min-height: 74px; }
  html { scroll-padding-top: 74px; }
  .hero,
  .feature-strip,
  .overview-section,
  .screenshots-section,
  .cta-section { scroll-margin-top: 74px; }
  .menu-button { display: inline-flex; }
  .nav-links:not(.always-visible) {
    position: absolute;
    top: 74px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    background: rgba(8, 18, 31, 0.98);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 18px;
    box-shadow: var(--glow);
  }
  .nav-links.open { display: flex !important; }
  .always-visible { gap: 12px; font-size: .86rem; }
  .always-visible a:not(.nav-cta) { display: none; }
  .feature-strip, .shots-grid { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  h1 { font-size: clamp(2.8rem, 12vw, 4.8rem); }
  .intro-orbit-one { width: 122vw; }
  .intro-orbit-two { width: 168vw; }
  .intro-center { transform: translateY(-3vh); }
  .intro-logo-stage {
    width: clamp(138px, 38vw, 184px);
    height: clamp(138px, 38vw, 184px);
    margin-bottom: 24px;
  }
  .intro-title { font-size: clamp(3.25rem, 16vw, 5rem); }
  .intro-blobs { filter: blur(44px); }
  .intro-tags { margin-top: 18px; }
  .intro-tags a { padding: 6px 12px; font-size: .66rem; letter-spacing: .13em; }
  .hero-visual::before { filter: blur(34px); width: min(420px, 92%); }
  .motion-ready .screenshots-section:not(.is-visible) .shot-card,
  .motion-ready .screenshots-section:not(.is-visible) .shot-card:nth-child(even) {
    transform: translateY(90px) scale(.92);
  }
}

@media (max-width: 460px) {
  .hero-actions { align-items: stretch; }
  .app-store-button, .secondary-button { width: 100%; }
  .app-store-button { min-width: 0; }
  .brand-text { font-size: 1.55rem; }
  .hero-logo-pulse {
    top: 12px;
    width: 57px;
  }
  .hero-logo-pulse img { width: 116px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .intro-logo { transform: none; }
  .intro-pulse, .intro-orbit { opacity: .2; }
  .intro-wave-field { opacity: .42; }
  .intro-scan, .intro-gloss, .intro-flare { display: none; }
  .intro-sweep { opacity: .3; }
  .intro-blobs { filter: blur(58px); }
  .home-page.intro-pending .site-shell { transform: none; }
  .motion-ready .screenshots-section:not(.is-visible) .section-logo-pulse img,
  .motion-ready .screenshots-section:not(.is-visible) .section-heading,
  .motion-ready .screenshots-section:not(.is-visible) .shot-card {
    opacity: 1;
    filter: none;
    transform: none;
  }
  .motion-ready .scroll-reveal:not(.is-visible) > * {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
[data-auth-state][hidden] {
  display: none !important;
}
