@media screen and (min-width: 1025px) {
	.header .menu .enlace {
		margin-left: 18px;
	}
}

.header .menu .enlace.menu-featured {
	padding: 2px 11px;
	color: #fefcfa;
	border-radius: 18px;
	background: #53407d;
	font-weight: 700;
}

.header .menu .enlace.menu-featured::after {
	content: "\2197";
	margin-left: 5px;
	color: #fcb138;
}

.header .menu .enlace.menu-featured:hover {
	color: #121111;
	background: #fcb138;
}

.header .menu .enlace.menu-featured:hover::after {
	color: #121111;
}

.twin-promo {
	padding: 34px 0 62px;
	background: #f4f1ed;
}

.twin-promo-card {
	position: relative;
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr) auto;
	align-items: center;
	gap: 44px;
	min-height: 245px;
	padding: 42px 48px;
	overflow: hidden;
	color: #fefcfa;
	border-radius: 32px;
	background:
		radial-gradient(circle at 92% 12%, rgba(252, 177, 56, 0.95) 0 42px, transparent 43px),
		linear-gradient(120deg, #25134e 0%, #53407d 72%, #674b93 100%);
	box-shadow: 0 20px 48px rgba(37, 19, 78, 0.18);
}

.twin-promo-card::after {
	content: "";
	position: absolute;
	right: 21%;
	bottom: -125px;
	width: 210px;
	height: 210px;
	border: 34px solid rgba(215, 64, 98, 0.78);
	border-radius: 50%;
}

.twin-promo-mark,
.twin-promo-copy,
.twin-promo-link {
	position: relative;
	z-index: 1;
}

.twin-promo-mark {
	display: grid;
	width: 150px;
	height: 150px;
	place-items: center;
	border: 1px solid rgba(254, 252, 250, 0.42);
	border-radius: 50%;
	font-size: 31px;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.twin-promo-kicker {
	margin: 0 0 12px;
	color: #fcb138;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.twin-promo-copy h2 {
	margin: 0 0 14px;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1;
	letter-spacing: -0.035em;
}

.twin-promo-copy > p:last-child {
	max-width: 650px;
	margin: 0;
	font-size: 17px;
	line-height: 1.55;
}

.twin-promo-link {
	display: inline-flex;
	align-items: center;
	gap: 20px;
	padding: 13px 14px 13px 22px;
	color: #121111;
	background: #fcb138;
	border-radius: 28px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.twin-promo-link:hover {
	color: #fefcfa;
	background: #d74062;
}

.twin-promo-arrow {
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	border-radius: 50%;
	background: #fefcfa;
	color: #25134e;
	font-size: 19px;
}

@media screen and (max-width: 920px) {
	.twin-promo-card {
		grid-template-columns: 120px minmax(0, 1fr);
		gap: 30px;
	}

	.twin-promo-mark {
		width: 110px;
		height: 110px;
		font-size: 23px;
	}

	.twin-promo-link {
		grid-column: 2;
		justify-self: start;
	}
}

@media screen and (max-width: 620px) {
	.twin-promo {
		padding: 18px 0 48px;
	}

	.twin-promo-card {
		display: block;
		padding: 34px 26px;
		border-radius: 26px;
	}

	.twin-promo-mark {
		width: 78px;
		height: 78px;
		margin-bottom: 28px;
		font-size: 18px;
	}

	.twin-promo-copy h2 {
		font-size: 36px;
	}

	.twin-promo-copy > p:last-child {
		font-size: 16px;
	}

	.twin-promo-link {
		margin-top: 26px;
	}
}
