/* ══════════════════════════════════════════════════════════
   menu-landing.css — Landing /menu-del-dia/
   Solo secciones sin equivalente visual ya existente en landing.css.
   Depende de bmnexus-landing (vars, .bn-sec/.bn-inn/.up) — NO toca ni
   redefine ningún selector .bn-nav/.bn-menu/.bn-hbg (verificado).
   Se encola únicamente vía viewStyle de los bloques bmnexus/menu-*,
   nunca site-wide. Ver includes/menu-del-dia.php.
   ══════════════════════════════════════════════════════════ */

/* ═══ HERO ═══ */
.bn-mhero {
    padding: calc(var(--bn-nh) + 60px) 0 80px;
}
.bn-mhero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}
.bn-mhero__h {
    font-size: clamp(2.1rem, 5vw, 3.4rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin: 14px 0 18px;
}
.bn-mhero__sub {
    font-size: 1.05rem;
    color: var(--bn-t2);
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 28px;
}
.bn-mhero__acts { display: flex; gap: 14px; flex-wrap: wrap; }

/* Ticket de menú ilustrativo */
.bn-mticket {
    background: var(--bn-s1);
    border: 1px solid var(--bn-bdr2);
    border-radius: 16px;
    padding: 28px 26px;
    max-width: 340px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}
.bn-mticket__hdr { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.bn-mticket__day {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bn-t3);
}
.bn-mticket__price { font-size: 1.3rem; font-weight: 900; color: var(--bn-t1); }
.bn-mticket__line { height: 1px; background: var(--bn-bdr); margin: 16px 0; }
.bn-mticket__list { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.bn-mticket__list li { font-size: 0.9rem; color: var(--bn-t1); line-height: 1.4; }
.bn-mticket__ftr { font-size: 0.75rem; color: var(--bn-t3); }

@media (max-width: 860px) {
    .bn-mhero__grid { grid-template-columns: 1fr; }
    .bn-mhero__copy { text-align: left; }
    .bn-mticket { max-width: 100%; }
}

/* ═══ PROBLEMAS ═══ */
.bn-mprob__list {
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}
.bn-mprob__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 18px;
    background: var(--bn-s1);
    border: 1px solid var(--bn-bdr);
    border-radius: 10px;
    font-size: 0.92rem;
    color: var(--bn-t2);
    line-height: 1.5;
}
.bn-mprob__item svg { flex-shrink: 0; margin-top: 2px; }

/* ═══ QUÉ INCLUYE ═══ */
.bn-minc__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}
.bn-minc__card {
    padding: 24px 22px;
    background: var(--bn-s1);
    border: 1px solid var(--bn-bdr);
    border-radius: 12px;
}
.bn-minc__t { font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
.bn-minc__d { font-size: 0.88rem; color: var(--bn-t2); line-height: 1.6; }

/* ═══ EJEMPLO ═══ */
.bn-mex__card {
    max-width: 520px;
    margin: 0 auto;
    background: var(--bn-s1);
    border: 1px solid var(--bn-bdr2);
    border-radius: 16px;
    padding: 28px 30px;
}
.bn-mex__hdr {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--bn-bdr);
}
.bn-mex__badge {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bn-amb);
    border: 1px solid var(--bn-amb);
    border-radius: 999px;
    padding: 3px 9px;
}
.bn-mex__name { font-size: 1.05rem; font-weight: 800; color: var(--bn-t1); }
.bn-mex__date { font-size: 0.78rem; color: var(--bn-t3); margin-left: auto; }
.bn-mex__body { display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.bn-mex__course { display: flex; flex-direction: column; gap: 4px; }
.bn-mex__course-l {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bn-t3);
}
.bn-mex__course span:not(.bn-mex__course-l) { font-size: 0.92rem; color: var(--bn-t1); line-height: 1.5; }
.bn-mex__ftr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid var(--bn-bdr);
    font-size: 0.82rem;
    color: var(--bn-t2);
}
.bn-mex__price { font-size: 1.15rem; font-weight: 900; color: var(--bn-t1); }

/* ═══ PRECIO ═══ */
.bn-mprice__card {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 56px 40px;
    background: var(--bn-g);
    border-radius: 20px;
}
.bn-mprice__card .bn-ey { color: rgba(255,255,255,.85); justify-content: center; }
.bn-mprice__card .bn-ey::before { background: #fff; }
.bn-mprice__amount {
    font-size: clamp(3rem, 8vw, 4.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin: 8px 0 16px;
}
.bn-mprice__amount span { font-size: 1.1rem; font-weight: 700; opacity: .8; }
.bn-mprice__lead { color: rgba(255,255,255,.9); max-width: none; margin: 0 auto 24px; }
.bn-mprice__card .bn-btn--p { background: #fff; color: var(--bn-a1); box-shadow: none; }
.bn-mprice__card .bn-btn--p:hover { opacity: .92; box-shadow: 0 8px 24px rgba(0,0,0,.25); }

/* ═══ FORMULARIO (layout de sección; los campos reutilizan form.css) ═══ */
.bn-mform { padding-bottom: 100px; }
.bn-mform__inn { max-width: 640px; }
.bn-mform__hdr { text-align: left; margin-bottom: 8px; }
.bn-mform__form { margin-top: 24px; }
