/* Wanerban — original US-market meetup aesthetic */

:root {
  --primary: #ff5a5f;
  --primary-dark: #e94e53;
  --primary-light: #ff8a8e;
  --accent: #ff5a5f;
  --surface-dark: #111827;
  --surface-mid: #1f2937;
  --surface-deep: #374151;
  --gradient-hero: linear-gradient(145deg, var(--surface-dark) 0%, #2d1f22 42%, #3d2024 100%);
  --gradient-accent: linear-gradient(135deg, #ff5a5f 0%, #ff7b6b 100%);
  --tag-bg: #fff0f0;
  --black: #0f172a;
  --gray-900: #1e293b;
  --gray-700: #475569;
  --gray-500: #64748b;
  --gray-300: #cbd5e1;
  --gray-100: #f8fafc;
  --white: #fff;
  --shadow-card: 0 4px 24px rgba(15, 23, 42, 0.08);
  --shadow-float: 0 24px 48px rgba(15, 23, 42, 0.18);
  --radius-pill: 999px;
  --radius-card: 16px;
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  line-height: 1.6;
  color: var(--black);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

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

/* Launch site — local activity and trust-first positioning */
.launch-site { background:#f7f8f6; color:#17211d; }
.launch-header { position:sticky; top:0; z-index:20; min-height:72px; padding:0 5vw; display:flex; align-items:center; justify-content:space-between; background:rgba(247,248,246,.94); backdrop-filter:blur(14px); border-bottom:1px solid #e2e7e3; }
.launch-header nav { display:flex; align-items:center; gap:24px; }
.launch-header nav a { color:#34423b; font-size:14px; font-weight:650; }
.launch-logo { display:flex; align-items:center; gap:10px; color:#17211d; font-size:21px; font-weight:850; }
.launch-logo img { width:36px; height:36px; border-radius:10px; }
.launch-nav-cta { padding:10px 17px; border-radius:999px; background:#155e4b; color:#fff!important; }
.launch-hero { min-height:680px; padding:100px max(5vw,24px); display:grid; grid-template-columns:1.05fr .95fr; gap:8vw; align-items:center; background:linear-gradient(145deg,#f5f1e8,#eef5f1); }
.launch-kicker { margin:0 0 14px; color:#0f766e; font-weight:850; font-size:12px; letter-spacing:1.5px; }
.launch-hero h1 { margin:0; font-size:clamp(48px,7vw,88px); line-height:.98; letter-spacing:-4px; }
.launch-hero>div>p:not(.launch-kicker):not(.launch-note) { max-width:650px; margin:28px 0; color:#526159; font-size:20px; line-height:1.6; }
.launch-actions { display:flex; flex-wrap:wrap; gap:12px; }
.launch-button { display:inline-flex; padding:14px 23px; border-radius:999px; font-weight:750; text-decoration:none; }
.launch-button--primary { background:#155e4b; color:#fff; }
.launch-button--secondary { border:1px solid #9badA4; color:#254d40; background:rgba(255,255,255,.45); }
.launch-button--light { color:#155e4b; background:#fff; }
.launch-note { color:#718078; font-size:13px; margin-top:16px; }
.launch-preview { padding:22px; border:1px solid #d9e1dc; border-radius:28px; background:#fff; box-shadow:0 30px 80px rgba(34,63,49,.12); transform:rotate(1deg); }
.preview-label { font-size:11px; letter-spacing:1.2px; color:#75827b; font-weight:800; }
.launch-preview article { padding:17px; margin-top:12px; border:1px solid #edf0ee; border-radius:17px; }
.launch-preview article h3 { margin:9px 0 4px; font-size:18px; }
.launch-preview article p { margin:0; color:#68736d; font-size:13px; }
.preview-type { display:inline-block; padding:5px 9px; border-radius:999px; font-size:11px; font-weight:800; }
.preview-type--green { background:#ecfdf5; color:#047857; }.preview-type--purple { background:#f5f3ff; color:#6d28d9; }.preview-type--blue { background:#eff6ff; color:#1d4ed8; }
.launch-section { padding:100px max(5vw,24px); max-width:1440px; margin:auto; }
.launch-section h2,.launch-download h2 { max-width:800px; margin:0 0 40px; font-size:clamp(34px,5vw,58px); line-height:1.05; letter-spacing:-2px; }
.launch-grid { display:grid; gap:16px; }.launch-grid--four { grid-template-columns:repeat(4,1fr); }
.launch-grid article { padding:26px; border:1px solid #e1e6e2; border-radius:20px; background:#fff; }
.launch-grid strong { color:#0f766e; }.launch-grid h3 { font-size:20px; margin:30px 0 8px; }.launch-grid p { color:#66736c; margin:0; }
.launch-section--tint { max-width:none; background:#eaf4ef; }.launch-split { max-width:1296px; margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:8vw; }
.trust-list { margin:0 0 24px; padding:0; list-style:none; }.trust-list li { padding:14px 0; border-bottom:1px solid #cde0d6; }.trust-list li:before { content:'✓'; color:#0f766e; font-weight:900; margin-right:10px; }
.launch-text-link { color:#155e4b; font-weight:800; }.city-row { display:flex; flex-wrap:wrap; gap:10px; }.city-row a { padding:12px 18px; border-radius:999px; color:#34423b; background:#fff; border:1px solid #dfe5e1; font-weight:700; }
.launch-partner { display:flex; align-items:flex-end; justify-content:space-between; gap:40px; }.launch-partner p { max-width:700px; color:#66736c; font-size:18px; }
.launch-download { padding:100px 5vw; text-align:center; color:#fff; background:#155e4b; }.launch-download h2 { margin-left:auto; margin-right:auto; }.launch-download p { margin-bottom:25px; opacity:.85; }
.launch-footer { padding:60px 5vw; display:grid; grid-template-columns:2fr repeat(3,1fr); gap:40px; background:#10251e; color:#d5e1dc; }.launch-footer .launch-logo { color:#fff; }.launch-footer p { color:#91a39b; }.launch-footer h4 { color:#fff; margin-top:0; }.launch-footer>div>a:not(.launch-logo) { display:block; margin:10px 0; color:#aebdb6; font-size:14px; }
@media(max-width:800px){.launch-header nav a:not(.launch-nav-cta){display:none}.launch-hero{grid-template-columns:1fr;padding-top:70px}.launch-hero h1{letter-spacing:-2px}.launch-grid--four,.launch-split,.launch-footer{grid-template-columns:1fr}.launch-partner{align-items:flex-start;flex-direction:column}.launch-section{padding-top:70px;padding-bottom:70px}}

/* ── Header ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  transition: background 0.3s, box-shadow 0.3s;
}

.site-header--transparent {
  background: transparent;
}

.site-header--transparent .logo-text,
.site-header--transparent .nav-link {
  color: var(--white);
}

.site-header--solid {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo:hover { text-decoration: none; }

.logo-img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  flex-shrink: 0;
  display: block;
}

.logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-icon svg { width: 20px; height: 20px; }

.logo-text {
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.5px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-700);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s;
}

.nav-link:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: var(--radius-pill);
  box-shadow: 0 2px 12px rgba(255, 90, 95, 0.35);
}

.nav-cta:hover {
  background: var(--primary-dark);
  text-decoration: none;
}

.site-header--solid .nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  box-shadow: none;
}

.site-header--solid .nav-cta:hover {
  background: var(--primary-dark);
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  background: var(--gradient-hero);
  display: flex;
  align-items: center;
  padding: calc(var(--header-h) + 40px) 24px 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 85% 20%, rgba(255, 90, 95, 0.2) 0%, transparent 55%),
    radial-gradient(ellipse 40% 35% at 10% 85%, rgba(255, 123, 107, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-content { color: var(--white); }

.hero-eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 16px;
}

.hero h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

.hero-sub {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
  opacity: 0.92;
  max-width: 480px;
  margin: 0 0 36px;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}

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

.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(255, 90, 95, 0.35);
}

.btn-primary:hover { box-shadow: 0 8px 28px rgba(255, 90, 95, 0.45); }

.btn-white {
  background: var(--white);
  color: var(--primary-dark);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.btn-white:hover { box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2); }

.btn-outline {
  background: transparent;
  color: var(--white);
  border: 2px solid rgba(255, 255, 255, 0.6);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--white);
}

/* ── Invite Board (activity list UI) ── */
.invite-board {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-float);
  overflow: hidden;
}

.invite-board__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-900);
}

.invite-board__badge {
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-dark);
  background: var(--tag-bg);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

.invite-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #f1f5f9;
}

.invite-item:last-child { border-bottom: none; }

.invite-item--active {
  background: var(--tag-bg);
  border-left: 3px solid var(--primary);
  padding-left: 17px;
}

.discover-tabs {
  display: flex;
  border-bottom: 1px solid #f1f5f9;
}

.discover-tab {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gray-500);
}

.discover-tab--active {
  color: var(--primary);
  font-weight: 700;
  box-shadow: inset 0 -2px 0 var(--primary);
}

.invite-item__type {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--primary);
  margin-bottom: 2px;
}

.invite-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.invite-item__body { flex: 1; min-width: 0; }

.invite-item__tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-500);
  margin: 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.invite-item__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-900);
  margin: 0 0 2px;
  letter-spacing: -0.2px;
}

.invite-item__meta {
  font-size: 13px;
  color: var(--gray-500);
  margin: 0;
}

.invite-item__action {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  background: var(--tag-bg);
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  flex-shrink: 0;
}

/* ── Sections ── */
.section {
  padding: 100px 24px;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}

.section h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.section-desc {
  font-size: 18px;
  color: var(--gray-500);
  max-width: 560px;
  margin: 0 0 56px;
}

.section--gray { background: var(--gray-100); }
.section--dark {
  background: var(--surface-dark);
  color: var(--white);
}

.section--dark .section-label { color: var(--primary-light); }
.section--dark .section-desc { color: rgba(255, 255, 255, 0.6); }

/* ── Feature Cards ── */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--white);
  border-radius: var(--radius-card);
  padding: 36px 28px;
  box-shadow: var(--shadow-card);
  transition: transform 0.3s;
}

.feature-card:hover { transform: translateY(-4px); }

.section--gray .feature-card { background: var(--white); }

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--gradient-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -0.3px;
}

.feature-card p {
  font-size: 15px;
  color: var(--gray-500);
  margin: 0;
  line-height: 1.6;
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  counter-reset: step;
}

.step {
  text-align: center;
  counter-increment: step;
}

.step-num {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--gradient-accent);
  color: var(--white);
  font-size: 28px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
}

.step p {
  font-size: 15px;
  color: var(--gray-500);
  margin: 0;
}

.section--dark .step p { color: rgba(255, 255, 255, 0.55); }

/* ── Safety Banner ── */
.safety-banner {
  background: linear-gradient(135deg, #f0f7ff 0%, #fff 100%);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-card);
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.safety-icon { font-size: 48px; flex-shrink: 0; }

.safety-banner h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 8px;
}

.safety-banner p {
  font-size: 15px;
  color: var(--gray-700);
  margin: 0 0 16px;
}

/* ── Legal Grid ── */
.legal-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.legal-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid #eee;
  text-decoration: none;
  color: var(--black);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.legal-card:hover {
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(255, 90, 95, 0.15);
  transform: translateX(4px);
  text-decoration: none;
}

.legal-card-title {
  font-size: 17px;
  font-weight: 700;
}

.legal-card-sub {
  font-size: 13px;
  color: var(--gray-500);
  margin-top: 2px;
}

.legal-card-arrow {
  font-size: 20px;
  color: var(--primary);
  font-weight: 700;
}

/* ── CTA Band ── */
.cta-band {
  background: var(--gradient-accent);
  padding: 80px 24px;
  text-align: center;
  color: var(--white);
}

.cta-band h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 16px;
}

.cta-band p {
  font-size: 18px;
  opacity: 0.9;
  margin: 0 0 32px;
}

/* ── Footer ── */
.site-footer {
  background: var(--black);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 24px 40px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
}

.footer-brand .logo-text { color: var(--white); }

.footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  margin: 16px 0 0;
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 0 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col li { margin-bottom: 10px; }

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-decoration: none;
}

.footer-col a:hover { color: var(--white); text-decoration: none; }

.footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}

/* ── Legal Pages ── */
body.legal-page { background: var(--gray-100); }

.legal-main {
  max-width: 760px;
  margin: 0 auto;
  padding: calc(var(--header-h) + 40px) 24px 80px;
  background: var(--white);
  min-height: 100vh;
}

.legal-main h1 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 8px;
}

.legal-meta {
  color: var(--gray-500);
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.legal-main h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 36px 0 12px;
  color: var(--black);
}

.legal-main h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 8px;
  color: var(--gray-700);
}

.legal-main p, .legal-main li {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.75;
}

.legal-main ul, .legal-main ol {
  padding-left: 1.4em;
  margin: 12px 0;
}

.legal-main table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
.legal-main th, .legal-main td { border: 1px solid #eee; padding: 10px; text-align: left; }

.legal-nav {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.legal-nav a {
  font-weight: 600;
  font-size: 14px;
}

.notice {
  background: #fff7e6;
  color: #b45309;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 14px;
  margin-bottom: 24px;
}

/* Legacy compat */
.tagline { color: var(--gray-500); }
.company { color: var(--gray-500); line-height: 1.7; margin-bottom: 20px; font-size: 14px; }
.links { list-style: none; padding: 0; }
.links li { margin: 12px 0; }
.links a { font-size: 17px; font-weight: 600; text-decoration: none; }
.links a:hover { text-decoration: underline; }
.footer { color: var(--gray-500); font-size: 14px; line-height: 1.8; }

/* ── Animations ── */
@keyframes slide-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.invite-board { animation: slide-in 0.6s ease-out; }

/* ── Vision homepage (playmates nearby) ── */
.hero--vision {
  background:
    linear-gradient(105deg, rgba(17, 24, 39, 0.92) 0%, rgba(45, 24, 28, 0.78) 55%, rgba(61, 32, 36, 0.55) 100%),
    url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1800&q=80')
      center / cover no-repeat;
}

.hero-atmosphere {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 80% 30%, rgba(255, 90, 95, 0.25) 0%, transparent 60%),
    radial-gradient(ellipse 35% 30% at 15% 80%, rgba(255, 123, 107, 0.12) 0%, transparent 50%);
  pointer-events: none;
}

.hero-brand {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 8px;
  color: var(--white);
}

.hero-phonetic {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.7;
}

.invite-item__mark {
  flex-shrink: 0;
  min-width: 52px;
  padding: 8px 10px;
  border-radius: 10px;
  background: var(--tag-bg);
  color: var(--primary-dark);
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.principle-card {
  padding: 8px 0;
}

.principle-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: -0.3px;
}

.principle-card p {
  font-size: 15px;
  color: var(--gray-500);
  margin: 0;
  line-height: 1.6;
}

.play-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.play-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--white);
  border-radius: var(--radius-card);
}

.play-step__num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-step p {
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.4;
}

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

.not-dating {
  max-width: 720px;
}

.not-dating .section-desc {
  margin-bottom: 0;
}

.section--legal-compact {
  padding-top: 48px;
  padding-bottom: 48px;
}

.section--legal-compact h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 24px;
}

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

.legal-grid--compact .legal-card {
  padding: 18px 20px;
}

.safety-copy {
  width: 100%;
}

.cta-note {
  margin: 16px 0 0 !important;
  font-size: 13px !important;
  opacity: 0.75 !important;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 48px;
  }

  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-actions { justify-content: center; }

  .features-grid,
  .principle-grid,
  .play-strip,
  .steps,
  .steps--four { grid-template-columns: 1fr; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }

  .safety-banner { flex-direction: column; text-align: center; }

  .legal-grid,
  .legal-grid--compact { grid-template-columns: 1fr; }

  .site-nav .nav-link:not(.nav-cta) { display: none; }
}

@media (max-width: 480px) {
  .invite-board { max-width: 100%; }
  .hero { padding-bottom: 60px; }
  .section { padding: 64px 20px; }
}
