/* === pricing-table === */
.sf-pricing {
	padding: 48px 24px;
}

.sf-pricing-grid {
	max-width: 1180px;
	margin: 0 auto;
	gap: 24px !important;
	align-items: stretch !important;
}

.sf-price-card {
	background: #fff;
	border: 1px solid var(--sf-border);
	border-radius: 14px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
}

.sf-price-card.is-popular {
	background: var(--sf-navy);
	border-color: var(--sf-navy);
	transform: scale(1.04);
	box-shadow: 0 30px 60px -24px rgba(16, 20, 42, 0.5);
}

.sf-price-card.is-popular .sf-btn-primary .wp-element-button {
	width: 100%;
	text-align: center;
	justify-content: center;
}

.is-popular .sf-btn-outline .wp-element-button {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.sf-price-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--sf-navy);
	background: var(--sf-flare-light);
	padding: 4px 10px;
	border-radius: 5px;
	margin-bottom: 14px;
	width: fit-content;
}

.sf-price-card .sf-price-name {
	font-size: 19px;
	margin-bottom: 10px;
}

.sf-price-card.is-popular .sf-price-name,
.sf-price-card.is-popular .sf-price-amount {
	color: #fff;
}

.sf-price-amount {
	font-family: "Space Grotesk", sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: var(--sf-ink);
	margin-bottom: 22px;
}

.sf-price-period {
	font-size: 14px;
	font-weight: 500;
	color: var(--sf-muted);
}

.sf-price-card.is-popular .sf-price-period {
	color: rgba(255, 255, 255, 0.6);
}

.sf-price-features {
	flex: 1;
	margin-bottom: 26px !important;
}

.sf-price-features li {
	position: relative;
	padding: 7px 0 7px 22px;
	font-size: 13.5px;
	line-height: 1.4;
	color: var(--sf-muted);
	border-bottom: 1px solid var(--sf-border);
}

.sf-price-features li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 7px;
	color: var(--sf-flare);
	font-weight: 700;
}

.is-popular .sf-price-features li {
	color: rgba(255, 255, 255, 0.75);
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.is-popular .sf-price-features li::before {
	color: var(--sf-flare-light);
}

.sf-price-features li:last-child {
	border-bottom: none;
	padding-top: 14px;
	margin-top: 4px;
	border-top: 1px dashed var(--sf-border);
}

.sf-price-features li:last-child strong {
	color: var(--sf-ink);
	font-weight: 700;
}

.is-popular .sf-price-features li:last-child {
	border-top-color: rgba(255, 255, 255, 0.2);
}

.is-popular .sf-price-features li:last-child strong {
	color: #fff;
}

.sf-price-card.is-best-value {
	border-color: var(--sf-sky);
	border-width: 2px;
	box-shadow: 0 20px 40px -28px rgba(28, 92, 190, 0.35);
}

.sf-price-badge.is-value-badge {
	color: #fff;
	background: var(--sf-sky);
}

.sf-price-cta .wp-block-button {
	width: 100%;
}

.full-width-content .sf-pricing-note {
	text-align: center;
	margin-top: 40px;
	color: var(--sf-muted);
	font-size: 14px;
}

.sf-custom-plan {
	margin-top: 48px;
	background: var(--sf-surface);
	border: 1px solid var(--sf-border);
	border-radius: 14px;
	padding: 28px 32px;
	gap: 24px !important;
}

.sf-custom-heading {
	font-size: 18px;
	margin-bottom: 6px;
}

.sf-custom-text {
	color: var(--sf-muted);
	font-size: 14px;
	max-width: 480px;
}

.sf-guarantee {
	margin-top: 24px;
	background: var(--sf-surface);
	border: 1px solid var(--sf-border);
	border-radius: 14px;
	padding: 28px 32px;
	gap: 20px !important;
}

.sf-guarantee-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--sf-flare);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sf-guarantee-heading {
	font-size: 17px;
	margin-bottom: 4px;
}

.sf-guarantee-text {
	color: var(--sf-muted);
	font-size: 14px;
	max-width: 620px;
}

/* === responsive === */
@media (max-width: 782px) {
	.sf-pricing {
		padding: 36px 20px;
	}

	.sf-price-card.is-popular {
		transform: none;
	}
}
