/* ============================================================
   RankMate Landing Page — landing.css
   ============================================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  background: #080e1a; color: #f1f5f9; overflow-x: hidden; line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; }

/* --- Variables --- */
:root {
  --n950: #080e1a; --n900: #0d1b2e; --n800: #102a43;
  --n700: #1e3a5f; --n600: #243b53; --n500: #334e68;
  --accent: #3b82f6; --accent2: #2563eb; --accent3: #1d4ed8;
  --lime: #a3e635; --lime-d: rgba(163,230,53,0.1);
  --red: #FF6B6B; --teal: #4ECDC4; --yellow: #FFD93D; --purple: #A29BFE;
  --t1: #f1f5f9; --t2: #94a3b8; --t3: #64748b;
  --border: rgba(255,255,255,0.08); --border2: rgba(255,255,255,0.13);
  --card: rgba(255,255,255,0.04); --card2: rgba(255,255,255,0.07);
  --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 20px; --r-2xl: 24px; --r-full: 9999px;
}

/* --- Utilities --- */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.sec-label { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; display: block; }
.sec-title { font-size: clamp(28px, 4vw, 46px); font-weight: 800; line-height: 1.1; letter-spacing: -1px; }
.sec-body { font-size: 17px; color: var(--t2); line-height: 1.75; margin-top: 16px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--card); border: 1px solid var(--border);
  padding: 6px 14px; border-radius: var(--r-full);
  font-size: 13px; font-weight: 600; color: var(--t2); cursor: default;
  transition: all .2s;
}
.chip:hover, .chip.active { background: var(--accent); color: #fff; border-color: var(--accent); }

/* --- Reveal --- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* --- Keyframes --- */
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes floatB { 0%,100%{transform:translateY(0) rotate(-3deg)} 50%{transform:translateY(-8px) rotate(-3deg)} }
@keyframes pulse-ring { 0%{box-shadow:0 0 0 0 rgba(59,130,246,.5)} 100%{box-shadow:0 0 0 14px rgba(59,130,246,0)} }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes shimmer { 0%{background-position:-400px 0} 100%{background-position:400px 0} }
@keyframes spin { to{transform:rotate(360deg)} }

/* ============================================================  NAVBAR  */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 18px 0; transition: padding .3s, background .3s, border .3s;
}
.nav.scrolled {
  background: rgba(8,14,26,.92); backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border); padding: 12px 0;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-logo img { width: 34px; height: 34px; border-radius: 9px; }
.nav-logo-name { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: .5px; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
.nav-links a { color: var(--t2); font-size: 14px; font-weight: 600; padding: 8px 14px; border-radius: var(--r-md); transition: all .2s; }
.nav-links a:hover, .nav-links a.active-link { color: #fff; background: var(--card); }
.nav-right { display: flex; align-items: center; gap: 10px; }
.btn-nav { background: var(--accent); color: #fff; padding: 10px 22px; border-radius: var(--r-full); font-size: 14px; font-weight: 700; transition: all .2s; border: none; cursor: pointer; }
.btn-nav:hover { background: var(--accent2); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(59,130,246,.4); }

/* ============================================================  HERO  */
#hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 130px 0 80px; position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 15% 50%, rgba(30,58,95,.75) 0%, transparent 100%),
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(59,130,246,.18) 0%, transparent 100%),
    radial-gradient(ellipse 60% 50% at 65% 90%, rgba(163,230,53,.07) 0%, transparent 100%),
    linear-gradient(180deg, #080e1a 0%, #0a0f1e 100%);
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0;
}
.g1 { width: 500px; height: 500px; background: rgba(59,130,246,.1); top: -150px; right: 5%; }
.g2 { width: 350px; height: 350px; background: rgba(163,230,53,.06); bottom: -50px; right: 25%; }
.g3 { width: 250px; height: 250px; background: rgba(168,85,247,.07); top: 30%; left: 5%; }

.hero-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(59,130,246,.12); border: 1px solid rgba(59,130,246,.3);
  padding: 6px 16px; border-radius: var(--r-full); margin-bottom: 24px;
  font-size: 13px; font-weight: 600; color: #93c5fd;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); animation: pulse-ring 2s ease-out infinite; flex-shrink: 0; }
.hero-title {
  font-size: clamp(38px, 5.5vw, 70px); font-weight: 800; line-height: 1.06; letter-spacing: -2px; margin-bottom: 20px;
}
.hero-title .w-blue { color: var(--accent); }
.hero-title .w-lime { color: var(--lime); }
.hero-sub { font-size: 18px; color: var(--t2); line-height: 1.75; margin-bottom: 32px; max-width: 470px; }
.hero-sports { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: #fff; padding: 15px 30px;
  border-radius: var(--r-full); font-size: 15px; font-weight: 700;
  border: none; cursor: pointer; transition: all .2s; white-space: nowrap;
}
.btn-primary:hover { background: var(--accent2); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(59,130,246,.45); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff; padding: 15px 30px;
  border-radius: var(--r-full); font-size: 15px; font-weight: 700;
  border: 1.5px solid var(--border2); cursor: pointer; transition: all .2s; white-space: nowrap;
}
.btn-ghost:hover { background: var(--card2); border-color: rgba(255,255,255,.25); }
.arrow-icon { transition: transform .2s; }
.btn-primary:hover .arrow-icon, .btn-ghost:hover .arrow-icon { transform: translateX(3px); }

/* --- Phone Mockup --- */
.hero-visual { position: relative; height: 600px; display: flex; align-items: center; justify-content: center; }
.phone-wrap {
  position: absolute; bottom: 0;
  width: 230px; height: 480px;
  background: #0c1527;
  border-radius: 40px;
  border: 2px solid rgba(255,255,255,.12);
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.6), inset 0 0 0 1px rgba(255,255,255,.04);
}
.phone-1 { transform: perspective(900px) rotateY(-10deg) rotateX(3deg) translateX(-15px); z-index: 3; animation: float 6s ease-in-out infinite; }
.phone-2 { transform: perspective(900px) rotateY(-10deg) rotateX(3deg) translateX(100px) translateY(60px) scale(.85); z-index: 1; opacity: .7; animation: float 6s ease-in-out infinite; animation-delay: -2s; }
.phone-notch { width: 72px; height: 22px; background: #080e1a; border-radius: 0 0 14px 14px; margin: 0 auto 0; }
.phone-screen { padding: 8px 12px 12px; height: calc(100% - 22px); overflow: hidden; }

/* phone app content */
.pa-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
.pa-greet { font-size: 9px; color: #94a3b8; }
.pa-name { font-size: 13px; font-weight: 700; color: #fff; }
.pa-bell { width: 26px; height: 26px; border-radius: 7px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; font-size: 11px; }
.pa-pills { display: flex; gap: 4px; overflow: hidden; margin-bottom: 9px; }
.pa-pill { font-size: 8.5px; font-weight: 600; padding: 2px 8px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); white-space: nowrap; color: #94a3b8; }
.pa-pill.on { background: #3b82f6; border-color: #3b82f6; color: #fff; }
.pa-widget { background: #1a1a2e; border-radius: 12px; padding: 9px 10px; display: flex; align-items: center; gap: 8px; margin-bottom: 9px; }
.pa-circle { width: 42px; height: 42px; border-radius: 50%; border: 3px solid; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pa-lnum { font-size: 15px; font-weight: 800; }
.pa-li { flex: 1; }
.pa-lbl { font-size: 7.5px; font-weight: 700; color: #999; text-transform: uppercase; letter-spacing: .5px; }
.pa-elo { font-size: 13px; font-weight: 800; color: #fff; }
.pa-bar { height: 4px; background: #2a2a3e; border-radius: 2px; margin-top: 4px; overflow: hidden; }
.pa-fill { height: 100%; border-radius: 2px; }
.pa-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 9px; }
.pa-act { display: flex; align-items: center; gap: 5px; padding: 7px; border-radius: 9px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.pa-act-ico { width: 26px; height: 26px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 11px; flex-shrink: 0; }
.pa-act-lbl { font-size: 8.5px; font-weight: 600; color: #e2e8f0; line-height: 1.2; }
.pa-stitle { font-size: 10px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.pa-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 9px; padding: 7px; margin-bottom: 4px; }
.pa-card-row { display: flex; justify-content: space-between; align-items: center; }
.pa-badge { font-size: 7.5px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.pa-cn { font-size: 8.5px; color: #e2e8f0; }
.pa-time { font-size: 7.5px; color: #64748b; margin-top: 2px; }
.pa-spots { font-size: 8.5px; font-weight: 700; color: #4ECDC4; }

/* leaderboard phone */
.pa-lbh { font-size: 14px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.pa-row { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); border-radius: 9px; padding: 7px 8px; margin-bottom: 4px; }
.pa-row.me { border-color: #3b82f6; background: rgba(59,130,246,.08); }
.pa-rnum { width: 16px; text-align: center; font-size: 10px; font-weight: 700; color: #94a3b8; flex-shrink: 0; }
.pa-av { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; flex-shrink: 0; }
.pa-rname { font-size: 9px; font-weight: 600; color: #fff; flex: 1; }
.pa-rlv { font-size: 12px; font-weight: 800; }
.pa-relo { font-size: 7.5px; color: #64748b; }

/* floating badges */
.f-badge {
  position: absolute; z-index: 10;
  background: rgba(8,14,26,.92); border: 1px solid var(--border2); backdrop-filter: blur(14px);
  border-radius: var(--r-lg); padding: 10px 14px;
  display: flex; align-items: center; gap: 9px;
  box-shadow: 0 8px 28px rgba(0,0,0,.5); white-space: nowrap;
}
.f-badge-1 { top: 60px; left: 0; animation: floatB 5s ease-in-out infinite; }
.f-badge-2 { bottom: 80px; right: 0; animation: floatB 5.5s ease-in-out infinite; animation-delay: -2s; }
.f-badge-3 { top: 200px; right: 0; animation: floatB 4.5s ease-in-out infinite; animation-delay: -3.5s; }
.f-ico { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.f-lbl { font-size: 10px; color: var(--t2); }
.f-val { font-size: 14px; font-weight: 800; color: #fff; }

/* ============================================================  SPORTS TICKER  */
#ticker { background: var(--n800); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 16px 0; overflow: hidden; }
.ticker-track { display: flex; gap: 0; width: max-content; animation: ticker 20s linear infinite; }
.ticker-item { display: flex; align-items: center; gap: 10px; padding: 0 32px; font-size: 14px; font-weight: 600; color: var(--t2); white-space: nowrap; }
.ticker-item span:first-child { font-size: 20px; }
.ticker-sep { color: var(--n500); margin: 0 4px; }

/* ============================================================  STATS  */
#stats { background: var(--n900); padding: 70px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.stat-item { text-align: center; padding: 28px 20px; position: relative; }
.stat-item + .stat-item::before { content: ''; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--border); }
.stat-num { font-size: clamp(42px, 5vw, 62px); font-weight: 800; background: linear-gradient(135deg, #fff 40%, var(--t2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.stat-suffix { color: var(--accent); -webkit-text-fill-color: var(--accent); }
.stat-label { font-size: 14px; color: var(--t2); font-weight: 500; margin-top: 8px; }

/* ============================================================  FEATURES  */
#features { padding: 100px 0; background: var(--n800); }
.features-hd { text-align: center; margin-bottom: 64px; }
.features-hd .sec-body { margin: 14px auto 0; max-width: 500px; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feat-card {
  background: var(--card); border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: 28px 22px; cursor: default; transition: all .3s ease;
}
.feat-card:hover { background: var(--card2); border-color: var(--border2); transform: translateY(-5px); box-shadow: 0 24px 48px rgba(0,0,0,.35); }
.feat-ico { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.feat-title { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.feat-body { font-size: 14px; color: var(--t2); line-height: 1.65; }

/* ============================================================  ELO  */
#elo {
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(30,58,95,.65) 0%, transparent 65%),
    linear-gradient(180deg, var(--n950) 0%, var(--n900) 100%);
}
.elo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.elo-left .sec-body { max-width: 440px; }
.tiers-path { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; }
.tier-node { display: flex; flex-direction: column; align-items: center; gap: 5px; cursor: default; }
.tier-dot {
  width: 50px; height: 50px; border-radius: 50%; border: 2.5px solid;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff;
  transition: transform .25s, box-shadow .25s;
  box-shadow: 0 0 0 0 transparent;
}
.tier-dot:hover { transform: scale(1.18); }
.tier-lbl { font-size: 9.5px; color: var(--t2); font-weight: 600; }
.elo-widget { background: #1a1a2e; border-radius: var(--r-xl); padding: 24px; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.5); }
.ew-row { display: flex; align-items: center; gap: 16px; }
.ew-circle { width: 74px; height: 74px; border-radius: 50%; border: 4px solid; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ew-num { font-size: 28px; font-weight: 800; }
.ew-info { flex: 1; }
.ew-l-lbl { font-size: 11px; font-weight: 700; color: #bbb; text-transform: uppercase; letter-spacing: .8px; }
.ew-elo { font-size: 28px; font-weight: 800; color: #fff; line-height: 1.1; }
.ew-meta { font-size: 12px; color: #888; margin-top: 4px; }
.ew-bar-row { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.ew-track { flex: 1; height: 10px; background: #2a2a3e; border-radius: 5px; overflow: hidden; }
.ew-fill { height: 100%; border-radius: 5px; transition: width 1.2s cubic-bezier(.4,0,.2,1); }
.ew-next { width: 32px; height: 32px; border-radius: 50%; border: 2.5px solid; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; background: #1a1a2e; }
.ew-win { display: flex; align-items: center; gap: 6px; margin-top: 14px; background: rgba(249,115,22,.1); border: 1px solid rgba(249,115,22,.2); border-radius: 8px; padding: 8px 12px; }
.ew-win-text { font-size: 13px; font-weight: 600; color: #fb923c; }

/* ============================================================  HOW IT WORKS  */
#howto { padding: 100px 0; background: var(--n800); }
.howto-hd { text-align: center; margin-bottom: 70px; }
.steps-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; }
.steps-connector {
  position: absolute; top: 46px; left: calc(100% / 6); right: calc(100% / 6);
  height: 2px; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, var(--accent) 0%, var(--lime) 100%);
  opacity: .25;
}
.step { text-align: center; padding: 0 16px; position: relative; z-index: 1; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 800; color: var(--accent);
  background: rgba(59,130,246,.1); border: 2px solid rgba(59,130,246,.25);
}
.step-ico { font-size: 32px; margin: 0 auto 24px; }
.step-title { font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.step-body { font-size: 15px; color: var(--t2); line-height: 1.7; }

/* ============================================================  LEADERBOARD  */
#leaderboard { padding: 100px 0; background: var(--n900); }
.lb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.lb-card { background: var(--n800); border-radius: var(--r-2xl); overflow: hidden; border: 1px solid var(--border); box-shadow: 0 28px 64px rgba(0,0,0,.4); }
.lb-card-top { background: var(--n700); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; }
.lb-card-title { font-size: 15px; font-weight: 700; }
.lb-sport-tag { font-size: 12px; background: rgba(59,130,246,.2); color: #93c5fd; padding: 4px 12px; border-radius: 99px; font-weight: 600; }
.lb-row { display: flex; align-items: center; gap: 13px; padding: 11px 18px; border-bottom: 1px solid var(--border); transition: background .2s; }
.lb-row:hover { background: var(--card); }
.lb-row:last-child { border-bottom: none; }
.lb-row.me { border-left: 3px solid var(--accent); background: rgba(59,130,246,.06); padding-left: 15px; }
.lb-rk { width: 24px; text-align: center; font-size: 14px; font-weight: 700; color: var(--t2); flex-shrink: 0; }
.lb-av { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; flex-shrink: 0; }
.lb-info { flex: 1; min-width: 0; }
.lb-name { font-size: 14px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-matches { font-size: 11px; color: var(--t2); }
.lb-right { text-align: right; flex-shrink: 0; }
.lb-lv { font-size: 18px; font-weight: 800; }
.lb-elo { font-size: 10px; color: var(--t3); }

/* ============================================================  SPORTS  */
#sports {
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(30,58,95,.45) 0%, transparent 60%),
    linear-gradient(180deg, var(--n900) 0%, var(--n950) 100%);
}
.sports-hd { text-align: center; margin-bottom: 56px; }
.sports-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.sport-card {
  flex: 1; min-width: 148px; max-width: 195px;
  background: var(--card); border: 1px solid var(--border); border-radius: var(--r-xl);
  padding: 30px 20px; text-align: center; cursor: default; transition: all .3s ease;
}
.sport-card:hover { background: var(--card2); border-color: var(--border2); transform: translateY(-7px); box-shadow: 0 24px 44px rgba(0,0,0,.35); }
.sport-emoji { font-size: 46px; display: block; margin-bottom: 14px; }
.sport-name { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.sport-note { font-size: 12px; color: var(--t2); }

/* ============================================================  DOWNLOAD CTA  */
#download {
  padding: 110px 0; text-align: center;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(59,130,246,.2) 0%, transparent 70%),
    linear-gradient(180deg, var(--n950) 0%, #050912 100%);
}
.dl-icon { width: 82px; height: 82px; border-radius: 22px; margin: 0 auto 28px; box-shadow: 0 16px 40px rgba(59,130,246,.35); }
.dl-title { font-size: clamp(34px, 5vw, 58px); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 20px; }
.dl-body { font-size: 18px; color: var(--t2); max-width: 440px; margin: 0 auto 44px; line-height: 1.7; }
.dl-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.store-btn {
  display: flex; align-items: center; gap: 13px; min-width: 175px;
  padding: 14px 24px; border-radius: 14px; font-size: 15px; transition: all .2s; text-decoration: none;
}
.store-btn.light { background: #fff; color: #080e1a; }
.store-btn.light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,255,255,.2); }
.store-btn.dark-btn { background: var(--n800); color: #fff; border: 1.5px solid var(--border2); }
.store-btn.dark-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.4); border-color: rgba(255,255,255,.2); }
.store-ico { font-size: 28px; }
.store-small { font-size: 11px; opacity: .65; font-weight: 500; display: block; }
.store-big { font-size: 17px; font-weight: 800; line-height: 1; display: block; }
.dl-badge-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.dl-badge { display: flex; align-items: center; gap: 7px; background: var(--card); border: 1px solid var(--border); border-radius: 9999px; padding: 8px 18px; font-size: 13px; color: var(--t2); font-weight: 600; }

/* ============================================================  FOOTER  */
footer { background: var(--n950); border-top: 1px solid var(--border); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-brand-desc { font-size: 14px; color: var(--t2); line-height: 1.7; margin-top: 12px; max-width: 220px; }
.footer-sports { display: flex; gap: 8px; margin-top: 16px; }
.footer-col h5 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--t2); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--t3); font-size: 14px; margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 13px; color: var(--t3); }
.footer-made { font-size: 13px; color: var(--t3); }

/* ============================================================  RESPONSIVE  */
@media (max-width: 960px) {
  .hero-grid, .elo-grid, .lb-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-sub { max-width: 100%; }
  .hero-sports { justify-content: center; }
  .hero-btns { justify-content: center; }
  .hero-visual { display: none; }
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hero-grid { text-align: center; }
  .hero-eyebrow { font-size: 11px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item + .stat-item::before { top: 0; left: 20%; right: 20%; width: auto; height: 1px; }
  .feat-grid { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; gap: 36px; }
  .steps-connector { display: none; }
  .sports-row { gap: 10px; }
  .sport-card { min-width: 120px; max-width: 160px; }
  .nav-links { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
