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

.glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 232, 240, 0.8);
}

.nav-link-active {
    color: #00D2FF;
    font-weight: 600;
}

.counting-section-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.42;
    transform: scale(1.04);
}

.counting-section-bg-image--soft {
    opacity: 0.18;
    filter: saturate(0.85) contrast(1.05);
}

.counting-hero-media img {
    transition: transform 0.7s ease;
}

.counting-hero-media:hover img {
    transform: scale(1.03);
}

.counting-components-section .bg-white,
.counting-usecases-section .bg-white {
    backdrop-filter: blur(2px);
}
