/* ==================================================
   EMPRESAS · IMPRIMI2
================================================== */

.pagina-empresas {
    min-height: 70vh;
    background: #fffef9;
    color: #111111;
}


/* ==================================================
   HERO
================================================== */

.empresas-hero {
    max-width: 1250px;
    margin: 0 auto;
    padding:
        72px
        5%
        42px;
}

.empresas-kicker {
    margin-bottom: 13px;
    color: #ff006e;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.empresas-hero h1 {
    margin: 0;
    font-size:
        clamp(
            50px,
            7vw,
            95px
        );
    line-height: 0.88;
    font-weight: 950;
    letter-spacing: -0.045em;
}

.empresas-intro {
    max-width: 620px;
    margin-top: 26px;
    color: #666666;
    font-size:
        clamp(
            16px,
            2vw,
            19px
        );
    line-height: 1.5;
}


/* ==================================================
   LAYOUT
================================================== */

.empresas-layout {
    max-width: 1250px;
    margin: 0 auto;
    padding:
        0
        5%
        120px;
    display: grid;
    grid-template-columns:
        minmax(0, 1.3fr)
        minmax(300px, 0.9fr);
    gap: 60px;
    align-items: start;
}


/* ==================================================
   FORMULARIO
================================================== */

.empresas-formulario-bloque {
    position: relative;
}

.empresas-formulario-bloque h2 {
    margin-bottom: 12px;
    font-size:
        clamp(
            30px,
            4vw,
            42px
        );
    font-weight: 500;
}

.empresas-formulario-intro {
    max-width: 480px;
    margin-bottom: 32px;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
}

#form-empresas {
    display: flex;
    flex-direction: column;
}

#form-empresas label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
}

#form-empresas input[type="email"],
#form-empresas textarea {
    width: 100%;
    padding:
        14px;
    margin-bottom: 6px;
    border:
        1px solid #999999;
    border-radius: 0;
    background: #ffffff;
    color: #111111;
    outline: none;
    font-family: inherit;
    font-size: 14px;
}

#form-empresas input[type="email"] {
    min-height: 50px;
    margin-bottom: 20px;
}

#form-empresas textarea {
    resize: vertical;
    line-height: 1.5;
}

#form-empresas input:focus,
#form-empresas textarea:focus {
    border-color: #13aec0;
}

.empresas-contador {
    display: block;
    margin-bottom: 20px;
    color: #999999;
    font-size: 11px;
    text-align: right;
}


/* ==================================================
   ARCHIVO
================================================== */

.empresas-boton-archivo {
    width: 100%;
    min-height: 50px;
    margin-bottom: 8px;
    border:
        1px solid #111111;
    background: transparent;
    color: #111111;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.empresas-boton-archivo:hover {
    background: #111111;
    color: #ffffff;
}

.empresas-archivo-nombre {
    display: block;
    min-height: 16px;
    margin-bottom: 4px;
    color: #087984;
    font-size: 12px;
    overflow-wrap: anywhere;
}

.empresas-archivo-error {
    display: block;
    min-height: 16px;
    margin-bottom: 8px;
    color: #ff006e;
    font-size: 12px;
}


/* ==================================================
   ENVIAR
================================================== */

#form-empresas button[type="submit"] {
    width: 100%;
    min-height: 56px;
    margin-top: 22px;
    border: none;
    background: #ff006e;
    color: #ffffff;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.03em;
    transition: opacity 0.2s ease;
}

#form-empresas button[type="submit"]:hover {
    opacity: 0.85;
}

#form-empresas button[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.45;
}

.empresas-mensaje {
    min-height: 22px;
    margin-top: 14px;
    color: #ff006e;
    font-size: 13px;
    line-height: 1.5;
}

.empresas-mensaje.exito {
    color: #087b87;
}


/* ==================================================
   CONFIRMACIÓN
================================================== */

.oculto-empresas {
    display: none !important;
}

.empresas-confirmacion {
    padding: 45px;
    background: #f2fdff;
    border-left: 4px solid #13aec0;
    text-align: left;
}

.empresas-confirmacion-icono {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #13aec0;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
}

.empresas-confirmacion h3 {
    margin-bottom: 12px;
    font-size: 26px;
    font-weight: 500;
}

.empresas-confirmacion p {
    max-width: 460px;
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
}


/* ==================================================
   CONTACTO / WHATSAPP
================================================== */

.empresas-contacto-bloque {
    padding: 35px;
    background: #111111;
    color: #ffffff;
}

.empresas-contacto-etiqueta {
    margin-bottom: 14px;
    color: #ffd600;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.empresas-contacto-bloque h2 {
    margin-bottom: 16px;
    font-size:
        clamp(
            26px,
            3vw,
            34px
        );
    line-height: 1.05;
    font-weight: 500;
}

.empresas-contacto-bloque > p {
    max-width: 320px;
    margin-bottom: 28px;
    color: #cccccc;
    font-size: 14px;
    line-height: 1.55;
}

.empresas-boton-whatsapp {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #0b0b0b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
    transition: opacity 0.2s ease;
}

.empresas-boton-whatsapp:hover {
    opacity: 0.85;
}

.empresas-info-extra {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    display: grid;
    gap: 16px;
}

.empresas-info-fila {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.empresas-info-fila span {
    color: #999999;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.empresas-info-fila strong {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}


/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 900px) {

    .empresas-hero {
        padding-top: 50px;
    }

    .empresas-layout {
        grid-template-columns: 1fr;
        gap: 45px;
        padding-bottom: 90px;
    }

    .empresas-contacto-bloque {
        padding: 28px;
    }

}

@media (max-width: 500px) {

    .empresas-hero h1 {
        letter-spacing: -0.02em;
    }

    .empresas-confirmacion,
    .empresas-formulario-intro {
        padding: 28px;
    }

}
