/* home.css – Orion Enterprises */

/* Hero Section */
.hero-section { position: relative; overflow: hidden; min-height: 90vh; display: flex; align-items: center; justify-content: center; color: var(--text-main); }
.hero-section .star-field, .hero-section .grid-overlay { position: absolute; inset: 0; }
.hero-section .container { position: relative; z-index: 10; text-align: center; }

/* Founder Vision */
.section-alt { background: var(--bg-soft); }

/* Statistics Dashboard */
.stats-card { background: rgba(19,33,58,0.5); backdrop-filter: blur(8px); border: 1px solid var(--border-light); padding: 30px; border-radius: 12px; min-width: 200px; }
.stats-card h3 { margin-bottom: 5px; }
