/* Yettel Compass — new section [yettel_compass_new] */

.yc-new {
	font-family: "Gilam", sans-serif;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	padding: 48px 0 56px;
	box-sizing: border-box;
}

.yc-new__shell {
	max-width: var(--yc-content-width, 1140px);
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.yc-new__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px 28px;
	margin-bottom: 28px;
}

.yc-new__intro {
	min-width: 0;
}

.yc-new__eyebrow {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--yc-text-soft);
}

.yc-new__title {
	margin: 0;
	font-size: clamp(28px, 3vw, 30px);
	font-weight: 700;
	line-height: 1.25;
	color: var(--yc-primary);
	text-align: left;
}

.yc-cards--new {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yc-card--new {
	--yc-new-accent: #fa4155;
	position: relative;
	height: 100%;
	border-top: 5px solid var(--yc-new-accent);
	cursor: pointer;
	transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.yc-card--new .yc-card__title {
	color: #053264 !important;
}

.yc-card--new .yc-card__desc {
	color: #5a6b7d;
}

.yc-card--new .yc-card__stretch-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
	border: 0;
	background: transparent;
	text-decoration: none;
	color: transparent !important;
}

.yc-card--new .yc-card__stretch-link .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.yc-card--new:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 28px rgba(5, 50, 100, 0.14);
	border-color: var(--yc-border);
}

.yc-card--new:active {
	transform: translateY(-1px);
}

.yc-card--new-accent-1 {
	--yc-new-accent: #fa4155;
}

.yc-card--new-accent-2 {
	--yc-new-accent: #3b8faf;
}

.yc-card--new-accent-3 {
	--yc-new-accent: #053264;
}

.yc-new__hat {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.yc-new__hat-label {
	color: var(--yc-new-accent);
}

.yc-new__hat-sep,
.yc-new__hat-grade {
	color: var(--yc-text-soft);
}

.yc-new__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 24px;
	text-align: center;
	color: var(--yc-text-soft);
	background: #f4f7fb;
	border-radius: 12px;
}

@media (max-width: 900px) {
	.yc-cards--new {
		grid-template-columns: 1fr;
	}

	.yc-new {
		padding: 36px 0 44px;
	}

	.yc-new__title {
		font-size: 26px;
	}
}
