body {
    font-family: 'Manrope', sans-serif;
}
.glow-line {
    background: linear-gradient(90deg, transparent, #137fec, transparent);
    height: 1px;
    width: 100%;
    opacity: 0.3;
}
.glass-card {
    background: rgba(17, 26, 34, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.tech-grid {
    background-image: radial-gradient(#0f4983 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 1;
}
.glass-icon-container {
    position: relative;
    z-index: 10;
}
.glass-icon-container::before {
    content: '';
    position: absolute;
    inset: -4px;
    background: rgba(19, 127, 236, 0.2);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 1,
    'wght' 600,
    'GRAD' 200,
    'opsz' 48
}