:root {
  --ink: #f7f7f7;
  --paper: #050505;
  --panel: #121212;
  --panel-soft: #181818;
  --spotify: #1ed760;
  --spotify-dark: #169c46;
  --lime-soft: #b7f7c8;
  --graphite: #242424;
  --muted: #b3b3b3;
  --line: rgba(255, 255, 255, 0.11);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  --rose: var(--spotify);
  --rose-dark: var(--lime-soft);
  --coral: #45e47d;
  --teal: var(--spotify);
  --mint: rgba(30, 215, 96, 0.14);
  --cream: #181818;
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #050505;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
select {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  isolation: isolate;
}

.hero__media,
.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero__media {
  background-image: url("assets/nossa-faixa-hero.png");
  background-size: cover;
  background-position: center;
  filter: saturate(0.75) brightness(0.56);
  transform: scale(1.03);
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.88) 42%, rgba(5, 5, 5, 0.38) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.3), #050505 96%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 76px);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0;
  color: white;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
}

.brand__logo {
  display: block;
  width: clamp(190px, 19vw, 248px);
  height: auto;
}

.brand__mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #050505;
  object-fit: cover;
}

.topbar__links {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.topbar__links a {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.topbar__links a:hover {
  color: #fff;
}

.topbar__price {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid rgba(30, 215, 96, 0.42);
  border-radius: 999px;
  background: rgba(30, 215, 96, 0.11);
  backdrop-filter: blur(16px);
}

.topbar__price span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  align-items: center;
  gap: 52px;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: 38px 0 72px;
}

.hero__copy {
  max-width: 650px;
  color: white;
}

.eyebrow,
.kicker {
  margin: 0 0 12px;
  color: var(--spotify);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-family: Outfit, Manrope, system-ui, sans-serif;
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__lead {
  max-width: 590px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.65;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero__badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
  font-size: 13px;
}

.composer {
  width: 100%;
}

.steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
}

.step {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 800;
}

.step.is-active {
  color: #050505;
  border-color: var(--spotify);
  background: var(--spotify);
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 24px;
  color: var(--ink);
  background: rgba(18, 18, 18, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.panel__header h2 {
  margin-bottom: 18px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: 0;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field span {
  font-size: 13px;
  font-weight: 800;
}

.field small {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 700;
}

.field--hidden {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: #fff;
  background: #050505;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(30, 215, 96, 0.72);
  box-shadow: 0 0 0 4px rgba(30, 215, 96, 0.14);
}

textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.45;
}

.segmented {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.segmented label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.segmented input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented label:has(input:checked) {
  color: #050505;
  border-color: var(--spotify);
  background: var(--spotify);
}

.primary,
.ghost,
.icon-button {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  color: #050505;
  background: var(--spotify);
  box-shadow: 0 16px 28px rgba(30, 215, 96, 0.18);
}

.primary:hover {
  transform: translateY(-1px);
}

.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  background: #050505;
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.progress {
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress__bar {
  width: 12%;
  height: 100%;
  border-radius: inherit;
  background: var(--spotify);
  transition: width 0.35s ease;
}

.status {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.generation-stage {
  position: relative;
  min-height: 118px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 4px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(30, 215, 96, 0.14), transparent 42%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px),
    #0b0b0b;
}

.countdown-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  min-width: 142px;
  padding: 15px 18px;
  border-radius: 8px;
  color: #fff;
  background: rgba(24, 24, 24, 0.92);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
  text-align: center;
}

.countdown-card span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.countdown-card strong {
  font-size: 34px;
  line-height: 1;
}

.falling-notes span {
  position: absolute;
  top: -28px;
  color: rgba(30, 215, 96, 0.36);
  font-size: 24px;
  animation: noteFall 4.6s linear infinite;
}

.falling-notes span:nth-child(1) { left: 12%; animation-delay: 0s; }
.falling-notes span:nth-child(2) { left: 30%; animation-delay: 1.2s; color: rgba(255, 255, 255, 0.2); }
.falling-notes span:nth-child(3) { left: 52%; animation-delay: 0.5s; }
.falling-notes span:nth-child(4) { left: 70%; animation-delay: 2s; color: rgba(255, 255, 255, 0.18); }
.falling-notes span:nth-child(5) { left: 86%; animation-delay: 0.9s; }

.generation-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.generation-steps span {
  min-width: 0;
  padding: 8px 6px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.generation-steps span.is-active {
  color: var(--spotify);
  background: var(--mint);
  transform: translateY(-1px);
}

.draft-lyrics {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.72);
}

.draft-lyrics__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.draft-lyrics__head span {
  color: var(--spotify);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.draft-lyrics__head i {
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: var(--spotify);
  animation: pulseDot 1.1s ease-in-out infinite;
}

.draft-lyrics pre {
  min-height: 118px;
  max-height: 154px;
  overflow: hidden;
  margin: 0;
  white-space: pre-wrap;
  color: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.preview {
  display: grid;
  gap: 16px;
}

.preview.is-hidden {
  display: none;
}

.player {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.disc {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(from 40deg, #0a0a0a, var(--spotify), #2b2b2b, #0a0a0a);
}

.disc span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #181818;
}

.disc.is-spinning {
  animation: spin 2.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.player__main {
  min-width: 0;
}

.player__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.player__top strong,
.player__top span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.player__top span {
  color: var(--spotify);
  font-size: 12px;
  font-weight: 900;
}

.timeline {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.timeline div {
  width: 0%;
  height: 100%;
  background: var(--spotify);
}

.player__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.icon-button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: #050505;
  background: var(--spotify);
}

.icon-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

#timeLabel {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.lyrics {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.lyrics__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.lyrics h3 {
  margin: 0;
  font-size: 16px;
}

.lyrics__head span {
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--spotify);
  background: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.lyrics pre {
  max-height: 260px;
  margin: 0;
  overflow: auto;
  padding: 16px;
  white-space: pre-wrap;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.payment__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 8px;
  background: #050505;
  border: 1px solid var(--line);
}

.payment__box span,
.payment__box p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
}

.payment__box p {
  margin: 0;
}

.payment__box strong {
  display: block;
  margin-top: 4px;
  font-size: 28px;
}

.payment .ghost {
  margin-top: 10px;
}

.order-bump {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 12px;
  margin: 0 0 16px;
  padding: 14px;
  border: 2px solid rgba(30, 215, 96, 0.34);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 215, 96, 0.12) 0%, #050505 100%);
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.order-bump:has(input:checked) {
  border-color: var(--spotify);
  box-shadow: 0 18px 34px rgba(30, 215, 96, 0.16);
  transform: translateY(-1px);
}

.order-bump input {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  accent-color: var(--spotify);
}

.order-bump__content {
  min-width: 0;
}

.order-bump__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.order-bump__title {
  display: block;
  margin: 0 0 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.22;
}

.order-bump__price {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 999px;
  color: #050505;
  background: var(--spotify);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.order-bump__text {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.order-bump__badge {
  display: inline-flex;
  width: fit-content;
  margin: 10px 0 0;
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--lime-soft);
  background: rgba(30, 215, 96, 0.16);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.coupon-field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 10px;
  align-items: end;
}

.coupon-field .field {
  margin-bottom: 0;
}

.coupon-field__button {
  height: 45px;
  border: 1px solid rgba(30, 215, 96, 0.44);
  border-radius: 8px;
  color: var(--spotify);
  background: rgba(30, 215, 96, 0.08);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.coupon-field__button:hover {
  transform: translateY(-1px);
  border-color: var(--spotify);
  background: rgba(30, 215, 96, 0.14);
}

.coupon-field__button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.coupon-message {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: -3px 0 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.coupon-message.is-success,
.price-line--discount {
  color: var(--spotify);
}

.coupon-message.is-error {
  color: #ff7a7a;
}

.price-lines {
  display: grid;
  gap: 8px;
  margin: -2px 0 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.7);
}

.price-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.price-line--bump {
  color: var(--spotify);
}

.price-line--discount strong {
  color: var(--spotify);
}

.price-line.is-hidden {
  display: none;
}

.pix-preview {
  margin: -2px 0 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.privacy-note {
  margin: -4px 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(30, 215, 96, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.66);
  background: rgba(30, 215, 96, 0.09);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.privacy-note a {
  color: var(--spotify);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 5, 5, 0.78);
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.legal-consent--checkout {
  margin-top: -4px;
}

.legal-consent input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--spotify);
}

.legal-consent a {
  color: var(--spotify);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.success {
  text-align: center;
}

.success__icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 14px;
  background: #050505;
  object-fit: cover;
}

.order-summary {
  display: grid;
  gap: 6px;
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.order-summary span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-summary strong {
  color: var(--spotify);
  font-size: 30px;
  line-height: 1;
}

.email-download-notice {
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid rgba(30, 215, 96, 0.22);
  border-radius: 8px;
  color: var(--spotify);
  background: var(--mint);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.success__text {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.success__actions {
  display: grid;
  gap: 10px;
}

.success-download-button {
  color: #050505;
  background: linear-gradient(135deg, #ffffff 0%, #dfffea 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(255, 255, 255, 0.16), 0 0 34px rgba(30, 215, 96, 0.24);
}

.success-download-button:hover {
  filter: brightness(1.02);
  box-shadow: 0 22px 46px rgba(255, 255, 255, 0.2), 0 0 40px rgba(30, 215, 96, 0.3);
}

.upsell-pointer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0 2px;
  color: var(--spotify);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.upsell-pointer span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #050505;
  background: var(--spotify);
  font-size: 28px;
  line-height: 1;
  animation: arrowPulse 1.1s ease-in-out infinite;
}

.upsell-pointer span:nth-child(2) {
  animation-delay: 0.14s;
}

.upsell-pointer span:nth-child(3) {
  animation-delay: 0.28s;
}

.upsell-pointer strong {
  flex-basis: 100%;
}

@keyframes arrowPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 0 0 rgba(30, 215, 96, 0.18);
  }

  50% {
    transform: translateY(6px) scale(1.06);
    box-shadow: 0 10px 24px rgba(30, 215, 96, 0.24);
  }
}

.support-link {
  color: var(--spotify);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lyrics-art-upsell {
  display: grid;
  gap: 12px;
  margin-top: 12px;
  padding: 14px;
  border: 1px solid rgba(30, 215, 96, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(30, 215, 96, 0.12) 0%, #050505 100%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.lyrics-art-upsell .kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  color: #050505;
  font-size: 11px;
  line-height: 1.25;
  background: var(--rose);
  letter-spacing: 0.09em;
}

.lyrics-art-upsell__copy h3 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: 23px;
  line-height: 1.15;
}

.lyrics-art-upsell__copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.lyrics-art-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.lyrics-art-preview canvas {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #f7e8df;
}

.lyrics-art-actions {
  display: grid;
  gap: 10px;
}

.lyrics-art-buy-button {
  color: #050505;
  background: linear-gradient(135deg, #ff6f75 0%, #ffb45f 100%);
  box-shadow: 0 18px 36px rgba(255, 111, 117, 0.28), 0 0 28px rgba(255, 180, 95, 0.18);
}

.lyrics-art-buy-button:hover {
  filter: brightness(1.04);
  box-shadow: 0 22px 42px rgba(255, 111, 117, 0.34), 0 0 34px rgba(255, 180, 95, 0.22);
}

.lyrics-art-pix {
  margin-top: 0;
}

@media (max-width: 940px) {
  .hero__content {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
    padding-top: 18px;
  }

  .hero__copy {
    max-width: 760px;
  }

  h1 {
    max-width: 780px;
  }

  .composer {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .topbar {
    width: min(100% - 24px, 1160px);
    padding-top: 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand__logo {
    width: 132px;
  }

  .topbar__links {
    display: none;
  }

  .topbar__price {
    border-radius: 8px;
    gap: 8px;
    padding: 8px 10px;
  }

  .hero__content {
    width: min(100% - 24px, 1160px);
    padding-bottom: 42px;
  }

  h1 {
    font-size: 44px;
  }

  .hero__lead {
    font-size: 16px;
  }

  .panel {
    padding: 18px;
  }

  .segmented {
    grid-template-columns: 1fr;
  }

  .coupon-field {
    grid-template-columns: 1fr;
  }

  .player {
    grid-template-columns: 1fr;
  }

  .disc {
    width: 62px;
    height: 62px;
  }

  .payment__box,
  .player__top,
  .lyrics__head,
  .order-bump__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-bump__top {
    display: grid;
  }
}

.preview-actions {
  display: grid;
  gap: 10px;
}

.primary--buy {
  min-height: 56px;
  background: var(--spotify);
  box-shadow: 0 18px 32px rgba(30, 215, 96, 0.28);
}

.primary--buy:hover {
  filter: brightness(1.03);
}

.remake-button {
  justify-self: center;
  border: 0;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.62);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
  cursor: pointer;
}

.remake-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.progress {
  position: relative;
}

.progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: translateX(-100%);
  animation: progressSweep 1.25s ease-in-out infinite;
}

.progress__bar {
  position: relative;
  overflow: hidden;
}

.progress__bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.22) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(255, 255, 255, 0.22) 75%,
    transparent 75%,
    transparent
  );
  background-size: 18px 18px;
  animation: progressStripes 0.75s linear infinite;
}

.preview .preview-actions {
  position: sticky;
  bottom: -24px;
  margin: 2px -24px -24px;
  padding: 14px 24px 18px;
  border-top: 1px solid var(--line);
  background: rgba(18, 18, 18, 0.96);
  backdrop-filter: blur(14px);
}


@keyframes noteFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -14px, 0) rotate(0deg);
  }
  12% { opacity: 1; }
  100% {
    opacity: 0;
    transform: translate3d(18px, 168px, 0) rotate(26deg);
  }
}

@keyframes pulseDot {
  0%, 100% { opacity: 0.42; transform: scaleX(0.72); }
  50% { opacity: 1; transform: scaleX(1); }
}

@keyframes progressSweep {
  to {
    transform: translateX(100%);
  }
}

@keyframes progressStripes {
  to {
    background-position: 18px 0;
  }
}

@media (max-width: 620px) {
  .preview .preview-actions {
    bottom: -18px;
    margin: 2px -18px -18px;
    padding: 12px 18px 16px;
  }
}

.pix-box {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #050505;
}

.site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0;
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.site-footer__brand img {
  width: 136px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.site-footer p {
  max-width: 460px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 18px;
  max-width: 520px;
}

.site-footer__links a {
  color: var(--spotify);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.site-footer__links a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-shell {
  min-height: 100vh;
  background: #050505;
}

.legal-header {
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.92);
}

.legal-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
}

.legal-header__inner .brand {
  color: #fff;
}

.legal-header__inner .brand__mark {
  background: #050505;
}

.legal-header__inner > a:last-child {
  color: var(--spotify);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.legal-content {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 52px 0 64px;
}

.legal-hero {
  max-width: 760px;
  margin-bottom: 30px;
}

.legal-hero h1 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
}

.legal-hero p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.65;
}

.legal-card {
  display: grid;
  gap: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #121212;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.legal-section h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.18;
}

.legal-section p,
.legal-section li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.68;
}

.legal-section p:last-child,
.legal-section ul:last-child {
  margin-bottom: 0;
}

.legal-section ul {
  padding-left: 20px;
}

.legal-section a {
  color: var(--spotify);
  font-weight: 900;
}

.legal-callout {
  padding: 14px 16px;
  border: 1px solid rgba(30, 215, 96, 0.2);
  border-radius: 8px;
  background: rgba(30, 215, 96, 0.1);
}

.legal-callout p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

@media (max-width: 620px) {
  .site-footer__inner,
  .legal-header__inner {
    width: min(100% - 24px, 980px);
  }

  .site-footer__inner {
    display: grid;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .legal-content {
    width: min(100% - 24px, 980px);
    padding-top: 36px;
  }

  .legal-card {
    padding: 20px;
  }
}

.pix-box img {
  width: min(230px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  border: 10px solid #fff;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.pix-box textarea {
  min-height: 96px;
  font-size: 12px;
}

.pix-box.is-hidden {
  display: none;
}

.checkout-fields {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}

.final-audio {
  margin: 0 0 16px;
}

.final-audio audio {
  width: 100%;
}

.primary.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}
