.fc-wrapper-9792e5da {
	max-width: 1500px;
	margin: 0 auto;
	font-family: inherit;
}

.fc-header-9792e5da {
	text-align: center;
	margin-bottom: 40px;
}

.fc-header-eyebrow-9792e5da {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.fc-header-title-9792e5da {
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1.2;
}

.fc-header-desc-9792e5da {
	font-size: 18px;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.5;
	color: #555;
}

.fc-grid-9792e5da {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.fc-card-9792e5da {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 500px; /* Overridden by control */
	overflow: hidden;
	text-decoration: none !important;
	color: #fff !important;
	background: #000;
	transition: box-shadow 0.4s ease;
	/* No rounded corners as requested */
	border-radius: 0;
}

.fc-card-bg-9792e5da {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s ease;
	z-index: 1;
}

.fc-card-overlay-9792e5da {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.80) 100%);
	transition: background 0.4s ease;
	z-index: 2;
}

.fc-featured-badge-9792e5da {
	position: absolute;
	top: 20px;
	left: 20px;
	background: #0D47A1;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 6px 12px;
	text-transform: uppercase;
	z-index: 3;
}

.fc-card-content-9792e5da {
	position: relative;
	z-index: 3;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.fc-card-title-9792e5da {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.fc-card-desc-9792e5da {
	color: rgba(255,255,255,0.9);
	font-size: 15px;
	margin: 0;
	line-height: 1.5;
}

.fc-known-for-9792e5da {
	margin-top: 10px;
}

.fc-known-for-label-9792e5da {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: rgba(255,255,255,0.7);
}

.fc-tags-9792e5da {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fc-tag-9792e5da {
	background: rgba(255,255,255,0.12);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.20);
	padding: 8px 14px;
	font-size: 12px;
	line-height: 1;
}

.fc-cta-wrapper-9792e5da {
	margin-top: 15px;
	overflow: hidden;
}

.fc-cta-btn-9792e5da {
	display: inline-block;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
	transform: translateY(0);
}

/* Hover Effects */
.fc-card-9792e5da:hover {
	box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.fc-card-9792e5da:hover .fc-card-bg-9792e5da {
	transform: scale(1.05);
}

.fc-card-9792e5da:hover .fc-card-overlay-9792e5da {
	background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.85) 100%);
}

.fc-card-9792e5da:hover .fc-cta-btn-9792e5da {
	background: #fff;
	color: #0D47A1;
	transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 1024px) {
	.fc-grid-9792e5da {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.fc-grid-9792e5da {
		grid-template-columns: 1fr;
	}
}
