.complex-approach {
	--complex-approach-space-top: clamp(4rem, 5.8vw, 7rem);
	--complex-approach-space-bottom: clamp(4.5rem, 6vw, 7rem);
	--complex-approach-gap: clamp(3rem, 4.5vw, 4rem);
	--complex-approach-card-gap: 20px;
	--complex-approach-card-radius: 16px;
	--complex-approach-surface-radius: 24px;
	--complex-approach-border: #f3f4f6;
	--complex-approach-accent: #c8851a;
	--complex-approach-accent-dark: #a96d14;
	--complex-approach-accent-10: rgba(200, 133, 26, 0.1);
	--complex-approach-accent-20: rgba(200, 133, 26, 0.2);
	--complex-approach-yellow: #fee685;
	--complex-approach-icon-bg: #ffedd4;
	--complex-approach-title: #1c2b1a;
	--complex-approach-text: #4a5565;
	--complex-approach-muted: #6a7282;
	--complex-approach-check: #64c431;
	padding: var(--complex-approach-space-top) 0 var(--complex-approach-space-bottom);
	background: #ffffff;
}

.complex-approach__inner {
	display: flex;
	flex-direction: column;
	gap: var(--complex-approach-gap);
	padding: 0 clamp(0rem, 1.9vw, 1.5rem);
}

.complex-approach__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 42rem;
	margin: 0 auto;
	text-align: center;
}

.complex-approach__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 17px;
	border: 1px solid var(--complex-approach-accent-20);
	border-radius: 999px;
	background: var(--complex-approach-accent-10);
	color: var(--complex-approach-accent-dark);
	font-size: var(--site-font-size-14);
	font-weight: 500;
	line-height: 1.43;
}

.complex-approach__title {
	margin: 19px 0 0;
	font-family: var(--site-font-heading);
	font-size: clamp(2rem, 1.62rem + 1.14vw, 2.4rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--complex-approach-title);
}

.complex-approach__description {
	max-width: 42rem;
	margin: 19px 0 0;
	font-size: var(--site-font-size-18);
	line-height: 1.56;
	color: var(--complex-approach-muted);
}

.complex-approach__practice {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.complex-approach__practice-title,
.complex-approach__benefits-title {
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: clamp(1.625rem, 1.48rem + 0.4vw, 2.25rem);
	font-weight: 800;
	line-height: 1.5;
	text-align: center;
	color: var(--complex-approach-title);
}

.complex-approach__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.complex-approach__card-col {
	min-width: 0;
}

.complex-approach__card {
	display: flex;
	flex-direction: column;
	gap: 19px;
	height: 100%;
	padding: 29px;
	border: 1px solid var(--complex-approach-yellow);
	border-radius: var(--complex-approach-card-radius);
	background: linear-gradient(143.13deg, #f3f4f6 0%, rgba(254, 243, 198, 0.5) 100%);
}

.complex-approach__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 16px;
	background: var(--complex-approach-icon-bg);
}

.complex-approach__card-icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.complex-approach__card-title {
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: clamp(1.0625rem, 1.02rem + 0.15vw, 1.1rem);
	font-weight: 700;
	line-height: 1.5;
	color: var(--complex-approach-title);
}

.complex-approach__card-text {
	margin: 0;
	font-size: var(--site-font-size-14);
	line-height: 1.625;
	color: var(--complex-approach-text);
}

.complex-approach__benefits-card {
	display: flex;
	flex-direction: column;
	gap: 32px;
	padding: 49px;
	border: 1px solid var(--complex-approach-border);
	border-radius: var(--complex-approach-surface-radius);
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.complex-approach__benefits-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.complex-approach__benefit-col {
	min-width: 0;
}

.complex-approach__benefit {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	text-align: center;
}

.complex-approach__benefit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
}

.complex-approach__benefit-icon svg {
	display: block;
	width: 40px;
	height: 40px;
}

.complex-approach__benefit-text {
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: var(--site-font-size-16);
	font-weight: 700;
	line-height: 1.5;
	color: var(--complex-approach-title);
}

.complex-approach__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 41px;
	border-top: 1px solid var(--complex-approach-border);
}

.complex-approach__cta-title {
	margin: 0;
	font-family: var(--site-font-heading);
	font-size: var(--site-font-size-18);
	font-weight: 700;
	line-height: 1.56;
	color: var(--complex-approach-title);
}

.complex-approach__cta-text {
	margin: 4px 0 0;
	font-size: var(--site-font-size-14);
	line-height: 1.43;
	color: var(--complex-approach-muted);
}

.complex-approach__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 16px 32px;
	border: 0;
	border-radius: 14px;
	background: var(--complex-approach-accent);
	font-family: var(--site-font-base);
	font-size: var(--site-font-size-18);
	font-weight: 700;
	line-height: 1.48;
	letter-spacing: var(--site-letter-spacing-button);
	color: #ffffff;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.complex-approach__cta-button:disabled {
	opacity: 1;
	cursor: default;
}

.complex-approach__cta-button:hover {
	background: #d49224;
	transform: translateY(-1px);
}

.complex-approach__cta-button-icon {
	flex: 0 0 auto;
	width: 24px;
	height: 24px;
}

@media (max-width: 1199.98px) {
	.complex-approach__benefits-card {
		padding: 40px 32px;
	}

	.complex-approach__benefits-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991.98px) {
	.complex-approach__inner {
		padding: 0;
	}

	.complex-approach__cards {
		grid-template-columns: 1fr;
	}

	.complex-approach__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.complex-approach__cta-button {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.complex-approach {
		padding: clamp(4rem, 10vw, 5rem) 0;
	}

	.complex-approach__title {
		margin-top: 16px;
		font-size: clamp(1.875rem, 7vw, 2.3rem);
	}

	.complex-approach__title br {
		display: none;
	}

	.complex-approach__description {
		margin-top: 16px;
		font-size: var(--site-font-size-16);
	}

	.complex-approach__practice-title,
	.complex-approach__benefits-title {
		font-size: clamp(1.375rem, 5.2vw, 1.875rem);
		line-height: 1.35;
	}

	.complex-approach__card {
		padding: 24px;
	}

	.complex-approach__benefits-card {
		padding: 28px 20px;
	}

	.complex-approach__benefits-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.complex-approach__cta {
		padding-top: 28px;
	}

	.complex-approach__cta-button {
		padding-right: 20px;
		padding-left: 20px;
		white-space: normal;
	}
}
