/* ============================================================
   FCW — Business Advisory Widgets
   ============================================================ */

/* ────────────────────────────────────────────────────────────
   1. ADVISORY HERO (fcw-adv-hero)
   ──────────────────────────────────────────────────────────── */
.fcw-adv-hero {
	padding: 80px 0;
	background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
	font-family: 'Inter', sans-serif;
	overflow: hidden;
}

.fcw-adv-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.fcw-adv-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 48px;
	align-items: center;
}

@media (min-width: 1024px) {
	.fcw-adv-hero__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.fcw-adv-hero__badge {
	font-size: 0.875rem;
	font-weight: 600;
	color: #862780;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.fcw-adv-hero__heading {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	color: #111827;
	line-height: 1.15;
	margin: 0 0 24px;
}

.fcw-adv-hero__desc {
	font-size: 1.125rem;
	color: #4b5563;
	line-height: 1.65;
	margin: 0 0 32px;
}

.fcw-adv-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.fcw-adv-hero__btn-primary {
	background-color: #862780;
	color: #ffffff;
	padding: 16px 32px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.fcw-adv-hero__btn-primary:hover {
	background-color: #6b1f66;
	box-shadow: 0 10px 20px rgba(134, 39, 128, 0.2);
}

.fcw-adv-hero__image-wrapper {
	width: 100%;
}

.fcw-adv-hero__image {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* ────────────────────────────────────────────────────────────
   2. ADVISORY SERVICES (fcw-adv-services)
   ──────────────────────────────────────────────────────────── */
.fcw-adv-services {
	padding: 80px 0;
	background: #ffffff;
	font-family: 'Inter', sans-serif;
}

.fcw-adv-services__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 64px;
	align-items: center;
}

@media (min-width: 1024px) {
	.fcw-adv-services__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

.fcw-adv-services__inner--image-right .fcw-adv-services__media {
	order: 0;
}

@media (min-width: 1024px) {
	.fcw-adv-services__inner--image-right .fcw-adv-services__media {
		order: 1;
	}
}

.fcw-adv-services__image {
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.fcw-adv-services__content {
	display: flex;
	flex-direction: column;
}

.fcw-adv-services__subtitle {
	font-size: 0.875rem;
	font-weight: 600;
	color: #862780;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.fcw-adv-services__heading {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	font-weight: 700;
	color: #111827;
	margin: 0 0 24px;
}

.fcw-adv-services__desc {
	font-size: 1.125rem;
	color: #4b5563;
	line-height: 1.65;
	margin: 0 0 32px;
}

.fcw-adv-services__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px;
}

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

.fcw-adv-services__list-icon {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(134, 39, 128, 0.1);
	border-radius: 6px;
	flex-shrink: 0;
	margin-top: 2px;
}

.fcw-adv-services__list-icon i {
	font-size: 1rem;
	color: #862780;
}

.fcw-adv-services__list-text {
	font-size: 1.0625rem;
	font-weight: 500;
	color: #111827;
	margin: 0;
	line-height: 1.5;
}

.fcw-adv-services__btn {
	background-color: #862780;
	color: #ffffff;
	padding: 14px 28px;
	border-radius: 8px;
	font-weight: 600;
	text-decoration: none;
	align-self: flex-start;
	transition: background-color 0.25s, transform 0.25s;
}

.fcw-adv-services__btn:hover {
	background-color: #6b1f66;
	transform: translateY(-2px);
}

/* ────────────────────────────────────────────────────────────
   3. ADVISORY TESTIMONIAL (fcw-adv-testimonial)
   ──────────────────────────────────────────────────────────── */
.fcw-adv-testimonial {
	padding: 80px 0;
	background: #ffffff;
	font-family: 'Inter', sans-serif;
}

.fcw-adv-testimonial__inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 24px;
}

.fcw-adv-testimonial__card {
	background-color: #faf5fa;
	border: 1px solid rgba(134, 39, 128, 0.05);
	border-radius: 16px;
	padding: 56px 48px 48px;
	text-align: center;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

@media (max-width: 768px) {
	.fcw-adv-testimonial__card {
		padding: 48px 24px 32px;
	}
}

.fcw-adv-testimonial__icon-box {
	width: 56px;
	height: 56px;
	background-color: #862780;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 32px;
}

.fcw-adv-testimonial__icon-box i {
	font-size: 1.5rem;
	color: #ffffff;
}

.fcw-adv-testimonial__quote {
	font-size: clamp(1.125rem, 3vw, 1.375rem);
	font-style: italic;
	font-weight: 400;
	color: #374151;
	line-height: 1.6;
	margin: 0 0 32px;
}

.fcw-adv-testimonial__author-name {
	font-size: 1.125rem;
	font-weight: 700;
	color: #111827;
	margin: 0 0 4px;
}

.fcw-adv-testimonial__author-title {
	font-size: 0.875rem;
	color: #6b7280;
	margin: 0;
}
