/*
Theme Name: ThaiBloom GL
Theme URI: https://thaibloomgl.com
Author: ThaiBloom GL
Description: Tema a medida para ThaiBloom GL, portal de series y dramas Girls' Love (GL) tailandesas. Incluye fichas de series, calendario de estrenos, perfiles de actrices y ships, noticias y reseñas con puntuación de flor de loto. Basado en el Brand Book oficial (v1.0).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: thaibloomgl
*/

/* =========================================================================
   0. VARIABLES DE MARCA (Brand Book ThaiBloom GL v1.0)
   ========================================================================= */
:root {
	--tbgl-thai-pink: #CD2A7C;
	--tbgl-thai-pink-dark: #8C1A53;
	--tbgl-soft-blossom: #EE78AF;
	--tbgl-soft-blossom-tint: #FBEAF2;
	--tbgl-pure-dark: #232323;
	--tbgl-pure-white: #FFFFFF;
	--tbgl-gray-mid: #6B6B6B;
	--tbgl-gray-line: #ECE4E8;
	--tbgl-gradient: linear-gradient(120deg, var(--tbgl-thai-pink-dark), var(--tbgl-thai-pink) 55%, var(--tbgl-soft-blossom));
	--tbgl-font-display: 'Montserrat', 'Lexend', sans-serif;
	--tbgl-font-body: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	--tbgl-radius: 18px;
	--tbgl-radius-sm: 10px;
	--tbgl-shadow: 0 10px 30px rgba(205, 42, 124, 0.12);
	--tbgl-container: 1280px;
}

/* =========================================================================
   1. RESET & BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--tbgl-font-body);
	color: var(--tbgl-pure-dark);
	background: var(--tbgl-pure-white);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, li { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, h5 {
	font-family: var(--tbgl-font-display);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 .5em;
	color: var(--tbgl-pure-dark);
}
p { margin: 0 0 1em; }
.tbgl-container {
	max-width: var(--tbgl-container);
	margin: 0 auto;
	padding: 0 24px;
}
.tbgl-section { padding: 72px 0; }
.tbgl-section--tint { background: var(--tbgl-soft-blossom-tint); }
.tbgl-section--dark { background: var(--tbgl-pure-dark); color: #fff; }
.tbgl-section--dark h1, .tbgl-section--dark h2, .tbgl-section--dark h3 { color: #fff; }
.tbgl-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--tbgl-font-display);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--tbgl-thai-pink);
	margin-bottom: 10px;
}
.tbgl-eyebrow svg { width: 16px; height: 16px; }
.tbgl-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 36px;
	flex-wrap: wrap;
}
.tbgl-section-head h2 { font-size: clamp(26px, 3vw, 36px); margin: 0; }
.tbgl-link-all {
	font-family: var(--tbgl-font-display);
	font-weight: 700;
	font-size: 14px;
	color: var(--tbgl-thai-pink);
	border-bottom: 2px solid var(--tbgl-soft-blossom);
	padding-bottom: 3px;
	white-space: nowrap;
}
.tbgl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--tbgl-font-display);
	font-weight: 700;
	font-size: 15px;
	padding: 14px 28px;
	border-radius: 999px;
	border: none;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.tbgl-btn--primary { background: var(--tbgl-gradient); color: #fff; box-shadow: 0 8px 20px rgba(205,42,124,.35); }
.tbgl-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(205,42,124,.45); }
.tbgl-btn--ghost { background: rgba(255,255,255,.15); color: #fff; border: 1.5px solid rgba(255,255,255,.6); backdrop-filter: blur(4px); }
.tbgl-btn--ghost:hover { background: rgba(255,255,255,.28); }
.tbgl-btn--outline { background: transparent; color: var(--tbgl-thai-pink); border: 1.5px solid var(--tbgl-thai-pink); }
.tbgl-btn--outline:hover { background: var(--tbgl-thai-pink); color: #fff; }
.tbgl-btn--sm { padding: 9px 18px; font-size: 13px; }

/* =========================================================================
   2. HEADER
   ========================================================================= */
.tbgl-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: #fff;
	border-bottom: 1px solid var(--tbgl-gray-line);
}
.tbgl-header-inner {
	max-width: var(--tbgl-container);
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	gap: 28px;
}
.tbgl-logo { display: flex; align-items: center; gap: 10px; font-family: var(--tbgl-font-display); font-weight: 800; font-size: 20px; color: var(--tbgl-thai-pink); flex-shrink: 0; }
.tbgl-logo img { max-height: 44px; width: auto; display: block; }
.tbgl-logo .tbgl-logo-icon { color: var(--tbgl-thai-pink); width: 34px; height: 28px; }
.tbgl-logo span b { color: var(--tbgl-pure-dark); }
.tbgl-logo-img { height: 38px; width: auto; display: block; }
.tbgl-footer-logo-img { height: 40px; width: auto; display: block; }
.tbgl-newsletter-logo { height: 48px; width: 48px; border-radius: 50%; display: block; flex-shrink: 0; }
.tbgl-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.tbgl-nav a {
	font-family: var(--tbgl-font-display);
	font-weight: 600;
	font-size: 14.5px;
	color: var(--tbgl-pure-dark);
	position: relative;
	padding: 6px 0;
}
.tbgl-nav a::after {
	content: '';
	position: absolute;
	left: 0; right: 0; bottom: 0;
	height: 2px;
	background: var(--tbgl-thai-pink);
	transform: scaleX(0);
	transition: transform .2s ease;
}
.tbgl-nav a:hover::after, .tbgl-nav a.is-active::after { transform: scaleX(1); }
.tbgl-header-actions { display: flex; align-items: center; gap: 14px; }
.tbgl-search-toggle, .tbgl-menu-toggle {
	background: var(--tbgl-soft-blossom-tint);
	color: var(--tbgl-thai-pink);
	border: none;
	width: 40px; height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.tbgl-menu-toggle { display: none; }
.tbgl-search-panel {
	position: absolute;
	top: 100%; left: 0; right: 0;
	background: #fff;
	border-bottom: 1px solid var(--tbgl-gray-line);
	padding: 18px 24px;
	display: none;
}
.tbgl-search-panel.is-open { display: block; }
.tbgl-search-panel form { max-width: var(--tbgl-container); margin: 0 auto; display: flex; gap: 10px; }
.tbgl-search-panel input[type="search"] {
	flex: 1;
	padding: 12px 18px;
	border-radius: 999px;
	border: 1.5px solid var(--tbgl-gray-line);
	font-size: 15px;
}

/* =========================================================================
   3. HERO / CAROUSEL
   ========================================================================= */
.tbgl-hero { position: relative; height: 600px; overflow: hidden; background: var(--tbgl-pure-dark); }
.tbgl-hero-slide {
	position: absolute; inset: 0;
	opacity: 0;
	transition: opacity .8s ease;
	background-size: cover;
	background-position: center;
}
.tbgl-hero-slide.is-active { opacity: 1; z-index: 2; }
.tbgl-hero-slide::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(35,35,35,.88) 10%, rgba(35,35,35,.35) 60%, rgba(35,35,35,.15));
}
.tbgl-hero-content {
	position: relative; z-index: 2;
	height: 100%;
	max-width: var(--tbgl-container);
	margin: 0 auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	max-width: 640px;
}
.tbgl-hero-badge {
	display: inline-flex; align-items: center; gap: 6px;
	background: var(--tbgl-gradient);
	font-family: var(--tbgl-font-display); font-weight: 700; font-size: 12.5px;
	letter-spacing: .04em; text-transform: uppercase;
	padding: 7px 16px; border-radius: 999px;
	margin-bottom: 18px; width: fit-content;
}
.tbgl-hero-badge svg { width: 14px; height: 14px; flex-shrink: 0; }
.tbgl-hero-content h1 { font-size: clamp(32px, 4.5vw, 54px); margin-bottom: 14px; }
.tbgl-hero-tagline { font-size: 17px; opacity: .92; margin-bottom: 18px; max-width: 520px; }
.tbgl-hero-meta { display: flex; gap: 16px; font-size: 13.5px; font-weight: 600; opacity: .85; margin-bottom: 26px; flex-wrap: wrap; }
.tbgl-hero-meta span { display: inline-flex; align-items: center; gap: 6px; }
.tbgl-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.tbgl-hero-dots { position: absolute; z-index: 3; left: 24px; bottom: 26px; display: flex; gap: 8px; }
.tbgl-hero-dots button { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.4); border: none; cursor: pointer; padding: 0; }
.tbgl-hero-dots button.is-active { background: var(--tbgl-soft-blossom); width: 26px; border-radius: 999px; }
.tbgl-hero-arrows button {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
	width: 46px; height: 46px; border-radius: 50%;
	background: rgba(255,255,255,.15); border: 1.5px solid rgba(255,255,255,.5); color: #fff;
	cursor: pointer; display: none; align-items: center; justify-content: center;
}
.tbgl-hero:hover .tbgl-hero-arrows button { display: flex; }
.tbgl-hero-arrows .is-prev { left: 24px; }
.tbgl-hero-arrows .is-next { right: 24px; }

/* =========================================================================
   4. CARDS - SERIES
   ========================================================================= */
.tbgl-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.tbgl-grid--3 { grid-template-columns: repeat(3, 1fr); }
.tbgl-card {
	background: #fff;
	border-radius: var(--tbgl-radius);
	overflow: hidden;
	box-shadow: var(--tbgl-shadow);
	transition: transform .25s ease, box-shadow .25s ease;
	position: relative;
	display: flex;
	flex-direction: column;
}
.tbgl-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(205,42,124,.22); }
.tbgl-card-poster { position: relative; aspect-ratio: 2/3; overflow: hidden; background: var(--tbgl-soft-blossom-tint); }
.tbgl-card-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.tbgl-card:hover .tbgl-card-poster img { transform: scale(1.06); }
.tbgl-card-status {
	position: absolute; top: 12px; left: 12px;
	font-family: var(--tbgl-font-display); font-weight: 700; font-size: 11px;
	text-transform: uppercase; letter-spacing: .03em;
	padding: 5px 11px; border-radius: 999px; color: #fff;
	background: var(--tbgl-thai-pink);
}
.tbgl-card-status.is-finalizada { background: var(--tbgl-pure-dark); }
.tbgl-card-status.is-proximamente { background: var(--tbgl-soft-blossom); }
.tbgl-card-rating {
	position: absolute; top: 12px; right: 12px;
	background: rgba(35,35,35,.75); color: #fff; font-size: 12px; font-weight: 700;
	padding: 4px 9px; border-radius: 999px; display: flex; align-items: center; gap: 4px;
}
.tbgl-card-rating svg { width: 12px; height: 12px; color: var(--tbgl-soft-blossom); }
.tbgl-card-platform {
	position: absolute; bottom: 12px; left: 12px;
	font-family: var(--tbgl-font-display); font-weight: 700; font-size: 10.5px;
	padding: 4px 9px; border-radius: 6px; color: #fff; letter-spacing: .02em;
}
.tbgl-badge-youtube { background: #FF0000; }
.tbgl-badge-iqiyi { background: #00BE06; }
.tbgl-badge-netflix { background: #8C0F0F; }
.tbgl-badge-viki { background: #00A2C7; }
.tbgl-badge-wetv { background: #1976D2; }
.tbgl-badge-gaga { background: #6B2D9E; }
.tbgl-badge-default { background: var(--tbgl-thai-pink); }
.tbgl-card-subs {
	position: absolute; bottom: 12px; right: 12px;
	background: #fff; color: var(--tbgl-thai-pink); font-size: 10px; font-weight: 800;
	padding: 4px 8px; border-radius: 6px;
}
.tbgl-card-body { padding: 16px 16px 18px; flex: 1; display: flex; flex-direction: column; gap: 6px; }
.tbgl-card-body h3 { font-size: 16.5px; margin: 0; }
.tbgl-card-body h3 a { transition: color .2s ease; }
.tbgl-card-body h3 a:hover { color: var(--tbgl-thai-pink); }
.tbgl-card-schedule { font-size: 12.5px; color: var(--tbgl-gray-mid); display: flex; align-items: center; gap: 6px; font-weight: 600; }
.tbgl-card-schedule svg { width: 14px; height: 14px; color: var(--tbgl-thai-pink); }

/* =========================================================================
   5. ACTRICES / SHIPS
   ========================================================================= */
.tbgl-scroll-row { display: flex; gap: 26px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
.tbgl-actriz-item { flex: 0 0 160px; text-align: center; scroll-snap-align: start; }
.tbgl-actriz-photo { width: 140px; height: 140px; border-radius: 50%; overflow: hidden; margin: 0 auto 12px; border: 3px solid var(--tbgl-soft-blossom); padding: 3px; background: #fff; }
.tbgl-actriz-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.tbgl-actriz-item h4 { font-size: 15px; margin-bottom: 2px; }
.tbgl-actriz-item span { font-size: 12.5px; color: var(--tbgl-thai-pink); font-weight: 700; }

.tbgl-grid--actrices { grid-template-columns: repeat(4, 1fr); }
.tbgl-actriz-card { background: #fff; border-radius: var(--tbgl-radius); box-shadow: var(--tbgl-shadow); padding: 26px 20px; text-align: center; }
.tbgl-actriz-card .tbgl-actriz-photo { width: 120px; height: 120px; }
.tbgl-social-row { display: flex; justify-content: center; gap: 10px; margin-top: 12px; }
.tbgl-social-row a { width: 34px; height: 34px; border-radius: 50%; background: var(--tbgl-soft-blossom-tint); color: var(--tbgl-thai-pink); display: inline-flex; align-items: center; justify-content: center; }
.tbgl-social-row a:hover { background: var(--tbgl-thai-pink); color: #fff; }

.tbgl-ship-card { background: #fff; border-radius: var(--tbgl-radius); box-shadow: var(--tbgl-shadow); padding: 24px; text-align: center; }
.tbgl-ship-photos { display: flex; justify-content: center; margin-bottom: 14px; }
.tbgl-ship-photos img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 3px solid #fff; box-shadow: 0 0 0 2px var(--tbgl-soft-blossom); }
.tbgl-ship-photos img:last-child { margin-left: -22px; }
.tbgl-ship-card h3 { font-size: 19px; color: var(--tbgl-thai-pink); }
.tbgl-ship-series-list { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 12px; }
.tbgl-ship-series-list span { background: var(--tbgl-soft-blossom-tint); color: var(--tbgl-thai-pink); font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; }

/* =========================================================================
   6. CALENDARIO
   ========================================================================= */
.tbgl-cal-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 34px; }
.tbgl-cal-tabs button {
	font-family: var(--tbgl-font-display); font-weight: 700; font-size: 13.5px;
	padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--tbgl-gray-line);
	background: #fff; color: var(--tbgl-pure-dark); cursor: pointer; white-space: nowrap;
}
.tbgl-cal-tabs button.is-active { background: var(--tbgl-gradient); border-color: transparent; color: #fff; }
.tbgl-cal-day { display: none; }
.tbgl-cal-day.is-active { display: block; }
.tbgl-cal-list { display: flex; flex-direction: column; gap: 14px; }
.tbgl-cal-row {
	display: flex; align-items: center; gap: 20px;
	background: #fff; border-radius: var(--tbgl-radius-sm); padding: 14px 18px;
	box-shadow: var(--tbgl-shadow);
}
.tbgl-cal-row img { width: 56px; height: 84px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.tbgl-cal-row-info { flex: 1; }
.tbgl-cal-row-info h4 { font-size: 16px; margin-bottom: 4px; }
.tbgl-cal-row-time { font-family: var(--tbgl-font-display); font-weight: 800; color: var(--tbgl-thai-pink); font-size: 15px; min-width: 70px; text-align: center; }
.tbgl-cal-empty { text-align: center; padding: 50px 20px; color: var(--tbgl-gray-mid); }

/* =========================================================================
   7. SINGLE SERIE
   ========================================================================= */
.tbgl-serie-hero { display: grid; grid-template-columns: 340px 1fr; gap: 44px; padding: 48px 0; }
.tbgl-serie-poster { border-radius: var(--tbgl-radius); overflow: hidden; box-shadow: var(--tbgl-shadow); }
.tbgl-serie-meta-list { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 18px 0 24px; font-size: 14px; }
.tbgl-serie-meta-list strong { display: block; font-family: var(--tbgl-font-display); font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: var(--tbgl-gray-mid); margin-bottom: 2px; }
.tbgl-serie-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.tbgl-tag { background: var(--tbgl-soft-blossom-tint); color: var(--tbgl-thai-pink); font-weight: 700; font-size: 12.5px; padding: 6px 14px; border-radius: 999px; }
.tbgl-where-watch { background: var(--tbgl-soft-blossom-tint); border-radius: var(--tbgl-radius); padding: 24px; margin-top: 20px; }
.tbgl-where-watch h4 { font-size: 15px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; color: var(--tbgl-thai-pink); }
.tbgl-where-watch h4 svg { width: 16px; height: 16px; flex-shrink: 0; }
.tbgl-where-watch-platform { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border-radius: var(--tbgl-radius-sm); padding: 12px 16px; }
.tbgl-cast-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 20px; margin-top: 16px; }

/* =========================================================================
   8. NOTICIAS / RESEÑAS
   ========================================================================= */
.tbgl-news-featured { position: relative; border-radius: var(--tbgl-radius); overflow: hidden; height: 460px; color: #fff; margin-bottom: 26px; }
.tbgl-news-featured img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tbgl-news-featured::before { content:''; position:absolute; inset:0; background: linear-gradient(0deg, rgba(35,35,35,.92), rgba(35,35,35,.2)); }
.tbgl-news-featured-content { position: relative; z-index: 2; padding: 40px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; max-width: 600px; }
.tbgl-news-grid-side { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tbgl-news-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--tbgl-radius-sm); overflow: hidden; box-shadow: var(--tbgl-shadow); }
.tbgl-news-card img { aspect-ratio: 16/9; object-fit: cover; }
.tbgl-news-card-body { padding: 16px; }
.tbgl-news-cat { font-size: 11px; font-weight: 800; text-transform: uppercase; color: var(--tbgl-thai-pink); letter-spacing: .04em; }
.tbgl-news-card-body h4 { font-size: 15px; margin: 6px 0; }
.tbgl-news-card-body p { font-size: 13px; color: var(--tbgl-gray-mid); margin: 0; }

.tbgl-review-score-box {
	display: flex; align-items: center; gap: 18px;
	background: var(--tbgl-gradient); color: #fff; border-radius: var(--tbgl-radius);
	padding: 22px 28px; margin: 20px 0 30px;
}
.tbgl-lotus-rating { display: inline-flex; align-items: center; gap: 4px; }
.tbgl-lotus { width: 22px; height: 18px; color: var(--tbgl-gray-line); }
.tbgl-lotus.is-full, .tbgl-lotus.is-half { color: var(--tbgl-thai-pink); }
.tbgl-review-score-box .tbgl-lotus { color: rgba(255,255,255,.35); }
.tbgl-review-score-box .tbgl-lotus.is-full,
.tbgl-review-score-box .tbgl-lotus.is-half { color: #fff; }
.tbgl-review-score-box .tbgl-lotus { width: 26px; height: 22px; }
.tbgl-lotus-svg { width: 100%; height: 100%; }
.tbgl-lotus-number { font-family: var(--tbgl-font-display); font-weight: 800; font-size: 15px; margin-left: 8px; color: var(--tbgl-pure-dark); }
.tbgl-review-score-box .tbgl-lotus-number { font-size: 22px; color: #fff; }
.tbgl-review-author { display: flex; align-items: center; gap: 12px; margin: 20px 0; }
.tbgl-review-author img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }

/* =========================================================================
   9. NEWSLETTER STRIP
   ========================================================================= */
.tbgl-newsletter { background: var(--tbgl-gradient); color: #fff; padding: 50px 0; }
.tbgl-newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.tbgl-newsletter h3 { color: #fff; font-size: 24px; margin-bottom: 6px; }
.tbgl-newsletter p { opacity: .9; margin: 0; }
.tbgl-newsletter form { display: flex; gap: 10px; }
.tbgl-newsletter input[type="email"] { padding: 13px 20px; border-radius: 999px; border: none; min-width: 280px; font-size: 14px; }

/* =========================================================================
   10. FOOTER
   ========================================================================= */
.tbgl-footer { background: var(--tbgl-pure-dark); color: #d9d0d5; padding-top: 60px; position: relative; }
.tbgl-footer::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; background: var(--tbgl-gradient); }
.tbgl-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }
.tbgl-footer-logo { display: flex; align-items: center; gap: 10px; font-family: var(--tbgl-font-display); font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 14px; }
.tbgl-footer-logo img { max-height: 48px; }
.tbgl-footer-logo svg { width: 32px; height: 26px; flex-shrink: 0; }
.tbgl-footer p { font-size: 14px; opacity: .8; }
.footer-widget-title, .tbgl-footer h4 { font-family: var(--tbgl-font-display); color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 16px; }
.tbgl-footer-links li { margin-bottom: 10px; font-size: 14px; }
.tbgl-footer-links a:hover { color: var(--tbgl-soft-blossom); }
.tbgl-footer-social { display: flex; gap: 10px; margin-top: 16px; }
.tbgl-footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; }
.tbgl-footer-social a:hover { background: var(--tbgl-thai-pink); }
.tbgl-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; text-align: center; font-size: 13px; opacity: .6; }

/* =========================================================================
   11. UTILIDADES / RESPONSIVE
   ========================================================================= */
.tbgl-mobile-menu { display: none; background: #fff; border-bottom: 1px solid var(--tbgl-gray-line); }
.tbgl-mobile-menu.is-open { display: block; }
.tbgl-mobile-menu a { font-family: var(--tbgl-font-display); font-weight: 700; font-size: 15px; }
/* =========================================================================
12. PRÓXIMOS ESTRENOS (home + calendario)
========================================================================= */
.tbgl-proximo-row {
display: flex;
gap: 22px;
overflow-x: auto;
padding-bottom: 14px;
scroll-snap-type: x mandatory;
}
.tbgl-proximo-row .tbgl-card {
flex: 0 0 220px;
scroll-snap-align: start;
}
@media (max-width: 720px) {
	.tbgl-proximo-row .tbgl-card { flex: 0 0 168px; }
}

@media (max-width: 960px) {
	.tbgl-grid { grid-template-columns: repeat(3, 1fr); }
	.tbgl-grid--actrices { grid-template-columns: repeat(2, 1fr); }
	.tbgl-footer-grid { grid-template-columns: 1fr 1fr; }
	.tbgl-serie-hero { grid-template-columns: 1fr; }
	.tbgl-serie-poster { max-width: 260px; }
}
@media (max-width: 720px) {
	.tbgl-nav { display: none; }
	.tbgl-menu-toggle { display: inline-flex; }
	.tbgl-grid { grid-template-columns: repeat(2, 1fr); }
	.tbgl-news-grid-side { grid-template-columns: 1fr; }
	.tbgl-hero { height: 520px; }
	.tbgl-footer-grid { grid-template-columns: 1fr; }
	.tbgl-newsletter-inner { flex-direction: column; align-items: flex-start; }
}
