
.dark-glass__panel--blur { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.dark-glass__card--blur { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.dark-glass__badge--hover:hover { transform: scale(1.1); transition: transform .2s ease; }

.dark-glass__area--mb-2xl {
    margin-bottom: 4rem;
}

.dark-glass__blob--top { top: 0; left: 25%; width: 24rem; height: 24rem; }
.dark-glass__blob--right { bottom: 25%; right: 0; width: 20rem; height: 20rem; }
.dark-glass__blob--left { top: 50%; left: 0; width: 16rem; height: 16rem; }
.dark-glass__blob--bottom { bottom: 0; right: 33%; width: 18rem; height: 18rem; }

.mxw-3xl { max-width: 48rem !important; }

