/* Plan renew / upgrade / new — aligned with stores design language */

.plan-page {
	--store-accent: var(--sf-navy, #2563eb);
	--store-accent-dark: var(--sf-navy-dark, #1e40af);
	--store-accent-soft: var(--sf-navy-soft, rgba(37, 99, 235, 0.08));
	--store-radius: 14px;
}

.plan-page__hero {
	position: relative;
	overflow: hidden;
	border-radius: var(--store-radius);
	padding: 1.5rem 1.35rem;
	background: linear-gradient(135deg, var(--store-accent-dark) 0%, var(--store-accent) 55%, var(--sf-navy-light, #3b82f6) 100%);
	box-shadow: 0 10px 32px rgba(37, 99, 235, 0.22);
	color: #fff;
	margin-bottom: 1.5rem;
}

.plan-page__hero::before {
	content: "";
	position: absolute;
	top: -40%;
	right: -8%;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 70%);
	pointer-events: none;
}

.plan-page__hero-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.25rem;
	position: relative;
	z-index: 1;
}

.plan-page__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0.4rem;
}

.plan-page__title {
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.35rem;
}

.plan-page__desc {
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.82);
	max-width: 40rem;
	margin: 0;
}

.plan-page__desc br {
	display: none;
}

@media (min-width: 576px) {
	.plan-page__desc br {
		display: inline;
	}
}

.plan-page__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.plan-page__btn-ghost {
	font-weight: 600;
	border-radius: 10px;
	padding: 0.55rem 1rem;
	border-color: rgba(255, 255, 255, 0.45) !important;
	color: #fff !important;
}

.plan-page__btn-ghost:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.plan-page__btn-primary {
	font-weight: 700;
	border-radius: 10px;
	padding: 0.55rem 1rem;
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.plan-page__alert {
	border-radius: var(--store-radius);
	border: 1px solid rgba(37, 99, 235, 0.2);
	background: rgba(37, 99, 235, 0.08);
	color: #1e40af;
	font-weight: 600;
}

/* Frequency toggle */
.plan-page .btn-group-custom {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.4rem;
	background: #fff;
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: 999px;
	padding: 0.35rem;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.plan-page .btn-group-custom > .btn {
	border: 0 !important;
	border-radius: 999px !important;
	font-weight: 700;
	font-size: 0.82rem;
	padding: 0.5rem 1rem;
	color: #64748b;
	background: transparent;
	box-shadow: none !important;
}

.plan-page .btn-group-custom > .btn.active,
.plan-page .btn-group-custom > .btn:hover {
	background: var(--store-accent) !important;
	color: #fff !important;
}

/* Pricing cards */
.plan-page .pricing-plan {
	border: 1px solid rgba(148, 163, 184, 0.18);
	border-radius: var(--store-radius);
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.plan-page .pricing-plan:hover {
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
	border-color: rgba(37, 99, 235, 0.28);
}

.plan-page .pricing-header {
	padding: 1.35rem 1.35rem 0;
	border-radius: 0;
	background: transparent;
}

.plan-page .pricing-name {
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin-bottom: 0.45rem;
	color: #0f172a;
}

.plan-page .pricing-details {
	font-size: 0.84rem;
	line-height: 1.45;
	color: #64748b;
	min-height: 2.5rem;
}

.plan-page .pricing-price {
	margin: 1rem 0 0.35rem;
}

.plan-page .pricing-price-amount {
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f172a;
}

.plan-page .pricing-body {
	padding: 1rem 1.35rem 1.35rem;
	border-radius: 0;
}

.plan-page .pricing-features li {
	margin: 0.65rem 0;
	font-size: 0.86rem;
	color: #334155;
}

.plan-page .pricing-tag {
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0.3rem 0.7rem;
}

.plan-page .pricing-body .btn {
	border-radius: 10px;
	font-weight: 700;
	padding: 0.7rem 1rem;
	margin-top: 0.75rem;
}

/* Why cards */
.plan-page__why {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.85rem;
	margin: 1.75rem 0 2rem;
}

@media (min-width: 992px) {
	.plan-page__why {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.plan-page__why-card {
	border-radius: var(--store-radius);
	border: 1px solid rgba(148, 163, 184, 0.14);
	background: #fff;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
	padding: 1.2rem 1.2rem 1.25rem;
	height: 100%;
}

.plan-page__why-icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--store-accent-soft);
	color: var(--store-accent);
	font-size: 1.1rem;
	margin-bottom: 0.85rem;
}

.plan-page__why-icon--privacy {
	background: rgba(16, 185, 129, 0.12);
	color: #059669;
}

.plan-page__why-icon--quality {
	background: rgba(245, 158, 11, 0.12);
	color: #d97706;
}

.plan-page__why-title {
	font-size: 0.98rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0 0 0.35rem;
	letter-spacing: -0.01em;
}

.plan-page__why-text {
	font-size: 0.86rem;
	line-height: 1.45;
	color: #64748b;
	margin: 0;
}

/* FAQ */
.plan-page__faq-head {
	margin-bottom: 0.85rem;
}

.plan-page__faq-title {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 1.05rem;
	font-weight: 800;
	color: #0f172a;
	margin: 0;
	letter-spacing: -0.01em;
}

.plan-page__faq-icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--store-accent-soft);
	color: var(--store-accent);
}

.plan-page .index-faq .card {
	border: 1px solid rgba(148, 163, 184, 0.14) !important;
	border-radius: 12px !important;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.03) !important;
	margin-bottom: 0.65rem;
	overflow: hidden;
}

.plan-page .index-faq .card-body {
	padding: 0.85rem 1rem;
}

.plan-page .index-faq .btn {
	font-weight: 700;
	font-size: 0.92rem;
	color: #0f172a !important;
}

.plan-page .index-faq .collapse {
	font-size: 0.88rem;
	line-height: 1.5;
}

@media (max-width: 575.98px) {
	.plan-page__hero-actions {
		width: 100%;
	}

	.plan-page__hero-actions .btn {
		flex: 1 1 auto;
		text-align: center;
	}

	.plan-page .btn-group-custom {
		width: 100%;
		border-radius: 14px;
	}

	.plan-page .btn-group-custom > .btn {
		flex: 1 1 auto;
	}
}
