section{margin-bottom:80px}.hero .hero-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-8)}.hero .hero-content{flex:1;max-width:500px;padding-top:var(--space-4)}.hero h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:var(--space-2);color:var(--text-primary)}.hero .hero-stat{margin-bottom:var(--space-2)}.hero .hero-stat .stat-number{display:block;font-size:4rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:var(--space-1)}.hero .hero-stat .stat-label{font-size:var(--large-text);color:var(--text-secondary)}.hero .hero-subtext{color:var(--text-tertiary);font-size:var(--medium-text);line-height:1.6;margin-bottom:var(--space-3)}.hero .search-container{position:relative;max-width:500px}.hero .featured-card{flex:0 0 420px;background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-md);border:1px solid var(--border)}.hero .featured-card h2{font-size:1.25rem;font-weight:700;margin-bottom:var(--space-2);color:var(--text-primary)}.hero .featured-card .section-description{color:var(--text-secondary);font-size:var(--medium-text);margin-bottom:var(--space-4);line-height:1.5}.quick-numbers{display:flex;gap:var(--space-4);flex-wrap:wrap}.quick-numbers .number-card{text-align:center;padding:var(--space-5) var(--space-4);background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);flex:1;min-width:180px}.quick-numbers .number-card .number{display:block;font-size:2rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:var(--space-2)}.quick-numbers .number-card .label{font-size:var(--medium-text);color:var(--text-tertiary);line-height:1.4}.secondary-leaderboards .stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:var(--space-4)}.secondary-leaderboards .stat-card{background:var(--surface);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-md);border:1px solid var(--border)}.secondary-leaderboards .stat-card h3{font-size:var(--medium-text);font-weight:600;margin-bottom:var(--space-3);color:var(--text-primary)}@media(max-width: 950px){.hero .hero-inner{flex-direction:column;align-items:center;gap:var(--space-4)}.hero .hero-content{max-width:600px;padding-top:0;text-align:center}.hero .hero-content .search-container{margin:0 auto}.hero .featured-card{flex:auto;width:100%;max-width:600px}}@media(max-width: 768px){.hero h1{font-size:1.75rem}.hero .hero-stat .stat-number{font-size:3rem}.quick-numbers{flex-direction:column}.quick-numbers .number-card{width:100%}}
