.fd-vip-page { max-width: 900px; margin: 0 auto; padding: 0 20px; }

.fd-vip-hero {
	text-align: center;
	background: linear-gradient(160deg, #0b1230 0%, #1a1440 60%, #0b1230 100%);
	color: #fff;
	padding: 48px 24px;
	border-radius: 16px;
	border: 3px solid #d4af37;
	margin: 24px 0;
	position: relative;
}
.fd-vip-star { color: #d4af37; font-size: 28px; display: block; margin-bottom: 6px; }
.fd-vip-card-img { max-width: 480px; width: 100%; height: auto; border-radius: 12px; margin: 0 auto 20px; display: block; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.fd-vip-hero h1 { margin: 0 0 4px; font-size: 44px; font-weight: 800; letter-spacing: .03em; color: #d4af37; text-shadow: 0 2px 8px rgba(212,175,55,.4); }
.fd-vip-silver { color: #d8d8e0; text-shadow: 0 2px 8px rgba(216,216,224,.4); }
.fd-vip-sub {
	display: inline-block;
	background: #d4af37;
	color: #0b1230;
	font-weight: 800;
	letter-spacing: .05em;
	padding: 8px 24px;
	border-radius: 999px;
	margin: 10px 0 24px;
	font-size: 15px;
}

.fd-vip-cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin: 24px 0; }
.fd-vip-cat { display: flex; flex-direction: column; align-items: center; gap: 6px; font-weight: 700; font-size: 13px; color: #d4af37; }
.fd-vip-cat span { font-size: 32px; }

.fd-vip-tagline { font-size: 20px; font-weight: 700; color: #d4af37; font-style: italic; margin: 20px 0 8px; }
.fd-vip-desc { font-size: 15px; color: #ccc; max-width: 560px; margin: 0 auto; line-height: 1.5; }

.fd-vip-signup { background: #f7f7f5; border-radius: 16px; padding: 32px 24px; margin: 24px 0; }
.fd-vip-signup h2 { text-align: center; margin: 0 0 20px; font-size: 26px; font-weight: 800; }
.fd-vip-signup form { max-width: 420px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.fd-vip-signup label { font-weight: 700; font-size: 15px; }
.fd-vip-signup input { display: block; width: 100%; box-sizing: border-box; padding: 12px 14px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; margin-top: 6px; }
.fd-vip-signup button { background: linear-gradient(135deg, #d4af37, #b8862f); color: #0b1230; border: none; font-weight: 800; font-size: 17px; padding: 16px; border-radius: 8px; cursor: pointer; margin-top: 6px; }

.fd-vip-partners { margin: 32px 0; }
.fd-vip-partners h2 { text-align: center; font-size: 26px; font-weight: 800; margin: 0 0 6px; }
.fd-vip-partners-sub { text-align: center; color: #666; margin: 0 0 20px; }
.fd-vip-partner-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.fd-vip-partner { display: flex; flex-direction: column; gap: 4px; background: #fff; border: 1px solid #eee; border-radius: 10px; padding: 16px; text-decoration: none; color: inherit; box-shadow: 0 1px 4px rgba(0,0,0,.06); }
.fd-vip-partner-name { font-weight: 800; font-size: 15px; }
.fd-vip-partner-discount { color: #b8862f; font-weight: 700; font-size: 13px; }

@media (max-width: 560px) {
	.fd-vip-hero h1 { font-size: 32px; }
	.fd-vip-cats { gap: 16px; }
	.fd-vip-cat span { font-size: 26px; }
}

.fd-vip-teaser {
	text-align: center;
	background: linear-gradient(160deg, #0b1230 0%, #1a1440 60%, #0b1230 100%);
	border: 3px solid #d4af37;
	border-radius: 16px;
	padding: 40px 24px;
}
.fd-vip-teaser-inner .fd-vip-star { color: #d4af37; font-size: 26px; display: block; margin-bottom: 4px; }
.fd-vip-teaser h2 { margin: 0 0 6px; font-size: 32px; font-weight: 800; color: #d4af37; }
.fd-vip-teaser-sub { color: #ccc; margin: 0 0 20px; font-size: 16px; }
.fd-vip-teaser-btn { display: inline-block; background: linear-gradient(135deg, #d4af37, #b8862f); color: #0b1230; font-weight: 800; font-size: 17px; padding: 16px 36px; border-radius: 8px; text-decoration: none; }
