/* Extracted small page-specific styles from welcome.blade.php */
html,
body {
    scroll-behavior: smooth;
}

.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
}

.highlight-strip {
    position: relative;
    z-index: 2;
}

.highlight-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
