:root {
  --bg: #090b0d;
  --surface: #111418;
  --surface-2: #171b20;
  --line: rgba(255,255,255,.09);
  --text: #f6f7f8;
  --muted: #9da3aa;
  --lime: #c8ff2f;
  --lime-soft: rgba(200,255,47,.13);
  --shadow: 0 30px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.ambient { position: fixed; inset: auto; pointer-events: none; filter: blur(120px); opacity: .22; z-index: -1; }
.ambient-one { width: 420px; height: 420px; border-radius: 50%; background: var(--lime); top: -220px; right: -140px; }
.ambient-two { width: 360px; height: 360px; border-radius: 50%; background: #1f6b4f; left: -220px; top: 50%; }

.section-shell, .site-header { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  position: relative; z-index: 20;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { display: block; width: 112px; height: auto; }
.desktop-nav { display: flex; gap: 34px; color: #b9bec4; font-size: 14px; }
.desktop-nav a:hover, .site-footer a:hover { color: var(--lime); }

.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; font-weight: 700; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #090b0d; background: var(--lime); box-shadow: 0 12px 38px rgba(200,255,47,.16); }
.button-outline { border-color: var(--line); background: rgba(255,255,255,.035); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.button-ghost { color: #c7ccd1; padding-inline: 4px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 1fr .92fr; gap: 80px; align-items: center; padding: 68px 0 110px; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; color: var(--lime); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--lime); }
h1 { margin: 22px 0 24px; font-size: clamp(64px, 7.2vw, 104px); line-height: .92; letter-spacing: -.075em; }
h1 em { color: var(--lime); font-style: normal; }
.hero-lead { max-width: 600px; margin: 0; color: #b8bdc3; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; gap: 22px; align-items: center; margin-top: 38px; }
.trust-row { display: flex; align-items: center; gap: 15px; margin-top: 38px; color: #878e95; font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; border-radius: 50%; background: #20252a; border: 2px solid var(--bg); margin-left: -8px; display: grid; place-items: center; font-size: 9px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; }

.hero-visual { position: relative; display: flex; justify-content: center; }
.phone-glow { position: absolute; width: 420px; height: 560px; background: radial-gradient(circle, rgba(200,255,47,.22), transparent 66%); filter: blur(20px); top: 90px; }
.phone-shell { position: relative; width: min(390px, 86vw); height: 700px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 54px; background: #080a0c; box-shadow: var(--shadow); transform: rotate(2.2deg); }
.phone-shell::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 0 0 8px rgba(255,255,255,.025); pointer-events: none; }
.phone-shell img { width: 100%; display: block; transform: translateY(-2px); }
.phone-notch { position: absolute; width: 120px; height: 28px; border-radius: 0 0 18px 18px; background: #050607; top: 0; left: 50%; transform: translateX(-50%); z-index: 3; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); background: rgba(17,20,24,.92); backdrop-filter: blur(18px); border-radius: 18px; padding: 14px 16px; box-shadow: 0 18px 40px rgba(0,0,0,.35); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { color: var(--muted); margin-top: 3px; font-size: 11px; }
.floating-icon { width: 36px; height: 36px; border-radius: 12px; background: var(--lime-soft); color: var(--lime); display: grid; place-items: center; }
.floating-one { left: -34px; bottom: 110px; }
.floating-two { right: -25px; top: 100px; }

.statement { padding: 130px 0; text-align: center; border-top: 1px solid var(--line); }
h2 { margin: 18px auto; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.055em; line-height: 1.05; }
h2 span { color: var(--lime); }
.statement-copy { max-width: 720px; margin: 25px auto 0; color: var(--muted); line-height: 1.8; font-size: 18px; }

.feature-grid { padding: 0 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feature-card { position: relative; border: 1px solid var(--line); border-radius: 28px; padding: 36px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); overflow: hidden; }
.feature-card-large { grid-column: 1 / -1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; min-height: 390px; }
.feature-card h3 { margin: 12px 0 15px; font-size: 30px; letter-spacing: -.035em; }
.feature-card p { color: var(--muted); line-height: 1.75; }
.feature-icon { position: absolute; top: 26px; right: 28px; color: rgba(255,255,255,.15); font-size: 42px; font-weight: 800; }
.composer-demo { border: 1px solid var(--line); border-radius: 24px; padding: 24px; background: #0b0e11; box-shadow: 0 20px 55px rgba(0,0,0,.3); }
.demo-user { display: flex; align-items: center; gap: 12px; }
.demo-user span { width: 42px; height: 42px; border-radius: 50%; background: var(--lime); color: #080a0c; display: grid; place-items: center; font-weight: 800; }
.demo-user strong, .demo-user small { display: block; }
.demo-user small { color: var(--muted); margin-top: 4px; }
.composer-demo > p { color: var(--text); font-size: 21px; margin: 28px 0; }
.tag-chip { display: inline-flex; color: #c7a7ff; background: rgba(135,86,255,.12); border-radius: 999px; padding: 8px 12px; font-size: 13px; }

.club-section { padding: 120px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; border-top: 1px solid var(--line); }
.club-copy h2 { font-size: clamp(44px, 5vw, 68px); margin-inline: 0; }
.club-copy > p:not(.section-kicker) { color: var(--muted); line-height: 1.8; max-width: 560px; }
.club-copy ul { padding: 0; margin: 30px 0 0; list-style: none; display: grid; gap: 14px; }
.club-copy li { color: #c7ccd1; }
.club-copy li span { color: var(--lime); margin-right: 10px; }
.club-panel { position: relative; border: 1px solid var(--line); border-radius: 30px; padding: 28px; background: #101318; overflow: hidden; box-shadow: var(--shadow); }
.club-cover { height: 230px; border-radius: 22px; background: radial-gradient(circle at 70% 20%, rgba(200,255,47,.12), transparent 36%), linear-gradient(130deg, #18222c, #081116 65%); }
.club-cover::before { content: ""; display: block; height: 100%; opacity: .38; background-image: linear-gradient(90deg, transparent 49%, rgba(200,255,47,.2) 50%, transparent 51%), linear-gradient(0deg, transparent 49%, rgba(200,255,47,.16) 50%, transparent 51%); background-size: 120px 100%, 100% 78px; }
.club-logo { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; background: #050607; border: 3px solid var(--lime); font-weight: 800; font-size: 24px; margin: -48px 0 18px 22px; position: relative; }
.club-info { display: flex; justify-content: space-between; align-items: center; padding: 0 12px; }
.club-info small, .club-info strong { display: block; }
.club-info small { color: var(--lime); margin-bottom: 7px; }
.club-info strong { font-size: 22px; }
.joined-pill { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; color: var(--lime); }
.club-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.club-stats span { text-align: center; }
.club-stats strong, .club-stats small { display: block; }
.club-stats strong { font-size: 24px; }
.club-stats small { color: var(--muted); margin-top: 5px; }

.download { padding: 90px 0 120px; }
.download-inner { border: 1px solid rgba(200,255,47,.23); border-radius: 36px; padding: 80px 40px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(200,255,47,.13), transparent 45%), #101318; }
.download h2 { max-width: 780px; }
.download-inner > p:not(.section-kicker) { color: var(--muted); font-size: 18px; }
.store-row { display: flex; justify-content: center; gap: 12px; margin-top: 26px; opacity: .65; }
.store-badge { display: flex; gap: 10px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 14px; padding: 10px 16px; }
.store-badge span { font-size: 24px; }
.store-badge small, .store-badge strong { display: block; }
.store-badge small { font-size: 9px; color: var(--muted); }
.store-badge strong { font-size: 14px; }

.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 120px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.site-footer > div { display: flex; gap: 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; text-align: center; }
  .hero-lead { margin-inline: auto; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { margin-top: 20px; }
  .feature-card-large, .club-section { grid-template-columns: 1fr; }
  .club-section { gap: 48px; }
  .floating-one { left: 0; }
  .floating-two { right: 0; }
}

@media (max-width: 620px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header .button { display: none; }
  .hero { min-height: auto; padding-bottom: 80px; gap: 42px; }
  h1 { font-size: 64px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 5px; }
  .button { width: 100%; }
  .phone-shell { height: 610px; width: 330px; border-radius: 44px; }
  .floating-card { display: none; }
  .statement { padding: 90px 0; }
  .feature-grid { grid-template-columns: 1fr; padding-bottom: 90px; }
  .feature-card, .feature-card-large { grid-column: auto; padding: 28px; }
  .feature-card-large { gap: 28px; }
  .club-section { padding: 90px 0; }
  .download-inner { padding: 56px 22px; }
  .waitlist-form { flex-direction: column; }
  .waitlist-form input { min-height: 54px; }
  .store-row { flex-direction: column; align-items: center; }
  .site-footer { padding: 34px 0; flex-direction: column; gap: 22px; text-align: center; }
}

.contact-button { margin-top: 28px; min-width: 210px; }
.legal-page { min-height: 100vh; padding: 52px 0 86px; }
.legal-document { width: min(820px, 100%); margin-top: 92px; }
.legal-hero { padding-bottom: 34px; border-bottom: 1px solid var(--line); margin-bottom: 44px; }
.legal-page h1 { margin: 16px 0 18px; font-size: clamp(46px, 8vw, 86px); }
.legal-date { color: var(--lime); font-weight: 800; }
.legal-page section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.legal-page h2 { margin: 0 0 18px; font-size: clamp(28px, 4vw, 42px); letter-spacing: -.035em; line-height: 1.12; }
.legal-page h3 { margin: 30px 0 10px; color: var(--text); font-size: 20px; letter-spacing: -.015em; }
.legal-page p,
.legal-page li,
.legal-page address {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.legal-page p { margin: 0 0 18px; }
.legal-page ul { display: grid; gap: 8px; margin: 14px 0 22px; padding-left: 22px; }
.legal-page li::marker { color: var(--lime); }
.legal-page a:not(.brand):not(.button) { color: var(--lime); text-decoration: underline; text-decoration-color: rgba(200,255,47,.35); text-underline-offset: 4px; }
.legal-page address { font-style: normal; }
.legal-actions { padding-top: 36px; }

@media (max-width: 620px) {
  .legal-page { padding-top: 34px; }
  .legal-document { margin-top: 70px; }
  .legal-page section { padding: 26px 0; }
  .legal-page h2 { font-size: 30px; }
  .legal-page .button { width: 100%; }
}
