/* Global custom styles for SMG Soluciones Tecnológicas */

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

/* Home / Landing Page Hero Gradient */
.hero-gradient {
    background: linear-gradient(135deg, #0b1f3a 0%, #000615 100%);
}

/* Glassmorphism Cards */
.glass-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid #e2e8f0;
}

/* Hardware page specific shadow */
.blue-shadow {
    box-shadow: 0 10px 30px -10px rgba(11, 31, 58, 0.15);
}

/* Software page specific shadows */
.blue-tint-shadow {
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.08);
}
.blue-tint-shadow-hover:hover {
    box-shadow: 0 8px 24px rgba(11, 31, 58, 0.12);
}
