/* ============================================================
   KAZOFI PRECISION MIRROR V31 — THE FINAL STRETCH
   ============================================================ */

:root {
    --kz-green: #00a651;
    --kz-navy: #001f3f;
    --kz-black: #000;
}

/* ── LOGO ADN (CUADRO VERDE ESMERALDA) ── */
.kz-logo-chevron { 
    background: var(--kz-green) !important; 
    color: #fff !important; 
    width: 34px !important; 
    height: 34px !important; 
    border-radius: 8px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    font-weight: 900 !important; 
    font-size: 20px !important; 
    margin-right: 12px !important;
    line-height: 1 !important;
}

/* ── FIX WHATSAPP GIGANTE (CAJA DE CONTACTO) ── */
.kz-btn-whatsapp-cta {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 25px !important;
    background: #fff !important;
    border-radius: 12px !important;
    text-decoration: none !important;
}

.kz-btn-whatsapp-cta img { 
    width: 24px !important; 
    height: 24px !important; 
    min-width: 24px !important;
    max-width: 24px !important;
    display: block !important;
    margin: 0 !important;
}

/* ── KPI BAR (HORIZONTAL ESTABLE) ── */
.kz-kpi-grid { 
    display: flex !important; 
    flex-direction: row !important; 
    justify-content: space-around !important; 
    align-items: center !important; 
    gap: 20px !important; 
}

/* ── BOTONES HERO ── */
.kz-btn-outline-dna {
    border: 2px solid #000 !important;
    color: #000 !important;
    padding: 16px 35px !important;
    border-radius: 12px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
    margin-left: 15px !important;
    display: inline-block !important;
}
