:root {
  --bg: #0a0c11;
  --bg-2: #0e1119;
  --surface: rgba(255,255,255,0.045);
  --surface-solid: #141824;
  --border: rgba(255,255,255,0.09);
  --border-strong: rgba(255,255,255,0.16);
  --text: #eef1f6;
  --muted: #98a2b5;
  --blue: #4f8cff;
  --purple: #a855f7;
  --green: #2fd07a;
  --teal: #19c5d6;
  --coral: #ff6b4a;
  --pink: #ff5d9e;
  --amber: #ffb020;
  --grad-brand: linear-gradient(135deg, #4f8cff 0%, #a855f7 55%, #ff5d9e 100%);
  --grad-cta: linear-gradient(135deg, #2fd07a 0%, #19c5d6 100%);
  --grad-blue: linear-gradient(135deg, #4f8cff, #7b5cff);
  --radius: 14px;
  --max: 1080px;
  --font-head: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Ambient background glows */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(600px 400px at 12% -5%, rgba(79,140,255,0.18), transparent 60%),
    radial-gradient(700px 500px at 100% 0%, rgba(168,85,247,0.16), transparent 55%),
    radial-gradient(600px 500px at 50% 110%, rgba(47,208,122,0.12), transparent 60%);
}

a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, .logo { font-family: var(--font-head); letter-spacing: -0.5px; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.gradient-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Nav */
header.nav {
  position: sticky; top: 0; z-index: 20;
  background: rgba(10,12,17,0.72); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { font-weight: 700; font-size: 20px; color: var(--text); display: flex; align-items: center; gap: 9px; }
.logo .dot {
  width: 26px; height: 26px; border-radius: 8px; background: var(--grad-brand);
  display: inline-flex; align-items: center; justify-content: center;
}
.logo .dot svg { width: 15px; height: 15px; }
.nav-links { display: flex; gap: 26px; align-items: center; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--text); text-decoration: none; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 11px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: 1px solid var(--border-strong);
  color: var(--text); background: rgba(255,255,255,0.03); transition: transform .12s ease, border-color .2s;
  font-family: var(--font-body);
}
.btn:hover { text-decoration: none; border-color: var(--blue); transform: translateY(-1px); }
.btn-primary {
  background: var(--grad-cta); border: none; color: #042015;
  box-shadow: 0 8px 26px rgba(25,197,214,0.32);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(25,197,214,0.42); }
.btn-lg { padding: 15px 30px; font-size: 16px; }

/* Hero */
.hero { padding: 76px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 40px; align-items: center; }
.badge-pill {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px;
  background: rgba(79,140,255,0.12); border: 1px solid rgba(79,140,255,0.3);
  color: #b9d0ff; font-size: 13px; font-weight: 600; margin-bottom: 22px;
}
.badge-pill .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(47,208,122,.6); animation: pulse 2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(47,208,122,.5)} 70%{box-shadow:0 0 0 8px rgba(47,208,122,0)} 100%{box-shadow:0 0 0 0 rgba(47,208,122,0)} }
.hero h1 { font-size: 58px; line-height: 1.04; margin-bottom: 20px; font-weight: 700; }
.hero p.lead { font-size: 19px; color: var(--muted); max-width: 520px; margin-bottom: 30px; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-row { margin-top: 26px; display: flex; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 13.5px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { width: 15px; height: 15px; color: var(--green); }

/* Hero graphic (soundboard) */
.board-wrap { position: relative; }
.board-wrap svg { width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,0.5)); }

/* Sections */
section { padding: 66px 0; }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 46px; }
.section-head h2 { font-size: 38px; margin-bottom: 14px; font-weight: 700; }
.section-head p { color: var(--muted); font-size: 17px; }

/* Feature grid */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px; transition: transform .15s ease, border-color .2s, background .2s;
}
.feature:hover { transform: translateY(-4px); border-color: var(--border-strong); background: rgba(255,255,255,0.06); }
.feature .ico {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.feature .ico svg { width: 24px; height: 24px; color: #fff; }
.ico.blue { background: linear-gradient(135deg,#4f8cff,#7b5cff); }
.ico.green { background: linear-gradient(135deg,#2fd07a,#19c5d6); }
.ico.coral { background: linear-gradient(135deg,#ff6b4a,#ff5d9e); }
.ico.purple { background: linear-gradient(135deg,#a855f7,#7b5cff); }
.ico.amber { background: linear-gradient(135deg,#ffb020,#ff6b4a); }
.ico.teal { background: linear-gradient(135deg,#19c5d6,#4f8cff); }
.feature h3 { font-size: 18px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; }

/* Band */
.band { background: linear-gradient(180deg, rgba(255,255,255,0.03), transparent); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

/* Pricing */
.price-card {
  max-width: 420px; margin: 0 auto; position: relative;
  background: var(--surface-solid); border-radius: 20px; padding: 40px 36px; text-align: center;
  border: 1px solid var(--border);
}
.price-card::before {
  content: ""; position: absolute; inset: -1px; border-radius: 20px; padding: 1px;
  background: var(--grad-brand); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none;
}
.price-badge {
  display: inline-block; background: rgba(47,208,122,0.15); color: var(--green);
  border: 1px solid rgba(47,208,122,0.35); padding: 5px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 18px;
}
.price-card .amount { font-size: 58px; font-weight: 700; font-family: var(--font-head); line-height: 1; }
.price-card .amount small { font-size: 19px; color: var(--muted); font-weight: 400; }
.price-card ul { list-style: none; text-align: left; margin: 26px 0; }
.price-card li { padding: 9px 0 9px 30px; position: relative; font-size: 15px; }
.price-card li::before {
  content: "✓"; position: absolute; left: 0; top: 9px; color: #04140b; font-weight: 700; font-size: 11px;
  width: 18px; height: 18px; border-radius: 50%; background: var(--green);
  display: flex; align-items: center; justify-content: center;
}
.price-note { color: var(--muted); font-size: 13px; margin-top: 16px; }

/* CTA band */
.cta-final { text-align: center; }
.cta-final h2 { font-size: 40px; margin-bottom: 14px; font-weight: 700; }
.cta-final p { color: var(--muted); font-size: 17px; margin-bottom: 28px; }

/* Legal pages */
.legal { padding: 60px 0 90px; max-width: 800px; }
.legal h1 { font-size: 40px; margin-bottom: 8px; }
.legal .updated { color: var(--muted); font-size: 14px; margin-bottom: 34px; }
.legal h2 { font-size: 22px; margin: 34px 0 10px; }
.legal p, .legal li { color: #c6cdda; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal .todo { background: #3a2a0e; border: 1px solid #6b5010; color: #ffd98a; padding: 2px 7px; border-radius: 5px; font-size: 13px; }

/* Footer */
footer.site { border-top: 1px solid var(--border); padding: 44px 0; margin-top: 30px; color: var(--muted); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; }
.footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); }
.footer-links a:hover { color: var(--text); text-decoration: none; }

/* Equalizer bars (decorative, animated) */
.eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 16px; }
.eq i { width: 3px; background: var(--green); border-radius: 2px; animation: eq 1s ease-in-out infinite; }
.eq i:nth-child(1){height:40%;animation-delay:0s} .eq i:nth-child(2){height:80%;animation-delay:.2s}
.eq i:nth-child(3){height:55%;animation-delay:.4s} .eq i:nth-child(4){height:95%;animation-delay:.15s}
.eq i:nth-child(5){height:65%;animation-delay:.35s}
@keyframes eq { 0%,100%{transform:scaleY(0.4)} 50%{transform:scaleY(1)} }

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .board-wrap { order: -1; max-width: 460px; margin: 0 auto; }
  .hero h1 { font-size: 44px; }
  .nav-links a.hide-sm { display: none; }
  .section-head h2 { font-size: 30px; }
}
