/* ═══════════════════════════════════════════════════════════════════════
   FCW — Why Choose Us (fcw-wcu)
   Prefix: fcw-wcu__*
   Side-by-side elegant corporate details with rich custom typography & layouts.
 ════════════════════════════════════════════════════════════════════════ */

.fcw-wcu {
	--fcw-wcu-bg: #ffffff;
	--fcw-wcu-primary: #862780;
	--fcw-wcu-secondary: #93C241;
	--fcw-wcu-dark: #111827;
	--fcw-wcu-mid: #4b5563;
	--fcw-wcu-font: 'Inter', sans-serif;

	background-color: var(--fcw-wcu-bg);
	font-family: var(--fcw-wcu-font);
}

.fcw-wcu__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 112px 24px;
}

.fcw-wcu__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 64px;
	align-items: center;
}

@media (max-width: 1024px) {
	.fcw-wcu__grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}
}

/* ── Content Area ───────────────────────── */
.fcw-wcu__heading {
	font-size: clamp(2rem, 3.5vw, 2.75rem);
	font-weight: 800;
	color: var(--fcw-wcu-dark);
	line-height: 1.2;
	margin: 0 0 24px 0;
	letter-spacing: -0.02em;
}

.fcw-wcu__desc {
	font-size: 1.125rem;
	color: var(--fcw-wcu-mid);
	line-height: 1.75;
	margin: 0 0 40px 0;
}

.fcw-wcu__features {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.fcw-wcu__feature-item {
	display: flex;
	align-items: start;
	gap: 16px;
}

.fcw-wcu__feature-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background-color: rgba(134, 39, 128, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.fcw-wcu__feature-icon i {
	font-size: 20px;
	color: var(--fcw-wcu-primary);
	line-height: 1;
}

.fcw-wcu__feature-title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--fcw-wcu-dark);
	margin: 0 0 6px 0;
}

.fcw-wcu__feature-desc {
	font-size: 0.9375rem;
	color: var(--fcw-wcu-mid);
	line-height: 1.6;
	margin: 0;
}

/* ── Visual Area ───────────────────────── */
.fcw-wcu__visual {
	display: flex;
	justify-content: center;
	width: 100%;
}

.fcw-wcu__image-container {
	position: relative;
	width: 100%;
	max-width: 520px;
}

.fcw-wcu__img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
}

.fcw-wcu__badge {
	position: absolute;
	bottom: -32px;
	left: -32px;
	background-color: var(--fcw-wcu-primary);
	color: #ffffff;
	padding: 28px;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(134, 39, 128, 0.3);
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 10;
}

.fcw-wcu__badge-val {
	font-size: 2.25rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.02em;
}

.fcw-wcu__badge-lbl {
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.85);
	white-space: nowrap;
}

@media (max-width: 640px) {
	.fcw-wcu__inner {
		padding: 72px 16px;
	}
	.fcw-wcu__badge {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 24px;
		align-items: center;
		text-align: center;
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
		padding: 20px;
	}
}
