/* Custom Styles for Landing Page */

/* Base overrides */
html {
    scroll-behavior: smooth;
    background-color: #0a0e16;
}

body {
    background-color: #0a0e16;
}

/* Image overlay for that dark modern CRM look */
.image-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 14, 22, 0.8) 0%, rgba(10, 14, 22, 0.3) 100%);
    z-index: 20;
    pointer-events: none;
    border-radius: inherit;
}

.perspective-1000 {
    perspective: 1000px;
}

/* Sticky Nav scroll effect */
.scrolled-nav {
    background-color: rgba(10, 14, 22, 0.9) !important;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(31, 41, 55, 0.8) !important;
}