@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Lato:wght@400;700&family=Unkempt:wght@400;700&display=swap');

.hiw-infographic-107785be {
	background-color: #FCF9F6;
	padding: 48px 24px;
	max-width: 1280px;
	margin: 0 auto;
}

.hiw-inner-107785be {
	text-align: center;
}

.hiw-title-107785be {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 38px;
	color: #1F1F1F;
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.hiw-subtitle-107785be {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 700;
	font-size: 28px;
	color: #888C6C;
	margin: 0 0 40px 0;
	line-height: 1.3;
}

.hiw-steps-107785be {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.hiw-step-107785be {
	border-radius: 16px;
	padding: 28px 20px 32px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-step-107785be:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.hiw-step-blue-107785be {
	background-color: rgba(136, 140, 108, 0.12);
}

.hiw-step-green-107785be {
	background-color: rgba(141, 182, 84, 0.15);
}

.hiw-icon-107785be {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	color: #888C6C;
}

.hiw-step-label-107785be {
	font-family: 'Unkempt', cursive;
	font-weight: 700;
	font-size: 20px;
	color: #1F1F1F;
	background-color: #FFFFFF;
	padding: 6px 18px;
	border-radius: 20px;
	margin: 0 0 14px 0;
	line-height: 1.3;
	display: inline-block;
}

.hiw-step-text-107785be {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #1F1F1F;
	line-height: 1.6;
	margin: 0;
}

.hiw-step-text-107785be strong {
	font-weight: 700;
}

.hiw-cta-107785be {
	margin-top: 8px;
}

.hiw-cta-btn-107785be {
	font-family: 'Unkempt', cursive;
	font-weight: 700;
	font-size: 24px;
	color: #1F1F1F;
	background-color: #8DB654;
	padding: 14px 40px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	transition: background-color 0.3s ease, transform 0.2s ease;
	line-height: 1.3;
}

.hiw-cta-btn-107785be:hover {
	background-color: #7DA348;
	transform: scale(1.03);
	color: #1F1F1F;
}

/* Tablet */
@media (max-width: 1024px) {
	.hiw-steps-107785be {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media (max-width: 600px) {
	.hiw-infographic-107785be {
		padding: 32px 16px;
	}

	.hiw-title-107785be {
		font-size: 28px;
	}

	.hiw-subtitle-107785be {
		font-size: 20px;
		margin-bottom: 28px;
	}

	.hiw-steps-107785be {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.hiw-cta-btn-107785be {
		font-size: 20px;
		padding: 12px 28px;
	}
}
