/* =============================================================
	RE-423: page-template-content.php composition/layout only.
	Reusable component styling lives in components.css — this file is
	strictly hero composition, banner specifics, and section spacing for
	this template. Depends on tokens.css + components.css (enqueued as
	dependencies in functions.php).
	============================================================= */

.tbc-hero .tbc-intro {
	margin: 0 0 16px;
}

.tbc-hero__cta {
	margin-bottom: 32px;
}

.tbc-hero .tbc-stats {
	margin-top: 8px;
}

.tbc-table-section .table-summary {
	margin-bottom: 8px;
}

/* ---- Feature card grid sections (used 3x: ASREB Difference / Why Choose
	ASREB / All ASREB Courses) ---- */
.tbc-feature-section .tbc-cards {
	margin-top: 24px;
}

/* Full-bleed: breaks out of the .tbc-block 1140px container to span the
	full viewport width, regardless of how narrow/padded its parent is. */
.tbc-banner {
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 40px 24px;
	text-align: center;
	background: var(--color-midnight);
}

.tbc-banner .tbc-h2 {
	color: #fff;
	text-align: center;
}

.tbc-intro--banner {
	max-width: 560px;
	margin: 0 auto 24px;
	color: #fff;
}

.tbc-banner__buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

/* Primary button intentionally left unstyled here — it now matches the
	hero section's shared .tbc-btn--primary (ocean/white/blueberry-hover)
	instead of the old white-background/midnight-text banner-only look. */

.tbc-banner .tbc-btn--secondary {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.tbc-banner .tbc-btn--secondary:hover {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.tbc-banner .tbc-btn--secondary:visited {
	color: #fff;
}

.tbc-banner .tbc-btn--secondary:visited:hover {
	color: #fff;
}

.tbc-banner .tbc-btn--secondary:focus {
	color: #fff;
}

.tbc-banner .tbc-btn--secondary:visited:focus {
	color: #fff;
}

@media (max-width: 600px) {
	.tbc-banner__buttons {
		flex-direction: column;
		align-items: center;
	}

	.tbc-banner .tbc-btn--secondary {
		width: 100%;
	}
}

.tbc-testimonials iframe {
	border: 0;
	overflow: hidden;
}
