/*
 * frontier-section.css
 * Platform page: "Always at the Frontier" section (black background).
 * Text set to white (was black-on-black, invisible), sized/weighted
 * to match the other title-block sections on this page
 * ("Guidepoint360 Capabilities"), but left-aligned instead of
 * centered per feedback.
 * Added 2026-08-25.
 */

.c-frontier-section__eyebrow {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-semibold);
	font-size: 13.5px;
	color: var(--color-white);
	text-align: left;
}

.c-frontier-section__title {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-regular);
	font-size: 40px;
	line-height: 120%;
	color: var(--color-white);
	text-align: left;
	margin: 20px 0;
}

.c-frontier-section__body {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-regular);
	font-size: 18px;
	line-height: 140%;
	color: var(--color-white);
	text-align: left;
}

@media (max-width: 767px) {
	.c-frontier-section__title {
		font-size: var(--heading-h1-mobile);
	}
	.c-frontier-section__body {
		font-size: 16px;
	}
}
