/* =========================================================
   HOMEPAGE — GEDEELTE ONDER DE HERO
   ========================================================= */

/* Algemene sectiekoppen */

.jb-home-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
	gap: 2.5rem;
	align-items: end;
	margin-bottom: 2rem;
}

.jb-home-heading--compact {
	grid-template-columns: 1fr;
	max-width: 760px;
}

.jb-home-heading h2 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.25rem, 4.2vw, 4rem);
	line-height: 1.03;
	letter-spacing: -0.04em;
}

.jb-home-heading__aside {
	max-width: 480px;
}

.jb-home-heading__aside p {
	margin: 0;
	line-height: 1.7;
}

.jb-home-heading__aside .jb-text-link {
	margin-top: 1rem;
}

/* =========================================================
   DIENSTEN
   ========================================================= */

.jb-home-services {
	padding-block: clamp(3.75rem, 5vw, 5rem);
	background: var(--jb-background);
}

.jb-home-services__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.jb-home-service-card {
	display: flex;
	min-height: 315px;
	flex-direction: column;
	padding: 1.5rem;
	border: 1px solid var(--jb-border);
	border-radius: 14px;
	background: var(--jb-white);
	box-shadow: var(--jb-shadow-sm);
	transition:
		transform var(--jb-transition),
		border-color var(--jb-transition),
		box-shadow var(--jb-transition);
}

.jb-home-service-card:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 140, 0, 0.58);
	box-shadow: var(--jb-shadow-md);
}

.jb-home-service-card__icon {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	margin-bottom: 2rem;
	border-radius: 10px;
	color: var(--jb-white);
	background:
		linear-gradient(
			135deg,
			var(--jb-orange) 0 36%,
			var(--jb-anthracite) 36% 100%
		);
	font-size: 0.72rem;
	font-weight: 900;
}

.jb-home-service-card h3 {
	margin: 0 0 0.8rem;
	font-size: 1.3rem;
	line-height: 1.24;
}

.jb-home-service-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
}

.jb-home-service-card > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1.1rem;
	border-top: 1px solid var(--jb-border);
	color: var(--jb-heading);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.jb-home-service-card > a:hover {
	color: var(--jb-orange);
}

/* =========================================================
   ZAKELIJK EN PARTICULIER
   ========================================================= */

.jb-home-audiences {
	padding-block: clamp(3.75rem, 5vw, 5rem);
	background: var(--jb-white);
}

.jb-home-audiences__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.jb-home-audience-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	padding: clamp(1.8rem, 3vw, 2.5rem);
	border: 1px solid var(--jb-border);
	border-radius: 14px;
	background: var(--jb-background);
}

.jb-home-audience-card__number {
	color: var(--jb-orange);
	font-size: 0.75rem;
	font-weight: 900;
}

.jb-home-audience-card__label {
	margin: 0 0 0.6rem;
	color: var(--jb-orange);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.jb-home-audience-card h3 {
	margin: 0 0 0.8rem;
	font-size: clamp(1.6rem, 2.8vw, 2.25rem);
}

.jb-home-audience-card p:not(.jb-home-audience-card__label) {
	margin: 0 0 1.5rem;
	line-height: 1.7;
}

/* =========================================================
   PERSOONLIJK BLOK
   ========================================================= */

.jb-home-personal {
	padding-block: clamp(3.75rem, 5vw, 5rem);
	background: var(--jb-background);
}

.jb-home-personal__grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
}

.jb-home-personal__visual {
	position: relative;
	display: grid;
	place-items: center;
}

.jb-profile-placeholder {
	display: grid;
	width: min(100%, 360px);
	aspect-ratio: 4 / 5;
	place-content: center;
	border-radius: 16px;
	color: var(--jb-white);
	background:
		radial-gradient(
			circle at 70% 22%,
			rgba(255, 140, 0, 0.28),
			transparent 30%
		),
		linear-gradient(145deg, #383e42, #22272a);
	box-shadow: var(--jb-shadow-md);
	text-align: center;
}

.jb-profile-placeholder > span {
	color: var(--jb-orange);
	font-size: clamp(3.5rem, 7vw, 6rem);
	font-weight: 900;
	line-height: 0.9;
}

.jb-profile-placeholder > strong {
	font-size: 2.5rem;
}

.jb-profile-placeholder > small {
	margin-top: 0.4rem;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.jb-profile-placeholder__badge {
	position: absolute;
	right: 0;
	bottom: 2rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.9rem 1rem;
	border-radius: 10px;
	background: var(--jb-white);
	box-shadow: var(--jb-shadow-md);
	font-size: 0.88rem;
	font-weight: 800;
}

.jb-profile-placeholder__badge span {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 8px;
	color: var(--jb-white);
	background: var(--jb-orange);
}

.jb-home-personal__content {
	max-width: 690px;
}

.jb-home-personal__content h2 {
	margin: 0;
	font-size: clamp(2.4rem, 4.8vw, 4.4rem);
	line-height: 1;
}

.jb-home-personal__intro {
	margin: 1rem 0 0;
	font-size: 1.08rem;
	line-height: 1.75;
}

.jb-home-personal__list {
	display: grid;
	gap: 0.7rem;
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	list-style: none;
}

.jb-home-personal__list li {
	position: relative;
	padding-left: 1.7rem;
	font-weight: 750;
}

.jb-home-personal__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--jb-orange);
}

/* =========================================================
   VERTROUWEN
   ========================================================= */

.jb-home-trust {
	padding-block: clamp(3rem, 4.5vw, 4rem);
	background: var(--jb-white);
}

.jb-home-assurance {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: 3rem;
	align-items: center;
	padding: 2rem;
	border: 1px solid var(--jb-border);
	border-radius: 14px;
	background: var(--jb-background);
}

.jb-home-assurance h2 {
	margin: 0;
	font-size: clamp(2.3rem, 4.4vw, 4rem);
	line-height: 1.05;
}

.jb-home-assurance ul {
	display: grid;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jb-home-assurance li {
	position: relative;
	padding: 0.9rem 1rem 0.9rem 2.8rem;
	border-radius: 10px;
	background: var(--jb-white);
	font-weight: 750;
}

.jb-home-assurance li::before {
	content: "✓";
	position: absolute;
	left: 1rem;
	color: var(--jb-orange);
	font-weight: 900;
}

/* Testimonial voor later */

.jb-home-testimonial {
	display: grid;
	grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1.4fr);
	gap: 3rem;
	align-items: center;
}

.jb-home-testimonial__heading h2 {
	margin: 0;
	font-size: clamp(2.3rem, 4.4vw, 4rem);
	line-height: 1.05;
}

.jb-home-testimonial blockquote {
	position: relative;
	margin: 0;
	padding: 2.5rem 3rem;
	border-left: 2px solid var(--jb-orange);
	border-radius: 0 14px 14px 0;
	background: var(--jb-background);
}

.jb-home-testimonial__quote {
	position: absolute;
	top: 0.4rem;
	right: 1.5rem;
	color: rgba(255, 140, 0, 0.12);
	font-size: 9rem;
	line-height: 1;
}

.jb-home-testimonial blockquote > p {
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.75;
}

.jb-home-testimonial footer {
	display: grid;
	gap: 0.2rem;
	margin-top: 1.4rem;
	font-size: 0.84rem;
	text-transform: uppercase;
}

/* =========================================================
   CONTACT CTA
   ========================================================= */

.jb-home-contact {
	padding-block: 3rem;
	background: var(--jb-background);
}

.jb-home-contact__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
	padding: clamp(2rem, 3vw, 2.75rem);
	border-radius: 16px;
	color: var(--jb-white);
	background:
		linear-gradient(
			135deg,
			rgba(255, 140, 0, 0.16),
			transparent 48%
		),
		var(--jb-anthracite);
}

.jb-home-contact__inner > div:first-child {
	max-width: 680px;
}

body.jb-theme .jb-home-contact h2 {
	margin: 0;
	color: var(--jb-white);
	font-size: clamp(2.2rem, 4.2vw, 3.8rem);
	line-height: 1;
}

.jb-home-contact__inner p:last-child {
	margin: 0.75rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.7;
}

.jb-home-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

/* =========================================================
   RESPONSIVE ONDERSTE SECTIES
   ========================================================= */

@media (max-width: 1100px) {
	.jb-home-services__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 850px) {
	.jb-home-heading,
	.jb-home-personal__grid,
	.jb-home-testimonial,
	.jb-home-assurance {
		grid-template-columns: 1fr;
	}

	.jb-home-audiences__grid {
		grid-template-columns: 1fr;
	}

	.jb-home-contact__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 650px) {
	.jb-home-services,
	.jb-home-audiences,
	.jb-home-personal,
	.jb-home-trust {
		padding-block: 3.25rem;
	}

	.jb-home-contact {
		padding-block: 2rem;
	}

	.jb-home-services__grid {
		grid-template-columns: 1fr;
	}

	.jb-home-service-card {
		min-height: 270px;
	}

	.jb-home-audience-card {
		grid-template-columns: 1fr;
	}

	.jb-profile-placeholder__badge {
		right: 50%;
		bottom: 1rem;
		transform: translateX(50%);
		white-space: nowrap;
	}

	.jb-home-testimonial blockquote {
		padding: 2rem 1.5rem;
	}

	.jb-home-contact__actions {
		width: 100%;
	}

	.jb-home-contact__actions .jb-button {
		width: 100%;
	}
}

/* =========================================================
   HOMEPAGE REFRESH — JB CARE + AFSLUITENDE CTA
   2026-09-01
   ========================================================= */

.jb-home-care {
	position: relative;
	overflow: hidden;
	padding-block: clamp(4.5rem, 7vw, 7rem);
	background:
		radial-gradient(circle at 12% 12%, rgba(255, 140, 0, 0.16), transparent 30%),
		linear-gradient(135deg, #1f2528 0%, #2c3337 100%);
}

.jb-home-care::after {
	content: "";
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 140, 0, 0.16);
	border-radius: 50%;
	pointer-events: none;
}

.jb-home-care__shell {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(3rem, 6vw, 6rem);
	align-items: center;
}

.jb-home-care .jb-eyebrow {
	color: var(--jb-orange);
}

body.jb-theme .jb-home-care h2 {
	max-width: 620px;
	margin: 0;
	color: var(--jb-white);
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.jb-home-care__lead {
	max-width: 650px;
	margin: 1.35rem 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.05rem;
	line-height: 1.75;
}

.jb-home-care__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.15rem;
	margin-top: 2rem;
}

.jb-home-care__textlink {
	color: var(--jb-white);
	font-weight: 800;
	text-decoration: none;
}

.jb-home-care__textlink span {
	display: inline-block;
	margin-left: 0.35rem;
	color: var(--jb-orange);
	transition: transform 180ms ease;
}

.jb-home-care__textlink:hover span {
	transform: translateX(4px);
}

.jb-home-care__panel {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
	backdrop-filter: blur(8px);
}

.jb-home-care__panel-label {
	margin: 0 0 0.9rem;
	color: var(--jb-orange);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jb-home-care__items {
	display: grid;
}

.jb-home-care__item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 1rem;
	padding: 1.35rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.jb-home-care__number {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 140, 0, 0.42);
	border-radius: 12px;
	color: var(--jb-orange);
	background: rgba(255, 140, 0, 0.08);
	font-size: 0.76rem;
	font-weight: 900;
}

body.jb-theme .jb-home-care__item h3 {
	margin: 0 0 0.35rem;
	color: var(--jb-white);
	font-size: 1.08rem;
	line-height: 1.25;
}

.jb-home-care__item p {
	margin: 0;
	color: rgba(255, 255, 255, 0.62);
	line-height: 1.6;
}

.jb-home-care__note {
	display: flex;
	gap: 0.7rem;
	align-items: center;
	margin-top: 0.75rem;
	padding: 1rem 1.1rem;
	border-radius: 12px;
	color: rgba(255, 255, 255, 0.76);
	background: rgba(0, 0, 0, 0.16);
	font-size: 0.88rem;
}

.jb-home-care__status {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #45d483;
	box-shadow: 0 0 0 5px rgba(69, 212, 131, 0.10);
}

/* Afsluitende CTA: bewust als duidelijke oranje overgang naar footer. */
.jb-home-contact {
	position: relative;
	overflow: hidden;
	padding-block: 0;
	background: var(--jb-orange);
}

.jb-home-contact::after {
	content: "";
	position: absolute;
	right: -70px;
	top: -155px;
	width: 360px;
	height: 360px;
	border: 1px solid rgba(56, 62, 66, 0.16);
	border-radius: 50%;
	pointer-events: none;
}

.jb-home-contact__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: clamp(2.5rem, 6vw, 6rem);
	align-items: center;
	padding: clamp(3.5rem, 6vw, 5.5rem) 0;
	border-radius: 0;
	color: var(--jb-anthracite);
	background: transparent;
}

.jb-home-contact__copy {
	max-width: 760px;
}

.jb-home-contact .jb-eyebrow {
	margin-bottom: 0.8rem;
	color: var(--jb-anthracite);
}

body.jb-theme .jb-home-contact h2 {
	margin: 0;
	color: var(--jb-anthracite);
	font-size: clamp(2.8rem, 5vw, 5.1rem);
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.jb-home-contact__copy > p:last-child {
	max-width: 680px;
	margin: 1.25rem 0 0;
	color: rgba(31, 37, 40, 0.78);
	font-size: 1rem;
	line-height: 1.7;
}

.jb-home-contact__side {
	padding-left: clamp(1.5rem, 3vw, 3rem);
	border-left: 1px solid rgba(31, 37, 40, 0.22);
}

.jb-home-contact__side-label {
	margin: 0 0 0.4rem;
	color: rgba(31, 37, 40, 0.65);
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jb-home-contact__side-title {
	margin: 0;
	color: var(--jb-anthracite);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 900;
	line-height: 1.15;
}

.jb-home-contact__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: 1.35rem;
}

.jb-home-contact .jb-button--dark {
	border-color: var(--jb-anthracite);
	color: var(--jb-white);
	background: var(--jb-anthracite);
}

.jb-home-contact .jb-button--dark:hover {
	border-color: #111719;
	background: #111719;
}

.jb-home-contact__link {
	color: var(--jb-anthracite);
	font-weight: 900;
	text-decoration: none;
}

.jb-home-contact__link span {
	display: inline-block;
	margin-left: 0.3rem;
	transition: transform 180ms ease;
}

.jb-home-contact__link:hover span {
	transform: translateX(4px);
}

.jb-home-contact__meta {
	margin: 1rem 0 0;
	color: rgba(31, 37, 40, 0.66);
	font-size: 0.78rem;
	line-height: 1.55;
}

@media (max-width: 900px) {
	.jb-home-care__shell,
	.jb-home-contact__inner {
		grid-template-columns: 1fr;
	}

	.jb-home-care__shell {
		gap: 2.5rem;
	}

	.jb-home-contact__side {
		padding-top: 2rem;
		padding-left: 0;
		border-top: 1px solid rgba(31, 37, 40, 0.22);
		border-left: 0;
	}
}

@media (max-width: 650px) {
	.jb-home-care {
		padding-block: 3.75rem;
	}

	body.jb-theme .jb-home-care h2,
	body.jb-theme .jb-home-contact h2 {
		font-size: clamp(2.45rem, 12vw, 3.6rem);
	}

	.jb-home-care__panel {
		padding: 1.2rem;
		border-radius: 16px;
	}

	.jb-home-care__item {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.jb-home-care__number {
		width: 38px;
		height: 38px;
	}

	.jb-home-contact__inner {
		padding-block: 3.5rem;
	}

	.jb-home-contact__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.jb-home-contact__actions .jb-button {
		width: 100%;
		text-align: center;
	}
}


/* Alleen de knop 'Meer over JB IT Solutions' zonder decoratieve pijl. */
.jb-home-personal__about-button::before,
.jb-home-personal__about-button::after {
	content: none !important;
	display: none !important;
}

.jb-home-personal__about-button {
	gap: 0 !important;
	padding-right: 1.4rem !important;
}


/* =========================================================
   HOMEPAGE REFRESH v3 — JB CARE DEFINITIEF
   ========================================================= */

/*
 * Hoge specificiteit + !important op kleur voorkomt dat algemene
 * Blocksy/homepage heading-regels de donkere JB Care-sectie overrulen.
 */

body .jb-home-care {
	position: relative;
	overflow: hidden;
	padding-block: clamp(4rem, 5.5vw, 5.6rem) !important;
	background:
		radial-gradient(
			circle at 8% 0%,
			rgba(255, 140, 0, 0.14),
			transparent 26rem
		),
		linear-gradient(
			120deg,
			#202629 0%,
			#293034 100%
		) !important;
}

body .jb-home-care .jb-home-care__shell {
	display: grid;
	grid-template-columns:
		minmax(0, 0.95fr)
		minmax(430px, 1.05fr);
	gap: clamp(3rem, 6vw, 6.5rem);
	align-items: center;
	max-width: 1160px;
	margin-inline: auto;
}

body .jb-home-care .jb-eyebrow {
	margin: 0 0 0.9rem !important;
	color: #ff8c00 !important;
	font-size: 0.76rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.11em !important;
	text-transform: uppercase;
}

body .jb-home-care .jb-home-care__intro h2,
body .jb-home-care #jb-home-care-title {
	max-width: 610px;
	margin: 0 !important;
	color: #ffffff !important;
	font-size: clamp(2.8rem, 4.7vw, 4.9rem) !important;
	font-weight: 900 !important;
	line-height: 0.96 !important;
	letter-spacing: -0.045em !important;
}

body .jb-home-care .jb-home-care__lead {
	max-width: 590px;
	margin: 1.25rem 0 0 !important;
	color: rgba(255, 255, 255, 0.76) !important;
	font-size: 1rem !important;
	line-height: 1.72 !important;
}

body .jb-home-care .jb-home-care__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.8rem;
}

body .jb-home-care .jb-home-care__actions .jb-button {
	min-height: 46px;
	padding: 0.72rem 1.2rem !important;
	border-radius: 7px !important;
	font-size: 0.9rem !important;
	font-weight: 850 !important;
	text-decoration: none !important;
}

body .jb-home-care .jb-home-care__secondary {
	border: 1px solid rgba(255, 255, 255, 0.32) !important;
	color: #ffffff !important;
	background: transparent !important;
}

body .jb-home-care .jb-home-care__secondary:hover,
body .jb-home-care .jb-home-care__secondary:focus-visible {
	border-color: #ff8c00 !important;
	color: #ffffff !important;
	background: rgba(255, 140, 0, 0.10) !important;
}

body .jb-home-care .jb-home-care__panel {
	padding: clamp(1.55rem, 2.5vw, 2rem) !important;
	border: 1px solid rgba(255, 255, 255, 0.13) !important;
	border-radius: 17px !important;
	background: rgba(255, 255, 255, 0.065) !important;
	box-shadow:
		0 22px 48px rgba(0, 0, 0, 0.19) !important;
	backdrop-filter: blur(8px);
}

body .jb-home-care .jb-home-care__panel-label {
	margin: 0 0 0.65rem !important;
	color: #ff8c00 !important;
	font-size: 0.7rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase;
}

body .jb-home-care .jb-home-care__item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	padding: 1.15rem 0 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
}

body .jb-home-care .jb-home-care__number {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	margin-top: 0.1rem;
	border: 1px solid rgba(255, 140, 0, 0.55) !important;
	border-radius: 10px;
	color: #ff9b1a !important;
	background: rgba(255, 140, 0, 0.08) !important;
	font-size: 0.72rem;
	font-weight: 900;
}

body .jb-home-care .jb-home-care__item h3 {
	margin: 0 0 0.35rem !important;
	color: #ffffff !important;
	font-size: clamp(1.06rem, 1.5vw, 1.25rem) !important;
	font-weight: 850 !important;
	line-height: 1.25 !important;
	letter-spacing: -0.015em !important;
}

body .jb-home-care .jb-home-care__item p {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.66) !important;
	font-size: 0.9rem !important;
	line-height: 1.58 !important;
}

body .jb-home-care .jb-home-care__note {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	margin: 0.55rem 0 0 !important;
	padding: 0.85rem 0.95rem !important;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.73) !important;
	background: rgba(10, 14, 16, 0.30) !important;
	font-size: 0.8rem !important;
}

body .jb-home-care .jb-home-care__status {
	width: 8px;
	height: 8px;
	flex: 0 0 8px;
	border-radius: 50%;
	background: #49d88a;
	box-shadow: 0 0 0 5px rgba(73, 216, 138, 0.10);
}

/*
 * De eerdere oranje afsluitende contactsectie wordt niet meer
 * gerenderd, maar deze fallback voorkomt weergave bij page-cache.
 */
body .jb-home-contact {
	display: none !important;
}

@media (max-width: 900px) {
	body .jb-home-care .jb-home-care__shell {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	body .jb-home-care .jb-home-care__intro {
		max-width: 700px;
	}
}

@media (max-width: 620px) {
	body .jb-home-care {
		padding-block: 3.6rem !important;
	}

	body .jb-home-care .jb-home-care__intro h2,
	body .jb-home-care #jb-home-care-title {
		font-size: clamp(2.5rem, 12vw, 3.5rem) !important;
	}

	body .jb-home-care .jb-home-care__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	body .jb-home-care .jb-home-care__actions .jb-button {
		width: 100%;
		text-align: center;
	}

	body .jb-home-care .jb-home-care__panel {
		padding: 1.2rem !important;
	}

	body .jb-home-care .jb-home-care__item {
		grid-template-columns: 38px minmax(0, 1fr);
		gap: 0.8rem;
	}
}
