:root {
  color-scheme: dark;
  --bg: #050505;
  --panel: rgba(255,255,255,.075);
  --panel-strong: rgba(255,255,255,.12);
  --text: #f7f4ef;
  --muted: rgba(247,244,239,.72);
  --soft: rgba(247,244,239,.48);
  --gold: #f5c451;
  --gold2: #ffdf83;
  --red: #ff3b30;
  --line: rgba(255,255,255,.14);
  --shadow: 0 28px 90px rgba(0,0,0,.55);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(245,196,81,.22), transparent 32rem),
    radial-gradient(circle at 82% 16%, rgba(255,59,48,.18), transparent 28rem),
    radial-gradient(circle at 55% 96%, rgba(245,196,81,.11), transparent 32rem),
    linear-gradient(135deg, #050505 0%, #111 52%, #050505 100%);
  color: var(--text);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  gap: 16px;
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 850; letter-spacing: -.04em; }
.brand img { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 12px 34px rgba(0,0,0,.45); }
.pill {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  color: var(--muted);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  backdrop-filter: blur(14px);
}
main { padding: 28px 0 58px; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr);
  align-items: center;
  gap: 44px;
  min-height: calc(100vh - 170px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(245,196,81,.28);
  background: rgba(245,196,81,.09);
  color: var(--gold2);
  border-radius: 999px;
  font-weight: 750;
  font-size: 13px;
  letter-spacing: .02em;
  margin-bottom: 22px;
}
.dot { width: 8px; height: 8px; border-radius: 999px; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 104px);
  line-height: .9;
  letter-spacing: -.075em;
  max-width: 760px;
}
.grad {
  background: linear-gradient(92deg, #fff 0%, #ffe7a4 36%, #f5c451 72%, #ff5a4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lead {
  margin: 24px 0 0;
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.45;
}
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.store {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  min-width: 220px;
  padding: 14px 17px;
  color: #fff;
  text-decoration: none;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  box-shadow: 0 18px 46px rgba(0,0,0,.34);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.store:hover { transform: translateY(-3px); border-color: rgba(245,196,81,.55); background: linear-gradient(180deg, rgba(245,196,81,.2), rgba(255,255,255,.075)); }
.store svg { width: 32px; height: 32px; flex: 0 0 auto; }
.store span { display: block; color: var(--soft); font-size: 12px; line-height: 1; margin-bottom: 4px; }
.store strong { display: block; font-size: 19px; letter-spacing: -.03em; }
.phone-stage {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.halo {
  position: absolute;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,196,81,.28), rgba(255,59,48,.14) 42%, transparent 70%);
  filter: blur(12px);
  animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{transform:scale(.96);opacity:.8} 50%{transform:scale(1.04);opacity:1} }
.phone {
  position: relative;
  width: min(330px, 86vw);
  border-radius: 42px;
  padding: 14px;
  background: linear-gradient(135deg, #313131, #050505 48%, #3d3116);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.18);
  transform: rotate(3deg);
}
.screen {
  min-height: 610px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,196,81,.28), transparent 17rem),
    linear-gradient(180deg, #111 0%, #050505 100%);
  border: 1px solid rgba(255,255,255,.12);
  padding: 24px 20px;
}
.notch { width: 96px; height: 24px; background: #050505; border-radius: 999px; margin: -8px auto 22px; }
.app-icon {
  width: 116px;
  height: 116px;
  border-radius: 30px;
  display: block;
  margin: 0 auto 22px;
  box-shadow: 0 18px 46px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.14);
}
.screen h2 { text-align:center; margin: 0 0 8px; font-size: 31px; letter-spacing: -.06em; }
.screen p { text-align:center; color: var(--muted); margin: 0 auto 22px; line-height: 1.45; }
.feature-list { display: grid; gap: 11px; }
.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.09);
  color: rgba(255,255,255,.9);
  font-weight: 700;
}
.feature b { display:grid; place-items:center; width: 34px; height: 34px; border-radius: 12px; background: rgba(245,196,81,.16); color: var(--gold2); }
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 30px;
}
.card {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}
.card h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.04em; }
.card p { margin: 0; color: var(--muted); line-height: 1.5; }
footer { padding: 28px 0 40px; color: var(--soft); font-size: 14px; border-top: 1px solid rgba(255,255,255,.08); }
footer a { color: var(--gold2); text-decoration: none; }
@media (max-width: 860px) {
  header { align-items: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 28px; }
  .phone-stage { min-height: 470px; }
  .phone { transform: none; width: min(310px, 92vw); }
  .screen { min-height: 520px; }
  .cards { grid-template-columns: 1fr; }
  .actions { flex-direction: column; }
  .store { width: 100%; justify-content: center; }
  .pill { display: none; }
}



/* Real store screenshot showcase */
.store-preview {
  isolation: isolate;
}
.shot {
  margin: 0;
  position: absolute;
  border-radius: 34px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow), 0 0 80px rgba(245,196,81,.10);
  backdrop-filter: blur(18px);
}
.shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  background: #080808;
}
.shot-main {
  z-index: 3;
  width: min(286px, 72vw);
  aspect-ratio: 460 / 996;
  transform: rotate(2.5deg) translateY(8px);
}
.shot-left,
.shot-right {
  z-index: 2;
  width: 190px;
  aspect-ratio: 460 / 996;
  opacity: .72;
  filter: saturate(.92) brightness(.86);
}
.shot-left { transform: translate(-145px, 42px) rotate(-10deg); }
.shot-right { transform: translate(148px, 48px) rotate(10deg); }
.screenshots {
  margin-top: 34px;
  padding: 42px 0 26px;
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}
.kicker {
  margin: 0 0 8px;
  color: var(--gold2);
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .96;
  letter-spacing: -.065em;
}
.section-head > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 17px;
}
.shot-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(178px, 220px);
  gap: 16px;
  overflow-x: auto;
  padding: 12px 4px 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(245,196,81,.55) rgba(255,255,255,.08);
}
.shot-button {
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: zoom-in;
  scroll-snap-align: start;
  border-radius: 28px;
}
.shot-button img {
  display: block;
  width: 100%;
  aspect-ratio: 460 / 996;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.17);
  background: #090909;
  box-shadow: 0 22px 58px rgba(0,0,0,.38);
  transition: transform .18s ease, border-color .18s ease;
}
.shot-button:hover img,
.shot-button:focus-visible img {
  transform: translateY(-5px);
  border-color: rgba(245,196,81,.55);
}
.shot-button:focus-visible {
  outline: 3px solid rgba(245,196,81,.8);
  outline-offset: 5px;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.84);
  backdrop-filter: blur(16px);
}
.lightbox.is-open { display: grid; }
.lightbox img {
  max-width: min(92vw, 520px);
  max-height: 92vh;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 30px 100px rgba(0,0,0,.75);
  background: #080808;
}
.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgba(245,196,81,.28);
  outline: none;
}
body.lightbox-open { overflow: hidden; }

@media (max-width: 860px) {
  .store-preview { min-height: 510px; overflow: hidden; }
  .shot-main { width: min(250px, 68vw); }
  .shot-left, .shot-right { width: 148px; }
  .shot-left { transform: translate(-110px, 54px) rotate(-9deg); }
  .shot-right { transform: translate(110px, 60px) rotate(9deg); }
  .section-head { grid-template-columns: 1fr; align-items: start; }
  .shot-rail { grid-auto-columns: minmax(158px, 72vw); }
}


/* Keep screenshot section headline on one line on desktop */
.screenshots .section-head {
  grid-template-columns: 1fr;
}
.screenshots .section-head > p {
  display: none;
}
.screenshots .section-head h2 {
  white-space: nowrap;
  font-size: clamp(36px, 5.1vw, 76px);
  max-width: 100%;
}
@media (max-width: 760px) {
  .screenshots .section-head h2 {
    white-space: normal;
    font-size: clamp(34px, 10vw, 54px);
  }
}
