:root {
  --bg: #090e1c;
  --surface: #11182a;
  --surface-soft: #151d31;
  --text: #f6f7fb;
  --muted: #9299aa;
  --orange: #ff8c47;
  --orange-soft: #ffb37f;
  --green: #55d88b;
  --line: rgba(255, 255, 255, .09);
  --max: 1180px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
.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; }
.section-shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-block { padding-top: 132px; padding-bottom: 132px; }

.page-glow { position: fixed; border-radius: 50%; pointer-events: none; filter: blur(110px); opacity: .12; z-index: -1; }
.page-glow-one { width: 500px; height: 500px; background: var(--orange); top: -250px; right: -120px; }
.page-glow-two { width: 420px; height: 420px; background: #485bd9; top: 780px; left: -250px; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }
.brand img { filter: drop-shadow(0 6px 14px rgba(255, 140, 71, .25)); }
.site-nav { display: flex; align-items: center; gap: 34px; color: #b8bdc9; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: #fff; }
.site-nav .nav-cta { color: #111522; background: var(--orange); padding: 12px 18px; border-radius: 999px; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); padding: 11px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; border-radius: 2px; }

.hero { min-height: 720px; padding-top: 65px; padding-bottom: 105px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--orange); text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 22px; height: 2px; background: var(--orange); }
.hero h1, .section-heading h2, .community h2, .download h2 { margin: 20px 0; font-size: clamp(48px, 6vw, 76px); line-height: 1.02; letter-spacing: -4px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border-radius: 999px; font-size: 14px; font-weight: 800; }
.button-primary { color: #101522; background: var(--orange); box-shadow: 0 12px 38px rgba(255, 140, 71, .2); }
.button-primary span { font-size: 20px; }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.hero-proof p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.hero-proof strong { color: #fff; }
.avatar-stack { display: flex; padding-left: 9px; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #fff; border: 2px solid var(--bg); margin-left: -9px; font-size: 9px; font-weight: 800; }
.avatar-a { background: linear-gradient(145deg, #c46b54, #59312c); }
.avatar-b { background: linear-gradient(145deg, #586f9c, #272d48); }
.avatar-c { background: linear-gradient(145deg, #9c7058, #413125); }
.avatar-d { color: var(--orange); background: #222a3d; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,140,71,.13); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.phone { position: relative; width: 286px; height: 585px; padding: 8px; border-radius: 46px; background: linear-gradient(150deg, #4b5264, #171b26 25%, #05070c 70%, #535a68); box-shadow: 0 45px 90px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.18); z-index: 2; transform: rotate(2deg); }
.phone-screen { position: relative; height: 100%; overflow: hidden; border-radius: 39px; padding: 57px 17px 22px; background: radial-gradient(circle at 90% 5%, rgba(255,140,71,.16), transparent 29%), #080d1b; }
.phone-island { position: absolute; width: 93px; height: 26px; border-radius: 18px; background: #030406; top: 17px; left: 50%; transform: translateX(-50%); z-index: 3; }
.app-topline { display: flex; justify-content: space-between; font-size: 8px; color: var(--orange); font-weight: 800; letter-spacing: 1px; }
.app-topline i { color: #687086; font-style: normal; letter-spacing: 2px; }
.phone h2 { margin: 7px 0 14px; font-size: 25px; letter-spacing: -1.3px; line-height: 1.05; }
.streak-card { display: grid; grid-template-columns: 74px 1fr; gap: 13px; align-items: center; padding: 14px; background: linear-gradient(140deg, #20263a, #101729); border: 1px solid rgba(255,140,71,.1); border-radius: 20px; }
.streak-ring { width: 67px; height: 67px; border: 1px solid rgba(255,140,71,.5); background: rgba(255,140,71,.1); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.streak-ring strong { color: var(--orange); font-size: 28px; line-height: .9; }
.streak-ring small { margin-top: 5px; color: #8b91a0; font-size: 7px; letter-spacing: 1px; }
.streak-card > div:last-child { display: flex; flex-direction: column; gap: 4px; }
.streak-card > div:last-child span { color: var(--orange); font-size: 7px; font-weight: 800; letter-spacing: .7px; }
.streak-card > div:last-child strong { font-size: 11px; }
.streak-card > div:last-child small { color: #777f91; font-size: 8px; }
.chain-heading { margin: 18px 2px 11px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: 1px; color: #9ba2b0; font-weight: 800; }
.chain-heading strong { color: var(--orange); }
.chain-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 15px 13px; border-radius: 18px; background: #11182a; }
.chain-grid i { width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); display: grid; place-items: center; font-size: 10px; font-style: normal; color: transparent; }
.chain-grid .done { color: var(--orange); background: rgba(255,140,71,.12); border-color: rgba(255,140,71,.15); }
.chain-grid .today { color: var(--orange); border-color: var(--orange); }
.app-tabs { position: absolute; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-around; padding: 17px 8px 20px; font-size: 6px; color: #596074; background: rgba(17,24,42,.96); border-top: 1px solid var(--line); }
.app-tabs .active { color: var(--orange); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 17px; border: 1px solid var(--line); background: rgba(20,27,45,.9); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(0,0,0,.3); }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { font-size: 11px; }
.floating-card small { color: #81899a; font-size: 8px; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: rgba(255,140,71,.13); }
.floating-streak { top: 90px; right: -18px; }
.floating-friend { bottom: 80px; left: -10px; }
.floating-card .avatar { width: 34px; height: 34px; margin: 0; }

.signal-strip { padding: 23px 20px; border-block: 1px solid var(--line); display: flex; justify-content: center; align-items: center; gap: clamp(18px, 4vw, 52px); color: #a9afbc; text-transform: uppercase; letter-spacing: 1.4px; font-size: 10px; font-weight: 800; white-space: nowrap; overflow: hidden; }
.signal-strip i { color: var(--orange); font-size: 7px; }

.section-heading { max-width: 690px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .community h2, .download h2 { margin: 17px 0; font-size: clamp(39px, 5vw, 58px); letter-spacing: -2.8px; }
.section-heading p, .community-copy > p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step-card, .feature-card { position: relative; overflow: hidden; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.step-card.featured { background: linear-gradient(145deg, rgba(255,140,71,.13), rgba(255,255,255,.015) 60%); border-color: rgba(255,140,71,.23); }
.step-number { position: absolute; top: 25px; right: 25px; color: rgba(255,255,255,.15); font-size: 13px; font-weight: 800; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 40px; color: var(--orange); background: rgba(255,140,71,.1); border: 1px solid rgba(255,140,71,.15); border-radius: 16px; font-size: 23px; }
.step-card h3, .feature-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.6px; }
.step-card p, .feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.feature-section { padding-top: 95px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { min-height: 355px; padding: 34px; display: flex; flex-direction: column; }
.feature-wide { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 30px; }
.card-kicker { display: inline-block; margin-bottom: 14px; color: var(--orange); font-size: 9px; letter-spacing: 1.3px; font-weight: 900; }
.feature-card h3 { font-size: 27px; }
.mini-chain-list { display: flex; flex-direction: column; gap: 10px; }
.mini-chain-list > div { display: flex; align-items: center; gap: 11px; padding: 13px; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.06); border-radius: 17px; }
.mini-icon { width: 37px; height: 37px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; }
.mini-icon.orange { color: var(--orange); background: rgba(255,140,71,.12); }
.mini-icon.violet { color: #9d8cff; background: rgba(157,140,255,.12); }
.mini-chain-list p { display: flex; flex-direction: column; flex: 1; }
.mini-chain-list strong { color: #fff; font-size: 11px; }
.mini-chain-list small { margin-top: 4px; font-size: 8px; }
.mini-chain-list b { padding: 7px 10px; color: var(--orange); background: rgba(255,140,71,.1); border-radius: 999px; font-size: 8px; }
.mini-timer { width: 190px; height: 190px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; margin: auto; border: 8px solid rgba(255,140,71,.65); box-shadow: inset 0 0 40px rgba(255,140,71,.08); border-radius: 50%; }
.mini-timer span { font-size: 36px; font-weight: 800; letter-spacing: -2px; }
.mini-timer i { padding: 7px 12px; border-radius: 999px; color: #121623; background: var(--orange); font-size: 8px; font-style: normal; font-weight: 800; }
.notification { margin-top: auto; display: flex; align-items: center; gap: 12px; padding: 14px; background: rgba(0,0,0,.25); border: 1px solid var(--line); border-radius: 17px; }
.notification > span { width: 37px; height: 37px; display: grid; place-items: center; color: #0b1620; background: var(--orange); border-radius: 11px; font-weight: 900; }
.notification p { display: flex; flex-direction: column; }
.notification strong { color: #fff; font-size: 11px; }
.notification small { margin-top: 3px; font-size: 8px; }
.proof-gallery { height: 240px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; transform: rotate(3deg); }
.proof-gallery i { border-radius: 15px; background: linear-gradient(145deg, #34455a, #171e2e); }
.proof-gallery i:nth-child(2) { background: linear-gradient(145deg, #604436, #211a1a); }
.proof-gallery i:nth-child(3) { background: linear-gradient(145deg, #314638, #15221c); }
.proof-gallery i:nth-child(4) { background: linear-gradient(145deg, #4c3b55, #211a29); }

.community { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); border-block: 1px solid rgba(255,255,255,.05); }
.community-inner { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 90px; }
.community h2 { margin-top: 18px; }
.community-copy ul { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 15px; color: #c6cad3; font-size: 13px; font-weight: 600; }
.community-copy li { display: flex; align-items: center; gap: 11px; }
.community-copy li i { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: rgba(255,140,71,.1); font-style: normal; }
.feed-preview { width: min(100%, 420px); margin-inline: auto; padding: 16px; border: 1px solid var(--line); border-radius: 32px; background: #0e1526; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(1.5deg); }
.feed-head { display: flex; justify-content: space-between; padding: 7px 5px 17px; }
.feed-head strong { font-size: 19px; }
.feed-head span { color: var(--orange); font-size: 10px; font-weight: 800; }
.feed-post { padding: 14px; border-radius: 22px; background: #151d30; }
.feed-user { display: flex; align-items: center; gap: 9px; }
.feed-user .avatar { width: 36px; height: 36px; margin: 0; border: none; }
.feed-user p { display: flex; flex-direction: column; flex: 1; margin: 0; }
.feed-user strong { font-size: 10px; }
.feed-user small { margin-top: 3px; color: #7d8597; font-size: 7px; }
.feed-user b { color: #777f90; font-size: 9px; }
.feed-photo { height: 245px; margin: 13px 0; display: flex; align-items: flex-end; padding: 14px; border-radius: 17px; background: linear-gradient(145deg, rgba(255,140,71,.1), transparent), linear-gradient(35deg, #18251e, #435547); }
.feed-photo span { padding: 6px 9px; border-radius: 999px; color: #102019; background: var(--green); font-size: 7px; font-weight: 900; letter-spacing: .8px; }
.feed-caption { margin: 0; color: #aeb4c0; font-size: 9px; line-height: 1.5; }
.feed-caption strong { color: #fff; }
.feed-actions { display: flex; gap: 18px; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); color: #939aaa; font-size: 8px; font-weight: 700; }

.download { position: relative; overflow: hidden; margin-top: 130px; margin-bottom: 100px; padding: 92px 30px; text-align: center; border: 1px solid rgba(255,140,71,.18); border-radius: 38px; background: radial-gradient(circle at 50% 120%, rgba(255,140,71,.2), transparent 48%), #11182a; }
.download > *:not(.download-glow) { position: relative; z-index: 1; }
.download > img { margin-bottom: 24px; filter: drop-shadow(0 12px 30px rgba(255,140,71,.35)); }
.download .eyebrow { justify-content: center; }
.download h2 { margin: 20px 0; }
.download > p { color: var(--muted); }
.store-button { width: 174px; margin: 28px auto 0; padding: 10px 15px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 13px; background: #05070b; }
.store-button > span { font-size: 25px; }
.store-button p { margin: 0; display: flex; flex-direction: column; text-align: left; }
.store-button small { font-size: 6px; letter-spacing: .7px; }
.store-button strong { font-size: 17px; }

.site-footer { min-height: 115px; display: grid; grid-template-columns: 1fr 1fr auto auto; align-items: center; gap: 28px; border-top: 1px solid var(--line); color: #747c8d; font-size: 11px; }
.site-footer .brand { color: #fff; font-size: 17px; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer a:hover { color: #fff; }

.legal-page { min-height: calc(100vh - 200px); padding-top: 80px; padding-bottom: 120px; }
.legal-page h1 { margin: 18px 0 12px; font-size: clamp(40px, 6vw, 62px); letter-spacing: -3px; }
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-content { max-width: 760px; margin-top: 55px; color: #b7bdc9; line-height: 1.75; font-size: 15px; }
.legal-content h2 { margin-top: 42px; color: #fff; font-size: 21px; letter-spacing: -.5px; }
.legal-content a { color: var(--orange); }

.callback-body { min-height: 100vh; background: radial-gradient(circle at 50% 15%, rgba(255,140,71,.12), transparent 34%), var(--bg); }
.callback-shell { width: min(calc(100% - 28px), 540px); min-height: 100vh; margin-inline: auto; display: grid; place-items: center; padding: 40px 0; }
.callback-card { width: 100%; padding: 50px 42px 34px; text-align: center; border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: 0 36px 90px rgba(0,0,0,.36); }
.callback-logos { display: flex; align-items: center; justify-content: center; gap: 17px; margin-bottom: 35px; }
.callback-logos > img { filter: drop-shadow(0 10px 24px rgba(255,140,71,.28)); }
.spotify-mark { width: 62px; height: 62px; display: grid; place-items: center; color: #07120b; border-radius: 19px; background: #1ed760; }
.callback-link { display: flex; align-items: center; gap: 4px; }
.callback-link i { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.25); }
.callback-link i:nth-child(2) { background: var(--orange); }
.callback-eyebrow { display: block; margin: 22px 0 10px; }
.callback-card h1 { margin: 0 0 14px; font-size: clamp(34px, 8vw, 48px); letter-spacing: -2.3px; }
.callback-copy { max-width: 390px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.65; }
.callback-spinner { width: 38px; height: 38px; margin: 0 auto; border: 3px solid rgba(255,255,255,.09); border-top-color: var(--orange); border-radius: 50%; animation: callback-spin .8s linear infinite; }
@keyframes callback-spin { to { transform: rotate(360deg); } }
.callback-status-icon { width: 42px; height: 42px; margin: 0 auto; display: grid; place-items: center; border-radius: 50%; font-size: 20px; font-weight: 900; }
.callback-status-icon.success { color: #092016; background: var(--green); }
.callback-status-icon.error { color: #28100e; background: #ff7368; }
.callback-button { width: min(100%, 250px); margin-top: 28px; }
.callback-security { margin: 38px 0 0; padding-top: 22px; color: #697184; border-top: 1px solid var(--line); font-size: 10px; }

@media (max-width: 520px) {
  .callback-card { padding: 42px 22px 28px; border-radius: 28px; }
}

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

@media (max-width: 940px) {
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; padding: 20px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: rgba(13,19,34,.98); box-shadow: 0 25px 60px rgba(0,0,0,.4); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 13px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { margin-top: 10px; }
  .steps { grid-template-columns: 1fr; }
  .feature-wide { grid-template-columns: 1fr; }
  .community-inner { grid-template-columns: 1fr; gap: 65px; }
  .community-copy { max-width: 680px; }
  .site-footer { padding: 35px 0; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .section-shell, .site-header { width: min(calc(100% - 28px), var(--max)); }
  .section-block { padding-top: 88px; padding-bottom: 88px; }
  .hero { min-height: auto; padding-top: 55px; padding-bottom: 80px; gap: 35px; }
  .hero h1 { font-size: 48px; letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 560px; transform: scale(.88); margin-inline: -28px; }
  .floating-streak { right: -2px; }
  .floating-friend { left: -2px; }
  .signal-strip { justify-content: flex-start; }
  .section-heading h2, .community h2, .download h2 { font-size: 39px; letter-spacing: -2px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; padding: 27px; }
  .feature-wide { display: flex; }
  .proof-gallery { width: 100%; }
  .download { margin-top: 90px; margin-bottom: 60px; padding: 70px 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 14px; text-align: center; justify-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
  .callback-spinner { animation-duration: 1.8s; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
