.hoogig-why {
	--why-text: #191919;
	--why-muted: #6b6a66;
	--why-border: #ecece8;
	--why-blue: #0e42b6;
	--why-blue-soft: rgba(14, 66, 182, 0.08);
	--why-orange: #f97316;
	box-sizing: border-box;
	width: 100%;
	padding: 88px 24px 96px;
	background: #f7f7f4;
	color: var(--why-text);
}

.hoogig-why *,
.hoogig-why *::before,
.hoogig-why *::after {
	box-sizing: border-box;
}

.hoogig-why__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.hoogig-why__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
	gap: 56px 48px;
	align-items: center;
}

.hoogig-why.is-ready:not(.is-visible) .hoogig-why-card {
	opacity: 0;
	transform: translateY(28px);
}

.hoogig-why.is-visible .hoogig-why-card {
	animation: hoogig-why-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hoogig-why.is-visible .hoogig-why-card:nth-child(1) { animation-delay: 0.06s; }
.hoogig-why.is-visible .hoogig-why-card:nth-child(2) { animation-delay: 0.12s; }
.hoogig-why.is-visible .hoogig-why-card:nth-child(3) { animation-delay: 0.18s; }
.hoogig-why.is-visible .hoogig-why-card:nth-child(4) { animation-delay: 0.24s; }
.hoogig-why.is-visible .hoogig-why-card:nth-child(5) { animation-delay: 0.3s; }
.hoogig-why.is-visible .hoogig-why-card:nth-child(6) { animation-delay: 0.36s; }

.hoogig-why__intro {
	text-align: right;
}

.hoogig-why__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	padding: 7px 14px 7px 12px;
	border: 1.5px solid var(--why-blue);
	border-radius: 999px;
	background: transparent;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--why-blue);
	text-decoration: none !important;
	box-shadow: none !important;
}

a.hoogig-why__badge:hover,
a.hoogig-why__badge:focus {
	background: rgba(14, 66, 182, 0.08);
	color: var(--why-blue);
	text-decoration: none;
}

.hoogig-why__badge-text {
	color: var(--why-blue);
}

.hoogig-why__accent {
	color: var(--why-blue) !important;
}

.hoogig-why__badge svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	color: var(--why-blue);
	stroke-width: 2.4;
}

.hoogig-why__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	font-weight: 700;
	line-height: 1.75;
	color: #191919 !important;
}

.hoogig-why__lead {
	margin: 18px 0 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(0.92rem, 1.15vw, 1.02rem);
	font-weight: 400;
	line-height: 2;
	color: var(--why-muted);
}

.hoogig-why__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.hoogig-why-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 22px 22px 20px;
	border: 1px solid rgba(25, 25, 25, 0.04);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(25, 25, 25, 0.035);
	text-align: right;
	margin: 0;
	transition:
		border-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

@media (hover: hover) {
	.hoogig-why-card:hover {
		border-color: color-mix(in srgb, var(--why-orange) 28%, var(--why-border));
		box-shadow: 0 16px 36px rgba(25, 25, 25, 0.06);
		transform: translateY(-2px);
	}

	.hoogig-why-card:hover .hoogig-why-card__icon {
		background: var(--why-orange);
		color: #fff;
	}
}

.hoogig-why-card__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
}

.hoogig-why-card__icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: var(--why-blue-soft);
	color: var(--why-blue);
	transition:
		background 0.3s ease,
		color 0.3s ease;
}

.hoogig-why-card__icon svg {
	width: 20px;
	height: 20px;
}

.hoogig-why-card__meta {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 10px;
	min-width: 0;
	padding-top: 2px;
}

.hoogig-why-card__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.6;
	color: #191919 !important;
}

.hoogig-why-card__tag {
	display: inline-flex;
	align-items: center;
	padding: 3px 9px;
	border-radius: 999px;
	background: #f3f3f0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.7rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
	color: #7a7974;
	white-space: nowrap;
}

.hoogig-why-card__text {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: 0.86rem;
	font-weight: 400;
	line-height: 1.95;
	color: var(--why-muted);
}

@keyframes hoogig-why-in {
	from {
		opacity: 0;
		transform: translateY(28px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 980px) {
	.hoogig-why {
		padding: 72px 20px 80px;
	}

	.hoogig-why__layout {
		grid-template-columns: 1fr;
		gap: 36px;
		align-items: stretch;
	}

	.hoogig-why__intro {
		max-width: 640px;
	}
}

@media (max-width: 640px) {
	.hoogig-why {
		padding: 56px 16px 64px;
	}

	.hoogig-why__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.hoogig-why-card {
		padding: 20px 18px 18px;
	}
}

body.hoogig-has-colleagues .hoogig-why {
	padding-bottom: 36px;
}

body.hoogig-has-colleagues .hoogig-faq {
	padding-top: 36px;
}

.hoogig-colleagues {
	--col-text: #191919;
	--col-muted: #6b6a66;
	--col-blue: #0e42b6;
	box-sizing: border-box;
	width: 100%;
	padding: 56px 24px 64px;
	background: #fff;
	color: var(--col-text);
}

.hoogig-colleagues *,
.hoogig-colleagues *::before,
.hoogig-colleagues *::after {
	box-sizing: border-box;
}

.hoogig-colleagues__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.hoogig-colleagues__layout {
	display: grid;
	grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 0.95fr);
	gap: 48px 56px;
	align-items: center;
}

.hoogig-colleagues.is-ready:not(.is-visible) .hoogig-colleagues__visual,
.hoogig-colleagues.is-ready:not(.is-visible) .hoogig-colleagues__copy {
	opacity: 0;
	transform: translateY(64px);
}

.hoogig-colleagues.is-visible .hoogig-colleagues__visual {
	animation: hoogig-colleagues-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hoogig-colleagues.is-visible .hoogig-colleagues__copy {
	animation: hoogig-colleagues-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

@keyframes hoogig-colleagues-in {
	from {
		opacity: 0;
		transform: translateY(64px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hoogig-colleagues__visual {
	margin: 0;
	background: transparent;
}

.hoogig-colleagues__visual img {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(420px, 52vh);
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
	user-select: none;
}

.hoogig-colleagues__copy {
	text-align: right;
}

.hoogig-colleagues__title {
	margin: 0;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	font-weight: 700;
	line-height: 1.75;
	color: var(--col-blue) !important;
}

.hoogig-colleagues__lead {
	margin: 18px 0 0;
	max-width: 36em;
	font-family: 'Yekan Bakh', inherit, sans-serif;
	font-size: clamp(0.92rem, 1.15vw, 1.02rem);
	font-weight: 400;
	line-height: 2;
	color: var(--col-muted);
}

@media (max-width: 980px) {
	body.hoogig-has-colleagues .hoogig-why {
		padding-bottom: 24px;
	}

	body.hoogig-has-colleagues .hoogig-faq {
		padding-top: 24px;
	}

	.hoogig-colleagues {
		padding: 36px 20px 44px;
	}

	.hoogig-colleagues__layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.hoogig-colleagues__visual {
		order: -1;
	}

	.hoogig-colleagues__visual img {
		max-height: min(320px, 42vh);
	}

	.hoogig-colleagues__copy {
		max-width: 640px;
	}
}

@media (max-width: 640px) {
	body.hoogig-has-colleagues .hoogig-why {
		padding-bottom: 16px;
	}

	body.hoogig-has-colleagues .hoogig-faq {
		padding-top: 20px;
	}

	.hoogig-colleagues {
		padding: 28px 16px 36px;
	}

	.hoogig-colleagues__visual img {
		max-height: min(260px, 38vh);
	}

	.hoogig-colleagues__title {
		font-size: 1.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hoogig-why__intro,
	.hoogig-why-card,
	.hoogig-why-card__icon,
	.hoogig-colleagues__visual,
	.hoogig-colleagues__copy {
		animation: none !important;
		transition: none !important;
		opacity: 1;
		transform: none;
	}
}
