/* ============================================
   EN CONSTRUCCIÓN — estilos del bloque
   Usa la paleta real de CREOVA definida en style.css (:root)
   ============================================ */

.construccion-section {
    background-color: var(--creova-softwhite);
    padding: 100px 0 90px;
}

.construccion-icon {
    display: inline-block;
    font-size: 42px;
    color: var(--creova-blue);
    margin-bottom: 20px;
}

.construccion-eyebrow {
    font-family: var(--font-title);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: var(--creova-blue);
    margin-bottom: 10px;
}

.construccion-title {
    font-family: var(--font-title);
    font-size: 34px;
    font-weight: 700;
    color: var(--creova-black);
    margin-bottom: 20px;
    line-height: 1.3;
}

.construccion-text {
    font-family: var(--font-body);
    font-size: 17px;
    color: var(--creova-black);
    opacity: 0.75;
    max-width: 560px;
    margin: 0 auto 35px;
    line-height: 1.7;
}

.construccion-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

/* Info de contacto */
.construccion-contact {
    border-top: 1px solid rgba(1, 16, 43, 0.12);
    padding-top: 50px;
    row-gap: 30px;
}

.construccion-contact-item span.fa {
    font-size: 26px;
    color: var(--creova-blue);
    margin-bottom: 12px;
    display: inline-block;
}

.construccion-whatsapp-icon {
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
}

.construccion-contact-item h5 {
    font-family: var(--font-title);
    font-size: 16px;
    font-weight: 700;
    color: var(--creova-black);
    margin-bottom: 8px;
}

.construccion-contact-item p {
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--creova-black);
    opacity: 0.75;
    margin: 0;
}

.construccion-contact-item a {
    color: inherit;
    text-decoration: none;
}

.construccion-contact-item a:hover {
    color: var(--creova-lime);
}

/* ============================================
   RESPONSIVE — MÓVIL
   ============================================ */
@media only screen and (max-width: 767px) {
    .construccion-section {
        padding: 70px 0 60px;
    }

    .construccion-title {
        font-size: 24px;
    }

    .construccion-text {
        font-size: 15px;
        padding: 0 10px;
    }

    .construccion-buttons {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .construccion-buttons a {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .construccion-contact-item {
        margin-bottom: 10px;
    }
}
