.page-desarrollo-web .pricing-card .card-header {
	padding: 2.4rem 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 1.2rem;
	text-align: center;
	min-height: 230px;
}

.page-desarrollo-web .pricing-card .card-header h3 {
	margin: 0 !important;
	max-width: 11ch;
	color: var(--secondary-color);
	line-height: 1.08;
	font-size: 2.05rem;
}

.page-desarrollo-web .pricing-card .price {
	position: static !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	left: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	width: auto !important;
	min-width: 195px;
	max-width: 240px;
	padding: 0.9rem 1.1rem 0.82rem !important;
	border-radius: 14px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
	backdrop-filter: blur(10px);
	color: #fff !important;
	display: inline-flex !important;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.06;
	letter-spacing: -0.01em;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: anywhere;
}

.page-desarrollo-web .pricing-card .price::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 4px;
	border-radius: 14px 0 0 14px;
	background: linear-gradient(180deg, rgba(223, 41, 25, 0.95), rgba(223, 41, 25, 0.45));
}

.page-desarrollo-web .pricing-card .price .period {
	display: block;
	margin-top: 4px;
	font-size: 0.76rem !important;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0.8;
	letter-spacing: 0.01em;
}

@media (max-width: 991.98px) {
	.page-desarrollo-web .pricing-card .card-header {
		min-height: 215px;
		padding: 2.2rem 1.25rem 1.35rem;
	}

	.page-desarrollo-web .pricing-card .card-header h3 {
		font-size: 1.9rem;
		max-width: 10ch;
	}
}

@media (max-width: 575.98px) {
	.page-desarrollo-web .pricing-card .card-header {
		min-height: auto;
		padding: 2rem 1.1rem 1.2rem;
		gap: 1rem;
	}

	.page-desarrollo-web .pricing-card .card-header h3 {
		font-size: 1.75rem;
		max-width: 100%;
	}

	.page-desarrollo-web .pricing-card .price {
		min-width: 100%;
		max-width: 100%;
		align-items: center;
		text-align: center;
		padding: 0.85rem 1rem 0.8rem !important;
	}

	.page-desarrollo-web .pricing-card .price::before {
		top: 0;
		left: 0;
		right: 0;
		bottom: auto;
		width: auto;
		height: 3px;
		border-radius: 14px 14px 0 0;
	}
}