/* ==========================================================================
   SECCIÓN SEGUNDO IMPACTO: INTEGRA ERP DESTACADO
   ========================================================================== */

.section-erp-dark {
    background: #0f132a; /* Azul noche profundo unificado */
    overflow: hidden;
}

/* Detalles de Títulos y Jerarquías */
.text-erp-accent {
    color: #2b73da !important; /* Tono azul para el módulo informático */
}

.linea-dinamica-left {
    width: 50px;
    height: 3px;
    background: #2b73da;
    border-radius: 2px;
}

/* Estilos de las viñetas / beneficios */
.panel-beneficios-erp li {
    font-size: 14.5px;
}

.icon-check-box {
    color: #2b73da;
    font-size: 20px;
    margin-top: 2px;
    line-height: 1;
}

.mb-05 {
    margin-bottom: 2px;
}

/* Botón Premium para el ERP */
.btn-erp-premium {
    background: linear-gradient(135deg, #2b73da 0%, #1a56b0 100%);
    border: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-erp-premium:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(43, 115, 218, 0.35) !important;
}

/* Contenedor del Mockup (Simulación de pantalla/App premium) */
.mockup-glass-wrapper {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    transition: transform 0.4s ease;
}

.mockup-glass-wrapper:hover {
    transform: translateY(-5px) scale(1.01);
}

/* Ventana estilo MacOS */
.mockup-header {
    background: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.gap-15 {
    gap: 6px;
}

.dot-mac {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.mockup-url-bar {
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 30px;
    border-radius: 6px;
    font-size: 11px;
    max-width: 60%;
    letter-spacing: 0.5px;
}

/* Ajustes de Imagen y Brillo */
.mockup-body img {
    width: 100%;
    height: auto;
    display: block;
}

.erp-img-glow {
    filter: drop-shadow(0 0 20px rgba(43, 115, 218, 0.15));
}

/* Reflejo de cristal sobre la pantalla */
.mockup-overlay-shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 50%);
    pointer-events: none;
}

/* Opcional: Patrón de puntos decorativo en la otra esquina inferior izquierda */
.pattern-dots-corner-left {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 240px;
    height: 240px;
    opacity: 0.25;
    background-image: radial-gradient(#2b73da 2px, transparent 2px);
    background-size: 20px 20px;
    mask-image: radial-gradient(circle at bottom left, black 30%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at bottom left, black 30%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}