/* ==========================================================================
   Pricing Plans — ecommerce / pt-type2 (webcirclez.com)
   ========================================================================== */

.wcz-service-live-pricing--ecommerce {
	padding: clamp(32px, 4vw, 48px) 0;
	background: #f9f9f9;
}

.wcz-service-live-pricing--ecommerce .wcz-max-title-heading {
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wcz-service-live-pricing--ecommerce .wcz-works-divider {
	margin-bottom: clamp(36px, 5vw, 48px);
}

.wcz-pricing-grid--ecommerce {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	max-width: 1040px;
	margin: 0 auto;
	align-items: stretch;
}

.wcz-pricing-ecom-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 28px 36px;
	background: #fff;
	border: 1px solid #e8ecef;
	border-radius: 4px;
	box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
}

.wcz-pricing-ecom-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	color: #00c2e5;
}

.wcz-pricing-ecom-icon svg {
	width: 48px;
	height: 48px;
	display: block;
}

.wcz-pricing-ecom-name {
	margin: 0 0 18px;
	font-family: var(--wcz-font-display);
	font-size: 1.0625rem;
	font-weight: 700;
	color: var(--wcz-text-heading);
}

.wcz-pricing-ecom-features {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	width: 100%;
	flex: 1;
}

.wcz-pricing-ecom-features li {
	display: block;
	padding: 8px 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #7a8494;
	border-bottom: 1px solid #f0f0f0;
}

.wcz-pricing-ecom-features li:last-child {
	border-bottom: none;
}

.wcz-pricing-ecom-features li::before {
	content: '✓ ';
	color: #6fcf4f;
	font-weight: 700;
}

.wcz-pricing-ecom-price {
	margin: 0;
	font-family: var(--wcz-font-display);
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 800;
	line-height: 1.1;
	color: var(--wcz-text-heading);
}

.wcz-pricing-ecom-original {
	margin: 6px 0 22px;
	font-size: 1rem;
	font-weight: 500;
	color: #b0b8c4;
	text-decoration: line-through;
}

.wcz-pricing-ecom-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	padding: 11px 28px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	color: #00c2e5;
	background: #fff;
	border: 1px solid #00c2e5;
	border-radius: 100px;
	transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.wcz-pricing-ecom-btn:hover {
	background: #00c2e5;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 194, 229, 0.3);
}

@media (max-width: 900px) {
	.wcz-pricing-grid--ecommerce {
		grid-template-columns: 1fr;
		max-width: 360px;
	}
}
