.fd-upgrade { max-width: 1160px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

.fd-upgrade-hero {
	text-align: center;
	background: linear-gradient(135deg, #1a5d3a 0%, #123f27 100%);
	color: #fff;
	padding: 56px 24px;
	border-radius: 16px;
	margin: 32px 0;
}
.fd-upgrade-hero h1 { margin: 0 0 12px; font-size: 34px; font-weight: 800; }
.fd-upgrade-hero p { margin: 0; font-size: 18px; opacity: .95; max-width: 640px; margin: 0 auto; }

.fd-upgrade-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 40px 0;
}
.fd-upgrade-benefit {
	background: #f7f7f5;
	border-radius: 12px;
	padding: 24px 20px;
	text-align: center;
}
.fd-upgrade-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #c68a00;
	color: #fff;
	font-weight: 800;
	margin-bottom: 12px;
}
.fd-upgrade-benefit h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.fd-upgrade-benefit p { margin: 0; font-size: 14px; color: #555; line-height: 1.5; }

.fd-upgrade-compare { text-align: center; margin: 56px 0; }
.fd-upgrade-compare h2 { font-size: 26px; font-weight: 800; margin: 0 0 28px; }
.fd-upgrade-compare-row { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; }
.fd-upgrade-card {
	position: relative;
	background: #fff;
	border: 1px solid #e5e5e2;
	border-radius: 12px;
	padding: 24px;
	width: 320px;
	text-align: left;
}
.fd-upgrade-card-featured { border: 2px solid #c68a00; box-shadow: 0 8px 24px rgba(198,138,0,.18); }
.fd-upgrade-card-label { margin: 0 0 16px; font-weight: 700; color: #666; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.fd-upgrade-ribbon {
	position: absolute;
	top: -12px;
	right: 16px;
	background: #c68a00;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 5px 12px;
	border-radius: 999px;
}
.fd-upgrade-mock { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.fd-upgrade-mock-avatar {
	width: 44px; height: 44px; border-radius: 50%;
	background: #6b7280; color: #fff; display: flex; align-items: center; justify-content: center;
	font-weight: 800; flex-shrink: 0;
}
.fd-upgrade-mock-avatar-gold { background: #c68a00; }
.fd-upgrade-mock-name { font-weight: 700; }
.fd-upgrade-mock-sub { font-size: 13px; color: #777; }
.fd-upgrade-card-note { margin: 0; font-size: 14px; color: #555; }

.fd-upgrade-pricing { text-align: center; margin: 56px 0; }
.fd-upgrade-pricing h2 { font-size: 26px; font-weight: 800; margin: 0 0 24px; }
.fd-upgrade-price-card {
	max-width: 420px;
	margin: 0 auto;
	background: #f7f7f5;
	border-radius: 16px;
	padding: 36px 28px;
}
.fd-upgrade-price { margin: 0; font-size: 48px; font-weight: 800; color: #1a5d3a; }
.fd-upgrade-price-term { margin: 4px 0 24px; font-size: 15px; color: #555; }
.fd-upgrade-cta {
	display: inline-block;
	background: #1a5d3a;
	color: #fff;
	font-weight: 800;
	font-size: 17px;
	padding: 16px 36px;
	border-radius: 8px;
	text-decoration: none;
}
.fd-upgrade-note { margin: 16px 0 0; font-size: 13px; color: #777; }
.fd-featured-cta-row { text-align: center; margin: 24px 0; }

@media (max-width: 900px) {
	.fd-upgrade-benefits { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
	.fd-upgrade-benefits { grid-template-columns: 1fr; }
	.fd-upgrade-hero h1 { font-size: 26px; }
	.fd-upgrade-card { width: 100%; }
}
