/* ─────────────────────────────────────────────────────────────────────────────
   bollymusic.app — the public site for the Bolly♥Music Android app.
   Colours and metrics come from the design; they match the app's own palette
   (see site/index.html), so the site and the product read as one thing.
   ───────────────────────────────────────────────────────────────────────────── */
:root{
  --bg:#0f0f0f; --surface:#212121; --line:#303030; --hairline:#212121;
  --text:#f1f1f1; --muted:#aaaaaa; --dim:#717171; --prose:#d8d8d8;
  --accent:#ff3d7f; --accent-hi:#ff6b9d;
  --wide:1120px; --prose-w:760px; --gutter:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; background:var(--bg); color:var(--text);
  font:400 16px/1.55 Roboto,"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-hi);text-decoration:underline}
/* height:auto is load-bearing: the shots carry width/height attributes so the browser
   reserves space before they load, and without it the attribute height wins over the
   aspect ratio and every phone renders 1704px tall. */
img{display:block;max-width:100%;height:auto}
.deva{font-family:'Noto Sans Devanagari',sans-serif}
.page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}
main{flex:1}
.wrap{max-width:var(--wide);margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}

/* ── wordmark ─────────────────────────────────────────────────────────────── */
.mark{display:flex;align-items:center;color:var(--text);text-decoration:none;font-weight:700;letter-spacing:-.7px}
.mark:hover{color:var(--text);text-decoration:none}
.mark svg{margin:0 2px;flex-shrink:0}

/* ── header ───────────────────────────────────────────────────────────────── */
.head{position:sticky;top:0;z-index:20;background:rgba(15,15,15,.92);backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline)}
.head .wrap{padding-top:14px;padding-bottom:14px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.head .mark{font-size:22px}
.head nav{display:flex;gap:22px;margin-left:auto;align-items:center;flex-wrap:wrap;font-size:14.5px}
/* :not() keeps this off the CTA — as a plain `.head nav a` it outranked .btn-solid
   on specificity and painted the button's label muted grey on near-white. */
.head nav a:not(.btn-solid){color:var(--muted)}
.btn-solid{background:var(--text);color:var(--bg);font-weight:500;padding:8px 16px;border-radius:999px;white-space:nowrap;flex-shrink:0}
.btn-solid:hover{background:#fff;color:var(--bg);text-decoration:none}

/* ── Google Play badge ──────────────────────────────────────────────────────
   Google's own asset, cropped to its artwork and otherwise unaltered. Their
   guidelines ask for clear space of a quarter of the badge height on every side;
   at 54px tall that is 14px, which the surrounding gaps already exceed. */
.play{display:inline-block;line-height:0}
.play:hover{text-decoration:none}
.play img{height:54px;width:auto}

/* ── shared type ──────────────────────────────────────────────────────────── */
.eyebrow{font-size:13px;letter-spacing:1.6px;text-transform:uppercase;color:var(--accent);font-weight:500}
.lede{margin:0;font-size:19px;line-height:1.55;color:var(--muted);max-width:30em;text-wrap:pretty}
.note{font-size:13.5px;color:var(--dim)}

/* ── phone frames ─────────────────────────────────────────────────────────── */
.phone{border-radius:40px;padding:10px;background:var(--surface);border:1px solid var(--line);width:300px;max-width:100%}
.phone img{border-radius:31px;width:100%}
.phone.sm{width:280px;border-radius:38px}
.phone.sm img{border-radius:29px}
.phone.xs{width:230px;max-width:48%;border-radius:32px;padding:8px}
.phone.xs img{border-radius:25px}
.phone.glow{box-shadow:0 40px 90px rgba(255,61,127,.14),0 20px 50px rgba(0,0,0,.6)}

/* ── home ─────────────────────────────────────────────────────────────────── */
.split{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:56px;align-items:center}
.hero{padding-top:72px;padding-bottom:40px}
.hero-copy{display:flex;flex-direction:column;gap:24px}
.hero h1{margin:0;font-size:clamp(40px,6vw,68px);line-height:1.02;letter-spacing:-2px;font-weight:900;text-wrap:balance}
.cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.centre{display:flex;justify-content:center}

.stats{padding-top:24px;padding-bottom:32px}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}
.stat{background:var(--bg);padding:24px}
.stat b{display:block;font-size:30px;font-weight:700;letter-spacing:-1px}
.stat span{color:var(--muted);font-size:14px}

.features{padding-top:64px;padding-bottom:24px;display:flex;flex-direction:column;gap:96px;scroll-margin-top:80px}
.feature-copy{display:flex;flex-direction:column;gap:16px}
.feature-copy h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.1;letter-spacing:-1px;font-weight:700;text-wrap:balance}
.feature-copy p{margin:0;color:var(--muted);font-size:17px;text-wrap:pretty}
.ticks{margin:6px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;color:var(--text);font-size:15px}
.ticks li{display:flex;gap:10px}
.ticks li::before{content:'—';color:var(--accent)}
.pair{display:flex;justify-content:center;align-items:flex-start;gap:16px}
.pair .phone.xs:last-child{margin-top:48px}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.card{background:var(--surface);border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:12px}
.card h3{margin:0;font-size:19px;font-weight:500}
.card p{margin:0;color:var(--muted);font-size:15px}

.signin{padding-top:96px;padding-bottom:96px}
.panel{border:1px solid var(--line);border-radius:20px;padding:clamp(28px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;align-items:center}
.panel-copy{display:flex;flex-direction:column;gap:14px}
.panel h2{margin:0;font-size:clamp(26px,3.6vw,36px);line-height:1.15;letter-spacing:-.8px;font-weight:700;text-wrap:balance}
.panel p{margin:0;color:var(--muted);font-size:17px;text-wrap:pretty}
.panel-links{display:flex;gap:18px;flex-wrap:wrap;font-size:15px;margin-top:4px}
.mock{width:100%;max-width:310px;display:flex;flex-direction:column;gap:11px}
.mock .mark{justify-content:center;font-size:44px;letter-spacing:-1.5px;margin-bottom:6px}
.mock .mark svg{margin:0 3px}
.gbtn{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;padding:13px;background:var(--text);color:var(--bg);font-size:15px;font-weight:500}
.gbtn i{width:26px;height:26px;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mock small{font-size:11.5px;line-height:17px;text-align:center;color:var(--dim);margin-top:2px}

.closer{padding-bottom:96px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:22px}
/* Must not be a bare `.closer img` — the Play badge sits in this section too, and at
   equal specificity the later rule won and squashed it into an 88px square. */
.closer .app-icon{width:88px;height:88px;border-radius:22px;border:1px solid var(--line)}
.closer h2{margin:0;font-size:clamp(28px,4vw,42px);letter-spacing:-1px;font-weight:700}

/* ── legal pages ──────────────────────────────────────────────────────────── */
.tabs-wrap{max-width:var(--prose-w);margin:0 auto;padding:48px var(--gutter) 0}
.tabs{display:flex;gap:6px;flex-wrap:wrap;background:var(--surface);border-radius:999px;padding:5px;width:fit-content;max-width:100%}
.tabs a{padding:8px 16px;border-radius:999px;font-size:14px;font-weight:500;white-space:nowrap;flex-shrink:0;color:var(--muted)}
.tabs a:hover{color:var(--text);text-decoration:none}
.tabs a[aria-current="page"]{background:var(--text);color:var(--bg)}

.prose{max-width:var(--prose-w);margin:0 auto;padding:36px var(--gutter) 96px;display:flex;flex-direction:column;gap:14px;color:var(--prose);font-size:16px;line-height:1.7}
.prose h1{margin:0;color:var(--text);font-size:clamp(34px,5vw,48px);letter-spacing:-1.2px;line-height:1.1;font-weight:700}
.prose h2{margin:28px 0 0;color:var(--text);font-size:22px;font-weight:500}
.prose p{margin:0}
.prose strong{color:var(--text);font-weight:500}
.prose code{font-size:14px;color:var(--text)}
.prose .eff{color:var(--dim);font-size:14px;margin:0 0 18px}
.prose ul{margin:0;padding-left:20px}
.steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;counter-reset:step}
.steps li{display:flex;gap:14px;align-items:baseline;background:var(--surface);border-radius:12px;padding:14px 18px}
.steps li::before{counter-increment:step;content:counter(step);color:var(--accent);font-weight:700}

/* ── footer ───────────────────────────────────────────────────────────────── */
.foot{border-top:1px solid var(--hairline)}
.foot .wrap{padding-top:40px;padding-bottom:48px;display:flex;flex-direction:column;gap:24px}
.foot-row{display:flex;gap:24px;flex-wrap:wrap;align-items:center;justify-content:space-between}
.foot .mark{font-size:18px;letter-spacing:-.6px}
.foot nav{display:flex;gap:22px;flex-wrap:wrap;font-size:14px}
.foot nav a{color:var(--muted)}
.fine{font-size:12.5px;line-height:1.6;color:var(--dim);display:flex;flex-direction:column;gap:6px;max-width:var(--prose-w)}
.fine a{color:var(--muted)}

/* ── motion ───────────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.01ms !important;transition-duration:.01ms !important}
}
