/**
 * Homepage: flexible engagement models (consultation-led).
 */

.section--engagement {
	position: relative;
	isolation: isolate;
	overflow-x: clip;
}

.section--engagement .aash-engagement__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		radial-gradient(900px 480px at 8% 20%, rgba(56, 189, 248, 0.14), transparent 58%),
		radial-gradient(760px 420px at 92% 70%, rgba(139, 92, 246, 0.12), transparent 55%);
}

.aash-engagement__intro {
	max-width: 46rem;
	margin: 0 auto 2.75rem;
	text-align: center;
}

.aash-engagement__intro .eyebrow {
	margin-bottom: 0.85rem;
}

.aash-engagement__title {
	font-family: var(--font-display);
	font-size: clamp(1.85rem, 3.6vw, 2.65rem);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
	margin: 0 0 1rem;
	color: #f8fafc;
}

.aash-engagement__lede {
	margin: 0 auto;
	max-width: 42rem;
	font-size: clamp(1rem, 1.85vw, 1.125rem);
	line-height: 1.72;
	color: rgba(226, 232, 240, 0.82);
}

html[data-theme="light"] .section--engagement .aash-engagement__title {
	color: #f8fafc;
}

.aash-engagement__cards {
	margin-top: 0;
}

.aash-engagement-card {
	display: flex;
	flex-direction: column;
	padding: clamp(1.35rem, 2.5vw, 1.75rem);
	border-radius: clamp(20px, 2.2vw, 24px);
	background: rgba(15, 23, 42, 0.42);
	border: 1px solid rgba(148, 163, 184, 0.18);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.06),
		0 18px 50px rgba(2, 6, 23, 0.35);
	transition:
		transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
		border-color 320ms ease,
		box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
	.aash-engagement-card {
		transition-duration: 0.01ms;
	}
}

.aash-engagement-card:hover,
.aash-engagement-card:focus-within {
	transform: translateY(-8px);
	border-color: rgba(56, 189, 248, 0.35);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		0 28px 70px rgba(2, 6, 23, 0.48),
		0 0 0 1px rgba(56, 189, 248, 0.08);
}

.aash-engagement-card--featured {
	border-color: rgba(56, 189, 248, 0.42);
	background:
		linear-gradient(165deg, rgba(56, 189, 248, 0.08), rgba(15, 23, 42, 0.5)),
		rgba(15, 23, 42, 0.48);
}

.aash-engagement-card--featured:hover {
	border-color: rgba(94, 234, 212, 0.55);
}

.aash-engagement-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1.1rem;
}

.aash-engagement-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	color: rgba(224, 242, 254, 0.95);
	background: linear-gradient(145deg, rgba(56, 189, 248, 0.18), rgba(99, 102, 241, 0.14));
	border: 1px solid rgba(56, 189, 248, 0.28);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.aash-engagement-card:hover .aash-engagement-card__icon {
	transform: translateY(-2px) scale(1.04);
}

.aash-engagement-card__tag {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(153, 246, 228, 0.9);
	padding: 0.35rem 0.65rem;
	border-radius: 999px;
	border: 1px solid rgba(45, 212, 191, 0.25);
	background: rgba(45, 212, 191, 0.08);
	white-space: nowrap;
}

.aash-engagement-card__name {
	font-family: var(--font-display);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.02em;
	margin: 0 0 0.65rem;
	color: #f8fafc;
}

.aash-engagement-card__desc {
	margin: 0 0 1.15rem;
	font-size: 0.94rem;
	line-height: 1.62;
	color: rgba(226, 232, 240, 0.78);
	flex: 0 0 auto;
}

.aash-engagement-card__list {
	list-style: none;
	margin: 0 0 1.35rem;
	padding: 0;
	flex: 1;
}

.aash-engagement-card__list li {
	position: relative;
	padding-left: 1.35rem;
	margin-bottom: 0.55rem;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(226, 232, 240, 0.88);
}

.aash-engagement-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: linear-gradient(135deg, #38bdf8, #2dd4bf);
	box-shadow: 0 0 10px rgba(45, 212, 191, 0.45);
}

.aash-engagement-card__cta {
	margin-top: auto;
}

.aash-engagement-cta {
	margin-top: clamp(2rem, 4vw, 2.75rem);
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: center;
	border-radius: clamp(20px, 2.2vw, 24px);
	background: rgba(15, 23, 42, 0.5);
	border: 1px solid rgba(148, 163, 184, 0.2);
	backdrop-filter: blur(22px);
	-webkit-backdrop-filter: blur(22px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.07),
		0 22px 60px rgba(2, 6, 23, 0.4);
}

.aash-engagement-cta__title {
	font-family: var(--font-display);
	font-size: clamp(1.25rem, 2.5vw, 1.55rem);
	font-weight: 700;
	margin: 0 0 0.65rem;
	color: #f8fafc;
	letter-spacing: -0.02em;
}

.aash-engagement-cta__text {
	margin: 0 auto 1.35rem;
	max-width: 38rem;
	font-size: 1rem;
	line-height: 1.68;
	color: rgba(226, 232, 240, 0.8);
}

.aash-engagement-cta__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.85rem 1rem;
}

.aash-engagement-cta__wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

html[data-theme="light"] .section--engagement {
	color: #e2e8f0;
}

@media (max-width: 768px) {
	.aash-engagement-card--featured {
		transform: none;
	}

	.aash-engagement-cta__actions {
		flex-direction: column;
		width: 100%;
	}

	.aash-engagement-cta__actions .btn {
		width: 100%;
		justify-content: center;
	}
}
