:root {
	--brand:      #7F1D1D;
	--brand-dark: #6b1818;
	--brand-soft: #fdf2f2;
	--cta:        #FBBF24;
	--cta-dark:   #d9a019;
	--cta-text:   #1a1200;
	--text:       #1e1e1e;
	--text-muted: #5a5a5a;
	--border:     #e2e0da;
	--bg-soft:    #f8f6f4;
	--bg-card:    #ffffff;
	--radius:     16px;
	--radius-sm:  10px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.65;
	color: var(--text);
	background: #fff;
}

img, video, iframe, svg { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }

h1, h2, h3, h4 {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
}
h1 { font-size: 38px; }
h2 { font-size: 28px; }
h3 { font-size: 20px; }
p  { margin: 0 0 16px; overflow-wrap: break-word; word-wrap: break-word; }

/* ── Skip link ── */
.usgiotir {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.usgiotir:focus { left: 8px; top: 8px; }

/* ── Buttons ── */
.vbdivu {
	display: inline-block;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	border: 0;
	border-radius: var(--radius-sm);
	padding: 14px 28px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.12s ease;
}
.vbdivu:hover, .vbdivu:focus { transform: translateY(-1px); }

.dnmmjbqe {
	background: var(--cta);
	color: var(--cta-text);
}
.dnmmjbqe:hover, .dnmmjbqe:focus { background: var(--cta-dark); color: var(--cta-text); }

.hv3a3zmf8 { width: 100%; }
.ckw5ngcx1 { font-size: 17px; padding: 16px 32px; }

/* ── Header ── */
.li7kq1uy {
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid var(--border);
}
.z02xrghc0 {
	width: 92%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 16px 0;
	gap: 16px;
}
.b4gh2m5z { display: inline-flex; line-height: 0; flex-shrink: 1; min-width: 0; max-width: calc(100% - 60px); }
.b4gh2m5z img { width: auto; height: 40px; max-width: 100%; object-fit: contain; object-position: left center; }
@media (max-width: 560px) { .b4gh2m5z img { height: 34px; max-width: 220px; } }

.shafey { display: none; }
.f9t6vxdp5 {
	display: none;
	width: 42px;
	height: 38px;
	cursor: pointer;
	padding: 8px 6px;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.f9t6vxdp5 span {
	display: block;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.rjrny20 { display: block; }
.jcat9mx2x {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}
.jcat9mx2x a {
	text-decoration: none;
	color: var(--text);
	font-weight: 700;
	font-size: 15px;
}
.jcat9mx2x a:hover, .jcat9mx2x a:focus { color: var(--brand); }
.jcat9mx2x .jlqm5k a {
	background: var(--cta);
	color: var(--cta-text);
	padding: 10px 20px;
	border-radius: var(--radius-sm);
}
.jcat9mx2x .jlqm5k a:hover { background: var(--cta-dark); color: var(--cta-text); }

/* ── Hero (form LEFT, copy RIGHT) ── */
.qcvs4f {
	position: relative;
	background-color: var(--brand);
	background-image: url('img/hero.webp');
	background-size: cover;
	background-position: center;
}
.ioykl1cq {
	position: absolute;
	inset: 0;
	background: rgba(80, 10, 10, 0.82);
}
.ubcxulj {
	position: relative;
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 52px;
	align-items: center;
	padding: 72px 0;
}

/* Form card — LEFT column */
.scc5o7 { order: 0; }
.f1t2tal {
	background: var(--bg-card);
	border-radius: 10px;
	padding: 36px 32px;
	border: 1px solid var(--border);
}
.xtad1i {
	font-size: 22px;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 6px;
}
.dxmo5bx { font-size: 15px; color: var(--text-muted); margin-bottom: 20px; }

.en93ii {
	font-size: 15px;
	border-radius: var(--radius-sm);
	padding: 12px 14px;
	margin-bottom: 16px;
}
.mfsv871yz { background: var(--brand-soft); color: var(--brand); border: 1px solid var(--border); }
.drc11e    { background: var(--bg-soft); color: var(--text); border: 1px solid var(--border); }

.yhe7ur23 { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.qjnv8z2 .pki7p5t {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.pseimvih { margin-bottom: 14px; }
.pseimvih label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 5px;
	color: var(--text);
}
.pseimvih input {
	width: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	padding: 12px 14px;
	border: 1.5px solid var(--border);
	border-radius: 4px;
	background: #fff;
	color: var(--text);
	transition: border-color 0.15s;
}
.pseimvih input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(127, 29, 29, 0.12);
}
.zccbls { max-width: 100%; }
.qjnv8z2 .hv3a3zmf8 { margin-top: 6px; }
.c02dgt { font-size: 12px; color: var(--text-muted); margin: 10px 0 0; }

/* Copy area — RIGHT column */
.gd5j60fk {
	color: #ffffff;
	min-width: 0;
	order: 1;
}
.gd5j60fk h1 {
	color: #ffffff;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.kptk93ty {
	color: rgba(255,255,255,0.87);
	font-size: 19px;
	margin-bottom: 28px;
}
.chj755 { list-style: none; margin: 0; padding: 0; }
.chj755 li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}
.chj755 svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 2px; }
.chj755 span { color: #ffffff; font-size: 16px; }

/* ── Page content wrapper ── */
.cywd14v { width: 100%; }

.l5nq4f {
	width: 92%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 0;
}

.qphr62gd { padding: 60px 0; }
.d8il3fb9 { background: var(--bg-soft); }
.r7ko64t02 {
	width: 92%;
	max-width: 1160px;
	margin: 0 auto;
}

.qphr62gd h2 { color: var(--brand); }
.ncxll4z {
	font-size: 18px;
	color: var(--text-muted);
	max-width: 760px;
	margin-bottom: 32px;
}

/* ── Two-col text+image ── */
.q5uzno {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 44px;
	align-items: center;
}
.xa11dpg { min-width: 0; }
.bvm2p9e6 { margin: 0; min-width: 0; }
.bvm2p9e6 img {
	width: 100%;
	border-radius: 8px;
}
.bvm2p9e6 figcaption {
	font-size: 13px;
	color: var(--text-muted);
	margin-top: 8px;
}

/* ── Check list ── */
.sylztgxn { list-style: none; margin: 0 0 16px; padding: 0; }
.sylztgxn li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}
.sylztgxn li svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* ── Service cards (auto-fit) ── */
.n935a0l {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 22px;
	margin-top: 28px;
}
.pbn78bm {
	background: var(--bg-card);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	padding: 28px 24px;
	transition: box-shadow 0.2s;
}
.pbn78bm:hover { box-shadow: 0 6px 24px rgba(127,29,29,0.10); }
.d8il3fb9 .pbn78bm { background: #fff; }
.pbn78bm h3 { color: var(--brand); font-size: 18px; margin-bottom: 8px; }
.ymu5907 {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--brand-soft);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.ymu5907 svg { color: var(--brand); }

/* ── STEPS : 2x2 grid ── */
.hj1ripz {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 28px;
}
.bi4q2y9v8 {
	background: var(--bg-card);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	padding: 28px 26px;
	transition: box-shadow 0.2s;
}
.bi4q2y9v8:hover { box-shadow: 0 6px 24px rgba(127,29,29,0.10); }
.d8il3fb9 .bi4q2y9v8 { background: #fff; }
.wzs3t60rj {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 14px;
}
.bi4q2y9v8 h3 { font-size: 18px; color: var(--brand); margin-bottom: 8px; }

/* ── Table ── */
.tohp6vz4 { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 24px; }
.m6cfnfho {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 16px;
}
.m6cfnfho caption {
	text-align: left;
	font-size: 14px;
	color: var(--text-muted);
	padding-bottom: 10px;
}
.m6cfnfho th, .m6cfnfho td {
	padding: 14px 18px;
	text-align: left;
	border-bottom: 1px solid var(--border);
}
.m6cfnfho thead th {
	background: var(--brand);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}
.m6cfnfho thead th,
.m6cfnfho thead th h1,
.m6cfnfho thead th h2,
.m6cfnfho thead th h3,
.m6cfnfho thead th h4,
.m6cfnfho thead th li,
.m6cfnfho thead th span { color: #ffffff; }
.m6cfnfho tbody tr:last-child td { border-bottom: 0; }
.wktakpu { font-weight: 700; color: var(--brand); white-space: nowrap; }

/* ── FAQ : liste simple ── */
.m35ixokc1 { margin-top: 28px; }
.xo9t7e8g {
	padding: 24px 0;
	border-bottom: 1px solid var(--border);
}
.xo9t7e8g:last-child { border-bottom: 0; }
.xo9t7e8g h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--brand);
	margin-bottom: 10px;
}
.xo9t7e8g p:last-child { margin-bottom: 0; }

/* ── PRICING : 3 cartes horizontales ── */
.ko-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 32px;
}
.ko-price-card {
	background: var(--bg-card);
	border: 1.5px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	transition: box-shadow 0.2s, border-color 0.2s;
}
.ko-price-card:hover {
	box-shadow: 0 8px 32px rgba(127,29,29,0.12);
	border-color: var(--brand);
}
.ko-price-card.featured {
	border-color: var(--brand);
	background: var(--brand-soft);
}
.ko-price-card .ko-pc-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: var(--brand);
	margin-bottom: 4px;
}
.ko-price-card .ko-pc-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--text);
	margin: 0 0 6px;
	line-height: 1.3;
}
.ko-price-card .ko-pc-price {
	font-size: 38px;
	font-weight: 700;
	color: var(--brand);
	line-height: 1;
	margin-bottom: 4px;
}
.ko-price-card .ko-pc-price span {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-muted);
}
.ko-price-card .ko-pc-freq {
	font-size: 13px;
	color: var(--text-muted);
	margin-bottom: 14px;
}
.ko-price-card .ko-pc-desc {
	font-size: 14px;
	color: var(--text-muted);
	flex: 1;
	margin: 0;
}

/* ── CTA-BAND : split image + texte ── */
.ko-ctaband {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: var(--radius);
	overflow: hidden;
	margin-top: 32px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.ko-ctaband-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	min-height: 320px;
}
.ko-ctaband-copy {
	background: var(--brand);
	padding: 52px 44px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}
.ko-ctaband-copy h2,
.ko-ctaband-copy p,
.ko-ctaband-copy li,
.ko-ctaband-copy span,
.ko-ctaband-copy strong { color: #ffffff; }
.ko-ctaband-copy h2 { color: #ffffff; font-size: 26px; margin-bottom: 10px; }
.ko-ctaband-copy p { color: rgba(255,255,255,0.87); margin-bottom: 0; }

/* Legacy CTA box */
.j2d54i3 {
	background: var(--brand);
	color: #ffffff;
	border-radius: var(--radius);
	padding: 48px 40px;
	text-align: center;
	margin-top: 32px;
}
.j2d54i3 h2,
.j2d54i3 p,
.j2d54i3 li,
.j2d54i3 span,
.j2d54i3 strong { color: #ffffff; }
.j2d54i3 h2 { color: #ffffff; }
.j2d54i3 p { max-width: 620px; margin: 0 auto 24px; color: rgba(255,255,255,0.87); }

/* Gallery strip */
.jza7tz0 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
	margin-top: 28px;
}
.jza7tz0 figure { margin: 0; }
.jza7tz0 img {
	width: 100%;
	border-radius: var(--radius-sm);
	box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

/* ── Footer ── */
.x8j3trp { background: var(--brand); color: #ffffff; }
.sdbdw2p {
	width: 92%;
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
	gap: 36px;
	padding: 56px 0 42px;
}
.x8j3trp p,
.x8j3trp li,
.x8j3trp span,
.x8j3trp strong { color: rgba(255,255,255,0.87); }
.ytjxep {
	height: 36px;
	width: auto;
	background: #fff;
	padding: 7px 10px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.ff0t0pvn9 {
	display: block;
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 14px;
}
.nvqjt7 { list-style: none; margin: 0; padding: 0; }
.nvqjt7 li {
	padding-left: 18px;
	position: relative;
	margin-bottom: 9px;
	font-size: 14px;
}
.nvqjt7 li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	background: var(--cta);
	border-radius: 2px;
}
.oc6uzhr5 .dnmmjbqe { margin-top: 8px; }
.n9xuy41ib {
	border-top: 1px solid rgba(255,255,255,0.15);
	width: 92%;
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 18px 0 26px;
}
.azz81sdw4 { font-size: 13px; color: rgba(255,255,255,0.60); max-width: 640px; }

/* ── Prose fallback ── */
.ohgi1jn { max-width: 760px; }
.aprpn6qf { text-align: center; margin: 0 auto; }

/* ── Responsive ── */
@media (max-width: 1024px) {
	.ko-pricing-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.ubcxulj { grid-template-columns: 1fr; gap: 40px; padding: 52px 0; }
	.gd5j60fk { order: 0; }
	.scc5o7  { order: 1; }
	.q5uzno  { grid-template-columns: 1fr; gap: 28px; }
	.sdbdw2p { grid-template-columns: 1fr 1fr; gap: 30px; }
	.ko-ctaband { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
	.f9t6vxdp5 { display: flex; }
	.rjrny20 { display: none; flex-basis: 100%; }
	.shafey:checked ~ .rjrny20 { display: block; }
	.jcat9mx2x {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		padding-top: 10px;
	}
	.jcat9mx2x a { display: block; padding: 11px 6px; }
	.jcat9mx2x .jlqm5k a { text-align: center; }
	.shafey:checked ~ .f9t6vxdp5 span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.shafey:checked ~ .f9t6vxdp5 span:nth-child(2) { opacity: 0; }
	.shafey:checked ~ .f9t6vxdp5 span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

	h1 { font-size: 28px; }
	.gd5j60fk h1 { font-size: 30px; }
	h2 { font-size: 24px; }
	.kptk93ty { font-size: 17px; }
	.ncxll4z { font-size: 17px; }
	.qphr62gd, .l5nq4f { padding-top: 44px; padding-bottom: 44px; }
	.f1t2tal { padding: 26px 20px; }
	.ko-pricing-grid { grid-template-columns: 1fr; }
	.hj1ripz { grid-template-columns: 1fr; }
	.ko-ctaband-copy { padding: 36px 28px; }
}
@media (max-width: 480px) {
	.qjnv8z2 .pki7p5t { grid-template-columns: 1fr; gap: 0; }
	.sdbdw2p { grid-template-columns: 1fr; }
	.j2d54i3 { padding: 32px 20px; }
	body { font-size: 16px; }
}


/* aps-post-content-fix : constrain AI-generated <section> children of main */
.cywd14v > section,
.cywd14v > p,
.cywd14v > h2,
.cywd14v > h3,
.cywd14v > ul,
.cywd14v > ol,
.cywd14v > dl {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}
.cywd14v > section {
	padding-top: 44px;
	padding-bottom: 44px;
}
.cywd14v > section + section {
	border-top: 1px solid rgba(0,0,0,.08);
}
.cywd14v > section h2 {
	margin-bottom: 18px;
}
.cywd14v > section h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
.cywd14v > section p {
	margin-bottom: 14px;
}
.cywd14v > section ul,
.cywd14v > section ol {
	padding-left: 22px;
	margin-bottom: 18px;
}
.cywd14v > section ul li,
.cywd14v > section ol li {
	margin-bottom: 6px;
}
.cywd14v > section dl dt {
	font-weight: 700;
	margin-top: 14px;
}
.cywd14v > section dl dd {
	margin: 0 0 12px;
	color: #5a6b72;
}
/* Geo maillage block sections */
.cywd14v > .znw75gigx {
	padding-top: 32px;
	padding-bottom: 32px;
}
.cywd14v > .znw75gigx + .znw75gigx {
	border-top: 1px solid rgba(0,0,0,.08);
}
.cywd14v > .znw75gigx .im8mi3twj {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 24px;
}
.cywd14v > .znw75gigx h2 {
	font-size: 1.4rem;
	margin-bottom: 16px;
}
.cywd14v > .znw75gigx .t86qtl5z {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 6px 22px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.cywd14v > .znw75gigx .t86qtl5z li {
	padding: 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.06);
}
.cywd14v > .znw75gigx .t86qtl5z a {
	color: inherit;
	text-decoration: none;
}
.cywd14v > .znw75gigx .t86qtl5z .u9075zst {
	color: #5a6b72;
	font-size: .85em;
	margin-left: 6px;
}

/* hero offset */
body.home .cywd14v {
	padding-top: 28px;
}

/* === KO logo cap + sections === */
header img { max-height: 38px !important; width: auto !important; max-width: 240px !important; height: auto !important; }
.cywd14v > .ko-sec {
  position: relative !important; width: 100vw !important; max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important; margin-right: calc(-50vw + 50%) !important;
  padding: 72px 0 !important; border-top: 0 !important;
}
.cywd14v > .ko-sec:nth-of-type(odd) { background: #fef5f5; }
.cywd14v > .ko-sec:nth-of-type(even) { background: #fff; }
.ko-wpr { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ko-hd { text-align: center; margin: 0 auto 44px; max-width: 780px; }
.ko-hd h2 { font-size: 2rem; color: #7f1d1d; margin: 0 0 12px; }
.ko-hd p { font-size: 1.05rem; color: #5e3737; margin: 0; }
.ko-types-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ko-tc { background: #fff; border: 1px solid #f0d0d0; border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.ko-tc:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(127,29,29,.13); }
.ko-tc-img { height: 220px; background-size: cover; background-position: center; }
.ko-tc-bd { padding: 22px 24px 26px; flex: 1; }
.ko-tc-bd h3 { margin: 0 0 10px; font-size: 1.3rem; color: #7f1d1d; }
.ko-tc-bd p { margin: 0 0 16px; color: #4a2f2f; line-height: 1.6; }
.ko-tc-px { border-top: 1px solid #f0d0d0; padding-top: 12px; font-size: .95rem; color: #5e3737; }
.ko-tc-px strong { color: #f59e0b; font-size: 1.15rem; }
.ko-rail-list { list-style: none; margin: 0 auto; padding: 0; position: relative; max-width: 880px; }
.ko-rail-list::before { content: ''; position: absolute; left: 24px; top: 20px; bottom: 20px; width: 4px; background: linear-gradient(180deg, #f59e0b, #7f1d1d); }
.ko-rail-list > li { position: relative; padding: 0 0 30px 70px; margin: 0; }
.ko-rail-num { position: absolute; left: 0; top: 0; width: 52px; height: 52px; border-radius: 50%; background: #fff; border: 3px solid #f59e0b; color: #7f1d1d; font-weight: 700; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; }
.ko-rail-bd h3 { margin: 6px 0 8px; font-size: 1.18rem; color: #7f1d1d; }
.ko-rail-bd p { margin: 0; color: #4a2f2f; line-height: 1.6; }
.ko-mason-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 180px; gap: 12px; }
.ko-mz { background-size: cover; background-position: center; border-radius: 8px; }
.ko-mz.wide { grid-column: span 2; }
.ko-mz.tall { grid-row: span 2; }
.ko-prijs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.ko-pr-it { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 18px 24px; background: #fff; border: 1px solid #f0d0d0; border-radius: 8px; }
.ko-pr-lbl { font-weight: 600; color: #5e3737; font-size: 1.02rem; }
.ko-pr-dsc { color: #8a6a6a; font-size: .9rem; margin: 4px 0 10px; }
.ko-pr-bar { height: 8px; background: #f9e0e0; border-radius: 4px; overflow: hidden; }
.ko-pr-fill { height: 100%; background: linear-gradient(90deg, #f59e0b, #7f1d1d); }
.ko-pr-px { font-size: 1.55rem; font-weight: 700; color: #7f1d1d; text-align: right; display: flex; flex-direction: column; align-items: flex-end; line-height: 1.1; }
.ko-pr-px small { font-size: .68rem; color: #a08080; font-weight: 400; margin-top: 2px; }
.ko-pr-note { margin: 24px auto 0; max-width: 820px; text-align: center; color: #8a6a6a; font-size: .92rem; }
.ko-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ko-split-img { height: 460px; background-size: cover; background-position: center; border-radius: 12px; box-shadow: 0 12px 32px rgba(127,29,29,.16); }
.ko-split-bd h2 { font-size: 2rem; color: #7f1d1d; margin: 0 0 22px; }
.ko-split-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.ko-split-checks li { display: flex; align-items: flex-start; gap: 12px; color: #4a2f2f; line-height: 1.55; }
.ko-split-checks li svg { color: #f59e0b; flex-shrink: 0; margin-top: 2px; }
.ko-split-checks li strong { color: #7f1d1d; }
.ko-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.ko-fq { background: #fff; border: 1px solid #f0d0d0; border-radius: 8px; padding: 22px 24px; }
.ko-fq h3 { margin: 0 0 10px; font-size: 1.08rem; color: #7f1d1d; }
.ko-fq p { margin: 0; color: #4a2f2f; line-height: 1.6; }
.cywd14v > .ko-sec.ko-cta { background: #7f1d1d !important; color: #fff !important; padding: 64px 0 !important; }
.ko-cta-in { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.ko-cta-in h2 { margin: 0 0 8px; color: #fff !important; font-size: 1.7rem; }
.ko-cta-in p { margin: 0; color: rgba(255,255,255,.92) !important; font-size: 1.02rem; }
.ko-cta-btn { display: inline-block; background: #f59e0b !important; color: #7f1d1d !important; font-weight: 700; padding: 16px 28px; border-radius: 8px; text-decoration: none; }
.ko-cta-btn:hover { background: #fff !important; color: #f59e0b !important; }
.ko-sec h2::before, .ko-sec h2::after, .ko-sec h3::before, .ko-sec h3::after, .ko-sec p::before, .ko-sec p::after { content: none !important; display: none !important; }
@media (max-width: 900px) {
  .ko-types-grid, .ko-faq-grid, .ko-split-grid, .ko-cta-in { grid-template-columns: 1fr; }
  .ko-mason-grid { grid-template-columns: 1fr 1fr; }
  .ko-mz.wide, .ko-mz.tall { grid-column: auto; grid-row: auto; }
  .ko-split-img { height: 280px; }
  .ko-pr-it { grid-template-columns: 1fr; gap: 10px; }
}
/* KET v42 "boiler-flame" — anthracite #18181B + ember #DC2626 */
:root{
  --ket-coal:#18181B;
  --ket-ember:#DC2626;
  --ket-ember-soft:#FEE2E2;
  --ket-warm:#FFFBEB;
  --ket-line:#E4E4E7;
  --ket-text:#27272A;
}
.cywd14v{
  color:var(--ket-text);
  line-height:1.74;
  font-feature-settings:"ss03","cv11";
}
.cywd14v > h2{
  position:relative;
  font-weight:800;
  letter-spacing:-.02em;
  color:var(--ket-coal);
  font-size:clamp(1.55rem,2.2vw,2rem);
  margin:3.1rem 0 1.1rem;
  padding-left:1.2rem;
}
.cywd14v > h2::before{
  content:"";
  position:absolute;
  left:0; top:.55em;
  width:6px; height:.85em;
  background:linear-gradient(180deg,var(--ket-ember) 0%,#F97316 100%);
}
.cywd14v > h3{
  font-weight:700;
  color:var(--ket-coal);
  font-size:1.22rem;
  margin:2.1rem 0 .7rem;
  display:flex;
  align-items:center;
  gap:.55rem;
}
.cywd14v > h3::before{
  content:"";
  display:inline-block;
  width:.55rem; height:.55rem;
  background:var(--ket-ember);
  border-radius:50%;
}
.cywd14v > p{
  margin:0 0 1.15rem;
  font-size:1.025rem;
}
.cywd14v > p > strong{
  color:var(--ket-coal);
  font-weight:700;
  background:linear-gradient(transparent 62%,var(--ket-ember-soft) 62%);
  padding:0 .14em;
}
.cywd14v > ul, .cywd14v > ol{
  margin:0 0 1.4rem;
  padding:0;
  list-style:none;
}
.cywd14v > ul > li, .cywd14v > ol > li{
  position:relative;
  padding:.55rem 0 .55rem 2rem;
}
.cywd14v > ul > li + li, .cywd14v > ol > li + li{
  border-top:1px solid var(--ket-line);
}
.cywd14v > ul > li::before{
  content:"";
  position:absolute;
  left:.35rem; top:1.05rem;
  width:.5rem; height:.5rem;
  background:var(--ket-ember);
  transform:rotate(45deg);
}
.cywd14v > ol{counter-reset:ketn}
.cywd14v > ol > li{counter-increment:ketn}
.cywd14v > ol > li::before{
  content:counter(ketn);
  position:absolute;
  left:0; top:.55rem;
  width:1.5rem; height:1.5rem;
  background:var(--ket-coal);
  color:#fff;
  border-radius:3px;
  text-align:center;
  line-height:1.5rem;
  font-size:.8rem;
  font-weight:800;
  font-feature-settings:"tnum";
}
.cywd14v > table{
  width:100%;
  margin:1.6rem 0 2.1rem;
  border-collapse:collapse;
  background:#fff;
  border:1px solid var(--ket-line);
  font-size:.96rem;
}
.cywd14v > table thead{
  background:var(--ket-coal);
}
.cywd14v > table thead th{
  color:#FAFAFA;
  font-weight:700;
  text-align:left;
  padding:.85rem 1rem;
  font-size:.82rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.cywd14v > table tbody td{
  padding:.8rem 1rem;
  border-top:1px solid var(--ket-line);
  vertical-align:top;
}
.cywd14v > table tbody tr:nth-child(even){background:#FAFAFA}
.cywd14v > table tbody td:first-child{
  font-weight:700;
  color:var(--ket-coal);
}
.cywd14v blockquote{
  margin:1.6rem 0;
  padding:1.05rem 1.3rem;
  background:var(--ket-warm);
  border-left:4px solid var(--ket-ember);
  color:var(--ket-text);
  font-style:italic;
}
.cywd14v a:not([class]){
  color:var(--ket-ember);
  text-decoration:none;
  border-bottom:1px solid var(--ket-ember);
  transition:color .2s,border-color .2s;
}
.cywd14v a:not([class]):hover{
  color:var(--ket-coal);
  border-bottom-color:var(--ket-coal);
}
