h3 {
    margin: 16px 0px 9px 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    color: #666;
}

.pf-grid {
    margin-top: 22px;
}

.pf-card:hover {
    box-shadow: 0 0 20px rgb(53 188 221);
}

#sidebarnav {
    background-color: rgb(250 250 250);
    width: 26%;
}

#sidebarnav ul li a:hover {
color:#eb515f;
}

button.toggle-options {
    border-radius: 0px;
}

.property-block {
    padding: 10px 0px;
    background: #fff;
}

.option-btn.selected {
    border: none;
}

.option-btn {
    border-radius: 10px;
    border: 0px;
    border-bottom: 1px solid lightgrey;
}

button.toggle-options {
    background-color: #ffffff;
}

/* Knoppen in kolom onder elkaar en naar onderen uitgelijnd */
div.conflict-modal__actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

/* Eventuele tekstblokken binnen de container van marge voorzien */
div.conflict-modal__actions p {
  margin-bottom: 20px;
}

/* Knoppen laten mee stromen en volledige breedte geven */
div.conflict-modal__actions button {
  position: static;
  width: 100%;
}

.cart {
    max-width: 1195px;
   }

.summarycart {
    line-height: 126%;
}

.option-btn.selected {
    background: #36bcdd;
    border-color: #000000;
}

/* TEST */
.config-col .properties-grid {
	grid-template-columns: 1fr;
	gap: 12px;
}

.config-col .property-block {
	display: grid;
	grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}
.config-col .property-block {
	display: block;
}

.config-col .property-block h3 {
	margin: 0 0 8px;
}

.config-col .option-btn,
.config-col button.toggle-options {
	border: none;
	box-shadow: none;
}

.config-col .option-btn {
	font-size: 15px;
}

.config-col .opt-label {
	font-size: 15px;
}

.config-col .opt-diff {
	font-size: 14px;
}

/* Einde TEST */

/* Doel specifiek de optie met data-opt="brown_pms_476c" */
.option-btn[data-opt="brown_pms_476c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #4d2c1d;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="black"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 50%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #000;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="royal_blue_pms_286c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #0035A0;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="red_pms_199c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #D50032;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="grey_pms_429c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(162, 170, 173);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="yellow_pms_101c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(247, 234, 72);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="green_pms_7488c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(120, 214, 75);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="orange_pms_165c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(255, 103, 32);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="purple_pms_268c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(88, 44, 131);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="pink_pms_212c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(240, 78, 152);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="dark_blue_pms_533c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(32, 42, 68);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="dark_green_pms_3308c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(2, 70, 56);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="light_blue_pms_292c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(105, 179, 231);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}
.option-btn[data-opt="off_white"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: #F2F0EF;
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.option-btn[data-opt="olive_green_pms_7764c"] .opt-label::before {
    content: "";
    display: inline-block;
    width: 1.2em;      /* grootte van de stip */
    height: 1.2em;
    border-radius: 10%; /* zorgt voor een cirkel */
    border: 1px solid #ccd3da;
    background-color: rgb(83, 84, 53);
    margin-right: 0.5em; /* ruimte tussen de stip en de tekst */
    vertical-align: middle;
}

.cart-grid input, .card input {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 10px;
}

.col textarea {
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.card.row i {
    color: #35bcdd;
    font-weight: 700;
}

/* Het homepage-logo volgt dezelfde maat en positie als op de overige pagina's */
#logobar:not(.logobarprod) img {
	height: 140px;
}

	/* =========================
	   MOBILE (≤ 768px)
	========================= */
	@media (max-width: 768px) {
	
.search {
    padding-top: 21px;
}

#sidebarnav {
	right: -95vw;
	width: min(88vw, 420px);
	padding: 26px 24px;
	overflow-x: hidden;
	overflow-y: auto;
}

#sidebarnav.active {
	right: 0;
}

#sidebarnav ul li a {
	width: 100%;
	padding: 11px 0;
	overflow-wrap: anywhere;
}

#sidebarnav ul li a span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1.35;
	white-space: normal;
}

#logobar.logobarprod img {
    height: 106px;
}

#logobar:not(.logobarprod) img {
	height: 106px;
}

.card {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 9px;
}

.option-btn {
    font-size: 20px;
}

.opt-diff {
    font-size: 22px;
}

button.toggle-options {
    font-size: 20px;
}
.property-block {
    background: none;
}
	}
	
	/* =========================
	   SMALL MOBILE (≤ 480px)
	========================= */
	@media (max-width: 480px) {
	   
	
	}
/* Homepage introductie */
.home-intro {
	--home-ink: #20262d;
	--home-muted: #626b74;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	gap: clamp(38px, 5vw, 78px);
	align-items: start;
	margin: 18px 0 46px;
	padding: clamp(34px, 5vw, 68px);
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .08);
	border-radius: 28px;
	background: linear-gradient(135deg, #fff 0%, #f8f8f4 100%);
	box-shadow: 0 18px 60px rgba(32, 38, 45, .07);
}

.home-intro__copy {
	max-width: 900px;
}

.home-intro__eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #42505d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.home-intro__eyebrow > span {
	width: 8px;
	height: 8px;
	flex: 0 0 auto;
	margin-right: 25px;
	border-radius: 50%;
	background: #35bcdd;
	box-shadow: 13px 0 0 #eb515f, 26px 0 0 #fddd04;
}

.home-intro h1 {
	max-width: 940px;
	margin: 0;
	color: var(--home-ink);
	font-size: clamp(38px, 5.2vw, 68px);
	line-height: 1.02;
	letter-spacing: -.045em;
}

.home-intro h1 span {
	position: relative;
	z-index: 1;
	display: inline-block;
	white-space: nowrap;
}

.home-intro h1 span i {
	position: absolute;
	z-index: -1;
	right: -3px;
	bottom: -4px;
	left: -2px;
	height: 9%;
	background: #f3e11d;
	transform: rotate(-1deg);
}

.home-intro__lead {
	max-width: 760px;
	margin: 25px 0 0;
	color: var(--home-muted);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.7;
}

.home-professions {
	margin: 0;
	padding: 0 0 8px clamp(24px, 3vw, 46px);
	border-top: 0;
	border-left: 1px solid rgba(32, 38, 45, .12);
}

.home-professions__heading p {
	margin: 0 0 5px;
	color: var(--home-ink);
	font-size: 16px;
	font-weight: 800;
}

.home-professions__heading strong {
	position: relative;
	z-index: 1;
	font-weight: 800;
	white-space: nowrap;
}

.home-professions__heading strong::after {
	position: absolute;
	z-index: -1;
	right: -2px;
	bottom: -2px;
	left: -2px;
	height: 6px;
	border-radius: 3px;
	background: rgba(243, 225, 29, .8);
	content: "";
	transform: rotate(-1deg);
}

.home-professions__heading span {
	display: block;
	color: var(--home-muted);
	font-size: 13px;
	line-height: 1.5;
}

.home-professions__links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	height: auto;
	gap: 10px;
	margin-top: 18px;
}

.home-professions__links a {
	min-height: 52px;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 13px;
	background: #fff;
	color: var(--home-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-professions__links a:nth-child(3n + 2) {
	background: #fff;
}

.home-professions__links a:hover,
.home-professions__links a:focus-visible {
	border-color: #2364aa;
	box-shadow: 0 8px 24px rgba(32, 38, 45, .1);
	transform: translateY(-2px);
}

.home-professions__links i {
	color: #2364aa;
	font-size: 15px;
	font-style: normal;
}

@media (max-width: 980px) {
	.home-intro {
		display: block;
	}

	.home-professions {
		margin-top: 42px;
		padding: 28px 0 0;
		border-top: 1px solid rgba(32, 38, 45, .12);
		border-left: 0;
	}

	.home-professions__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.home-intro {
		margin-top: 10px;
		padding: 30px 22px;
		border-radius: 20px;
	}

	.home-intro h1 span {
		white-space: normal;
	}

	.home-professions {
		margin-top: 30px;
	}

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

/* Compactere desktopweergave, met behoud van royale buitenmarges */
@media (min-width: 1200px) {
	body {
		margin-top: 20px;
	}

	.middle {
		width: 88%;
		max-width: 1800px;
	}

	#letters {
		padding: 7px 0;
		font-size: 14px;
	}

	.stickler {
		padding-bottom: 14px;
	}

	.home-intro {
		grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
		gap: clamp(42px, 4vw, 64px);
		margin: 16px 0 38px;
		padding: clamp(38px, 3.5vw, 54px);
		border-radius: 24px;
	}

	.home-intro__eyebrow {
		margin-bottom: 18px;
	}

	.home-intro h1 {
		font-size: clamp(44px, 3.7vw, 56px);
		line-height: 1.04;
	}

	.home-intro__lead {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.6;
	}

	.home-professions {
		padding-left: clamp(28px, 2.5vw, 42px);
	}

	.home-professions__links {
		gap: 9px;
		margin-top: 15px;
	}

	.home-professions__links a {
		min-height: 46px;
		padding: 10px 14px;
	}
}

@media (min-width: 1500px) {
	.product-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 24px;
	}
}

/* Homepage verdieping */
.home-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 22px;
	border: 2px solid #fddd04;
	border-radius: 999px;
	color: #20262d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.home-button--primary {
	background: #fddd04;
	box-shadow: 0 10px 24px rgba(253, 221, 4, .22);
}

.home-button--secondary {
	background: #fff;
}

.home-button:hover,
.home-button:focus-visible {
	border-color: #20262d;
	box-shadow: 0 10px 28px rgba(32, 38, 45, .12);
	transform: translateY(-2px);
}

.home-button:focus-visible,
.home-project-card a:focus-visible,
.home-blog a:focus-visible,
.home-section-heading--with-link > a:focus-visible {
	outline: 3px solid #35bcdd;
	outline-offset: 3px;
}

.home-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.home-intro__benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	margin: 24px 0 0;
	padding: 0;
	color: #42505d;
	font-size: 13px;
	font-weight: 700;
	list-style: none;
}

.home-intro__benefits li {
	position: relative;
	padding-left: 20px;
}

.home-intro__benefits li::before {
	position: absolute;
	top: .35em;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #35bcdd;
	box-shadow: 0 0 0 3px rgba(53, 188, 221, .14);
	content: "";
}

.home-section-heading {
	max-width: 780px;
	margin-bottom: clamp(22px, 3vw, 36px);
}

.home-section-heading__eyebrow {
	margin: 0 0 9px;
	color: #2364aa;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.home-section-heading h2,
.home-about h2,
.home-final-cta h2 {
	margin: 0;
	color: #20262d;
	font-size: clamp(28px, 3.5vw, 44px);
	line-height: 1.08;
	letter-spacing: -.035em;
}

.home-section-heading > p:last-child {
	margin: 12px 0 0;
	color: #626b74;
	font-size: 16px;
	line-height: 1.65;
}

.home-section-heading--with-link {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.home-section-heading--with-link > a,
.home-text-link {
	flex: 0 0 auto;
	color: #20262d;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: #fddd04;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.home-why {
	margin: 0 0 clamp(48px, 6vw, 82px);
}

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

.home-why__grid article {
	min-height: 190px;
	padding: 24px;
	border: 1px solid rgba(32, 38, 45, .1);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 38, 45, .05);
}

.home-why__grid article > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fddd04;
	color: #20262d;
	font-size: 11px;
	font-weight: 900;
}

.home-why__grid h3 {
	margin: 18px 0 8px;
	color: #20262d;
	font-size: 18px;
	line-height: 1.2;
}

.home-why__grid p {
	margin: 0;
	color: #626b74;
	font-size: 14px;
	line-height: 1.6;
}

.home-projects {
	margin: 0 0 clamp(50px, 7vw, 96px);
}

.home-projects__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.home-project-card {
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(32, 38, 45, .05);
}

.home-project-card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.home-project-card__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #f2f4f5;
}

.home-project-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.home-project-card:hover .home-project-card__image img {
	transform: scale(1.025);
}

.home-project-card__copy {
	padding: 17px 18px 19px;
}

.home-project-card__copy p {
	margin: 0 0 5px;
	color: #2364aa;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.home-project-card__copy h3 {
	margin: 0;
	color: #20262d;
	font-size: 17px;
	line-height: 1.3;
}

.home-products-heading {
	scroll-margin-top: 125px;
	margin-bottom: 22px;
	padding-top: 6px;
}

.home-about,
.home-final-cta {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(34px, 6vw, 86px);
	align-items: center;
	margin: clamp(70px, 9vw, 130px) 0;
}

.home-about__media {
	display: flex;
	min-height: 390px;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 2px dashed rgba(35, 100, 170, .3);
	border-radius: 24px;
	background:
		radial-gradient(circle at 18% 20%, rgba(253, 221, 4, .42), transparent 24%),
		linear-gradient(135deg, rgba(53, 188, 221, .15), rgba(235, 81, 95, .08));
	color: #42505d;
	font-size: 15px;
	font-weight: 800;
	text-align: center;
}

.home-about__copy > p:not(.home-section-heading__eyebrow) {
	margin: 18px 0 0;
	color: #626b74;
	font-size: 16px;
	line-height: 1.72;
}

.home-about__copy .home-button {
	margin-top: 24px;
}

.home-blog {
	margin: clamp(70px, 9vw, 130px) 0;
}

.home-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.home-blog-card {
	overflow: hidden;
	border: 1px solid rgba(32, 38, 45, .09);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(32, 38, 45, .06);
}

.home-blog-card__image {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #f2f4f5;
}

.home-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-blog-card__copy {
	padding: 22px;
}

.home-blog-card time {
	color: #626b74;
	font-size: 12px;
	font-weight: 700;
}

.home-blog-card h3 {
	margin: 10px 0 12px;
	font-size: 20px;
	line-height: 1.25;
}

.home-blog-card h3 a {
	color: #20262d;
	text-decoration: none;
}

.home-blog-card p {
	margin: 0 0 18px;
	color: #626b74;
	font-size: 14px;
	line-height: 1.65;
}

.home-final-cta {
	grid-template-columns: minmax(0, 1.1fr) minmax(330px, .9fr);
	margin-bottom: clamp(70px, 8vw, 110px);
	padding: clamp(34px, 5vw, 64px);
	border: 1px solid rgba(32, 38, 45, .08);
	border-radius: 26px;
	background: linear-gradient(135deg, #fffce7, #fff);
	box-shadow: 0 18px 60px rgba(32, 38, 45, .07);
}

.home-final-cta > div > p:not(.home-section-heading__eyebrow) {
	max-width: 700px;
	margin: 16px 0 0;
	color: #626b74;
	font-size: 17px;
	line-height: 1.65;
}

.home-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.home-final-cta__actions p {
	width: 100%;
	margin: 6px 0 0;
	color: #626b74;
	font-size: 14px;
	text-align: right;
}

.home-final-cta__actions p a {
	color: #20262d;
	font-weight: 800;
}

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

	.home-projects__grid,
	.home-blog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.home-intro__benefits {
		grid-template-columns: 1fr;
	}

	.home-section-heading--with-link,
	.home-final-cta {
		display: block;
	}

	.home-section-heading--with-link > a {
		display: inline-block;
		margin-top: 16px;
	}

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

	.home-about__media {
		min-height: 260px;
	}

	.home-final-cta__actions {
		justify-content: flex-start;
		margin-top: 26px;
	}

	.home-final-cta__actions p {
		text-align: left;
	}
}

@media (max-width: 560px) {
	.home-intro__actions,
	.home-intro__actions .home-button,
	.home-final-cta__actions .home-button {
		width: 100%;
	}

	.home-why__grid,
	.home-projects__grid,
	.home-blog__grid {
		grid-template-columns: 1fr;
	}

	.home-why__grid article {
		min-height: 0;
		padding: 20px;
	}

	.home-projects,
	.home-why {
		margin-bottom: 54px;
	}

	.home-final-cta {
		padding: 28px 22px;
		border-radius: 20px;
	}
}
