.home-page{background-color:#0000;background-image:linear-gradient(#0d6efd 0% 395px,#0000 800px);background-repeat:no-repeat;background-size:100% 800px;background-attachment:scroll;flex-direction:column;min-height:100vh;display:flex}.hero-actions{justify-content:center;gap:16px;margin-top:2rem;display:flex}.features-section{text-align:center;padding:4rem 2rem}.features-section h2{color:var(--primary-color);margin-bottom:3rem;font-size:2.5rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.feature-card{background:var(--background);border:1px solid var(--border-color);border-radius:12px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0000000d}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.feature-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#666;line-height:1.6}@media (prefers-color-scheme:dark){.feature-card p{color:#999}}
