@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

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

:root {
  --brand: #2dd4a0;
  --brand-dark: #1ab88a;
  --dark: #0f1923;
  --dark2: #1e2a3b;
  --text: #111827;
  --text-mid: #374151;
  --text-muted: #6b7280;
  --text-light: #9ca3af;
  --bg: #f9fafb;
  --bg-card: #ffffff;
  --border: #e5e7eb;
  --border-light: #f3f4f6;
  --shadow: 0 1px 3px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);
  --shadow-md: 0 4px 6px rgba(0,0,0,.05), 0 12px 40px rgba(0,0,0,.1);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ── NAV ── */
nav { position: sticky; top: 0; z-index: 100; background: rgba(249,250,251,.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; height: 66px; display: flex; align-items: center; gap: 0; }
.nav-logo img { height: 26px; width: auto; }
.nav-links { list-style: none; display: flex; gap: 32px; margin-left: auto; margin-right: 28px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text-muted); transition: color .15s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { background: var(--dark); color: #fff; font-size: 14px; font-weight: 600; padding: 10px 22px; border-radius: 100px; transition: opacity .15s; white-space: nowrap; }
.nav-cta:hover { opacity: .82; }

/* ── HERO ── */
.hero { max-width: 1200px; margin: 0 auto; padding: 96px 28px 80px; display: grid; grid-template-columns: 55fr 45fr; gap: 72px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(45,212,160,.1); border: 1px solid rgba(45,212,160,.22); color: #1ab88a; font-size: 11.5px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 22px; }
.hero-eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); display: inline-block; }
.hero-title { font-size: clamp(40px, 4.8vw, 64px); font-weight: 900; line-height: 1.07; letter-spacing: -.03em; color: var(--text); margin-bottom: 18px; }
.hero-title em { font-style: normal; color: var(--brand); }
.hero-sub { font-size: 17px; color: var(--text-muted); line-height: 1.7; max-width: 440px; margin-bottom: 36px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--dark); color: #fff; font-size: 14.5px; font-weight: 700; padding: 14px 28px; border-radius: 100px; transition: transform .15s, box-shadow .15s; }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(15,25,35,.2); }
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-card); color: var(--text); font-size: 14.5px; font-weight: 600; padding: 14px 28px; border-radius: 100px; border: 1.5px solid var(--border); transition: border-color .15s; }
.btn-secondary:hover { border-color: #aaa; }
.hero-trust { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--text-muted); }
.trust-avatars { display: flex; }
.trust-avatar { width: 26px; height: 26px; border-radius: 50%; border: 2px solid #fff; margin-right: -7px; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; color: #fff; flex-shrink: 0; }

/* Phone mockup */
.hero-visual { display: flex; justify-content: center; align-items: center; position: relative; }
.phone-shell { width: 256px; height: 512px; background: var(--dark); border-radius: 44px; padding: 14px; box-shadow: 0 32px 80px rgba(15,25,35,.22), 0 2px 8px rgba(15,25,35,.14), inset 0 1px 0 rgba(255,255,255,.08); position: relative; }
.phone-notch { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 72px; height: 6px; background: rgba(255,255,255,.1); border-radius: 100px; }
.phone-screen { width: 100%; height: 100%; background: #1e2a3b; border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; gap: 10px; padding: 28px 14px 16px; }
.phone-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2px; }
.phone-header-name { font-size: 13px; font-weight: 800; color: #fff; }
.phone-header-sub { font-size: 9px; color: rgba(255,255,255,.35); margin-top: 1px; }
.phone-avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), #1ab88a); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: var(--dark); }
.phone-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.phone-stat { background: rgba(255,255,255,.06); border-radius: 11px; padding: 10px 11px; }
.phone-stat-val { font-size: 18px; font-weight: 900; color: var(--brand); line-height: 1; }
.phone-stat-label { font-size: 8.5px; font-weight: 600; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .06em; margin-top: 3px; }
.phone-activity-label { font-size: 9px; font-weight: 700; color: rgba(255,255,255,.4); text-transform: uppercase; letter-spacing: .09em; margin-top: 4px; }
.phone-activity { background: rgba(255,255,255,.05); border-radius: 11px; padding: 9px 11px; display: flex; align-items: center; gap: 9px; }
.phone-dot { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phone-dot svg { width: 14px; height: 14px; color: #fff; }
.phone-act-a { font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.8); }
.phone-act-b { font-size: 8.5px; color: rgba(255,255,255,.3); margin-top: 1px; }
.phone-cred-bar { background: linear-gradient(90deg, var(--brand), #1ab88a); border-radius: 11px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; margin-top: auto; }
.phone-cred-label { font-size: 8.5px; font-weight: 700; color: rgba(0,0,0,.5); text-transform: uppercase; letter-spacing: .06em; }
.phone-cred-val { font-size: 20px; font-weight: 900; color: rgba(0,0,0,.7); }
.badge-float { position: absolute; background: #fff; border-radius: 14px; padding: 9px 13px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 8px; font-size: 12.5px; font-weight: 700; color: var(--text); white-space: nowrap; }
.badge-float .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.badge-a { top: 32px; right: -28px; }
.badge-b { bottom: 72px; left: -36px; }

/* ── STATS BAR ── */
.stats-section { background: var(--dark); }
.stats-inner { max-width: 1200px; margin: 0 auto; padding: 52px 28px; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.07); text-align: center; }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 44px; font-weight: 900; color: var(--brand); letter-spacing: -.04em; line-height: 1; margin-bottom: 7px; }
.stat-label { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.38); text-transform: uppercase; letter-spacing: .09em; }

/* ── SHARED SECTION ── */
section { padding: 100px 28px; }
.wrap { max-width: 1200px; margin: 0 auto; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-dark); margin-bottom: 14px; }
.section-title { font-size: clamp(30px, 4vw, 48px); font-weight: 900; letter-spacing: -.025em; line-height: 1.1; color: var(--text); margin-bottom: 14px; }
.section-sub { font-size: 16.5px; color: var(--text-muted); max-width: 540px; line-height: 1.7; }

/* ── STEPS (how it works) ── */
.steps-section { background: var(--bg-card); }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 52px; gap: 2px; background: var(--border-light); border-radius: 24px; overflow: hidden; }
.step { background: var(--bg-card); padding: 40px 32px; }
.step-num { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--text-light); margin-bottom: 22px; }
.step-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.step-icon svg { width: 22px; height: 22px; }
.step h3 { font-size: 19px; font-weight: 800; color: var(--text); letter-spacing: -.01em; margin-bottom: 9px; }
.step p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }

/* ── FEATURES ── */
.features-section { background: var(--bg); }
.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding: 72px 0; border-bottom: 1px solid var(--border-light); }
.feature-row:last-child { border-bottom: none; padding-bottom: 0; }
.feature-row.flip .copy { order: 2; }
.feature-row.flip .visual { order: 1; }
.feat-tag { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 15px; }
.feat-title { font-size: 28px; font-weight: 900; letter-spacing: -.02em; color: var(--text); line-height: 1.18; margin-bottom: 13px; }
.feat-body { font-size: 15.5px; color: var(--text-muted); line-height: 1.7; margin-bottom: 26px; }
.feat-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.feat-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-mid); font-weight: 500; }
.feat-list li svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 1px; }
.visual-box { background: var(--dark2); border-radius: 24px; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.visual-box-inner { display: flex; flex-direction: column; gap: 10px; width: 100%; padding: 28px; }

/* visual mockup elements */
.mock-card { background: rgba(255,255,255,.06); border-radius: 14px; padding: 14px 16px; }
.mock-label { font-size: 9px; font-weight: 700; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .09em; margin-bottom: 6px; }
.mock-val { font-size: 22px; font-weight: 900; color: var(--brand); }
.mock-row { display: flex; gap: 8px; }
.mock-pill { flex: 1; background: rgba(255,255,255,.06); border-radius: 10px; padding: 10px 12px; }
.mock-pill-label { font-size: 8px; font-weight: 700; color: rgba(255,255,255,.3); text-transform: uppercase; }
.mock-pill-val { font-size: 15px; font-weight: 800; color: #fff; margin-top: 2px; }
.mock-progress-bar { height: 5px; background: rgba(255,255,255,.1); border-radius: 100px; overflow: hidden; margin-top: 8px; }
.mock-progress-fill { height: 100%; border-radius: 100px; background: var(--brand); }
.mock-avatar-row { display: flex; align-items: center; gap: 10px; }
.mock-avt { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 900; color: var(--dark); flex-shrink: 0; }
.mock-avt-name { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.8); }
.mock-avt-sub { font-size: 9px; color: rgba(255,255,255,.3); }
.mock-badge { display: inline-flex; align-items: center; gap: 5px; background: rgba(45,212,160,.15); border: 1px solid rgba(45,212,160,.25); color: var(--brand); font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 100px; margin-top: 6px; }
.mock-badge svg { width: 10px; height: 10px; }

/* ── SPORTS ── */
.sports-section { background: var(--bg-card); }
.sports-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
.sport-card { background: var(--bg); border: 1.5px solid var(--border); border-radius: 16px; padding: 24px 20px; display: flex; align-items: center; gap: 14px; transition: border-color .15s, box-shadow .15s, transform .15s; }
.sport-card:hover { border-color: transparent; box-shadow: var(--shadow-md); transform: translateY(-2px); }
.sport-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.sport-icon svg { width: 22px; height: 22px; }
.sport-name { font-size: 15px; font-weight: 800; color: var(--text); letter-spacing: -.01em; }
.sport-desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; }

/* ── ROLES ── */
.roles-section { background: var(--bg); }
.roles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 48px; }
.role-card { background: var(--bg-card); border: 1.5px solid var(--border); border-radius: 20px; padding: 32px 26px; transition: box-shadow .15s, transform .15s; }
.role-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.role-icon { width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.role-icon svg { width: 24px; height: 24px; }
.role-name { font-size: 18px; font-weight: 800; color: var(--text); letter-spacing: -.01em; margin-bottom: 8px; }
.role-desc { font-size: 14px; color: var(--text-muted); line-height: 1.65; margin-bottom: 18px; }
.role-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.role-list li { font-size: 13px; color: var(--text-mid); font-weight: 500; display: flex; align-items: center; gap: 8px; }
.role-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex-shrink: 0; }

/* ── CTA ── */
.cta-section { background: var(--dark); padding: 112px 28px; }
.cta-inner { max-width: 660px; margin: 0 auto; text-align: center; }
.cta-title { font-size: clamp(34px, 5vw, 58px); font-weight: 900; letter-spacing: -.035em; color: #fff; line-height: 1.08; margin-bottom: 16px; }
.cta-title em { font-style: normal; color: var(--brand); }
.cta-sub { font-size: 17px; color: rgba(255,255,255,.45); line-height: 1.65; margin-bottom: 40px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--brand); color: var(--dark); font-size: 15px; font-weight: 800; padding: 15px 32px; border-radius: 100px; transition: opacity .15s, transform .15s; }
.cta-btn:hover { opacity: .9; transform: translateY(-1px); }
.cta-ghost { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.75); font-size: 15px; font-weight: 600; padding: 15px 32px; border-radius: 100px; border: 1.5px solid rgba(255,255,255,.1); transition: border-color .15s; }
.cta-ghost:hover { border-color: rgba(255,255,255,.28); }

/* ── FOOTER ── */
footer { background: var(--dark); border-top: 1px solid rgba(255,255,255,.06); padding: 48px 28px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.footer-logo img { height: 22px; filter: brightness(0) invert(1); opacity: .55; }
.footer-links { list-style: none; display: flex; gap: 28px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.3); transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,.65); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.18); }

/* breadcrumb (subpages) */
.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 28px; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--text); }
.breadcrumb span { color: var(--brand-dark); font-weight: 600; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; gap: 48px; padding: 64px 20px 48px; }
  .hero-visual { display: none; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); padding: 28px; }
  .stat-item:nth-child(even) { border-right: none; }
  .stat-item:last-child, .stat-item:nth-last-child(2) { border-bottom: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 40px; }
  .feature-row.flip .copy, .feature-row.flip .visual { order: 0; }
  .sports-grid { grid-template-columns: repeat(2,1fr); }
  .roles-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .sports-grid { grid-template-columns: 1fr; }
  section { padding: 64px 20px; }
  .cta-section { padding: 64px 20px; }
}
