/* =============================================================
   Et Vincam — Home (home-template.css)
   Alleen home-specifieke secties. Globaal (nav/footer/knoppen/tokens) staat in theme.css.
   Afgeleid van design/Home.dc.html.
   ============================================================= */

/* ---- Hero ---- */
.vc-hero {
	position: relative; min-height: 560px;
	display: flex; align-items: center; justify-content: center; text-align: center;
	background: linear-gradient(160deg,#3D4B3C 0%,#5C6E55 70%,#728164 100%);
	padding: 64px 44px;
}
.vc-hero::after {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(120% 90% at 50% 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,.22) 100%);
	pointer-events: none;
}
.vc-hero__inner { position: relative; z-index: 1; max-width: 780px; color: var(--vc-on-dark); }
.vc-hero__eyebrow {
	font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
	color: rgba(247,244,236,.72);
}
.vc-hero__title { font-size: 40px; line-height: 1.26; margin: 22px 0 0; color: var(--vc-on-dark); }
.vc-hero__text { font-size: 17px; line-height: 1.7; color: rgba(247,244,236,.86); max-width: 620px; margin: 22px auto 0; }
.vc-hero__actions { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.vc-hero__caption {
	position: absolute; left: 20px; bottom: 14px; z-index: 1;
	font-family: var(--vc-mono); font-size: 11px; letter-spacing: .03em; color: rgba(255,255,255,.5);
}

/* ---- Betekenis (naam) ---- */
.vc-betekenis {
	max-width: 1080px; margin-inline: auto; padding: 84px var(--vc-pad-x);
	display: grid; grid-template-columns: 440px 1fr; gap: 56px; align-items: start;
}
.vc-betekenis__title { font-size: 30px; line-height: 1.35; margin: 16px 0 0; color: var(--vc-text); }
.vc-betekenis__body { font-size: 16px; line-height: 1.8; color: var(--vc-body); padding-top: 34px; }
.vc-betekenis__body p + p { margin-top: 16px; }

/* ---- Mogelijkheden (kaarten) ---- */
.vc-mogelijkheden { max-width: 1180px; margin-inline: auto; padding: 0 var(--vc-pad-x) 84px; }
.vc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.vc-card { background: #fff; border: 1px solid var(--vc-border-2); border-radius: 4px; overflow: hidden; }
.vc-card__media { height: 150px; }
.vc-card__body { padding: 24px; }
.vc-card__title { font-size: 18px; font-weight: 700; color: var(--vc-green-700); }
.vc-card__text { font-size: 14px; line-height: 1.65; color: var(--vc-muted); margin-top: 8px; }

/* ---- Rogers-quote ---- */
.vc-quote { background: var(--vc-green-700); color: var(--vc-on-dark); padding: 80px 44px; text-align: center; }
.vc-quote__inner { max-width: 740px; margin-inline: auto; }
.vc-quote__mark { font-size: 54px; line-height: 1; color: rgba(247,244,236,.35); font-weight: 700; }
.vc-quote__text { font-style: italic; font-weight: 300; font-size: 27px; line-height: 1.5; margin: 8px 0 0; }
.vc-quote__sub { font-size: 15px; color: rgba(247,244,236,.7); margin: 18px 0 0; }
.vc-quote__author {
	font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
	color: rgba(247,244,236,.55); margin-top: 22px;
}

/* ---- Q&A ---- */
.vc-faq { padding: 84px var(--vc-pad-x); }
.vc-faq__head { max-width: 720px; margin: 0 auto 36px; }
.vc-faq__title { font-size: 28px; margin: 14px 0 0; color: var(--vc-text); }
.vc-faq__list { max-width: 720px; margin-inline: auto; text-align: left; }
.vc-faq__item { border-top: 1px solid var(--vc-border); padding: 20px 4px; }
.vc-faq__item:last-child { border-bottom: 1px solid var(--vc-border); }
.vc-faq__item > summary {
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
	font-size: 17px; font-weight: 700; color: var(--vc-green-700);
	list-style: none; cursor: pointer;
}
.vc-faq__item > summary::-webkit-details-marker { display: none; }
.vc-faq__plus { transition: transform .2s ease; font-weight: 300; font-size: 22px; color: var(--vc-brown-400); }
.vc-faq__item[open] .vc-faq__plus { transform: rotate(45deg); }
.vc-faq__answer { font-size: 15px; line-height: 1.75; color: var(--vc-body); margin: 0; padding-top: 14px; overflow: hidden; }
.vc-faq__answer a { font-weight: 700; border-bottom: 1px solid var(--vc-brown-600); color: var(--vc-brown-600); }

/* ---- Logo's ---- */
.vc-logos { padding: 0 44px 80px; text-align: center; }
.vc-logos__label { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--vc-faint); margin-bottom: 22px; }
.vc-logos__list {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 38px;
	color: var(--vc-logo-gray); font-weight: 700; font-size: 17px; letter-spacing: .02em;
}
/* Logo's in één egale kleur (CSS-mask op de vorm van het logo) */
.vc-logo {
	display: inline-block; background-color: var(--vc-logo-gray);
	-webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
	-webkit-mask-position: center; mask-position: center;
	-webkit-mask-size: contain; mask-size: contain;
}

/* ---- Contact-CTA ---- */
.vc-cta { background: var(--vc-cream-card); padding: 80px 44px; text-align: center; border-top: 1px solid var(--vc-border); }
.vc-cta__title { font-size: 30px; line-height: 1.35; max-width: 640px; margin: 0 auto; color: var(--vc-text); }
.vc-cta__text { font-size: 16px; line-height: 1.7; color: var(--vc-body); max-width: 600px; margin: 18px auto 0; }
.vc-cta__actions { margin-top: 30px; }
.vc-cta__contact { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-top: 34px; font-size: 14px; color: var(--vc-body); }

/* =====================  RESPONSIVE  ===================== */
@media (max-width: 860px) {
	.vc-hero { min-height: 460px; padding: 56px 24px; }
	.vc-hero__title { font-size: 30px; }
	.vc-betekenis { grid-template-columns: 1fr; gap: 20px; padding: 56px 24px; }
	.vc-betekenis__body { padding-top: 0; }
	.vc-mogelijkheden { padding: 0 24px 56px; }
	.vc-cards { grid-template-columns: 1fr; gap: 18px; }
	.vc-quote { padding: 56px 24px; }
	.vc-quote__text { font-size: 22px; }
	.vc-faq { padding: 56px 24px; }
	.vc-cta { padding: 56px 24px; }
	.vc-cta__title { font-size: 24px; }
}
