/*
Theme Name: EduFlow Theme
Theme URI: https://eduflow.local
Description: Tema corporativo INTECSAL / EduFlow con diseño Industrial Inmersivo Corporativo, páginas separadas y carrusel preservado
Version: 2.7.0
Author: EduFlow Team
Text Domain: eduflow-theme
*/

/* Importado desde el plugin: assets/css/frontend.css */

/* ── FOOTER ─────────────────────────────────────────────────────────── */
.ef-footer {
    background: #1e2a3b;
    color: #94a3b8;
    padding: 32px 0;
    margin-top: 64px;
}
.ef-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.ef-footer-logo {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
}
.ef-footer-logo span { color: #2563eb; }
.ef-footer-brand p { font-size: 13px; margin: 4px 0 0; }
.ef-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.ef-footer-links a { color: #94a3b8; font-size: 14px; text-decoration: none; transition: color .15s; }
.ef-footer-links a:hover { color: #fff; }

/* ── CONTENIDO PRINCIPAL ─────────────────────────────────────────────── */
.site-content, .entry-content, .page-content {
    max-width: 1240px;
    margin: 32px auto;
    padding: 0 24px;
}

/* Shortcode pages don't need extra padding */
.ef-cart-page, .ef-checkout-page, .ef-my-learning, .ef-instructor-panel {
    max-width: 1240px;
    margin: 32px auto;
    padding: 0 24px;
}

/* ── ADMIN BAR ADJUSTMENT ────────────────────────────────────────────── */
.admin-bar .ef-navbar { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .ef-navbar { top: 46px; } }

/* ── WORDPRESS CORE RESETS ────────────────────────────────────────────── */
.wp-block-image img { border-radius: 8px; }
.aligncenter { display: block; margin: 0 auto; }

/* ── Override: navbar iAcademy → fondo blanco ─────────────── */
.ef-navbar { background: #ffffff !important; box-shadow: 0 2px 12px rgba(13,36,68,.10) !important; }
.ef-navbar-logo { padding: 6px 0; }
.ef-navbar-logo img { height: 88px !important; max-height: calc(var(--ef-navbar-h, 100px) - 8px) !important; min-width: 100px; width: auto !important; object-fit: contain; display: block; }
.ef-navbar-search input { color: #1e293b !important; }
.ef-navbar-search input::placeholder { color: #94a3b8 !important; }
.ef-user-trigger span,
.ef-nav-btn--text { color: #334155 !important; }
/* Footer logo INTECSAL */
.ef-footer-intecsal-logo { height: 48px; filter: brightness(0) invert(1); }
