/* ============================================================
   SIGNON — styles des sections (problème, fonctionnalités,
   comment ça marche, offres, à propos, confiance, contact, footer)
   ============================================================ */

.section-head.center { max-width: 740px; margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

.eyebrow.light { color: #BFE0FF; }
.eyebrow.light::before { background: linear-gradient(90deg, #8fd0e8, #6aa9ff); }

/* ----------------------------------------------------------- */
/* LE PROBLÈME                                                 */
/* ----------------------------------------------------------- */
.problem-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}
.problem-copy h2 { font-size: clamp(28px, 4vw, 46px); margin-top: 16px; }
.problem-copy p { margin-top: 18px; font-size: clamp(17px, 2.1vw, 20px); color: var(--ink-2); }
.problem-note { font-size: 13px !important; color: var(--ink-3) !important; margin-top: 14px !important; font-style: italic; }

.problem-stats { display: flex; flex-direction: column; gap: 16px; }
.stat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.stat-num { flex-shrink: 0; min-width: 124px; display: flex; align-items: baseline; }
.stat-num b {
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-num span { font-size: 20px; font-weight: 800; color: var(--accent-deep); }
.stat p { font-size: 15px; color: var(--ink-2); line-height: 1.45; min-width: 0; }
.stat p em { color: var(--ink-3); font-style: italic; }

@media (max-width: 820px) {
  .problem-grid { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------- */
/* FONCTIONNALITÉS CLÉS                                        */
/* ----------------------------------------------------------- */
.features { background: var(--bg-soft); }
.feat-grid {
  margin-top: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.feat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 2.6vw, 32px);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.feat-ic {
  width: 52px; height: 52px;
  border-radius: var(--radius-md);
  background: var(--bg-tint);
  color: var(--accent-deep);
  display: grid; place-items: center;
  margin-bottom: 18px;
}
.feat-ic svg { width: 26px; height: 26px; }
.feat-card h3 { font-size: 19px; font-weight: 800; }
.feat-card p { margin-top: 10px; color: var(--ink-2); font-size: 15.5px; line-height: 1.5; }

@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .feat-grid { grid-template-columns: 1fr; } }

/* ----------------------------------------------------------- */
/* COMMENT ÇA MARCHE                                           */
/* ----------------------------------------------------------- */
.hiw-stage {
  margin-top: clamp(40px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hiw-steps {
  position: relative;
  list-style: none;
  margin: 0; padding: 0;
}
.hiw-rail { display: none; }

.hiw-step {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 22px;
  padding: 18px 0;
}
/* connecteur segmenté : s'arrête avant chaque pastille et reprend après */
.hiw-step::before,
.hiw-step::after {
  content: "";
  position: absolute;
  left: 26px;
  width: 2px;
  background: var(--line);
  z-index: 0;
}
.hiw-step::before { top: 0; height: 13px; }
.hiw-step::after { top: 77px; bottom: 0; }
.hiw-step:first-of-type::before { display: none; }
.hiw-step:last-of-type::after { display: none; }
.hiw-num {
  flex-shrink: 0;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--line-strong);
  color: var(--ink-3);
  display: grid; place-items: center;
  font-weight: 800; font-size: 22px;
  z-index: 1;
  transition: all .35s ease;
}
.hiw-text h3 { font-size: clamp(20px, 2.4vw, 26px); font-weight: 800; }
.hiw-text p { margin-top: 8px; color: var(--ink-2); font-size: 16.5px; line-height: 1.55; max-width: 42ch; }

/* état actif (uniquement quand la section est épinglée/animée) */
.hiw-stage.is-pinned .hiw-step .hiw-num,
.hiw-stage.is-pinned .hiw-step .hiw-text { opacity: .45; transition: opacity .35s ease; }
.hiw-stage.is-pinned .hiw-step.active .hiw-num,
.hiw-stage.is-pinned .hiw-step.active .hiw-text { opacity: 1; }
.hiw-step.active .hiw-num {
  background: var(--grad);
  border-color: transparent;
  color: #fff;
  box-shadow: var(--shadow-accent);
  transform: scale(1.06);
}

/* visuel */
.hiw-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-scene {
  width: 100%;
  max-width: 380px;
  background: linear-gradient(165deg, #fff, var(--bg-soft));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-md);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hiw-person { display: flex; align-items: center; gap: 14px; transition: transform .35s ease; }
.hiw-person.p-b { flex-direction: row-reverse; }
.hiw-avatar {
  width: 56px; height: 56px; border-radius: 50%; flex-shrink: 0;
  background: var(--grad); color: #fff;
  display: grid; place-items: center;
}
.hiw-avatar.alt { background: linear-gradient(135deg, var(--violet), var(--accent)); }
.hiw-avatar svg { width: 30px; height: 30px; }
.hiw-bubble {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px 14px 14px 4px;
  padding: 12px 16px; font-weight: 700; font-size: 15px; color: var(--ink);
  box-shadow: var(--shadow-xs);
}
.hiw-bubble.alt { border-radius: 14px 14px 4px 14px; }
.hiw-engine {
  align-self: center;
  text-align: center;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 14px 26px;
  display: flex; flex-direction: column; align-items: center; gap: 2px;
  position: relative;
}
.hiw-engine strong { font-size: 16px; letter-spacing: .02em; }
.hiw-engine small { font-size: 11px; opacity: .7; }
.hiw-eng-dot {
  position: absolute; top: 12px; right: 14px;
  width: 8px; height: 8px; border-radius: 50%;
  background: #7CFFB2; box-shadow: 0 0 0 4px rgba(124,255,178,.25);
}
/* surbrillance pilotée par le scrub */
.hiw-scene [data-step].glow { transform: scale(1.04); }
.hiw-scene [data-step].glow .hiw-bubble,
.hiw-scene [data-step].glow .hiw-avatar { box-shadow: var(--shadow-accent); }
.hiw-scene [data-step].glow.hiw-engine { box-shadow: var(--shadow-lg); outline: 2px solid var(--accent); }

@media (max-width: 880px) {
  .hiw-stage { grid-template-columns: 1fr; }
  .hiw-visual { order: -1; }
}

/* ----------------------------------------------------------- */
/* OFFRES / TARIFS                                             */
/* ----------------------------------------------------------- */
.price-grid {
  margin-top: clamp(40px, 5vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2.2vw, 26px);
  align-items: stretch;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3vw, 38px);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.price-card.featured {
  border-color: transparent;
  box-shadow: var(--shadow-lg);
  background: linear-gradient(180deg, #fff, var(--bg-tint));
  outline: 2px solid var(--accent);
}
.price-flag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #fff;
  font-size: 12px; font-weight: 800; letter-spacing: .03em;
  padding: 6px 14px; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-accent);
  white-space: nowrap;
}
.price-card h3 { font-size: 22px; font-weight: 800; }
.price-sub { margin-top: 4px; color: var(--ink-3); font-size: 14.5px; font-weight: 600; }
.price-val {
  margin: 20px 0 2px;
  font-size: clamp(28px, 3.2vw, 36px);
  font-weight: 800; letter-spacing: -.02em;
  color: var(--accent-deep);
}
.price-val span { font-size: 15px; font-weight: 700; color: var(--ink-3); margin-left: 5px; letter-spacing: 0; }
.price-per { margin: 0 0 22px; color: var(--ink-3); font-size: 14px; font-weight: 600; }
.price-feats { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 12px; }
.price-feats li {
  position: relative; padding-left: 30px;
  font-size: 15.5px; font-weight: 600; color: var(--ink); line-height: 1.4;
}
.price-feats li::before {
  content: ""; position: absolute; left: 0; top: 2px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--bg-tint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23064E96' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E") center/12px no-repeat;
}
.price-cta { margin-top: auto; width: 100%; }

@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .price-card.featured { order: -1; }
}

.price-note {
  margin: clamp(22px, 3vw, 30px) auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13.5px; line-height: 1.6; font-style: italic;
  color: var(--ink-3);
}

/* ----------------------------------------------------------- */
/* FEUILLE DE ROUTE (timeline)                                 */
/* ----------------------------------------------------------- */
.roadmap {
  list-style: none;
  margin: clamp(40px, 5vw, 60px) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2.4vw, 28px);
}
.rm-step { position: relative; padding-top: 30px; }
.rm-step::before {
  content: "";
  position: absolute;
  top: 8px; left: 0; right: -28px;
  height: 2px;
  background: var(--line);
}
.rm-step.done::before { background: var(--accent); }
.rm-step:last-child::before { display: none; }
.rm-dot {
  position: absolute;
  top: 1px; left: 0;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--line-strong);
  z-index: 1;
}
.rm-step.done .rm-dot { background: var(--accent); border-color: var(--accent); }
.rm-step.current .rm-dot {
  background: #fff; border-color: var(--accent);
  box-shadow: 0 0 0 5px rgba(0,108,205,.16);
}
.rm-when {
  display: inline-block;
  font-size: 12.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase;
  color: var(--accent-deep);
}
.rm-step.current .rm-when { color: var(--teal); }
.rm-step h3 { font-size: 17px; font-weight: 800; margin-top: 10px; line-height: 1.25; }
.rm-step p { margin-top: 8px; font-size: 14.5px; line-height: 1.5; color: var(--ink-2); }
.rm-step p strong { color: var(--ink); font-weight: 700; }

@media (max-width: 820px) {
  .roadmap { grid-template-columns: 1fr; gap: 0; margin-left: 6px; }
  .rm-step { padding: 0 0 26px 28px; }
  .rm-step::before {
    top: 6px; bottom: -2px; left: 7px; right: auto;
    width: 2px; height: auto;
  }
  .rm-dot { top: 4px; left: 0; }
}

/* ----------------------------------------------------------- */
/* FONDATEUR                                                   */
/* ----------------------------------------------------------- */
.founder {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 18px 20px;
  box-shadow: var(--shadow-sm);
}
.founder-photo {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.founder-txt strong { display: block; font-size: 16px; color: var(--ink); font-weight: 800; }
.founder-txt > span { display: block; margin-top: 2px; font-size: 13px; font-weight: 600; color: var(--ink-3); }
.founder-quote { margin-top: 10px; font-size: 14px; line-height: 1.5; color: var(--ink-2); font-style: italic; }

/* ----------------------------------------------------------- */
/* À PROPOS                                                    */
/* ----------------------------------------------------------- */
.about { background: var(--bg-soft); }
.about-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.about-mission {
  position: relative;
  border-radius: var(--radius-xl);
  background: var(--grad);
  box-shadow: var(--shadow-lg);
  padding: 3px;
}
.about-mission-inner {
  position: relative;
  background: #0B2942;
  border-radius: calc(var(--radius-xl) - 3px);
  padding: clamp(30px, 4vw, 46px);
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-mission-inner::after {
  content: "";
  position: absolute;
  width: 320px; height: 320px;
  right: -120px; top: -120px;
  background: radial-gradient(circle at 50% 50%, rgba(63,160,255,.4), transparent 70%);
  pointer-events: none;
}
.am-mark {
  font-size: 80px;
  line-height: 0.7;
  font-weight: 800;
  color: rgba(159,211,255,.55);
}
.am-quote {
  position: relative;
  margin-top: 8px;
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 700;
  line-height: 1.32;
  color: #fff;
  letter-spacing: -0.01em;
}
.am-flag {
  position: relative;
  margin-top: 26px;
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 600; font-size: 14px; color: #cfe6ff;
}
.am-flag .led { width: 8px; height: 8px; border-radius: 50%; background: #7CFFB2; box-shadow: 0 0 0 4px rgba(124,255,178,.22); }

.about-copy h2 { font-size: clamp(28px, 4vw, 46px); margin-top: 16px; }
.about-copy p { margin-top: 18px; color: var(--ink-2); font-size: 17px; line-height: 1.65; }

@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-mission { max-width: 520px; }
}

/* ----------------------------------------------------------- */
/* RECONNAISSANCE & ACCOMPAGNEMENT                             */
/* ----------------------------------------------------------- */
.awards {
  margin-top: clamp(34px, 4vw, 48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 880px;
  margin-inline: auto;
}
.award {
  display: flex; align-items: center; gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  box-shadow: var(--shadow-sm);
}
.award-ic {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: var(--radius-md);
  background: var(--bg-tint);
  color: var(--accent-deep);
  display: grid; place-items: center;
}
.award-ic svg { width: 24px; height: 24px; }
.award-txt strong { display: block; font-size: 15px; line-height: 1.3; color: var(--ink); }
.award-txt span { display: block; margin-top: 4px; font-size: 13px; font-weight: 600; color: var(--ink-3); }

.logo-label {
  margin: clamp(40px, 5vw, 60px) auto 0;
  max-width: 820px;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-3);
}
.logo-strip {
  margin-top: clamp(22px, 3vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 5vw, 68px);
  max-width: 860px;
  margin-inline: auto;
}
.logo-item {
  display: grid;
  place-items: center;
}
.logo-item img {
  height: 60px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  opacity: 0.82;
  filter: grayscale(1);
  transition: opacity .25s ease, filter .25s ease;
}
.logo-item.tall img { height: 86px; }
.logo-item img:hover { opacity: 1; filter: grayscale(0); }

@media (max-width: 680px) {
  .logo-item img { height: 48px; }
  .logo-item.tall img { height: 70px; }
}

/* ----------------------------------------------------------- */
/* FAQ                                                         */
/* ----------------------------------------------------------- */
.faq { background: var(--bg-soft); }
.faq-wrap { max-width: 820px; margin-inline: auto; }
.faq-list {
  margin-top: clamp(36px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-item[open] { box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px clamp(20px, 3vw, 28px);
  font-size: clamp(16.5px, 2vw, 19px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "";
  order: 3;
  flex-shrink: 0;
  margin-left: auto;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--line-strong);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006CCD' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/18px no-repeat;
  transition: transform .3s ease, background-color .2s ease, border-color .2s ease;
}
.faq-item[open] summary::before {
  transform: rotate(180deg);
  background-color: var(--bg-tint);
  border-color: var(--accent);
}
.faq-item summary:hover::before { border-color: var(--accent); }
.faq-a {
  padding: 0 clamp(20px, 3vw, 28px) 24px;
  margin-top: -4px;
}
.faq-a p {
  color: var(--ink-2);
  font-size: 16.5px;
  line-height: 1.65;
  max-width: 64ch;
}
.faq-a a { color: var(--accent-deep); font-weight: 700; }
.faq-a a:hover { text-decoration: underline; }
@media (prefers-reduced-motion: no-preference) {
  .faq-item[open] .faq-a { animation: faqIn .3s ease; }
}
@keyframes faqIn { from { transform: translateY(-7px); } to { transform: none; } }

/* ----------------------------------------------------------- */
/* CONTACT / CTA FINAL                                         */
/* ----------------------------------------------------------- */
.contact-panel {
  background: linear-gradient(145deg, #0A2845 0%, #0B3A6B 55%, #0E4E8F 100%);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 5vw, 68px);
  align-items: start;
  position: relative;
  overflow: hidden;
}
.contact-panel::before {
  content: ""; position: absolute; width: 380px; height: 380px;
  right: -120px; top: -140px; border-radius: 50%;
  background: radial-gradient(circle, rgba(91,111,224,.45), transparent 70%);
  pointer-events: none;
}
.contact-intro { position: relative; z-index: 1; }
.contact-intro h2 { color: #fff; font-size: clamp(28px, 3.6vw, 42px); margin-top: 14px; }
.contact-intro p { margin-top: 16px; color: #C7DBF2; font-size: 17px; line-height: 1.6; }
.contact-coords { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-direction: column; gap: 14px; }
.contact-coords li { display: flex; align-items: center; gap: 12px; color: #DCEAF9; font-size: 15.5px; font-weight: 500; }
.contact-coords svg { width: 20px; height: 20px; color: #8FC0F0; flex-shrink: 0; }
.contact-coords a { color: #fff; font-weight: 700; }
.contact-coords a:hover { text-decoration: underline; }
.coord-note { color: #8FA8C6; font-size: 13px; font-weight: 500; }

.contact-form {
  position: relative; z-index: 1;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow-lg);
  display: flex; flex-direction: column; gap: 16px;
}
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 700; color: var(--ink); }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: 15.5px; color: var(--ink);
  padding: 12px 14px;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(0,108,205,.14);
}
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #C0392B; }
.err { font-size: 12.5px; color: #C0392B; font-weight: 600; min-height: 0; }
.cf-submit { width: 100%; margin-top: 4px; }
.cf-done {
  background: var(--bg-tint); color: var(--accent-deep);
  border-radius: var(--radius-md); padding: 14px 16px;
  font-weight: 700; font-size: 14.5px; text-align: center;
}

@media (max-width: 860px) {
  .contact-panel { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------- */
/* FOOTER                                                      */
/* ----------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: #C7D3E0;
  padding-block: clamp(48px, 6vw, 72px) 36px;
  margin-top: 0;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: clamp(36px, 5vw, 72px);
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand .brand { display: inline-flex; background: #fff; padding: 8px 12px; border-radius: var(--radius-md); }
.footer-brand .brand img { height: 30px; }
.footer-brand p { margin-top: 18px; font-size: 15px; line-height: 1.6; color: #9FB2C6; max-width: 30ch; }
.footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.footer-nav h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .07em; color: #fff; margin-bottom: 14px; font-weight: 800; }
.footer-nav a { display: block; color: #9FB2C6; font-size: 15px; font-weight: 500; padding: 5px 0; transition: color .15s ease; }
.footer-nav a:hover { color: #fff; }
.footer-legal { padding-top: 28px; }
.footer-legal p { font-size: 13px; line-height: 1.6; color: #8298AE; max-width: 80ch; }
.footer-legal a { color: #B9CEE2; text-decoration: underline; text-underline-offset: 2px; }
.footer-legal a:hover { color: #fff; }
.footer-copy { margin-top: 14px !important; color: #6F86A0 !important; }

@media (max-width: 820px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
  .footer-nav { grid-template-columns: 1fr 1fr; }
}

/* Contact sans formulaire (signon-animated) — panneau centré */
.contact-panel--solo { grid-template-columns: 1fr; text-align: center; padding-block: clamp(40px, 6vw, 76px); }
.contact-panel--solo .contact-intro { max-width: 660px; margin-inline: auto; }
.contact-panel--solo .contact-coords { align-items: center; margin-top: 30px; }
