/* ===== ESPECIFICACIONES ===== */

.specs-hero {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.specs-hero h1 {
    font-size: 42px;
    font-weight: 700;
    color: white;
}

/* ===== HERO ESPECIFICACIONES ===== */
.specs-hero {
    background: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('../images/bg-mining.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    text-align: center;
    color: white;
}

.specs-hero h1 {
    font-size: 46px;
    font-weight: 800;
    letter-spacing: 1px;
}

.specs-hero p {
    font-size: 18px;
    opacity: 0.9;
    color: white;
}


