html {
    scroll-behavior: smooth;
}

.hero-gradient {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
}

.hero-background {
    background-color: #d0def8;
}

.timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 1.25rem;
    top: 2.5rem;
    height: calc(100% - 2.5rem);
    width: 2px;
    background-color: #e5e7eb;
}

.card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}