html, body { background:#0a0a0f; }
body { font-family: 'Inter', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }

/* Background glow behind phone */
.bg-glow {
  background:
    radial-gradient(60% 55% at 78% 50%, rgba(168,85,247,0.28) 0%, rgba(168,85,247,0.10) 35%, rgba(10,10,15,0) 65%),
    radial-gradient(40% 35% at 82% 70%, rgba(236,72,153,0.18) 0%, rgba(10,10,15,0) 60%),
    #0a0a0f;
}

/* Headline gradients */
.grad-one {
  background: linear-gradient(90deg,#a78bfa 0%,#8b5cf6 60%,#6366f1 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.grad-sleek {
  background: linear-gradient(90deg,#f9a8d4 0%,#e9d5ff 50%,#a5f3fc 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* iPhone */
.phone {
  width: 320px; height: 650px;
  border-radius: 54px;
  background: linear-gradient(180deg,#1a1a1f 0%,#0e0e12 100%);
  box-shadow:
    0 0 0 2px #2a2a30 inset,
    0 0 0 8px #0c0c10 inset,
    0 30px 80px -20px rgba(168,85,247,0.35),
    0 50px 120px -30px rgba(0,0,0,0.8);
  position: relative;
}
.phone::before, .phone::after {
  content:""; position:absolute; left:-2px; width:3px; background:#1f1f25; border-radius:2px;
}
.phone::before { top:120px; height:60px; }
.phone::after  { top:200px; height:90px; }
.phone .side-right {
  position:absolute; right:-2px; top:160px; width:3px; height:100px; background:#1f1f25; border-radius:2px;
}
.screen {
  position:absolute; inset:14px; border-radius:42px;
  background: radial-gradient(120% 80% at 50% 0%, #181820 0%, #0b0b10 60%, #07070b 100%);
  overflow:hidden; padding: 28px 22px;
}
/* .notch {
  position:absolute; top:14px; left:50%; transform:translateX(-50%);
  width:110px; height:32px; background:#000; border-radius:20px; z-index:2;
} */

/* Loyalty cards */
.lcard {
  border-radius: 18px; padding: 16px 18px; color:#fff;
  box-shadow: 0 14px 30px -10px rgba(0,0,0,0.55);
  position: relative;
}
.lcard .chip {
  width:34px; height:24px; border-radius:6px;
  background: rgba(255,255,255,0.35);
  position:absolute; top:14px; right:14px;
}
.c-orange { background: linear-gradient(135deg,#ff8a3d 0%,#f97316 100%); }
.c-purple { background: linear-gradient(135deg,#c026d3 0%,#a21caf 100%); }
.c-green  { background: linear-gradient(135deg,#10b981 0%,#059669 100%); }

@media (max-width: 767px) {
  .phone { transform: scale(0.78); transform-origin: top center; }
}
