:root {
  --green-900: #1f3317;
  --green-800: #2c4720;
  --green-700: #4c7a2a;
  --green-600: #5b8f33;
  --green-100: #ecf3e1;
  --gold: #c9e08f;
  --wood: #a0652d;
  --wood-600: #b87535;
  --ink: #1f2a1a;
  --muted: #5f6858;
  --line: #e6e3d6;
  --bg-soft: #f7f4e8;
  --white: #fffdf7;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(14, 42, 28, .12);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green-700); }
h1, h2, h3 { line-height: 1.2; letter-spacing: -.02em; margin: 0 0 .6em; }
h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
h3 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.section-head p { color: var(--muted); margin: 0; max-width: 560px; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--green-600); margin-bottom: 8px; }

/* ---------- Header ---------- */
.topbar { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.topbar .container { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); font-weight: 800; font-size: 1.12rem; letter-spacing: -.02em; white-space: nowrap; }
.logo svg { width: 32px; height: 32px; flex: none; }
.logo span { color: var(--green-700); }
.nav { display: flex; gap: 4px; margin-left: auto; }
.nav a { text-decoration: none; color: var(--ink); font-size: .9rem; font-weight: 500; padding: 8px 12px; border-radius: 8px; white-space: nowrap; }
.nav a:hover { background: var(--bg-soft); }
.nav a.active { color: var(--green-700); background: var(--green-100); font-weight: 600; }
.btn-phone { display: inline-flex; align-items: center; gap: 8px; background: var(--green-700); color: #fff; text-decoration: none; font-weight: 700; font-size: .92rem; padding: 10px 16px; border-radius: 10px; white-space: nowrap; }
.btn-phone:hover { background: var(--green-600); }
.btn-phone svg { width: 16px; height: 16px; }
.burger { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 8px; width: 42px; height: 42px; cursor: pointer; }
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); margin: 4px auto; }

/* ---------- Hero ---------- */
.hero { background: var(--green-900); color: #fff; padding: 56px 0 72px; }
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: start; }
.rating { display: inline-flex; align-items: center; gap: 10px; font-size: .88rem; color: rgba(255,255,255,.85); margin-bottom: 18px; text-decoration: none; }
.rating .g { width: 26px; height: 26px; background: #fff; border-radius: 6px; display: grid; place-items: center; }
.stars { display: inline-flex; gap: 2px; }
.stars i { width: 20px; height: 20px; background: var(--gold); display: grid; place-items: center; border-radius: 3px; }
.stars i::before { content: "★"; color: #fff; font-style: normal; font-size: 13px; line-height: 1; }
.rating strong { color: #fff; }
.hero h1 { font-size: clamp(1.9rem, 4vw, 2.75rem); font-weight: 800; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lead { color: rgba(255,255,255,.82); font-size: 1.05rem; max-width: 560px; }
.checks { list-style: none; padding: 0; margin: 18px 0 28px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.checks li { display: flex; align-items: center; gap: 8px; font-size: .9rem; font-weight: 600; }
.checks li::before { content: ""; width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--gold); background: radial-gradient(circle, var(--gold) 0 3px, transparent 4px); flex: none; }

/* ---------- Before / after ---------- */
.ba { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 10; user-select: none; background: var(--green-800); }
.ba .layer { position: absolute; inset: 0; background-size: cover; background-position: center; }
.ba .before { background-color: #6f6a55; background-image: linear-gradient(135deg, #7c7458, #4f4a38); }
.ba .after { background-color: #2f7a4a; background-image: linear-gradient(135deg, #3f8f58, #1f5e3a); clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba .ph { position: absolute; bottom: 12px; font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .06em; }
.ba .before .ph { left: 14px; }
.ba .after .ph { right: 14px; }
.ba .has-img .ph { display: none; }
.ba .handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.ba .handle::after { content: "‹ ›"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 38px; height: 38px; border-radius: 50%; background: #fff; color: var(--green-800); font-weight: 800; display: grid; place-items: center; font-size: .95rem; box-shadow: 0 2px 10px rgba(0,0,0,.25); }
.ba input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.tag { position: absolute; top: 12px; left: 12px; z-index: 2; background: #fff; color: var(--ink); font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 999px; pointer-events: none; }
.ba figcaption { position: absolute; left: 0; right: 0; bottom: 0; }

/* ---------- Form card ---------- */
.form-card { background: #fff; color: var(--ink); border-radius: 18px; padding: 26px; box-shadow: 0 20px 50px rgba(0,0,0,.25); scroll-margin-top: 90px; }
.form-card h2 { font-size: 1.2rem; margin-bottom: 8px; }
.badge { display: inline-block; background: var(--green-100); color: var(--green-700); font-size: .75rem; font-weight: 700; padding: 3px 10px; border-radius: 999px; margin-bottom: 10px; }
.form-card .sub { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 4px; }
.field label small { font-weight: 400; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: .92rem; padding: 10px 12px; border: 1px solid #d5d9d3; border-radius: 9px; background: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(31,112,71,.15); }
.field textarea { min-height: 88px; resize: vertical; }
.hint { font-size: .75rem; color: var(--muted); margin-top: 3px; }
.hp { position: absolute; left: -9999px; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 8px; width: 100%; background: var(--green-700); color: #fff; border: 0; border-radius: 10px; padding: 14px 18px; font: inherit; font-weight: 700; font-size: 1rem; cursor: pointer; text-decoration: none; transition: background .15s, transform .15s; }
.btn:hover { background: var(--green-600); transform: translateY(-1px); }
.btn:disabled { opacity: .6; cursor: wait; transform: none; }
.btn--gold { background: var(--gold); color: var(--green-900); width: auto; }
.btn--gold:hover { background: #f0b94c; }
.legal { font-size: .74rem; color: var(--muted); margin: 12px 0 0; }
.form-msg { display: none; padding: 12px 14px; border-radius: 10px; font-size: .9rem; margin-top: 12px; }
.form-msg.ok { display: block; background: var(--green-100); color: var(--green-700); }
.form-msg.err { display: block; background: #fdecea; color: #a4281b; }

/* ---------- Reviews ---------- */
.reviews-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 32px) / 3); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 4px; }
.reviews-track::-webkit-scrollbar { display: none; }
.review { scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; display: flex; flex-direction: column; }
.review .stars-txt { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }
.review p { font-size: .93rem; margin: 10px 0 18px; flex: 1; }
.review footer { display: flex; align-items: center; gap: 10px; font-size: .82rem; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; font-weight: 700; font-size: .75rem; flex: none; }
.review footer small { display: block; color: var(--muted); }
.review .src { margin-left: auto; color: var(--muted); font-size: .75rem; white-space: nowrap; }
.arrows { display: flex; gap: 8px; }
.arrows button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 1rem; color: var(--ink); }
.arrows button:hover { border-color: var(--green-600); color: var(--green-700); }
.note { font-size: .78rem; color: var(--muted); margin-top: 14px; }

/* ---------- Split / team ---------- */
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.ticks { list-style: none; padding: 0; margin: 18px 0 0; }
.ticks li { position: relative; padding-left: 28px; margin-bottom: 10px; }
.ticks li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 19px; height: 19px; border-radius: 50%; border: 1.5px solid var(--green-600); color: var(--green-600); font-size: .7rem; font-weight: 800; display: grid; place-items: center; }
.photo { border-radius: var(--radius); aspect-ratio: 4 / 3; background: linear-gradient(135deg, #3f8f58, #1f5e3a) center / cover; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.photo .ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 600; text-align: center; padding: 16px; }
.photo.has-img .ph { display: none; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.step { display: flex; gap: 14px; padding: 22px; }
.step + .step { border-left: 1px solid var(--line); }
.step b { width: 30px; height: 30px; border-radius: 50%; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; font-size: .85rem; }
.step h3 { font-size: .95rem; margin: 3px 0 2px; }
.step p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ---------- Grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
a.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card .photo { border-radius: 0; box-shadow: none; aspect-ratio: 4 / 3; }
.card .body { padding: 16px 18px 18px; }
.card .body p { font-size: .88rem; color: var(--muted); margin: 0; }
.card .more { display: inline-block; margin-top: 10px; font-weight: 700; font-size: .88rem; color: var(--green-700); }

/* ---------- Content (service pages) ---------- */
.prose h2 { margin-top: 0; }
.prose h3 { margin-top: 1.6em; }
.prose p, .prose li { color: #34403a; }
.prose ul { padding-left: 1.2em; }
.aside { background: var(--bg-soft); border-radius: var(--radius); padding: 24px; position: sticky; top: 90px; }
.aside h3 { margin-top: 0; }
.aside ul { list-style: none; padding: 0; margin: 0 0 18px; }
.aside li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.aside li a { text-decoration: none; color: var(--ink); font-weight: 500; }
.aside li a:hover { color: var(--green-700); }
.content-grid { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }

/* ---------- Zone ---------- */
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); height: 380px; background: var(--bg-soft); }
.map iframe { width: 100%; height: 100%; border: 0; filter: saturate(.85); }
.towns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.towns span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: .82rem; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; }
.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; background: #fff; }
.faq summary { cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 600; display: flex; justify-content: space-between; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.3rem; line-height: 1; color: var(--green-700); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 20px 16px; margin: 0; color: var(--muted); font-size: .94rem; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--green-800); color: #fff; border-radius: 20px; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band h2 { margin: 0 0 6px; }
.cta-band p { margin: 0; color: rgba(255,255,255,.8); }
.cta-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn--ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.4); width: auto; }
.btn--ghost:hover { background: rgba(255,255,255,.08); }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: rgba(255,255,255,.75); padding: 56px 0 96px; font-size: .9rem; }
.footer .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
.footer .logo { color: #fff; margin-bottom: 12px; }
.footer .logo span { color: var(--gold); }
.footer h4 { color: #fff; margin: 0 0 12px; font-size: .95rem; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 6px; }
.footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer a:hover { color: #fff; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .8rem; }

/* ---------- Floating call ---------- */
.float-call { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: flex; align-items: center; gap: 10px; background: var(--green-700); color: #fff; text-decoration: none; padding: 10px 16px 10px 10px; border-radius: 12px; box-shadow: var(--shadow); }
.float-call i { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); display: grid; place-items: center; }
.float-call i svg { width: 16px; height: 16px; }
.float-call small { display: block; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.float-call b { font-size: 1rem; }
.mobile-bar { display: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 12px 20px 20px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .burger { display: block; }
  .topbar .btn-phone { display: none; }
  .float-call { display: none; }
}
@media (max-width: 900px) {
  .hero .container, .split, .content-grid { grid-template-columns: 1fr; }
  .hero { padding: 36px 0 48px; }
  .aside { position: static; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .reviews-track { grid-auto-columns: 80%; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  .section { padding: 52px 0; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff; border-top: 1px solid var(--line); padding: 8px; gap: 8px; box-shadow: 0 -4px 20px rgba(0,0,0,.08); }
  .mobile-bar a { text-align: center; padding: 12px; border-radius: 10px; font-weight: 700; text-decoration: none; font-size: .92rem; }
  .mobile-bar .call { background: var(--green-100); color: var(--green-700); }
  .mobile-bar .quote { background: var(--green-700); color: #fff; }
  body { padding-bottom: 66px; }
}
@media (max-width: 600px) {
  .container { padding: 0 16px; }
  .grid-3, .row { grid-template-columns: 1fr; }
  .footer .cols { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: start; }
  .cta-band { padding: 28px 22px; }
  .form-card { padding: 20px; }
  .reviews-track { grid-auto-columns: 88%; }
}

/* ================= Mix : style "élagage & paysage" ================= */
body { background: var(--white); }
h1, h2 { font-family: var(--display); font-weight: 700; letter-spacing: 0; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); }
.eyebrow { color: var(--wood); letter-spacing: .14em; }

/* Barre d'infos */
.infobar { background: var(--green-900); color: rgba(255,255,255,.8); font-size: .82rem; }
.infobar .container { display: flex; align-items: center; gap: 12px; min-height: 42px; }
.infobar-zone { margin-right: auto; }
.pill { display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--ink); text-decoration: none; padding: 4px 12px; border-radius: 999px; font-weight: 600; font-size: .78rem; }
.pill svg { width: 14px; height: 14px; }
.pill b { color: var(--wood); }
.pill--wood { background: var(--wood); color: #fff; }
.pill--wood:hover { background: var(--wood-600); }
.infobar-phone { display: inline-flex; align-items: center; gap: 6px; color: #fff; text-decoration: none; font-weight: 700; }

/* En-tête */
.topbar { top: 0; background: rgba(255,253,247,.97); }
.topbar .container { height: 78px; }
.logo svg { width: 44px; height: 44px; }
.logo .logo-txt { font-family: var(--display); font-size: 1.55rem; font-weight: 700; text-transform: uppercase; line-height: .95; color: var(--wood); display: flex; flex-direction: column; }
.logo .logo-txt b { color: var(--green-700); font-size: 1.15em; }
.footer .logo .logo-txt { color: #d9a56a; }
.footer .logo .logo-txt b { color: var(--gold); }
.nav a { font-weight: 600; border-radius: 999px; padding: 8px 14px; }
.nav a.active { background: var(--green-700); color: #fff; }

/* Bandeau d'accroche */
.tagline { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.tagline .container { text-align: center; padding: 12px 20px; font-size: .78rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--green-700); }

/* Hero avec photo */
.hero { background: linear-gradient(100deg, rgba(31,51,23,.94) 0%, rgba(44,71,32,.86) 55%, rgba(44,71,32,.6) 100%), var(--bg, linear-gradient(135deg, #3d6424, #1f3317)) center / cover; padding: 64px 0 80px; }
.hero h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.02; }
.hero h1 em { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 34px; }
.hero-actions .btn { width: auto; }
.btn--wood { background: var(--wood); }
.btn--wood:hover { background: var(--wood-600); }
.btn--light { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.35); }
.btn--light:hover { background: rgba(255,255,255,.2); }
.btn--light svg { width: 16px; height: 16px; }
.trust { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.trust li { padding: 18px 14px 0 0; font-size: .8rem; color: rgba(255,255,255,.75); line-height: 1.35; }
.trust b { display: block; font-family: var(--display); font-size: 1.45rem; color: var(--gold); text-transform: uppercase; margin-bottom: 2px; }
.form-card { background: #fffdf7; border-top: 5px solid var(--wood); }
.form-card h2 { font-size: 1.6rem; }

/* Étiquettes verticales */
.labeled { position: relative; }
.side-label { position: absolute; left: 22px; top: 72px; writing-mode: vertical-rl; transform: rotate(180deg); font-size: .72rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--wood); padding-top: 14px; border-top: 2px solid var(--wood); }
.side-label { border-top: 0; border-bottom: 2px solid var(--wood); padding: 0 0 14px; }

/* Cartes et détails */
.review { border-radius: 4px 18px 4px 18px; }
.card, .photo, .ba, .map, .steps { border-radius: 4px 20px 4px 20px; }
.card .photo { border-radius: 0; }
.review .stars-txt { color: #e0a82e; }
.step b { background: var(--wood); color: #fff; }
.ticks li::before { border-color: var(--wood); color: var(--wood); }
.cta-band { background: var(--green-700); border-radius: 4px 28px 4px 28px; }
.btn--gold { background: var(--wood); color: #fff; }
.btn--gold:hover { background: var(--wood-600); }
.faq summary::after { color: var(--wood); }
.float-call { background: var(--wood); }
.mobile-bar .quote { background: var(--wood); }
.aside { border-left: 4px solid var(--green-700); }

@media (max-width: 1340px) { .side-label { display: none; } }
@media (max-width: 1080px) {
  .infobar-zone, .infobar .pill--wood { display: none; }
  .infobar .container { justify-content: space-between; }
  .nav { top: 78px; }
}
@media (max-width: 900px) { .trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) {
  .infobar .pill { display: none; }
  .infobar .container { justify-content: center; }
  .tagline .container { letter-spacing: .12em; font-size: .7rem; }
  .logo .logo-txt { font-size: 1.3rem; }
}
.stars i { background: #e0a82e; }
.ba .after { background-image: linear-gradient(135deg, #5b8f33, #2c4720); }
.card--dark { background: var(--green-800); color: #fff; justify-content: center; }
.card--dark .body p { color: rgba(255,255,255,.8); }
.card--dark .more { color: var(--gold); }

/* ===== Formulaire : style demandé ===== */
.form-card { background: #fff; color: #1b1f1d; border-top: 0; border-radius: 14px; padding: 26px 22px 22px; box-shadow: 0 10px 40px rgba(0,0,0,.25); }
.form-card h2 { font-family: "Inter", system-ui, sans-serif; font-size: 21px; font-weight: 700; letter-spacing: -.01em; margin: 0 0 10px; }
.form-card .badge { background: #d8f5e3; color: #14532d; font-size: 13px; font-weight: 600; padding: 5px 11px; margin-bottom: 12px; }
.form-card .sub { color: #6b716e; font-size: 15px; line-height: 1.45; margin: 0 0 16px; }
.form-card .row { gap: 10px; }
.form-card .field { margin-bottom: 14px; }
.form-card .field label { font-size: 15px; font-weight: 500; margin-bottom: 7px; }
.form-card .field label small { color: #6b716e; font-size: inherit; }
.form-card .field input, .form-card .field select, .form-card .field textarea { font-size: 15px; color: #1b1f1d; border: 1px solid #d6dad8; border-radius: 8px; padding: 12px; }
.form-card .field textarea { min-height: 92px; line-height: 1.45; }
.form-card .field input::placeholder, .form-card .field textarea::placeholder { color: #9aa09d; }
.form-card .field input:focus, .form-card .field select:focus, .form-card .field textarea:focus { border-color: #1f6b45; box-shadow: 0 0 0 3px rgba(31,107,69,.15); }
.form-card .hint { color: #6b716e; font-size: 12.5px; margin-top: 6px; }
.form-card .btn { border-radius: 8px; padding: 16px; font-size: 17px; font-weight: 600; background: linear-gradient(180deg, #1f6b45, #155436); box-shadow: 0 3px 8px rgba(21,84,54,.35); margin-top: 4px; transition: filter .15s; }
.form-card .btn:hover { filter: brightness(1.08); transform: none; background: linear-gradient(180deg, #1f6b45, #155436); }
.form-card .legal { color: #6b716e; font-size: 12.5px; line-height: 1.55; }
.form-card .legal a { color: #6b716e; }
@media (max-width: 380px) { .form-card .row { grid-template-columns: 1fr; gap: 0; } }
.hero .ba { margin: 24px 0 0; max-width: 620px; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.hero .hero-actions { margin-top: 26px; }
.hero .ba { aspect-ratio: 16 / 9; }


/* ===== Formulaire compact : visible en entier dès l'arrivée ===== */
.hero { padding-top: 32px; padding-bottom: 56px; }
.form-card { padding: 18px 20px 16px; scroll-margin-top: 20px; }
.form-card h2 { display: inline-block; font-size: 18px; margin: 0 8px 10px 0; vertical-align: middle; }
.form-card .badge { font-size: 12px; padding: 3px 9px; margin-bottom: 10px; vertical-align: middle; }
.form-card .sub, .form-card .hint { display: none; }
.form-card .field { margin-bottom: 9px; }
.form-card .field label { font-size: 13px; margin-bottom: 4px; }
.form-card .field input, .form-card .field select, .form-card .field textarea { font-size: 14px; padding: 8px 10px; }
.form-card .field textarea { min-height: 58px; }
.form-card .btn { padding: 12px; font-size: 16px; margin-top: 2px; }
.form-card .legal { font-size: 11.5px; line-height: 1.45; margin-top: 8px; }
.float-call { transition: opacity .25s, transform .25s; }
.float-call.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }

/* Formulaire un peu plus long : son bas s'aligne sur l'avant/après */
.form-card .sub { display: block; font-size: 13px; line-height: 1.4; margin: 0 0 4px; }

/* ===== Hero : bas de l'avant/après et du formulaire toujours alignés ===== */
.hero .container { grid-template-areas: "main form" "extra ."; row-gap: 0; }
.hero-main { grid-area: main; align-self: stretch; display: flex; flex-direction: column; }
.hero-extra { grid-area: extra; }
.hero-main .ba { flex: 1 0 auto; aspect-ratio: 16 / 9; }
.hero .form-card { grid-area: form; align-self: stretch; display: flex; flex-direction: column; }
.form-card .form-head h2, .form-card .form-head .badge { vertical-align: middle; }
.form-card .field--grow { flex: 1 1 auto; display: flex; flex-direction: column; }
.form-card .field--grow textarea { flex: 1 1 auto; }
@media (max-width: 900px) {
  .hero .container { grid-template-areas: "main" "extra" "form"; }
  .hero-main .ba { flex: none; }
}
.hero-extra .trust { margin-top: 28px; }

.topbar .logo .logo-txt b { color: var(--gold); }

/* Pages d'atterrissage autonomes : pas de menu, un seul appel à l'action */
.topbar .container { justify-content: space-between; }
.btn-cta { display: inline-flex; align-items: center; background: var(--wood); color: #fff; text-decoration: none; font-weight: 700; font-size: .95rem; padding: 11px 20px; border-radius: 999px; white-space: nowrap; }
.btn-cta:hover { background: var(--wood-600); }
@media (max-width: 600px) { .btn-cta { font-size: .85rem; padding: 9px 14px; } }
.btn-cta { gap: 8px; }
.btn-cta svg { width: 16px; height: 16px; }
.team-steps { margin-top: 48px; }

/* ===== Avant / après fixe, côte à côte ===== */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: #fff; }
.ba .layer { position: relative; inset: auto; min-height: 0; }
.ba .after { clip-path: none; }
.ba .lbl { position: absolute; left: 10px; bottom: 10px; z-index: 1; background: rgba(20, 30, 18, .6); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }

/* FAQ : flèche au lieu du + */
.faq summary { align-items: center; }
.faq summary::after { content: ""; width: 8px; height: 8px; border-right: 1.8px solid var(--muted); border-bottom: 1.8px solid var(--muted); transform: rotate(45deg); margin: -4px 4px 0 0; flex: none; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq details p { padding-top: 14px; }

/* CTA au milieu de page */
.section-cta { text-align: center; margin-top: 36px; }
.section-cta .btn { width: auto; padding: 15px 32px; font-size: 1.05rem; }
.section-cta p { margin: 10px 0 0; font-size: .85rem; color: var(--muted); }
.faq-cta { max-width: 860px; text-align: left; margin-top: 28px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.faq-cta p { margin: 0; font-size: 1rem; color: var(--ink); }

/* ===== Avis : 3 bandeaux déroulants ===== */
.marquees { display: grid; gap: 16px; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: marquee-left 60s linear infinite; }
.marquee--right .marquee-track { animation-name: marquee-right; animation-duration: 70s; }
.marquee:nth-child(3) .marquee-track { animation-duration: 55s; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee .review { width: 360px; flex: none; }
@keyframes marquee-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@media (max-width: 600px) { .marquee .review { width: 290px; } }
@media (prefers-reduced-motion: reduce) {
  .marquee { overflow-x: auto; }
  .marquee-track { animation: none; }
  .marquee .review[aria-hidden="true"] { display: none; }
}

/* ===== Bandeau cookies ===== */
[hidden] { display: none !important; }
.cookie-banner { position: fixed; left: 16px; bottom: 16px; z-index: 100; max-width: 560px; background: #fff; color: var(--ink); border-radius: 14px; padding: 18px 20px; box-shadow: 0 12px 40px rgba(0,0,0,.25); border: 1px solid var(--line); }
.cookie-banner p { margin: 0 0 14px; font-size: .88rem; line-height: 1.5; }
.cookie-banner strong { display: block; font-size: 1rem; margin-bottom: 4px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions .btn { width: auto; flex: 1 1 140px; padding: 11px 16px; font-size: .92rem; }
.btn--outline { background: #fff; color: var(--green-700); border: 1.5px solid var(--green-700); }
.btn--outline:hover { background: var(--green-100); }
.map-ph { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px; color: var(--muted); }
.map-ph p { margin: 0; }
.map-ph .btn { width: auto; }
@media (max-width: 900px) { .cookie-banner { left: 12px; right: 12px; bottom: 76px; max-width: none; } }
