:root {
  --primary: #7540f5;
  --primary-dark: #5423cf;
  --blue: #087be8;
  --green: #079c51;
  --ink: #07142f;
  --muted: #5f6980;
  --line: #e5e7f2;
  --lavender: #f4f0ff;
  --cream: #fff8f3;
  --radius: 32px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header {
  position: sticky; top: 0; z-index: 20;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  min-height: 72px; padding: 12px clamp(18px, 4vw, 60px);
  background: rgba(255,255,255,.86); border-bottom: 1px solid rgba(229,231,242,.75); backdrop-filter: blur(18px);
}
.site-header[data-scrolled] { box-shadow: 0 12px 34px rgba(7,20,47,.08); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 900; }
.brand img { width: 40px; height: 40px; border-radius: 11px; }
.nav-links { justify-self: center; display: flex; gap: 28px; color: #34405b; font-size: .94rem; font-weight: 750; }
.nav-links a:hover { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: #f7f7fb; }
.language-switch button { min-width: 36px; min-height: 32px; padding: 0 9px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 900; }
.language-switch button[aria-pressed="true"] { color: #fff; background: var(--ink); }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 850; }
.header-cta, .button.primary { color: #fff; background: linear-gradient(135deg,var(--primary),var(--blue)); box-shadow: 0 14px 30px rgba(117,64,245,.24); }
.button.secondary { border: 1px solid var(--line); background: #fff; }

.section-band, .story-section, .download-section { padding: clamp(60px,8vw,112px) clamp(18px,5vw,76px); }
.hero { min-height: calc(100vh - 72px); display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); align-items: center; gap: clamp(36px,6vw,88px); overflow: hidden; background: radial-gradient(circle at 86% 14%,rgba(117,64,245,.18),transparent 30%), linear-gradient(135deg,var(--cream),#f8f7ff 65%,var(--lavender)); }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 13px; color: var(--primary); font-size: .78rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
h1,h2 { margin: 0; letter-spacing: -.045em; line-height: 1.02; }
h1 { max-width: 720px; font-size: clamp(3.2rem,6.2vw,6.6rem); }
h2 { font-size: clamp(2.25rem,4.2vw,4.6rem); }
p { color: var(--muted); font-size: clamp(1rem,1.15vw,1.18rem); line-height: 1.65; }
.hero-text { max-width: 640px; margin: 24px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #37425a; font-size: .94rem; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 950; }
.hero-visual { position: relative; width: min(100%,900px); padding: 12px; border: 1px solid rgba(255,255,255,.9); border-radius: 30px; background: rgba(255,255,255,.55); box-shadow: 0 34px 90px rgba(45,31,104,.18); transform: rotate(1.5deg); }
.hero-visual img { width: 100%; border-radius: 20px; }

.section-heading { max-width: 880px; margin: 0 auto clamp(46px,6vw,84px); text-align: center; }
.section-heading p:last-child { max-width: 680px; margin: 20px auto 0; }
.story-section { overflow: hidden; }
.story-section.tinted { background: linear-gradient(180deg,#f7f4ff,#fff); }
.story-card { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1fr); align-items: center; gap: clamp(44px,8vw,110px); }
.story-reverse .story-media { order: 2; }
.story-media { position: relative; justify-self: center; width: min(100%,500px); padding: 12px; border: 1px solid var(--line); border-radius: 40px; background: #fff; box-shadow: 0 30px 80px rgba(49,38,101,.15); }
.story-media::after { content: ""; position: absolute; inset: 8% -12% -5% 12%; z-index: -1; border-radius: 50%; background: rgba(117,64,245,.12); filter: blur(35px); }
.story-media img { width: 100%; border-radius: 29px; }
.story-copy { max-width: 650px; }
.story-number { display: block; margin-bottom: 20px; color: rgba(117,64,245,.22); font-size: 4.5rem; line-height: .8; font-weight: 950; letter-spacing: -.06em; }
.story-copy p:not(.eyebrow) { margin: 22px 0 0; }
.check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; color: #35415a; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.15em; display: grid; place-items: center; width: 21px; height: 21px; color: #fff; border-radius: 50%; background: var(--green); font-size: .75rem; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 27px; }
.feature-pills span { padding: 11px 15px; border: 1px solid #ddd5fb; border-radius: 999px; color: #4e397d; background: #fff; font-size: .91rem; font-weight: 800; }

.download-section { display: grid; justify-items: center; text-align: center; background: radial-gradient(circle at 50% 0,rgba(117,64,245,.17),transparent 38%),linear-gradient(180deg,#fff,#f5f1ff); }
.download-section > img { width: 104px; height: 104px; margin-bottom: 24px; border-radius: 26px; box-shadow: 0 20px 44px rgba(117,64,245,.23); }
.download-section p:not(.eyebrow) { max-width: 650px; margin: 20px auto 26px; }
.store-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px; }
.store-badge { width: 181px; height: 60px; transition: transform 160ms ease, filter 160ms ease; }
.store-badge:hover { transform: translateY(-2px); filter: brightness(1.08); }
.store-badge img { width: 100%; height: 100%; }
.play-preregister { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 7px 20px 8px 49px; color: #fff; border: 1px solid #a6a6a6; border-radius: 8px; background: #000; text-align: left; line-height: 1; }
.play-preregister::before { content: "▶"; position: absolute; margin-left: -34px; color: #55c4ec; font-size: 1.55rem; transform: scaleX(.78); }
.play-preregister span { margin-bottom: 4px; font-size: .61rem; font-weight: 650; letter-spacing: .02em; }
.play-preregister strong { font-size: 1.18rem; font-weight: 500; letter-spacing: -.025em; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px clamp(18px,5vw,76px); border-top: 1px solid var(--line); color: #4b566d; font-size: .92rem; }
.site-footer > div { display: flex; gap: 24px; }

@media (max-width: 1000px) {
  .nav-links { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions,.hero-points { justify-content: center; }
  .hero-visual { margin: 0 auto; transform: none; }
}
@media (max-width: 760px) {
  .site-header { padding-inline: 14px; }
  .header-cta { display: none; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.55rem; }
  .section-band,.story-section,.download-section { padding-inline: 20px; }
  .story-card { grid-template-columns: 1fr; }
  .story-reverse .story-media { order: initial; }
  .story-copy { text-align: center; }
  .check-list { text-align: left; }
  .feature-pills { justify-content: center; }
  .story-media { width: min(88vw,470px); }
  .site-footer { flex-direction: column; align-items: center; text-align: center; }
}
@media (max-width: 460px) {
  .brand span { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: 2.8rem; }
  .hero-points { display: grid; justify-content: start; margin-inline: auto; width: fit-content; text-align: left; }
  .hero-visual { padding: 7px; border-radius: 19px; }
  .hero-visual img { border-radius: 13px; }
  .story-media { border-radius: 28px; }
  .story-media img { border-radius: 19px; }
}
@media (prefers-reduced-motion:no-preference) {
  .hero-visual { animation: float 6s ease-in-out infinite; }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }
}
