:root {
  --ink: #111214;
  --paper: #fff;
  --soft: #f3f4f5;
  --white: #fff;
  --red: #e21c2a;
  --accent: #e21c2a;
  --line: #d9dde1;
  --muted: #62666d;
  --shadow: 0 18px 50px #11121410;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.68 "Segoe UI", Aptos, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
.shell {
  width: min(1080px, calc(100% - 40px));
  margin: auto;
}
header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  padding: 10px 0;
  background: #fffffff2;
  border-bottom: 0;
  box-shadow:
    0 1px 0 var(--line),
    0 0 0 100vmax #fffffff2;
  clip-path: inset(0 -100vmax);
  backdrop-filter: blur(14px);
}
.logo {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
}
.logo span {
  color: var(--red);
}
.logo img {
  display: block;
  width: 230px;
  height: auto;
}
nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
nav a {
  color: #454950;
  margin: 0;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}
nav a:last-child {
  color: #fff;
  background: var(--red);
  border-radius: 2px;
  padding-inline: 15px;
}
nav a:hover {
  color: var(--red);
}
nav a:last-child:hover {
  color: #fff;
  background: #b5121b;
}
.hero {
  position: relative;
  padding: 76px 0 70px;
  background:
    radial-gradient(circle at 10% 8%, #fff 0, #ffffff00 30%),
    linear-gradient(135deg, #f8f9fa 0%, #eef0f2 100%);
  box-shadow: 0 0 0 100vmax #f3f4f5;
  clip-path: inset(0 -100vmax);
}
.hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--red) 0 76px, var(--line) 76px);
}
.hero > p:first-child,
.breadcrumb {
  color: var(--muted);
  margin-bottom: 18px;
  font-size: 13px;
}
.hero > p:first-child a,
.breadcrumb a {
  color: inherit;
  text-underline-offset: 3px;
}
.kicker {
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
h1 {
  max-width: 980px;
  margin: 0.2em 0 0.28em;
  font-size: clamp(2.7rem, 7vw, 5.35rem);
  font-weight: 750;
  letter-spacing: -0.052em;
  line-height: 0.97;
}
h2 {
  max-width: 900px;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 700;
  letter-spacing: -0.042em;
  line-height: 1.06;
}
h3 {
  letter-spacing: -0.02em;
}
.lead {
  color: #555a61;
  max-width: 790px;
  font-size: 1.13rem;
}
.button {
  display: inline-block;
  margin-top: 20px;
  padding: 13px 20px;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 2px;
  box-shadow: 0 10px 26px #e21c2a20;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #b5121b;
  border-color: #b5121b;
  transform: translateY(-2px);
}
main > .shell:not(.hero),
.content-section {
  padding-top: 72px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 36px 0 72px;
}
.content-section {
  padding-bottom: 18px;
}
.content-section > p:not(.kicker),
.content-section > ul,
main > .shell > p:not(.kicker) {
  color: var(--muted);
  max-width: 820px;
}
.checklist {
  padding-left: 1.2rem;
}
.checklist li {
  margin: 0.55rem 0;
}
.source-note {
  color: #747980;
  font-size: 0.86rem;
}
.source-note a {
  color: inherit;
}
.card {
  position: relative;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.card:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 58px;
  height: 3px;
  background: var(--red);
}
.card:hover {
  border-color: #bcc1c6;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.card p {
  color: var(--muted);
}
.band {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, #e21c2a24 0, #e21c2a00 33%),
    var(--ink);
  padding: 64px 0;
}
.band p {
  color: #c8cacf;
}
.faq {
  padding: 72px 0;
}
.cities {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.cities a {
  padding: 9px 13px;
  color: #464a50;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}
.cities a:hover {
  color: var(--red);
  border-color: var(--red);
}
footer {
  color: #c7c9cc;
  background: #111214;
  border-top: 3px solid var(--red);
  margin-top: 60px;
  padding: 34px 0;
  font-size: 13px;
}
footer a {
  color: #fff;
  text-underline-offset: 4px;
}
footer .shell:after {
  content: "© 2026 Gmapancarte. Tous droits réservés.";
  display: block;
  margin-top: 18px;
  padding-top: 18px;
  color: #7f8288;
  border-top: 1px solid #ffffff14;
  font-size: 12px;
}
@media (max-width: 720px) {
  .shell {
    width: min(100% - 32px, 620px);
  }
  header {
    min-height: 68px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 54px 0 58px;
  }
  nav {
    display: none;
  }
  .logo img {
    width: 185px;
  }
  main > .shell:not(.hero),
  .content-section {
    padding-top: 56px;
  }
  .card {
    padding: 25px 22px;
  }
}
