:root {
  --bg: #070b14;
  --bg-elevated: #0f1624;
  --text: #f4f1ec;
  --muted: #9aa6b8;
  --dim: #6b778c;
  --accent: #e50d35;
  --accent-bright: #ff3b5c;
  --accent-deep: #9a0a24;
  --line: rgba(244, 241, 236, 0.1);
  --radius: 18px;
  --font: "Outfit", "Segoe UI", sans-serif;
  --display: "Fraunces", Georgia, serif;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --max: 1120px;
  --section-y: clamp(3.5rem, 7vw, 5.5rem);
  --section-x: 1.5rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(
      1200px 600px at 10% -10%,
      rgba(229, 13, 53, 0.28),
      transparent 55%
    ),
    radial-gradient(
      900px 500px at 90% 10%,
      rgba(127, 29, 29, 0.35),
      transparent 50%
    ),
    radial-gradient(
      800px 500px at 50% 110%,
      rgba(69, 10, 10, 0.4),
      transparent 55%
    ),
    linear-gradient(180deg, #0a101c 0%, var(--bg) 40%, #05080f 100%);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--accent-bright);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #fff;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.1rem var(--section-x);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 1.1rem;
}

.brand img {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(229, 13, 53, 0.35);
}

.nav {
  display: none;
  gap: 1.5rem;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
  padding: 0.65rem 1rem;
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent-deep);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.hero,
.features,
.how,
.cta-band {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--section-y) var(--section-x);
}

.hero {
  display: grid;
  gap: 2.25rem;
  align-items: center;
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
  padding-bottom: var(--section-y);
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-bright);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.hero h1,
.support-hero h1,
.legal h1,
.section-head h2,
.cta-band h2,
.support-contact h2,
.faq h2,
.support-meta h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 6.5vw, 4.1rem);
  max-width: 14ch;
  margin-bottom: 1rem;
}

.lede,
.section-head p,
.cta-band p {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 38rem;
  margin: 0;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  margin-top: 1.5rem;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

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

.store-badge-play img {
  height: 80px;
  margin: -13px 0;
}

.store-badges-compact .store-badge img {
  height: 44px;
}

.store-badges-compact .store-badge-play img {
  height: 64px;
  margin: -10px 0;
}

.hero-visual {
  display: flex;
  justify-content: center;
}

.hero-banner {
  width: 100%;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.08);
  object-fit: cover;
  max-height: min(52vh, 520px);
}

.section-head {
  margin-bottom: 2rem;
  max-width: 40rem;
}

.section-head h2,
.cta-band h2 {
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  margin-bottom: 0.75rem;
}

.feature-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.feature {
  padding: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.015)
  );
  border: 1px solid var(--line);
}

.feature-shot {
  width: 100%;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid var(--line);
}

.feature h3 {
  margin: 1rem 1.15rem 0.4rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.feature p {
  margin: 0 1.15rem 1.2rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.steps li {
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}

.step-num {
  display: block;
  color: var(--accent-bright);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin-bottom: 0.55rem;
}

.steps h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
}

.steps p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: var(--section-y);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(229, 13, 53, 0.22), rgba(7, 11, 20, 0.2)),
    var(--bg-elevated);
  border: 1px solid rgba(229, 13, 53, 0.28);
}

.cta-icon {
  border-radius: 18px;
}

.site-footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem var(--section-x) 3rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.25rem;
}

.footer-brand {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-brand img {
  border-radius: 10px;
}

.footer-brand p,
.copyright {
  margin: 0.15rem 0 0;
  color: var(--dim);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

/* Support / privacy pages */
.page-support,
.page-legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 1.5rem var(--section-x) 4rem;
}

.legal h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 0.5rem;
}

.legal-updated {
  color: var(--dim);
  font-size: 0.95rem;
  margin: 0 0 1.5rem;
}

.legal h2 {
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  margin: 2.25rem 0 0.75rem;
}

.legal h3 {
  font-size: 1.08rem;
  margin: 1.5rem 0 0.55rem;
}

.legal h4 {
  font-size: 1rem;
  margin: 1.15rem 0 0.45rem;
  color: var(--text);
}

.legal p,
.legal li {
  color: var(--muted);
}

.legal ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.legal li {
  margin: 0.35rem 0;
}

.legal li strong {
  color: var(--text);
}

.support-hero {
  margin-bottom: 2.5rem;
}

.support-logo {
  border-radius: 22px;
  margin-bottom: 1.25rem;
  box-shadow: 0 16px 40px rgba(229, 13, 53, 0.35);
}

.support-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 0.85rem;
}

.support-contact,
.faq,
.support-meta {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
}

.support-contact h2,
.faq h2,
.support-meta h2 {
  font-size: 1.55rem;
  margin-bottom: 0.85rem;
}

.support-contact p,
.faq p,
.support-meta dd {
  color: var(--muted);
}

.email-link {
  font-weight: 600;
  word-break: break-word;
}

.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 0.95rem 0;
}

.faq details:first-of-type {
  border-top: none;
  padding-top: 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  float: right;
  color: var(--accent-bright);
  font-weight: 700;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0.75rem 0 0;
}

.support-meta dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.support-meta dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dim);
  margin-bottom: 0.2rem;
}

.support-meta dd {
  margin: 0;
  color: var(--text);
  font-weight: 500;
}

.support-meta a {
  color: var(--accent-bright);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.8s ease forwards;
}

.delay-1 {
  animation-delay: 0.12s;
}

.delay-2 {
  animation-delay: 0.24s;
}

.delay-3 {
  animation-delay: 0.36s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .nav {
    display: flex;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .steps li {
    border-top: none;
    border-left: 1px solid var(--line);
    padding: 0 0 0 1.25rem;
  }

  .steps li:first-child {
    border-left: none;
    padding-left: 0;
  }

  .cta-band {
    grid-template-columns: auto 1fr auto;
  }
}

@media (min-width: 960px) {
  .hero {
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
  }

  .feature-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    animation: none;
  }

  html {
    scroll-behavior: auto;
  }

  .btn:hover,
  .store-badge:hover {
    transform: none;
  }
}
