:root {
  --bg: #050505;
  --ink: #fff;
  --muted: #b3b3b3;
  --line: rgba(255, 255, 255, 0.08);
  --green: #1ed760;
  --green-deep: #169c46;
  --card: #121212;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.grain, .orb { pointer-events: none; }
.orb {
  position: fixed;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  z-index: 0;
  animation: drift 16s ease-in-out infinite;
}
.orb-a { background: #1ed760; top: -12vw; right: -8vw; }
.orb-b { background: #104e2a; bottom: -16vw; left: -10vw; animation-delay: -7s; }
.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.nav, main, .foot { position: relative; z-index: 2; }
.nav {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 7vw;
  background: rgba(5, 5, 5, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 800; letter-spacing: -0.03em; }
.logo img { width: 36px; height: 36px; border-radius: 50%; }
.nav nav { display: flex; gap: 22px; }
.nav nav a, .foot a { color: var(--muted); text-decoration: none; font-weight: 500; }
.nav nav a:hover, .foot a:hover { color: #fff; }
.nav-cta {
  background: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 16px;
}

.hero {
  padding: 10vh 7vw 8vh;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 48px;
  align-items: center;
}
.hero-copy { max-width: 720px; }
.kicker {
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 16px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(48px, 9vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  max-width: 12ch;
}
.lead { max-width: 560px; color: var(--muted); font-size: 20px; line-height: 1.5; }
.hero-actions, .store-row, .support-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn, .store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover, .store:hover { transform: translateY(-2px); }
.btn.primary { background: var(--green); color: #000; }
.btn.ghost, .store.ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.2); }
.btn.whatsapp { background: #25d366; color: #052e16; }
.store { background: #fff; color: #000; min-width: 160px; }
.apk-btn { flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1.15; padding: 12px 22px; }
.apk-btn small { font-weight: 600; opacity: 0.72; font-size: 12px; }
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.store-badge {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-width: 156px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 10px;
  padding: 8px 14px 10px;
  text-decoration: none;
  line-height: 1.05;
}
.store-badge span { font-size: 9px; letter-spacing: 0.08em; color: #bbb; }
.store-badge strong { font-size: 18px; letter-spacing: -0.03em; }
.apk-meta { display: flex; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 13px; margin: 16px 0 0; }
.changelog { color: var(--muted); max-width: 46ch; margin: 10px 0 0; }
.changelog strong { color: #fff; margin-right: 6px; }

.phone {
  margin-top: 56px;
  width: min(320px, 100%);
  border-radius: 36px;
  padding: 12px;
  background: linear-gradient(180deg, #2a2a2a, #0a0a0a);
  box-shadow: 0 40px 80px rgba(0,0,0,0.45);
}
.phone-screen {
  border-radius: 28px;
  min-height: 360px;
  background: radial-gradient(circle at top, #1f6b3a, #111);
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.phone-screen.has-shots { padding: 0; min-height: 520px; }
.shot-slider { position: absolute; inset: 0; }
.shot {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.shot.is-on { opacity: 1; }
.shot-nav {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}
.shot-nav.prev { left: 8px; }
.shot-nav.next { right: 8px; }
.shot-nav.prev::before { content: "‹"; }
.shot-nav.next::before { content: "›"; }
.shot-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.shot-dots .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
}
.shot-dots .dot.is-on { background: #fff; }
.now span { color: #86efac; font-size: 12px; }
.now strong, .now em { display: block; }
.now strong { font-size: 28px; letter-spacing: -0.04em; margin: 6px 0 4px; }
.now em { color: var(--muted); font-style: normal; }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 42px; margin-top: 22px; }
.bars i { width: 8px; background: var(--green); border-radius: 99px; animation: eq 1s ease-in-out infinite; }
.bars i:nth-child(1) { height: 12px; }
.bars i:nth-child(2) { height: 28px; animation-delay: 0.1s; }
.bars i:nth-child(3) { height: 40px; animation-delay: 0.2s; }
.bars i:nth-child(4) { height: 22px; animation-delay: 0.15s; }
.bars i:nth-child(5) { height: 16px; animation-delay: 0.25s; }

.section { padding: 8vh 7vw; }
.section-head { max-width: 640px; margin-bottom: 36px; }
.section-head h2, .support-box h2 {
  margin: 0 0 10px;
  font-size: clamp(32px, 5vw, 56px);
  letter-spacing: -0.04em;
}
.section-head p, .support-box p { color: var(--muted); margin: 0; }
.cards, .plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.feature-mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.feature-card.wide { grid-column: span 2; min-height: 240px; }
.card, .plan, .support-box, details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}
.feature-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30, 215, 96, 0.08), transparent 42%),
    var(--card);
}
.feature-card.wide {
  background:
    radial-gradient(circle at 80% 20%, rgba(30, 215, 96, 0.22), transparent 46%),
    #0d0d0d;
}
.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: #1a1a1a;
  position: relative;
}
.mark::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--green);
}
.mark-mix .mark::after { clip-path: polygon(50% 0, 100% 80%, 0 80%); }
.mark-files .mark::after { border-radius: 2px; height: 12px; width: 14px; box-shadow: 3px 3px 0 #169c46; }
.mark-list .mark::after { width: 16px; height: 3px; box-shadow: 0 5px 0 #1ed760, 0 10px 0 #169c46; }
.mark-queue .mark::after { border-radius: 99px; width: 14px; height: 14px; box-shadow: 6px 0 0 #169c46; }
.mark-lyrics .mark::after { width: 12px; height: 16px; border-radius: 2px 8px 8px 2px; }
.mark-sleep .mark::after { border-radius: 99px; width: 16px; height: 16px; box-shadow: inset -4px -2px 0 #050505; }
.mark-pod .mark::after { width: 8px; height: 16px; border-radius: 99px; box-shadow: -7px 0 0 #169c46, 7px 0 0 #169c46; }
.mark-chart .mark::after { clip-path: polygon(0 70%, 35% 40%, 60% 55%, 100% 15%, 100% 100%, 0 100%); }
.mark-pass .mark::after { border-radius: 99px; width: 16px; height: 10px; }
.mark-office .mark::after { width: 16px; height: 12px; border-radius: 3px 3px 0 0; }
.idx { color: #6b6b6b; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; }
.card h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -0.03em; }
.feature-card.wide h3 { font-size: clamp(28px, 4vw, 40px); max-width: 16ch; }
.card p, .plan-sub, .muted { color: var(--muted); }
.feature-card p { margin: 0; max-width: 36ch; }

.moment-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.moment {
  min-height: 280px;
  border-radius: 28px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
}
.moment span {
  color: #86efac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.moment h3 { margin: 10px 0 8px; font-size: 32px; letter-spacing: -0.04em; }
.moment p { margin: 0; color: #d4d4d4; max-width: 28ch; }
.moment.tone-0 { background: linear-gradient(180deg, #16351f, #07110b); }
.moment.tone-1 { background: linear-gradient(180deg, #2a2033, #0c0910); }
.moment.tone-2 { background: linear-gradient(180deg, #10363a, #061012); }
.plan { position: relative; display: flex; flex-direction: column; gap: 10px; }
.plan.featured { border-color: var(--green); box-shadow: 0 0 0 1px var(--green); }
.badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--green);
  color: #000;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  padding: 4px 8px;
}
.price { font-size: 28px; font-weight: 800; margin: 8px 0; }
.price small { color: var(--muted); font-size: 14px; font-weight: 500; }
.plan ul { margin: 0 0 16px; padding-left: 18px; color: #ddd; }
.plan .btn { margin-top: auto; }

.support-box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(120deg, #102316, #121212);
}
.faq { display: grid; gap: 10px; max-width: 800px; }
details summary { cursor: pointer; font-weight: 700; }
details p { color: var(--muted); margin: 10px 0 0; }
.contact-form {
  margin-top: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}
.contact-form h3 { margin: 0 0 16px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.contact-grid label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.contact-grid .full { grid-column: 1 / -1; }
.contact-grid input, .contact-grid textarea {
  background: #0a0a0a;
  border: 1px solid var(--line);
  color: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
}
.contact-status { color: var(--muted); min-height: 1.2em; }
.socials { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 14px; }
.socials a { color: #fff; text-decoration: none; font-weight: 700; }
.float-wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 20;
  background: #25d366;
  color: #052e16;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 14px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}
.legal-body { background: var(--bg); }
.legal-wrap { position: relative; z-index: 2; padding: 8vh 7vw 12vh; }
.legal-card {
  max-width: 780px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px;
}
.legal-card h1 { margin-top: 0; letter-spacing: -0.04em; }
.legal-html { color: #ddd; line-height: 1.6; }
.legal-html h2, .legal-html h3 { color: #fff; margin-top: 28px; }
.legal-html a { color: var(--green); }

.foot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 7vw 56px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.foot-links { display: flex; gap: 18px; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.8s ease forwards;
}
.delay-1 { animation-delay: 0.08s; }
.delay-2 { animation-delay: 0.16s; }
.delay-3 { animation-delay: 0.24s; }
.delay-4 { animation-delay: 0.32s; }

@keyframes rise {
  to { opacity: 1; transform: none; }
}
@keyframes drift {
  50% { transform: translate3d(-4%, 6%, 0) scale(1.08); }
}
@keyframes eq {
  50% { transform: scaleY(0.45); }
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; }
  .feature-mosaic, .moment-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .nav nav { display: none; }
  .hero { padding-top: 8vh; grid-template-columns: 1fr; }
  .feature-mosaic, .moment-row, .contact-grid { grid-template-columns: 1fr; }
  .feature-card.wide { grid-column: auto; }
}
