/* Yettel Compass — promo banner [yettel_bez_compass_back] / [yettel_compass_banner] */

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

.yc-compass-promo__bleed {
	position: relative;
	overflow: hidden;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-left: 0;
	padding-right: 0;
	background: #ffffff;
	border-top: 1px solid #e7e9ec;
	box-sizing: border-box;
}

.yc-compass-promo__bleed .yc-hero-rose {
	--yc-rose-top: 0px;
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}

.yc-compass-promo__bleed .yc-hero-rose__spin {
	position: absolute;
	right: -12%;
	top: -22%;
	bottom: auto;
	left: auto;
	width: min(var(--yc-rose-size, 680px), 62vw);
	height: min(var(--yc-rose-size, 680px), 62vw);
	opacity: var(--yc-rose-opacity, 0.22);
}

.yc-compass-promo__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-promo__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 44em;
	margin: 0 auto;
}

.yc-compass-promo__eyebrow {
	margin: 0 0 14px;
	font-size: clamp(22px, 2.8vw, 28px);
	font-weight: 900;
	letter-spacing: -0.01em;
	text-transform: none;
	line-height: 1.2;
	color: #053264;
}

.yc-compass-promo__title {
	margin: 0 0 14px;
	max-width: none;
	font-size: clamp(1.7rem, 3.6vw, 2.55rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #053264;
	text-align: center;
	white-space: nowrap;
}

.yc-compass-promo__text {
	margin: 0 0 36px;
	max-width: 58ch;
	font-size: 17px;
	line-height: 1.55;
	color: #5a6b7d;
	text-align: center;
}

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

.yc-compass-promo__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-promo__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-promo__stat {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	text-align: left;
}

.yc-compass-promo__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-promo__stat-label {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	color: #b4ff00;
}

.yc-compass-promo__stats-note {
	margin: 0 0 28px;
	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-promo__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 16px 32px;
	border-radius: 6px;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	background: #b4ff00 !important;
	background-color: #b4ff00 !important;
	color: #053264 !important;
	border: 1px solid #b4ff00 !important;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.yc-compass-promo__cta:hover,
.yc-compass-promo__cta:focus {
	background: #c8ff33 !important;
	background-color: #c8ff33 !important;
	border-color: #c8ff33 !important;
	color: #053264 !important;
	text-decoration: none;
}

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

	.yc-compass-promo__bleed .yc-hero-rose__spin {
		right: -28%;
		top: -18%;
		width: min(420px, 88vw);
		height: min(420px, 88vw);
		opacity: 0.16;
	}

	.yc-compass-promo__title {
		white-space: normal;
	}

	.yc-compass-promo__text {
		margin-bottom: 28px;
		font-size: 16px;
	}

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

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

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

	.yc-compass-promo__stats-note {
		margin-bottom: 22px;
		font-size: 15px;
	}

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