/* Bojao — feuille de style des pages d'atterrissage SEO (services & villes) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #0c0a08; --bg-warm: #141109; --bg-card: #17130c;
  --line: #2a241a; --line-soft: #1a160f;
  --ivory: #f0ebe1; --ivory-dim: #d4cdbe; --muted: #746d5f; --dim: #4a453c;
  --accent: #c9a970;
  --display: 'Instrument Serif', Georgia, serif;
  --sans: 'Inter', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ivory-dim);
  font-family: var(--sans); font-weight: 300; line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.5rem; }
a { color: inherit; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 1.5rem; max-width: 1080px; margin: 0 auto;
  background: rgba(12,10,8,0.82); backdrop-filter: blur(12px);
}
.logo {
  font-family: var(--display); font-size: 1.5rem; color: var(--ivory);
  text-decoration: none; display: inline-flex; align-items: center;
}
.logo em { font-style: normal; color: var(--accent); }
.nav-links { list-style: none; display: flex; gap: 2rem; }
.nav-links a {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted); text-decoration: none;
  transition: color .3s;
}
.nav-links a:hover { color: var(--ivory); }
@media (max-width: 720px) { .nav-links { display: none; } }

/* HERO */
.hero { padding: 5rem 0 3.5rem; border-bottom: 1px solid var(--line-soft); }
.eyebrow {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 1.5rem;
}
.breadcrumb { font-family: var(--mono); font-size: 0.68rem; color: var(--dim); margin-bottom: 2.5rem; letter-spacing: 0.05em; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--ivory); }
h1 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1.05;
  color: var(--ivory); margin-bottom: 1.75rem; letter-spacing: -0.01em;
}
h1 em { font-style: italic; color: var(--accent); }
.lead { font-size: 1.12rem; max-width: 680px; color: var(--ivory-dim); }

/* SECTIONS */
section.block { padding: 3.5rem 0; border-bottom: 1px solid var(--line-soft); }
h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--ivory);
  margin-bottom: 1.5rem; line-height: 1.15;
}
h2 em { font-style: italic; color: var(--accent); }
.block p { margin-bottom: 1.15rem; max-width: 720px; }
.block p:last-child { margin-bottom: 0; }
strong { color: var(--ivory); font-weight: 500; }

/* Cartes / listes */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.card {
  background: var(--bg-card); border: 1px solid var(--line);
  padding: 1.6rem 1.5rem; border-radius: 3px;
}
.card h3 { font-family: var(--display); font-weight: 400; font-size: 1.3rem; color: var(--ivory); margin-bottom: 0.6rem; }
.card p { font-size: 0.92rem; margin: 0; }
ul.ticks { list-style: none; margin: 1.5rem 0 0; }
ul.ticks li { position: relative; padding-left: 1.6rem; margin-bottom: 0.85rem; max-width: 720px; }
ul.ticks li::before { content: "→"; position: absolute; left: 0; color: var(--accent); }

/* FAQ */
.faq { border-top: 1px solid var(--line); margin-top: 1rem; }
.faq details { border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.25rem; color: var(--ivory); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--accent); }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 1rem 0 0; font-size: 0.95rem; }

/* CTA */
.cta-band { padding: 4rem 0; text-align: center; }
.cta-band h2 { margin-bottom: 1.25rem; }
.btn {
  display: inline-block; font-family: var(--mono); font-size: 0.75rem;
  letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none;
  color: var(--ivory); border: 1px solid var(--ivory); padding: 1rem 2.25rem;
  transition: all .3s var(--ease-out); margin: 0.4rem;
}
.btn:hover { background: var(--ivory); color: var(--bg); }
.btn.ghost { border-color: var(--line); color: var(--muted); }
.btn.ghost:hover { border-color: var(--ivory); color: var(--ivory); background: none; }

/* Cross-links (maillage interne) */
.crosslinks { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.crosslinks a {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.05em;
  color: var(--muted); text-decoration: none; border: 1px solid var(--line);
  padding: 0.5rem 0.9rem; border-radius: 2px; transition: all .3s;
}
.crosslinks a:hover { color: var(--ivory); border-color: var(--muted); }

/* FOOTER */
footer { padding: 3.5rem 0 2.5rem; border-top: 1px solid var(--line); }
.foot-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; }
.foot-brand { font-family: var(--display); font-size: 1.4rem; color: var(--ivory); }
.foot-brand em { color: var(--accent); }
.foot-brand p { font-family: var(--sans); font-size: 0.85rem; color: var(--muted); max-width: 340px; margin-top: 0.75rem; }
.foot-links { display: flex; gap: 3rem; font-size: 0.85rem; }
.foot-links a { color: var(--muted); text-decoration: none; display: block; margin-bottom: 0.6rem; }
.foot-links a:hover { color: var(--ivory); }
.foot-zones { font-size: 0.72rem; line-height: 1.7; color: var(--muted); opacity: 0.6; margin-top: 2.5rem; }
.foot-bottom { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line-soft); font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); }
