html {
    scroll-behavior: smooth;
}

.hero-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.icon-badge {
    width: 48px;
    height: 48px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

section {
    scroll-margin-top: 70px;
}
