/* Landing blocks on the dark site.css palette */
.hero {
  padding-top: 48px;
  padding-bottom: 12px;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid var(--border);
  background: rgba(201, 162, 74, 0.08);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-copy h1 { max-width: 18ch; line-height: 1.22; }

.btn-text {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}
.btn-text:hover { color: var(--gold-light); text-decoration: underline; }

.hero-banner {
  display: grid;
  gap: 12px;
  align-content: start;
}

.dash-mock {
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 14px 16px;
  max-width: 360px;
  margin-left: auto;
}

.dash-mock__top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 650;
  margin-bottom: 12px;
}

.dash-mock__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.dash-mock__stats em {
  display: block;
  font-style: normal;
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dash-mock__stats strong {
  display: block;
  margin-top: 2px;
  color: var(--gold-light);
  font-size: 1.05rem;
}

.dash-mock__rows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.dash-mock__rows li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 7px 0;
  border-top: 1px solid var(--border);
  font-size: 0.82rem;
  color: var(--muted);
}

.dash-mock__rows b {
  color: #8fd19e;
  font-weight: 650;
}

.dash-mock__rows li:last-child b { color: var(--gold-light); }

.proof-bar {
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(201, 162, 74, 0.07);
}

.proof-bar p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.proof-bar strong { color: var(--text); }

.dev-strip {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

@media (max-width: 900px) {
  .dash-mock { margin: 0 auto; }
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.trust-row li {
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(12, 18, 32, 0.9);
  border: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-banner {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}
.hero-banner img { display: none; }

.pay-mock {
  position: relative;
  background: var(--bg-panel);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 18px;
  max-width: 360px;
  margin-left: auto;
  overflow: visible;
}

.pay-mock__top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 650;
  margin-bottom: 14px;
}

.pay-mock__qr {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 12px;
  box-sizing: border-box;
}

.pay-mock__qr svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  display: block;
  shape-rendering: crispEdges;
}

.pay-mock__amt {
  margin: 14px 0 2px;
  text-align: center;
  font-size: 1.45rem;
  font-weight: 750;
  color: var(--gold-light);
}

.pay-mock__note {
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
  margin: 0 0 14px;
}

.pay-mock__apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.pay-mock__apps span {
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 4px 8px;
}

.live-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.88rem;
}

.live-proof li {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.live-proof strong {
  color: var(--gold-light);
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.live-proof--form {
  display: block;
  margin: 0 0 14px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(201, 162, 74, 0.08);
}

.pay-mock__pulse {
  position: absolute;
  left: 14px;
  bottom: 52px;
  z-index: 2;
  min-width: 158px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(12, 18, 32, 0.96);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

.pay-mock__pulse-kicker {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.pay-mock__pulse strong {
  display: block;
  margin: 2px 0 0;
  color: var(--gold-light);
  font-size: 1.12rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.pay-mock__pulse-sub {
  display: block;
  margin-top: 2px;
  color: #8fd19e;
  font-size: 0.74rem;
  font-weight: 650;
}

.live-toast--click {
  pointer-events: auto;
  cursor: pointer;
}

.live-toast--in {
  opacity: 1;
  transform: translateY(0);
}

.live-toast__dot {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 0 4px rgba(61, 214, 140, 0.18);
  flex-shrink: 0;
}

.live-toast__title {
  display: block;
  font-size: 0.82rem;
  color: var(--text);
}

.live-toast__meta {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .pay-mock { margin: 0 auto; }
}

@media (max-width: 560px) {
  .live-toast {
    left: 12px;
    right: 12px;
    max-width: none;
  }
  .pay-mock__pulse {
    left: 10px;
    bottom: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-toast { transition: none; }
}
