.home-page{animation:1s fadeIn}.hero{background-color:var(--background-light);min-height:70vh;color:var(--primary-color);text-align:center;justify-content:center;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-content{z-index:10;max-width:800px;position:relative}.hero h1{color:var(--primary-color);margin-bottom:1.5rem;font-size:3.5rem}.hero-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.hero-actions{justify-content:center;gap:1rem;display:flex}.features-section{background-color:#0000}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-icon{color:var(--primary-color);margin-bottom:1.5rem;font-size:3rem}.feature-card h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted)}@media (max-width:768px){.hero h1{font-size:2.5rem}}
