.pricing-hero {
	position: relative;
}

.pricing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(8, 41, 48, 0.82), rgba(0, 181, 184, 0.62));
}

.pricing-hero .container {
	position: relative;
	z-index: 1;
}

.pricing-eyebrow {
	display: inline-block;
	margin-bottom: 14px;
	padding: 7px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
}

.pricing-hero-title {
	color: #ffffff;
	font-size: 2.8rem;
	line-height: 1.2;
	margin-bottom: 16px;
}

.pricing-hero-text {
	max-width: 720px;
	margin: 0 auto;
	font-size: 1.05rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.88);
}

.pricing-section {
	padding: 100px 0 86px;
	background:
		radial-gradient(circle at 20% 0%, rgba(0, 181, 184, 0.12), transparent 30%),
		radial-gradient(circle at 100% 20%, rgba(0, 122, 138, 0.10), transparent 28%),
		linear-gradient(180deg, #f6fbfb 0%, #ffffff 100%);
}

.pricing-intro {
	max-width: 760px;
	margin: 0 auto 42px;
}

.pricing-intro h2 {
	font-size: 2.2rem;
	margin-bottom: 12px;
	color: #0e2f33;
}

.pricing-intro p {
	color: #607173;
	line-height: 1.8;
	font-size: 1rem;
}

.pricing-grid {
	align-items: stretch;
}

.pricing-card {
	position: relative;
	height: 100%;
	padding: 28px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(0, 181, 184, 0.15);
	box-shadow: 0 18px 50px rgba(13, 42, 48, 0.08);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
	overflow: hidden;
}

.pricing-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 65px rgba(13, 42, 48, 0.13);
	border-color: rgba(0, 181, 184, 0.32);
}

.pricing-card::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: linear-gradient(90deg, rgba(0, 181, 184, 0.2), rgba(0, 181, 184, 0.75));
}

.pricing-card-featured {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 252, 252, 0.98));
	border-color: rgba(0, 181, 184, 0.3);
	box-shadow: 0 26px 70px rgba(0, 181, 184, 0.18);
	transform: translateY(-10px);
}

.pricing-card-featured::after {
	height: 5px;
	background: linear-gradient(90deg, #009ea1, #00d2d6);
}

.pricing-card-premium {
	background: linear-gradient(180deg, #ffffff, #f6fafc);
}

.pricing-recommended {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--bg-color);
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 700;
}

.pricing-card-head h3 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #102f34;
}

.pricing-card-head p {
	color: #607173;
	line-height: 1.7;
	margin-bottom: 0;
}

.pricing-badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(0, 181, 184, 0.10);
	color: #008c90;
	font-size: 0.84rem;
	font-weight: 700;
}

.pricing-price {
	margin-bottom: 14px;
	font-family: "FiraGO", sans-serif;
	font-size: 3rem;
	line-height: 1;
	color: #082930;
}

.pricing-price span {
	font-size: 1rem;
	font-weight: 400;
	color: #64787b;
	margin-left: 6px;
}

.pricing-feature-list {
	list-style: none;
	padding: 0;
	margin: 28px 0;
}

.pricing-feature-list li {
	position: relative;
	padding: 12px 0 12px 34px;
	border-bottom: 1px solid rgba(15, 58, 63, 0.08);
	font-size: 0.98rem;
	color: #224147;
}

.pricing-feature-list li:last-child {
	border-bottom: 0;
}

.pricing-feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.pricing-feature-list .feature-on::before {
	background: linear-gradient(135deg, #00b5b8, #00d2d6);
	box-shadow: 0 8px 18px rgba(0, 181, 184, 0.25);
}

.pricing-feature-list .feature-on::after {
	content: "";
	position: absolute;
	left: 7px;
	top: 21px;
	width: 6px;
	height: 10px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.pricing-feature-list .feature-off {
	color: #9aa8ab;
}

.pricing-feature-list .feature-off::before {
	background: #edf1f2;
}

.pricing-feature-list .feature-off::after {
	content: "";
	position: absolute;
	left: 9px;
	top: 24px;
	width: 8px;
	height: 2px;
	background: #9aa8ab;
}

.pricing-btn {
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 700;
}

.pricing-btn-premium:hover {
	color: #ffffff !important;
}

.pricing-bottom-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 34px;
	padding: 28px 30px;
	border-radius: 22px;
	background: linear-gradient(135deg, #0d3d43, #0b6970);
	box-shadow: 0 24px 60px rgba(13, 61, 67, 0.18);
}

.pricing-bottom-note h4 {
	color: #ffffff;
	margin-bottom: 8px;
}

.pricing-bottom-note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.pricing-bottom-note .btn {
	flex-shrink: 0;
	background: #ffffff;
	border-color: #ffffff;
	color: #0b6970 !important;
}

.pricing-bottom-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.pricing-btn-whatsapp {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff !important;
}

.pricing-btn-whatsapp:hover {
	background: rgba(255, 255, 255, 0.24);
	border-color: rgba(255, 255, 255, 0.48);
	color: #ffffff !important;
}

.pricing-bottom-note .btn:hover {
	background: #eefbfb;
	border-color: #eefbfb;
}




.pricing-trial-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 34px;
	padding: 28px 30px;
	border-radius: 22px;
	background: linear-gradient(135deg, #4fabac, #4cdbdd);
	/* box-shadow: 0 24px 60px rgba(13, 61, 67, 0.18); */
}

.pricing-trial-note h4 {
	color: #ffffff;
	margin-bottom: 8px;
}

.pricing-trial-note p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
}

.pricing-trial-note .btn {
	flex-shrink: 0;
	background: #ffffff;
	border-color: #ffffff;
	color: #0b6970 !important;
}

.pricing-trial-note .btn:hover {
	background: #eefbfb;
	border-color: #eefbfb;
}



@media (max-width: 1199px) {
	.pricing-hero-title {
		font-size: 2.4rem;
	}
}

@media (max-width: 991px) {
	.pricing-hero {
		min-height: 300px !important;
	}

	.pricing-section {
		padding: 100px 0 70px;
	}

	.pricing-card-featured {
		transform: none;
	}

	.pricing-bottom-note,
	.pricing-trial-note {
		flex-direction: column;
		align-items: flex-start;
	}

	.pricing-bottom-actions {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.pricing-hero-title {
		font-size: 2rem;
	}

	.pricing-hero-text {
		font-size: 0.98rem;
	}

	.pricing-intro h2 {
		font-size: 1.8rem;
	}

	.pricing-card {
		padding: 24px;
	}

	.pricing-price {
		font-size: 2.4rem;
	}

	.pricing-bottom-actions .btn {
		width: 100%;
	}

	.pricing-trial-note .btn {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.pricing-hero {
		min-height: 280px !important;
	}

	.pricing-eyebrow {
		font-size: 0.8rem;
	}

	.pricing-bottom-note,
	.pricing-trial-note {
		padding: 24px 20px;
	}
}
