.foz-section-heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 8px;
}

.foz-section-heading--center {
	align-items: center;
	text-align: center;
}

.foz-section-heading__tag {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #1D64A1;
	background: rgba(29, 100, 161, 0.07);
	padding: 5px 14px;
	border-radius: 5px;
	line-height: 1.4;
	width: fit-content;
}

.foz-section-heading__title {
	margin: 0 !important;
	font-weight: 800 !important;
	color: #0f2442;
	line-height: 1.15 !important;
	letter-spacing: -0.02em;
}

.foz-section-heading__accent {
	width: 48px;
	height: 4px;
	background: linear-gradient(90deg, #1D64A1, #2980c9);
	border-radius: 2px;
}

.foz-section-heading--center .foz-section-heading__accent {
	margin: 0 auto;
}

.foz-section-heading__subtitle {
	margin: 0 !important;
	font-size: 1.05rem;
	color: #5a6a7a;
	max-width: 620px;
	line-height: 1.65;
}

/* ── Dark-background context (gradient only, not palette-color-5) ── */
[style*="background:linear-gradient"] .foz-section-heading__title,
[style*="background: linear-gradient"] .foz-section-heading__title {
	color: #ffffff;
}
[style*="background:linear-gradient"] .foz-section-heading__tag,
[style*="background: linear-gradient"] .foz-section-heading__tag {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.12);
}
[style*="background:linear-gradient"] .foz-section-heading__accent,
[style*="background: linear-gradient"] .foz-section-heading__accent {
	background: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(255,255,255,0.2));
}
[style*="background:linear-gradient"] .foz-section-heading__subtitle,
[style*="background: linear-gradient"] .foz-section-heading__subtitle {
	color: #c0d4e8;
}
