:root {
  --blue: #1769ff;
  --blue2: #4d8dff;
  --orange: #ff7a18;
  --ink: #101828;
  --muted: #667085;
  --bg: #f7f9fc;
  --card: #fff;
  --line: #e8edf4;
  --dark: #08111f;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(16, 24, 40, .10);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6
}

a {
  text-decoration: none;
  color: inherit
}

button,
input,
textarea {
  font: inherit
}

button {
  cursor: pointer
}

.site-header {
  height: 78px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 237, 244, .7);
  position: sticky;
  top: 0;
  z-index: 20
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 23px;
  letter-spacing: -1px
}

.brand img {
  width: 55px;
}

.brand>span:last-child>span {
  color: var(--orange)
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  font-weight: 900;
  font-size: 20px;
  background: linear-gradient(135deg, var(--blue), var(--orange));
  box-shadow: 0 8px 22px rgba(23, 105, 255, .25)
}

.desktop-nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
  font-weight: 650;
  color: #475467
}

.desktop-nav a:hover {
  color: var(--blue)
}

.btn {
  border: 0;
  border-radius: 13px;
  padding: 14px 21px;
  font-weight: 750;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: .2s
}

.btn:hover {
  transform: translateY(-2px)
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(23, 105, 255, .22)
}

.btn-ghost {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink)
}

.btn-light {
  background: #fff;
  color: var(--ink)
}

.btn-small {
  padding: 10px 16px;
  border-radius: 11px
}

.full {
  width: 100%
}

.hidden {
  display: none !important
}

.hero {
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 30px;
  padding: 80px clamp(20px, 8vw, 120px);
  overflow: hidden;
  background: radial-gradient(circle at 82% 28%, rgba(23, 105, 255, .10), transparent 28%), radial-gradient(circle at 65% 80%, rgba(255, 122, 24, .08), transparent 25%), #fff
}

.hero-copy {
  max-width: 650px
}

.eyebrow {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 850;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 9px
}

.eyebrow>span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange)
}

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

h1 {
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1.03;
  letter-spacing: -4px;
  margin: 18px 0 24px
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -2px;
  margin: 12px 0 18px
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--blue)
}

.hero-copy>p {
  font-size: 18px;
  color: var(--muted);
  max-width: 570px
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0 38px
}

.trust-row {
  display: flex;
  gap: 34px
}

.trust-row div {
  display: flex;
  flex-direction: column
}

.trust-row strong {
  font-size: 14px
}

.trust-row span {
  font-size: 12px;
  color: #98a2b3
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px
}

.player-card {
  width: min(430px, 90%);
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 28px;
  background: rgba(11, 24, 42, .88);
  box-shadow: 0 40px 90px rgba(8, 17, 31, .24);
  transform: rotate(2deg);
  z-index: 2
}

.player-top {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #cbd5e1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 6px 8px 13px
}

.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px var(--orange)
}

.dots {
  margin-left: auto
}

.screen-art {
  height: 285px;
  border-radius: 19px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #0f2854 0%, #1769ff 45%, #ff7a18 150%)
}

.art-orbit {
  position: absolute;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 80px rgba(255, 255, 255, .12)
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--blue);
  font-size: 20px;
  padding-left: 3px
}

.art-label {
  position: absolute;
  left: 25px;
  bottom: 23px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 1.5
}

.art-label b {
  font-size: 17px;
  letter-spacing: 1px
}

.player-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 9px;
  padding: 14px 5px 7px
}

.progress {
  height: 4px;
  background: #334155;
  flex: 1;
  border-radius: 99px
}

.progress i {
  display: block;
  width: 37%;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--blue), var(--orange))
}

.player-buttons {
  display: flex;
  justify-content: space-around;
  color: #cbd5e1;
  padding: 5px 10px 9px
}

.player-buttons .pause {
  background: #fff;
  color: var(--ink);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(35px)
}

.glow-orange {
  width: 170px;
  height: 170px;
  background: rgba(255, 122, 24, .28);
  right: 5%;
  bottom: 10%
}

.glow-blue {
  width: 220px;
  height: 220px;
  background: rgba(23, 105, 255, .2);
  left: 8%;
  top: 7%
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--dark);
  color: #fff;
  padding: 27px clamp(20px, 8vw, 120px);
  gap: 20px
}

.stats-strip div {
  display: flex;
  align-items: center;
  gap: 18px;
  border-right: 1px solid #223044
}

.stats-strip div:last-child {
  border: 0
}

.stats-strip strong {
  font-size: 12px;
  color: var(--orange)
}

.stats-strip span {
  font-size: 14px;
  color: #cbd5e1
}

.section {
  padding: 100px clamp(20px, 8vw, 120px)
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 48px
}

.section-heading>p {
  max-width: 390px;
  color: var(--muted);
  margin: 0
}

.centered {
  display: block;
  text-align: center
}

.centered .eyebrow {
  justify-content: center
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 27px;
  min-height: 230px;
  transition: .25s
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow)
}

.feature-card h3 {
  font-size: 18px;
  margin: 22px 0 8px
}

.feature-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0
}

.icon {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-weight: 900
}

.icon.blue {
  background: #eaf1ff;
  color: var(--blue)
}

.icon.orange {
  background: #fff0e6;
  color: var(--orange)
}

.dark-section {
  background: var(--dark);
  color: #fff
}

.dark-section h2 {
  color: #fff
}

.dark-section h2 em {
  color: #65a0ff
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px
}

.step {
  border: 1px solid #243349;
  border-radius: 20px;
  padding: 28px;
  background: rgba(255, 255, 255, .025)
}

.step>span {
  color: var(--orange);
  font-weight: 900;
  font-size: 12px
}

.step h3 {
  margin: 28px 0 7px
}

.step p {
  color: #9ca9bb;
  margin: 0;
  font-size: 14px
}

.download-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
  background: #fff
}

.download-art {
  height: 430px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.phone {
  position: absolute;
  width: 190px;
  height: 370px;
  border-radius: 29px;
  border: 7px solid #172235;
  background: #172235;
  box-shadow: 0 30px 60px rgba(16, 24, 40, .2)
}

.phone-back {
  transform: rotate(-14deg) translateX(-30px);
  opacity: .45
}

.phone-front {
  transform: rotate(7deg) translateX(25px);
  z-index: 2
}

.phone-screen {
  height: 100%;
  border-radius: 21px;
  background: linear-gradient(150deg, #0b1a30, #1769ff 60%, #ff7a18);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px
}

.phone-screen img{
  width: 55px;
}

.phone-screen .brand-mark {
  width: 50px;
  height: 50px
}

.phone-screen small {
  opacity: .7
}

.mini-play {
  margin-top: 30px;
  background: #fff;
  color: var(--blue);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center
}

.store-buttons {
  display: flex;
  gap: 12px;
  margin-top: 28px
}

.store-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 15px;
  border-radius: 13px;
  min-width: 170px
}

.store-icon {
  font-size: 25px
}

.store-btn small,
.store-btn b {
  display: block;
  line-height: 1.2
}

.store-btn small {
  font-size: 9px;
  color: var(--muted)
}

.store-btn b {
  font-size: 15px
}

.cta {
  margin: 0 clamp(20px, 5vw, 72px) 80px;
  padding: 55px 7%;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(120deg, #0b1a30, #1769ff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.cta h2 {
  margin: 7px 0
}

.cta p {
  margin: 0;
  color: #b9c8dc
}

.footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 35px clamp(20px, 5vw, 72px)
}

.footer-main {
  display: flex;
  align-items: center;
  gap: 20px
}

.footer-main>p {
  color: #98a2b3;
  margin: 0
}

.footer-links {
  margin-left: auto;
  display: flex;
  gap: 20px;
  font-size: 12px;
  color: #667085
}

.footer-links a:hover {
  color: var(--blue)
}

.footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: #98a2b3;
  font-size: 11px
}

.footer-bottom a {
  color: #667085
}

.dashboard-body {
  background: #f5f7fb
}

.dashboard {
  max-width: 1200px;
  margin: auto;
  padding: 70px 24px
}

.dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px
}

.dashboard-head h1 {
  font-size: 46px;
  letter-spacing: -2px;
  margin: 10px 0
}

.dashboard-head p {
  color: var(--muted);
  margin: 0
}

.account-banner {
  background: #0b1a30;
  color: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 24px
}

.account-banner div {
  display: flex;
  flex-direction: column
}

.account-banner small {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: #91a0b5
}

.account-banner strong {
  font-size: 14px;
  margin-top: 2px
}

.status {
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px
}

.status.active {
  color: #67e8a1
}

.status.inactive {
  color: #ff9b73
}

.playlist-grid {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.playlist-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  min-height: 220px;
  width: 100%;
}

.playlist-head {
  display: flex;
  justify-content: space-between
}

.playlist-number {
  font-size: 11px;
  font-weight: 900;
  color: var(--blue)
}

.playlist-actions {
  display: flex;
  gap: 6px
}

.playlist-actions button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff
}

.playlist-actions button:hover {
  color: var(--blue);
  border-color: #b9ceff
}

.playlist-card h3 {
  margin: 30px 0 8px;
  font-size: 19px
}

.playlist-url {
  color: #667085;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.playlist-meta {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #98a2b3
}

.active-text {
  color: #12a15c
}

.empty-state {
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  border: 1px dashed #d5dce7;
  border-radius: 22px
}

.empty-icon {
  margin: auto auto 14px;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: #eaf1ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 25px
}

.empty-state p {
  color: var(--muted)
}

.auth-wrap {
  min-height: calc(100vh - 78px);
  display: grid;
  place-items: center;
  padding: 40px 20px;
  background: radial-gradient(circle at 70% 20%, rgba(23, 105, 255, .1), transparent 30%), #f7f9fc
}

.auth-card {
  width: min(450px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 38px;
  box-shadow: var(--shadow)
}

.auth-logo {
  display: flex;
  margin-bottom: 25px
}

.auth-logo img {
  width: 60px;
}

.auth-logo .brand-mark {
  width: 50px;
  height: 50px
}

.auth-card h1 {
  font-size: 39px;
  letter-spacing: -2px;
  margin: 12px 0
}

.auth-card>p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px
}

.auth-card label,
.contact-form label,
.modal-card label {
  display: block;
  font-size: 12px;
  font-weight: 750;
  margin-bottom: 16px
}

.auth-card input,
.contact-form input,
.contact-form textarea,
.modal-card input {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid #dfe5ed;
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: var(--ink)
}

input:focus,
textarea:focus {
  border-color: #8eb2ff;
  box-shadow: 0 0 0 4px rgba(23, 105, 255, .08)
}

.form-message {
  font-size: 12px;
  min-height: 18px;
  margin: 10px 0
}

.form-message.error {
  color: #d92d20
}

.form-message:not(.error) {
  color: #12a15c
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 17, 31, .65);
  backdrop-filter: blur(4px)
}

.modal-card {
  position: relative;
  width: min(480px, 100%);
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  z-index: 1;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .25)
}

.modal-card h2 {
  font-size: 32px;
  margin: 7px 0 24px
}

.modal-close {
  position: absolute;
  right: 17px;
  top: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: #98a2b3
}

.optional {
  font-weight: 500;
  color: #98a2b3
}

.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: #0b1a30;
  color: #fff;
  padding: 12px 18px;
  border-radius: 12px;
  font-size: 12px;
  z-index: 100;
  transition: .25s
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0)
}

.toast.error {
  background: #b42318
}

.legal-page {
  max-width: 900px;
  margin: auto;
  padding: 90px 24px;
  min-height: calc(100vh - 250px)
}

.legal-page h1,
.contact-page h1 {
  font-size: 56px;
  letter-spacing: -3px;
  margin: 12px 0
}

.legal-intro {
  color: var(--muted);
  font-size: 18px
}


.legal-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 35px;
  margin-top: 35px
}

.legal-content p {
  color: var(--muted)
}

.contact-page {
  max-width: 1100px;
  margin: auto;
  padding: 90px 24px;
  min-height: calc(100vh - 250px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center
}

.contact-copy>p {
  color: var(--muted);
  font-size: 17px;
  max-width: 520px
}

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  padding: 32px;
  border-radius: 22px;
  box-shadow: var(--shadow)
}

.contact-form textarea {
  resize: vertical
}

.contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 35px
}

.contact-cards div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 16px
}

.contact-cards span {
  color: var(--blue);
  margin-right: 8px
}

.contact-cards b {
  font-size: 13px
}

.contact-cards p {
  font-size: 12px;
  color: var(--muted);
  margin: 4px 0 0
}

@media(max-width:900px) {
  .desktop-nav {
    display: none
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 60px
  }

  .hero-visual {
    min-height: 420px
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .download-section {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .download-art {
    height: 390px
  }

  .steps {
    grid-template-columns: 1fr
  }

  .playlist-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .account-banner {
    gap: 25px;
    flex-wrap: wrap
  }

  .contact-page {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .section-heading {
    display: block
  }

  .section-heading>p {
    margin-top: 20px
  }
}

@media(max-width:600px) {
  .site-header {
    height: 68px
  }

  /* .site-header>.btn {
    display: none
  } */

  .brand {
    font-size: 20px
  }

  .brand-mark {
    width: 34px;
    height: 34px
  }

  .hero {
    min-height: auto;
    padding: 55px 20px 65px
  }

  .hero h1 {
    font-size: 48px;
    letter-spacing: -3px
  }

  .hero-copy>p {
    font-size: 16px
  }

  .hero-actions {
    flex-direction: column
  }

  .hero-actions .btn {
    width: 100%
  }

  .trust-row {
    gap: 18px;
    flex-wrap: wrap
  }

  .hero-visual {
    min-height: 350px
  }

  .player-card {
    width: 95%
  }

  .screen-art {
    height: 230px
  }

  .stats-strip {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .stats-strip div {
    border-right: 0;
    border-bottom: 1px solid #223044;
    padding-bottom: 12px
  }

  .section {
    padding: 70px 20px
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .section-heading h2 {
    font-size: 37px
  }

  .cta {
    margin: 0 20px 55px;
    padding: 35px 25px;
    display: block
  }

  .cta .btn {
    margin-top: 22px;
    width: 100%
  }

  .footer-main {
    display: block
  }

  .footer-links {
    margin: 22px 0 0;
    flex-wrap: wrap
  }

  .footer-bottom {
    display: block
  }

  .footer-bottom span {
    display: block;
    margin-bottom: 6px
  }

  .dashboard {
    padding: 45px 16px
  }

  .dashboard-head {
    display: block
  }

  .dashboard-head h1 {
    font-size: 38px
  }

  .dashboard-head .btn {
    width: 100%;
    margin-top: 20px
  }

  .account-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 18px
  }

  .playlist-grid {
    grid-template-columns: 1fr
  }

  .auth-card {
    padding: 28px 22px
  }

  .auth-card h1 {
    font-size: 35px
  }

  .legal-page h1,
  .contact-page h1 {
    font-size: 43px
  }

  .contact-page {
    padding: 65px 20px
  }

  .download-art {
    height: 350px
  }

  .phone {
    width: 165px;
    height: 320px
  }

  .store-buttons {
    flex-direction: column
  }

  .store-btn {
    width: 100%
  }
}