:root {
  --bg: #07080c;
  --surface: #11131a;
  --surface-2: #181b24;
  --line: rgba(255, 255, 255, .11);
  --text: #f7f7fb;
  --muted: #a6a9b7;
  --blue: #65a8ff;
  --violet: #a479ff;
  --pink: #f276b6;
  --green: #74e0b5;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 72px; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 18px; color: #aeb9ff; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { border-color: var(--line); background: rgba(7, 8, 12, .82); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; border-radius: 50%; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { color: #d8dae3; font-size: .9rem; text-decoration: none; }
.primary-nav a:hover { color: #fff; }
.primary-nav .nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.hero { position: relative; min-height: 800px; padding-top: 148px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .18; }
.hero-glow-one { width: 700px; height: 700px; right: -220px; top: -260px; background: radial-gradient(circle, var(--violet), transparent 68%); }
.hero-glow-two { width: 540px; height: 540px; left: -300px; bottom: -300px; background: radial-gradient(circle, var(--blue), transparent 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(164,121,255,.26); border-radius: 999px; background: rgba(164,121,255,.07); }
.hero-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 14px rgba(164,121,255,.8); }
.hero h1 { margin: 0 0 22px; font-size: clamp(4rem, 7vw, 6.8rem); line-height: .86; letter-spacing: -.073em; }
.hero h1 span { display: block; color: transparent; background: linear-gradient(115deg, #fff 10%, #a9bfff 50%, #a979ff 90%); -webkit-background-clip: text; background-clip: text; }
.hero-lede { margin: 0 0 16px; font-size: clamp(1.35rem, 2.3vw, 1.8rem); font-weight: 650; letter-spacing: -.025em; }
.hero-detail { max-width: 590px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 800; letter-spacing: .045em; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #fff; color: #08090d; }
.button-primary:hover { background: #dfe7ff; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.055); }
.button-secondary:hover, .button-quiet:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.1); }
.button-quiet { border-color: transparent; }
.launch-note { margin: 13px 0 0; color: #9fa2af; font-size: .75rem; }
.text-link { display: inline-block; margin-top: 16px; color: #c6c9d5; font-size: .9rem; text-decoration: none; }
.text-link:hover { color: #fff; }

.product-window { border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background: linear-gradient(145deg, rgba(29,32,44,.94), rgba(13,15,21,.96)); box-shadow: var(--shadow), 0 0 100px rgba(115,102,255,.12); transform: perspective(1000px) rotateY(-5deg) rotateX(2deg); transition: transform .45s ease, border-color .45s ease; overflow: hidden; }
.hero-product:hover .product-window { border-color: rgba(255,255,255,.22); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg) translateY(-5px); }
.window-bar { display: flex; align-items: center; gap: 7px; min-height: 46px; padding: 0 17px; border-bottom: 1px solid var(--line); color: #9296a4; font-size: .72rem; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-bar span { margin-left: auto; }
.mini-player { display: grid; grid-template-columns: 104px 1fr; gap: 20px; padding: 25px; }
.cover-art { grid-row: span 2; width: 104px; height: 104px; padding: 12px; border-radius: 19px; background: linear-gradient(145deg, #292c38, #101119); }
.cover-art img { border-radius: 50%; }
.mini-label { margin: 0 0 4px; color: #989cac; font-size: .7rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.mini-player h2 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.mini-player p:not(.mini-label) { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }
.waveform { grid-column: 1 / -1; height: 72px; display: flex; align-items: center; gap: 5px; padding: 8px 0; }
.waveform span { flex: 1; height: 15%; min-width: 2px; border-radius: 99px; background: linear-gradient(to top, var(--blue), var(--violet)); opacity: .88; transform-origin: center; animation: wave-idle 3.6s ease-in-out infinite; }
.waveform span:nth-child(3n) { height: 65%; }.waveform span:nth-child(4n) { height: 92%; }.waveform span:nth-child(5n) { height: 44%; }.waveform span:nth-child(7n) { height: 76%; }
.waveform span:nth-child(2n) { animation-delay: -.9s; }.waveform span:nth-child(3n) { animation-delay: -1.8s; }.waveform span:nth-child(5n) { animation-delay: -2.7s; }
@keyframes wave-idle { 0%, 100% { transform: scaleY(.74); opacity: .68; } 50% { transform: scaleY(1); opacity: .96; } }
.mini-controls { grid-column: 1 / -1; display: grid; grid-template-columns: 40px 1fr 40px 48px; align-items: center; gap: 8px; }
.mini-controls > span, .mini-controls strong { height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); font-size: .75rem; }
.mini-controls button, .mini-play-link { width: 48px; height: 48px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: #000; text-decoration: none; }
.lyric-preview { grid-column: 1 / -1; padding: 25px 10px 12px; color: #818594 !important; font-size: 1.12rem !important; text-align: center; }
.lyric-preview span { color: #fff; font-weight: 720; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.018); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid p { margin: 0; padding: 30px; text-align: center; }
.proof-grid p + p { border-left: 1px solid var(--line); }
.proof-grid strong, .proof-grid span { display: block; }
.proof-grid strong { font-size: 1.3rem; }
.proof-grid span { margin-top: 2px; color: var(--muted); font-size: .82rem; }

.demo-section { background: linear-gradient(180deg, #0a0b10, #08090d); }
.section-heading { max-width: 760px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.demo-card { border: 1px solid rgba(255,255,255,.13); border-radius: 30px; background: linear-gradient(140deg, rgba(25,28,38,.98), rgba(13,15,21,.98)); box-shadow: var(--shadow); overflow: hidden; }
.demo-showcase { overflow: hidden; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid var(--line); background: #0d0f15; box-shadow: 0 35px 90px rgba(0,0,0,.28); }
.demo-channel { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 30px; border-bottom: 1px solid var(--line); }
.channel-identity { min-width: 0; display: flex; align-items: center; gap: 15px; }
.channel-identity img { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; object-fit: contain; }
.channel-identity strong, .channel-identity span { display: block; }
.channel-identity strong { font-size: 1.08rem; letter-spacing: -.02em; }
.channel-identity span { margin-top: 2px; color: var(--muted); font-size: .82rem; }
.demo-channel > a { flex: 0 0 auto; color: #d8dae3; font-size: .78rem; font-weight: 680; text-decoration: none; }
.demo-channel > a:hover { color: #fff; }
.demo-story { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); }
.demo-song-art { min-width: 0; display: flex; flex-direction: column; margin: 0; overflow: hidden; background: #090a0e; }
.demo-song-art img { width: 100%; height: auto; aspect-ratio: 16 / 9; flex: 0 0 auto; object-fit: contain; object-position: center; }
.demo-song-art figcaption { min-height: 105px; display: flex; justify-content: center; flex-direction: column; flex: 1; padding: 20px 30px; border-top: 1px solid var(--line); background: #0b0c11; }
.demo-song-art figcaption span { color: #d2d4de; font-size: .74rem; font-weight: 700; }
.demo-song-art h3 { margin: 3px 0 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: .95; letter-spacing: -.055em; }
.demo-song-art figcaption p { margin: 7px 0 0; color: #d0d2dc; }
.demo-product-preview { display: flex; flex-direction: column; justify-content: center; padding: 48px 40px; background: radial-gradient(circle at 90% 10%, rgba(164,121,255,.15), transparent 35%), #12141c; }
.lyric-kicker { margin: 0; color: #9ca0ae; font-size: .72rem; font-weight: 720; }
.demo-product-preview blockquote { margin: 28px 0 44px; color: #626674; font-size: clamp(2.35rem, 4vw, 4.05rem); font-weight: 760; line-height: .98; letter-spacing: -.055em; }
.demo-product-preview blockquote strong { color: #fff; }
.demo-capabilities { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 26px; }
.demo-capabilities span, .demo-capabilities strong { display: block; }
.demo-capabilities span { color: #858996; font-size: .72rem; line-height: 1.4; }
.demo-capabilities strong { margin-bottom: 3px; color: #eef0f6; font-size: .78rem; }
.demo-instrument { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr); min-height: 150px; border-top: 1px solid var(--line); }
.piano-octave { position: relative; height: 150px; background: #090a0e; overflow: hidden; }
.white-keys { height: 100%; display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.white-keys i { background: linear-gradient(#f7f7f8, #d9dbe0); border-radius: 0 0 5px 5px; }
.black-keys { position: absolute; inset: 0; pointer-events: none; }
.black-keys i { position: absolute; top: 0; width: 8.2%; height: 61%; margin-left: -4.1%; border: 1px solid #22252d; border-top: 0; border-radius: 0 0 4px 4px; background: linear-gradient(90deg, #111318, #242731 58%, #0b0c10); box-shadow: 0 8px 9px rgba(0,0,0,.5); }
.black-c-sharp { left: 14.2857%; }.black-d-sharp { left: 28.5714%; }.black-f-sharp { left: 57.1429%; }.black-g-sharp { left: 71.4286%; }.black-a-sharp { left: 85.7143%; }
.demo-entry { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 34px; background: linear-gradient(105deg, #171a24, #101219); }
.demo-entry p { margin: 0; }
.demo-entry strong, .demo-entry span { display: block; }
.demo-entry strong { font-size: 1rem; }
.demo-entry p span { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.demo-entry-link { min-height: 50px; display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; padding: 0 19px 0 22px; border-left: 2px solid #fff; background: rgba(255,255,255,.06); font-size: .8rem; font-weight: 780; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.demo-entry-link:hover { background: rgba(255,255,255,.12); transform: translateX(3px); }
.demo-entry-link > span { font-size: 1.15rem; }
.demo-topbar { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 30px; border-bottom: 1px solid var(--line); background: linear-gradient(90deg, rgba(255,255,255,.025), transparent); }
.demo-track { display: flex; align-items: center; gap: 17px; }
.demo-art { width: 70px; height: 70px; display: grid; place-items: center; flex: 0 0 auto; padding: 8px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(145deg, #2c3040, #10121a); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.demo-art img { border-radius: 50%; }
.demo-topbar h3 { margin: 0; font-size: 1.75rem; letter-spacing: -.04em; }
.demo-topbar p { margin: 2px 0 0; color: var(--muted); }
.demo-topbar .mini-label { margin-bottom: 5px; }
.demo-meta { display: flex; align-items: flex-end; flex-direction: column; gap: 8px; }
.demo-meta small { color: var(--muted); font-size: .7rem; }
.demo-badge, .live-pill { padding: 7px 12px; border: 1px solid rgba(164,121,255,.3); border-radius: 999px; background: rgba(164,121,255,.1); color: #d2bfff; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-feature-row { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); list-style: none; }
.demo-feature-row li { position: relative; min-width: 0; display: flex; align-items: center; gap: 11px; padding: 16px 18px; }
.demo-feature-row li + li { border-left: 1px solid var(--line); }
.demo-feature-row li > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(255,255,255,.045); color: #cbbcff; font-weight: 780; }
.demo-feature-row strong, .demo-feature-row small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.demo-feature-row strong { font-size: .75rem; }.demo-feature-row small { margin-top: 1px; color: var(--muted); font-size: .65rem; }
.demo-feature-row .is-locked { padding-right: 58px; }
.demo-feature-row .is-locked i { position: absolute; right: 15px; padding: 4px 6px; border: 1px solid var(--line); border-radius: 6px; color: #8e92a0; font-size: .55rem; font-style: normal; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.demo-layout { display: grid; grid-template-columns: 1.06fr .94fr; }
.demo-controls { padding: 30px; border-right: 1px solid var(--line); }
.piano-visual { height: 68px; display: flex; gap: 3px; margin-bottom: 24px; opacity: .9; overflow: hidden; }
.piano-visual span { position: relative; flex: 1; border-radius: 0 0 7px 7px; background: #eee; }
.piano-visual span:not(:last-child)::after { content: ""; position: absolute; z-index: 2; width: 42%; height: 62%; right: -24%; top: 0; border-radius: 0 0 5px 5px; background: #171922; }
.control-block { padding: 18px 0; border-top: 1px solid var(--line); }
.control-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.control-heading div { display: flex; align-items: center; gap: 9px; }
.control-heading > span { color: var(--muted); font-size: .73rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 16px rgba(116,224,181,.5); }
.status-dot-violet { background: var(--violet); box-shadow: 0 0 16px rgba(164,121,255,.5); }
.play-button { width: 100%; min-height: 49px; border: 0; border-radius: 14px; background: #f6f7fb; color: #090a0e; font-weight: 780; cursor: pointer; }
.play-button span { margin-right: 7px; }
.play-button[data-playing] span { display: inline-block; transform: scale(.85); }
.play-button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.06); color: #fff; }
.play-button:disabled { cursor: not-allowed; opacity: .36; }
.key-picker { margin: 0; padding: 18px 0; border: 0; border-top: 1px solid var(--line); }
.key-picker legend { padding: 0 0 12px; font-weight: 700; }
.key-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.key-options button { min-height: 44px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.035); color: var(--muted); cursor: pointer; }
.key-options button.active { border-color: rgba(101,168,255,.55); background: rgba(101,168,255,.12); color: #fff; }
.vocal-block.is-disabled { opacity: .58; }
.control-message, .demo-status { margin: 10px 0 0; color: var(--muted); font-size: .77rem; }
.control-message.is-warning { color: #e3c8ff; }
.download-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding-top: 18px; border-top: 1px solid var(--line); }
.locked-button { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 70px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.025); text-align: left; cursor: pointer; }
.locked-button:hover { background: rgba(255,255,255,.055); }
.locked-button strong, .locked-button small { display: block; }
.locked-button strong { font-size: .78rem; text-transform: uppercase; }
.locked-button small { margin-top: 2px; color: var(--muted); font-size: .65rem; }
.locked-button i { font-style: normal; filter: grayscale(1); }
.demo-status { padding: 10px 12px; border-radius: 9px; background: rgba(255,255,255,.035); }
.lyrics-panel { display: flex; flex-direction: column; min-height: 620px; padding: 30px; background: radial-gradient(circle at 50% 50%, rgba(89,82,179,.13), transparent 55%); }
.lyrics-header { display: flex; align-items: center; justify-content: space-between; font-weight: 720; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; border-color: rgba(116,224,181,.25); background: rgba(116,224,181,.08); color: #a8efd3; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.lyrics-stage { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 30px 0; text-align: center; }
.lyrics-stage p { margin: 0; color: #555966; font-size: clamp(1.4rem, 3vw, 2.25rem); font-weight: 730; letter-spacing: -.035em; }
.lyrics-stage p.current { color: #fff; text-shadow: 0 0 30px rgba(164,121,255,.35); }
.lyrics-stage p { transition: color .2s ease, transform .2s ease; }
.lyrics-stage p.current { transform: scale(1.025); }
.timeline { height: 3px; border-radius: 99px; background: rgba(255,255,255,.1); overflow: hidden; }
.timeline span { display: block; width: 42%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.lyrics-note { margin: 12px 0 0; color: #717583; font-size: .67rem; text-align: center; }
.locked-notice { position: fixed; z-index: 70; left: 50%; bottom: 24px; width: min(560px, calc(100% - 32px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 20px; border: 1px solid var(--line); border-radius: 15px; background: rgba(25,27,36,.96); box-shadow: var(--shadow); transform: translateX(-50%); backdrop-filter: blur(15px); }
.locked-notice strong { font-size: .84rem; }.locked-notice a { color: #c4b0ff; font-size: .78rem; font-weight: 760; white-space: nowrap; }
.demo-conversion { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; margin-top: 24px; padding: 35px 38px; border: 1px solid rgba(164,121,255,.24); border-radius: 22px; background: radial-gradient(circle at 0 50%, rgba(101,168,255,.12), transparent 36%), linear-gradient(120deg, rgba(255,255,255,.05), rgba(164,121,255,.07)); }
.demo-conversion .eyebrow { margin-bottom: 9px; }
.demo-conversion h3 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.2rem); letter-spacing: -.04em; }
.demo-conversion p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); }
.demo-conversion .button { min-width: 210px; }

.premium-section { overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature-card { min-height: 280px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 62px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); color: #c8b8ff; font-size: 1.35rem; }
.feature-card h3 { margin: 0 0 8px; font-size: 1.4rem; letter-spacing: -.03em; }
.feature-card p { max-width: 440px; margin: 0; color: var(--muted); }
.feature-card-library { position: relative; grid-column: 1 / -1; min-height: 340px; overflow: hidden; background: radial-gradient(circle at 86% 18%, rgba(164,121,255,.25), transparent 34%), radial-gradient(circle at 62% 100%, rgba(101,168,255,.12), transparent 38%), linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018)); }
.feature-card-library::after { content: ""; position: absolute; width: min(42%, 430px); height: 210px; right: 4%; bottom: -55px; border: 1px solid rgba(255,255,255,.035); border-radius: 22px 22px 0 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 48px, rgba(255,255,255,.012) 48px 56px); transform: perspective(500px) rotateX(58deg) rotateZ(-5deg); transform-origin: bottom right; }
.feature-card-library .feature-icon { margin-bottom: auto; }
.library-stat { position: relative; z-index: 1; margin-top: 44px; }
.library-stat strong, .library-stat span { display: block; }
.library-stat strong { font-size: clamp(3rem, 7vw, 6rem); line-height: .85; letter-spacing: -.07em; }
.library-stat span { margin-top: 9px; color: #d9dbe3; font-size: 1.05rem; font-weight: 680; }
.feature-card-library > p { position: relative; z-index: 1; max-width: 560px; margin-top: 20px; }
.steps-section { border-block: 1px solid var(--line); background: #0a0b10; }
.steps-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list > li > span { color: #858998; font-size: .76rem; font-weight: 760; letter-spacing: .1em; }
.steps-list h3 { margin: 0 0 5px; font-size: 1.22rem; }.steps-list p { margin: 0; color: var(--muted); }

.patreon-card { display: grid; grid-template-columns: 110px 1fr; gap: 46px; padding: 54px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: linear-gradient(135deg, rgba(255,255,255,.065), rgba(255,255,255,.02)); }
.patreon-mark { width: 108px; height: 108px; display: grid; place-items: center; border-radius: 27px; background: #ff424d; color: #fff; font-size: 3.3rem; font-weight: 800; }
.patreon-card h2 { max-width: 780px; margin: 0 0 20px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.03; letter-spacing: -.05em; }
.patreon-card p:not(.eyebrow) { max-width: 800px; color: #b9bbc6; }
.access-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.access-option { display: flex; align-items: flex-start; flex-direction: column; min-height: 350px; padding: 27px; border: 1px solid var(--line); border-radius: 21px; background: rgba(5,6,9,.24); }
.access-option-premium { border-color: rgba(164,121,255,.3); background: linear-gradient(145deg, rgba(164,121,255,.12), rgba(101,168,255,.05)); }
.access-status { display: inline-flex; padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: #aeb1bd; font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.access-option-premium .access-status { border-color: rgba(164,121,255,.3); color: #d5c5ff; }
.access-option h3 { margin: 20px 0 7px; font-size: 1.55rem; letter-spacing: -.035em; }
.access-option p { margin: 0 0 18px; font-size: .9rem; }
.access-option strong { display: block; margin: auto 0 22px; color: #fff; font-size: .78rem; line-height: 1.45; }
.access-option .button { width: 100%; padding-inline: 16px; }

.signup-section { padding-top: 40px; }
.signup-card { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; padding: 70px; border-radius: 32px; background: radial-gradient(circle at 5% 5%, rgba(101,168,255,.2), transparent 40%), radial-gradient(circle at 100% 100%, rgba(164,121,255,.18), transparent 42%), #151721; box-shadow: var(--shadow); }
.signup-card h2 { margin: 0 0 18px; font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: .95; letter-spacing: -.055em; }
.signup-card > div > p:not(.eyebrow) { color: #c4c6d0; }
.signup-card .no-pricing { display: inline-flex; gap: 5px; margin-top: 6px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(0,0,0,.18); font-size: .76rem; }
.signup-card .no-pricing strong { color: #fff; }
.signup-form { align-self: center; }
.signup-form > label:first-of-type { display: block; margin-bottom: 9px; font-size: .84rem; font-weight: 720; }
.email-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.email-row input { min-width: 0; min-height: 54px; padding: 0 17px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(0,0,0,.25); color: #fff; }
.email-row input::placeholder { color: #777b89; }
.email-row .button { border-radius: 14px; }
.consent-row { display: grid; grid-template-columns: 19px 1fr; gap: 10px; margin-top: 16px; color: #afb2bf; font-size: .75rem; cursor: pointer; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--violet); }
.form-message { min-height: 39px; margin: 12px 0 0; color: #a6a9b7; font-size: .73rem; }
.form-message.error { color: #ffb6b6; }.form-message.notice { color: #b8e9d6; }
.signup-form.is-submitting { opacity: .72; pointer-events: none; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

.site-footer { padding: 35px 0 45px; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding-top: 30px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }.footer-brand span { color: var(--muted); font-size: .75rem; }
.footer-links { display: flex; gap: 22px; }.footer-links a { color: var(--muted); font-size: .8rem; text-decoration: none; }.footer-links a:hover { color: #fff; }
.footer-legal { grid-column: 1 / -1; margin: 0; color: #727684; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .1s; }.reveal[data-delay="2"] { transition-delay: .18s; }.reveal[data-delay="3"] { transition-delay: .26s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 88px 0; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .steps-grid, .signup-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 64px; }.hero-copy { text-align: center; }.hero-detail { margin-inline: auto; }.hero .button-row { justify-content: center; }
  .product-window { width: min(620px, 100%); margin-inline: auto; transform: none; }
  .demo-layout { grid-template-columns: 1fr; }.demo-controls { border-right: 0; border-bottom: 1px solid var(--line); }.lyrics-panel { min-height: 470px; }
  .demo-story { grid-template-columns: 1fr; }.demo-product-preview { min-height: 470px; }.demo-instrument { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); }
  .demo-feature-row { grid-template-columns: repeat(2, 1fr); }.demo-feature-row li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.demo-feature-row li:nth-child(4) { border-top: 1px solid var(--line); }
  .demo-conversion { grid-template-columns: 1fr; gap: 22px; }.demo-conversion .button { justify-self: start; }
  .steps-grid { gap: 20px; }
  .patreon-card { grid-template-columns: 80px 1fr; gap: 28px; padding: 40px; }.patreon-mark { width: 76px; height: 76px; border-radius: 19px; font-size: 2.4rem; }
  .access-grid { grid-template-columns: 1fr; }
  .signup-card { gap: 36px; padding: 50px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  .site-header { background: rgba(7,8,12,.86); backdrop-filter: blur(16px); }
  .header-inner { min-height: 64px; }
  .menu-button { display: block; }
  .primary-nav { position: absolute; inset: 64px 14px auto; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #15171f; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }.primary-nav a { padding: 11px 12px; }.primary-nav .nav-cta { border-radius: 10px; }
  .hero { padding-top: 112px; }.hero-eyebrow { font-size: .66rem; }.hero h1 { font-size: clamp(3.8rem, 20vw, 5.5rem); }.hero-lede { font-size: 1.27rem; }.hero-detail { font-size: .96rem; }
  .button-row { flex-direction: column; }.button-row .button { width: 100%; }.launch-note { margin-top: 11px; }.text-link { margin-top: 17px; }
  .mini-player { grid-template-columns: 74px 1fr; padding: 18px; }.cover-art { width: 74px; height: 74px; padding: 8px; }.waveform { height: 58px; }.mini-controls { grid-template-columns: 36px 1fr 36px 44px; }.mini-controls button { width: 44px; height: 44px; }.lyric-preview { font-size: .96rem !important; }
  .proof-grid { grid-template-columns: 1fr; }.proof-grid p { padding: 18px; }.proof-grid p + p { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 35px; }.section-heading h2 { font-size: clamp(2.45rem, 13vw, 3.5rem); }
  .demo-topbar, .demo-controls, .lyrics-panel { padding: 20px; }.demo-topbar { min-height: 116px; }.demo-topbar h3 { font-size: 1.42rem; }.demo-art { width: 58px; height: 58px; padding: 6px; border-radius: 14px; }.demo-meta { align-items: flex-end; }.demo-meta small { max-width: 95px; text-align: right; }.demo-feature-row { grid-template-columns: 1fr; }.demo-feature-row li + li { border-left: 0; border-top: 1px solid var(--line); }.demo-feature-row li:nth-child(3) { border-left: 0; }.download-grid, .feature-grid { grid-template-columns: 1fr; }.lyrics-panel { min-height: 410px; }.lyrics-stage p { font-size: 1.55rem; }
  .demo-channel { align-items: flex-start; flex-direction: column; gap: 12px; padding: 18px; }.channel-identity img { width: 50px; height: 50px; }.channel-identity span { font-size: .74rem; }.demo-channel > a { margin-left: 65px; }.demo-product-preview { min-height: 390px; padding: 38px 22px; }.demo-product-preview blockquote { margin: 24px 0 34px; font-size: clamp(2.45rem, 12vw, 3.35rem); }.demo-capabilities { grid-template-columns: 1fr; gap: 15px; }.demo-instrument { grid-template-columns: 1fr; }.piano-octave { height: 116px; }.black-keys i { width: 9.2%; margin-left: -4.6%; }.demo-entry { align-items: stretch; flex-direction: column; gap: 22px; padding: 25px 22px; }.demo-entry-link { width: 100%; justify-content: space-between; }.demo-song-art figcaption { left: 20px; right: 20px; bottom: 18px; }
  .demo-conversion { padding: 27px 23px; }.demo-conversion .button { width: 100%; }.feature-card-library { grid-column: auto; min-height: 320px; }.library-stat strong { font-size: clamp(3.2rem, 18vw, 5rem); }
  .locked-notice { align-items: flex-start; flex-direction: column; gap: 6px; }
  .feature-card { min-height: 230px; padding: 25px; }.feature-icon { margin-bottom: 44px; }
  .patreon-card { grid-template-columns: 1fr; padding: 24px; }.patreon-mark { width: 58px; height: 58px; font-size: 1.8rem; }.access-option { min-height: 320px; padding: 23px; }
  .signup-card { padding: 30px 22px; border-radius: 24px; }.email-row { grid-template-columns: 1fr; }.email-row .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.footer-legal { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Faithful, non-interactive preview of the live Bad Guy player. The whole preview is one navigation link. */
.hero-player-link { display: block; color: inherit; text-decoration: none; }
.real-player-preview { transform: perspective(1000px) rotateY(-4deg) rotateX(1deg); }
.hero-player-link:hover .real-player-preview { border-color: rgba(255,255,255,.24); transform: perspective(1000px) rotateY(-2deg) translateY(-4px); }
.real-preview-bar { min-height: 45px; display: flex; align-items: center; justify-content: space-between; padding: 8px 13px; border-bottom: 1px solid var(--line); color: #aeb2bb; font-size: .62rem; }
.real-preview-bar span { display: flex; align-items: center; gap: 8px; font-weight: 760; }
.real-preview-bar img { width: 28px; height: 28px; border-radius: 50%; object-fit: contain; }
.real-preview-bar strong { color: #d8dae0; font-size: .58rem; }
.real-preview-song { display: grid; grid-template-columns: 42% 1fr; align-items: center; gap: 17px; padding: 14px; border-bottom: 1px solid var(--line); }
.real-preview-song > img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; }
.real-preview-song small { color: #8f96a2; font-size: .56rem; font-weight: 760; }
.real-preview-song h2 { margin: 2px 0 0; font-size: 1.55rem; letter-spacing: -.045em; }
.real-preview-song p { margin: 2px 0 0; color: var(--muted); font-size: .62rem; }
.real-preview-lyrics { min-height: 152px; display: flex; justify-content: center; flex-direction: column; padding: 24px 26px; background: radial-gradient(circle at 65% 50%, rgba(101,168,255,.09), transparent 52%), #0e1015; }
.real-preview-lyrics small { color: #8f96a2; font-size: .55rem; font-weight: 760; }
.real-preview-lyrics p { margin: 12px 0 0; color: #636875; font-size: clamp(1.55rem, 2.6vw, 2.35rem); font-weight: 760; line-height: 1.02; letter-spacing: -.045em; }
.real-preview-lyrics strong { color: #fff; }
.real-preview-keys { position: relative; height: 62px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; padding: 0 12px; background: #090a0d; }
.real-preview-keys i { display: flex; align-items: flex-end; justify-content: center; padding-bottom: 7px; border-radius: 0 0 5px 5px; background: linear-gradient(#fafafa,#d7d9dd); color: #202228; font-size: .5rem; font-style: normal; font-weight: 800; }
.real-preview-keys i.selected { background: linear-gradient(#e6f1ff,#a9cdf6); box-shadow: inset 0 -4px rgba(44,88,136,.2); }
.real-preview-keys b { position: absolute; z-index: 2; top: 0; width: 8%; height: 59%; display: flex; align-items: flex-end; justify-content: center; margin-left: -4%; padding-bottom: 5px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg,#272a31,#07080a 55%,#25282e); color: #d9dbe0; font-size: .38rem; }
.real-preview-keys .preview-cs { left: 16.45%; }.real-preview-keys .preview-ds { left: 30.25%; }.real-preview-keys .preview-fs { left: 57.85%; }.real-preview-keys .preview-gs { left: 71.65%; }.real-preview-keys .preview-as { left: 85.45%; }
.real-preview-dock { min-height: 61px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-top: 1px solid rgba(255,255,255,.14); background: #15171c; }
.real-preview-dock > span { min-width: 0; display: flex; align-items: center; gap: 9px; }
.real-preview-dock img { width: 64px; height: 36px; flex: 0 0 auto; object-fit: contain; border-radius: 5px; }
.real-preview-dock b,.real-preview-dock small { display: block; }
.real-preview-dock b { font-size: .65rem; }.real-preview-dock small { color: #8f949e; font-size: .49rem; font-weight: 600; }
.real-preview-dock > strong { flex: 0 0 auto; color: #e8e9ed; font-size: .57rem; }.real-preview-dock > strong i { margin-left: 5px; font-style: normal; }
@media (max-width: 900px) { .real-player-preview { transform: none; } }
@media (max-width: 680px) { .real-preview-song { grid-template-columns: 44% 1fr; }.real-preview-lyrics { min-height: 132px; padding: 21px 18px; }.real-preview-lyrics p { font-size: 1.65rem; }.real-preview-keys { height: 54px; padding-inline: 8px; }.real-preview-dock img { width: 55px; height: 31px; }.real-preview-dock > strong { max-width: 110px; text-align: right; } }
