/* Yettel Compass — about / overview [yettel_compass_about] */

.yc-compass-about {
	font-family: "Gilam", sans-serif;
	padding: 0;
}

.yc-compass-about__bleed {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 0;
	padding-right: 0;
	background: #ffffff;
	box-sizing: border-box;
}

.yc-compass-about__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 64px 0;
	box-sizing: border-box;
}

.yc-compass-about__stats {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1140px;
	margin: 0 0 40px;
	padding: 36px 28px;
	background: #053264;
	border-radius: 12px;
	box-sizing: border-box;
	text-align: center;
}

.yc-compass-about__stats-title {
	margin: 0 0 28px;
	max-width: none;
	font-size: clamp(1.15rem, 2.2vw, 1.7rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #ffffff;
	white-space: nowrap;
}

.yc-compass-about__stats-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 36px;
	width: 100%;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
}

.yc-compass-about__stat {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-align: left;
}

.yc-compass-about__stat-value {
	flex-shrink: 0;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #b4ff00;
}

.yc-compass-about__stat-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #b4ff00;
}

.yc-compass-about__stats-note {
	margin: 0;
	max-width: none;
	font-size: clamp(14px, 1.6vw, 18px);
	font-weight: 600;
	font-style: italic;
	line-height: 1.45;
	color: #ffffff;
	white-space: nowrap;
}

.yc-compass-about__body {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
}

.yc-compass-about__body p {
	margin: 0 0 1.15em;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	color: #053264;
}

.yc-compass-about__body p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.yc-compass-about__inner {
		padding: 44px 0;
	}

	.yc-compass-about__stats {
		padding: 28px 18px;
		margin-bottom: 28px;
	}

	.yc-compass-about__stats-list {
		gap: 16px 24px;
		margin-bottom: 22px;
	}

	.yc-compass-about__stat-label {
		font-size: 13px;
	}

	.yc-compass-about__stats-title,
	.yc-compass-about__stats-note {
		white-space: normal;
	}

	.yc-compass-about__body p {
		font-size: 16px;
	}
}
