/* ==========================================================
   MAKITO ENTERPRISE – PRICING PREMIUM FINAL
   Arquitectura coherente Subblymia ↔ Makito
   Limpio · Jerárquico · Profesional · Escalable
========================================================== */

/* ==========================================================
   CONTENEDOR PRINCIPAL
========================================================== */

.makito-pricing-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    margin-top: 35px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    font-size: 14px;
    line-height: 1.6;
}

/* ==========================================================
   HEADER
========================================================== */

.makito-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 1px solid #efefef;
}

.makito-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.makito-live-badge {
    background: #111;
    color: #fff;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 20px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

/* ==========================================================
   SECCIONES
========================================================== */

.makito-section {
    margin-bottom: 32px;
}

.makito-section-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #888;
    margin-bottom: 14px;
}

/* ==========================================================
   LÍNEAS GENERALES
========================================================== */

.makito-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.makito-line span {
    color: #444;
}

.makito-line strong {
    font-weight: 600;
}

/* ==========================================================
   SUBTOTALES
========================================================== */

.makito-subtotal {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px dashed #e3e3e3;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

/* ==========================================================
   ÁREAS DE PERSONALIZACIÓN
========================================================== */

.makito-print-areas {
    margin-top: 10px;
}

.makito-area-clean {
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 16px;
}

.makito-area-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 13px;
}

.makito-area-clean .makito-line {
    font-size: 13px;
}

.makito-area-total {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #e3e3e3;
    font-weight: 600;
}

/* ==========================================================
   TOTAL FINAL (DOMINANTE)
========================================================== */

.makito-total {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 3px solid #111;
}

.makito-total-line {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 700;
}

.makito-unit-line {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

/* ==========================================================
   MÍNIMO APLICADO
========================================================== */

.makito-min-warning {
    margin-top: 8px;
    font-size: 12px;
    color: #c62828;
}

/* ==========================================================
   DEADLINE
========================================================== */

.makito-deadline {
    margin-top: 20px;
    padding: 14px;
    background: #f4f7ff;
    border: 1px solid #dde6ff;
    border-radius: 10px;
    font-size: 13px;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 768px) {

    .makito-pricing-box {
        padding: 22px;
    }

    .makito-total-line {
        font-size: 18px;
    }

    .makito-line {
        font-size: 13px;
    }
}