/* Premium SaaS-style pricing */

.sub-layout-root {
	position: relative;
	padding: 1.1rem 0 1.85rem;
	background: radial-gradient(140% 120% at 50% 50%, #fff8ef 0%, #f8f9fc 46%, #f4f6fa 100%);
	border-radius: 26px;
	overflow: hidden;
}

.sub-pricing-shell {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.3rem 1.1rem;
}

.sub-account-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding: 1rem 1.1rem;
	border: 1px solid #e9edf5;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
	margin-bottom: 0.85rem;
}

.sub-account-kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #15803d;
}

.sub-account-title {
	margin: 0.15rem 0 0;
	font-size: 1.02rem;
	font-weight: 800;
	color: #0f172a;
}

.sub-account-sub {
	margin: 0.16rem 0 0;
	font-size: 0.84rem;
	color: #64748b;
}

.sub-value-header {
	background: #ffffff;
	border: 1px solid rgba(229, 236, 246, 0.82);
	border-radius: 20px;
	padding: 1.25rem 1.3rem;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.sub-value-header h2 {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.2;
	font-weight: 800;
	color: #0b1220;
	letter-spacing: -0.02em;
}

.sub-value-header > p {
	margin: 0.48rem 0 0;
	font-size: 0.93rem;
	line-height: 1.56;
	color: #64748b;
}

.sub-trial-note {
	display: inline-flex;
	margin-top: 0.56rem;
	padding: 0.36rem 0.7rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	background: #edf2ff;
	color: #394865;
}

.sub-trust-points {
	margin: 0.92rem 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.62rem;
}

.sub-trust-points li {
	display: flex;
	align-items: center;
	gap: 0.44rem;
	padding: 0.58rem 0.68rem;
	border: none;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.84);
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	box-shadow: 0 5px 14px rgba(15, 23, 42, 0.05);
}

.sub-trust-points i {
	color: #15a05a;
	font-size: 0.76rem;
}

.sub-plan-grid {
	margin-top: 1.45rem;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.select-box.sub-plan-card {
	position: relative;
	border-radius: 24px;
	border: 1px solid rgba(229, 236, 246, 0.45);
	background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.select-box.sub-plan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.13);
}

.select-box.sub-plan-card.plan-recommended:not(.selected) {
	transform: translateY(-8px);
	z-index: 2;
	border: 2px solid rgba(247, 147, 25, 0.46);
	box-shadow: 0 22px 45px rgba(247, 147, 25, 0.2);
	background: linear-gradient(180deg, rgba(247, 147, 25, 0.14) 0%, rgba(247, 147, 25, 0.03) 100%);
}

.select-box.sub-plan-card.selected {
	border: 2px solid #f79319;
	transform: translateY(-10px);
	background: linear-gradient(180deg, rgba(247, 147, 25, 0.17) 0%, rgba(247, 147, 25, 0.03) 100%);
	box-shadow: 0 24px 50px rgba(247, 147, 25, 0.28);
}

.select-box.sub-plan-card.plan-recommended.selected {
	box-shadow: 0 28px 58px rgba(247, 147, 25, 0.33);
}

.select-box.sub-plan-card .sub-plan-radio-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.sub-selected-check {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 999px;
	border: 1px solid #cbd5e1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #94a3b8;
	font-size: 0.75rem;
	transition: all 0.16s ease;
}

.sub-plan-recommended-pill {
	position: absolute;
	top: -0.58rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
	padding: 0.34rem 0.82rem;
	border-radius: 999px;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #ffffff;
	background: linear-gradient(90deg, #f79319 0%, #f26d21 100%);
	box-shadow: 0 10px 20px rgba(247, 147, 25, 0.32);
}

.select-box.sub-plan-card.selected .sub-selected-check {
	background: #f79319;
	border-color: #f79319;
	color: #ffffff;
}

.select-box.sub-plan-card.plan-recommended:not(.selected) .sub-selected-check {
	background: #fff8ef;
	border-color: #f2c690;
	color: #f79319;
}

.sub-plan-content {
	padding: 1.35rem 1.2rem 1.15rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.sub-plan-top {
	display: flex;
	justify-content: flex-start;
	padding-right: 2.4rem;
}

.sub-plan-badge {
	display: inline-flex;
	align-items: center;
	padding: 0.22rem 0.58rem;
	border-radius: 999px;
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	background: #e5e7eb;
	color: #475569;
}

.sub-plan-badge--flex {
	background: #dbeafe;
	color: #1e40af;
}

.sub-plan-badge--popular {
	background: rgba(247, 147, 25, 0.2);
	color: #8d4e08;
}

.sub-plan-badge--deal {
	background: #dcfce7;
	color: #166534;
}

.sub-plan-title {
	margin: 0.72rem 0 0;
	font-size: 1.24rem;
	font-weight: 800;
	line-height: 1.25;
	color: #0f172a;
	letter-spacing: -0.01em;
}

.sub-plan-price-wrap {
	margin-top: 0.46rem;
	display: flex;
	align-items: baseline;
	gap: 0.38rem;
}

.sub-plan-price {
	font-size: clamp(2.05rem, 2.3vw, 2.6rem);
	font-weight: 800;
	line-height: 1;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.sub-plan-per {
	font-size: 0.69rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: #9aa3b2;
}

.sub-plan-sub {
	margin: 0.82rem 0 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #475569;
	min-height: 3.05rem;
}

.sub-plan-note {
	margin: 0.72rem 0 0;
	font-size: 0.81rem;
	font-weight: 700;
	color: #9f5508;
}

.sub-plan-bottom {
	margin-top: auto;
	padding-top: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.4rem;
}

.sub-plan-bottom .ideal-logo,
.sub-plan-payment-logo {
	width: 48px;
	height: 18px;
}

.sub-plan-cta-visual {
	display: none;
}

.sub-main-cta-wrap {
	margin-top: 1.2rem;
	padding-top: 0.72rem;
	position: sticky;
	bottom: 0;
	z-index: 4;
	background: linear-gradient(180deg, rgba(246, 248, 251, 0) 0%, rgba(246, 248, 251, 0.96) 40%, #f6f8fb 100%);
}

.sub-main-cta-wrap .buy-product-btn {
	width: 100%;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.04rem;
	font-weight: 700;
	padding: 0.98rem 1rem;
	border-radius: 15px;
	box-shadow: 0 16px 28px rgba(247, 147, 25, 0.26);
}

.sub-faq {
	margin-top: 1.35rem;
	padding: 1.2rem;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.09);
}

.sub-faq h3 {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
}

.sub-faq-grid {
	margin-top: 0.86rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.72rem;
}

.sub-faq-item {
	padding: 0.86rem 0.9rem;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.sub-faq-item h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 700;
	color: #1f2937;
}

.sub-faq-item p {
	margin: 0.42rem 0 0;
	font-size: 0.82rem;
	line-height: 1.45;
	color: #64748b;
}

@media (max-width: 1199.98px) {
	.sub-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sub-faq-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991.98px) {
	.sub-plan-grid {
		grid-template-columns: 1fr;
	}

	.select-box.sub-plan-card.selected,
	.select-box.sub-plan-card.plan-recommended:not(.selected) {
		transform: none;
	}

	.sub-trust-points {
		grid-template-columns: 1fr;
	}

	.sub-account-strip {
		flex-direction: column;
		align-items: flex-start;
	}

	.sub-main-cta-wrap {
		position: static;
		background: transparent;
		padding-top: 0.2rem;
	}
}

@media (max-width: 575.98px) {
	.sub-pricing-shell {
		padding: 0.72rem;
	}

	.sub-value-header {
		padding: 1rem;
	}

	.sub-plan-price {
		font-size: 1.95rem;
	}

	.sub-plan-content {
		padding: 1.15rem 1rem 1rem;
	}

	.sub-faq {
		padding: 0.95rem;
	}
}
