/**
 * WorkaGH Hero Override CSS
 * Loaded after main stylesheet to apply high-priority overrides.
 * File must exist to prevent MIME type 404 error.
 */

/* Hero badge — ensure text is always visible */
.wagh-hero-badge {
    display: inline-flex !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: #27AE60 !important;
}

/* Hero title — maximum contrast */
.wagh-hero-title {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Hero subtitle */
.wagh-hero-sub {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/* Stats — always white */
.wagh-stat-num,
.wagh-stat-lbl {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
