@media (max-width: 640px) {
	.how-it-works .flex.flex-wrap.justify-center.gap-3.mb-12,
	.how-it-works .inline-flex.flex-wrap.justify-center.gap-1.rounded-xl.p-1 {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: flex-start !important;
		gap: 0 !important;
		width: 100%;
		max-width: 34rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2.25rem !important;
		overflow: hidden;
		border: 1px solid #2a2a2a;
		border-radius: 1rem;
		background: rgba(15, 15, 15, 0.72);
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
	}

	.how-it-works .flex.flex-wrap.justify-center.gap-3.mb-12 > button,
	.how-it-works .inline-flex.flex-wrap.justify-center.gap-1.rounded-xl.p-1 > button {
		width: 100%;
		border: 0 !important;
		border-bottom: 1px solid #2a2a2a !important;
		border-radius: 0 !important;
		padding: 1rem 1.1rem !important;
		text-align: center;
	}

	.how-it-works .flex.flex-wrap.justify-center.gap-3.mb-12 > button:last-child,
	.how-it-works .inline-flex.flex-wrap.justify-center.gap-1.rounded-xl.p-1 > button:last-child {
		border-bottom: 0 !important;
	}
}

#oferta.offer-orbit-section {
	overflow: hidden;
}

#oferta.offer-orbit-section .max-w-7xl {
	max-width: 86rem;
}

#oferta.offer-orbit-section .text-center.mb-16 {
	margin-bottom: 2.5rem !important;
}

.offer-orbit-stage {
	position: relative;
	height: clamp(560px, 58vw, 760px);
	margin: 0 auto;
	cursor: grab;
	touch-action: none;
	user-select: none;
	overflow: visible;
	perspective: 1100px;
}

.offer-orbit-stage:active {
	cursor: grabbing;
}

.offer-orbit-stage::before,
.offer-orbit-stage::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.offer-orbit-stage::before {
	width: min(62vw, 800px);
	height: min(62vw, 800px);
	max-height: 640px;
	border: 1px solid rgba(255, 193, 7, 0.22);
	box-shadow:
		0 0 50px rgba(255, 193, 7, 0.08),
		inset 0 0 42px rgba(255, 193, 7, 0.05);
}

.offer-orbit-stage::after {
	width: min(42vw, 560px);
	height: min(42vw, 560px);
	max-height: 450px;
	border: 1px dashed rgba(255, 255, 255, 0.08);
}

#oferta.offer-orbit-section .grid.offer-orbit {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	margin: 0 !important;
	transform-style: preserve-3d;
}

#oferta.offer-orbit-section .offer-orbit__item {
	position: absolute !important;
	left: 50%;
	top: 50%;
	width: clamp(142px, 12.5vw, 188px) !important;
	margin: 0 !important;
	will-change: transform, opacity, filter;
	transform-origin: center;
	transition:
		opacity 180ms ease,
		filter 180ms ease;
}

#oferta.offer-orbit-section .offer-orbit__card {
	display: flex !important;
	min-height: 142px !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1rem 0.9rem !important;
	border-radius: 1.35rem !important;
	transform: scale(1) !important;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
		#1a1a1a !important;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32) !important;
	backdrop-filter: blur(8px);
}

#oferta.offer-orbit-section .offer-orbit__card .w-16.h-16 {
	width: 3rem !important;
	height: 3rem !important;
	margin-bottom: 0.7rem !important;
	background-color: #2a2a2a !important;
}

#oferta.offer-orbit-section .offer-orbit__card svg {
	width: 1.5rem !important;
	height: 1.5rem !important;
	color: var(--color-gold) !important;
}

#oferta.offer-orbit-section .offer-orbit__card h3 {
	max-width: 100%;
	margin-bottom: 0.35rem !important;
	font-size: 0.95rem !important;
	line-height: 1.16 !important;
	overflow-wrap: anywhere;
}

#oferta.offer-orbit-section .offer-orbit__card p {
	font-size: 0.72rem !important;
	line-height: 1.35 !important;
}

#oferta.offer-orbit-section .offer-orbit__item.is-front .offer-orbit__card,
#oferta.offer-orbit-section .offer-orbit__item:hover .offer-orbit__card,
#oferta.offer-orbit-section .offer-orbit__item.is-grabbed .offer-orbit__card {
	border-color: rgba(255, 193, 7, 0.82) !important;
	box-shadow:
		0 0 0 1px rgba(255, 193, 7, 0.28),
		0 18px 46px rgba(255, 193, 7, 0.16),
		0 16px 34px rgba(0, 0, 0, 0.35) !important;
}

#oferta.offer-orbit-section .offer-orbit__item:hover .offer-orbit__card,
#oferta.offer-orbit-section .offer-orbit__item.is-grabbed .offer-orbit__card {
	transform: scale(1.1) !important;
}

#oferta.offer-orbit-section .offer-orbit__item.is-front .offer-orbit__card .w-16.h-16,
#oferta.offer-orbit-section .offer-orbit__item:hover .offer-orbit__card .w-16.h-16,
#oferta.offer-orbit-section .offer-orbit__item.is-grabbed .offer-orbit__card .w-16.h-16 {
	background-color: var(--color-gold) !important;
	box-shadow: 0 6px 18px rgba(255, 193, 7, 0.28) !important;
}

#oferta.offer-orbit-section .offer-orbit__item.is-front .offer-orbit__card svg,
#oferta.offer-orbit-section .offer-orbit__item:hover .offer-orbit__card svg,
#oferta.offer-orbit-section .offer-orbit__item.is-grabbed .offer-orbit__card svg {
	color: #0f0f0f !important;
}

.offer-orbit-hint {
	position: absolute;
	left: 50%;
	bottom: 0.5rem;
	z-index: 30;
	margin: 0;
	transform: translateX(-50%);
	color: #a0a0a0;
	font-family: "Poppins", sans-serif;
	font-size: 0.82rem;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	opacity: 0.84;
}

@media (max-width: 767px) {
	#oferta.offer-orbit-section {
		padding-top: 3.25rem !important;
		padding-bottom: 3.25rem !important;
	}

	#oferta.offer-orbit-section .text-center.mb-16 {
		margin-bottom: 1.5rem !important;
	}

	.offer-orbit-stage {
		height: 520px;
		max-width: 100%;
		margin-left: -0.35rem;
		margin-right: -0.35rem;
	}

	.offer-orbit-stage::before {
		width: 86vw;
		height: 86vw;
		max-height: 410px;
	}

	.offer-orbit-stage::after {
		width: 62vw;
		height: 62vw;
		max-height: 310px;
	}

	#oferta.offer-orbit-section .offer-orbit__item {
		width: clamp(112px, 32vw, 138px) !important;
	}

	#oferta.offer-orbit-section .offer-orbit__card {
		min-height: 122px !important;
		padding: 0.82rem 0.68rem !important;
		border-radius: 1rem !important;
	}

	#oferta.offer-orbit-section .offer-orbit__card .w-16.h-16 {
		width: 2.45rem !important;
		height: 2.45rem !important;
		margin-bottom: 0.55rem !important;
	}

	#oferta.offer-orbit-section .offer-orbit__card svg {
		width: 1.25rem !important;
		height: 1.25rem !important;
	}

	#oferta.offer-orbit-section .offer-orbit__card h3 {
		font-size: 0.77rem !important;
		line-height: 1.12 !important;
	}

	#oferta.offer-orbit-section .offer-orbit__card p {
		display: none !important;
	}

	.offer-orbit-hint {
		bottom: 0.15rem;
		width: 100%;
		padding: 0 1rem;
		font-size: 0.74rem;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.offer-orbit-stage {
		cursor: default;
	}

	#oferta.offer-orbit-section .offer-orbit__item {
		transition: none;
	}
}
