/* ============================================================
   HOME.CSS – Styles specific for Home page
   ============================================================ */

/* FIX: Hero text color forced white */
.dp-hero-video * {
    color: #fff !important;
}


.dp-hero-values div {
    background: rgba(255,255,255,0.15);
    padding: 8px 14px;
    border-radius: 6px;
}

.dp-metrics {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 50px 0;
}
/* ================================================
   HERO FIX – überschreibt alle globalen Farben
   ================================================ */

.dp-hero-video *,
.dp-hero-video h1,
.dp-hero-video h2,
.dp-hero-video h3,
.dp-hero-video p,
.dp-hero-video span,
.dp-hero-video div {
    color: #fff !important;
    text-shadow: 0 0 14px rgba(0,0,0,0.55);
}
