/* ─── Estilos compartidos de FICHA de evento (usados por todas las fichas generadas) ─── */
.obra-hero { margin-top: 64px; padding: 5rem 2rem 4rem; background: var(--negro); border-bottom: 1px solid var(--borde); }
.obra-hero-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 4rem; align-items: start; }
.breadcrumbs { font-size: 0.72rem; color: #555; letter-spacing: 0.03em; margin-bottom: 1.8rem; display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
.breadcrumbs a { color: #555; transition: color 0.2s; }
.breadcrumbs a:hover { color: var(--rojo); }
.breadcrumbs .sep { color: #333; }
.breadcrumbs .current { color: #777; }
.obra-tipo-tag { display: inline-block; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rojo); border: 1px solid var(--rojo); padding: 0.25rem 0.7rem; }

/* Tags del hero (tipo + badge de tendencia) */
.obra-hero-tags { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 1.2rem; }

/* Estrellas y botón de compartir en la MISMA fila: calificas → compartes ahí mismo */
.rating-row { display: flex; align-items: center; gap: 0.9rem; }

/* Badge "En tendencia" (🔥) — se enciende a mano solo cuando es real */
.badge-tendencia { display: inline-flex; align-items: center; gap: 0.3rem; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: #ff8a3d; background: rgba(255, 88, 20, 0.12); border: 1px solid rgba(255, 88, 20, 0.4); padding: 0.25rem 0.6rem; white-space: nowrap; }

/* Flechita de compartir del hero */
.obra-share-btn { flex-shrink: 0; width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.25rem; color: #ccc; background: transparent; border: 1px solid #333; cursor: pointer; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.obra-share-btn:hover { border-color: var(--rojo); color: var(--rojo); background: rgba(232, 66, 30, 0.08); }

.obra-hero-titulo { font-family: var(--fuente-sans); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 0.75rem; }
.obra-hero-subtitulo { font-size: 1.05rem; color: #888; font-style: italic; margin-bottom: 2rem; }
.obra-hero-desc { font-size: 1rem; color: #aaa; line-height: 1.8; max-width: 540px; }
.ficha-lateral { background: var(--gris1); border: 1px solid var(--borde); padding: 2rem; position: sticky; top: 80px; }
.ficha-titulo { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #555; margin-bottom: 1.5rem; border-bottom: 1px solid var(--borde); padding-bottom: 0.75rem; }
.ficha-row { display: flex; flex-direction: column; gap: 0.15rem; margin-bottom: 1.1rem; }
.ficha-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: #555; }
.ficha-valor { font-size: 0.95rem; color: #ddd; font-weight: 500; }
.ficha-valor a { color: var(--rojo); }
.ficha-separator { border: none; border-top: 1px solid var(--borde); margin: 1.2rem 0; }
.ficha-precio-destacado { margin: 0.5rem 0 1.2rem; }
.ficha-precio-fila { display: flex; justify-content: space-between; align-items: baseline; padding: 0.35rem 0; }
.ficha-precio-nombre { font-size: 0.82rem; color: #aaa; }
.ficha-precio-monto { font-size: 1.05rem; font-weight: 700; color: #fff; }
.ficha-cta { width: 100%; background: var(--rojo); color: #fff; font-size: 0.9rem; font-weight: 600; padding: 0.9rem; border: none; cursor: pointer; text-align: center; display: block; margin-bottom: 0.75rem; transition: opacity 0.2s; }
.ficha-cta:hover { opacity: 0.85; }
.ficha-cta-sec { width: 100%; background: transparent; color: #888; font-size: 0.8rem; padding: 0.7rem; border: 1px solid #333; cursor: pointer; text-align: center; display: block; transition: border-color 0.2s, color 0.2s; }
.ficha-cta-sec:hover { border-color: #666; color: #ccc; }
.obra-contenido { max-width: 1280px; margin: 0 auto; padding: 4rem 2rem 6rem; display: grid; grid-template-columns: 1fr 360px; gap: 4rem; align-items: start; }
.obra-body { color: #bbb; }
.obra-body h2 { font-family: var(--fuente-sans); font-size: 1.5rem; font-weight: 700; color: #fff; margin: 3rem 0 1rem; padding-top: 3rem; border-top: 1px solid var(--borde); }
.obra-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.obra-body h3 { font-size: 1rem; font-weight: 600; color: #ddd; margin: 1.5rem 0 0.5rem; }
.obra-body p { font-size: 0.95rem; line-height: 1.85; margin-bottom: 1.2rem; color: #999; }
.obra-body strong { color: #ddd; font-weight: 600; }
.obra-body em { color: #ccc; }
.para-ti-lista { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.para-ti-lista li { font-size: 0.9rem; color: #999; line-height: 1.6; padding-left: 1.2rem; position: relative; }
.para-ti-lista li::before { content: '—'; position: absolute; left: 0; color: var(--rojo); }
.faq-item { border-top: 1px solid var(--borde); padding: 1.2rem 0; }
.faq-pregunta { font-size: 0.95rem; font-weight: 600; color: #ddd; margin-bottom: 0.5rem; }
.faq-respuesta { font-size: 0.88rem; color: #888; line-height: 1.7; }
.ver-tambien { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.ver-tambien a { font-size: 0.85rem; color: var(--rojo); transition: opacity 0.2s; }
.ver-tambien a:hover { opacity: 0.7; }
.nota-informativa { margin-top: 3rem; padding: 1.5rem; background: var(--gris1); border-left: 2px solid var(--borde); }
.nota-informativa p { font-size: 0.8rem; color: #555; line-height: 1.7; margin: 0; }
.nota-informativa strong { color: #666; }
.mapa-container { height: 280px; background: var(--gris2); border: 1px solid var(--borde); margin-top: 1rem; }
.mapa-address { margin-top: 0.75rem; font-size: 0.82rem; color: #666; line-height: 1.6; }
.sidebar-secundario { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-bloque { background: var(--gris1); border: 1px solid var(--borde); padding: 1.5rem; }
.sidebar-bloque-titulo { font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: #555; margin-bottom: 1rem; border-bottom: 1px solid var(--borde); padding-bottom: 0.75rem; }
@media (max-width: 900px) { .obra-hero-inner, .obra-contenido { grid-template-columns: 1fr; } .ficha-lateral { position: static; } .sidebar-secundario { display: none; } }

/* ─── FICHA DE FORO ─── */
.foro-page { margin-top: 64px; padding: 3rem 2rem 5rem; }
.foro-page .section-inner { max-width: 1280px; margin: 0 auto; }
.foro-tag { display: inline-block; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--rojo); border: 1px solid var(--rojo); padding: 0.25rem 0.7rem; margin-bottom: 1.2rem; }
.foro-h1 { font-family: var(--fuente-sans); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; line-height: 1.05; margin-bottom: 0.5rem; }
.foro-sub { font-size: 0.95rem; color: var(--rojo); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 1.5rem; }
.foro-desc { font-size: 1rem; color: #aaa; line-height: 1.8; max-width: 560px; margin-bottom: 2.5rem; }
.foro-layout { display: grid; grid-template-columns: 1fr 340px; gap: 3rem; align-items: start; }
.info-row { display: flex; flex-direction: column; gap: 0.15rem; padding: 1rem 0; border-top: 1px solid var(--borde); }
.info-label { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: #555; }
.info-valor { font-size: 0.95rem; color: #ddd; }
.info-valor a { color: var(--rojo); }
.foro-side { background: var(--gris1); border: 1px solid var(--borde); border-radius: 14px; padding: 1.75rem; }
.foro-side-titulo { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #555; margin-bottom: 1.25rem; border-bottom: 1px solid var(--borde); padding-bottom: 0.75rem; }
.obra-en-foro { display: block; padding: 1rem 0; border-top: 1px solid var(--borde); color: #ddd; }
.obra-en-foro:hover { color: var(--rojo); }
.obra-en-foro small { display: block; color: #777; font-size: 0.78rem; margin-top: 0.2rem; }
@media (max-width: 820px) { .foro-layout { grid-template-columns: 1fr; } }
