#nbx-enterprise-401.nbx401 {
    margin: 0 0 28px;
}

.nbx401-hero {
    padding: 30px;
    margin-bottom: 18px;
    background:
        radial-gradient(circle at 88% 18%, rgba(21,151,229,.24), transparent 32%),
        linear-gradient(135deg, #091321, #102238);
    border: 1px solid #24415f;
    border-radius: 16px;
}

.nbx401-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #7dd3fc;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.nbx401-hero h1 {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-size: 40px !important;
}

.nbx401-hero p {
    margin: 0 0 10px;
    color: #cbd5e1 !important;
}

.nbx401-hero small {
    color: #94a3b8 !important;
}

.nbx401-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 16px;
}

.nbx401-stat {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto;
    gap: 2px 12px;
    padding: 18px;
    background: #0f172a;
    border: 1px solid #22344d;
    border-radius: 12px;
    text-decoration: none !important;
}

.nbx401-stat:hover {
    border-color: #1597e5;
}

.nbx401-icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: rgba(21,151,229,.14);
    border-radius: 10px;
    color: #38bdf8;
}

.nbx401-value {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.nbx401-label {
    color: #94a3b8;
    font-size: 12px;
}

.nbx401-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px;
    margin-bottom: 16px;
    background: #0f172a;
    border: 1px solid #22344d;
    border-radius: 12px;
}

.nbx401-actions a,
.nbx401-status a {
    padding: 10px 14px;
    background: #1597e5;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none !important;
}

.nbx401-actions a:hover,
.nbx401-status a:hover {
    background: #0b7cc0;
}

.nbx401-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 18px;
    background: #111827;
    border: 1px solid #22344d;
    border-radius: 12px;
}

.nbx401-status span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.nbx401-dot {
    width: 11px;
    height: 11px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

@media (max-width: 900px) {
    .nbx401-stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .nbx401-stats {
        grid-template-columns: 1fr;
    }

    .nbx401-status {
        align-items: flex-start;
        flex-direction: column;
    }

    .nbx401-status a {
        width: 100%;
        text-align: center;
    }
}
