/* Start custom CSS *//*
 * ============================================================
 * STAP 2 - CSS voor de pagina /duurzame-houtskool-briketten/
 *
 * VEILIG: alle regels zijn gekoppeld aan .echt-content,
 * de wrapper-div in de HTML-widget. Ze hebben GEEN effect
 * op andere pagina's of elementen buiten die widget.
 *
 * FONTS: Oswald en Questrial zijn al actief op de site via
 * Elementor - je hoeft ze niet opnieuw te laden.
 *
 * CSS PLAATSEN:
 *   Elementor - hamburger-menu - Site-instellingen - Custom CSS
 *   -- of --
 *   Uiterlijk - Customizer - Extra CSS
 *   -- of --
 *   Pagina-instellingen - Custom CSS (voorkeur)
 * ============================================================
 */

/* === LAYOUT === */
.echt-content .ec-container {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.echt-content .ec-container--wide {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.echt-content section {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	box-sizing: border-box;
}
.echt-content section + section {
	border-top: 1px solid #E6E6E6;
}

/* === TYPOGRAFIE - koppen ===
 * Hogere specificiteit (.elementor .echt-content h1 = 0,2,1)
 * verslaat Elementor kit (.elementor-kit-18100 h1 = 0,1,1)
 * zonder gebruik van !important.
 */
.elementor .echt-content h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.15;
	color: #0C2835;
	letter-spacing: 0.02em;
	text-transform: none;
	margin-bottom: 1rem;
}
.elementor .echt-content h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	color: #0C2835;
	margin-bottom: 0.75rem;
	letter-spacing: 0.02em;
	text-transform: none;
}
.elementor .echt-content h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.15rem;
	font-weight: 500;
	line-height: 1.3;
	color: #0C2835;
	margin-bottom: 0.4rem;
	letter-spacing: 0.01em;
	text-transform: none;
}

/* Kleur-uitzonderingen voor koppen op donkere achtergronden */
.elementor .echt-content .hero h1         { color: #FFFFFF; }
.elementor .echt-content .process h2      { color: #FFFFFF; }
.elementor .echt-content .cta-banner h2   { color: #FFFFFF; }
.elementor .echt-content .process-step h3 { color: #FFFFFF; }
.elementor .echt-content .material-card h3  { color: #2D5A1B; }
.elementor .echt-content .fsc__cert-box h3  { color: #2D5A1B; }

/* === TYPOGRAFIE - bodytekst === */
.echt-content p,
.echt-content li,
.echt-content span:not(.eyebrow),
.echt-content .hero__lead,
.echt-content .hero__badges,
.echt-content .alert-bar,
.echt-content .source-note,
.echt-content .stat-strip__label,
.echt-content .fsc__cert-box {
	font-family: 'Questrial', sans-serif;
	line-height: 1.7;
}
.echt-content p            { margin-bottom: 1rem; font-size: 1rem; }
.echt-content p:last-child { margin-bottom: 0; }

/* Eyebrow labels */
.echt-content .eyebrow {
	display: inline-block;
	font-family: 'Questrial', sans-serif;
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #F16022;
	margin-bottom: .6rem;
}

/* Links */
.echt-content a       { color: #F16022; text-decoration: none; }
.echt-content a:hover { text-decoration: underline; color: #D15A28; }

/* Oranje scheidingslijn */
.echt-content .divider {
	width: 2.5rem;
	height: 3px;
	background: #F16022;
	border: none;
	margin: 0.75rem 0 1.25rem;
	border-radius: 2px;
}

/* === KNOPPEN === */
.echt-content .ec-btn {
	display: inline-block;
	font-family: 'Questrial', sans-serif;
	padding: .65rem 1.5rem;
	border-radius: 4px;
	font-size: .9rem;
	letter-spacing: .04em;
	transition: background .2s;
	cursor: pointer;
	text-decoration: none;
}
.echt-content .ec-btn--primary       { background: #F16022; color: #FFFFFF; }
.echt-content .ec-btn--primary:hover { background: #D15A28; color: #FFFFFF; }
.echt-content .ec-btn--outline       { border: 2px solid #0C2835; color: #0C2835; background: transparent; }
.echt-content .ec-btn--outline:hover { background: #0C2835; color: #FFFFFF; }
.echt-content .ec-btn--white         { background: #FFFFFF; color: #F16022; }
.echt-content .ec-btn--white:hover   { background: #f5ece4; color: #D15A28; }

/* === HERO === */
.echt-content .hero {
	background: #0C2835;
	color: #FFFFFF;
	padding-top: 4rem;
	padding-bottom: 3.5rem;
	border-top: none;
}
.echt-content .hero__inner {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.echt-content .hero .eyebrow { color: #E8956A; }
.echt-content .hero__lead    { font-size: 1.05rem; color: #bbb; margin-bottom: 1.75rem; }
.echt-content .hero__ctas    { display: flex; gap: .75rem; flex-wrap: wrap; }
.echt-content .hero__img {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	padding-top: 75%;
	background: #1e3a48;
}
.echt-content .hero__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.echt-content .hero__badges  { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.echt-content .badge         { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: #aaa; }
.echt-content .badge svg     { flex-shrink: 0; }

/* === ALERT BAR === */
.echt-content .alert-bar {
	background: #fef3e8;
	border-left: 4px solid #F16022;
	padding: 1rem 1.5rem;
	border-radius: 0 8px 8px 0;
	margin-bottom: 2rem;
	font-size: .9rem;
	color: #0C2835;
}
.echt-content .alert-bar strong { color: #0C2835; }

/* === PROBLEEMKAARTEN === */
.echt-content .problem { background: #F2F2F2; }
.echt-content .problem__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
}
.echt-content .problem-card {
	background: #FFFFFF;
	border-radius: 8px;
	padding: 1.5rem;
	box-shadow: 0 2px 12px rgba(12,40,53,.08);
}
.echt-content .problem-card__icon { font-size: 1.4rem; margin-bottom: .5rem; }

/* === CIJFERSTRIP === */
.echt-content .stat-strip {
	background: #F16022;
	color: #FFFFFF;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: none;
}
.echt-content .stat-strip__inner {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	display: flex;
	gap: 2rem;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}
.echt-content .stat-strip__number {
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: .02em;
}
.echt-content .stat-strip__label { font-size: .8rem; opacity: .9; }

/* === FSC SECTIE === */
.echt-content .fsc { background: #E8F0E3; }
.echt-content .fsc__inner {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	align-items: flex-start;
}
.echt-content .fsc__cert-box {
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	font-size: .875rem;
}
.echt-content .fsc__cert-code {
	font-family: monospace;
	background: #f0f0f0;
	padding: .2rem .5rem;
	border-radius: 4px;
	font-size: .85rem;
}
.echt-content .fsc__cert-box a { color: #2D5A1B; }

/* === VOORDELEN === */
.echt-content .benefits__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}
.echt-content .benefit-card {
	background: #F2F2F2;
	border-radius: 8px;
	padding: 1.25rem 1.5rem;
	border: 1px solid #E6E6E6;
}
.echt-content .benefit-card__icon { font-size: 1.4rem; margin-bottom: .4rem; }
.echt-content .benefit-card p     { font-size: .875rem; color: #6E6F70; margin: 0; }

/* === PROCES === */
.echt-content .process {
	background: #0C2835;
	color: #FFFFFF;
}
.echt-content .process__steps {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
}
.echt-content .process-step {
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 8px;
	padding: 1.5rem;
}
.echt-content .process-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	background: #F16022;
	color: #fff;
	border-radius: 50%;
	font-family: 'Oswald', sans-serif;
	font-size: .9rem;
	font-weight: 600;
	margin-bottom: .75rem;
}
.echt-content .process-step p { color: #bbb; font-size: .9rem; }

/* === GRONDSTOFFEN === */
.echt-content .materials__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2rem;
}
.echt-content .material-card {
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 1.5rem;
}
.echt-content .material-card p { font-size: .875rem; color: #6E6F70; }

/* === VERDER LEZEN === */
.echt-content .more-reading { background: #F2F2F2; }
.echt-content .more-reading__links {
	display: flex;
	flex-direction: column;
	gap: .5rem;
	margin-top: 1.25rem;
}
.echt-content .more-reading__links a { display: inline-flex; align-items: center; gap: .4rem; font-size: .9rem; }

/* === CTA BANNER === */
.echt-content .cta-banner {
	background: #F16022;
	color: #FFFFFF;
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: none;
}
.echt-content .cta-banner p {
	color: rgba(255,255,255,.88);
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}

/* === BRONVERMELDING === */
.echt-content .source-note {
	font-size: .78rem;
	color: #6E6F70;
	border-top: 1px solid #E6E6E6;
	padding-top: .75rem;
	margin-top: 2rem;
}

/* === RESPONSIVE === */
@media (max-width: 700px) {
	.echt-content .hero__inner     { grid-template-columns: 1fr; }
	.echt-content .hero__img       { display: none; }
	.echt-content .problem__grid   { grid-template-columns: 1fr; }
	.echt-content .fsc__inner      { grid-template-columns: 1fr; }
	.echt-content .process__steps  { grid-template-columns: 1fr; }
	.echt-content .materials__list { grid-template-columns: 1fr; }
	.echt-content section          { padding-top: 2.5rem; padding-bottom: 2.5rem; }
}/* End custom CSS */