.fw-landing-container {
	max-width: 1180px;
}

.fw-landing-hero {
	background:
		radial-gradient(circle at 90% 10%, rgba(25, 135, 84, .14), transparent 34%),
		linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
	border-bottom: 1px solid rgba(33, 37, 41, .08);
}

.fw-landing-hero h1 {
	letter-spacing: -.035em;
	line-height: 1.05;
}

.fw-eyebrow {
	color: #198754;
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.fw-hero-panel {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, .09);
	border-radius: 1.25rem;
	box-shadow: 0 1.25rem 3rem rgba(33, 37, 41, .08);
	padding: 1.75rem;
}

.fw-hero-panel-title {
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.fw-clean-list,
.fw-plan-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fw-clean-list li,
.fw-plan-features li {
	display: flex;
	gap: .7rem;
	align-items: flex-start;
	margin-bottom: .8rem;
}

.fw-clean-list li:last-child,
.fw-plan-features li:last-child {
	margin-bottom: 0;
}

.fw-clean-list i,
.fw-plan-features i {
	color: #198754;
	margin-top: .13rem;
}

.fw-landing-section {
	padding: 5rem 0;
}

.fw-landing-section-soft {
	background: #f7f9f8;
	border-top: 1px solid rgba(33, 37, 41, .06);
	border-bottom: 1px solid rgba(33, 37, 41, .06);
}

.fw-section-heading {
	max-width: 760px;
}

.fw-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(33, 37, 41, .11);
	border-radius: 1.25rem;
	padding: 1.75rem;
	box-shadow: 0 .65rem 2rem rgba(33, 37, 41, .045);
}

.fw-plan-card-featured {
	border: 2px solid #198754;
	box-shadow: 0 1rem 2.5rem rgba(25, 135, 84, .13);
}

.fw-plan-badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: #198754;
	color: #fff;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 700;
	padding: .3rem .65rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.fw-plan-type {
	color: #6c757d;
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	margin-bottom: .7rem;
	padding-right: 4rem;
}

.fw-price-row {
	display: flex;
	align-items: baseline;
	gap: .25rem;
}

.fw-price-currency {
	font-size: 1.1rem;
	font-weight: 700;
}

.fw-price-value {
	font-size: 2.85rem;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1;
}

.fw-price-suffix {
	color: #6c757d;
	font-size: .9rem;
}

.fw-price-note {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	background: #f8f9fa;
	border-radius: .8rem;
	padding: .9rem 1rem;
	font-size: .9rem;
	color: #6c757d;
}

.fw-feature-card {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, .08);
	border-radius: 1rem;
	padding: 1.4rem;
}

.fw-feature-icon {
	display: inline-flex;
	font-size: 1.55rem;
	color: #198754;
	margin-bottom: 1rem;
}

.fw-comparison-card {
	background: #fff;
	border: 1px solid rgba(33, 37, 41, .08);
	border-radius: 1.25rem;
	padding: 1.5rem;
}

.fw-plan-comparison th,
.fw-plan-comparison td {
	padding-top: .85rem;
	padding-bottom: .85rem;
}

.fw-inline-callout {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(33, 37, 41, .08);
	border-radius: 1rem;
	padding: 1.25rem;
}

.fw-inline-callout > i {
	font-size: 1.45rem;
	color: #198754;
}

.fw-faq {
	max-width: 900px;
	margin: 2rem auto 0;
	border: 1px solid rgba(33, 37, 41, .08);
	border-radius: 1rem;
	overflow: hidden;
}

.fw-faq .accordion-button:not(.collapsed) {
	color: #146c43;
	background: rgba(25, 135, 84, .06);
}

.fw-faq .accordion-button:focus {
	box-shadow: 0 0 0 .15rem rgba(25, 135, 84, .15);
}

.fw-landing-cta {
	padding: 0 0 5rem;
}

.fw-cta-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	background: #f8fbf9;
	border: 1px solid rgba(25, 135, 84, .16);
	border-radius: 1.25rem;
	padding: 1.75rem;
}

@media (max-width: 991.98px) {
	.fw-landing-section {
		padding: 3.75rem 0;
	}

	.fw-cta-card {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	.fw-landing-hero h1 {
		font-size: 2.35rem;
	}

	.fw-plan-card,
	.fw-hero-panel,
	.fw-comparison-card,
	.fw-cta-card {
		border-radius: 1rem;
	}
}
