/* Global Styles */
body {
    font-family: 'Lato', sans-serif;
    background-color: #ffffff;
    color: #1e293b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.glass-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid #e2e8f0;
}

.roadmap-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #7accf6, #5d81b0, #7accf6, transparent);
    transform: translateX(-50%);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Demo.html specific styles */
.video-glow {
    box-shadow: 0 0 40px -10px rgba(93, 129, 176, 0.25);
}