/* Negative margin-top pulls the dark background under .progression's
   rounded bottom corners above (same logic as hero -> progression). */
.atlas-intro {
	position: relative;
	background-color: #031527;
	margin-top: -40px;
	padding: 140px 0 60px;
}

.atlas-intro__text {
	max-width: 650px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.atlas-intro__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
}

.atlas-intro__eyebrow-icon-img {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
}

.atlas-intro__eyebrow-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #FFFFFF;
	opacity: 0.9;
}

.atlas-intro__heading {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	color: #FFFFFF;
}

.atlas-intro__heading .color__yellow {
	color: #FFD367;
}

.atlas-intro__heading sup {
	font-size: 0.65em;
}

.atlas-intro__subheading {
	margin: -8px 0 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	color: #FFFFFF;
}

.atlas-intro__description {
	margin: 0;
	max-width: 650px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
}

.atlas-intro__divider {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B8B8B8;
	opacity: 0.3;
}

.atlas-intro__footnote {
	margin: 0;
	max-width: 552px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.7);
}

.atlas-intro__footnote sup {
	font-size: 0.65em;
}

@media (max-width: 1024px) {
	.atlas-intro {
		padding: 140px 0 50px;
	}

	.atlas-intro__heading {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.atlas-intro {
		margin-top: -24px;
		padding: 84px 0 32px;
	}

	.atlas-intro__text {
		gap: 16px;
	}

	.atlas-intro__heading {
		font-size: 32px;
	}

	.atlas-intro__subheading {
		font-size: 18px;
	}

	.atlas-intro__description {
		font-size: 16px;
	}
}
