.de-package-detail {
	margin: 0 0 2.5rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border: 1px solid rgba(82, 86, 90, 0.16);
	border-radius: 24px;
	background: #fbf3f1;
}

.de-package-detail__eyebrow {
	margin: 0 0 0.75rem;
	color: #eb5936;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.de-package-detail__price {
	margin: 0 0 1rem;
	color: #121518;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
	font-weight: 800;
	line-height: 1.15;
}

.de-package-detail__description {
	max-width: 48rem;
	color: #52565a;
	font-size: 1.1rem;
}

.de-package-detail ul {
	margin-bottom: 0;
	padding-left: 1.25rem;
}

.de-package-detail li + li {
	margin-top: 0.55rem;
}

.de-package-detail__cta {
	margin-top: 2.5rem;
	padding: 1.5rem;
	border-radius: 18px;
	background: #121518;
	color: #fff;
}

.de-package-detail__cta p {
	margin-top: 0;
}

.de-package-detail__cta a {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	padding: 0.85rem 1.1rem;
	border-radius: 12px;
	background: #eb5936;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}
