/* /voorwaarden — design-references Rooom Algemene voorwaarden.html */

.vw-body,
.vw-main {
	background: #F3F1ED;
}

.vw {
	color: #16181B;
	font-family: 'Hanken Grotesk', 'Plus Jakarta Sans', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.vw-title {
	margin: 0;
	font-family: 'Newsreader', Georgia, serif;
	font-weight: 400;
	font-size: clamp(32px, 4.2vw, 58px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: #14161A;
	text-wrap: balance;
}

.vw-hero .home-wrap {
	padding-top: clamp(40px, 6vw, 80px);
	padding-bottom: clamp(56px, 7vw, 96px);
}

.vw-lead {
	margin: clamp(24px, 2.6vw, 32px) 0 0;
	max-width: 64ch;
	font-size: 16px;
	line-height: 1.7;
	color: #4E4B46;
	text-wrap: pretty;
}

.home-main a.vw-download,
.vw-download {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: clamp(30px, 4vw, 44px);
	background: #1F6AF5;
	color: #ffffff;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 19px 34px;
	border-radius: 999px;
	text-decoration: none;
	transition: background 0.2s ease;
}

.home-main a.vw-download:hover,
.vw-download:hover {
	background: #1857CE;
	color: #ffffff;
}

.vw-body .home-wrap {
	padding-bottom: clamp(80px, 11vw, 150px);
}

.vw-content {
	max-width: 760px;
	border-top: 1px solid #DCD8D1;
	padding-top: clamp(36px, 4.5vw, 52px);
}

.vw-meta {
	margin: 0 0 20px;
	font-size: 15px;
	color: #6E6B65;
}

.vw-intro {
	margin: 0 0 20px;
	font-size: 15.5px;
	line-height: 1.55;
	color: #4E4B46;
	text-wrap: pretty;
}

.vw-article {
	padding: 0 0 20px;
}

.vw-article-title {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
	color: #16181B;
}

.vw-p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.55;
	color: #4E4B46;
	text-wrap: pretty;
}

.vw-num {
	font-weight: 600;
	color: #16181B;
	margin-right: 0.35em;
}

.vw-p a {
	color: #1F6AF5;
	text-decoration: none;
}

.vw-p a:hover {
	color: #14161A;
}

@media (max-width: 720px) {
	.vw-hero .home-wrap {
		padding-top: 32px;
	}
}
