/**
 * HRA Web — Modern Corporate (TweakCN / shadcn-stijl)
 * Inter, Slate-basis, accent #2563EB. UTF-8, geen BOM.
 */
:root {
	--hra-bg: #f8fafc;
	--hra-bg-muted: #f1f5f9;
	--hra-surface: #ffffff;
	--hra-text: #0f172a;
	--hra-text-muted: #475569;
	--hra-border: #e2e8f0;
	--hra-accent: #2563eb;
	--hra-accent-hover: #1d4ed8;
	--hra-accent-soft: #dbeafe;
	--hra-nav: #0f172a;
	--hra-nav-hover: #1e293b;
	--hra-radius: 8px;
	--hra-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

/* Typografie */
body,
input,
textarea,
select,
button {
	font-family: var(--hra-font) !important;
	font-weight: 400;
}

body,
p,
ul,
ol,
dl,
table {
	color: var(--hra-text-muted) !important;
}

body {
	background-color: var(--hra-bg);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	color: var(--hra-text) !important;
}

h1 {
	font-weight: 600 !important;
	letter-spacing: -0.02em !important;
	line-height: 1.25 !important;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
}

header > p,
footer > p {
	color: var(--hra-text-muted) !important;
}

a {
	color: var(--hra-accent) !important;
	text-decoration: none;
}

a:hover {
	color: var(--hra-accent-hover) !important;
	text-decoration: underline;
}

hr {
	border-top-color: var(--hra-border) !important;
	box-shadow: none !important;
}

/* Knoppen — minimalistisch accent */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	background-color: var(--hra-accent) !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-weight: 600 !important;
	border-radius: var(--hra-radius) !important;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
	background-color: var(--hra-accent-hover) !important;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
	background-color: var(--hra-text) !important;
	box-shadow: none !important;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
	background-color: var(--hra-nav-hover) !important;
}

/* Formulieren */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	border: 1px solid var(--hra-border) !important;
	border-radius: var(--hra-radius) !important;
	color: var(--hra-text) !important;
	background: var(--hra-surface) !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: var(--hra-accent) !important;
	box-shadow: 0 0 0 3px var(--hra-accent-soft) !important;
}

/* Secties */
.wrapper {
	background-image: none !important;
	box-shadow: none !important;
}

.wrapper.style1 {
	background-color: var(--hra-surface) !important;
}

.wrapper.style2 {
	background-color: var(--hra-bg) !important;
	text-shadow: none !important;
}

.wrapper.style3 {
	background-color: var(--hra-bg-muted) !important;
	text-shadow: none !important;
}

.wrapper.style4 {
	background-color: var(--hra-nav) !important;
	color: #94a3b8 !important;
	text-shadow: none !important;
}

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
	color: #f8fafc !important;
}

.wrapper.style4 p,
.wrapper.style4 label {
	color: #cbd5e1 !important;
}

.wrapper.style4 a {
	color: var(--hra-accent-soft) !important;
}

.wrapper.style4 a:hover {
	color: #ffffff !important;
}

.wrapper.style4 form input[type="text"],
.wrapper.style4 form input[type="password"],
.wrapper.style4 form input[type="email"],
.wrapper.style4 form input[type="tel"],
.wrapper.style4 form select,
.wrapper.style4 form textarea {
	background: #1e293b !important;
	border: 1px solid #334155 !important;
	color: #f8fafc !important;
}

.wrapper.style4 form input[type="text"]:focus,
.wrapper.style4 form input[type="password"]:focus,
.wrapper.style4 form input[type="email"]:focus,
.wrapper.style4 form input[type="tel"]:focus,
.wrapper.style4 form select:focus,
.wrapper.style4 form textarea:focus {
	background: #1e293b !important;
	border-color: var(--hra-accent) !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25) !important;
}

/* Diensten-iconen */
.icon.featured {
	color: var(--hra-accent) !important;
}

/* Navigatie */
#nav {
	background-color: var(--hra-nav) !important;
}

#nav .nav-logo strong {
	color: var(--hra-accent-soft) !important;
}

#nav .nav-logo:hover,
#nav .nav-toggle:hover {
	background: var(--hra-nav-hover) !important;
}

#nav .nav-links a.nav-anchor {
	background: #ffffff !important;
	color: var(--hra-nav) !important;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none !important;
}

#nav .nav-links a.nav-anchor:hover {
	background: #f1f5f9 !important;
	color: var(--hra-nav) !important;
}

#nav .nav-links a.nav-anchor.active {
	background: #e2e8f0 !important;
	color: var(--hra-nav) !important;
}

#nav .nav-links a.nav-anchor.active:before {
	display: none !important;
}

#nav .nav-logo.active {
	background: #334155 !important;
}

#nav .nav-cta-item {
	margin-left: 0.35rem;
}

#nav .nav-links a.nav-cta {
	background: var(--hra-accent) !important;
	color: #fff !important;
	border-radius: 999px;
	font-weight: 600;
}

#nav .nav-links a.nav-cta:hover {
	background: var(--hra-accent-hover) !important;
	color: #fff !important;
}

#nav .nav-links a.nav-cta.active {
	background: var(--hra-accent-hover) !important;
	color: #fff !important;
}

#nav .nav-links a.nav-cta.active:before {
	display: none !important;
}

#nav.is-open .nav-links {
	background: #1e293b !important;
	border-top-color: #334155 !important;
}

@media (max-width: 736px) {
	#nav .nav-links a.nav-anchor {
		margin: 0.15rem 0.85rem;
		text-align: center;
		height: 2.85em;
		line-height: 2.85em;
		border-radius: 999px;
	}

	#nav .nav-cta-item {
		margin-left: 0;
		margin-top: 0.35rem;
		padding-top: 0.65rem;
		border-top: 1px solid #334155;
	}

	#nav .nav-links a.nav-cta {
		margin: 0.25rem 0.85rem 0.5rem;
		text-align: center;
		height: 2.85em;
		line-height: 2.85em;
		border-radius: 999px;
	}
}

.skip-link {
	background: var(--hra-surface) !important;
	color: var(--hra-text) !important;
}

.skip-link:focus {
	outline-color: var(--hra-accent) !important;
}

#nav .nav-toggle:focus {
	outline-color: var(--hra-accent-soft) !important;
}

/* Portfolio-kaarten */
.box.style2 h3 a {
	color: var(--hra-text) !important;
}

.box.style2 h3 a:hover {
	color: var(--hra-accent) !important;
}

/* Footer copyright-blok */
.site-copyright {
	background: var(--hra-nav) !important;
	color: #e2e8f0 !important;
	padding: 30px 0 !important;
	text-align: center !important;
	margin-top: 40px !important;
	border-radius: var(--hra-radius) !important;
	box-shadow: none !important;
	font-size: 1.05em !important;
	letter-spacing: 0 !important;
}

.site-copyright strong {
	font-size: 1.2em !important;
	letter-spacing: -0.02em !important;
	color: #f8fafc !important;
	text-shadow: none !important;
}

.site-copyright a {
	color: var(--hra-accent-soft) !important;
}

.site-copyright a:hover {
	color: #ffffff !important;
}

.site-copyright .muted {
	color: #94a3b8 !important;
	opacity: 1 !important;
}

/* Formulierfeedback */
.form-message--error {
	color: #dc2626 !important;
	margin-top: 20px;
}

.form-message--success {
	color: #059669 !important;
	margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	#nav .nav-links a.nav-anchor {
		padding: 18px 10px;
		font-size: 13px;
	}

	#nav .nav-links a.nav-cta {
		padding: 8px 14px;
		font-size: 13px;
	}
}

/* Hero CTA's */
.hra-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.5rem;
}

.hra-hero-actions .button {
	margin: 0 !important;
}

.hra-hero-actions .button.hra-hero-offerte {
	background: transparent !important;
	color: var(--hra-accent) !important;
	border: 1px solid var(--hra-accent) !important;
	box-shadow: none !important;
}

.hra-hero-actions .button.hra-hero-offerte:hover {
	background: var(--hra-accent-soft) !important;
	color: var(--hra-accent-hover) !important;
	border-color: var(--hra-accent-hover) !important;
}

/* Contact — keuzehub (mail vs offerte) */
.hra-contact-hub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.65rem;
	max-width: 34rem;
	margin: 0 auto 1.5rem;
	padding: 0.45rem;
	background: rgba(15, 23, 42, 0.55);
	border: 1px solid #334155;
	border-radius: 999px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hra-contact-hub__choice {
	flex: 1 1 11rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 2.85rem;
	padding: 0.55rem 1.1rem;
	border-radius: 999px;
	color: #cbd5e1 !important;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}

.hra-contact-hub__choice:hover {
	background: rgba(51, 65, 85, 0.65) !important;
	color: #f8fafc !important;
}

.hra-contact-hub__choice.is-active {
	background: var(--hra-accent) !important;
	color: #fff !important;
	box-shadow: 0 8px 22px rgba(37, 99, 235, 0.35);
}

.hra-contact-hub__choice.is-active:hover {
	background: var(--hra-accent-hover) !important;
	color: #fff !important;
}

.hra-contact-hub__icon {
	font-size: 0.95rem;
	opacity: 0.92;
}

.hra-contact-hub__label {
	white-space: nowrap;
}

#contact-hub.is-contact-focus {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 0 2px rgba(37, 99, 235, 0.45);
}

@media (max-width: 480px) {
	.hra-contact-hub {
		border-radius: 14px;
	}

	.hra-contact-hub__choice {
		flex: 1 1 100%;
		border-radius: 10px;
	}
}

/* Contact — layout & formulier */
.hra-contact-layout {
	display: grid;
	grid-template-columns: minmax(240px, 1fr) minmax(0, 1.75fr);
	gap: 1.25rem;
	align-items: stretch;
	margin-bottom: 2rem;
}

.hra-contact-card {
	background: #1e293b;
	border: 1px solid #334155;
	border-radius: 12px;
	padding: 1.5rem 1.65rem;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	transition: border-color 0.25s, box-shadow 0.25s;
}

.hra-contact-target:target,
.hra-contact-target.is-contact-focus {
	border-color: var(--hra-accent);
	box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.35), 0 16px 42px rgba(0, 0, 0, 0.22);
}

.hra-contact-card__title {
	color: #f8fafc !important;
	font-size: 1.2rem !important;
	margin: 0 0 1rem !important;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid var(--hra-accent);
	display: inline-block;
}

.hra-contact-card__text,
.wrapper.style4 .hra-contact-card__text {
	color: #cbd5e1 !important;
	margin-bottom: 1rem;
}

.hra-contact-points {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0;
}

.hra-contact-points li {
	position: relative;
	padding: 0.35rem 0 0.35rem 1.35rem;
	color: #cbd5e1 !important;
	font-size: 0.92rem;
}

.hra-contact-points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72rem;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: var(--hra-accent);
}

.hra-contact-email-block {
	margin: 0 0 0.25rem;
}

.hra-contact-email {
	margin: 0 0 0.25rem !important;
}

.hra-contact-email__label {
	display: block;
	font-size: 0.78rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #94a3b8 !important;
	margin-bottom: 0.55rem;
}

.hra-email-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.72rem 1.15rem;
	border-radius: 999px;
	background: var(--hra-accent) !important;
	color: #ffffff !important;
	font-weight: 600;
	font-size: 0.98rem;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 8px 22px rgba(37, 99, 235, 0.32);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
	max-width: 100%;
}

.hra-email-btn:hover {
	background: var(--hra-accent-hover) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 10px 26px rgba(37, 99, 235, 0.4);
	text-decoration: none !important;
}

.hra-email-btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.45), 0 8px 22px rgba(37, 99, 235, 0.32);
}

.hra-email-btn__icon {
	font-size: 1rem;
	line-height: 1;
	color: #ffffff !important;
}

.hra-email-btn__icon:before {
	color: #ffffff !important;
}

.hra-email-btn__text {
	word-break: break-all;
}

.hra-contact-email a {
	color: #ffffff !important;
	font-weight: 600;
	font-size: 1.05rem;
	text-decoration: none !important;
}

.hra-contact-email a:hover {
	color: var(--hra-accent-soft) !important;
}

.hra-contact-fields > [class*="col-"] {
	margin-bottom: 0.85rem;
}

.wrapper.style4 .hra-contact-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4rem;
	font-size: 0.88rem;
	color: #e2e8f0 !important;
}

.wrapper.style4 .hra-contact-form .hra-field,
.wrapper.style4 .hra-contact-form input.hra-field,
.wrapper.style4 .hra-contact-form select.hra-field,
.wrapper.style4 .hra-contact-form textarea.hra-field {
	width: 100%;
	display: block;
	padding: 0.72rem 0.9rem !important;
	border-radius: 8px !important;
	background: #0f172a !important;
	border: 1px solid #475569 !important;
	color: #f8fafc !important;
	font-size: 0.95rem !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wrapper.style4 .hra-contact-form .hra-field::placeholder {
	color: #64748b !important;
	opacity: 1;
}

.wrapper.style4 .hra-contact-form select.hra-field {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%) !important;
	background-position: calc(100% - 16px) calc(50% + 2px), calc(100% - 11px) calc(50% + 2px) !important;
	background-size: 5px 5px, 5px 5px !important;
	background-repeat: no-repeat !important;
	padding-right: 2rem !important;
}

.wrapper.style4 .hra-contact-form select.hra-field option {
	background: #0f172a;
	color: #f8fafc;
}

.wrapper.style4 .hra-contact-form .hra-field:focus {
	border-color: var(--hra-accent) !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.28) !important;
	outline: none;
}

.wrapper.style4 .hra-contact-form .hra-field.is-invalid {
	border-color: #f87171 !important;
	box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.22) !important;
}

.hra-optional {
	font-weight: 400;
	color: #94a3b8 !important;
	font-size: 0.92em;
}

.hra-required {
	color: #93c5fd !important;
}

.hra-hp {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.hra-form-msg {
	padding: 0.9rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.45;
}

.hra-form-msg--ok {
	color: #6ee7b7 !important;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(52, 211, 153, 0.45);
}

.hra-form-msg--err {
	color: #fecaca !important;
	background: rgba(220, 38, 38, 0.15);
	border: 1px solid rgba(248, 113, 113, 0.45);
}

.hra-form-msg--standalone {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 1.1rem 1.15rem;
	font-size: 1rem;
}

.hra-form-msg__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 50%;
	background: rgba(16, 185, 129, 0.22);
	color: #6ee7b7 !important;
	flex-shrink: 0;
	font-weight: 700;
}

.hra-contact-followup {
	margin-top: 1rem;
	color: #94a3b8 !important;
	font-size: 0.92rem;
}

.hra-captcha {
	margin: 0.25rem 0 0;
	padding: 1rem 1.1rem;
	background: #0f172a;
	border: 1px solid #475569;
	border-radius: 10px;
}

.hra-captcha__label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.65rem;
	color: #e2e8f0 !important;
}

.hra-captcha__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
}

.hra-captcha__question {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
}

.hra-captcha__lead {
	color: #e2e8f0 !important;
	font-size: 0.95rem;
}

.hra-captcha__sum {
	display: inline-block;
	padding: 0.4rem 0.85rem;
	border-radius: 8px;
	background: var(--hra-accent) !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 1.05rem !important;
	letter-spacing: 0.02em;
	box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

.wrapper.style4 .hra-captcha__sum,
.wrapper.style4 .hra-captcha__sum strong {
	color: #ffffff !important;
}

.hra-captcha__input {
	max-width: 7.5rem;
	min-width: 5.5rem;
	margin: 0 !important;
}

.hra-captcha__desc {
	margin: 0.65rem 0 0;
	font-size: 0.84rem;
	color: #94a3b8 !important;
}

.hra-client-error {
	padding: 0.85rem 1rem;
	border-radius: 8px;
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 0.92rem;
	color: #fecaca !important;
	background: rgba(220, 38, 38, 0.15);
	border: 1px solid rgba(248, 113, 113, 0.45);
}

.hra-client-error[hidden] {
	display: none !important;
}

.hra-contact-actions {
	margin-top: 0.35rem;
}

.hra-contact-actions .actions,
.hra-contact-form .actions {
	margin: 0 !important;
	padding: 0 !important;
}

.hra-contact-submit {
	border: 0;
	cursor: pointer;
	font-family: inherit;
	min-width: 12rem;
	padding-left: 1.75rem !important;
	padding-right: 1.75rem !important;
}

.hra-contact-submit.is-busy {
	opacity: 0.85;
	cursor: wait;
}

.hra-contact-submit__busy[hidden],
.hra-contact-submit__label[hidden] {
	display: none !important;
}

@media (max-width: 980px) {
	.hra-contact-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 736px) {
	.hra-contact-card {
		padding: 1.15rem 1.2rem;
	}

	.hra-captcha__row {
		flex-direction: column;
		align-items: stretch;
	}

	.hra-captcha__input {
		max-width: none;
		width: 100%;
	}

	.hra-contact-submit {
		width: 100%;
	}
}

.captcha-label {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	color: var(--hra-text);
}

.wrapper.style4 .captcha-label {
	color: #cbd5e1 !important;
}

/* Social icons — lichter en duidelijker op donkere achtergrond */
.wrapper.style4 ul.social li a {
	background: transparent !important;
}

.wrapper.style4 ul.social li a:before {
	background-color: #ffffff !important;
	background-image: none !important;
	color: var(--hra-nav) !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.28) !important;
	text-shadow: none !important;
	border-radius: 10px !important;
}

.wrapper.style4 ul.social li a.fa-linkedin-in:before {
	color: #0a66c2 !important;
}

.wrapper.style4 ul.social li a.fa-facebook-f:before {
	color: #1877f2 !important;
}

.wrapper.style4 ul.social li a.fa-twitter:before {
	color: #0f172a !important;
}

.wrapper.style4 ul.social li a:hover:before {
	background-color: #f1f5f9 !important;
}

.wrapper.style4 ul.social li a.fa-linkedin-in:hover:before {
	color: #004182 !important;
}

.wrapper.style4 ul.social li a.fa-facebook-f:hover:before {
	color: #0d65d9 !important;
}

/* Hero — kop en intro (lange titel mag niet overlappen) */
#top .row {
	align-items: center;
}

#top header {
	margin-bottom: 1.25em !important;
}

#top h1 {
	font-size: clamp(1.65rem, 2.8vw + 0.75rem, 2.65rem) !important;
	line-height: 1.3 !important;
	margin: 0 0 0.65em 0 !important;
	max-width: 22em;
}

#top p {
	line-height: 1.65 !important;
	margin-bottom: 1.5em !important;
}

/* Hero — welkomstfoto schaalt mee op tablet en mobiel */
#top .image {
	width: min(18rem, 38vw) !important;
	height: min(18rem, 38vw) !important;
	max-width: 220px;
	max-height: 220px;
}

#top .image picture,
#top .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 980px) {
	#top {
		padding: 6em 0 3em !important;
	}

	#top .image {
		width: min(12rem, 40vw) !important;
		height: min(12rem, 40vw) !important;
		max-width: 168px;
		max-height: 168px;
		margin: 0 auto 1.5rem !important;
	}

	#top h1 {
		margin-top: 0 !important;
		font-size: clamp(1.5rem, 5vw, 2rem) !important;
		line-height: 1.35 !important;
		max-width: none;
	}
}

@media screen and (max-width: 736px) {
	#top {
		padding: 5.5em 0 2.5em !important;
	}

	#top .image {
		width: min(9.5rem, 36vw) !important;
		height: min(9.5rem, 36vw) !important;
		max-width: 132px;
		max-height: 132px;
		margin-bottom: 1.25rem !important;
	}

	#top p {
		font-size: 1.05rem !important;
		line-height: 1.6 !important;
	}
}
