:root {
  /* 2026 rebrand: black-dominant, gold-yellow primary, light-red accent.
     Variable names kept stable so existing rules adopt the new palette. */
  color-scheme: dark;
  --bg: #000000;
  --ink: #ffffff;
  --muted: #9a9a9a;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(20, 20, 20, 0.82);
  --surface: #0c0c0c;
  --surface-elevated: #1a1a1a;
  --orange: #f5c518; /* primary gold-yellow */
  --coral: #ffb000;  /* deeper gold */
  --pink: #ff6b6b;   /* light-red accent */
  --gold: #ffd64a;   /* highlight gold */
  --green: #10b981;
  --blue: #0a84ff;
  --brand-gradient: linear-gradient(100deg, var(--orange), var(--coral), var(--pink));
}

@font-face {
  font-family: "New Amsterdam";
  src: url("assets/fonts/NewAmsterdam-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Lexend Deca";
  src: url("assets/fonts/LexendDeca-Variable.ttf") format("truetype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Lexend Deca", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.legal-page {
  min-height: 100vh;
}

.legal {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 142px 0 72px;
}

.legal h1 {
  margin: 10px 0 26px;
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: clamp(54px, 10vw, 96px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal h2 {
  margin: 34px 0 10px;
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: 34px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--pink);
}

.legal p {
  color: rgba(248, 244, 255, 0.78);
  line-height: 1.75;
}

.legal a {
  color: var(--pink);
}

body.is-loading {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.splash {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  background: #09080f;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.splash img {
  width: min(220px, 58vw);
  height: auto;
  image-rendering: auto;
}

body:not(.is-loading) .splash {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(9, 8, 15, 0.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(9, 8, 15, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.brand {
  transition: opacity 180ms ease;
}

.brand img,
footer img {
  display: block;
  width: 118px;
  height: auto;
}

nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-cta {
  padding: 0 16px;
  background: rgba(255, 59, 136, 0.16);
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: center;
  gap: clamp(24px, 5vw, 76px);
  padding: 112px clamp(18px, 6vw, 86px) 54px;
  overflow: hidden;
}

#court-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.82;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 8, 15, 0.96) 0%, rgba(9, 8, 15, 0.64) 54%, rgba(9, 8, 15, 0.88) 100%),
    linear-gradient(0deg, rgba(9, 8, 15, 0.95) 0%, rgba(9, 8, 15, 0) 24%);
  pointer-events: none;
}

.hero-copy,
.phone {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  max-width: 900px;
  font-family: "New Amsterdam", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(58px, 8vw, 132px);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-line {
  margin: 12px 0 18px;
  max-width: 800px;
  background: var(--brand-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: clamp(32px, 5.2vw, 74px);
  font-weight: 400;
  line-height: 0.98;
}

.hero-body {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.app-store-note {
  margin-top: 12px;
  color: rgba(248, 244, 255, 0.5);
  font-size: 13px;
  font-weight: 750;
}

.button {
  padding: 0 20px;
}

.button.primary {
  background: var(--brand-gradient);
  border-color: rgba(255, 255, 255, 0.08);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
}

.phone {
  align-self: center;
  min-height: 520px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 106, 28, 0.18), rgba(26, 24, 40, 0.92));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
  color: var(--green);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.phone-top img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

.score {
  font-family: "New Amsterdam", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(44px, 7vw, 70px);
  font-weight: 400;
  line-height: 0.94;
}

.court-name {
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 34px;
}

.stat-grid span,
.insight,
.feature-list article,
.court-board article,
.asset-grid article {
  border: 1px solid var(--line);
  background: var(--panel);
}

.stat-grid span {
  min-height: 82px;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
}

.stat-grid strong {
  display: block;
  color: var(--ink);
  font-size: 30px;
}

.insight {
  margin-top: 12px;
  padding: 16px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.ticker {
  display: flex;
  gap: 10px;
  overflow: hidden;
  padding: 14px clamp(18px, 6vw, 86px);
  border-block: 1px solid var(--line);
  background: #111019;
}

.ticker span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.band {
  padding: clamp(64px, 10vw, 130px) clamp(18px, 6vw, 86px);
}

.split,
.vision {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

h2 {
  max-width: 820px;
  font-family: "New Amsterdam", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(36px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 400;
}

h3 {
  font-size: 21px;
  line-height: 1.1;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list article,
.court-board article {
  padding: 24px;
}

.feature-list span,
.court-board span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
}

.feature-list p,
.court-board p,
.section-heading p,
.vision p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.courts {
  background: #f4f0e9;
  color: #151018;
}

.courts .eyebrow {
  color: #b51a7a;
}

.card-show {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 6vw, 88px);
  align-items: start;
}

.card-show-copy h2 {
  margin-bottom: 18px;
}

.card-show-lede {
  max-width: 560px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.card-show-bullets {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 10px;
}

.card-show-bullets li {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 14px 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.card-show-bullets strong {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.card-show-card {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 5 / 7;
  filter: drop-shadow(0 28px 60px rgba(255, 59, 136, 0.22)) drop-shadow(0 12px 28px rgba(0, 0, 0, 0.5));
}

.card-show-card svg {
  display: block;
  width: 100%;
  height: 100%;
}

.card-show .court-board {
  grid-column: 1 / -1;
  margin-top: clamp(40px, 6vw, 72px);
}

.card-show .court-board article {
  background: var(--panel);
  border-color: var(--line);
  color: var(--ink);
}

.card-show .court-board h3 {
  color: var(--ink);
}

.card-show .court-board p {
  color: var(--muted);
}

.court-detail {
  padding: 0;
  background: #0e0d14;
  border-color: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.cd-map {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.cd-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.cd-directions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 20px;
  background: var(--coral);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(255, 78, 107, 0.32);
}

.cd-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  background: #110f1c;
  color: var(--ink);
}

.cd-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.cd-head-main {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.cd-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cd-name {
  font-family: "Lexend Deca", sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1.05;
}

.cd-verified {
  background: var(--blue);
  border-radius: 999px;
}

.cd-address {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
}

.cd-rating {
  display: grid;
  gap: 2px;
  text-align: right;
}

.cd-rating-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.cd-reviews {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.cd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cd-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--surface-elevated);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.cd-stats {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-top: 4px;
}

.cd-stat {
  display: grid;
  gap: 4px;
  text-align: left;
}

.cd-stat-value {
  font-size: 17px;
  font-weight: 800;
  color: var(--ink);
}

.cd-stat-active {
  color: var(--green);
}

.cd-stat-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}

.cd-popular {
  justify-self: start;
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(255, 59, 136, 0.2);
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
}

.cd-cta {
  appearance: none;
  border: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--pink);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
}

.form-lede {
  margin-top: 10px;
  max-width: 460px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(240px, 0.6fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
}

.courts .section-heading p,
.courts .court-board p {
  color: #514858;
}

.court-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 44px;
}

.court-board article {
  background: white;
  border-color: rgba(21, 16, 24, 0.12);
}

.vision {
  background: #101821;
}

.vision > p {
  max-width: 760px;
  font-size: clamp(18px, 2.1vw, 24px);
}

.form-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 78px);
  background: #0e0d14;
}

.brand-lab {
  background:
    linear-gradient(135deg, rgba(255, 106, 28, 0.16), rgba(255, 59, 136, 0.08) 45%, rgba(10, 132, 255, 0.12)),
    #09080f;
}

.brand-lab .section-heading {
  align-items: start;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.asset-grid article {
  min-height: 240px;
  display: grid;
  align-content: space-between;
  gap: 28px;
  padding: 22px;
}

.asset-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.asset-grid h3 {
  margin-bottom: 10px;
  font-family: "New Amsterdam", Impact, "Arial Narrow", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: var(--ink);
}

.asset-grid p {
  color: var(--muted);
  line-height: 1.45;
}

.asset-grid a {
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 20px;
  color: var(--muted);
  font-size: 12px;
  text-transform: none;
}

.form-status[data-tone="success"] {
  color: #7cf0b1;
}

.form-status[data-tone="error"] {
  color: #ff8da6;
}

.form-status[data-tone="pending"] {
  color: #ffd09f;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px;
  text-transform: none;
}

select option {
  color: #09080f;
}

textarea {
  resize: vertical;
}

.full,
form button {
  grid-column: 1 / -1;
}

.hidden {
  display: none;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 34px clamp(18px, 6vw, 86px);
  border-top: 1px solid var(--line);
  background: #09080f;
}

footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 98px;
  }

  .phone {
    min-height: 430px;
  }

  .split,
  .vision,
  .form-band,
  .section-heading,
  .court-board,
  .asset-grid,
  .card-show {
    grid-template-columns: 1fr;
  }

  .card-show-card {
    position: relative;
    top: 0;
    max-width: 360px;
    margin: 8px auto 0;
  }

  form {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  footer div {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .brand img {
    width: 98px;
  }

  .header-cta {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

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

/* ─── Launch status ────────────────────────────────────────────── */

.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 106, 28, 0.12);
  border: 1px solid rgba(255, 106, 28, 0.3);
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  border-radius: 999px;
  margin-bottom: 18px;
  width: fit-content;
}
.launch-pill .dot {
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: launch-pulse 1.4s ease-in-out infinite;
}
@keyframes launch-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.7); }
}

/* ─── Big marquee (replaces the small ticker strip) ────────────── */

.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  background: var(--surface);
}
.marquee-track {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: marquee-scroll 26s linear infinite;
  padding-left: 48px;
}
.marquee-track span {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.16);
  flex-shrink: 0;
}
.marquee-track span.accent {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── Features grid (numbered cards) ───────────────────────────── */

.feat-section { padding: 96px 24px; max-width: 1200px; margin: 0 auto; }
.feat-section .eyebrow { color: var(--orange); margin-bottom: 14px; }
.feat-section h2 {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 400;
  line-height: 0.92;
  margin: 0 0 56px;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
}
.feat-card {
  background: var(--surface);
  padding: 32px 28px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  transition: border-color 0.25s;
}
.feat-card:hover { border-color: rgba(255, 106, 28, 0.45); }
.feat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: var(--brand-gradient);
  opacity: 0;
  transition: opacity 0.25s;
}
.feat-card:hover::before { opacity: 1; }
.feat-num {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.18;
  position: absolute;
  top: 14px;
  right: 18px;
}
.feat-card h3 {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.feat-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}
.feat-tag {
  display: inline-block;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(255, 106, 28, 0.3);
  padding: 4px 10px;
  border-radius: 4px;
}

/* ─── Proof stats ──────────────────────────────────────────────── */

.proof-section {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.proof-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
.stat-block {
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 26px 22px;
}
.stat-block .num {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: 56px;
  font-weight: 400;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.stat-block .lbl {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-top: 6px;
}
.proof-copy h2 {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 400;
  line-height: 0.92;
  margin: 0 0 20px;
}
.proof-copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
  margin: 0 0 26px;
}

@media (max-width: 768px) {
  .proof-section { grid-template-columns: 1fr; gap: 32px; }
}

/* ─── Final CTA (echo of hero, gradient wash) ──────────────────── */

.final-cta {
  text-align: center;
  padding: 96px 24px 120px;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 100%, rgba(255, 59, 136, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta h2 {
  font-family: "New Amsterdam", Impact, sans-serif;
  font-size: clamp(48px, 9vw, 112px);
  font-weight: 400;
  line-height: 0.92;
  margin: 0 0 24px;
}
.final-cta h2 .grad {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.final-cta p {
  color: var(--muted);
  max-width: 520px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.6;
}
