/**
 * v1.11.31 — Foro Hub styles — REWRITE COMPLETO usando clases .epmx-tp-*
 * (las mismas que el hub de terrazas). Copy/paste verbatim del CSS de terrazas-para-eventos-en-polanco
 * para garantizar PIXEL-IDENTICAL match con terrazas hub.
 */

/* ════════════════════════════════════════════════
   CONTAINER + HEADERS
   ════════════════════════════════════════════════ */
.epmx-foro-zonal-block {
	background: transparent;
	color: #ededed;
	padding: 0.5rem 0 2.5rem;
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.epmx-foro-zonal-block .epmx-tp {
	max-width: 100%;
	margin: 0 auto;
}

.epmx-foro-zonal-block .epmx-tp h2 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 3.5vw, 2.4rem);
	color: #fff;
	line-height: 1.15;
	margin: 0 0 0.5rem;
	letter-spacing: -0.01em;
}

.epmx-foro-zonal-block .epmx-tp h2 em {
	color: #d4af37;
	font-style: italic;
}

.epmx-foro-zonal-block .epmx-tp-lede {
	color: #b4b0a8;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 780px;
	margin: 0 0 2rem;
}

/* ════════════════════════════════════════════════
   VENUES GRID — copy verbatim del CSS de terrazas
   ════════════════════════════════════════════════ */
.epmx-foro-zonal-block .epmx-tp-venues-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin: 28px 0 0;
}

@media (max-width: 540px) {
	.epmx-foro-zonal-block .epmx-tp-venues-grid {
		grid-template-columns: 1fr;
	}
}

/* ════════════════════════════════════════════════
   VENUE CARD
   ════════════════════════════════════════════════ */
.epmx-foro-zonal-block .epmx-tp-venue {
	background: linear-gradient(180deg, #141414 0%, #1a1a1a 100%);
	border: 1px solid #2a2a2a;
	border-radius: 18px;
	overflow: hidden;
	transition: border-color .25s;
}

.epmx-foro-zonal-block .epmx-tp-venue:hover {
	border-color: rgba(212, 175, 55, 0.5);
}

/* Header: title + capacity badge */
.epmx-foro-zonal-block .epmx-tp-venue-header {
	padding: 20px 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.epmx-foro-zonal-block .epmx-tp-venue-header h3 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	font-family: 'Playfair Display', Georgia, serif;
}

.epmx-foro-zonal-block .epmx-tp-venue-header h3 a {
	color: #d4af37;
	text-decoration: none;
	border-bottom: 2px solid rgba(212, 175, 55, 0.5);
	padding-bottom: 2px;
	transition: color .2s, border-color .2s;
}

.epmx-foro-zonal-block .epmx-tp-venue-header h3 a:hover {
	color: #fff;
	border-color: #d4af37;
}

.epmx-foro-zonal-block .epmx-tp-venue-cap {
	background: rgba(212, 175, 55, 0.18);
	color: #d4af37;
	padding: 5px 13px;
	border-radius: 999px;
	font-size: 12.5px;
	letter-spacing: .04em;
	font-weight: 800;
}

/* Gallery: horizontal scroll track con scroll-snap */
.epmx-foro-zonal-block .epmx-tp-venue-gallery {
	position: relative;
	margin: 16px 0 0;
	background: #0a0a0a;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.epmx-foro-zonal-block .epmx-tp-venue-gallery-track {
	display: flex;
	height: 100%;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 0;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.epmx-foro-zonal-block .epmx-tp-venue-gallery-track::-webkit-scrollbar {
	display: none;
}

.epmx-foro-zonal-block .epmx-tp-venue-gallery-track img {
	flex: 0 0 100%;
	scroll-snap-align: start;
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
}

/* Dots indicator */
.epmx-foro-zonal-block .epmx-tp-venue-gallery-dots {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 6px;
	pointer-events: none;
}

.epmx-foro-zonal-block .epmx-tp-venue-gallery-dots span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.epmx-foro-zonal-block .epmx-tp-venue-gallery-dots span:first-child {
	background: #d4af37;
	width: 22px;
	border-radius: 999px;
}

/* Body: summary, features, CTA */
.epmx-foro-zonal-block .epmx-tp-venue-body {
	padding: 20px 24px 24px;
}

.epmx-foro-zonal-block .epmx-tp-venue-summary {
	color: #d4d4d4;
	margin: 0 0 18px;
	font-size: 14.5px;
	line-height: 1.55;
	font-style: italic;
}

.epmx-foro-zonal-block .epmx-tp-venue-body h4 {
	margin: 0 0 12px;
	color: #d4af37;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-weight: 800;
}

.epmx-foro-zonal-block .epmx-tp-venue-features {
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}

.epmx-foro-zonal-block .epmx-tp-venue-features li {
	position: relative;
	padding: 7px 0 7px 26px;
	color: #d4d4d4;
	font-size: 14px;
	border-bottom: 1px dashed #2a2a2a;
	line-height: 1.5;
}

.epmx-foro-zonal-block .epmx-tp-venue-features li:last-child {
	border-bottom: 0;
}

.epmx-foro-zonal-block .epmx-tp-venue-features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 7px;
	color: #d4af37;
	font-weight: 800;
	font-size: 15px;
}

/* CTA: pill con gradient gold */
.epmx-foro-zonal-block .epmx-tp-venue-cta {
	display: inline-block;
	background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
	color: #0a0a0a !important;
	padding: 11px 22px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none !important;
	letter-spacing: .03em;
	transition: transform .2s;
}

.epmx-foro-zonal-block .epmx-tp-venue-cta:hover {
	transform: translateY(-2px);
}

/* ════════════════════════════════════════════════
   FOOTER del bloque (asesoría personalizada)
   ════════════════════════════════════════════════ */
.epmx-foro-zonal-footer {
	margin: 3rem 0 0;
	background: rgba(212, 175, 55, 0.06);
	border: 1px solid rgba(212, 175, 55, 0.22);
	border-radius: 14px;
	padding: 2rem;
	text-align: center;
}

.epmx-foro-zonal-footer p {
	color: #b4b0a8;
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0 0 1.25rem;
}

.epmx-foro-zonal-footer p strong {
	color: #d4af37;
}

.epmx-foro-zonal-footer__cta {
	display: inline-block;
	background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
	color: #0a0a0a !important;
	padding: 0.85rem 2rem;
	border-radius: 999px;
	text-decoration: none !important;
	font-family: 'Saira Condensed', system-ui, sans-serif;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.95rem;
	transition: transform 0.2s ease;
}

.epmx-foro-zonal-footer__cta:hover {
	transform: translateY(-2px);
}
