.page-staff-monthly .hero-staff {
    padding-top: 80px;
    padding-bottom: 60px;
}

.hero-staff-card {
    background: rgba(15,23,42,0.92);
    border-radius: 18px;
    color: #e5e7eb;
}

/* Feature cards */
.staff-feature-card {
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--border);
    padding: 18px 14px;
    box-shadow: 0 8px 22px rgba(15,23,42,0.04);
}

.staff-feature-card .feature-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--primary-light);
    color: var(--primary);
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .page-staff-monthly .hero-staff {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}
