/* =========================
   HERO SECTION (SAFE)
========================= */

.dms-hero {
    padding: 80px 20px 60px;
    background: #f7f7f7;
    text-align: center;
}

.dms-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.dms-hero p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.5;
}

/* ONLY HERO BUTTON WRAPPER (DO NOT TOUCH .btn globally) */
.hero-actions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}