/* Tunelo — premium brand styles (shared across landing + legal pages) */
:root {
  --bg: #0B0B0F;
  --bg-2: #141420;
  --surface: #16161E;
  --surface-2: #1F1F2B;
  --border: #26263A;
  --text: #FFFFFF;
  --muted: #9CA3AF;
  --dim: #6B7280;
  --accent: #7C3AED;
  --accent-2: #EC4899;
  --success: #22C55E;
  --grad: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
  --radius: 18px;
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Nav */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(11, 11, 15, 0.72);
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 22px; letter-spacing: 0.3px; }
.logo-mark {
  width: 34px; height: 34px; border-radius: 10px; background: var(--grad);
  display: grid; place-items: center; font-size: 18px; font-weight: 800; color: #fff;
}
.logo-mark-img { display: inline-block; width: 40px; height: 40px; border-radius: 11px; background: url(data:image/png;base64,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) center/cover no-repeat; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { color: var(--muted); font-size: 15px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--text); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 700; font-size: 15px;
  cursor: pointer; border: none; transition: transform .15s, box-shadow .2s;
}
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 8px 30px rgba(124,58,237,.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 38px rgba(236,72,153,.42); }
.btn-ghost { background: var(--surface-2); color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--accent); }

/* Hero */
.hero { position: relative; padding: 90px 0 70px; overflow: hidden; }
.hero-glow {
  position: absolute; width: 620px; height: 620px; border-radius: 50%;
  background: radial-gradient(circle, rgba(124,58,237,.35), transparent 62%);
  top: -180px; right: -120px; filter: blur(30px); z-index: 0; pointer-events: none;
}
.hero-glow.two { background: radial-gradient(circle, rgba(236,72,153,.28), transparent 62%); top: 160px; left: -200px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: rgba(124,58,237,.12); border: 1px solid rgba(124,58,237,.35);
  font-size: 13px; font-weight: 600; color: #C4B5FD; margin-bottom: 22px;
}
.hero h1 { font-size: 58px; line-height: 1.05; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 20px; }
.hero p.sub { font-size: 19px; color: var(--muted); max-width: 520px; margin-bottom: 32px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.store-note { margin-top: 18px; font-size: 13px; color: var(--dim); }

/* Phone mockup */
.phone-wrap { display: grid; place-items: center; }
.phone {
  width: 280px; height: 570px; border-radius: 42px; background: #05050a;
  border: 9px solid #1c1c28; box-shadow: 0 40px 90px rgba(0,0,0,.6), 0 0 0 1px rgba(124,58,237,.2);
  position: relative; overflow: hidden;
}
.phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 110px; height: 22px; background: #05050a; border-radius: 14px; z-index: 3; }
.phone-screen { position: absolute; inset: 0; padding: 38px 18px 18px; display: flex; flex-direction: column; }
.p-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.p-hello { font-size: 11px; color: var(--muted); }
.p-brand { font-size: 19px; font-weight: 800; }
.p-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--grad); }
.p-art { width: 100%; aspect-ratio: 1; border-radius: 18px; background: linear-gradient(150deg,#4C1D95,#831843); margin-bottom: 16px; position: relative; }
.p-art::after { content: '♪'; position: absolute; inset: 0; display: grid; place-items: center; font-size: 54px; color: rgba(255,255,255,.85); }
.p-title { font-size: 16px; font-weight: 700; }
.p-artist { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.p-bar { height: 4px; background: var(--border); border-radius: 2px; position: relative; margin-bottom: 18px; }
.p-bar::before { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 46%; border-radius: 2px; background: var(--grad); }
.p-controls { display: flex; align-items: center; justify-content: center; gap: 26px; }
.p-ctrl { color: #fff; font-size: 20px; opacity: .85; }
.p-play { width: 56px; height: 56px; border-radius: 50%; background: var(--grad); display: grid; place-items: center; font-size: 22px; }
.p-mini { margin-top: auto; display: flex; align-items: center; gap: 10px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 14px; padding: 8px; }
.p-mini-art { width: 36px; height: 36px; border-radius: 8px; background: linear-gradient(150deg,#7C3AED,#EC4899); }
.p-mini-meta { flex: 1; }
.p-mini-meta b { font-size: 12px; display: block; }
.p-mini-meta span { font-size: 10px; color: var(--muted); }

/* Sections */
section { padding: 80px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 54px; }
.section-head h2 { font-size: 40px; font-weight: 800; letter-spacing: -1px; margin-bottom: 14px; }
.section-head p { color: var(--muted); font-size: 17px; }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 30px; transition: transform .2s, border-color .2s;
}
.feature:hover { transform: translateY(-6px); border-color: rgba(124,58,237,.5); }
.feature-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(124,58,237,.14); display: grid; place-items: center; font-size: 24px; margin-bottom: 18px; }
.feature h3 { font-size: 19px; margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: 15px; }

/* For Artists */
.artists-wrap { background: var(--bg-2); }
.artists-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.artists-copy h2 { font-size: 38px; font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.artists-copy p.lead { color: var(--muted); font-size: 17px; margin-bottom: 22px; }
.artist-perks { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; }
.artist-perks li { color: var(--text); font-size: 15.5px; display: flex; gap: 10px; align-items: center; }
.artist-perks li::before { content: '✓'; color: var(--success); font-weight: 800; }
.artist-cards { display: flex; flex-direction: column; gap: 14px; }
.artist-card { display: flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; }
.artist-pic { width: 54px; height: 54px; border-radius: 50%; background: var(--grad); flex-shrink: 0; display: grid; place-items: center; font-size: 22px; }
.artist-card .ac-meta b { font-size: 16px; display: block; }
.artist-card .ac-meta span { color: var(--muted); font-size: 13px; }
.artist-card .ac-count { margin-left: auto; color: var(--accent-2); font-size: 13px; font-weight: 700; }
@media (max-width: 880px) { .artists-inner { grid-template-columns: 1fr; } }

/* Pricing */
.pricing-wrap { background: var(--bg-2); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 34px 28px; display: flex; flex-direction: column; position: relative;
}
.plan.featured { border-color: transparent; background: linear-gradient(var(--surface),var(--surface)) padding-box, var(--grad) border-box; border: 2px solid transparent; }
.plan-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 14px; border-radius: 999px; }
.plan h3 { font-size: 18px; color: var(--muted); font-weight: 600; margin-bottom: 10px; }
.plan .price { font-size: 42px; font-weight: 800; }
.plan .price small { font-size: 16px; color: var(--muted); font-weight: 500; }
.plan .save { color: var(--success); font-size: 14px; font-weight: 600; margin-top: 6px; }
.plan ul { list-style: none; margin: 22px 0 26px; display: flex; flex-direction: column; gap: 12px; }
.plan li { font-size: 15px; color: var(--muted); display: flex; gap: 10px; }
.plan li::before { content: '✓'; color: var(--success); font-weight: 800; }
.plan .btn { width: 100%; margin-top: auto; }
.free-banner { text-align: center; margin-bottom: 34px; font-size: 16px; color: #C4B5FD; }

/* Footer */
footer { border-top: 1px solid var(--border); padding: 50px 0 40px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 15px; }
.footer-links a:hover { color: var(--text); }
.copyright { color: var(--dim); font-size: 14px; margin-top: 26px; }

/* Legal pages */
.legal { max-width: 800px; margin: 0 auto; padding: 60px 0 80px; }
.legal h1 { font-size: 38px; font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; }
.legal .updated { color: var(--dim); font-size: 14px; margin-bottom: 36px; }
.legal h2 { font-size: 22px; margin: 34px 0 12px; }
.legal p, .legal li { color: var(--muted); font-size: 16px; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal a { color: #C4B5FD; }
.legal .note { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--accent); border-radius: 10px; padding: 16px 18px; font-size: 14px; color: var(--muted); margin: 22px 0; }
.back-link { color: var(--muted); font-size: 15px; display: inline-flex; gap: 6px; margin-bottom: 30px; }

/* Responsive */
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { font-size: 42px; }
  .hero p.sub { margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .phone-wrap { margin-top: 40px; }
  .features, .plans { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .section-head h2 { font-size: 30px; }
}
