:root {
  --accent: #FF2D20;
  --accent-muted: rgba(255, 45, 32, 0.15);
  --bg: #0D0D0F;
  --surface: #141416;
  --surface-elevated: #1C1C1F;
  --text-primary: #F2F2F2;
  --text-secondary: #8E8E93;
  --text-tertiary: #636366;
  --divider: #2C2C2E;
  --success: #30D158;
  --error: #FF453A;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --maxw: 1120px;
  --prose-w: 700px;
  --radius: 16px;
  --radius-sm: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 0.5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
p { color: var(--text-secondary); }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(13, 13, 15, 0.8); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--divider);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.nav__logo { display: flex; align-items: center; gap: 10px; color: var(--text-primary); font-weight: 700; }
.nav__logo img { width: 32px; height: 32px; }
.nav__links { display: flex; gap: 28px; align-items: center; list-style: none; margin: 0; padding: 0; }
.nav__links a { color: var(--text-secondary); }
.nav__links a:hover { color: var(--text-primary); text-decoration: none; }
.nav__toggle { display: none; background: none; border: 0; color: var(--text-primary); font-size: 24px; cursor: pointer; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius-sm); font-weight: 600; border: 1px solid var(--divider); color: var(--text-primary); transition: transform .15s ease, background .15s ease; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn--primary { background: var(--accent); border-color: var(--accent); color: #fff; }
.btn--primary:hover { background: #e02418; }
/* Keep button text legible even inside contexts that restyle links
   (.nav__links a, .prose a) — those selectors otherwise out-specify .btn. */
a.btn { color: var(--text-primary); }
a.btn.btn--primary, a.btn.btn--primary:hover { color: #fff; }

/* Hero */
.hero { padding: 120px 0 96px; text-align: center; }
.hero p.lead { font-size: 1.2rem; max-width: 620px; margin: 0 auto 32px; }
.store-badges { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.badge { position: relative; display: inline-flex; flex-direction: row; align-items: center; gap: 12px; padding: 12px 20px; background: var(--surface-elevated); border: 1px solid var(--divider); border-radius: var(--radius-sm); color: var(--text-primary); min-width: 180px; }
.badge:hover { text-decoration: none; border-color: var(--text-tertiary); }
.badge__icon { width: 26px; height: 26px; flex-shrink: 0; color: var(--text-primary); }
.badge__text { display: inline-flex; flex-direction: column; align-items: flex-start; }
.badge span { color: var(--text-secondary); font-size: .75rem; }
.badge strong { font-size: 1.05rem; color: var(--text-primary); }
.badge__soon { position: absolute; top: -10px; right: -8px; background: var(--accent-muted); color: var(--accent); font-size: .65rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--accent); }
.hero__mock { margin: 56px auto 0; max-width: 320px; }

/* Features */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.card { background: var(--surface); border: 1px solid var(--divider); border-radius: var(--radius); padding: 28px; }
.card__icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--accent-muted); color: var(--accent); margin-bottom: 16px; font-size: 22px; }
.card h3 { font-size: 1.15rem; }
.tag-soon { display: inline-block; vertical-align: middle; margin-left: 8px; background: var(--accent-muted); color: var(--accent); font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; border: 1px solid var(--accent); }

/* Showcase */
.showcase { display: flex; gap: 20px; overflow-x: auto; padding-bottom: 8px; }
.showcase__item { flex: 0 0 220px; aspect-ratio: 9/19; background: var(--surface-elevated); border: 1px solid var(--divider); border-radius: 24px; display: grid; place-items: center; color: var(--text-tertiary); }

/* CTA band */
.cta-band { background: var(--surface); border: 1px solid var(--divider); border-radius: var(--radius); padding: 56px 32px; text-align: center; }

/* Footer */
.footer { border-top: 1px solid var(--divider); padding: 48px 0; margin-top: 48px; }
.footer__grid { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; }
.footer a { color: var(--text-secondary); }
.footer a:hover { color: var(--text-primary); }
.footer__legal { color: var(--text-tertiary); font-size: .85rem; margin-top: 24px; }

/* Prose (legal/content pages) */
.prose { max-width: var(--prose-w); margin: 0 auto; padding: 64px 24px; }
.prose h1 { margin-bottom: 8px; }
.prose .updated { color: var(--text-tertiary); font-size: .85rem; margin-bottom: 40px; }
.prose h2 { margin-top: 40px; font-size: 1.4rem; }
.prose p, .prose li { color: var(--text-secondary); }
.prose a { color: var(--accent); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 720px) {
  .nav__links { position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; background: var(--surface); border-bottom: 1px solid var(--divider); padding: 16px 24px; display: none; }
  .nav--open .nav__links { display: flex; }
  .nav__toggle { display: block; }
  .section { padding: 64px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn:hover { transform: none; }
}
