:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #16051d;
  color: #f5f7fb;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 255, 135, 0.14), transparent 24rem),
    linear-gradient(135deg, #16051d 0%, #2d003f 48%, #071f23 100%);
}

a {
  color: inherit;
}

main {
  overflow: hidden;
}

.hero {
  min-height: 92vh;
  padding: 28px clamp(20px, 5vw, 72px) 72px;
  display: flex;
  flex-direction: column;
}

.nav {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand,
.nav-link,
.store-link,
.site-footer a {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 850;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.nav-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 247, 251, 0.22);
  border-radius: 999px;
  padding: 0 18px;
  color: #dfe5ea;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.hero-grid {
  width: min(1120px, 100%);
  margin: auto;
  padding-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #63e6f5;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 780px;
  font-size: clamp(2.85rem, 7vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.lead {
  max-width: 620px;
  color: #d7dce7;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.58;
}

.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.store-link {
  min-width: 168px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  color: #f8fafc;
  background: #05050a;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.store-link svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.store-link-apple svg {
  fill: currentColor;
}

.play-blue {
  fill: #00a0ff;
}

.play-green {
  fill: #00d084;
}

.play-yellow {
  fill: #ffcf42;
}

.play-red {
  fill: #ff4b55;
}

.store-link span,
.store-link small,
.store-link strong {
  display: block;
}

.store-link small {
  font-size: 0.72rem;
  line-height: 1;
  color: #c7ced8;
}

.store-link strong {
  margin-top: 3px;
  font-size: 1.12rem;
  line-height: 1.05;
}

.phone-shell {
  position: relative;
  width: min(370px, 100%);
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03)),
    #07030b;
  box-shadow:
    0 38px 88px rgba(0, 0, 0, 0.45),
    inset 0 0 0 6px rgba(0, 0, 0, 0.28);
}

.app-screenshot {
  display: block;
  width: 100%;
  aspect-ratio: 944 / 2048;
  border-radius: 30px;
  object-fit: cover;
}

.feature-card,
.download-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(22px);
}

.features {
  width: min(1120px, calc(100% - 40px));
  margin: 84px auto 96px;
}

.section-heading {
  max-width: 650px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4.5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

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

.feature-card {
  overflow: hidden;
  min-height: 590px;
  border-radius: 8px;
  padding: 0 28px 28px;
}

.feature-shot {
  display: block;
  width: calc(100% + 56px);
  height: 320px;
  margin: 0 -28px 26px;
  object-fit: cover;
  object-position: center 24%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.feature-card span {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 6px 10px;
  color: #151d20;
  background: #63e6f5;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 850;
}

.feature-card h3 {
  margin-bottom: 14px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.feature-card p,
.download-panel p {
  color: #cbd3dd;
  line-height: 1.62;
}

.download-panel {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 8px;
}

.download-panel img {
  width: 100%;
  max-width: 220px;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #c9d0dc;
  font-size: 0.95rem;
}

.site-footer a {
  color: #f5f7fb;
  font-weight: 700;
}

.legal-page {
  min-height: 100vh;
  padding: 28px clamp(20px, 5vw, 72px) 72px;
}

.legal-nav {
  margin-bottom: clamp(54px, 9vw, 92px);
}

.legal-document {
  width: min(860px, 100%);
  margin: 0 auto;
  padding-bottom: 36px;
}

.legal-document h1 {
  max-width: 850px;
  margin-bottom: 14px;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1;
}

.legal-updated {
  margin-bottom: 44px;
  color: #cbd3dd;
  font-size: 1.08rem;
  line-height: 1.6;
}

.legal-document section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.legal-document h2 {
  margin-bottom: 14px;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.12;
}

.legal-document p {
  color: #d8dee8;
  font-size: 1.04rem;
  line-height: 1.72;
}

.legal-document a {
  color: #63e6f5;
  font-weight: 800;
}

.legal-document p a {
  margin-left: 0.25em;
}

@media (max-width: 820px) {
  .hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .hero-grid,
  .feature-grid,
  .download-panel {
    grid-template-columns: 1fr;
  }

  .phone-shell {
    width: min(340px, 100%);
  }

  .feature-card {
    min-height: auto;
  }

  .download-panel img {
    max-width: 140px;
  }
}

@media (max-width: 520px) {
  .hero {
    padding-inline: 18px;
  }

  .nav-link {
    display: none;
  }

  .legal-nav .nav-link {
    display: inline-flex;
  }

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

  .legal-nav .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.65rem);
  }

  .store-link {
    width: 100%;
  }

}
