:root {
	--brand:      #6B4F2C;
	--brand-dark: #4e3a1f;
	--brand-mid:  #8a6640;
	--brand-soft: #f4ede3;
	--brand-tint: #fdf6ee;
	--cta:        #F59E0B;
	--cta-dark:   #d97706;
	--ink:        #1c1a18;
	--muted:      #5a5249;
	--line:       #e2d9ce;
	--soft:       #faf7f3;
	--white:      #ffffff;
	--font-head:  Verdana, Geneva, Tahoma, sans-serif;
	--font-body:  Verdana, Geneva, Tahoma, sans-serif;
	--r:          16px;
	--r-sm:       10px;
	--shadow-sm:  none;
	--shadow-md:  none;
	--shadow-lg:  none;
}

/* ---------------------------------------------------------------- Reset */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--ink);
	background: var(--white);
}

img, svg, video, iframe { max-width: 100%; height: auto; }
img { display: block; }

a { color: var(--brand); }
a:hover { color: var(--brand-dark); }

h1, h2, h3, h4 {
	font-family: var(--font-head);
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 16px;
	color: var(--brand);
}
h1 { font-size: 2.5rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
p  { margin: 0 0 16px; }
p:last-child { margin-bottom: 0; }
ul, ol { margin: 0 0 16px; padding-left: 22px; }
li { margin-bottom: 7px; }
strong { font-weight: 700; }

/* ------------------------------------------------------- Skip link */
.xrek0vv {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--brand);
	color: #fff;
	padding: 10px 16px;
	z-index: 200;
}
.xrek0vv:focus { left: 8px; top: 8px; color: #fff; }
:focus-visible { outline: 3px solid var(--cta); outline-offset: 2px; }

/* ======================================================= BOUTONS */
.bzakd1vgu {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none;
	border: 0;
	border-radius: var(--r-sm);
	padding: 14px 28px;
	cursor: pointer;
	transition: background-color 0.18s ease, transform 0.12s ease;
}
.bzakd1vgu:hover { transform: translateY(-1px); }

.yklj7shhw { background: var(--cta); color: #ffffff; }
.yklj7shhw:hover { background: var(--cta-dark); color: #ffffff; }

.rx05llytb {
	background: transparent;
	color: var(--brand);
	border: 2px solid var(--brand);
	padding: 12px 26px;
}
.rx05llytb:hover { background: var(--brand-soft); color: var(--brand); }
.r0evc3fqw { display: block; width: 100%; text-align: center; font-size: 1.05rem; padding: 16px 28px; }

/* Hero CTA anchor button — pleine largeur, amber */
.zxg2ctb {
	display: block;
	width: 100%;
	text-align: center;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.15rem;
	text-decoration: none;
	background: var(--cta);
	color: #ffffff;
	border: 0;
	border-radius: var(--r-sm);
	padding: 18px 28px;
	margin-top: 32px;
	transition: background-color 0.18s ease, transform 0.12s ease;
	box-shadow: 0 4px 16px rgba(245,158,11,.35);
}
.zxg2ctb:hover { background: var(--cta-dark); color: #fff; transform: translateY(-2px); }

/* ======================================================= EN-TETE */
.zut8rmotl {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--white);
	border-bottom: 2px solid var(--brand-soft);
	box-shadow: var(--shadow-sm);
}
.i1be8h5 {
	max-width: 1180px;
	margin: 0 auto;
	padding: 14px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.t1e90thy { display: inline-flex; flex-shrink: 0; }
.t1e90thy img { height: 50px; width: auto; }

.k9t5sr .xkr225fc6 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}
.k9t5sr .xkr225fc6 li { margin: 0; }
.k9t5sr a {
	text-decoration: none;
	color: var(--ink);
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 400;
	padding: 6px 0;
}
.k9t5sr a:hover { color: var(--brand); }
.k9t5sr .mh1iaqzq a,
.k9t5sr .menu-item-cta a {
	background: var(--cta);
	color: #ffffff;
	padding: 11px 20px;
	border-radius: var(--r-sm);
	font-weight: 700;
}
.k9t5sr .mh1iaqzq a:hover,
.k9t5sr .menu-item-cta a:hover { background: var(--cta-dark); }

.n62r9lww7 { display: none; }
.n62r9lww7 span {
	display: block;
	width: 26px;
	height: 3px;
	background: var(--brand);
	border-radius: 2px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.n62r9lww7 span + span { margin-top: 5px; }

/* ======================================================= HERO */
.qbt7lhvx {
	position: relative;
	background-color: var(--brand-dark);
	background-image: url("img/hero.webp");
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.qbt7lhvx::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(78,58,31,.85);
}
.mxc4rnw {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px;
}

/* Hero intro col */
.vlp9ks3 {
	position: relative;
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 72px;
	color: #fff;
}
.vlp9ks3 h1 {
	font-family: var(--font-head);
	color: #ffffff;
	font-size: 2.9rem;
	margin-bottom: 20px;
}
.dkr8fzy {
	font-size: 1.18rem;
	color: rgba(255,255,255,.88);
	margin-bottom: 28px;
	line-height: 1.6;
}

/* Hero checklist */
.wnt3bls {
	list-style: none;
	margin: 0 0 4px;
	padding: 0;
	text-align: left;
	display: inline-block;
}
.wnt3bls li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	color: rgba(255,255,255,.92);
	font-size: 1.02rem;
}
.wnt3bls svg { color: rgba(255,255,255,0.85); flex-shrink: 0; margin-top: 2px; }

/* ======================================================= SECTION FORMULAIRE */
.hnv5rf2 {
	background: var(--brand-soft);
	padding: 64px 0;
}
.kpj8owr {
	background: var(--white);
	border-radius: var(--r);
	padding: 48px 52px;
	box-shadow: var(--shadow-lg);
	max-width: 760px;
	margin: 0 auto;
}
.rlb7tms { margin-bottom: 28px; text-align: center; }
.hvq3nzd { font-size: 1.75rem; color: var(--brand); margin-bottom: 8px; }
.ocp5xne { font-size: 1rem; color: var(--muted); }

/* Champs formulaire */
.rd5zciho9 .pasitvt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.hc4217kx { margin-bottom: 16px; }
.hc4217kx label {
	display: block;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 6px;
}
.hc4217kx input {
	width: 100%;
	font-family: var(--font-body);
	font-size: 1rem;
	padding: 12px 14px;
	border: 1.5px solid #d4c6b5;
	border-radius: var(--r-sm);
	background: #fdfaf6;
	color: var(--ink);
	transition: border-color 0.16s;
}
.hc4217kx input:focus {
	outline: none;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(107,79,44,.14);
}
.qi85kbf { max-width: 100%; }
.s9q24wxb { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rd5zciho9 .r0evc3fqw { margin-top: 8px; }
.gtjcedc7 {
	font-size: 0.82rem;
	color: #8a8075;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: center;
}
.rmwb8lc7c {
	font-size: 0.95rem;
	padding: 14px 16px;
	border-radius: var(--r-sm);
	margin-bottom: 18px;
}
.ntp3lp2 { background: var(--brand-soft); color: var(--brand); }
.oe83uu0kb { background: #fbe6dd; color: #b14310; }

/* ======================================================= CONTENU PAGE */
.phplo3b0y { background: var(--white); }

/* Wrapper générique utilisé par les sections du contenu WP */
.kh0t9am {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px;
}
.i64f2o { padding: 72px 0; }
.ihpyh6x0a { background: var(--soft); }
.z3srph { background: var(--brand-dark); }

.fims6tda5 { max-width: 760px; margin-bottom: 36px; }
.fims6tda5.d01dnwo { margin-left: auto; margin-right: auto; text-align: center; }
.fims6tda5 p { color: var(--muted); font-size: 1.07rem; }
.pck83f { font-size: 1.12rem; }

.r6v3uby p { margin-bottom: 16px; }
.afo3fh { text-align: center; max-width: 680px; margin: 0 auto; }

/* ---- Split texte + image */
.p1pcgf {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}
.p1pcgf.i64f2o { padding: 72px 0; }
.nso3t1q img { border-radius: var(--r); box-shadow: var(--shadow-md); }
.fh7jj4p h2 { margin-bottom: 18px; }

/* ---- Grille modeles */
.l3vtdcrw {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}
.cx45sp83 {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-sm);
	transition: box-shadow .2s, transform .2s;
}
.cx45sp83:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.cx45sp83 img { width: 100%; height: 200px; object-fit: cover; }
.cx45sp83 .sv91kerzf { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.cx45sp83 h3 { margin-bottom: 8px; color: var(--brand); font-family: var(--font-head); }
.cx45sp83 p { color: var(--muted); font-size: 0.97rem; }
.fiqu2cwm {
	margin-top: auto;
	padding-top: 14px;
	font-size: 1.05rem;
	color: var(--ink);
}
.fiqu2cwm strong { font-size: 1.45rem; color: var(--brand); font-family: var(--font-head); }

/* ---- Comparateur */
.h2wp3olw {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}
.c53ax3dg {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--r);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
}
.c53ax3dg h3 { margin-bottom: 6px; color: var(--brand); font-family: var(--font-head); }
.c53ax3dg .urjm4mju { color: var(--cta-dark); font-weight: 700; font-size: 0.95rem; margin-bottom: 14px; }
.c53ax3dg ul { padding-left: 20px; margin-bottom: 0; }
.c53ax3dg li { color: var(--muted); font-size: 0.97rem; }

/* ======================================================= ETAPES (4 col) */
.qh4cxl1x8 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.o358jup {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 28px 24px;
	position: relative;
	box-shadow: var(--shadow-sm);
}
.o358jup::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--cta);
	border-radius: var(--r) var(--r) 0 0;
}
.n3g6ggkr7 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-head);
	font-size: 1.15rem;
	font-weight: 700;
	margin-bottom: 14px;
}
.o358jup h3 { margin-bottom: 8px; font-family: var(--font-head); color: var(--brand); }
.o358jup p { color: var(--muted); margin-bottom: 0; font-size: 0.97rem; }

/* ======================================================= FAQ */
.la0z6l5 { max-width: 840px; }
.fjd6vg {
	border-bottom: 1.5px solid var(--line);
	padding: 24px 0;
}
.fjd6vg:first-child { padding-top: 0; }
.fjd6vg:last-child { border-bottom: 0; }
.fjd6vg h3 {
	font-family: var(--font-head);
	font-size: 1.12rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 10px;
}
.fjd6vg p { color: var(--muted); margin-bottom: 0; }

/* ======================================================= PRICING TABLE */
.ghlckv {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--r);
	box-shadow: var(--shadow-md);
}
.rox41i {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	min-width: 540px;
}
.rox41i caption {
	caption-side: bottom;
	font-size: 0.84rem;
	color: var(--muted);
	padding-top: 12px;
	text-align: left;
}
.rox41i th, .rox41i td {
	padding: 16px 18px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.rox41i thead th {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-head);
	font-size: 0.97rem;
}
.rox41i tbody th {
	font-weight: 700;
	color: var(--ink);
}
.rox41i tbody tr:nth-child(even) { background: var(--soft); }
/* Ligne en surbrillance brand */
.rox41i tbody tr.epv7hkl {
	background: var(--brand-soft);
}
.rox41i tbody tr.epv7hkl th,
.rox41i tbody tr.epv7hkl td {
	color: var(--brand-dark);
	font-weight: 700;
}
.rox41i .stka7a {
	font-weight: 700;
	color: var(--brand);
	white-space: nowrap;
	font-family: var(--font-head);
}

/* ======================================================= CTA-BAND */
.i1k1jh {
	background: var(--soft);
	border-radius: var(--r);
	padding: 52px 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	text-align: center;
	box-shadow: var(--shadow-md);
}
.i1k1jh h2 {
	color: var(--brand);
	margin-bottom: 10px;
	font-family: var(--font-head);
}
.i1k1jh p { color: var(--muted); margin-bottom: 0; font-size: 1.07rem; }
.i1k1jh h2,
.i1k1jh p,
.i1k1jh span,
.i1k1jh li { color: var(--brand); }
.i1k1jh p { color: var(--muted); }
.i1k1jh .rkserg { max-width: 600px; }

/* ---- Sections sombres */
.z3srph,
.z3srph h2, .z3srph h3, .z3srph h4,
.z3srph p, .z3srph li, .z3srph span, .z3srph strong,
.z3srph dt, .z3srph dd { color: #ffffff; }
.z3srph .fims6tda5 p { color: #d4c8ba; }

/* ======================================================= FIGURES PHOTO */
.ov1ox83zc { margin: 0; }
.ov1ox83zc img { border-radius: var(--r); box-shadow: var(--shadow-md); }
.ov1ox83zc figcaption {
	font-size: 0.9rem;
	color: var(--muted);
	margin-top: 10px;
	font-style: italic;
}
.ld7pbl {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

/* ---- Liste avantages */
.plboey { list-style: none; padding: 0; margin: 0; }
.plboey li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 12px;
	color: var(--ink);
}
.plboey svg { color: var(--brand); flex-shrink: 0; margin-top: 3px; }

/* ---- Encart info 3 colonnes */
.u9o2tvps3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	gap: 24px;
}
.pedlcfxn {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
}
.pedlcfxn h3 { margin-bottom: 10px; font-family: var(--font-head); color: var(--brand); }
.pedlcfxn p { color: var(--muted); font-size: 0.98rem; }
.pedlcfxn p:last-child { margin-bottom: 0; }

/* ======================================================= MAILLAGE GEO */
.pxb3gvm { max-width: 1180px; margin: 0 auto; padding: 0 32px 40px; }

/* ======================================================= PIED DE PAGE */
.zglli78r1 {
	background: var(--brand-dark);
	color: #e6d9cc;
}
.zxldfk2n {
	max-width: 1180px;
	margin: 0 auto;
	padding: 56px 32px 40px;
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	gap: 40px;
}
.tlifj0bj p { color: #c4b39f; font-size: 0.96rem; }
.n4kjsv {
	height: 46px;
	width: auto;
	margin-bottom: 16px;
	background: #fff;
	border-radius: var(--r-sm);
	padding: 8px 12px;
}
.vcus25qp {
	display: block;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.05rem;
	color: #ffffff;
	margin-bottom: 14px;
}
.gzy8sio { list-style: none; padding: 0; margin: 0; }
.gzy8sio li {
	color: #c4b39f;
	font-size: 0.95rem;
	padding: 5px 0;
}
.tlifj0bj .bzakd1vgu { margin-top: 8px; }
.euhylw {
	border-top: 1px solid rgba(255,255,255,.14);
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 32px 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.euhylw span { color: #9a8a79; font-size: 0.86rem; }
.pyyirvk { max-width: 900px; }

/* ======================================================= SECTIONS CONTENU (classes .section etc) */
/* Les sections du post_content utilisent des classes héritées qu'on
   réinterprète ici avec la nouvelle palette. On n'y touche pas en HTML
   donc on se contente de les styler. */

.section {
	padding: 72px 0;
	background: var(--white);
}
.section-alt {
	background: var(--soft);
}
.content-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 32px;
}
.section-head {
	margin-bottom: 40px;
}
.section-head.center { text-align: center; }
.section-head h2 { color: var(--brand); font-family: var(--font-head); }
.section-head p { color: var(--muted); font-size: 1.07rem; max-width: 720px; }
.section-head.center p { margin-left: auto; margin-right: auto; }

/* Split 2 colonnes */
.split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 52px;
	align-items: center;
}
.split-media img {
	border-radius: var(--r);
	box-shadow: var(--shadow-md);
	width: 100%;
	height: 340px;
	object-fit: cover;
}
.split-text h2 { color: var(--brand); font-family: var(--font-head); margin-bottom: 18px; }
.split-text p { color: var(--muted); }
.check-list {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
}
.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
	color: var(--ink);
}
.check-list svg { color: var(--brand); flex-shrink: 0; margin-top: 2px; }

/* Etapes .steps */
.steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
.step {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 28px 24px;
	position: relative;
	box-shadow: var(--shadow-sm);
}
.step::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 4px;
	background: var(--cta);
	border-radius: var(--r) var(--r) 0 0;
}
.step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: var(--brand);
	color: #fff;
	font-family: var(--font-head);
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 14px;
}
.step h3 { color: var(--brand); font-family: var(--font-head); margin-bottom: 8px; }
.step p  { color: var(--muted); font-size: 0.97rem; margin-bottom: 0; }

/* Modèles .model-grid */
.model-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px;
}
.model-card {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: var(--shadow-sm);
	transition: box-shadow .2s, transform .2s;
}
.model-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.model-card img { width: 100%; height: 210px; object-fit: cover; }
.model-body { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
.model-body h3 { color: var(--brand); font-family: var(--font-head); margin-bottom: 8px; }
.model-body p  { color: var(--muted); font-size: 0.97rem; }
.model-price {
	margin-top: auto;
	padding-top: 14px;
	font-size: 1rem;
	color: var(--muted);
	line-height: 1.4;
}
.model-price strong {
	display: block;
	font-size: 1.5rem;
	color: var(--brand);
	font-family: var(--font-head);
}

/* Tableau de prix .price-table */
.table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: var(--r);
	box-shadow: var(--shadow-md);
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	background: var(--white);
	min-width: 540px;
}
.price-table caption {
	caption-side: bottom;
	font-size: 0.84rem;
	color: var(--muted);
	padding-top: 12px;
	text-align: left;
}
.price-table th, .price-table td {
	padding: 16px 18px;
	text-align: left;
	border-bottom: 1px solid var(--line);
}
.price-table thead th {
	background: var(--brand);
	color: #ffffff;
	font-family: var(--font-head);
	font-size: 0.97rem;
}
.price-table tbody th { font-weight: 700; color: var(--ink); }
.price-table tbody tr:nth-child(even) { background: var(--soft); }
/* Ligne mise en avant */
.price-table tbody tr:first-child {
	background: var(--brand-soft);
}
.price-table tbody tr:first-child th,
.price-table tbody tr:first-child td {
	font-weight: 700;
	color: var(--brand-dark);
}
.price-cell {
	font-weight: 700;
	color: var(--brand);
	font-family: var(--font-head);
	white-space: nowrap;
}

/* Choix .choice-grid */
.choice-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}
.choice-card {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-top: 5px solid var(--brand);
	border-radius: var(--r);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
}
.choice-card h3 { color: var(--brand); font-family: var(--font-head); margin-bottom: 6px; }
.choice-for { color: var(--cta-dark); font-weight: 700; font-size: 0.95rem; margin-bottom: 14px; }
.choice-card ul { padding-left: 20px; margin-bottom: 0; }
.choice-card li { color: var(--muted); font-size: 0.97rem; }

/* Info grid .info-grid */
.info-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	gap: 24px;
}
.info-card {
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: var(--r);
	padding: 28px 24px;
	box-shadow: var(--shadow-sm);
}
.info-card h3 { color: var(--brand); font-family: var(--font-head); margin-bottom: 10px; }
.info-card p  { color: var(--muted); font-size: 0.97rem; }

/* FAQ .faq */
.faq { max-width: 840px; }
.faq-item {
	border-bottom: 1.5px solid var(--line);
	padding: 24px 0;
}
.faq-item:first-child { padding-top: 0; }
.faq-item:last-child  { border-bottom: 0; }
.faq-item h3 {
	font-family: var(--font-head);
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--ink);
	margin-bottom: 10px;
}
.faq-item p { color: var(--muted); margin-bottom: 0; }

/* CTA bande .cta-band */
.cta-band {
	background: var(--soft);
	border-radius: var(--r);
	padding: 52px 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 28px;
	box-shadow: var(--shadow-md);
}
.cta-band h2 { color: var(--brand); font-family: var(--font-head); margin-bottom: 10px; }
.cta-band p  { color: var(--muted); font-size: 1.07rem; max-width: 600px; margin: 0 auto; }
.btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	border-radius: var(--r-sm);
	padding: 16px 36px;
	transition: background-color .18s, transform .12s;
}
.btn:hover { transform: translateY(-2px); }
.btn-cta { background: var(--cta); color: #fff; }
.btn-cta:hover { background: var(--cta-dark); color: #fff; }

/* Media duo .media-duo */
.media-duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.figure { margin: 0; }
.figure img {
	border-radius: var(--r);
	box-shadow: var(--shadow-md);
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.figure figcaption {
	font-size: 0.9rem;
	color: var(--muted);
	margin-top: 10px;
	font-style: italic;
}

/* ======================================================= RESPONSIVE */
@media (max-width: 1024px) {
	.steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
	.split        { grid-template-columns: 1fr; gap: 32px; }
	.split-media  { order: -1; }
	.p1pcgf       { grid-template-columns: 1fr; gap: 32px; }
	.nso3t1q      { order: -1; }
	.zxldfk2n     { grid-template-columns: 1fr 1fr; gap: 32px; }
	.qh4cxl1x8   { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
	.n62r9lww7 {
		display: block;
		cursor: pointer;
		padding: 6px;
		background: transparent;
		border: 0;
	}
	.k9t5sr {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: var(--white);
		border-bottom: 1px solid var(--line);
		box-shadow: 0 16px 26px rgba(107,79,44,.13);
		z-index: 90;
	}
	.oftlm83cm:checked ~ .k9t5sr { display: block; }
	.k9t5sr .xkr225fc6 {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 24px 18px;
	}
	.k9t5sr .xkr225fc6 li { border-bottom: 1px solid var(--line); }
	.k9t5sr .xkr225fc6 li:last-child { border-bottom: 0; }
	.k9t5sr a { display: block; padding: 14px 0; }
	.k9t5sr .mh1iaqzq a,
	.k9t5sr .menu-item-cta a {
		text-align: center;
		margin: 14px 0 4px;
		padding: 13px 20px;
	}
	.oftlm83cm:checked ~ .n62r9lww7 span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.oftlm83cm:checked ~ .n62r9lww7 span:nth-child(2) { opacity: 0; }
	.oftlm83cm:checked ~ .n62r9lww7 span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
@media (max-width: 768px) {
	.media-duo { grid-template-columns: 1fr; }
	.ld7pbl    { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
	body { font-size: 16px; }
	h1   { font-size: 1.8rem; }
	h2   { font-size: 1.5rem; }
	.vlp9ks3 h1 { font-size: 2rem; }
	.vlp9ks3 { padding: 56px 0 52px; }
	.i1be8h5 { padding: 12px 20px; }
	.kpj8owr { padding: 28px 22px; }
	.cta-band, .i1k1jh { padding: 36px 24px; }
	.rd5zciho9 .pasitvt { grid-template-columns: 1fr; gap: 0; }
	.steps, .qh4cxl1x8 { grid-template-columns: 1fr; }
	.zxldfk2n { grid-template-columns: 1fr; gap: 28px; }
	.content-wrap, .kh0t9am, .mxc4rnw, .pxb3gvm { padding-left: 20px; padding-right: 20px; }
	.section { padding: 48px 0; }
	.split-media img, .figure img { height: 220px; }
	.t1e90thy img { height: 44px; }
}


.qbt7lhvx { padding-block: 56px 64px; }
.qbt7lhvx .mxc4rnw { max-width: 1240px; margin: 0 auto; padding-inline: 28px; }
.qbt7lhvx .hero-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 44px;
	align-items: start;
}
@media (max-width: 900px) {
	.qbt7lhvx .hero-grid { grid-template-columns: 1fr; gap: 28px; }
}
.qbt7lhvx .hero-form-card {
	background: #fff;
	padding: 26px 26px 22px;
	border-radius: 10px;
	box-shadow: 0 4px 22px rgba(0,0,0,.14);
}
.qbt7lhvx .hero-form-card .form-title {
	color: var(--brand, #6B4F2C);
	font-family: var(--font-head);
	margin: 0 0 14px;
	font-size: 1.3rem;
	font-weight: 700;
}
.qbt7lhvx .vlp9ks3 ul.wnt3bls { list-style: none; padding: 0; margin: 18px 0 4px; display: grid; gap: 10px; }
.qbt7lhvx .vlp9ks3 ul.wnt3bls li { display: flex; align-items: flex-start; gap: 10px; }
.qbt7lhvx .vlp9ks3 ul.wnt3bls li svg { flex-shrink: 0; color: var(--brand, #6B4F2C); margin-top: 2px; }

/* ── A11Y contrast fixes 2026-05-23 ── */
/* CTA buttons: amber bg #f59e0b has 2.14:1 contrast with white text → darken to #a16207 */
.yklj7shhw,
.k9t5sr .mh1iaqzq a,
.k9t5sr .menu-item-cta a,
.btn-cta,
.zxg2ctb {
    background-color: #a16207;
    color: #ffffff;
}
.yklj7shhw:hover,
.k9t5sr .mh1iaqzq a:hover,
.k9t5sr .menu-item-cta a:hover,
.btn-cta:hover,
.zxg2ctb:hover {
    background-color: #854d0e;
    color: #ffffff;
}
/* .choice-for: #d97706 on white = 3.18:1 → darken to #a16207 (5.05:1) */
.choice-for { color: #a16207; }
/* Footer bottom bar: #9a8a79 on #4e3a1f = 3.22:1 → lighten text to #c9b99f (5.2:1) */
.euhylw span { color: #c9b99f; }


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

/* breathing room */
body.home .phplo3b0y > p:first-of-type {
	padding-top: 22px;
}

/* === AV header tightening 2026-06-01 — logo cap + nav no-wrap === */
.t1e90thy img {
  height: 38px !important;
  width: auto !important;
  max-width: 220px;
}
.k9t5sr .xkr225fc6 { gap: 22px; }
.k9t5sr a { white-space: nowrap; }
.k9t5sr .mh1iaqzq a,
.k9t5sr .menu-item-cta a {
  padding: 9px 16px;
  white-space: nowrap;
}
.i1be8h5 { padding: 12px 24px; }

@media (max-width: 960px) {
  .t1e90thy img { height: 32px !important; max-width: 180px; }
}

/* === AV content fixes 2026-06-01 — table containment + table styling === */
.phplo3b0y > table,
.phplo3b0y > figure {
  max-width: 1180px;
  margin: 26px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  overflow-x: auto;
}
.phplo3b0y table {
  width: 100%;
  border-collapse: collapse;
  font-size: .95rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;
  overflow: hidden;
}
.phplo3b0y table th {
  background: #f4ede0;
  color: #6B4F2C;
  font-weight: 700;
  text-align: left;
  padding: 12px 16px;
  border-bottom: 2px solid rgba(107,79,44,.18);
}
.phplo3b0y table td {
  padding: 11px 16px;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.phplo3b0y table tr:last-child td { border-bottom: 0; }
.phplo3b0y table tr:nth-child(even) td { background: #fbf9f4; }

/* ================================================================
   AV ENRICHED SECTIONS — 2026-06-01
   Palette: brand brun #6B4F2C, CTA amber #F59E0B, brand soft #f4ede0
   ================================================================ */
.phplo3b0y > .avr-sec {
  max-width: none !important;
  margin: 0 !important;
  padding: 72px 0 !important;
  border-top: 0 !important;
}
.phplo3b0y > .avr-sec:nth-of-type(odd) { background: #fbf9f4; }
.phplo3b0y > .avr-sec:nth-of-type(even) { background: #fff; }
.avr-wpr { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.avr-hd { text-align: center; margin: 0 auto 44px; max-width: 760px; }
.avr-hd h2 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  font-size: 2rem; color: #2a1f0e; margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.avr-hd p { font-size: 1.05rem; color: #5a4a36; margin: 0; line-height: 1.55; }

/* === avr-types : 4 cards === */
.avr-types-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.avr-tc {
  background: #fff;
  border: 1px solid rgba(107,79,44,.14);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease;
}
.avr-tc:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(107,79,44,.13); }
.avr-tc-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.avr-tc-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.18));
}
.avr-tc-bd { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.avr-tc-bd h3 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  margin: 0 0 10px; font-size: 1.3rem; color: #6B4F2C;
}
.avr-tc-bd p { margin: 0 0 16px; color: #4d3f2a; line-height: 1.6; flex: 1; }
.avr-tc-px {
  border-top: 1px solid rgba(107,79,44,.12);
  padding-top: 12px;
  font-size: .95rem;
  color: #2a1f0e;
}
.avr-tc-px strong { color: #6B4F2C; font-size: 1.15rem; }

/* === avr-rail : 5-step vertical timeline === */
.avr-rail-list {
  list-style: none;
  margin: 0; padding: 0;
  position: relative;
  max-width: 880px;
  margin-left: auto; margin-right: auto;
}
.avr-rail-list::before {
  content: '';
  position: absolute;
  left: 24px;
  top: 20px; bottom: 20px;
  width: 4px;
  background: linear-gradient(180deg, #F59E0B 0%, #6B4F2C 100%);
  border-radius: 2px;
}
.avr-rail-list > li {
  position: relative;
  padding: 0 0 30px 70px;
  margin: 0;
}
.avr-rail-list > li:last-child { padding-bottom: 0; }
.avr-rail-num {
  position: absolute;
  left: 0; top: 0;
  width: 52px; height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #F59E0B;
  color: #6B4F2C;
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(107,79,44,.15);
}
.avr-rail-bd h3 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  margin: 6px 0 8px;
  font-size: 1.18rem;
  color: #6B4F2C;
}
.avr-rail-bd p { margin: 0; color: #4d3f2a; line-height: 1.6; }

/* === avr-mason : 6 photo asymmetric grid === */
.avr-mason-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
.avr-mz {
  background-size: cover; background-position: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.avr-mz.wide { grid-column: span 2; }
.avr-mz.tall { grid-row: span 2; }
.avr-mz::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(107,79,44,.18));
  transition: opacity .3s ease;
}
.avr-mz:hover::after { opacity: 0; }

/* === avr-prijs : pricing list with bars === */
.avr-prijs-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.avr-pr-it {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid rgba(107,79,44,.12);
  border-radius: 8px;
}
.avr-pr-lbl { font-weight: 600; color: #2a1f0e; font-size: 1.02rem; }
.avr-pr-dsc { color: #6a5a44; font-size: .9rem; margin: 4px 0 10px; }
.avr-pr-bar { height: 8px; background: #f0e6d4; border-radius: 4px; overflow: hidden; }
.avr-pr-fill {
  height: 100%;
  background: linear-gradient(90deg, #F59E0B 0%, #6B4F2C 100%);
  border-radius: 4px;
}
.avr-pr-px {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: #6B4F2C;
  text-align: right;
  display: flex; flex-direction: column; align-items: flex-end;
  line-height: 1.1;
}
.avr-pr-px small {
  font-family: inherit;
  font-size: .68rem;
  color: #8d7a5d;
  font-weight: 400;
  margin-top: 2px;
}
.avr-pr-note { margin: 24px auto 0; max-width: 820px; text-align: center; color: #6a5a44; font-size: .92rem; }

/* === avr-split : image + checks === */
.avr-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.avr-split-img {
  height: 460px;
  background-size: cover; background-position: center;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(107,79,44,.16);
}
.avr-split-bd h2 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  font-size: 2rem;
  color: #2a1f0e;
  margin: 0 0 22px;
  letter-spacing: -0.01em;
}
.avr-split-checks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.avr-split-checks li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #2a1f0e;
  line-height: 1.55;
}
.avr-split-checks li svg { color: #F59E0B; flex-shrink: 0; margin-top: 2px; }
.avr-split-checks li strong { color: #6B4F2C; }

/* === avr-faq === */
.avr-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.avr-fq {
  background: #fff;
  border: 1px solid rgba(107,79,44,.12);
  border-radius: 8px;
  padding: 22px 24px;
}
.avr-fq h3 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  margin: 0 0 10px;
  font-size: 1.08rem;
  color: #6B4F2C;
}
.avr-fq p { margin: 0; color: #4d3f2a; line-height: 1.6; }

/* === avr-cta : dark band CTA === */
.phplo3b0y > .avr-sec.avr-cta { background: #6B4F2C !important; padding: 64px 0 !important; }
.avr-cta-in {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}
.avr-cta-in h2 {
  font-family: var(--font-display), 'IBM Plex Serif', serif;
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: -0.005em;
}
.avr-cta-in p { margin: 0; color: rgba(255,255,255,0.85); font-size: 1.02rem; }
.avr-cta-btn {
  display: inline-block;
  background: #F59E0B;
  color: #2a1f0e;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: background .2s ease, transform .2s ease;
  white-space: nowrap;
}
.avr-cta-btn:hover { background: #fff; color: #6B4F2C; transform: translateY(-2px); }

/* === Responsive === */
@media (max-width: 900px) {
  .avr-types-grid, .avr-faq-grid, .avr-split-grid, .avr-cta-in { grid-template-columns: 1fr; gap: 22px; }
  .avr-mason-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .avr-mz.wide, .avr-mz.tall { grid-column: auto; grid-row: auto; }
  .avr-split-img { height: 280px; }
  .avr-rail-list::before { left: 18px; }
  .avr-rail-num { width: 40px; height: 40px; font-size: 1.15rem; }
  .avr-rail-list > li { padding-left: 56px; }
  .avr-pr-it { grid-template-columns: 1fr; gap: 10px; }
  .avr-pr-px { text-align: left; align-items: flex-start; }
  .phplo3b0y > .avr-sec { padding: 48px 0 !important; }
}

/* === content fixes 2026-06-01 === */

/* Home spacing — first paragraph gap + explicit margins (global reset zeroed) */
body.home .phplo3b0y > p:first-of-type {
	margin-top: 64px;
}
body.home .phplo3b0y > p {
	margin-bottom: 18px;
}
body.home .phplo3b0y > h2 {
	margin-top: 40px;
	margin-bottom: 14px;
}
body.home .phplo3b0y > h3 {
	margin-top: 26px;
	margin-bottom: 10px;
}
body.home .phplo3b0y > ul,
body.home .phplo3b0y > ol {
	margin-bottom: 18px;
}
body.home .phplo3b0y > table {
	margin-top: 28px;
	margin-bottom: 28px;
}

/* === Table design v24: wood + glass veranda — warm wood brown header + amber sun-ray rays on first cell + cream lattice alt rows + amber border-bottom strong === */
.phplo3b0y table,
.phplo3b0y > section table {
	width: 100%;
	max-width: 100%;
	margin: 34px auto;
	border-collapse: collapse;
	font-size: 0.96rem;
	background: #ffffff;
	border-top: 5px solid #6B4F2C;
	border-bottom: 1px solid #4e3a1f;
}
.phplo3b0y table thead th {
	background: #6B4F2C;
	color: #fdf6ee;
	text-align: left;
	padding: 16px 22px;
	font-size: 0.80rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	border-bottom: 3px double #F59E0B;
	vertical-align: middle;
}
.phplo3b0y table thead th:last-child {
	text-align: right;
	color: #F59E0B;
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 0.95rem;
	text-transform: none;
}
.phplo3b0y table tbody td {
	padding: 14px 22px 14px 50px;
	border-bottom: 1px solid #e2d9ce;
	color: #1c1a18;
	vertical-align: top;
	line-height: 1.65;
	position: relative;
}
.phplo3b0y table tbody td:not(:first-child) {
	padding-left: 22px;
}
.phplo3b0y table tbody td:first-child {
	color: #4e3a1f;
	font-weight: 700;
}
.phplo3b0y table tbody td:first-child::before {
	content: "☀";
	position: absolute;
	left: 18px;
	top: 12px;
	color: #F59E0B;
	font-size: 1.15rem;
}
.phplo3b0y table tbody td:last-child {
	text-align: right;
	color: #d97706;
	font-weight: 700;
	font-family: Georgia, 'Times New Roman', serif;
	font-variant-numeric: tabular-nums;
}
.phplo3b0y table tbody td strong {
	color: #6B4F2C;
	border-bottom: 2px solid #F59E0B;
}
.phplo3b0y table tbody tr:nth-child(even) {
	background: #fdf6ee;
}
.phplo3b0y table tbody tr:last-child td {
	border-bottom: none;
}
.phplo3b0y table tbody tr:hover td {
	background: #f4ede3;
}
.phplo3b0y table tbody tr:hover td:first-child::before {
	color: #4e3a1f;
}

/* Mobile compact */
@media (max-width: 640px) {
	.phplo3b0y table thead th {
		padding: 10px 12px;
		font-size: 0.78rem;
		letter-spacing: 0.10em;
	}
	.phplo3b0y table tbody td {
		padding: 10px 12px 10px 34px;
		font-size: 0.90rem;
	}
	.phplo3b0y table tbody td:not(:first-child) {
		padding-left: 12px;
	}
	.phplo3b0y table tbody td:first-child::before {
		left: 10px;
		top: 9px;
		font-size: 1rem;
	}
}
