@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@500;600;700&display=swap');

:root {
  --bg: #100d1f;
  --bg-deep: #090712;
  --surface: #18142a;
  --surface-2: #211b38;
  --surface-soft: #f7f4fb;
  --text: #f8f6ff;
  --text-dark: #171326;
  --muted: #aaa3bc;
  --muted-dark: #686176;
  --primary: #a57bff;
  --primary-strong: #8257e6;
  --accent: #ff6cae;
  --gold: #f6c86b;
  --border: rgba(255,255,255,.11);
  --border-dark: #e5dff0;
  --success: #43c996;
  --danger: #ef6b78;
  --shadow: 0 32px 90px rgba(2, 0, 12, .42);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; background: #fff; color: #111; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.ambient { position: fixed; z-index: -1; width: 480px; height: 480px; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; }
.ambient-one { background: var(--primary); top: -180px; right: -120px; }
.ambient-two { background: var(--accent); top: 540px; left: -300px; }

.topbar {
  width: min(calc(100% - 40px), var(--container));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }
.brand b { color: var(--primary); }
.brand-icon { width: 34px; height: 34px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 24px rgba(165,123,255,.3); }
.main-nav { display: flex; gap: 32px; }
.main-nav a { color: var(--muted); font-size: 14px; text-decoration: none; transition: color .2s ease; }
.main-nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--border); border-radius: 10px; }
.language-switch button { min-width: 40px; height: 34px; padding: 0 9px; color: var(--muted); border: 0; background: transparent; border-radius: 7px; font-size: 12px; font-weight: 800; }
.language-switch button[aria-pressed="true"] { color: var(--text); background: rgba(255,255,255,.1); }

.button {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, opacity .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0) scale(.98); }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--primary-strong), #b064e7); box-shadow: 0 12px 28px rgba(130,87,230,.25); }
.button-secondary { color: var(--text); border-color: var(--border); background: rgba(255,255,255,.055); }
.button-secondary:hover { border-color: rgba(165,123,255,.5); background: rgba(165,123,255,.12); }
.button-primary:hover { background: linear-gradient(135deg, #9168ea, #c16af0); }
.button-secondary { color: var(--primary-strong); background: #f0eafe; border-color: #dfd3fb; box-shadow: none; }
.button-ghost { color: var(--muted-dark); background: transparent; border-color: var(--border-dark); box-shadow: none; }
.button-light { color: var(--text-dark); background: #fff; }
.button-large { min-height: 58px; padding: 16px 27px; border-radius: 14px; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 13px; }
.button-full { width: 100%; }

.hero {
  width: min(calc(100% - 40px), var(--container));
  min-height: 650px;
  margin: 0 auto;
  padding: 70px 0 90px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}
.eyebrow { color: var(--primary); display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 25px; height: 1px; background: currentColor; }
.hero h1, .section h2, .creator-aside h1, .creator-step legend, .payment-step h2 {
  font-family: Unbounded, Manrope, sans-serif;
  letter-spacing: -.045em;
  line-height: 1.12;
}
.hero h1 { margin: 22px 0 24px; font-size: clamp(48px, 6vw, 80px); font-weight: 600; }
.hero h1 em { color: transparent; font-style: normal; background: linear-gradient(90deg, var(--primary), var(--accent)); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 620px; color: #c1bbce; font-size: 18px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-channel-button { width: 292px; flex: 0 0 292px; }
.hero-note { color: var(--muted); font-size: 13px; }
.arrow { font-size: 21px; }
.trust-list, .pricing-copy ul { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; }
.trust-list li, .pricing-copy li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.check { width: 20px; height: 20px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--success); background: rgba(67,201,150,.1); font-size: 11px; font-weight: 900; }

.record-stage { position: relative; display: flex; justify-content: center; }
.record-card { width: min(100%, 450px); padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(150deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); box-shadow: var(--shadow); backdrop-filter: blur(16px); transform: rotate(2deg); }
.record-topline { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
.neon-wave { display: block; width: 100%; height: 90px; margin: -34px 0 -18px; overflow: visible; }
.neon-wave .wave-line { fill: none; stroke-width: 2.5; stroke-linecap: round; }
@media (prefers-reduced-motion: no-preference) {
  .neon-wave .wave-line-primary { stroke-dasharray: 8 14; animation: neon-wave-flow 9s linear infinite; }
  .neon-wave .wave-line-secondary { stroke-dasharray: 4 18; animation: neon-wave-flow 13s linear infinite reverse; }
  @keyframes neon-wave-flow { to { stroke-dashoffset: -440; } }
}
.record { position: relative; width: min(76vw, 300px); aspect-ratio: 1; margin: 24px auto; border-radius: 50%; background: repeating-radial-gradient(circle, #17131e 0 4px, #24202d 5px 7px); box-shadow: 0 22px 50px rgba(0,0,0,.42); display: grid; place-items: center; }
.record::before { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.06); border-radius: inherit; }
.record-ring { position: absolute; inset: 34%; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 0 35px rgba(165,123,255,.3); }
.record-label { position: relative; z-index: 2; display: grid; place-items: center; color: #fff; font-size: 8px; letter-spacing: .12em; line-height: 1.2; }
.record-label b { font-size: 17px; letter-spacing: 0; }
.demo-track { padding: 14px 16px; border-radius: 16px; background: rgba(7,5,15,.55); display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 4px 12px; }
.demo-play { width: 42px; height: 42px; grid-row: 1 / 3; border: 0; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--primary), var(--accent)); box-shadow: 0 8px 24px rgba(165,123,255,.25); display: grid; place-items: center; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.demo-play:hover { transform: scale(1.05); box-shadow: 0 10px 28px rgba(165,123,255,.38); }
.demo-play:focus-visible { outline: 3px solid rgba(255,255,255,.72); outline-offset: 3px; }
.demo-play-icon { width: 0; height: 0; margin-left: 3px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid currentColor; }
.demo-play.is-playing .demo-play-icon { width: 11px; height: 14px; margin-left: 0; border: 0; background: linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65% 100%); }
.demo-copy { min-width: 0; display: grid; gap: 2px; }
.demo-track strong { font-size: 15px; }
.demo-track span { color: var(--muted); font-size: 11px; }
.demo-time { font-variant-numeric: tabular-nums; }
.demo-progress { width: 100%; height: 18px; grid-column: 2 / 4; margin: 0; accent-color: var(--primary); cursor: pointer; }
.floating-note { position: absolute; color: var(--primary); font-family: serif; text-shadow: 0 0 20px currentColor; }
.note-one { right: 0; top: 12%; font-size: 32px; }.note-two { left: 2%; bottom: 16%; color: var(--accent); font-size: 24px; }

.proof-strip { min-height: 70px; padding: 20px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: center; gap: 26px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.proof-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--primary); }
.section { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; padding: 120px 0; }
.section-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .pricing-copy h2 { margin: 16px 0; font-size: clamp(34px, 4vw, 52px); font-weight: 600; }
.section-heading p, .pricing-copy > p { color: var(--muted); font-size: 17px; }
.section-heading.left { max-width: 760px; margin-left: 0; text-align: left; }
.section-heading.left .eyebrow { justify-content: flex-start; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 310px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: rgba(255,255,255,.035); position: relative; overflow: hidden; }
.step-card.featured { background: linear-gradient(145deg, rgba(165,123,255,.16), rgba(255,108,174,.07)); }
.step-number { position: absolute; right: 24px; top: 18px; color: rgba(255,255,255,.08); font: 600 50px/1 Unbounded, sans-serif; }
.step-icon { width: 56px; height: 56px; border-radius: 16px; background: rgba(165,123,255,.12); display: grid; place-items: center; margin-bottom: 50px; }
.line-icon { position: relative; width: 26px; height: 22px; display: block; }
.line-icon.sliders { border-top: 2px solid var(--primary); border-bottom: 2px solid var(--primary); }
.line-icon.sliders::before { content:""; position:absolute; left:5px; top:-5px; width:7px; height:7px; border:2px solid var(--primary); border-radius:50%; background:var(--surface); box-shadow: 10px 20px 0 -2px var(--surface), 10px 20px 0 0 var(--primary); }
.line-icon.story { border: 2px solid var(--primary); border-radius: 4px; }
.line-icon.story::before,.line-icon.story::after { content:""; position:absolute; left:5px; right:5px; height:2px; background:var(--primary); top:6px; }.line-icon.story::after { top:12px; right:9px; }
.line-icon.waveform::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, transparent 0 7%, var(--primary) 8% 14%, transparent 15% 25%, var(--primary) 26% 32%, transparent 33% 43%, var(--primary) 44% 52%, transparent 53% 63%, var(--primary) 64% 70%, transparent 71% 81%, var(--primary) 82% 88%, transparent 89%); clip-path: polygon(0 40%,100% 40%,100% 60%,0 60%); }
.step-card h3 { font-size: 19px; margin: 0 0 10px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }

.capabilities-section { padding-top: 70px; border-top: 1px solid var(--border); }
.capabilities-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.capability-card { min-height: 220px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(145deg, rgba(165,123,255,.08), rgba(255,255,255,.025)); }
.capability-card > span { color: var(--primary); font: 600 12px/1 Unbounded, sans-serif; letter-spacing: .1em; }
.capability-card h3 { margin: 46px 0 10px; font-size: 20px; }
.capability-card p { margin: 0; color: var(--muted); font-size: 14px; }

.channel-section { padding-top: 70px; }
.channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.channel-grid.single-channel { max-width: 760px; margin: 0 auto; grid-template-columns: 1fr; }
.channel-card { min-height: 330px; padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: flex-start; background: rgba(255,255,255,.035); }
.channel-browser { background: linear-gradient(145deg, rgba(130,87,230,.23), rgba(255,108,174,.07)); }
.channel-telegram { background: linear-gradient(145deg, rgba(54,169,226,.16), rgba(255,255,255,.025)); }
.channel-badge { padding: 6px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: var(--primary); background: rgba(255,255,255,.05); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.channel-card h3 { margin: 34px 0 10px; font: 600 28px/1.2 Unbounded, sans-serif; letter-spacing: -.04em; }
.channel-card p { max-width: 500px; margin: 0 0 30px; color: var(--muted); }
.channel-card .button { width: 100%; margin-top: auto; }

.occasions-section { padding-top: 30px; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.occasion-card { min-height: 170px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius); color: var(--text); background: rgba(255,255,255,.035); text-align: left; display: flex; flex-direction: column; justify-content: flex-end; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.occasion-card:hover { transform: translateY(-3px); background: rgba(165,123,255,.12); border-color: rgba(165,123,255,.4); }
.occasion-card span { color: var(--primary); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.occasion-card b { margin-top: 6px; font-size: 18px; }
.pricing-section { border-top: 1px solid var(--border); }
.pricing-copy { max-width: 820px; }
.pricing-copy ul { display: grid; gap: 12px; }
.price-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.price-grid:not(.single-price) {
  width: min(calc(100vw - 40px), 1554px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.price-grid.single-price { max-width: 460px; margin: 48px auto 0; grid-template-columns: 1fr; }
.price-card {
  min-width: 0;
  min-height: 492px;
  padding: 38px 34px;
  border: 1px solid rgba(165,123,255,.3);
  border-radius: var(--radius-lg);
  background: linear-gradient(155deg, rgba(34,25,62,.96), rgba(22,17,42,.98));
  color: var(--text);
  box-shadow: 0 24px 70px rgba(2,0,12,.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.price-card-featured {
  border: 2px solid transparent;
  background:
    linear-gradient(155deg, rgba(34,25,62,.98), rgba(22,17,42,.99)) padding-box,
    linear-gradient(130deg, #ff3d9a, #8b5cf6 54%, #38bdf8) border-box;
  box-shadow: 0 24px 75px rgba(139,92,246,.26), 0 0 34px rgba(255,61,154,.12);
}
.price-tag { min-height: 24px; color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-kicker { margin-top: 10px; color: var(--text); font: 600 19px/1.3 Unbounded, sans-serif; }
.price-value { margin: 24px 0 8px; display: flex; align-items: baseline; gap: 8px; font-family: Unbounded, sans-serif; }
.price-value b { font-size: clamp(44px,5vw,64px); line-height: 1; }.price-value span { font-size: 22px; }
.price-per-track { min-height: 28px; color: #ff3d9a; font-size: 16px; }
.price-card p { color: #b7add0; margin: 22px 0 30px; font-size: 15px; flex: 1; }
.price-card .button {
  width: 100%;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #e735a6, #8b5cf6 55%, #43baf4);
  box-shadow: 0 0 24px rgba(255,61,154,.34), 0 0 45px rgba(139,92,246,.2);
}
.price-card .button:hover {
  background: linear-gradient(90deg, #f044b3, #9a6cff 55%, #58c7ff);
  box-shadow: 0 0 32px rgba(255,61,154,.48), 0 0 62px rgba(139,92,246,.3);
  transform: translateY(-2px);
}
.faq-section { padding-top: 30px; }
.faq-list { max-width: 850px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 72px; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 19px; color: var(--primary); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { color: var(--muted); margin: -4px 60px 24px 0; }
.final-cta { width: min(calc(100% - 40px), var(--container)); margin: 0 auto 90px; padding: 54px; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--primary-strong), #b14fc7 55%, var(--accent)); display: flex; align-items: center; justify-content: space-between; gap: 30px; box-shadow: 0 30px 80px rgba(130,87,230,.3); }
.final-cta span { font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.final-cta h2 { margin: 8px 0 0; font: 600 clamp(28px, 4vw, 46px)/1.15 Unbounded, sans-serif; letter-spacing: -.04em; }

footer { width: min(calc(100% - 40px), var(--container)); min-height: 100px; margin: 0 auto; border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
footer nav { display: flex; gap: 22px; } footer nav a { text-decoration: none; } footer nav a:hover { color: var(--text); }

/* Creator */
.creator-view { min-height: calc(100dvh - 82px); padding: 24px 20px 60px; }
.creator-shell { width: min(100%, 1180px); min-height: 720px; margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface-soft); box-shadow: var(--shadow); }
.creator-aside { padding: 34px; color: var(--text); background: linear-gradient(160deg, #211a3b, #100d20 72%); display: flex; flex-direction: column; }
.text-button { min-height: 44px; width: fit-content; padding: 6px 0; border: 0; color: var(--muted); background: transparent; display: flex; align-items: center; gap: 8px; }
.text-button:hover { color: var(--text); }
.creator-aside > div:nth-child(2) { margin-top: 55px; }
.aside-kicker { color: var(--primary); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.creator-aside h1 { margin: 12px 0 14px; font-size: 28px; }
.creator-aside p { color: var(--muted); font-size: 13px; }
.progress-list { list-style: none; margin: 42px 0; padding: 0; display: grid; gap: 4px; }
.progress-list li { min-height: 64px; padding: 9px 10px; display: flex; align-items: center; gap: 13px; border-radius: 12px; color: #777087; }
.progress-list li > span { width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.progress-list li div { display: grid; }
.progress-list li b { font-size: 13px; }.progress-list li small { font-size: 10px; }
.progress-list li.active { color: var(--text); background: rgba(165,123,255,.12); }
.progress-list li.active > span { color: #fff; border-color: var(--primary); background: var(--primary-strong); }
.progress-list li.done { color: #a9a2b8; }.progress-list li.done > span { color: var(--success); border-color: var(--success); }
.aside-security { margin-top: auto; color: var(--muted); display: flex; align-items: center; gap: 8px; font-size: 11px; }
.creator-main { min-width: 0; padding: 54px clamp(28px, 6vw, 78px) 32px; color: var(--text-dark); background: var(--surface-soft); }
.creator-mobile-progress { display: none; }
.creator-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.creator-step legend { max-width: 680px; padding: 0; font-size: clamp(30px, 4vw, 45px); font-weight: 600; }
.step-lead { margin: 14px 0 36px; color: var(--muted-dark); font-size: 16px; }
.choice-grid { display: grid; gap: 14px; }
.genre-grid { grid-template-columns: repeat(2, 1fr); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 92px; padding: 18px 20px; border: 1px solid var(--border-dark); border-radius: 16px; display: flex; flex-direction: column; justify-content: center; background: #fff; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.choice-grid label:hover > span { border-color: #c7b7eb; }
.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.choice-grid input:checked + span { border-color: var(--primary-strong); background: #f2edff; box-shadow: 0 0 0 3px rgba(130,87,230,.1); }
.choice-grid b { font-size: 15px; }.choice-grid small { margin-top: 3px; color: var(--muted-dark); font-size: 11px; }
.custom-genre-panel { margin-top: 18px; padding: 18px; border: 1px solid var(--border-dark); border-radius: 16px; background: #fff; }
.custom-genre-panel input { width: 100%; height: 50px; padding: 0 14px; border: 1px solid var(--border-dark); border-radius: 12px; color: var(--text-dark); background: #fff; }
.voice-grid { grid-template-columns: repeat(3, 1fr); }
.voice-grid label > span { min-height: 170px; align-items: center; text-align: center; gap: 18px; }
.voice-figure { width: 58px; height: 58px; border-radius: 50%; background: #eee8fa; position: relative; display: block; }
.voice-figure::before { content:""; position:absolute; width:18px; height:18px; left:20px; top:11px; border-radius:50%; background:var(--primary-strong); }
.voice-figure::after { content:""; position:absolute; width:30px; height:18px; left:14px; bottom:10px; border-radius:20px 20px 8px 8px; background:var(--primary-strong); }
.voice-figure.male { background: #e8edfa; }.voice-figure.male::before,.voice-figure.male::after { background:#4e6fc2; }
.voice-figure.any { background: linear-gradient(135deg,#eee8fa,#fce9f2); }.voice-figure.any::before,.voice-figure.any::after { background:linear-gradient(135deg,var(--primary-strong),var(--accent)); }
.field-label { display: block; margin: 18px 0 8px; font-size: 13px; font-weight: 800; }
textarea, input {
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid var(--border-dark);
  border-radius: 12px;
  color: var(--text-dark);
  background: #fff;
  outline: none;
  resize: vertical;
  transition: border-color .2s ease, box-shadow .2s ease;
}
textarea:focus, input:focus { border-color: var(--primary-strong); box-shadow: 0 0 0 3px rgba(130,87,230,.1); }
.field-footer { margin-top: 8px; color: var(--muted-dark); display: flex; justify-content: space-between; gap: 14px; font-size: 11px; }
.lyrics-choice { display: grid; gap: 14px; }
.choice-action { min-height: 92px; width: 100%; padding: 18px; border: 1px solid var(--border-dark); border-radius: 16px; background: #fff; color: var(--text-dark); display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; text-align: left; transition: border-color .2s ease, transform .2s ease; }
.choice-action:hover { transform: translateY(-2px); border-color: var(--primary-strong); }
.choice-action > span:nth-child(2) { display: grid; }.choice-action small { color: var(--muted-dark); }
.choice-symbol { width: 48px; height: 48px; border-radius: 14px; color: #fff; background: linear-gradient(135deg,var(--primary-strong),var(--accent)); display: grid; place-items: center; font-weight: 800; }
.choice-symbol.outline { color: var(--primary-strong); background: #f0eafe; }
#ownLyricsPanel .button { margin-top: 16px; }
.loading-panel { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.loading-panel span { max-width: 480px; color: var(--muted-dark); margin-top: 8px; }
.loading-disc { width: 86px; height: 86px; margin-bottom: 28px; border-radius: 50%; background: repeating-radial-gradient(circle,#1c1728 0 3px,#332b43 4px 6px); border: 8px solid #e8e0f8; animation: spin 4s linear infinite; }
.lyrics-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 22px; }
.lyrics-header span { color: var(--primary-strong); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.lyrics-header h2 { margin: 3px 0 0; font: 600 28px/1.25 Unbounded, sans-serif; letter-spacing: -.035em; }
.revision-badge { padding: 7px 10px; border-radius: 8px; background: #efe9fc; white-space: nowrap; }
#lyricsText { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 13px; line-height: 1.7; }
.revision-box { margin-top: 20px; padding: 18px; border-radius: 16px; background: #eee9f7; }
.revision-box .field-label { margin-top: 0; }
.revision-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.creator-footer { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--border-dark); display: flex; justify-content: space-between; gap: 16px; }
.alert { margin-bottom: 24px; padding: 13px 16px; border: 1px solid #f3bbc1; border-radius: 12px; color: #8b2530; background: #fff0f2; font-size: 13px; }
.payment-step { text-align: center; }
.payment-kicker { color: var(--primary-strong); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.payment-step h2 { margin: 12px 0; font-size: clamp(32px,4vw,44px); }
.payment-step > div > p { color: var(--muted-dark); max-width: 620px; margin: 0 auto 28px; }
.order-summary { margin: 26px auto; max-width: 590px; border: 1px solid var(--border-dark); border-radius: 16px; background: #fff; overflow: hidden; text-align: left; }
.order-summary > div { min-height: 66px; padding: 13px 18px; border-bottom: 1px solid var(--border-dark); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.order-summary > div:last-child { border: 0; }.order-summary span { color: var(--muted-dark); font-size: 12px; }.order-summary b { text-align: right; font-size: 13px; }
.order-summary .order-total { background: #f1ecfb; }.order-summary .order-total b { color: var(--primary-strong); font-size: 22px; }
#checkoutPanel > .button, .complete-panel > .button { max-width: 590px; margin: 0 auto; }
.payment-legal { font-size: 10px !important; margin-top: 12px !important; }.payment-legal a { color: var(--primary-strong); }
.international-notice { max-width: 590px; margin: 18px auto 0; padding: 18px; border: 1px solid #dfd3fb; border-radius: 14px; color: var(--text-dark); background: #f0eafe; display: grid; text-align: left; }
.international-notice span { margin-top: 4px; color: var(--muted-dark); font-size: 12px; }
.generation-panel, .complete-panel { min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.generation-visual { position: relative; width: 180px; height: 180px; margin-bottom: 32px; display: grid; place-items: center; }
.generation-disc { width: 130px; height: 130px; border-radius: 50%; background: repeating-radial-gradient(circle,#191420 0 3px,#31283d 4px 6px); box-shadow: 0 18px 40px rgba(26,18,40,.25); animation: spin 5s linear infinite; }
.generation-disc::after { content:""; display:block; position:relative; width:42px; height:42px; left:44px; top:44px; border-radius:50%; background:linear-gradient(135deg,var(--primary),var(--accent)); }
.generation-bars { position:absolute; bottom:2px; display:flex; align-items:center; gap:3px; height:36px; }
.generation-bars i { width:4px; height:10px; border-radius:4px; background:var(--primary-strong); animation: bars 1s ease-in-out infinite alternate; }.generation-bars i:nth-child(2){animation-delay:.15s}.generation-bars i:nth-child(3){animation-delay:.3s}.generation-bars i:nth-child(4){animation-delay:.45s}.generation-bars i:nth-child(5){animation-delay:.6s}.generation-bars i:nth-child(6){animation-delay:.75s}
.success-mark { width: 74px; height: 74px; margin-bottom: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--success); font-size: 34px; font-weight: 900; box-shadow: 0 18px 40px rgba(67,201,150,.25); }
.complete-panel audio { width: min(100%,590px); margin: 16px auto 22px; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bars { to { height: 34px; } }

@media (max-width: 960px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; text-align: center; }
  .hero-copy .eyebrow, .trust-list { justify-content: center; }
  .hero-lead { margin-left: auto; margin-right: auto; }.hero-actions { justify-content: center; }
  .record-stage { max-width: 520px; width: 100%; margin: 0 auto; }
  .steps-grid { grid-template-columns: 1fr; }.step-card { min-height: 230px; }.step-icon { margin-bottom: 30px; }
  .occasion-grid { grid-template-columns: repeat(2,1fr); }
  .capabilities-grid { grid-template-columns: 1fr; }
  .channel-grid { grid-template-columns: 1fr; }
  .price-grid { grid-template-columns: 1fr; max-width: 560px; }
  .price-grid:not(.single-price) { width: 100%; left: auto; transform: none; }
  .creator-shell { grid-template-columns: 250px 1fr; }.creator-aside { padding: 25px; }.creator-main { padding-left: 32px; padding-right: 32px; }
}

@media (max-width: 720px) {
  .topbar { width: calc(100% - 28px); height: 70px; }.topbar .button-small { display: none; }.brand { font-size: 16px; }
  .language-switch button { min-width: 38px; }
  .hero { width: calc(100% - 32px); min-height: auto; padding: 44px 0 70px; gap: 48px; }.hero h1 { font-size: clamp(40px,13vw,59px); }.hero-lead { font-size: 16px; }.hero-channel-button { width: min(100%,292px); flex-basis: min(100%,292px); }.hero-note { width: 100%; }
  .trust-list { gap: 12px 18px; }.record-card { padding: 18px; }.record { width: 230px; }
  .proof-strip { justify-content: flex-start; overflow-x: auto; padding-left: 20px; padding-right: 20px; white-space: nowrap; }
  .section { width: calc(100% - 32px); padding: 80px 0; }.section-heading { text-align: left; }.section-heading .eyebrow { justify-content: flex-start; }.section-heading h2,.pricing-copy h2 { font-size: 34px; }
  .occasion-grid { grid-template-columns: 1fr 1fr; }.occasion-card { min-height: 135px; padding: 18px; }
  .capability-card { min-height: 190px; padding: 22px; }.capability-card h3 { margin-top: 34px; }
  .channel-card { min-height: 300px; padding: 26px; }.channel-card h3 { font-size: 24px; }
  .neon-wave { height: 66px; margin-top: -18px; }
  .price-grid { margin-top: 36px; }.price-card { min-height: 450px; padding: 30px 24px; }.price-value b { font-size: 52px; }
  .final-cta { width: calc(100% - 32px); padding: 34px 24px; flex-direction: column; align-items: flex-start; }.final-cta .button { width: 100%; }
  footer { width: calc(100% - 32px); padding: 28px 0; flex-direction: column; align-items: flex-start; } footer nav { flex-wrap: wrap; }
  .creator-view { padding: 0; }.creator-shell { min-height: calc(100dvh - 70px); display: block; border: 0; border-radius: 0; }.creator-aside { display: none; }
  .creator-main { min-height: calc(100dvh - 70px); padding: 24px 20px 26px; }
  .creator-mobile-progress { margin-bottom: 32px; display: flex; align-items: center; gap: 12px; color: var(--muted-dark); font-size: 11px; font-weight: 800; }.creator-mobile-progress i { height: 5px; flex: 1; border-radius: 5px; background: #e4ddee; overflow: hidden; }.creator-mobile-progress b { height: 100%; width: 20%; display: block; border-radius: 5px; background: var(--primary-strong); transition: width .25s ease; }
  .creator-step legend { font-size: 31px; }.step-lead { margin-bottom: 26px; }
  .genre-grid { grid-template-columns: 1fr; }.choice-grid label > span { min-height: 78px; }
  .voice-grid { grid-template-columns: 1fr; }.voice-grid label > span { min-height: 88px; flex-direction: row; justify-content: flex-start; text-align: left; }.voice-figure { width: 48px; height: 48px; }.voice-figure::before { left:15px; top:8px; }.voice-figure::after { left:9px; bottom:7px; }
  .field-footer span:first-child { display: none; }.revision-row { grid-template-columns: 1fr; }.revision-row .button { width: 100%; }
  .lyrics-header { display: grid; }.revision-badge { width: fit-content; }
  .creator-main { padding-bottom: 110px; }
  .creator-footer { position: fixed; left: 0; right: 0; bottom: 0; margin: 0; padding: 14px 20px max(16px,env(safe-area-inset-bottom)); background: rgba(247,244,251,.97); border-top: 1px solid var(--border-dark); backdrop-filter: blur(12px); z-index: 50; }
  .creator-footer .button { flex: 1; }.payment-step h2 { font-size: 32px; }.order-summary > div { align-items: flex-start; flex-direction: column; gap: 3px; }.order-summary b { text-align: left; }
}

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