:root {
  --ink: #f7f1ff;
  --muted: #bdb1d6;
  --paper: rgba(255, 255, 255, 0.08);
  --paper-strong: rgba(255, 255, 255, 0.14);
  --line: rgba(255, 255, 255, 0.16);
  --violet: #8b5cf6;
  --orchid: #d946ef;
  --mint: #55f0ba;
  --gold: #f4d77d;
  --night: #090713;
  --deep: #151026;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  --radius: 8px;
}

* {
  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(139, 92, 246, 0.36), transparent 28rem),
    radial-gradient(circle at 88% 12%, rgba(85, 240, 186, 0.22), transparent 24rem),
    linear-gradient(135deg, #090713 0%, #151026 48%, #08070d 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 7, 19, 0.78);
  backdrop-filter: blur(22px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.25rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  color: #140d24;
  background: linear-gradient(135deg, var(--mint), var(--gold));
  box-shadow: 0 0 28px rgba(85, 240, 186, 0.35);
}

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

.nav-links a {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 0.92rem;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.07);
}

.download-link {
  color: #0d1320 !important;
  background: linear-gradient(135deg, var(--mint), #c7ffe9) !important;
  border: 0 !important;
  font-weight: 800;
}

.hero,
.page-hero,
.section,
.legal-wrap,
.support-wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.86fr);
  align-items: center;
  gap: clamp(30px, 6vw, 82px);
  min-height: calc(100vh - 74px);
  padding: 72px 0 58px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--mint);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  font-weight: 950;
}

.headline-glow {
  color: transparent;
  background: linear-gradient(100deg, #fff, #d9ccff 28%, var(--mint) 58%, #fff);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  animation: shimmer 7s ease-in-out infinite;
}

.hero-copy {
  max-width: 680px;
  margin: 28px 0 0;
  color: #ddd5ec;
  font-size: clamp(1.06rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  font-weight: 850;
}

.button.primary {
  color: #0b1020;
  border: 0;
  background: linear-gradient(135deg, var(--mint), #f9f2a7);
  box-shadow: 0 20px 48px rgba(85, 240, 186, 0.22);
}

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

.phone-stack {
  position: absolute;
  inset: 0;
}

.phone-shot {
  position: absolute;
  width: min(64vw, 290px);
  aspect-ratio: 9 / 19.5;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 26px;
}

.phone-shot.one {
  left: 0;
  top: 30px;
  transform: rotate(-7deg);
}

.phone-shot.two {
  right: 0;
  top: 0;
  transform: rotate(5deg);
}

.phone-shot.three {
  left: 23%;
  bottom: 0;
  transform: rotate(1deg);
}

.floating-note {
  position: absolute;
  right: 8%;
  bottom: 102px;
  max-width: 230px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(12, 10, 24, 0.72);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.floating-note strong {
  display: block;
  margin-bottom: 6px;
}

.floating-note span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  padding: 78px 0;
}

.section h2,
.page-hero h1 {
  font-size: clamp(2.1rem, 4.5vw, 4.8rem);
  font-weight: 940;
}

.section-lead,
.page-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.feature-card,
.legal-card,
.support-card,
.policy-tile {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.feature-card {
  padding: 22px;
}

.feature-card .icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: var(--radius);
  color: #0b1020;
  background: linear-gradient(135deg, var(--mint), #f5db85);
  font-weight: 900;
}

.feature-card h3 {
  font-size: 1.22rem;
  margin-bottom: 12px;
}

.feature-card p {
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
}

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

.showcase-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #100d1e;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.02);
}

.showcase-card .caption {
  position: absolute;
  inset: auto 0 0;
  padding: 90px 20px 20px;
  background: linear-gradient(transparent, rgba(5, 4, 10, 0.9));
}

.caption h3 {
  margin-bottom: 8px;
}

.caption p {
  margin: 0;
  color: #d8d0e9;
  line-height: 1.55;
}

.page-hero {
  padding: 82px 0 34px;
}

.legal-wrap,
.support-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  padding: 24px 0 78px;
}

.legal-card,
.support-card {
  padding: clamp(22px, 4vw, 38px);
}

.legal-card h2,
.support-card h2 {
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal-card h2:first-child,
.support-card h2:first-child {
  margin-top: 0;
}

.legal-card p,
.legal-card li,
.support-card p,
.support-card li {
  color: #d8d0e9;
  line-height: 1.78;
}

.legal-card ul,
.support-card ul {
  padding-left: 20px;
}

.side-panel {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.side-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.policy-tile {
  padding: 18px;
  margin-top: 14px;
}

.policy-tile strong {
  display: block;
  margin-bottom: 6px;
}

.policy-tile span {
  color: var(--muted);
  line-height: 1.55;
}

.support-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.support-action {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
  text-decoration: none;
}

.support-action span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}

.footer {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes shimmer {
  0%, 100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero,
  .legal-wrap,
  .support-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 54px;
  }

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

  .feature-grid,
  .showcase,
  .support-actions {
    grid-template-columns: 1fr;
  }

  .showcase-card {
    min-height: 520px;
  }

  .side-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .nav,
  .hero,
  .page-hero,
  .section,
  .legal-wrap,
  .support-wrap,
  .footer {
    width: min(100% - 24px, 1160px);
  }

  .nav-links a {
    padding: 8px 9px;
    font-size: 0.84rem;
  }

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

  .phone-shot {
    width: 210px;
    border-radius: 28px;
  }

  .phone-shot img {
    border-radius: 20px;
  }

  .phone-shot.two {
    right: 2px;
  }

  .phone-shot.three {
    left: 14%;
  }

  .floating-note {
    right: 0;
    bottom: 68px;
    max-width: 190px;
  }

  .showcase-card {
    min-height: 460px;
  }
}
