body::before {
    content: "STAGING - crm.gigawave.dev";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d32f2f;
    color: white;
    text-align: center;
    padding: 6px;
    font-weight: bold;
    font-size: 14px;
    z-index: 99999;
    letter-spacing: 2px;
}
