:root {
  --bg: #07040d;
  --bg-alt: #10091c;
  --card: rgba(22, 12, 35, 0.78);
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.14);
  --text: #f8f5ff;
  --muted: #b9a9ca;
  --primary: #b94dff;
  --secondary: #21e6c1;
  --accent: #ff4fd8;
  --border: rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(circle at 78% 8%, rgba(33, 230, 193, 0.2), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(255, 79, 216, 0.16), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

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

button {
  border: 0;
  cursor: pointer;
}

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

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(7, 4, 13, 0.78);
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand,
.footer-brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand img,
.footer-brand img {
  border-radius: 10px;
  height: 42px;
  width: 42px;
}

.brand span {
  font-size: 18px;
  font-weight: 950;
}

.nav {
  display: flex;
  gap: 26px;
}

.nav a,
.footer-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav a:hover,
.footer-links a:hover {
  color: var(--secondary);
}

.nav-download,
.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
}

.nav-download {
  background: var(--secondary);
  color: #06100e;
  min-height: 42px;
  padding: 0 18px;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.nav-download:hover {
  box-shadow: 0 16px 38px rgba(33, 230, 193, 0.22);
  transform: translateY(-2px);
}

.hero {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  min-height: calc(100vh - 71px);
  padding: 56px clamp(18px, 6vw, 88px) 42px;
}

.hero h1,
.section h2,
.download-band h2,
.policy-hero h1 {
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.lead {
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 680px;
}

.eyebrow {
  color: var(--secondary);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.actions,
.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  min-height: 52px;
  padding: 0 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button.primary {
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(185, 77, 255, 0.24);
}

.button.secondary {
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
}

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

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button.primary:hover {
  box-shadow: 0 24px 62px rgba(33, 230, 193, 0.2);
}

.button.secondary:hover {
  border-color: rgba(33, 230, 193, 0.48);
}

.showcase {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 620px;
  position: relative;
}

.phone {
  background: #0b0712;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.45);
  padding: 12px;
  position: relative;
}

.main-phone {
  height: 600px;
  animation: phoneFloat 7s ease-in-out infinite;
  width: 304px;
  z-index: 2;
}

.side-phone {
  height: 456px;
  animation: phoneFloat 8s ease-in-out 600ms infinite;
  margin-left: -36px;
  margin-top: 110px;
  transform: rotate(5deg);
  width: 238px;
}

.phone-top {
  background: #050309;
  border-radius: 0 0 16px 16px;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 92px;
  z-index: 3;
}

.screen {
  background: linear-gradient(180deg, #10091c, #07040d);
  border-radius: 26px;
  height: 100%;
  overflow: hidden;
  padding: 34px 18px 20px;
}

.player-preview {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.app-mark {
  border-radius: 18px;
  height: 70px;
  width: 70px;
}

.tiny {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  margin-top: 28px;
}

.album-art {
  align-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent), var(--secondary));
  border-radius: 8px;
  display: flex;
  height: 186px;
  justify-content: center;
  margin-top: 18px;
  width: 186px;
}

.album-art span {
  align-items: center;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  display: flex;
  font-size: 54px;
  height: 96px;
  justify-content: center;
  width: 96px;
}

.player-preview h2 {
  font-size: 24px;
  margin: 28px 0 6px;
}

.player-preview p:last-of-type {
  color: var(--muted);
  margin: 0;
}

.progress {
  background: var(--surface-strong);
  border-radius: 999px;
  height: 6px;
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}

.progress span {
  animation: progressPulse 4.8s ease-in-out infinite;
  background: var(--secondary);
  display: block;
  height: 100%;
  width: 58%;
}

.controls {
  align-items: center;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}

.controls i,
.controls b {
  align-items: center;
  background: var(--surface-strong);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  position: relative;
}

.controls i {
  height: 40px;
  width: 40px;
}

.controls b {
  background: var(--secondary);
  height: 64px;
  width: 64px;
}

.controls .prev::before,
.controls .prev::after,
.controls .next::before,
.controls .next::after {
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  content: "";
  position: absolute;
  top: 13px;
}

.controls .prev::before,
.controls .prev::after {
  border-right: 10px solid var(--text);
}

.controls .prev::before {
  left: 12px;
}

.controls .prev::after {
  left: 20px;
}

.controls .next::before,
.controls .next::after {
  border-left: 10px solid var(--text);
}

.controls .next::before {
  left: 11px;
}

.controls .next::after {
  left: 19px;
}

.controls .play::before {
  border-bottom: 13px solid transparent;
  border-left: 19px solid #06100e;
  border-top: 13px solid transparent;
  content: "";
  left: 25px;
  position: absolute;
  top: 19px;
}

.mini-brand {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.mini-brand img {
  border-radius: 8px;
  height: 34px;
  width: 34px;
}

.mini-brand span {
  font-weight: 950;
}

.song {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 12px;
}

.song strong,
.song small {
  display: block;
}

.song small {
  color: var(--muted);
  margin-top: 4px;
}

.song.active {
  border-color: rgba(33, 230, 193, 0.55);
}

.eq-card {
  align-items: end;
  background: rgba(33, 230, 193, 0.1);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  height: 116px;
  justify-content: center;
  margin-top: 18px;
  padding: 18px;
}

.eq-card span {
  animation: equalizerLift 1.8s ease-in-out infinite;
  background: var(--secondary);
  border-radius: 999px;
  width: 9px;
}

.eq-card span:nth-child(1) { height: 44px; }
.eq-card span:nth-child(2) { animation-delay: 120ms; height: 76px; }
.eq-card span:nth-child(3) { animation-delay: 240ms; height: 56px; }
.eq-card span:nth-child(4) { animation-delay: 360ms; height: 88px; }
.eq-card span:nth-child(5) { animation-delay: 480ms; height: 62px; }

.section {
  padding: 88px clamp(18px, 6vw, 88px);
}

.split {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: 0.95fr 1fr;
}

.split h2,
.section-heading h2,
.download-band h2,
.contact h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
}

.split p:last-child,
.contact p,
.download-band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.section-heading {
  max-width: 780px;
}

.feature-grid,
.preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-grid article,
.preview-card,
.policy-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
}

.feature-grid article {
  padding: 22px;
}

.feature-icon {
  align-items: center;
  background: rgba(33, 230, 193, 0.13);
  border-radius: 8px;
  color: var(--secondary);
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.feature-grid h3 {
  font-size: 18px;
  margin: 20px 0 8px;
}

.feature-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.preview-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}

.preview-card img {
  aspect-ratio: 9 / 16;
  background: #090510;
  display: block;
  object-fit: contain;
  width: 100%;
}

.preview-copy {
  border-top: 1px solid var(--border);
  padding: 18px;
}

.preview-copy h3,
.story-copy h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.preview-copy p,
.story-copy p {
  color: var(--muted);
  line-height: 1.58;
  margin: 0;
}

.everyday {
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
}

.story-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.story-card {
  align-items: center;
  background: rgba(16, 9, 28, 0.72);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  gap: clamp(22px, 4vw, 48px);
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 360px);
  overflow: hidden;
  padding: clamp(18px, 3vw, 34px);
}

.story-card.reverse {
  grid-template-columns: minmax(220px, 360px) minmax(0, 0.95fr);
}

.story-card.reverse .story-copy {
  order: 2;
}

.story-card.reverse img {
  order: 1;
}

.story-card img {
  aspect-ratio: 9 / 16;
  background: #090510;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  display: block;
  max-height: 560px;
  object-fit: contain;
  width: 100%;
}

.story-copy span {
  align-items: center;
  background: rgba(33, 230, 193, 0.14);
  border: 1px solid rgba(33, 230, 193, 0.28);
  border-radius: 8px;
  color: var(--secondary);
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}

.story-copy h3 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  max-width: 620px;
}

.story-copy p {
  font-size: 18px;
  max-width: 650px;
}

.download-band {
  align-items: center;
  background: linear-gradient(135deg, rgba(185, 77, 255, 0.2), rgba(33, 230, 193, 0.16));
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 64px clamp(18px, 6vw, 88px);
}

.download-band > div:first-child {
  max-width: 680px;
}

.contact {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
}

.contact-link {
  color: var(--secondary);
  display: inline-block;
  font-size: 18px;
  font-weight: 950;
  margin-top: 18px;
}

.contact-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045)),
    rgba(16, 9, 28, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.36);
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  position: relative;
  overflow: hidden;
}

.contact-form::before {
  background: linear-gradient(90deg, var(--secondary), var(--accent), var(--primary));
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label span {
  color: var(--text);
  font-size: 13px;
  font-weight: 950;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(5, 3, 9, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--text);
  min-height: 50px;
  outline: none;
  padding: 0 14px;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  width: 100%;
}

.contact-form textarea {
  line-height: 1.55;
  min-height: 150px;
  padding: 14px;
  resize: vertical;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--secondary) 50%),
    linear-gradient(135deg, var(--secondary) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background-color: rgba(5, 3, 9, 0.86);
  border-color: rgba(33, 230, 193, 0.64);
  box-shadow: 0 0 0 4px rgba(33, 230, 193, 0.1);
}

.form-footer {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.form-status {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  margin: 0;
  min-height: 20px;
}

.form-status.success {
  color: var(--secondary);
}

.form-status.error {
  color: #ff9fcf;
}

.form-honey {
  display: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-grid .reveal:nth-child(2),
.preview-grid .reveal:nth-child(2) {
  transition-delay: 90ms;
}

.feature-grid .reveal:nth-child(3),
.preview-grid .reveal:nth-child(3) {
  transition-delay: 180ms;
}

.feature-grid .reveal:nth-child(4) {
  transition-delay: 270ms;
}

.footer {
  background: #050309;
  border-top: 1px solid var(--border);
  padding: 34px clamp(18px, 6vw, 88px);
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand span,
.copyright {
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.copyright {
  margin: 28px 0 0;
}

.policy-page {
  padding: 70px clamp(18px, 6vw, 88px);
}

.policy-hero {
  max-width: 920px;
}

.policy-hero p:last-child {
  color: var(--muted);
  font-weight: 800;
}

.policy-card {
  margin-top: 34px;
  max-width: 980px;
  padding: 28px;
}

.policy-card h2 {
  font-size: 22px;
  margin: 28px 0 8px;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.policy-card a {
  color: var(--secondary);
  font-weight: 900;
}

@media (max-width: 940px) {
  .nav {
    display: none;
  }

  .hero,
  .split,
  .contact,
  .download-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .showcase {
    min-height: 560px;
  }

  .feature-grid,
  .preview-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card.reverse {
    grid-template-columns: 1fr;
  }

  .story-card.reverse .story-copy,
  .story-card.reverse img {
    order: initial;
  }

  .story-card img {
    justify-self: center;
    max-width: 420px;
  }

  .download-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact {
    gap: 30px;
  }
}

@media (max-width: 560px) {
  .site-header {
    gap: 12px;
  }

  .brand span {
    display: none;
  }

  .nav-download {
    min-height: 38px;
    padding: 0 14px;
  }

  .showcase {
    min-height: 500px;
  }

  .main-phone {
    height: 516px;
    width: 264px;
  }

  .side-phone {
    display: none;
  }

  .form-grid,
  .form-footer {
    grid-template-columns: 1fr;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .form-footer .button {
    width: 100%;
  }
}

@keyframes phoneFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

@keyframes progressPulse {
  0%,
  100% {
    width: 42%;
  }

  50% {
    width: 72%;
  }
}

@keyframes equalizerLift {
  0%,
  100% {
    transform: scaleY(0.72);
  }

  50% {
    transform: scaleY(1);
  }
}

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

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
