/* ============================================================
   Luc Lion S.A. - feuille de style principale
   Palette : bleu nuit / or lion / blanc cassé
   ============================================================ */
:root {
  --navy: #0b1f3a;
  --navy-2: #10294c;
  --navy-3: #16345e;
  --gold: #f0a824;
  --gold-soft: #ffc35c;
  --ink: #1c2530;
  --muted: #5b6775;
  --bg: #ffffff;
  --tint: #f4f6fa;
  --line: #e3e8ef;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(11, 31, 58, 0.08);
  --font-head: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 84px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-head); line-height: 1.15; color: var(--navy); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin-bottom: 0.5em; }
h3 { font-size: 1.05rem; }

.kicker {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.section-sub { max-width: 620px; color: var(--muted); margin-bottom: 40px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--gold); color: var(--navy); padding: 10px 18px;
  z-index: 100; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

/* ---------------- header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: env(safe-area-inset-top);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.header-inner {
  display: flex; align-items: center; gap: 28px;
  height: 72px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: #fff;
}
.brand-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--gold); color: var(--navy);
}
.brand-mark svg { width: 22px; height: 22px; }
.brand-text {
  font-family: var(--font-head); font-weight: 800;
  font-size: 1.05rem; letter-spacing: 0.04em; line-height: 1.1;
  display: flex; flex-direction: column;
}
.brand-text small {
  font-family: var(--font-body); font-weight: 500;
  font-size: 0.62rem; letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.65); text-transform: uppercase;
}
.main-nav { display: flex; gap: 4px; margin-left: auto; }
.main-nav a {
  color: rgba(255, 255, 255, 0.82); text-decoration: none;
  font-size: 0.9rem; font-weight: 500;
  padding: 8px 12px; border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.main-nav a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); }
.lang-switch { display: flex; gap: 2px; }
.lang-switch a {
  color: rgba(255, 255, 255, 0.55); text-decoration: none;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.06em;
  padding: 6px 8px; border-radius: 6px;
}
.lang-switch a:hover { color: #fff; }
.lang-switch a.active { color: var(--navy); background: var(--gold); }
/* Bouton « Installer l'app » : uniquement dans le menu mobile deroulant,
   jamais dans la barre desktop (le navigateur y propose deja l'installation) */
.install-btn {
  display: none;
  border-radius: 10px;
  border: 1px solid rgba(240, 168, 36, 0.55);
  background: rgba(240, 168, 36, 0.1);
  color: var(--gold-soft);
  font: inherit; font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.install-btn:hover { background: var(--gold); color: var(--navy); }
.install-btn[hidden] { display: none !important; }

.ios-install {
  position: fixed; inset: 0; z-index: 200;
  display: grid; place-items: center;
  background: rgba(8, 22, 39, 0.72);
  padding: 24px;
}
.ios-install[hidden] { display: none; }
.ios-install-box {
  background: #fff; color: var(--ink);
  border-radius: 16px; padding: 30px 26px;
  max-width: 380px; text-align: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}
.ios-install-box h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.15rem; }
.ios-install-box p { color: var(--muted); font-size: 0.92rem; margin-bottom: 20px; }
.ios-install-box .btn { border: 0; cursor: pointer; font-family: inherit; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: 8px;
}
.nav-toggle span {
  width: 22px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ---------------- header fun ---------------- */
@keyframes bolt-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 168, 36, 0.0); }
  50% { box-shadow: 0 0 16px 3px rgba(240, 168, 36, 0.55); }
}
.brand-mark { animation: bolt-pulse 3.2s ease-in-out infinite; }
@keyframes bolt-zap {
  0% { transform: rotate(0) scale(1); }
  20% { transform: rotate(-14deg) scale(1.25); }
  40% { transform: rotate(10deg) scale(1.15); }
  60% { transform: rotate(-7deg) scale(1.1); }
  80% { transform: rotate(4deg) scale(1.05); }
  100% { transform: rotate(0) scale(1); }
}
.brand:hover .brand-mark svg, .brand-mark.zap svg { animation: bolt-zap 0.55s ease; }

/* ligne de courant qui parcourt le bas du header */
.site-header::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: linear-gradient(90deg,
    transparent 0%, transparent 38%,
    rgba(240, 168, 36, 0.7) 46%, #ffd98a 50%, rgba(240, 168, 36, 0.7) 54%,
    transparent 62%, transparent 100%);
  background-size: 280% 100%;
  animation: current-flow 5s linear infinite;
  pointer-events: none;
}
@keyframes current-flow {
  from { background-position: 140% 0; }
  to { background-position: -140% 0; }
}

/* petit éclair au survol du menu */
.main-nav a { position: relative; }
.main-nav a::after {
  content: "⚡"; position: absolute; top: -3px; right: -1px;
  font-size: 0.62rem; opacity: 0;
  transform: scale(0) rotate(-25deg);
  transition: opacity 0.18s, transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
  pointer-events: none;
}
.main-nav a:hover::after { opacity: 1; transform: scale(1) rotate(0); }

@media (prefers-reduced-motion: reduce) {
  .brand-mark, .site-header::after,
  .brand:hover .brand-mark svg, .brand-mark.zap svg,
  .hero .kicker.hero-badge, .hero .kicker.hero-badge::before,
  .hero h1 .hl1, .hero h1 .hl2, .spark { animation: none; }
  .hero h1 .hl2 { color: var(--gold); background: none; }
  .hero h1 .hl2::after { animation: none; width: 62%; }
}

/* ---------------- hero ---------------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 55%, var(--navy-3) 100%);
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 300px at 85% 20%, rgba(240, 168, 36, 0.16), transparent 70%),
    repeating-linear-gradient(115deg, transparent 0 48px, rgba(255, 255, 255, 0.028) 48px 50px);
}
.hero-inner { position: relative; padding: 96px 24px 72px; }

/* badge lumineux */
.hero .kicker.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 999px;
  border: 1px solid rgba(240, 168, 36, 0.4);
  background: rgba(240, 168, 36, 0.09);
  color: var(--gold-soft);
  animation: badge-in 0.7s ease both;
}
.hero .kicker.hero-badge::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0;
  animation: badge-dot 2s ease-in-out infinite;
}
@keyframes badge-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(240, 168, 36, 0.6); }
  50% { box-shadow: 0 0 0 6px rgba(240, 168, 36, 0); }
}
@keyframes badge-in { from { opacity: 0; transform: translateY(14px); } }

.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 5.2vw, 3.5rem);
  font-weight: 800; max-width: 720px;
}
/* entrée en cascade des deux lignes */
.hero h1 .hl1, .hero h1 .hl2 {
  display: inline-block;
  animation: line-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero h1 .hl1 { animation-delay: 0.15s; }
.hero h1 .hl2 { animation-delay: 0.35s; }
@keyframes line-in {
  from { opacity: 0; transform: translateY(26px); }
}
/* or liquide qui scintille */
.hero h1 .hl2 {
  background: linear-gradient(100deg,
    var(--gold) 0%, #ffe3a3 22%, var(--gold) 44%, #ffcf70 70%, var(--gold) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  animation: line-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.35s both,
             gold-shimmer 5.5s linear 1.2s infinite;
}
@keyframes gold-shimmer {
  from { background-position: 0% 0; }
  to { background-position: -220% 0; }
}
/* zigzag électrique qui se dessine sous la ligne dorée */
.hero h1 .hl2::after {
  content: ""; display: block; height: 11px; margin-top: 10px;
  width: 0; max-width: 340px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 11'%3E%3Cpath d='M0 8.5 7 2.5 14 8.5 21 2.5 28 8.5' stroke='%23f0a824' stroke-width='2.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") repeat-x left center / 28px 11px;
  filter: drop-shadow(0 0 6px rgba(240, 168, 36, 0.55));
  animation: draw-zigzag 0.9s ease-out 1s both;
}
@keyframes draw-zigzag { from { width: 0; } to { width: 62%; } }

/* étincelles flottantes */
.spark {
  position: absolute; bottom: -12px;
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 10px 2px rgba(240, 168, 36, 0.55);
  opacity: 0;
  animation: spark-rise 9s linear infinite;
}
.spark:nth-child(1) { left: 12%; animation-duration: 10s; animation-delay: 0s; }
.spark:nth-child(2) { left: 30%; animation-duration: 13s; animation-delay: 3s; width: 4px; height: 4px; }
.spark:nth-child(3) { left: 52%; animation-duration: 8s;  animation-delay: 1.5s; }
.spark:nth-child(4) { left: 68%; animation-duration: 12s; animation-delay: 5s; width: 4px; height: 4px; }
.spark:nth-child(5) { left: 82%; animation-duration: 9s;  animation-delay: 2.5s; }
.spark:nth-child(6) { left: 93%; animation-duration: 14s; animation-delay: 6.5s; width: 3px; height: 3px; }
@keyframes spark-rise {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  8% { opacity: 0.8; }
  60% { opacity: 0.55; }
  100% { transform: translateY(-560px) translateX(24px); opacity: 0; }
}
.hero-sub {
  max-width: 600px; margin-top: 20px;
  color: rgba(255, 255, 255, 0.78); font-size: 1.05rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn {
  display: inline-block; text-decoration: none;
  font-weight: 600; font-size: 0.95rem;
  padding: 13px 26px; border-radius: 10px;
  transition: transform 0.15s, box-shadow 0.15s, background 0.15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--gold); color: var(--navy);
  box-shadow: 0 6px 20px rgba(240, 168, 36, 0.35);
}
.btn-primary:hover { background: var(--gold-soft); }
.btn-ghost {
  color: #fff; border: 1px solid rgba(255, 255, 255, 0.35);
}
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, 0.06); }
/* note Google */
.grating {
  display: inline-flex; align-items: center; gap: 10px;
  margin-top: 22px; text-decoration: none;
  font-size: 0.88rem; color: rgba(255, 255, 255, 0.8);
  animation: badge-in 0.7s ease 0.6s both;
}
.grating:hover span:last-child { color: #fff; text-decoration: underline; }
.stars { position: relative; display: inline-block; font-size: 1.05rem; line-height: 1; }
.stars-bg { color: rgba(255, 255, 255, 0.25); letter-spacing: 2px; }
.stars-fill {
  position: absolute; left: 0; top: 0;
  width: 90%; overflow: hidden; white-space: nowrap;
  color: var(--gold); letter-spacing: 2px;
  text-shadow: 0 0 8px rgba(240, 168, 36, 0.45);
}

.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 64px; padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.stat strong {
  display: block; font-family: var(--font-head);
  font-size: 1.9rem; font-weight: 800; color: var(--gold);
}
.stat span { font-size: 0.85rem; color: rgba(255, 255, 255, 0.72); }

/* ---------------- sections ---------------- */
.section { padding: 88px 0; }
.section-tint { background: var(--tint); }
.section-dark {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
}
.section-dark h2 { color: #fff; }
.section-dark .section-sub { color: rgba(255, 255, 255, 0.72); }

/* services */
.cards {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 26px 22px;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(240, 168, 36, 0.5);
}
.card-icon {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(240, 168, 36, 0.14); color: var(--navy);
  margin-bottom: 16px;
}
.card-icon svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 8px; }
.card p { font-size: 0.88rem; color: var(--muted); }

/* diagnostic express */
.diag-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 36px 32px; max-width: 720px;
}
.diag-intro { text-align: center; padding: 14px 0; }
.diag-meta { color: var(--muted); margin-bottom: 20px; }
.diag-intro .btn, .diag-actions .btn { border: 0; cursor: pointer; font-family: inherit; }
.diag-progress { display: flex; gap: 6px; margin-bottom: 16px; }
.diag-progress span {
  height: 6px; flex: 1; border-radius: 3px;
  background: var(--line); transition: background 0.3s;
}
.diag-progress span.on { background: var(--gold); }
.diag-count {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 6px;
}
.diag-q { font-size: 1.3rem; margin-bottom: 20px; }
.diag-opts { display: grid; gap: 10px; }
.diag-opt {
  text-align: left; font: inherit; font-size: 0.95rem;
  padding: 14px 18px; border-radius: 10px;
  border: 1.5px solid var(--line); background: var(--tint);
  cursor: pointer; transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.diag-opt:hover {
  border-color: var(--gold); background: #fff; transform: translateX(4px);
}
.diag-back {
  margin-top: 18px; background: none; border: 0;
  color: var(--muted); cursor: pointer; font: inherit; font-size: 0.85rem;
}
.diag-back:hover { color: var(--navy); }
.diag-result { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
.diag-gauge { position: relative; width: 132px; height: 132px; flex-shrink: 0; }
.diag-gauge svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.diag-gauge circle { fill: none; stroke-width: 10; }
.diag-gauge .bg { stroke: var(--line); }
.diag-gauge .val {
  stroke-linecap: round;
  transition: stroke-dashoffset 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.diag-gauge.good .val { stroke: #2fbf71; }
.diag-gauge.mid .val { stroke: var(--gold); }
.diag-gauge.low .val { stroke: #e5484d; }
.diag-score {
  position: absolute; inset: 0;
  display: grid; place-items: center; align-content: center; text-align: center;
}
.diag-score strong {
  font-family: var(--font-head); font-size: 2.1rem;
  color: var(--navy); line-height: 1;
}
.diag-score span { font-size: 0.7rem; color: var(--muted); }
.diag-verdict { flex: 1; min-width: 220px; }
.diag-verdict h3 { font-size: 1.35rem; margin-bottom: 6px; }
.diag-verdict p { color: var(--muted); }
.diag-recs-title { margin: 26px 0 12px; font-family: var(--font-head); color: var(--navy); }
.diag-recs { list-style: none; display: grid; gap: 10px; }
.diag-recs li {
  padding: 12px 16px; border-radius: 10px;
  background: var(--tint); border-left: 3px solid var(--gold);
  font-size: 0.9rem;
}
.diag-recs li.urgent { border-left-color: #e5484d; background: #fdf1f1; }
.diag-recs li strong { display: block; color: var(--navy); margin-bottom: 2px; }
.diag-recs li em {
  font-style: normal; font-size: 0.68rem; font-weight: 700;
  background: #e5484d; color: #fff; border-radius: 999px;
  padding: 2px 9px; margin-left: 8px; vertical-align: 2px;
  text-transform: uppercase; letter-spacing: 0.06em;
}
.diag-recs li span { color: var(--muted); }
.diag-actions {
  display: flex; gap: 18px; align-items: center;
  margin-top: 26px; flex-wrap: wrap;
}
.diag-note { margin-top: 14px; font-size: 0.78rem; color: var(--muted); }

/* sectors */
.sectors { padding: 64px 0; }
.chips {
  display: flex; flex-wrap: wrap; gap: 10px; list-style: none;
}
.chips li {
  padding: 8px 18px; border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.88rem; color: rgba(255, 255, 255, 0.88);
}

/* timeline */
.timeline { list-style: none; position: relative; max-width: 760px; }
.timeline::before {
  content: ""; position: absolute; left: 59px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(var(--gold), var(--line));
}
.tl-item { display: flex; gap: 28px; padding: 18px 0; }
.tl-year {
  flex: 0 0 120px; text-align: right; padding-right: 0;
  position: relative;
  font-family: var(--font-head); font-weight: 700; color: var(--navy);
  flex-basis: 120px;
}
.tl-year::after {
  content: ""; position: absolute; left: 53px; top: 8px;
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--gold); border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--gold);
}
.tl-year { text-align: left; padding-left: 90px; flex-basis: 210px; }
.tl-body h3 { margin-bottom: 4px; }
.tl-body p { color: var(--muted); font-size: 0.92rem; max-width: 460px; }

/* history photo */
.history-grid {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px;
  align-items: start;
}
.hq-photo { position: sticky; top: 96px; margin: 0; }
.hq-photo img {
  display: block; width: 100%; height: auto;
  aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 82%;
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.hq-photo figcaption {
  margin-top: 10px; font-size: 0.82rem; color: var(--muted);
}

/* jobs */
.jobs-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px;
  align-items: start;
}
.job-card {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 30px 28px;
}
.job-badge { margin-bottom: 14px; }
.job-card h3 { font-size: 1.4rem; margin-bottom: 6px; }
.job-field {
  display: flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--navy); margin-bottom: 14px;
}
.job-field svg { width: 18px; height: 18px; color: var(--gold); }
.job-desc { color: var(--muted); font-size: 0.95rem; margin-bottom: 16px; }
.job-points { list-style: none; margin-bottom: 24px; }
.job-points li {
  position: relative; padding: 5px 0 5px 24px;
  font-size: 0.92rem;
}
.job-points li::before {
  content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700;
}
.job-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-outline {
  color: var(--navy); border: 1.5px solid var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.job-spontaneous {
  margin-top: 18px; font-size: 0.9rem; color: var(--muted);
}
.job-spontaneous a { color: var(--navy); font-weight: 600; }
.job-poster { margin: 0; }
.job-poster img {
  display: block; width: 100%; height: auto;
  border-radius: var(--radius);
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.25);
}

/* values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value {
  background: #fff; border-radius: var(--radius);
  border-top: 3px solid var(--gold);
  box-shadow: var(--shadow); padding: 26px 24px;
}
.value h3 { margin-bottom: 8px; }
.value p { font-size: 0.9rem; color: var(--muted); }

/* method steps */
.steps {
  list-style: none; display: grid;
  grid-template-columns: repeat(4, 1fr); gap: 22px;
  counter-reset: step;
}
.step {
  position: relative; background: var(--tint);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px 22px;
}
.step-n {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  margin-bottom: 14px;
}
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.88rem; color: var(--muted); }
.step:not(:last-child)::after {
  content: "→"; position: absolute; right: -19px; top: 42px;
  color: var(--gold); font-size: 1.3rem; font-weight: 700;
}

/* why us */
.why { padding: 72px 0; }
.why-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 12px;
}
.why-point {
  padding: 22px 24px; border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.why-point h3 { color: var(--gold-soft); margin-bottom: 6px; }
.why-point p { font-size: 0.88rem; color: rgba(255, 255, 255, 0.75); }

/* faq */
.faq-list { max-width: 780px; display: grid; gap: 12px; }
.faq-item {
  background: #fff; border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; list-style: none;
  padding: 16px 48px 16px 20px; position: relative;
  font-family: var(--font-head); font-weight: 600; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem; font-weight: 400; color: var(--gold);
  transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item summary:hover { background: var(--tint); }
.faq-item p {
  padding: 0 20px 18px; color: var(--muted); font-size: 0.93rem;
}
.faq-item[open] { border-color: rgba(240, 168, 36, 0.5); }

/* zone d'intervention */
.zone {
  margin-bottom: 40px; padding: 18px 22px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 760px;
}
.zone-label {
  display: block; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--gold-soft); margin-bottom: 6px;
}
.zone p { font-size: 0.92rem; color: rgba(255, 255, 255, 0.8); margin-bottom: 10px; }
.zone-places { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.zone-places li {
  padding: 5px 14px; border-radius: 999px; font-size: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.85);
}

/* horaires dynamiques */
.info-strip {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 16px;
  max-width: 760px; margin-bottom: 40px;
}
.info-strip .zone { margin-bottom: 0; max-width: none; }
.hours-status {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.92rem; font-weight: 600; margin-bottom: 12px;
}
.hours-status .dot {
  width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0;
}
.hours-status.open { color: #5fdc9a; }
.hours-status.open .dot {
  background: #2fbf71;
  animation: badge-dot 2s ease-in-out infinite;
}
.hours-status.closed { color: #ff9d9d; }
.hours-status.closed .dot { background: #e5484d; }
.hours-list { list-style: none; display: grid; gap: 3px; }
.hours-list li {
  display: flex; justify-content: space-between; gap: 12px;
  font-size: 0.82rem; color: rgba(255, 255, 255, 0.65);
}
.hours-list li.today {
  color: var(--gold-soft); font-weight: 600;
}

/* mobile cta bar */
.mobile-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(8, 22, 39, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  gap: 10px;
}
.mobile-cta a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 10px; border-radius: 10px;
  font-weight: 600; font-size: 0.92rem; text-decoration: none;
}
.mobile-cta svg { width: 17px; height: 17px; }
.mcta-call { color: #fff; border: 1px solid rgba(255, 255, 255, 0.35); }
.mcta-quote { background: var(--gold); color: var(--navy); }

/* agreations table */
.table-wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.agr-table { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.agr-table th {
  text-align: left; font-family: var(--font-head); font-size: 0.8rem;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--navy); color: #fff; padding: 14px 20px;
}
.agr-table td { padding: 16px 20px; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.agr-table tr:last-child td { border-bottom: 0; }
.badge {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  background: rgba(240, 168, 36, 0.16); color: #8a5a00;
  font-weight: 600; font-size: 0.8rem; white-space: nowrap;
}
.agr-cat { font-family: var(--font-head); font-weight: 700; color: var(--navy); }

/* certifications */
.cert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.cert-group {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px;
}
.cert-group h3 {
  padding-bottom: 10px; margin-bottom: 12px;
  border-bottom: 2px solid var(--gold);
  display: inline-block;
}
.cert-group ul { list-style: none; }
.cert-group li {
  position: relative; padding: 6px 0 6px 22px;
  font-size: 0.9rem; color: var(--muted);
}
.cert-group li::before {
  content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700;
}
.vca-note {
  margin-top: 28px; padding: 16px 20px;
  background: rgba(240, 168, 36, 0.1);
  border-left: 3px solid var(--gold); border-radius: 0 10px 10px 0;
  font-size: 0.92rem; color: var(--ink); max-width: 720px;
}

/* quote form */
.quote-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 30px 28px;
  margin-bottom: 56px;
  max-width: 760px;
}
.quote-form h3 { color: #fff; font-size: 1.25rem; margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 18px; }
.form-full { grid-column: 1 / -1; }
.quote-form label {
  display: block; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.04em; color: rgba(255, 255, 255, 0.78);
}
.quote-form input, .quote-form select, .quote-form textarea {
  display: block; width: 100%; margin-top: 6px;
  padding: 11px 13px; border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #fff; font: inherit; font-size: 0.93rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.quote-form select option { color: var(--ink); background: #fff; }
.quote-form textarea { resize: vertical; min-height: 110px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none; border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(240, 168, 36, 0.25);
}
.quote-form ::placeholder { color: rgba(255, 255, 255, 0.35); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-foot {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-top: 22px;
}
.quote-form button[type="submit"] { border: 0; cursor: pointer; font-family: inherit; }
.quote-form button[type="submit"]:disabled { opacity: 0.6; cursor: wait; transform: none; }
.form-required { font-size: 0.78rem; color: rgba(255, 255, 255, 0.55); }
.form-status { min-height: 1.4em; margin-top: 14px; font-weight: 600; color: var(--gold-soft); }
.form-privacy { margin-top: 6px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.45); }

/* contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
  align-items: start;
}
.contact-info p { margin-bottom: 10px; font-size: 0.95rem; }
.contact-label {
  display: inline-block; min-width: 96px;
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold-soft);
}
.contact-info a { color: #fff; text-decoration-color: rgba(255, 255, 255, 0.4); }
.contact-info h3 { color: #fff; margin: 28px 0 12px; }
.team {
  list-style: none; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 10px;
}
.team li {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
}
.team-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid rgba(240, 168, 36, 0.55);
}
.team-initials {
  display: grid; place-items: center;
  background: rgba(240, 168, 36, 0.16);
  color: var(--gold-soft);
  font-family: var(--font-head); font-weight: 700; font-size: 0.95rem;
  border-color: rgba(255, 255, 255, 0.18);
}
.team-txt { display: grid; gap: 1px; min-width: 0; }
.team-role {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--gold-soft);
}
.team-name { color: rgba(255, 255, 255, 0.92); font-weight: 600; }
.team a {
  color: rgba(255, 255, 255, 0.6); text-decoration: none; font-size: 0.78rem;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.team a:hover { color: #fff; text-decoration: underline; }
.map-col { position: sticky; top: 96px; }
.contact-map {
  border-radius: var(--radius); overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.map-actions { display: flex; gap: 10px; margin-top: 12px; }
.map-actions a {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 10px; border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff; text-decoration: none;
  font-weight: 600; font-size: 0.9rem;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.map-actions a:hover {
  border-color: var(--gold); background: rgba(240, 168, 36, 0.12);
  transform: translateY(-2px);
}
.map-actions svg { width: 17px; height: 17px; color: var(--gold); }
.contact-map iframe { display: block; width: 100%; height: 420px; border: 0; }

/* footer */
.site-footer { background: #081627; color: rgba(255, 255, 255, 0.75); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
  padding: 56px 24px 32px;
}
.footer-grid h3 {
  color: #fff; font-size: 0.82rem; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 14px;
}
.footer-grid p { font-size: 0.9rem; margin-top: 12px; }
.footer-grid a { color: rgba(255, 255, 255, 0.75); }
.footer-nav { display: grid; gap: 8px; }
.footer-nav a { text-decoration: none; font-size: 0.9rem; }
.footer-nav a:hover { color: #fff; }
.footer-legal {
  padding: 20px 24px 28px; font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 8px 24px;
}
.footer-credit a {
  color: rgba(255, 255, 255, 0.6); text-decoration: none;
  border-bottom: 1px solid rgba(240, 168, 36, 0.5);
}
.footer-credit a:hover { color: var(--gold-soft); }

/* reveal animation */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------------- responsive ---------------- */
@media (max-width: 980px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-col { position: static; }
  .history-grid { grid-template-columns: 1fr; }
  .info-strip { grid-template-columns: 1fr; }
  .hq-photo { position: static; max-width: 480px; }
  .jobs-grid { grid-template-columns: 1fr; }
  .job-poster { max-width: 480px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .header-inner { gap: 14px; }
  .main-nav a { padding: 8px 7px; font-size: 0.83rem; }
  .main-nav a::after { font-size: 0.55rem; }
}
@media (min-width: 921px) {
  .install-btn { display: none !important; }
}
@media (max-width: 920px) {
  .main-nav {
    position: fixed; inset: 72px 0 auto 0;
    flex-direction: column; gap: 0;
    background: var(--navy);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 16px 18px;
    display: none;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 12px; font-size: 1rem; }
  .main-nav.open .install-btn {
    display: block; width: calc(100% - 24px);
    margin: 10px 12px 4px; padding: 13px 16px;
    font-size: 0.95rem; text-align: center;
  }
  .nav-toggle { display: flex; margin-left: auto; }
  .lang-switch { margin-left: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
@media (max-width: 920px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 72px; }
  .site-footer { padding-bottom: 10px; }
  .footer-grid {
    grid-template-columns: 1fr; gap: 30px;
    padding: 44px 24px 26px;
  }
}
@media (max-width: 640px) {
  .table-wrap { overflow: visible; box-shadow: none; border-radius: 0; }
  .agr-table { min-width: 0; display: block; background: none; }
  .agr-table thead { display: none; }
  .agr-table tbody { display: grid; gap: 12px; }
  .agr-table tr {
    display: block; background: #fff;
    border: 1px solid var(--line); border-radius: 12px;
    padding: 14px 16px; box-shadow: var(--shadow);
  }
  .agr-table td { display: block; padding: 2px 0; border-bottom: 0; }
  .agr-table td:first-child { display: inline-block; margin-right: 10px; }
  .agr-table td.agr-cat { display: inline-block; font-size: 1.1rem; }
  .agr-table td:last-child { margin-top: 6px; color: var(--muted); font-size: 0.88rem; }
}
@media (max-width: 560px) {
  .cards { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-inner { padding: 72px 24px 56px; }
  .section { padding: 64px 0; }
  .tl-year { flex-basis: 150px; padding-left: 84px; font-size: 0.9rem; }
  .timeline::before { left: 55px; }
  .tl-year::after { left: 49px; }
  .team { grid-template-columns: 1fr; }
}
