.hero-section{
background: linear-gradient(120deg,#2563eb,#0ea5e9);
}

.app-card{
transition: all 0.25s ease;
}

.app-card:hover{
transform: translateY(-4px);
box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}