/* static/css/index.css */
/* Hero section specific styles */
.hero-glow {
    position: absolute;
    bottom: -6rem;
    right: -6rem;
    width: 20rem;
    height: 20rem;
    background-color: rgba(37, 99, 235, 0.1);
    border-radius: 9999px;
    filter: blur(64px);
}

.stat-card-hover:hover {
    border-color: rgba(34, 211, 238, 0.5);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}
