/* =============================
   ENTERPRISE PRICING SECTION
============================= */

.pricing_enterprise {
    padding: 80px 0;
    background: #ffffff;
}

.enterprise-container {
    max-width: 900px;
    margin: 0 auto;
}

.enterprise-title {
    font-size: 34px;
    font-weight: 700;
    color: #0B1F66; /* navy Onera */
    margin-bottom: 10px;
    text-align: center;
}

.enterprise-subtitle {
    font-size: 18px;
    color: #333;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 30px auto;
}

.enterprise-content p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 18px;
}

.enterprise-list {
    margin: 0 0 25px 20px;
    padding: 0;
}

.enterprise-list li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #222;
}

.enterprise-note {
    margin-top: 25px;
    padding: 15px 20px;
    background: #f3f6ff;
    border-left: 4px solid #19E6D1; /* accent teal */
    font-size: 16px;
    color: #0B1F66;
    font-weight: 600;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .enterprise-title {
        font-size: 28px;
    }
    .enterprise-subtitle {
        font-size: 16px;
    }
    .enterprise-content p,
    .enterprise-list li {
        font-size: 15px;
    }
}
/* FIX: reducir espacio entre enterprise section y tabla */
#enterprise-pricing {
    padding-bottom: 20px !important;
}

#enterprise-pricing .enterprise-note {
    margin-bottom: 10px !important;
}

/* Fix del contenedor del cuadro para eliminar padding arriba */
.contact_info_area {
    padding-top: 20px !important;
}
/* FIX: colorear cabecera de tabla estilo Onera */
.table-container table th {
    background-color: #0B1F66 !important; /* navy corporativo */
    color: #ffffff !important;
}

/* Opcional: bordes más limpios */
.table-container table {
    border-color: #0B1F66 !important;
}

.table-container table th,
.table-container table td {
    border: 1px solid #0B1F6633 !important;
}
