.site-foot {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 1.5rem 3rem;
  color: var(--muted);
  font-size: 0.95rem;
}
.site-foot a { color: var(--gold-soft); text-decoration: none; }

body.mkt {
  background: #f3ead9;
  color: #2c2218;
}
body.mkt .logo,
body.mkt .nav a { color: #5a3d18; }
body.mkt .lang button {
  color: #5a3d18;
  border-color: #c9a24a;
}
body.mkt .lang button[aria-current="true"] {
  background: #c9a24a;
  color: #2c2218;
}
body.mkt .site-foot { color: #6b5340; }
body.mkt .site-foot a { color: #8a5a18; }
body.mkt .mkt p { color: #5a4636; }
body.mkt .mkt h2 { color: #2c2218; }
body.mkt .tile {
  background: #fff8ee;
  border-color: #e2d2b6;
  color: #2c2218;
}

.hero-photo {
  max-width: 1100px;
  margin: 0 auto 1rem;
  position: relative;
}
.hero-photo > img {
  width: 100%;
  height: auto;
  max-height: 72vh;
  object-fit: cover;
  display: block;
  border-radius: 0 0 28px 28px;
}
.hero-copy { padding: 1.4rem 1.5rem 0.5rem; }
@media (min-width: 800px) {
  .hero-copy {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    padding: 4rem 2rem 2rem;
    background: linear-gradient(transparent, rgba(28, 18, 10, 0.78));
    color: #f4ead8;
    border-radius: 0 0 28px 28px;
  }
  .hero-copy .lead { color: #f4ead8; max-width: 36rem; }
  .hero-copy .btn-ghost { color: #f4ead8; border-color: #e0c47a; }
}

.mkt { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem 3rem; }
.mkt h2 { font-weight: 400; font-size: clamp(1.4rem, 3vw, 2rem); margin: 2.5rem 0 1rem; }
.mkt p { line-height: 1.6; color: var(--muted); }
.pain, .steps, .formats, .faq { display: grid; gap: 1rem; }
.pain { grid-template-columns: 1fr; }
@media (min-width: 800px) {
  .pain, .steps { grid-template-columns: 1fr 1fr 1fr; }
  .formats { grid-template-columns: 1fr 1fr 1fr; }
}
.tile {
  border: 1px solid #3d5c62;
  border-radius: 16px;
  padding: 1.1rem 1.2rem;
  background: #16363c;
}
.tile h3 { margin: 0 0 0.4rem; font-weight: 400; }
.tile a { color: var(--gold-soft); }
.tile-photo { padding: 0; overflow: hidden; text-decoration: none; color: inherit; display: block; }
.tile-photo img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.tile-photo h3 { margin: 0.85rem 1.1rem 0.35rem; }
.tile-photo p { padding: 0 1.1rem 1.1rem; }
.tarif { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.tarif th, .tarif td { border-bottom: 1px solid #3d5c62; padding: 0.7rem 0.5rem; text-align: left; }
.faq details { border-bottom: 1px solid #3d5c62; padding: 0.8rem 0; }
.faq summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; }
.demo-bar {
  display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center;
  padding: 0.8rem; background: #0a1c1f; position: sticky; top: 0; z-index: 5;
}
.demo-bar a {
  min-height: 44px; display: inline-flex; align-items: center; padding: 0 0.9rem;
  border-radius: 999px; color: var(--cream); text-decoration: none; border: 1px solid #3d5c62;
}
.demo-bar a[aria-current="true"] { background: var(--gold); color: var(--bg); }
.legal { max-width: 720px; margin: 0 auto; padding: 2rem 1.5rem 4rem; line-height: 1.65; }
.legal h1 { font-size: 1.8rem; }
.crumbs { color: var(--muted); font-size: 0.9rem; margin-bottom: 1rem; }
.crumbs a { color: var(--gold-soft); }
