﻿:root {
  color-scheme: dark;
  --black: #04060c;
  --panel: rgba(10, 18, 34, 0.76);
  --panel-strong: rgba(12, 22, 42, 0.92);
  --line: rgba(120, 164, 255, 0.22);
  --text: #f6f8ff;
  --muted: #b4bed6;
  --blue: #258bff;
  --cyan: #00d9ff;
  --violet: #a94dff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
  background: var(--black);
}
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 217, 255, 0.15), transparent 26rem),
    radial-gradient(circle at 86% 8%, rgba(169, 77, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #03050b 0%, #06101f 54%, #03050b 100%);
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.section-shell {
  width: min(1780px, calc(100% - 84px));
  margin: 0 auto;
}

.narrow { width: min(820px, calc(100% - 32px)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 5, 12, 0.9);
}

.header-inner {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1560px, calc(100% - 64px));
  margin: 0 auto;
}

.brand {
  min-width: max-content;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.brand strong {
  background: linear-gradient(135deg, #168cff, #a94dff);
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.main-nav a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #f3f5ff;
  font-size: 0.86rem;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav a.active {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.home-hero {
  --hero-bg-position: center 43%;
  --hero-bg-size: 96% auto;
  min-height: 235px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 5, 12, 0.1) 0%, rgba(3, 5, 12, 0.48) 28%, rgba(3, 5, 12, 0.82) 50%, rgba(3, 5, 12, 0.48) 72%, rgba(3, 5, 12, 0.1) 100%),
    linear-gradient(180deg, rgba(3, 5, 12, 0.04) 0%, rgba(3, 5, 12, 0.84) 100%),
    url("assets/hero-studio-producer.png") var(--hero-bg-position) / var(--hero-bg-size) no-repeat,
    linear-gradient(90deg, #050815 0%, #071226 50%, #070817 100%);
}

.home-hero::before,
.home-hero::after {
  content: "";
  position: absolute;
  top: -16%;
  bottom: -20%;
  width: 34%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: screen;
}

.home-hero::before {
  left: -5%;
  background:
    radial-gradient(ellipse at 18% 36%, rgba(0, 217, 255, 0.72), transparent 46%),
    radial-gradient(ellipse at 42% 70%, rgba(37, 139, 255, 0.42), transparent 44%);
}

.home-hero::after {
  right: -5%;
  background:
    radial-gradient(ellipse at 82% 28%, rgba(169, 77, 255, 0.72), transparent 46%),
    radial-gradient(ellipse at 54% 72%, rgba(0, 217, 255, 0.36), transparent 42%);
}

.home-hero .section-shell {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 3.05rem;
  line-height: 0.98;
  letter-spacing: 0;
}
h1 span {
  background: linear-gradient(135deg, #3d96ff, #a65bff);
  background-clip: text;
  color: transparent;
}
h2 { margin-bottom: 8px; font-size: 1.18rem; line-height: 1.12; }
h3 { margin-bottom: 6px; font-size: 0.96rem; }
p { color: var(--muted); line-height: 1.38; }
.lead { max-width: 620px; margin: 0 auto 12px; color: #eef2ff; font-size: 0.9rem; line-height: 1.35; }
.kicker, .card-eyebrow {
  margin: 0 0 6px;
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
}

.home-one-screen {
  min-height: calc(100vh - 58px);
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 217, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 88% 16%, rgba(169, 77, 255, 0.09), transparent 25rem);
}

.home-route-map {
  padding: 8px 0 10px;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 82px;
  gap: 8px;
}

.route-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(37, 139, 255, 0.09), rgba(169, 77, 255, 0.08)),
    rgba(10, 18, 34, 0.78);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 11px 12px;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.route-card:hover {
  border-color: rgba(0, 217, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(37, 139, 255, 0.16), rgba(169, 77, 255, 0.12)),
    rgba(10, 18, 34, 0.9);
  transform: translateY(-1px);
}

.route-card::after {
  position: absolute;
  right: 10px;
  bottom: 7px;
  color: rgba(0, 217, 255, 0.55);
  content: ">";
  font-weight: 900;
}

.route-card strong {
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.12;
}

.route-card small {
  display: block;
  margin-top: 5px;
  color: #b8c4df;
  font-size: 0.72rem;
  line-height: 1.25;
}

.route-card .free-badge {
  align-self: flex-start;
  margin-bottom: 6px;
}

.route-icon {
  position: absolute;
  top: 8px;
  right: 12px;
  color: rgba(0, 217, 255, 0.45);
  font-size: 1.5rem;
}

.mini-steps,
.mini-artists {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.mini-steps span,
.mini-artists span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e6ecff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0 7px;
}

.route-card {
  grid-column: span 3;
}

.route-submit {
  border-color: rgba(0, 255, 174, 0.52);
}
.button.primary { background: linear-gradient(135deg, #2d82ff, #b72eff); box-shadow: 0 0 28px rgba(37, 139, 255, 0.28); }
.button.secondary, .button.ghost, .button.micro { border-color: rgba(37, 139, 255, 0.7); background: rgba(5, 10, 22, 0.68); }
.button.micro { min-height: 26px; padding: 0 18px; font-size: 0.74rem; }
.home-hero .button.primary::before, .home-submit-form .button.primary::before { margin-right: 10px; content: "♫"; }
.home-hero .button.secondary::before { margin-right: 10px; content: "▶"; }

.free-badge,
.free-chip {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 255, 174, 0.94);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 255, 174, 0.34), rgba(0, 217, 255, 0.26)),
    rgba(4, 18, 20, 0.94);
  box-shadow: 0 0 24px rgba(0, 255, 174, 0.36), 0 0 42px rgba(0, 217, 255, 0.14);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  padding: 0 10px;
  text-shadow: 0 0 10px rgba(0, 255, 174, 0.62);
  text-transform: uppercase;
  animation: freePulse 1.05s ease-in-out infinite;
}

.free-badge.free-jump {
  cursor: pointer;
}

.free-badge.free-jump:hover,
.free-badge.free-jump:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 30px rgba(0, 255, 174, 0.58), 0 0 56px rgba(0, 217, 255, 0.24);
  outline: none;
}

.free-badge.inline {
  min-height: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

.plan-badge {
  margin-bottom: 10px;
}

.free-plan {
  border-color: rgba(0, 255, 174, 0.72);
}

.free-chip {
  border-color: rgba(0, 255, 174, 0.94);
  color: #ffffff;
}

@keyframes freePulse {
  0%,
  100% {
    opacity: 0.9;
    box-shadow: 0 0 14px rgba(0, 255, 174, 0.34), 0 0 26px rgba(0, 217, 255, 0.12);
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 32px rgba(0, 255, 174, 0.78), 0 0 58px rgba(0, 217, 255, 0.36);
    transform: translateY(-1px) scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  .free-badge,
  .free-chip {
    animation: none;
  }
}

.dashboard { padding: 6px 0; background: rgba(2, 8, 20, 0.84); }
.dashboard-grid, .feature-grid, .audience-grid, .detail-grid, .form-grid, .placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.dashboard-grid { grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr); }

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

.info-strip, .panel, .artist-card, .song-card, .plan-card, .profile-card, .contact-form, .submit-form, .home-submit-form, .admin-tile {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.info-strip {
  min-height: 92px;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: center;
  padding: 10px;
}
.info-strip p { margin: 0; color: #edf2ff; font-size: 0.76rem; line-height: 1.32; }
.neon-icon, .shield-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 217, 255, 0.25);
  border-radius: var(--radius);
  background: radial-gradient(circle, rgba(0, 217, 255, 0.22), transparent 62%), rgba(255, 255, 255, 0.05);
}
.neon-icon::before { content: "♫"; color: var(--cyan); font-size: 2rem; filter: drop-shadow(0 0 14px rgba(0, 217, 255, 0.9)); }
.shield-icon::before { content: "◇"; color: var(--violet); font-size: 2.25rem; filter: drop-shadow(0 0 14px rgba(169, 77, 255, 0.9)); }

.content-section { padding: 38px 0; }
.content-section.tight { padding: 8px 0; }
.section-title { text-align: center; }
.section-title h2 { margin-bottom: 5px; font-size: 1.08rem; }
.steps-grid, .artist-grid, .song-grid, .pricing-grid, .service-grid, .admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px 24px; }
.step-card {
  position: relative;
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 18, 34, 0.72);
  padding: 9px;
  text-align: center;
}
.step-card:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -31px;
  content: ">";
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.25rem;
  transform: translateY(-50%);
}
.step-card span {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  border: 1px solid rgba(37, 139, 255, 0.8);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 0.78rem;
}
.step-card h3 { font-size: 0.82rem; line-height: 1.15; }
.step-card p { margin: 0; font-size: 0.7rem; line-height: 1.22; }
.panel, .artist-card, .song-card, .plan-card, .profile-card, .contact-form, .submit-form { padding: 12px; }

.check-list { display: grid; gap: 4px; margin: 7px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 18px; color: #dce5ff; font-size: 0.78rem; line-height: 1.28; }
.check-list li::before { position: absolute; left: 0; color: var(--blue); content: "○"; font-weight: 900; }

.home-artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.home-artist-card {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(96px, 0.72fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.artist-thumb, .artist-image {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.16), rgba(5, 6, 10, 0.38)),
    radial-gradient(circle at 42% 36%, rgba(0, 217, 255, 0.5), transparent 22%),
    radial-gradient(circle at 70% 54%, rgba(169, 77, 255, 0.48), transparent 30%),
    linear-gradient(135deg, #071226, #18132d);
}
.tone-violet .artist-thumb, .tone-violet .artist-image {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.16), rgba(5, 6, 10, 0.42)),
    radial-gradient(circle at 36% 34%, rgba(169, 77, 255, 0.68), transparent 24%),
    radial-gradient(circle at 70% 52%, rgba(0, 217, 255, 0.22), transparent 28%),
    linear-gradient(135deg, #170b2d, #050913);
}
.tone-blue .artist-thumb, .tone-blue .artist-image {
  background:
    linear-gradient(90deg, rgba(5, 6, 10, 0.16), rgba(5, 6, 10, 0.42)),
    radial-gradient(circle at 40% 32%, rgba(0, 217, 255, 0.62), transparent 24%),
    radial-gradient(circle at 76% 56%, rgba(255, 45, 91, 0.42), transparent 30%),
    linear-gradient(135deg, #050913, #1d0817);
}
.home-artist-copy { display: flex; flex-direction: column; justify-content: center; padding: 8px 10px 8px 0; }
.home-artist-copy h3 { margin-bottom: 3px; font-size: 0.9rem; }
.home-artist-copy p { margin: 0 0 3px; color: #4a8dff; font-size: 0.78rem; font-weight: 900; }
.home-artist-copy small { margin-bottom: 7px; color: #fff; font-size: 0.72rem; }
.center-action { display: flex; justify-content: center; margin-top: 6px; }

.artist-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: var(--radius);
}
.artist-image.large { max-width: 260px; aspect-ratio: 1; }
.artist-image span { color: #fff; font-size: 2.8rem; font-weight: 900; }
.card-meta, .tag-row, .song-details { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 0.86rem; }
.tag-row { justify-content: flex-start; flex-wrap: wrap; margin: 16px 0; }
.tag-row span, .mini-plans span, .chip-link {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #e6ecff;
}
.text-link { color: #fff; font-size: 0.82rem; font-weight: 900; }
.text-link::after { margin-left: 8px; color: var(--cyan); content: ">"; }

.song-wave { min-height: 60px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 8px; }
.song-wave span { height: 10px; border-radius: 99px; background: linear-gradient(180deg, var(--cyan), var(--violet)); }
.song-wave span:nth-child(2), .song-wave span:nth-child(4) { height: 34px; }
.song-wave span:nth-child(3) { height: 52px; }

.mini-plans, .chip-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-card { display: flex; flex-direction: column; }
.plan-card strong { display: block; margin: 8px 0 16px; color: #fff; font-size: 2rem; }
.plan-card ul { display: grid; gap: 8px; margin: 0 0 22px; padding-left: 20px; color: var(--muted); }
.plan-card .button { margin-top: auto; }
.plan-card.featured { border-color: rgba(0, 217, 255, 0.48); background: linear-gradient(180deg, rgba(0, 217, 255, 0.12), rgba(169, 77, 255, 0.12)), var(--panel); }

.submit-band { background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(169, 77, 255, 0.12)); }
.home-submit-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 6px 18px;
  padding: 10px 80px;
}
.home-submit-form textarea { grid-row: span 2; }
.home-submit-form .check-control { grid-column: 1 / 3; }
.home-submit-form .form-status { grid-column: 1 / -1; }
form { display: grid; gap: 8px; }
label { display: grid; gap: 5px; color: #f4f7ff; font-weight: 700; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  padding: 7px 10px;
  outline: none;
}
select option { background: #0a1222; }
textarea { resize: vertical; }
.check-control { display: grid; grid-template-columns: 18px 1fr; align-items: start; color: var(--muted); font-size: 0.78rem; font-weight: 500; }
.check-control input { width: 15px; height: 15px; margin-top: 2px; }
.form-note { color: #95a3c6; font-size: 0.9rem; }
.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}
.form-status[data-tone="success"] { color: #73ffcf; }
.form-status[data-tone="error"] { color: #ff8ca0; }
.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.small-hero {
  padding: 86px 0 56px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(3, 5, 12, 0.92), rgba(3, 5, 12, 0.78)),
    url("assets/hero-stage.png") center / cover no-repeat;
}
.small-hero h1 { font-size: 3.35rem; }
.facts { display: grid; gap: 12px; margin: 22px 0 0; }
.facts div { display: grid; grid-template-columns: minmax(120px, 0.38fr) minmax(0, 1fr); gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.facts dt { color: var(--muted); }
.facts dd { min-width: 0; margin: 0; overflow-wrap: anywhere; color: #fff; }
.section-spacer { height: 24px; }
.admin-tile { min-height: 120px; display: flex; align-items: flex-end; padding: 22px; color: #fff; font-weight: 900; }
.faq-list { display: grid; gap: 14px; }

.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(0deg, rgba(0, 217, 255, 0.1), transparent), rgba(5, 6, 10, 0.88);
}
.footer-inner {
  width: min(1560px, calc(100% - 64px));
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 14px 0;
}
.footer-brand { color: #fff; font-weight: 900; }
.footer-inner p { margin: 5px 0 0; font-size: 0.82rem; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 4px 14px; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: #fff; }
.footer-grid a {
  font-size: 0.68rem;
  line-height: 1.2;
  opacity: 0.78;
}

@media (max-width: 1180px) {
  .section-shell, .header-inner, .footer-inner { width: min(100% - 32px, 1180px); }
  .main-nav { gap: 10px; }
  .main-nav a { font-size: 0.78rem; }
  .route-card { grid-column: span 6; }
  .dashboard-grid, .detail-grid, .form-grid, .home-submit-form { grid-template-columns: 1fr; }
  .home-main-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-submit-form { padding: 18px; }
  .home-submit-form .check-control { grid-column: auto; }
  .home-artist-grid, .steps-grid, .artist-grid, .song-grid, .pricing-grid, .service-grid, .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .step-card::after { display: none; }
}

@media (max-width: 760px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  .main-nav { justify-content: flex-start; }
  .home-hero { --hero-bg-position: center 44%; --hero-bg-size: auto 112%; min-height: 390px; }
  h1 { font-size: 2.75rem; }
  .small-hero h1 { font-size: 2.4rem; }
  .lead { font-size: 1rem; }
  .content-section { padding: 44px 0; }
  .content-section.tight { padding: 28px 0; }
  .route-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .route-card { grid-column: auto; min-height: 86px; }
  .feature-grid, .audience-grid, .placeholder-grid, .home-artist-grid, .steps-grid, .artist-grid, .song-grid, .pricing-grid, .service-grid, .admin-grid { grid-template-columns: 1fr; }
  .home-main-grid { grid-template-columns: 1fr; }
  .info-strip, .home-artist-card { grid-template-columns: 1fr; }
  .home-artist-copy { padding: 16px; }
  .artist-thumb { min-height: 150px; }
  .hero-actions, .footer-inner { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .facts div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
}
