:root{
  --bg:#fff;
  --muted:#6b7280;
  --accent:#0b5cff;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:#111}
.container{max-width:520px;margin:0 auto;padding:36px 24px 0;text-align:center}
.brand{margin-bottom:18px}
.logo{display:inline-flex;align-items:center;gap:10px}
.title{font-weight:700;letter-spacing:2px}
.lead{color:var(--muted);font-size:18px;margin:12px 0 20px}
.play-badge img{height:48px}
.play-badge{display:inline-block;margin-bottom:28px}
.phone-wrap{display:flex;justify-content:center}
.phone{width:320px;height:640px;border-radius:28px;border:12px solid #333;padding:8px;background:#111;box-shadow:0 20px 40px rgba(16,24,40,0.25);overflow:hidden}
.phone .screenshot{width:100%;height:100%;object-fit:cover;border-radius:14px}
.bar{height:72px;background:linear-gradient(180deg,#333,#111);margin-top:36px}

@media (max-width:420px){
  .container{padding:24px 16px}
  .phone{width:260px;height:520px}
}
