.gpa-2026-intro__title {
	/* Base styling now handled by .gpa26-section-title utility class */
	margin-bottom: 24px; /* Unique spacing for intro section */
}

.gpa-2026-intro__content {
	display: flex;
	gap: 24px;
	align-items: center;
	width: 100%;
}

.gpa-2026-intro__logo-col {
	flex: 1 0 0;
	display: flex;
	align-items: center;
	align-self: stretch;
}

.gpa-2026-intro__logo-wrap {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 0 40px;
	min-width: 1px;
	min-height: 1px;
	height: 100%;
}

.gpa-2026-intro__logo-img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.gpa-2026-intro__text-col {
	flex: 1 0 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	justify-content: center;
}

.gpa-2026-intro__text {
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	width: 100%;
}

.gpa-2026-intro__text p {
	margin: 0 0 20px 0;
}

.gpa-2026-intro__text p:last-child {
	margin-bottom: 0;
}

.gpa-2026-intro__text strong {
	font-weight: 700;
}

/* Responsive adjustments */
@media screen and (min-width: 768px) {
	/* Horizontal padding now handled by .gpa26-container-padding utility class */
	/* Title font-size now handled by .gpa26-section-title utility class */
}

@media screen and (min-width: 992px) {
	.gpa-2026-intro__content {
		flex-direction: row;
	}

	/* Title font-size now handled by .gpa26-section-title utility class */
}

@media screen and (max-width: 767px) {
	.gpa-2026-intro__title {
		font-size: 20px; /* Unique mobile size for intro */
		margin-bottom: 24px;
	}

	.gpa-2026-intro__content {
		gap: 24px;
		flex-direction: column;
	}

	.gpa-2026-intro__logo-col,
	.gpa-2026-intro__text-col {
		width: 100%;
	}
}
