/* =========================================================
   Groen Advies Collectief — groene huisstijl + landing
   Laadt NA main.css. Overschrijft de INL-variabelen naar
   groen en voegt de landingscomponenten toe.
   ========================================================= */

:root {
	/* Groen palet (uit het logo: diepgroen → lime) */
	--in-navy: #0e3b1e;
	--in-navy-700: #14562b;
	--in-blue: #1e8e3e;      /* primaire actie-kleur (was blauw) */
	--in-blue-600: #17722f;
	--in-blue-050: #eaf6ec;
	--in-teal: #2faa4d;
	--in-teal-600: #23883c;
	--in-green: #34a853;
	--in-green-600: #1e8e3e;
	--in-orange: #6aab2e;    /* accent = lime i.p.v. oranje */
	--in-orange-600: #5a9827;
	--in-ink: #0e3b1e;
	--in-bg-alt: #f1f7f1;
	--in-bg-soft: #eaf5ea;

	--in-gradient: linear-gradient(125deg, #0f7a2e 0%, #2faa4d 55%, #7cc242 100%);
	--in-gradient-dark: linear-gradient(140deg, #0b3d1c 0%, #14562b 55%, #1e7a37 100%);

	--gac-lime: #7cc242;
	--gac-green: #1e8e3e;
	--gac-green-dark: #0f7a2e;
	--gac-ink: #0e3b1e;
}

/* Accenten die in main.css hardgecodeerd oranje waren → groen */
.in-eyebrow { color: #2f7d1e !important; background: rgba(124, 194, 66, .14) !important; }
.in-check { color: var(--gac-lime); }

/* ---------- Buttons (extra varianten) ---------- */
.in-btn--lg { padding: 15px 28px; font-size: 17px; border-radius: 14px; }
.in-btn--ghost {
	background: transparent;
	color: var(--gac-ink);
	border: 2px solid rgba(15, 122, 46, .30);
}
.in-btn--ghost:hover { border-color: var(--gac-green); color: var(--gac-green); background: rgba(124,194,66,.08); }
.in-btn--block { display: flex; width: 100%; justify-content: center; }
/* Header-CTA: lange tekst op desktop, korte op mobiel */
.gac-cta-btn__short { display: none; }

/* =========================================================
   HEADER — logo-only, geen menubalk
   ========================================================= */
.gac-header--bare .in-header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.gac-logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.gac-logo__icon { width: 52px; height: 52px; flex: none; }
.gac-logo__text { display: flex; flex-direction: column; line-height: 1.05; }
.gac-logo__name {
	font-family: var(--in-font-head);
	font-weight: 800;
	font-size: 22px;
	letter-spacing: -.01em;
	color: var(--gac-green);
	text-transform: none;
}
.gac-logo__name b { color: var(--gac-green-dark); font-weight: 800; }
.gac-logo__tag {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #5a9827;
	margin-top: 3px;
}
.gac-header__cta { display: flex; align-items: center; gap: 16px; }
.gac-phone {
	display: inline-flex; align-items: center; gap: 8px;
	font-weight: 800; color: var(--gac-ink); font-size: 16px;
	white-space: nowrap;
}
.gac-phone svg { color: var(--gac-green); }
.gac-phone:hover { color: var(--gac-green); }

/* =========================================================
   HERO
   ========================================================= */
.gac-hero {
	position: relative;
	background:
		radial-gradient(1000px 460px at 88% -8%, rgba(124, 194, 66, .30), transparent 60%),
		radial-gradient(760px 420px at 0% 110%, rgba(30, 142, 62, .12), transparent 60%),
		linear-gradient(180deg, #f1f7f1 0%, #ffffff 68%);
	padding: 56px 0 64px;
	overflow: hidden;
}
.gac-hero__grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 52px;
	align-items: center;
}
.gac-hero__content h1 {
	font-size: clamp(26px, 3.3vw, 38px);
	line-height: 1.16;
	margin: 14px 0 18px;
}
.gac-h1-line { display: block; }
.gac-hl {
	display: block;
	color: var(--gac-green);
	margin-top: .1em;
}
/* Beide helften op één regel houden vanaf tablet; op kleine telefoons mag het wrappen */
@media (min-width: 700px){
	.gac-h1-line, .gac-hl { white-space: nowrap; }
}
.gac-hero__lead { font-size: 18px; color: #47566b; max-width: 560px; margin: 0 0 22px; }
.gac-usps { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 11px; }
.gac-usps li { display: flex; align-items: flex-start; gap: 10px; font-weight: 600; color: var(--gac-ink); }
.gac-tick {
	flex: none; width: 22px; height: 22px; border-radius: 50%;
	background: rgba(124, 194, 66, .18); color: #2f7d1e;
	display: grid; place-items: center; font-size: 13px; font-weight: 900;
	margin-top: 1px;
}
.gac-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.gac-trust { font-size: 15px; color: #566274; }
.gac-stars { color: #f5b301; letter-spacing: 1px; }

/* Formulierkaart */
.gac-hero__card { min-width: 0; }
.gac-formcard {
	background: #fff;
	border: 1px solid #e6eee6;
	border-radius: var(--in-radius-lg);
	box-shadow: 0 26px 64px rgba(14, 59, 30, .16);
	padding: 26px 26px 24px;
}
.gac-cta .gac-formcard { box-shadow: 0 26px 70px rgba(0,0,0,.28); }
.gac-formcard__title { font-size: 22px; margin: 0 0 4px; }
.gac-formcard__sub { font-size: 14.5px; color: #64707f; margin: 0 0 18px; }

.gac-form { display: grid; gap: 14px; }
.gac-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gac-field { display: grid; gap: 6px; min-width: 0; }
.gac-field label { font-size: 13.5px; font-weight: 700; color: var(--gac-ink); }
.gac-opt { font-weight: 500; color: #8a94a2; }
.gac-form input,
.gac-form select,
.gac-form textarea {
	width: 100%;
	font: inherit;
	font-size: 15.5px;
	color: var(--gac-ink);
	background: #f8faf8;
	border: 1.5px solid #dbe6db;
	border-radius: 11px;
	padding: 12px 13px;
	transition: border-color .15s, box-shadow .15s, background .15s;
}
.gac-form textarea { resize: vertical; }
.gac-form input:focus,
.gac-form select:focus,
.gac-form textarea:focus {
	outline: none;
	border-color: var(--gac-green);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(30, 142, 62, .12);
}
.gac-form__fine { font-size: 12px; color: #8a94a2; margin: 2px 0 0; line-height: 1.5; }

/* Bedankt-blok */
.gac-thanks { text-align: center; padding: 26px 8px; }
.gac-thanks__ico {
	width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 16px;
	background: rgba(124,194,66,.18); color: #2f7d1e;
	display: grid; place-items: center; font-size: 30px; font-weight: 900;
}
.gac-thanks h3 { font-size: 22px; margin: 0 0 8px; }
.gac-thanks p { color: #566274; margin: 0; }

/* =========================================================
   TRUST STRIP
   ========================================================= */
.gac-strip { background: var(--gac-ink); color: #dff1df; }
.gac-strip__row {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
	gap: 10px 18px; padding: 16px 20px; font-size: 15px;
}
.gac-strip b { color: #fff; }
.gac-strip__dot { color: var(--gac-lime); }

/* =========================================================
   SECTION HEADINGS
   ========================================================= */
.gac-heading { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.gac-heading h2 { font-size: clamp(27px, 3.6vw, 38px); margin: 12px 0 12px; }
.gac-sub { font-size: 18px; color: #64707f; margin: 0; }
.gac-section--alt { background: var(--in-bg-alt); }

/* =========================================================
   DIENSTEN / SERVICES
   ========================================================= */
.gac-services {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.gac-card {
	display: flex; flex-direction: column;
	background: #fff; border: 1px solid #e6eee6;
	border-radius: var(--in-radius-lg); overflow: hidden;
	text-decoration: none; color: inherit;
	box-shadow: var(--in-shadow-sm);
	transition: transform .18s, box-shadow .18s, border-color .18s;
}
.gac-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(14,59,30,.16); border-color: #cfe6cf; }
.gac-card__img { aspect-ratio: 3 / 2; overflow: hidden; }
.gac-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gac-card:hover .gac-card__img img { transform: scale(1.05); }
.gac-card__body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.gac-card__body h3 { font-size: 20px; margin: 0; }
.gac-card__body p { margin: 0; color: #5b6675; font-size: 15px; flex: 1; }
.gac-card__link { font-weight: 800; color: var(--gac-green); font-size: 15px; }

/* =========================================================
   WAAROM
   ========================================================= */
.gac-why { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.gac-why__item {
	background: #fff; border: 1px solid #e6eee6; border-radius: var(--in-radius-lg);
	padding: 26px 22px; box-shadow: var(--in-shadow-sm);
}
.gac-why__ico {
	width: 54px; height: 54px; border-radius: 15px; margin-bottom: 14px;
	background: linear-gradient(135deg, #eaf6ec, #d7efd7);
	display: grid; place-items: center; font-size: 26px;
}
.gac-why__item h3 { font-size: 18.5px; margin: 0 0 8px; }
.gac-why__item p { margin: 0; color: #5b6675; font-size: 15px; }

/* =========================================================
   WERKWIJZE / STEPS
   ========================================================= */
.gac-steps {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px;
	max-width: 980px; margin: 0 auto;
}
.gac-step { text-align: center; padding: 0 10px; position: relative; }
.gac-step__num {
	width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 16px;
	background: var(--in-gradient); color: #fff;
	display: grid; place-items: center; font-size: 24px; font-weight: 800;
	font-family: var(--in-font-head);
	box-shadow: 0 10px 24px rgba(30,142,62,.30);
}
.gac-step h3 { font-size: 20px; margin: 0 0 8px; }
.gac-step p { margin: 0; color: #5b6675; font-size: 15.5px; }

/* =========================================================
   CTA / ADVIES
   ========================================================= */
.gac-cta {
	background: var(--in-gradient-dark);
	color: #eafaea;
	padding: 66px 0;
	position: relative;
	overflow: hidden;
}
.gac-cta::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(700px 340px at 90% 0%, rgba(124,194,66,.28), transparent 60%);
	pointer-events: none;
}
.gac-cta__grid {
	position: relative;
	display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.gac-cta__text h2 { color: #fff; font-size: clamp(28px, 3.6vw, 40px); margin: 12px 0 14px; }
.gac-cta__text p { color: #d4ecd4; font-size: 18px; margin: 0 0 22px; max-width: 520px; }
.in-eyebrow--onDark { color: #eafaea !important; background: rgba(255,255,255,.15) !important; }
.gac-cta__list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 11px; }
.gac-cta__list li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #eafaea; }
.gac-cta__list .gac-tick { background: rgba(255,255,255,.18); color: #d6f5b8; }
.gac-cta__phone { font-size: 16px; color: #d4ecd4; }
.gac-cta__phone a { color: #fff; font-weight: 800; text-decoration: underline; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
/* Hero + CTA stapelen ruim op tijd (voor de krappe tablet-tussenzone),
   zodat de formulierkaart nooit uit beeld loopt. */
@media (max-width: 1140px){
	.gac-hero__grid { grid-template-columns: 1fr; gap: 36px; }
	.gac-hero__content { max-width: 720px; }
	.gac-hero__card { max-width: 560px; width: 100%; margin-inline: auto; }
}
@media (max-width: 1024px){
	.gac-cta__grid { grid-template-columns: 1fr; gap: 32px; }
	.gac-cta__form { max-width: 560px; width: 100%; margin-inline: auto; }
}
@media (max-width: 960px){
	.gac-services { grid-template-columns: repeat(2, 1fr); }
	.gac-why { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px){
	.gac-steps { grid-template-columns: 1fr; max-width: 440px; }
}

/* ---- Topbar → compacte roterende ticker op mobiel ---- */
@media (max-width: 720px){
	.in-topbar { font-size: 13px; }
	.in-topbar .in-container.is-slider {
		flex-wrap: nowrap;
		justify-content: center;
		gap: 0;
		padding-block: 9px;
		min-height: 36px;
		white-space: nowrap;
	}
	.in-topbar .in-container.is-slider > span { display: none; }
	.in-topbar .in-container.is-slider > span.is-active {
		display: inline-flex;
		animation: gacTick .45s ease;
	}
}
@keyframes gacTick { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* ---- Mobiele header + spacing ---- */
@media (max-width: 640px){
	/* Header: nette één-regel — logo + telefoon-icoon + compacte CTA */
	.gac-header--bare .in-header__row {
		flex-wrap: nowrap;
		gap: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.gac-logo { gap: 9px; flex: 1 1 auto; min-width: 0; }
	.gac-logo__icon { width: 38px; height: 38px; }
	.gac-logo__name { font-size: 15.5px; white-space: normal; line-height: 1.08; }
	.gac-logo__tag { display: none; }
	.gac-header__cta { flex: none; gap: 8px; }
	.gac-phone {
		width: 42px; height: 42px; padding: 0;
		justify-content: center;
		border: 1.5px solid rgba(15, 122, 46, .28);
		border-radius: 11px;
	}
	.gac-phone span { display: none; }
	.gac-cta-btn { padding: 11px 13px; font-size: 14px; border-radius: 11px; }
	.gac-cta-btn__full { display: none; }
	.gac-cta-btn__short { display: inline; }

	/* Secties compacter op mobiel */
	.gac-hero { padding: 32px 0 42px; }
	.gac-hero__content h1 { margin-top: 10px; }
	.gac-hero__actions .in-btn { flex: 1 1 auto; text-align: center; }
	.gac-formcard { padding: 22px 18px 20px; }
	.in-section { padding: 46px 0; }
	.gac-cta { padding: 48px 0; }
	.gac-heading { margin-bottom: 30px; }

	.gac-services { grid-template-columns: 1fr; }
	.gac-why { grid-template-columns: 1fr; }
	.gac-form__row { grid-template-columns: 1fr; }
	.gac-strip__row { font-size: 13.5px; gap: 8px 12px; }
}
