:root {
  --accent: #1FA85B;
  --accent2: #0A6B36;
  --bg: #06070d;
  --text: rgba(255,255,255,0.96);
  --text-secondary: rgba(235,235,245,0.6);
  --text-tertiary: rgba(235,235,245,0.4);
  font-family: -apple-system, "SF Pro Display", "SF Pro Text", BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--text); min-height: 100vh; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1100px; margin: 0 auto; padding: 60px 24px; }
.bg-orbs {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(800px 600px at 20% 20%, #1FA85B30, transparent 60%),
    radial-gradient(700px 500px at 80% 80%, #0A6B3625, transparent 60%);
}

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(6,7,13,0.7); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.05); }
.nav-row { display: flex; align-items: center; padding: 14px 24px !important; max-width: 1200px; margin: 0 auto; }
.nav-brand { display: flex; align-items: center; gap: 8px; font-weight: 700; font-size: 16px; }
.brand-mark { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, var(--accent), var(--accent2)); display: inline-block; }
.nav-links { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-link { padding: 7px 12px; font-size: 13px; font-weight: 500; color: var(--text-secondary); border-radius: 999px; }
.nav-link:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.nav-oss { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: #1FA85B1f; border: 1px solid #1FA85B50; color: var(--text); font-size: 12.5px; font-weight: 600; }
.nav-cashapp { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border-radius: 999px; font-size: 13px; font-weight: 700; background: linear-gradient(180deg, #00d54b 0%, #00b840 100%); color: #000; }
.nav-cta { padding: 8px 16px; border-radius: 999px; background: var(--accent); color: white; font-size: 13px; font-weight: 700; }
@media (max-width: 700px) { .hide-sm { display: none; } }

/* Hero */
.hero { text-align: center; padding-top: 90px; padding-bottom: 60px; }
.eyebrow { display: inline-flex; padding: 7px 14px; border-radius: 999px; background: #1FA85B1f; border: 1px solid #1FA85B50; color: #1FA85B; font-size: 13px; font-weight: 600; margin-bottom: 22px; }
h1 { font-size: clamp(50px, 9vw, 110px); font-weight: 800; letter-spacing: -3px; line-height: 1.05; }
.grad { background: linear-gradient(135deg, var(--accent), var(--accent2)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.lead { margin: 22px auto 30px; max-width: 620px; font-size: 19px; color: var(--text-secondary); line-height: 1.5; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn:hover { transform: translateY(-1px) scale(1.02); }
.btn-primary { background: var(--accent); color: white; box-shadow: 0 8px 24px #1FA85B55; }
.btn-ghost { background: rgba(255,255,255,0.06); color: var(--text); border: 1px solid rgba(255,255,255,0.1); }
.btn-cashapp { background: linear-gradient(180deg, #00d54b 0%, #00b840 100%); color: #000; box-shadow: 0 8px 24px rgba(0, 213, 75, 0.32); font-weight: 700; }
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-md { padding: 9px 18px; font-size: 14px; }

/* Sections */
.section-head { text-align: center; margin-bottom: 36px; }
.section-head h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; letter-spacing: -1.5px; }
.section-head p { margin-top: 8px; color: var(--text-secondary); font-size: 17px; }

/* Video */
.video-frame { position: relative; max-width: 980px; margin: 0 auto; padding: 4px; border-radius: 22px; background: linear-gradient(135deg, var(--accent), var(--accent2)); }
.video-frame .glow { position: absolute; inset: -10px; background: linear-gradient(135deg, var(--accent), var(--accent2)); filter: blur(40px); opacity: 0.4; z-index: -1; border-radius: 22px; }
.video-frame .inner { background: black; border-radius: 18px; overflow: hidden; aspect-ratio: 16/9; }
.video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Cards */
.free-card, .donate-card { text-align: center; padding: 50px 30px; border-radius: 28px; background: rgba(20, 14, 30, 0.55); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.08); max-width: 760px; margin: 0 auto; }
.free-card h2, .donate-card h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; letter-spacing: -1.5px; margin: 14px 0 16px; }
.free-card p, .donate-card p { color: var(--text-secondary); font-size: 17px; line-height: 1.5; max-width: 540px; margin: 0 auto 20px; }
.oss-pill { display: inline-flex; padding: 6px 12px; border-radius: 999px; background: #1FA85B26; border: 1px solid #1FA85B55; color: #1FA85B; font-size: 11.5px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; }
.oss-pill.heart { background: rgba(255, 92, 182, 0.13); border-color: rgba(255, 92, 182, 0.32); color: #ff7ec1; }

/* Family grid */
.family-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; max-width: 980px; margin: 0 auto; }
.family-card { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding: 22px; border-radius: 18px; background: rgba(20, 14, 30, 0.55); border: 1px solid rgba(255,255,255,0.06); transition: transform 0.2s ease, border-color 0.2s ease; }
.family-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.15); }
.fc-icon { width: 36px; height: 36px; border-radius: 10px; margin-bottom: 6px; }
.fc-icon.news { background: linear-gradient(135deg, #ED4799, #A856F7, #3B82F6); }
.fc-icon.scores { background: linear-gradient(135deg, #34C759, #0d8c47); }
.fc-icon.f1 { background: linear-gradient(135deg, #FF3333, #E10600); }
.fc-icon.sportsnews { background: linear-gradient(135deg, #1FA85B, #0A6B36); }
.fc-name { font-size: 18px; font-weight: 700; }
.fc-cap { font-size: 13px; color: var(--text-secondary); }

/* Footer */
footer { padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.05); margin-top: 80px; }
.foot-row { display: flex; align-items: center; gap: 18px; padding: 0 24px !important; max-width: 1200px; margin: 0 auto; font-size: 13px; color: var(--text-tertiary); flex-wrap: wrap; }
.foot-brand { font-weight: 700; color: var(--text); }
.foot-spacer { flex: 1; }
footer a { color: var(--text-secondary); }
footer a:hover { color: var(--text); }
