.idg-about-growth {
	background: #e7ded1;
	color: #10184a;
	padding: clamp(76px, 7.6vw, 118px) 24px clamp(82px, 8vw, 124px);
}

.idg-about-growth__inner {
	margin: 0 auto;
	max-width: 1080px;
}

.idg-about-growth__header {
	margin: 0 auto;
	max-width: 760px;
	text-align: center;
}

.idg-about-growth__eyebrow {
	color: #4f7ead;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.18em;
	line-height: 1.2;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.idg-about-growth__title {
	color: #10184a;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0;
}

.idg-about-growth__copy {
	color: rgba(16, 24, 74, 0.68);
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.65;
	margin: 24px auto 0;
	max-width: 620px;
}

.idg-about-growth__link {
	background: #10184a;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin: 20px auto 0;
	max-width: 620px;
	padding: 10px 18px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.idg-about-growth__steps {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: clamp(62px, 6.4vw, 92px);
	position: relative;
}

.idg-about-growth__steps::before {
	background: rgba(16, 24, 74, 0.24);
	content: "";
	height: 2px;
	left: 6%;
	position: absolute;
	right: 6%;
	top: 44px;
}

.idg-about-growth__step {
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}

.idg-about-growth__step-label {
	color: #4f7ead;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.idg-about-growth__dot {
	background: #10184a;
	border-radius: 999px;
	display: block;
	height: 20px;
	margin: 0 auto 32px;
	position: relative;
	width: 20px;
	z-index: 1;
}

.idg-about-growth__card {
	background: #ffffff;
	border: 2px solid #10184a;
	box-shadow: 7px 7px 0 #10184a;
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 190px;
	text-align: center;
}

.idg-about-growth__card-header {
	align-items: center;
	background: #f4f0e8;
	border-bottom: 2px solid #10184a;
	display: flex;
	justify-content: center;
	min-height: 70px;
	padding: 18px 20px;
}

.idg-about-growth__step-title {
	color: #10184a;
	font-size: 17px;
	font-weight: 850;
	line-height: 1.3;
	margin: 0;
}

.idg-about-growth__card-body {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 24px 20px 26px;
}

.idg-about-growth__stage-label {
	color: #4f7ead;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.16em;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.idg-about-growth__stage-list {
	color: #10184a;
	display: grid;
	font-size: 15px;
	font-weight: 750;
	gap: 8px;
	line-height: 1.35;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.idg-about-growth__stage-item {
	position: relative;
	padding-left: 20px;
}

.idg-about-growth__stage-item::before {
	color: #4f7ead;
	content: "✓";
	font-size: 12px;
	font-weight: 900;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0.2em;
}

@media (max-width: 1040px) {
	.idg-about-growth {
		padding: 76px 20px 88px;
	}

	.idg-about-growth__steps {
		gap: 28px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 60px;
	}

	.idg-about-growth__steps::before {
		display: none;
	}

	.idg-about-growth__card {
		min-height: 186px;
	}
}

@media (min-width: 1041px) {
	.idg-about-growth__header {
		max-width: 900px;
	}

	.idg-about-growth__title {
		white-space: nowrap;
	}
}

@media (max-width: 560px) {
	.idg-about-growth__steps {
		grid-template-columns: 1fr;
	}

	.idg-about-growth__step-label {
		margin-bottom: 18px;
	}

	.idg-about-growth__dot {
		margin-bottom: 22px;
	}
}
