.hrb-sponsor-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	margin: 1rem 0 3.5rem;
	padding: clamp(1.6rem, 4vw, 3rem);
	color: #fff;
	background: linear-gradient(135deg, #052b59 0%, #0a4f87 100%);
	border-radius: 1rem;
	box-shadow: 0 22px 48px rgba(5, 43, 89, .18);
}

.hrb-sponsor-intro .hrb-eyebrow {
	color: #ffae82;
}

.entry-content .hrb-sponsor-intro h2 {
	margin: .45rem 0 .9rem;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.04;
}

.entry-content .hrb-sponsor-intro p {
	margin: 0;
	color: #e7f1fa;
	font-size: 1.06rem;
	line-height: 1.7;
}

.hrb-sponsor-intro-points {
	display: grid;
	gap: .65rem;
	margin: 0;
	padding: 1.2rem;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: .8rem;
	list-style: none;
}

.hrb-sponsor-intro-points li {
	position: relative;
	padding-left: 1.65rem;
	color: #fff;
	font-weight: 700;
}

.hrb-sponsor-intro-points li::before {
	position: absolute;
	left: 0;
	top: .05rem;
	color: #ff7a3d;
	content: '✓';
	font-weight: 950;
}

.hrb-sponsor-directory {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.1rem, 2.5vw, 1.8rem);
	align-items: stretch;
}

.hrb-sponsor-category {
	--sponsor-accent: #0b73b7;
	min-width: 0;
	padding: clamp(1.2rem, 2.6vw, 1.8rem);
	background: #fff;
	border: 1px solid #dce3eb;
	border-top: 6px solid var(--sponsor-accent);
	border-radius: .9rem;
	box-shadow: 0 16px 38px rgba(12, 38, 65, .08);
}

.hrb-sponsor-category.category-lokaal { --sponsor-accent: #f45b16; }
.hrb-sponsor-category.category-project { --sponsor-accent: #168363; }
.hrb-sponsor-category.category-natura { --sponsor-accent: #7155a5; }

.hrb-sponsor-category-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1.5rem;
	align-items: start;
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid #d5e1eb;
}

.hrb-sponsor-category-header .hrb-eyebrow {
	color: var(--sponsor-accent);
}

.entry-content .hrb-sponsor-category-header h2 {
	margin: .35rem 0 .45rem;
	font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.entry-content .hrb-sponsor-category-header p {
	max-width: 760px;
	margin: 0;
	color: #52657a;
}

.hrb-sponsor-count {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	color: #fff;
	background: var(--sponsor-accent);
	border-radius: 50%;
	font-size: 1.1rem;
	font-weight: 900;
}

.hrb-sponsor-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
	gap: 1rem;
}

.hrb-sponsor-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dce3eb;
	border-top: 5px solid var(--sponsor-accent);
	border-radius: .8rem;
	box-shadow: 0 14px 34px rgba(12, 38, 65, .08);
}

.hrb-sponsor-logo,
.hrb-sponsor-logo > a {
	display: flex;
	min-height: 155px;
	align-items: center;
	justify-content: center;
}

.hrb-sponsor-logo {
	padding: 1.35rem;
	background: #f8fafc;
	border-bottom: 1px solid #e4e9ef;
}

.hrb-sponsor-logo > a {
	width: 100%;
	text-decoration: none;
}

.hrb-sponsor-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 115px;
	object-fit: contain;
}

.hrb-sponsor-logo span {
	color: #123557;
	font-size: 1.15rem;
	font-weight: 900;
	text-align: center;
}

.hrb-sponsor-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding: 1.2rem;
}

.entry-content .hrb-sponsor-card-body h3 {
	margin: 0 0 .55rem;
	font-size: 1.25rem;
}

.entry-content .hrb-sponsor-card-body p {
	margin: 0 0 1rem;
	color: #52657a;
	font-size: .94rem;
	line-height: 1.6;
}

.hrb-sponsor-website {
	margin-top: auto;
	color: #0b5fa5;
	font-weight: 850;
	text-decoration: none;
}

.hrb-sponsor-website:hover,
.hrb-sponsor-website:focus-visible {
	color: #f45b16;
	text-decoration: underline;
}

.hrb-sponsor-empty {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.2rem 1.35rem;
	color: #173856;
	background: #f7f9fc;
	border: 2px dashed #b9c7d6;
	border-radius: .75rem;
}

.hrb-sponsor-empty a {
	flex: 0 0 auto;
	color: #0b5fa5;
	font-weight: 850;
}

.hrb-sponsor-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) auto;
	gap: 2rem;
	align-items: center;
	margin: 4rem 0 1rem;
	padding: clamp(1.6rem, 4vw, 2.7rem);
	color: #fff;
	background: #052b59;
	border-left: 8px solid #f45b16;
	border-radius: .9rem;
}

.entry-content .hrb-sponsor-cta h2 {
	margin: 0 0 .65rem;
	color: #fff;
}

.entry-content .hrb-sponsor-cta p {
	margin: 0;
	color: #dceaf5;
}

.hrb-sponsor-cta .button {
	white-space: nowrap;
}

@media (max-width: 760px) {
	.hrb-sponsor-intro,
	.hrb-sponsor-directory,
	.hrb-sponsor-cta {
		grid-template-columns: 1fr;
	}

	.hrb-sponsor-empty {
		align-items: flex-start;
		flex-direction: column;
	}

	.hrb-sponsor-cta .button {
		justify-self: start;
		white-space: normal;
	}
}

@media (max-width: 480px) {
	.hrb-sponsor-category-header {
		grid-template-columns: 1fr;
	}

	.hrb-sponsor-count {
		display: none;
	}
}
