:root {
  color-scheme: dark;
  --ink: #f8fbff;
  --soft-ink: #dbe5ff;
  --muted: #aab5d8;
  --quiet: #7782ab;
  --bg: #06072a;
  --bg-2: #0b1c73;
  --panel: rgba(19, 24, 86, 0.72);
  --panel-strong: rgba(17, 23, 77, 0.9);
  --line: rgba(219, 229, 255, 0.16);
  --cyan: #15f3ee;
  --blue: #139dff;
  --green: #24f2a0;
  --violet: #9c81ff;
  --warm: #fff1a7;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  --max: 1180px;
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(156, 129, 255, 0.22), transparent 28rem),
    radial-gradient(circle at 84% 18%, rgba(21, 243, 238, 0.16), transparent 30rem),
    linear-gradient(150deg, #050525 0%, #0b1261 46%, #123fb7 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: url("/assets/generated/glass-wave-hero.png");
  background-size: cover;
  background-position: center top;
  opacity: 0.42;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 5, 30, 0.12), rgba(4, 7, 31, 0.84) 72%, #05072b 100%),
    radial-gradient(circle at 76% 38%, rgba(36, 242, 160, 0.1), transparent 28rem);
}

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

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

button {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-shell {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(219, 229, 255, 0.13);
  background: rgba(5, 7, 43, 0.74);
  backdrop-filter: blur(22px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 820;
  letter-spacing: 0;
}

.brand img,
.final-cta > img {
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
}

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

.nav-links a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--ink);
}

.store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 0;
  padding: 2px;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-badge img {
  width: 184px;
  height: auto;
}

.store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.36);
}

.small-badge {
  width: auto;
  min-height: 0;
}

.small-badge img {
  width: 142px;
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 36% 20%, rgba(21, 243, 238, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(5, 7, 43, 0.24), rgba(5, 7, 43, 0.9));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: 74px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-lede,
.privacy-copy p {
  color: var(--soft-ink);
  font-size: 21px;
  line-height: 1.55;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.text-link {
  color: var(--soft-ink);
  font-size: 17px;
  font-weight: 780;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(219, 229, 255, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  font-size: 14px;
  font-weight: 720;
}

.hero-stage {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
  perspective: 1400px;
}

.screenshot-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(219, 229, 255, 0.18);
  background: rgba(6, 8, 46, 0.42);
  box-shadow: var(--shadow);
}

.screenshot-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main {
  position: relative;
  z-index: 3;
  width: min(58%, 360px);
  height: 624px;
  border-radius: 24px;
  transform: rotateY(-7deg) rotateZ(1.5deg);
  transform-origin: center;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 13% 8% 8% 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 243, 238, 0.26), transparent 62%);
  filter: blur(36px);
}

.section-heading {
  position: sticky;
  top: 108px;
}

.section-heading.compact {
  position: static;
  max-width: 720px;
  margin-bottom: 30px;
}

.screens-section {
  padding: 108px 0 116px;
}

.screen-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.screen-tabs button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(219, 229, 255, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 760;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.screen-tabs button:hover,
.screen-tabs button.is-active {
  color: #06103f;
  border-color: transparent;
  background: var(--cyan);
}

.screen-viewer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(219, 229, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.045) 52%, rgba(21, 243, 238, 0.07)),
    rgba(18, 31, 91, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    0 34px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(28px) saturate(145%);
}

.viewer-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 8px;
  align-items: start;
  max-width: 840px;
  min-height: 0;
  padding: 4px 4px 2px;
}

.viewer-copy span {
  grid-row: span 2;
  width: fit-content;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: #071045;
  background: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.viewer-copy h3 {
  margin-bottom: 0;
}

.viewer-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.screen-viewer figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(219, 229, 255, 0.08);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(21, 243, 238, 0.08), transparent 42%),
    rgba(5, 7, 43, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 18px 54px rgba(0, 0, 0, 0.24);
}

.screen-viewer figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 38px rgba(9, 15, 62, 0.46);
}

.screen-viewer img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  filter: saturate(1.02);
}

.privacy-section {
  padding: 108px 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 43, 0.12), rgba(5, 7, 43, 0.78)),
    radial-gradient(circle at 78% 16%, rgba(255, 241, 167, 0.11), transparent 24rem);
}

.privacy-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
  align-items: start;
}

.privacy-copy {
  padding: 34px;
  border: 1px solid rgba(219, 229, 255, 0.16);
  border-radius: 8px;
  background: rgba(10, 16, 65, 0.7);
  backdrop-filter: blur(20px);
}

.privacy-copy p {
  margin-bottom: 28px;
}

.privacy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.privacy-list span {
  min-height: 52px;
  padding: 15px 16px;
  border: 1px solid rgba(219, 229, 255, 0.13);
  border-radius: 8px;
  color: var(--soft-ink);
  background: rgba(255, 255, 255, 0.045);
  font-weight: 760;
}

.final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 26px;
  align-items: center;
  margin-top: 98px;
  margin-bottom: 98px;
  padding: 32px;
  border: 1px solid rgba(219, 229, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(11, 18, 75, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.final-cta h2 {
  max-width: 760px;
  font-size: 42px;
  line-height: 1.04;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid rgba(219, 229, 255, 0.13);
  color: var(--quiet);
  font-size: 14px;
}

.site-footer a {
  color: var(--muted);
}

.reveal {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 1080px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-grid,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 24px;
    padding-top: 58px;
  }

  .hero-stage {
    min-height: 620px;
  }

  .section-heading {
    position: static;
  }

  .screen-viewer {
    grid-template-columns: 1fr;
  }

  .viewer-copy {
    min-height: 0;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding: 12px 18px;
  }

  .nav-links {
    display: none;
  }

  .small-badge {
    width: auto;
  }

  .small-badge img {
    width: 124px;
  }

  .section-shell {
    width: min(100% - 28px, var(--max));
  }

  h1 {
    font-size: 46px;
    line-height: 1;
  }

  h2 {
    font-size: 34px;
    line-height: 1.04;
  }

  h3 {
    font-size: 20px;
  }

  .hero-lede,
  .privacy-copy p {
    font-size: 18px;
  }

  .hero-grid {
    min-height: auto;
    padding: 48px 0 66px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .hero-main {
    width: min(72%, 330px);
    height: 500px;
  }

  .privacy-list {
    grid-template-columns: 1fr;
  }

  .screens-section,
  .privacy-section {
    padding-bottom: 76px;
  }

  .screen-viewer {
    padding: 12px;
  }

  .viewer-copy {
    padding: 18px;
  }

  .screen-viewer figure {
    aspect-ratio: 16 / 10;
  }

  .final-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta h2 {
    font-size: 32px;
  }

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

@media (max-width: 520px) {
  .brand span {
    display: none;
  }

  .small-badge {
    width: auto;
    min-height: 0;
  }

  .small-badge img {
    width: 116px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stage {
    min-height: 430px;
  }

  .hero-main {
    width: min(78%, 300px);
    height: 410px;
    border-radius: 18px;
  }

  .privacy-copy,
  .final-cta {
    padding: 22px;
  }

  .screen-viewer figure {
    aspect-ratio: 1 / 1;
  }
}
