/* ParkMate marketing — design tokens ported from the iOS PMTheme. */
:root {
  --primary: #5B45F0;
  --primary-deep: #3D29C9;
  --primary-soft: #EFEBFF;
  --primary-tint: #F7F5FF;
  --ink: #16143D;
  --ink-soft: #3C3A5E;
  --muted: #7A7898;
  --border: #ECEAF6;
  --surface: #FFFFFF;
  --ok: #1DBF73;
  --shadow: 0 20px 60px -20px rgba(91, 69, 240, 0.45);
  --radius: 24px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--primary-tint);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ---- aurora background ---- */
.aurora { position: fixed; inset: 0; z-index: -1; overflow: hidden; }
.blob {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: 0.55;
}
.b1 { width: 540px; height: 540px; background: #8A78FF; top: -160px; left: -120px; }
.b2 { width: 460px; height: 460px; background: #637AFF; top: 10%; right: -140px; }
.b3 { width: 420px; height: 420px; background: #B9AcFF; bottom: -160px; left: 30%; }

/* ---- nav ---- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 24px 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-name { font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.logo-mark {
  display: block; width: 40px; height: 40px; border-radius: 13px;
  box-shadow: 0 8px 20px -6px rgba(91, 69, 240, 0.6);
}
.logo-mark.sm { width: 26px; height: 26px; border-radius: 8px; box-shadow: none; }

/* ---- hero ---- */
.hero {
  max-width: 1100px; margin: 0 auto; padding: 40px 24px 80px;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
}
.eyebrow {
  display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--primary-deep);
  background: var(--primary-soft); padding: 6px 14px; border-radius: 999px; margin-bottom: 22px;
}
h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; letter-spacing: -0.03em;
  line-height: 1.08; color: var(--ink);
}
.lede { margin-top: 20px; font-size: 1.12rem; color: var(--ink-soft); max-width: 30em; }

.store-badges { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: 12px 20px; border-radius: 16px;
  transition: transform .12s ease, box-shadow .12s ease;
}
.store-badge:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(22,20,61,.5); }
.store-badge-text { display: flex; flex-direction: column; line-height: 1.1; }
.store-badge-text small { font-size: 0.66rem; opacity: 0.8; }
.store-badge-text strong { font-size: 1.05rem; font-weight: 700; }
.store-note { margin-top: 14px; font-size: 0.9rem; color: var(--muted); }

/* ---- hero phone mock ---- */
.hero-art { position: relative; display: grid; place-items: center; }
.phone {
  width: 280px; background: #fff; border-radius: 40px; padding: 14px;
  box-shadow: var(--shadow), 0 0 0 10px #fff, 0 0 0 11px var(--border);
  position: relative;
}
.phone-notch {
  width: 110px; height: 24px; background: var(--ink); border-radius: 0 0 16px 16px;
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 2;
}
.phone-screen {
  background: var(--primary-tint); border-radius: 28px; padding: 38px 18px 20px;
  display: flex; flex-direction: column; gap: 14px;
}
.screen-top { display: flex; align-items: center; gap: 10px; }
.screen-logo {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px;
  background: var(--primary); color: #fff; font-weight: 800; font-size: 0.95rem;
}
.screen-title { font-weight: 700; font-size: 1.1rem; }
.spots-card {
  background: var(--primary); color: #fff; border-radius: 20px; padding: 18px 20px;
  display: flex; flex-direction: column;
}
.spots-num { font-size: 2.6rem; font-weight: 800; line-height: 1; }
.spots-label { font-size: 0.85rem; opacity: 0.85; margin-top: 4px; }
.bookings { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.bookings li {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid var(--border); border-radius: 14px; padding: 9px 12px;
  font-size: 0.9rem; font-weight: 600;
}
.av {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%;
  color: #fff; font-size: 0.62rem; font-weight: 700;
}
.av1 { background: #E5484D; } .av2 { background: #1DBF73; } .av3 { background: var(--primary); }
.bookings .tag {
  margin-left: auto; font-size: 0.7rem; font-weight: 700; color: var(--muted);
  background: var(--primary-tint); padding: 3px 9px; border-radius: 999px;
}
.bookings .tag.book { color: #fff; background: var(--primary); }
.screen-cta {
  margin-top: 4px; border: none; background: var(--primary); color: #fff;
  font-family: inherit; font-weight: 700; font-size: 0.95rem;
  padding: 14px; border-radius: 16px; cursor: pointer;
  box-shadow: 0 10px 20px -8px rgba(91,69,240,.6);
}

/* ---- features ---- */
.features {
  max-width: 1100px; margin: 0 auto; padding: 20px 24px 60px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.feature {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 26px 22px;
}
.feature h3 { font-size: 1.05rem; font-weight: 700; letter-spacing: -0.01em; }
.feature p { margin-top: 8px; font-size: 0.92rem; color: var(--muted); }

/* ---- download / QR ---- */
.download {
  max-width: 700px; margin: 0 auto; padding: 40px 24px 80px; text-align: center;
}
.download h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; }
.download > p { margin-top: 10px; color: var(--ink-soft); }
.qr-row { display: flex; justify-content: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.qr-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px; text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  font-weight: 700; transition: transform .12s ease, box-shadow .12s ease;
}
.qr-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.qr-card img { display: block; border-radius: 12px; }
.qr-soon { margin-top: 24px; font-size: 0.9rem; color: var(--muted); }

/* ---- footer ---- */
.footer {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 30px 24px 50px; color: var(--muted); font-size: 0.9rem; font-weight: 500;
}
.footer .sep { opacity: 0.5; }

/* ---- responsive ---- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 40px; text-align: center; padding-bottom: 60px; }
  .lede { margin-left: auto; margin-right: auto; }
  .store-badges { justify-content: center; }
  .hero-art { margin-top: 10px; }
  .features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .features { grid-template-columns: 1fr; }
}
