:root {
  --bg: #ffffff;
  --bg-soft: #fffaf4;
  --bg-muted: #fff2e4;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --surface-soft: #fffaf6;
  --text: #151515;
  --muted: #666b74;
  --line: rgba(21, 21, 21, 0.08);
  --line-strong: rgba(21, 21, 21, 0.12);
  --orange: #ff7a00;
  --orange-deep: #ef5700;
  --orange-soft: #fff0df;
  --orange-wash: rgba(255, 122, 0, 0.11);
  --shadow: 0 16px 50px rgba(18, 18, 18, 0.08);
  --shadow-soft: 0 18px 40px rgba(255, 122, 0, 0.14);
  --radius-xl: 34px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 140, 0, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 168, 88, 0.12), transparent 22%),
    linear-gradient(180deg, #fffdfb 0%, #ffffff 38%, #fff9f3 100%);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), #ffc271);
  box-shadow: 0 0 22px rgba(255, 122, 0, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(21, 21, 21, 0.05);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 84px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  text-decoration: none;
  color: inherit;
}

.brand-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.18);
}

.brand-copy {
  display: grid;
  gap: 0.14rem;
}

.brand-name {
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-tag {
  font-size: 0.82rem;
  color: var(--muted);
  max-width: 360px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.18rem;
}

.site-nav a {
  text-decoration: none;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 600;
}

.site-nav .nav-cta {
  padding: 0.82rem 1.12rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: var(--shadow-soft);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--text);
  transition: 0.24s ease;
}

.nav-toggle span + span {
  margin-top: 6px;
}

.hero {
  padding: 5rem 0 3.2rem;
  overflow: clip;
}

.hero-grid,
.city-layout,
.trust-grid,
.footer-grid,
.final-cta-wrap {
  display: grid;
  gap: 1.8rem;
}

.hero-grid {
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
}

.eyebrow-row {
  margin-bottom: 1rem;
}

.eyebrow,
.section-label,
.story-label,
.board-badge,
.board-chip,
.screen-pill,
.shot-pill,
.poster-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  padding: 0.54rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 122, 0, 0.18);
  background: rgba(255, 247, 239, 0.92);
  color: #a14d00;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-copy h1,
.section-heading h2,
.story-copy h3,
.city-copy h2,
.trust-copy h2,
.final-cta-wrap h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.hero-copy h1 {
  font-size: clamp(3rem, 7vw, 6.1rem);
  max-width: 11ch;
}

.hero-lead,
.hero-note,
.section-heading p,
.story-copy p,
.city-copy p,
.trust-copy p,
.final-cta-wrap p,
.signal-item span,
.faq-item p,
.footer-grid a,
.footer-bottom p,
.story-list li,
.board-card p,
.person-tile span,
.mini-shot-card p,
.profile-card span,
.merchant-tile span,
.board-kicker,
.city-shot-top strong,
.merchant-map .map-merchant-card span,
.ticket-card span,
.bubble,
.msg,
.panel-head,
.chat-shot .shot-compose span,
.event-poster p {
  color: var(--muted);
  line-height: 1.72;
}

.hero-lead {
  margin: 1.18rem 0 0;
  font-size: 1.08rem;
  max-width: 62ch;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
  margin-top: 1.5rem;
}

.hero-points span,
.check-list li,
.story-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.76rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-points span::before,
.check-list li::before,
.story-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffbe6d);
  box-shadow: 0 0 0 5px rgba(255, 122, 0, 0.1);
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.65rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  min-height: 56px;
  padding: 0.96rem 1.28rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-icon svg {
  width: 100%;
  height: 100%;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: var(--shadow-soft);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: var(--shadow);
}

.hero-note {
  margin-top: 1.08rem;
  padding: 1rem 1.08rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  max-width: 60ch;
}

.hero-visual {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
}

.hero-glow-1 {
  top: 90px;
  left: 20px;
  width: 310px;
  height: 310px;
  background: rgba(255, 122, 0, 0.16);
}

.hero-glow-2 {
  right: 10px;
  bottom: 30px;
  width: 260px;
  height: 260px;
  background: rgba(255, 178, 96, 0.14);
}

.device-stage {
  position: relative;
  z-index: 3;
}

.device {
  position: relative;
  border-radius: 42px;
  background: linear-gradient(180deg, #1d1d21, #0f0f12);
  box-shadow: 0 32px 100px rgba(16, 16, 16, 0.24);
}

.device-main {
  width: min(430px, 100%);
  padding: 14px;
}

.device-top {
  width: 34%;
  height: 28px;
  margin: 0 auto 10px;
  border-radius: 0 0 18px 18px;
  background: #09090b;
}

.device-screen,
.story-art,
.experience-board,
.signal-item,
.faq-item,
.final-cta-wrap,
.footer-grid,
.trust-card,
.story-card,
.board-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 21, 21, 0.06);
  box-shadow: var(--shadow);
}

.device-screen {
  min-height: 655px;
  padding: 1rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.17), transparent 30%),
    linear-gradient(180deg, #fffdf9 0%, #fff8ef 100%);
  overflow: hidden;
}

.screen-topbar,
.screen-tabs,
.shot-header,
.panel-head,
.city-shot-top,
.board-topbar,
.story-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.screen-kicker {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 0.78rem;
  color: var(--muted);
}

.screen-topbar h3,
.city-shot-top strong,
.story-copy h3,
.event-poster strong,
.trust-card h3,
.board-card strong,
.ticket-card strong,
.story-art strong,
.merchant-map .map-merchant-card strong,
.profile-card strong,
.mini-shot-card strong,
.person-tile strong {
  margin: 0;
  letter-spacing: -0.04em;
  color: var(--text);
}

.screen-topbar h3 {
  font-size: 1.56rem;
}

.screen-tabs {
  margin-top: 1rem;
  padding: 0.38rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 21, 21, 0.06);
  align-items: center;
}

.screen-tabs span {
  flex: 1;
  text-align: center;
  padding: 0.68rem 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--muted);
  border-radius: 999px;
}

.screen-tabs .tab-active {
  background: linear-gradient(135deg, var(--orange), #ffb564);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 122, 0, 0.22);
}

.hero-shot-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.shot-gradient {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.14), transparent 38%),
    rgba(255, 255, 255, 0.96);
}

.hero-shot-brand {
  width: 60px;
  height: 60px;
  padding: 6px;
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,243,231,0.95));
  box-shadow: 0 10px 26px rgba(255, 122, 0, 0.12);
}

.screen-people-grid,
.shot-strip-row,
.city-shot-grid,
.merchant-listing-grid,
.story-grid,
.signal-grid,
.trust-cards,
.faq-list,
.board-grid {
  display: grid;
  gap: 1rem;
}

.screen-people-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}

.person-tile,
.profile-card,
.mini-shot-card,
.merchant-tile,
.ticket-card,
.board-card {
  padding: 0.98rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.person-tile {
  text-align: center;
}

.avatar,
.profile-avatar {
  width: 54px;
  height: 54px;
  margin: 0 auto 0.75rem;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}

.avatar::before,
.profile-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.95) 0 10px, transparent 11px),
    radial-gradient(circle at 50% 85%, rgba(255,255,255,0.85) 0 22px, transparent 23px),
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0));
}

.avatar-amber {
  background: linear-gradient(135deg, #ffb15d, #ff6f00);
}

.avatar-sand {
  background: linear-gradient(135deg, #ffd59f, #ff9b42);
}

.avatar-brown {
  background: linear-gradient(135deg, #c96f3f, #8b3d16);
}

.shot-strip-row {
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.mini-shot-card.warm,
.soft-card {
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.96);
}

.mini-label,
.board-kicker {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.glass-panel {
  position: absolute;
  z-index: 4;
  min-width: 230px;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.glass-panel-left {
  left: -20px;
  top: 118px;
  animation: bob 6s ease-in-out infinite;
}

.glass-panel-right {
  right: -18px;
  top: 288px;
  animation: bob 6.4s ease-in-out infinite reverse;
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.panel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffd18a);
  box-shadow: 0 0 0 6px rgba(255, 122, 0, 0.1);
}

.panel-dot.alt {
  background: linear-gradient(135deg, #ffb35a, #ff7a00);
}

.chat-snippet,
.message-stack {
  display: grid;
  gap: 0.68rem;
  margin-top: 0.8rem;
}

.bubble,
.msg {
  max-width: 88%;
  padding: 0.74rem 0.9rem;
  border-radius: 18px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 21, 21, 0.05);
}

.bubble-in,
.msg-in {
  border-top-left-radius: 6px;
}

.bubble-out,
.msg-out {
  margin-left: auto;
  color: #fff;
  border-top-right-radius: 6px;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
}

.bubble.soft,
.msg.soft {
  background: rgba(255, 248, 241, 0.95);
}

.msg.accent {
  background: linear-gradient(135deg, #ff9c37, #ff7a00);
}

.merchant-map {
  position: relative;
  margin-top: 0.85rem;
}

.map-surface,
.merchant-map-wide {
  height: 146px;
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(21,21,21,0.05) 1px, transparent 1px),
    linear-gradient(rgba(21,21,21,0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fff9f2, #fffdfb);
  background-size: 28px 28px, 28px 28px, auto;
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.map-pin,
.mini-pin {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffbc68);
  box-shadow: 0 0 0 8px rgba(255, 122, 0, 0.09);
}

.map-pin::after,
.mini-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 2px;
  height: 10px;
  background: rgba(255, 122, 0, 0.32);
  transform: translateX(-50%);
}

.pin-a { top: 26px; left: 42px; }
.pin-b { top: 58px; right: 70px; }
.pin-c { bottom: 28px; left: 110px; }

.map-merchant-card {
  margin-top: 0.8rem;
  padding: 0.88rem 0.95rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.signal-band {
  padding: 0.8rem 0 0;
}

.signal-grid {
  grid-template-columns: repeat(4, 1fr);
}

.signal-item {
  padding: 1.12rem;
  border-radius: 24px;
}

.signal-item strong,
.board-card strong,
.footer-grid h3,
.faq-item summary,
.trust-card h3,
.story-copy h3,
.city-copy h2,
.trust-copy h2,
.section-heading h2,
.final-cta-wrap h2,
.brand-name,
.person-tile strong,
.profile-card strong,
.merchant-tile strong,
.ticket-card strong,
.event-poster strong {
  font-weight: 800;
}

.section {
  padding: 6rem 0;
}

.center-heading {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 2.6rem;
}

.section-heading h2,
.city-copy h2,
.trust-copy h2,
.final-cta-wrap h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  margin-top: 0.72rem;
}

.story-grid {
  grid-template-columns: 1fr;
}

.story-card {
  padding: 1.45rem;
  border-radius: 34px;
  align-items: center;
  gap: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.08), transparent 28%),
    rgba(255, 255, 255, 0.9);
}

.story-card > * {
  flex: 1;
}

.story-card.reverse {
  flex-direction: row-reverse;
}

.story-copy {
  display: grid;
  gap: 1rem;
}

.story-copy h3 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  max-width: 12ch;
}

.story-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.story-art {
  position: relative;
  min-height: 460px;
  padding: 1rem;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}

.chat-shot .shot-header,
.city-shot .city-shot-top,
.event-shot,
.merchant-shot {
  position: relative;
  z-index: 2;
}

.chat-shot::before,
.city-shot::before,
.event-shot::before,
.merchant-shot::before,
.experience-board::before,
.visual-trust-card::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
}

.chat-shot::before {
  width: 180px;
  height: 180px;
  top: -40px;
  right: -30px;
  background: rgba(255, 122, 0, 0.18);
}

.city-shot::before {
  width: 160px;
  height: 160px;
  top: 20px;
  right: 20px;
  background: rgba(255, 176, 94, 0.18);
}

.event-shot::before {
  width: 200px;
  height: 200px;
  right: -20px;
  top: -16px;
  background: rgba(255, 122, 0, 0.18);
}

.merchant-shot::before {
  width: 190px;
  height: 190px;
  left: -30px;
  bottom: -24px;
  background: rgba(255, 122, 0, 0.16);
}

.chat-shot .shot-header {
  align-items: center;
}

.chat-shot .shot-compose {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  padding: 0.92rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(21, 21, 21, 0.06);
}

.compose-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffb968);
}

.chat-shot .shot-compose button {
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-deep));
  box-shadow: var(--shadow-soft);
}

.city-shot-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}

.profile-card.highlight {
  transform: translateY(24px);
  box-shadow: 0 18px 36px rgba(255, 122, 0, 0.12);
}

.location-cluster {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.location-cluster span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffbc68);
}

.event-shot {
  display: grid;
  align-content: center;
  gap: 1rem;
}

.event-poster {
  padding: 1.2rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(135deg, var(--orange), #ff9e34 48%, #ffcf88 100%);
  color: #fff;
  box-shadow: 0 24px 44px rgba(255, 122, 0, 0.2);
}

.event-poster .poster-tag {
  margin-bottom: 1rem;
  color: #fff;
  border-color: rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.14);
}

.event-poster strong,
.event-poster p {
  color: #fff;
}

.poster-avatars {
  display: flex;
  margin-top: 1rem;
}

.poster-avatars span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.75);
  background: linear-gradient(135deg, #ffe3bb, #ff8b00);
}

.poster-avatars span:first-child {
  margin-left: 0;
}

.ticket-stack {
  display: grid;
  gap: 0.85rem;
}

.merchant-shot {
  display: grid;
  gap: 1rem;
}

.merchant-map-wide {
  position: relative;
  overflow: hidden;
}

.mini-pin {
  top: 38px;
  left: 90px;
}

.mini-pin.second {
  top: 62px;
  left: 50%;
}

.mini-pin.third {
  bottom: 34px;
  right: 86px;
  left: auto;
}

.merchant-listing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.city-section {
  background: linear-gradient(180deg, rgba(255, 246, 236, 0.64), rgba(255, 255, 255, 0));
}

.city-layout,
.trust-grid,
.footer-grid,
.final-cta-wrap {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  gap: 0.8rem;
}

.experience-board {
  position: relative;
  padding: 1.25rem;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 239, 0.94));
  overflow: hidden;
}

.experience-board::before {
  width: 220px;
  height: 220px;
  right: -50px;
  top: -30px;
  background: rgba(255, 183, 110, 0.22);
}

.board-topbar {
  align-items: center;
  margin-bottom: 1rem;
}

.board-chip {
  color: #8c4a00;
}

.board-grid {
  grid-template-columns: repeat(2, 1fr);
}

.board-card {
  min-height: 180px;
  display: grid;
  align-content: end;
  gap: 0.55rem;
}

.board-card-people {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.13), transparent 38%),
    rgba(255,255,255,0.97);
}

.board-card-chat {
  background:
    radial-gradient(circle at top right, rgba(255, 185, 109, 0.18), transparent 36%),
    rgba(255,255,255,0.97);
}

.board-card-event {
  background:
    radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.15), transparent 38%),
    rgba(255,255,255,0.97);
}

.board-card-merchant {
  background:
    radial-gradient(circle at bottom left, rgba(255, 176, 96, 0.16), transparent 38%),
    rgba(255,255,255,0.97);
}

.trust-cards {
  grid-template-columns: repeat(2, 1fr);
}

.trust-card {
  position: relative;
  padding: 1.3rem;
  border-radius: 28px;
  overflow: hidden;
}

.visual-trust-card::before {
  width: 160px;
  height: 160px;
  top: -40px;
  right: -30px;
  background: rgba(255, 122, 0, 0.12);
}

.trust-icon-wrap {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 20px;
  color: var(--text);
}

.trust-icon-wrap svg {
  width: 28px;
  height: 28px;
}

.city-icon-bg,
.wallet-icon-bg,
.signal-icon-bg,
.realworld-icon-bg {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,248,239,0.96));
  border: 1px solid rgba(255, 122, 0, 0.12);
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.08);
}

.faq-list {
  max-width: 920px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 22px;
  padding: 0.22rem 1.1rem;
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 0;
  font-size: 1.02rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--orange-deep);
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0 0 1rem;
  max-width: 72ch;
}

.faq-item a {
  color: var(--orange-deep);
}

.final-cta {
  padding-top: 2rem;
}

.final-cta-wrap {
  align-items: center;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 239, 0.92));
}

.site-footer {
  padding: 2.5rem 0 2rem;
}

.footer-grid {
  gap: 1.4rem;
  padding: 1.6rem;
  border-radius: 30px;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
}

.footer-brand-link {
  align-items: flex-start;
}

.footer-grid h3 {
  margin: 0 0 0.95rem;
  font-size: 0.95rem;
  letter-spacing: -0.03em;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.footer-grid a {
  text-decoration: none;
}

.footer-grid a:hover,
.site-nav a:hover {
  color: var(--orange-deep);
}

.footer-bottom {
  padding-top: 1rem;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-grid,
  .story-card,
  .city-layout,
  .trust-grid,
  .final-cta-wrap,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .story-card,
  .story-card.reverse {
    flex-direction: column;
  }

  .signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .merchant-listing-grid,
  .screen-people-grid,
  .board-grid,
  .trust-cards,
  .city-shot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 680px;
  }

  .glass-panel-left {
    left: 0;
  }

  .glass-panel-right {
    right: 0;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.75rem);
    display: grid;
    gap: 0.6rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(21, 21, 21, 0.06);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: 0.22s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav .nav-cta {
    text-align: center;
  }

  .hero {
    padding-top: 3rem;
  }

  .hero-copy h1 {
    max-width: 8ch;
  }

  .signal-grid,
  .merchant-listing-grid,
  .screen-people-grid,
  .shot-strip-row,
  .city-shot-grid,
  .trust-cards,
  .board-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .glass-panel {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
    animation: none;
  }

  .device-main {
    width: 100%;
  }

  .device-screen {
    min-height: auto;
  }

  .story-art {
    min-height: 400px;
  }

  .hero-actions,
  .final-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand-icon {
    width: 44px;
    height: 44px;
  }

  .brand-tag {
    display: none;
  }

  .section {
    padding: 4.4rem 0;
  }

  .hero-copy h1 {
    font-size: 2.72rem;
  }

  .section-heading h2,
  .city-copy h2,
  .trust-copy h2,
  .final-cta-wrap h2,
  .story-copy h3 {
    font-size: 2rem;
  }

  .hero-points span,
  .check-list li,
  .story-list li {
    width: 100%;
  }

  .device-main {
    padding: 10px;
    border-radius: 32px;
  }

  .device-top {
    height: 22px;
    margin-bottom: 6px;
  }

  .device-screen {
    border-radius: 24px;
    padding: 0.85rem;
  }

  .story-card,
  .story-art,
  .trust-card,
  .final-cta-wrap,
  .footer-grid,
  .faq-item,
  .signal-item,
  .experience-board {
    border-radius: 20px;
  }
}


/* --- Real screenshot upgrade --- */
.hero-showcase {
  position: relative;
  min-height: 780px;
  display: grid;
  place-items: center;
}
.hero-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
}
.hero-aura-1 {
  width: 330px;
  height: 330px;
  left: 24px;
  top: 90px;
  background: rgba(255, 122, 0, 0.18);
}
.hero-aura-2 {
  width: 260px;
  height: 260px;
  right: 22px;
  bottom: 48px;
  background: rgba(255, 192, 120, 0.14);
}
.real-device {
  z-index: 3;
  width: min(440px, 100%);
}
.device-screen-real {
  min-height: auto;
  padding: 0;
  background: #050506;
}
.app-screen-full {
  width: 100%;
  height: auto;
  display: block;
}
.hero-cred {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
  max-width: 780px;
}
.cred-card {
  padding: 1rem 1.08rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(21, 21, 21, 0.06);
  box-shadow: var(--shadow);
}
.cred-card strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.98rem;
  letter-spacing: -0.03em;
}
.cred-card span {
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.93rem;
}
.screen-float {
  position: absolute;
  z-index: 4;
  width: 230px;
  margin: 0;
  padding: 0.85rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.screen-float-header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.8rem;
}
.screen-float-header strong {
  letter-spacing: -0.03em;
}
.screen-float-window {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(21, 21, 21, 0.08);
  background: #08080a;
}
.app-screen-crop {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: top;
  display: block;
}
.screen-float-chat {
  left: -8px;
  top: 116px;
}
.screen-float-events {
  right: -16px;
  top: 160px;
}
.screen-float-merchants {
  right: 24px;
  bottom: 40px;
}
.image-story-art {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff8ef 100%);
}
.screen-stack,
.single-showcase {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shot-frame {
  overflow: hidden;
  margin: 0;
  border-radius: 34px;
  background: #050506;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: 0 26px 70px rgba(18, 18, 18, 0.18);
}
.shadow-strong {
  box-shadow: 0 36px 80px rgba(18, 18, 18, 0.24);
}
.tall-frame {
  width: min(340px, 100%);
}
.duo-frame {
  width: 100%;
}
.lower-frame {
  transform: translateY(42px);
}
.overlay-frame {
  position: absolute;
  right: 10px;
  bottom: 26px;
  width: min(225px, 42%);
}
.rotate-pos {
  transform: rotate(6deg);
}
.focus-frame {
  position: relative;
  z-index: 2;
}
.badge-panel {
  position: absolute;
  left: 10px;
  bottom: 28px;
  z-index: 3;
  max-width: 260px;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 21, 21, 0.06);
  box-shadow: var(--shadow);
}
.badge-panel strong {
  display: block;
  margin-bottom: 0.35rem;
}
.badge-panel span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}
.centered-showcase {
  min-height: 620px;
}
.screenshot-grid-duo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}
.experience-mosaic {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: auto auto;
  gap: 1rem;
}
.mosaic-shot {
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
  background: #050506;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: var(--shadow);
}
.mosaic-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.mosaic-shot-tall {
  grid-row: 1 / span 2;
  min-height: 760px;
}
.mosaic-shot-short {
  min-height: 330px;
}
.mosaic-shot-wide {
  min-height: 360px;
}
.mosaic-note {
  padding: 1.3rem;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 0, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(21, 21, 21, 0.06);
  box-shadow: var(--shadow);
  display: grid;
  align-content: end;
  gap: 0.7rem;
}
.mosaic-note strong {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.mosaic-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.trust-proof-strip {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.proof-shot {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: #050506;
  border: 1px solid rgba(21, 21, 21, 0.08);
  box-shadow: var(--shadow);
}
.compact-proof {
  max-height: 320px;
}
.final-actions-column {
  align-self: center;
  width: 100%;
  justify-content: center;
}
.final-actions-column .btn {
  min-width: 320px;
}
.download-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.45rem;
}
.download-proof .proof-shot {
  max-height: 220px;
}
@media (max-width: 1180px) {
  .hero-showcase {
    min-height: 700px;
  }
  .screen-float-chat {
    left: 0;
  }
  .screen-float-events {
    right: 0;
  }
  .screen-float-merchants {
    right: 40px;
  }
  .experience-mosaic {
    grid-template-columns: 1fr 1fr;
  }
  .mosaic-shot-tall {
    min-height: 680px;
  }
}
@media (max-width: 820px) {
  .hero-cred,
  .trust-proof-strip,
  .download-proof,
  .screenshot-grid-duo,
  .experience-mosaic {
    grid-template-columns: 1fr;
  }
  .hero-showcase {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .screen-float {
    position: relative;
    inset: auto;
    width: 100%;
  }
  .screen-stack,
  .single-showcase,
  .centered-showcase {
    min-height: auto;
    padding-top: 0.4rem;
  }
  .overlay-frame {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
    transform: none;
  }
  .lower-frame {
    transform: none;
  }
  .mosaic-shot-tall,
  .mosaic-shot-short,
  .mosaic-shot-wide,
  .compact-proof {
    min-height: auto;
    max-height: none;
  }
  .badge-panel {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 1rem;
  }
  .final-actions-column .btn {
    min-width: 0;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .hero-copy h1 {
    max-width: 8.5ch;
  }
  .screen-float {
    padding: 0.75rem;
  }
  .app-screen-crop {
    height: 210px;
  }
}



/* --- Shared inner pages --- */
.page-hero {
  padding: 4.4rem 0 2rem;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.6rem;
  align-items: center;
}
.page-hero-copy h1 {
  margin: 0.72rem 0 0;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.page-hero-copy p {
  margin: 1.1rem 0 0;
  max-width: 64ch;
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.04rem;
}
.page-hero-aside,
.policy-card,
.contact-card,
.faq-card,
.info-card,
.link-card,
.contact-band,
.delete-card,
.status-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.page-hero-aside {
  padding: 1.35rem;
  display: grid;
  gap: 1rem;
}
.page-hero-shot {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(21,21,21,0.08);
  background: #0f1012;
}
.page-hero-shot img {
  width: 100%;
  height: auto;
}
.page-hero-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.page-shell {
  padding: 0.8rem 0 5rem;
}
.two-col {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 1.4rem;
  align-items: start;
}
.sticky-col {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 1rem;
}
.info-card,
.link-card,
.status-card {
  padding: 1.2rem 1.2rem 1.1rem;
}
.info-card h3,
.link-card h3,
.status-card h3,
.contact-card h3,
.faq-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  letter-spacing: -0.03em;
}
.meta-list,
.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}
.meta-list li,
.link-list li {
  color: var(--muted);
  line-height: 1.6;
}
.meta-list strong,
.link-list a,
.prose a,
.faq-answer a {
  color: var(--orange-deep);
  text-decoration: none;
}
.prose-shell {
  display: grid;
  gap: 1rem;
}
.policy-card {
  padding: 1.6rem 1.55rem;
}
.prose .meta {
  margin-top: 0;
  color: var(--muted);
}
.prose h2,
.prose h3 {
  margin: 1.5rem 0 0.7rem;
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.prose h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}
.prose h3 {
  font-size: 1.08rem;
}
.prose p,
.prose li {
  color: var(--muted);
  line-height: 1.8;
}
.prose ul,
.prose ol {
  padding-left: 1.2rem;
}
.policy-card + .policy-card {
  margin-top: 1rem;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 1.4rem;
}
.contact-card {
  padding: 1.5rem;
}
.contact-band {
  padding: 1rem 1.05rem;
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-top: 1rem;
}
.contact-band svg,
.callout-badge svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}
.callout-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--orange-soft);
  color: var(--orange-deep);
  border: 1px solid rgba(255,122,0,0.12);
}
.contact-actions,
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}
.key-grid {
  display: grid;
  gap: 0.95rem;
}
.key-grid.two {
  grid-template-columns: 1fr 1fr;
}
.key-item {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,250,245,0.96));
  border: 1px solid var(--line);
}
.key-item strong {
  display: block;
  margin-bottom: 0.35rem;
  letter-spacing: -0.03em;
}
.key-item span {
  color: var(--muted);
  line-height: 1.65;
}
.faq-page-grid {
  display: grid;
  gap: 1rem;
}
.search-card {
  padding: 1.2rem;
}
.search-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.search-meta {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.faq-search {
  width: min(100%, 420px);
  min-height: 54px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.96);
  font: inherit;
}
.faq-group {
  display: grid;
  gap: 0.9rem;
}
.faq-group-title {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.03em;
}
.faq-card {
  padding: 0.2rem 1.1rem;
}
.faq-card summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.03em;
}
.faq-card summary::-webkit-details-marker { display:none; }
.faq-card summary::after {
  content: "+";
  color: var(--orange-deep);
  font-size: 1.25rem;
}
.faq-card[open] summary::after { content: "–"; }
.faq-answer {
  padding-bottom: 1rem;
  color: var(--muted);
  line-height: 1.75;
}
.faq-answer p,
.faq-answer ul,
.faq-answer ol {
  margin: 0;
}
.faq-answer ul,
.faq-answer ol {
  padding-left: 1.1rem;
}
.helper-text {
  color: var(--muted);
  margin: 0;
}
.footer-note {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 50ch;
}
.empty-state {
  display: none;
  padding: 1.2rem;
  text-align: center;
  color: var(--muted);
}
.site-nav a.is-active {
  color: var(--orange-deep);
}
@media (max-width: 1180px) {
  .page-hero-grid,
  .contact-layout,
  .two-col,
  .key-grid.two {
    grid-template-columns: 1fr;
  }
  .sticky-col {
    position: relative;
    top: auto;
  }
}
@media (max-width: 820px) {
  .page-hero {
    padding-top: 3rem;
  }
  .page-hero-mini {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .page-hero-copy h1 {
    font-size: 2.6rem;
  }
  .policy-card,
  .contact-card,
  .faq-card,
  .info-card,
  .link-card,
  .status-card,
  .page-hero-aside,
  .contact-band {
    border-radius: 22px;
  }
}
