/* =====================================================
   LAYOUT.CSS — DÉMARCHECO
   Header + Footer uniquement
   À charger avec /assets/layout.js
   ===================================================== */

:root {
  --dc-blue: #102A43;
  --dc-blue-dark: #071d34;
  --dc-blue-soft: #173B5C;
  --dc-green: #68b914;
  --dc-green-dark: #559b10;
  --dc-green-alt: #0f8f68;
  --dc-green-alt-dark: #08795f;
  --dc-orange: #F5A623;
  --dc-text: #102A43;
  --dc-muted: #475569;
  --dc-border: #d9e2ec;
  --dc-bg: #f6f8fb;
  --dc-white: #ffffff;
}

/* Base minimale utile au layout */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dc-text);
  background: var(--dc-bg);
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

#site-header,
#site-footer {
  width: 100%;
}

#site-header img,
#site-footer img {
  max-width: 100%;
}

.dc-header ul,
.dc-footer-pro ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dc-header p,
.dc-footer-pro p {
  margin-top: 0;
}

/* =====================================================
   HEADER
   ===================================================== */

.dc-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  position: sticky;
  top: 0;
  z-index: 9999;
  font-family: Arial, Helvetica, sans-serif;
}

.dc-nav-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.dc-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

.dc-logo img {
  height: 72px;
  width: auto;
  max-width: 270px;
  display: block;
  object-fit: contain;
}

.dc-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 1;
}

.dc-menu a {
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.2s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.dc-menu a:hover,
.dc-menu a.active {
  color: var(--dc-green);
}

.dc-menu-item {
  position: relative;
  padding: 28px 0;
}

.dc-menu-item > a::after {
  content: "▾";
  font-size: 10px;
  color: var(--dc-green);
  margin-left: 7px;
}

.dc-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 285px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.13);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.2s ease;
  z-index: 99999;
}

.dc-menu-item:hover .dc-dropdown,
.dc-menu-item:focus-within .dc-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dc-dropdown a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 13px 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #222222;
}

.dc-dropdown a:hover,
.dc-dropdown a.active {
  background: #f6fbef;
  color: var(--dc-green);
}

.dc-call {
  background: #4f970f;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: 0.2s ease;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.dc-call:hover {
  background: #3f7c0b;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.dc-burger {
  display: none;
  background: #4f970f;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 22px;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  line-height: 1;
}

#dc-menu-toggle {
  display: none;
}

.dc-menu-mobile-call {
  display: none !important;
}

/* =====================================================
   FOOTER
   ===================================================== */

.dc-footer-pro {
  width: 100%;
  background: var(--dc-blue-dark);
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;
}

.dc-footer-pro * {
  box-sizing: border-box;
}

.dc-footer-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Bloc CTA haut footer */
.dc-footer-top {
  padding: 54px 0 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.dc-footer-cta {
  background:
    radial-gradient(circle at top right, rgba(104, 185, 20, 0.24), transparent 34%),
    linear-gradient(135deg, #0f2f4e, #102a43);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.3fr auto;
  gap: 28px;
  align-items: center;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.dc-footer-cta h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 12px;
  font-weight: 900;
}

.dc-footer-cta p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: 780px;
}

.dc-footer-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.dc-footer-btn-main,
.dc-footer-btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.2s ease;
  min-height: 44px;
  min-width: 44px;
}

.dc-footer-btn-main {
  background: var(--dc-green-alt-dark);
  color: #ffffff !important;
}

.dc-footer-btn-main:hover {
  background: #065f46;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.dc-footer-btn-light {
  background: #ffffff;
  color: var(--dc-blue) !important;
}

.dc-footer-btn-light:hover {
  background: #f4f8ef;
  color: var(--dc-blue) !important;
  transform: translateY(-2px);
}

/* Colonnes footer */
.dc-footer-main {
  padding: 48px 0 34px;
}

.dc-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 44px;
  align-items: start;
}

/* Variante utilisée dans layout.js : 5 colonnes */
.dc-footer-grid-5 {
  grid-template-columns: 1.35fr 1fr 1fr 1fr 1.05fr;
  gap: 34px;
}

.dc-footer-logo-box {
  display: inline-flex;
  background: #ffffff;
  border-radius: 18px;
  padding: 14px 18px;
  margin-bottom: 20px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.20);
}

.dc-footer-logo-box img {
  height: 82px;
  width: auto;
  max-width: 310px;
  object-fit: contain;
  display: block;
}

.dc-footer-intro {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
  max-width: 430px;
}

.dc-footer-highlight {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.dc-footer-highlight span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.dc-footer-highlight b {
  color: var(--dc-green);
  font-size: 16px;
}

.dc-footer-col h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 18px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.dc-footer-col a {
  display: flex;
  align-items: center;
  min-height: 34px;
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 8px;
  transition: 0.2s ease;
}

.dc-footer-col a:hover {
  color: var(--dc-green);
  transform: translateX(4px);
}

/* Carte contact */
.dc-footer-contact-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 20px;
}

.dc-footer-contact-card h3 {
  margin-bottom: 14px;
}

.dc-footer-contact-card p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 14px;
}

.dc-footer-contact-card a {
  color: #ffffff;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.dc-footer-mini-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--dc-green-alt-dark);
  color: #ffffff !important;
  padding: 13px 18px;
  border-radius: 12px;
  font-weight: 900;
  margin-top: 8px;
  width: 100%;
  text-align: center;
  min-height: 44px;
}

.dc-footer-mini-btn:hover {
  background: #065f46;
  color: #ffffff !important;
  transform: none !important;
}

/* Zone envoyer dossier */
.dc-footer-send-zone {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding-top: 34px;
  padding-bottom: 34px;
}

.dc-footer-send-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 28px;
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 24px;
  padding: 26px;
}

.dc-footer-send-grid h3 {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 8px;
  font-weight: 900;
}

.dc-footer-send-grid p {
  color: #dbeafe;
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.dc-footer-send-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.dc-footer-send-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--dc-blue) !important;
  font-size: 13px;
  font-weight: 900;
  transition: 0.2s ease;
}

.dc-footer-send-links a:hover {
  background: #f4f8ef;
  color: var(--dc-green-alt-dark) !important;
  transform: translateY(-2px);
}

/* Bas footer */
.dc-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: #dbeafe;
  font-size: 13px;
}

.dc-footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dc-footer-bottom-links a {
  color: #dbeafe;
  font-size: 13px;
  min-height: 34px;
  display: flex;
  align-items: center;
}

.dc-footer-bottom-links a:hover {
  color: var(--dc-green);
}

/* =====================================================
   ACCESSIBILITÉ / PETITS ÉLÉMENTS COMMUNS
   ===================================================== */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
label:focus-visible {
  outline: 3px solid var(--dc-orange) !important;
  outline-offset: 3px !important;
  border-radius: 8px;
}

.dc-success-message {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  max-width: 380px;
  opacity: 0;
  transform: translateY(15px);
  transition: 0.3s ease;
  font-family: Arial, Helvetica, sans-serif;
}

.dc-success-message.show {
  opacity: 1;
  transform: translateY(0);
}

.dc-success-message strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.dc-success-message span {
  display: block;
  font-size: 14px;
  line-height: 1.45;
}

/* =====================================================
   RESPONSIVE HEADER / FOOTER
   ===================================================== */

@media (max-width: 1180px) {
  .dc-footer-grid-5 {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}

@media (max-width: 1120px) {
  .dc-nav-wrap {
    padding: 10px 16px;
    gap: 16px;
  }

  .dc-logo img {
    height: 60px;
    max-width: 220px;
  }

  .dc-menu {
    gap: 15px;
  }

  .dc-menu a {
    font-size: 12px;
    letter-spacing: 0.6px;
  }

  .dc-call {
    padding: 12px 15px;
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .dc-footer-cta {
    grid-template-columns: 1fr;
  }

  .dc-footer-cta-actions {
    justify-content: flex-start;
  }

  .dc-footer-grid,
  .dc-footer-grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .dc-footer-send-grid {
    grid-template-columns: 1fr;
  }

  .dc-footer-send-links {
    justify-content: flex-start;
  }
}

@media (max-width: 920px) {
  .dc-nav-wrap {
    flex-wrap: wrap;
  }

  .dc-logo img {
    height: 58px;
    max-width: 210px;
  }

  .dc-burger {
    display: block;
    margin-left: auto;
  }

  .dc-call {
    display: none;
  }

  .dc-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 10px 0 16px;
  }

  #dc-menu-toggle:checked ~ .dc-menu {
    display: flex;
  }

  .dc-menu > a,
  .dc-menu-item > a {
    display: flex;
    padding: 14px 8px;
    font-size: 14px;
    min-height: 46px;
  }

  .dc-menu-item {
    padding: 0;
  }

  .dc-menu-item > a::after {
    content: "";
  }

  .dc-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 8px 14px;
    background: #f8faf7;
    display: block;
    min-width: 0;
  }

  .dc-dropdown a {
    padding: 11px 14px;
    font-size: 13px;
    min-height: 46px;
  }

  .dc-menu-mobile-call {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #4f970f;
    color: #ffffff !important;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    padding: 14px !important;
  }
}

@media (max-width: 650px) {
  .dc-footer-wrap {
    padding: 0 16px;
  }

  .dc-footer-top {
    padding: 36px 0 28px;
  }

  .dc-footer-cta {
    padding: 24px;
    border-radius: 22px;
  }

  .dc-footer-cta h2 {
    font-size: 25px;
  }

  .dc-footer-cta-actions {
    flex-direction: column;
  }

  .dc-footer-btn-main,
  .dc-footer-btn-light {
    width: 100%;
  }

  .dc-footer-grid,
  .dc-footer-grid-5 {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dc-footer-logo-box img {
    height: 64px;
    max-width: 250px;
  }

  .dc-footer-send-grid {
    padding: 20px;
    border-radius: 20px;
  }

  .dc-footer-send-grid h3 {
    font-size: 20px;
  }

  .dc-footer-send-links {
    flex-direction: column;
  }

  .dc-footer-send-links a {
    width: 100%;
    border-radius: 12px;
  }

  .dc-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .dc-footer-bottom-links {
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .dc-logo img {
    height: 50px;
    max-width: 185px;
  }

  .dc-nav-wrap {
    padding: 8px 12px;
  }

  .dc-menu > a,
  .dc-menu-item > a {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* =====================================================
   PERFORMANCE
   ===================================================== */

@media (prefers-reduced-motion: reduce) {
  .dc-header *,
  .dc-footer-pro *,
  .dc-success-message {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

#site-header {
  min-height: 93px;
}

#site-footer {
  min-height: 520px;
}

@media (max-width: 920px) {
  #site-header {
    min-height: 74px;
  }
}

@media (max-width: 650px) {
  #site-footer {
    min-height: 900px;
  }
}



:root {
  --navy: #071827;
  --navy-2: #0b2236;
  --navy-3: #12344d;
  --orange: #ff6b35;
  --orange-dark: #e85320;
  --orange-soft: #fff0e9;
  --mint: #5de2c1;
  --mint-soft: #e9fbf6;
  --cream: #fbfaf7;
  --surface: #f3f6f8;
  --white: #ffffff;
  --text: #17222b;
  --muted: #63717d;
  --border: #dce4e9;
  --danger-soft: #fff1ef;
  --danger: #d84a3a;
  --shadow-sm: 0 10px 30px rgba(7, 24, 39, .08);
  --shadow-md: 0 24px 70px rgba(7, 24, 39, .16);
  --shadow-orange: 0 18px 45px rgba(255, 107, 53, .26);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 18px; line-height: 1.08; letter-spacing: -.04em; }
h1 { color: var(--white); font-size: clamp(3.15rem, 6.2vw, 6.3rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.35rem); }
h3 { font-size: 1.3rem; }
em { color: var(--orange); font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.topbar { position: relative; z-index: 50; color: rgba(255,255,255,.82); background: #04111d; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: 8px; }
.topbar strong { color: var(--white); }
.pulse-dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(93,226,193,.12); }

.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(220,228,233,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-symbol { width: 45px; height: 45px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--orange), #ff8b5e); border-radius: 14px 14px 14px 5px; box-shadow: 0 10px 28px rgba(255,107,53,.24); font-size: 1.3rem; font-weight: 900; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--navy); font-size: 1.08rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { color: var(--navy); font-weight: 800; text-decoration: none; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 850; line-height: 1.15; text-decoration: none; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--orange); box-shadow: var(--shadow-orange); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-header { min-height: 44px; padding: 11px 18px; }
.btn-xl { min-height: 60px; padding: 17px 28px; font-size: 1rem; }
.btn-ghost { color: var(--white); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.38); }

.hero { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #061522 0%, #0b263c 57%, #0c3044 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-grid { position: relative; z-index: 2; min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; padding-top: 80px; padding-bottom: 88px; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 560px; height: 560px; top: -310px; right: -100px; background: radial-gradient(circle, rgba(93,226,193,.25), transparent 70%); }
.hero-glow-two { width: 480px; height: 480px; bottom: -330px; left: 22%; background: radial-gradient(circle, rgba(255,107,53,.22), transparent 70%); }
.audience-pill { width: fit-content; display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; padding: 9px 13px; color: #c9fff1; background: rgba(93,226,193,.09); border: 1px solid rgba(93,226,193,.24); border-radius: 999px; font-size: .81rem; font-weight: 800; }
.audience-pill span { color: var(--mint); }
.hero-copy h1 { max-width: 790px; margin-bottom: 26px; }
.hero-lead { max-width: 690px; margin-bottom: 32px; color: rgba(255,255,255,.72); font-size: clamp(1.06rem, 1.8vw, 1.25rem); }
.hero-benefits { display: grid; gap: 15px; margin-bottom: 32px; }
.hero-benefits > div { display: flex; gap: 12px; align-items: flex-start; }
.hero-benefits .check { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; margin-top: 2px; color: var(--navy); background: var(--mint); border-radius: 50%; font-size: .78rem; font-weight: 900; }
.hero-benefits p { margin: 0; display: grid; }
.hero-benefits strong { color: var(--white); font-size: .97rem; }
.hero-benefits small { color: rgba(255,255,255,.58); font-size: .83rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.microcopy { margin: 14px 0 28px; color: rgba(255,255,255,.48); font-size: .8rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { min-width: 128px; display: grid; }
.hero-proof strong { color: var(--white); font-size: 1.25rem; }
.hero-proof span { color: rgba(255,255,255,.52); font-size: .76rem; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.dashboard-card { width: min(100%, 495px); padding: 28px; background: rgba(255,255,255,.97); border: 1px solid rgba(255,255,255,.3); border-radius: 28px; box-shadow: 0 45px 120px rgba(0,0,0,.35); transform: rotate(1.25deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--border); }
.dashboard-label { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.dashboard-top h2 { margin: 5px 0 0; color: var(--navy); font-size: 1.55rem; }
.status-badge { padding: 7px 10px; color: #08785f; background: var(--mint-soft); border-radius: 999px; font-size: .72rem; font-weight: 850; white-space: nowrap; }
.project-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 22px 0; }
.project-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 14px; font-weight: 900; }
.project-line div:nth-child(2) { display: grid; }
.project-line strong { color: var(--navy); font-size: .92rem; }
.project-line span { color: var(--muted); font-size: .76rem; }
.project-line .delay { padding: 6px 8px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 8px; font-weight: 900; }
.progress-block { padding: 16px; background: var(--surface); border-radius: 14px; }
.progress-title { display: flex; justify-content: space-between; color: var(--muted); font-size: .76rem; }
.progress-title strong { color: var(--navy); }
.progress-track { height: 8px; margin-top: 10px; overflow: hidden; background: #dae3e8; border-radius: 99px; }
.progress-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--orange), #ff9f7a); border-radius: inherit; }
.document-list { display: grid; gap: 6px; margin: 18px 0; padding: 0; list-style: none; }
.document-list li { display: flex; gap: 12px; align-items: center; padding: 10px 8px; border-radius: 11px; }
.document-list li:hover { background: var(--surface); }
.document-icon { width: 27px; height: 27px; flex: 0 0 auto; display: grid; place-items: center; color: #08785f; background: var(--mint-soft); border-radius: 8px; font-size: .75rem; font-weight: 900; }
.document-list div { display: grid; }
.document-list strong { color: var(--navy); font-size: .83rem; }
.document-list small { color: var(--muted); font-size: .72rem; }
.dashboard-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--border); }
.advisor { display: flex; align-items: center; gap: 10px; }
.avatar { width: 36px; height: 36px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-weight: 900; }
.advisor p { display: grid; margin: 0; }
.advisor strong { color: var(--navy); font-size: .76rem; }
.advisor small { color: var(--muted); font-size: .68rem; }
.message-dot { width: 12px; height: 12px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px var(--mint-soft); }
.floating-review { position: absolute; z-index: 3; display: grid; padding: 16px 18px; color: var(--navy); background: var(--white); border: 1px solid rgba(255,255,255,.7); border-radius: 15px; box-shadow: var(--shadow-md); }
.floating-review strong { font-size: .83rem; }
.floating-review span { color: var(--muted); font-size: .7rem; }
.review-stars { color: #ffb000 !important; font-size: .76rem !important; letter-spacing: .08em; }
.review-one { top: 38px; right: -8px; transform: rotate(-2deg); }
.review-two { bottom: 30px; left: -14px; transform: rotate(2deg); }
.quote-mark { color: var(--orange) !important; font-size: 1.3rem !important; font-weight: 900; line-height: .8; }

.social-proof { padding: 72px 0 80px; background: var(--cream); border-bottom: 1px solid var(--border); }
.social-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 30px; }
.social-heading h2 { max-width: 650px; margin: 8px 0 0; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.google-label, .section-kicker { color: var(--orange-dark); font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.global-stars { display: grid; justify-items: end; }
.global-stars span, .stars { color: #ffad00; letter-spacing: .08em; }
.global-stars small { color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { padding: 24px; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.featured-review { transform: translateY(-10px); border-color: rgba(255,107,53,.45); box-shadow: 0 20px 55px rgba(255,107,53,.13); }
.review-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; margin-bottom: 18px; }
.initial { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 900; }
.review-card-top div { display: grid; }
.review-card-top strong { color: var(--navy); font-size: .86rem; }
.review-card-top small { color: var(--muted); font-size: .7rem; }
.review-card-top .stars { font-size: .68rem; }
.review-card p { margin: 0; color: #53616c; font-size: .92rem; }

.problem-solution { background: var(--white); }
.problem-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.problem-intro h2 { margin-top: 14px; }
.problem-intro p { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; color: var(--orange-dark); font-weight: 900; text-decoration: none; }
.comparison-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.comparison-column { padding: 35px 30px; }
.bad-column { background: var(--danger-soft); }
.good-column { background: linear-gradient(150deg, var(--navy), #123b55); }
.comparison-tag { display: inline-block; margin-bottom: 24px; padding: 7px 10px; border-radius: 999px; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.bad-column .comparison-tag { color: var(--danger); background: white; }
.good-column .comparison-tag { color: #bdfdec; background: rgba(93,226,193,.12); }
.comparison-column ul { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.comparison-column li { display: flex; gap: 10px; font-weight: 750; }
.bad-column li { color: #6a504c; }
.bad-column li span { color: var(--danger); }
.good-column li { color: rgba(255,255,255,.82); }
.good-column li span { color: var(--mint); }

.workflow-section { background: var(--surface); }
.section-title { max-width: 780px; margin-bottom: 55px; }
.centered { margin-inline: auto; text-align: center; }
.section-title h2 { margin-top: 12px; }
.section-title p { max-width: 620px; margin-inline: auto; color: var(--muted); }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.workflow-card { position: relative; min-height: 305px; padding: 28px; overflow: hidden; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.workflow-number { color: #a9b4bc; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.workflow-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 58px 0 24px; color: var(--orange-dark); background: var(--orange-soft); border-radius: 16px; font-size: 1.2rem; font-weight: 900; }
.workflow-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.highlight-card { color: white; background: linear-gradient(145deg, var(--orange), #f0541d); border-color: transparent; box-shadow: var(--shadow-orange); }
.highlight-card .workflow-number { color: rgba(255,255,255,.65); }
.highlight-card .workflow-icon { color: var(--orange-dark); background: var(--white); }
.highlight-card h3 { color: var(--white); }
.highlight-card p { color: rgba(255,255,255,.78); }

.project-types { background: var(--white); }
.project-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.project-grid h2 { margin-top: 13px; }
.project-grid p { color: var(--muted); }
.project-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.project-chips span { padding: 13px 16px; color: var(--navy); background: var(--surface); border: 1px solid var(--border); border-radius: 999px; font-weight: 800; font-size: .87rem; }
.project-chips span:nth-child(1), .project-chips span:nth-child(4), .project-chips span:nth-child(8) { color: var(--orange-dark); background: var(--orange-soft); border-color: #ffd2c2; }

.contact-section { position: relative; overflow: hidden; padding: 110px 0; color: white; background: linear-gradient(135deg, var(--navy) 0%, #0f334b 100%); }
.contact-section::before { content: ""; position: absolute; width: 650px; height: 650px; right: -250px; top: -240px; background: radial-gradient(circle, rgba(93,226,193,.15), transparent 68%); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 80px; }
.light-kicker { color: var(--mint); }
.contact-copy h2 { margin-top: 14px; color: var(--white); }
.contact-copy p { max-width: 520px; color: rgba(255,255,255,.68); font-size: 1.05rem; }
.contact-reassurance { display: grid; gap: 17px; margin-top: 34px; }
.contact-reassurance > div { display: flex; gap: 12px; align-items: center; }
.contact-reassurance > div > span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: var(--navy); background: var(--mint); border-radius: 50%; font-weight: 900; }
.contact-reassurance p { display: grid; margin: 0; }
.contact-reassurance strong { color: white; font-size: .92rem; }
.contact-reassurance small { color: rgba(255,255,255,.5); font-size: .76rem; }
.contact-form { display: grid; gap: 16px; padding: 34px; color: var(--text); background: var(--white); border-radius: 28px; box-shadow: 0 38px 90px rgba(0,0,0,.28); }
.form-heading { padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.form-heading > span { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 0; color: var(--navy); font-size: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label:not(.consent) { display: grid; gap: 7px; }
.contact-form label > span { color: var(--navy); font-size: .82rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--navy); background: #fbfcfd; border: 1px solid #cfd9df; border-radius: 10px; outline: none; transition: .18s ease; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,107,53,.1); }
.file-field small { color: var(--muted); font-weight: 500; }
.file-field input { padding: 9px; background: var(--surface); }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--orange); }
.consent span { color: var(--muted) !important; font-size: .75rem !important; font-weight: 500 !important; }
.btn-submit { width: 100%; min-height: 58px; border: 0; font-size: 1rem; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-grid h2 { margin-top: 14px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--white); border: 1px solid var(--border); border-radius: 14px; }
.faq-list summary { position: relative; padding: 21px 58px 21px 20px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; color: var(--orange); font-size: 1.5rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 20px 20px; color: var(--muted); }

.site-footer { padding: 55px 0 28px; color: rgba(255,255,255,.62); background: #03101b; }
.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: rgba(255,255,255,.45); }
.footer-grid p { max-width: 430px; margin: 16px 0 0; font-size: .85rem; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-grid nav a { color: rgba(255,255,255,.68); font-size: .83rem; text-decoration: none; }
.disclaimer { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: .72rem; }
.mobile-cta { display: none; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 20px; padding-top: 70px; }
  .hero-copy { max-width: 850px; }
  .hero-visual { min-height: 650px; }
  .review-one { right: 8%; }
  .review-two { left: 8%; }
  .problem-grid, .project-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .workflow-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { max-width: 760px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar-inner { min-height: 42px; flex-wrap: wrap; padding: 7px 0; text-align: center; line-height: 1.25; }
  .topbar-inner strong { display: none; }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .phone-link, .btn-header { display: none; }
  .brand-symbol { width: 40px; height: 40px; }
  .hero-grid { min-height: auto; padding-top: 56px; padding-bottom: 70px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hero-proof div { min-width: 0; }
  .hero-proof strong { font-size: 1.05rem; }
  .hero-proof span { font-size: .67rem; }
  .hero-visual { min-height: 570px; }
  .dashboard-card { padding: 20px; transform: none; }
  .floating-review { padding: 12px 13px; }
  .review-one { top: 0; right: -2px; }
  .review-two { bottom: 5px; left: 3px; }
  .social-heading, .footer-grid { flex-direction: column; align-items: flex-start; }
  .global-stars { justify-items: start; }
  .reviews-grid { grid-template-columns: 1fr; }
  .featured-review { transform: none; }
  .comparison-card { grid-template-columns: 1fr; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-card { min-height: 250px; }
  .workflow-icon { margin-top: 35px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 25px 18px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid nav { flex-direction: column; gap: 10px; }
  .mobile-cta { position: fixed; z-index: 100; right: 13px; bottom: 12px; left: 13px; min-height: 54px; display: flex; justify-content: center; align-items: center; gap: 10px; color: white; background: var(--orange); border-radius: 12px; box-shadow: var(--shadow-orange); font-weight: 900; text-decoration: none; }
}

@media (max-width: 480px) {
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 535px; }
  .dashboard-top { flex-direction: column; }
  .project-line { grid-template-columns: auto 1fr; }
  .project-line .delay { grid-column: 2; width: fit-content; }
  .floating-review { max-width: 190px; }
  .review-one { right: -6px; }
  .review-two { left: -4px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}


/* =====================================================
   COORDONNÉES ET OPTIMISATIONS DE CONVERSION
   ===================================================== */

.hero-direct-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .72);
  font-size: .88rem;
  font-weight: 800;
}

.hero-direct-contact a {
  color: var(--white);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.hero-direct-contact a:hover {
  color: var(--mint);
  border-bottom-color: var(--mint);
}

.direct-contact-card {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
}

.direct-contact-label {
  color: var(--mint);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.direct-contact-card a {
  display: grid;
  padding: 11px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, .055);
  border-radius: 12px;
  text-decoration: none;
  transition: .18s ease;
}

.direct-contact-card a:hover {
  background: rgba(255, 255, 255, .11);
  transform: translateX(3px);
}

.direct-contact-card strong {
  color: var(--white);
  font-size: .95rem;
}

.direct-contact-card small {
  color: rgba(255, 255, 255, .52);
  font-size: .72rem;
}

.form-fallback {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.55;
  text-align: center;
}

.form-fallback a {
  color: var(--orange-dark);
  font-weight: 800;
}

@media (max-width: 780px) {
  .hero-direct-contact {
    justify-content: center;
    text-align: center;
  }
}

/* =====================================================
   FORMULAIRE AJAX, ÉTATS ET POPUP DE CONFIRMATION
   ===================================================== */

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-status.is-error {
  display: block;
  color: #9f2f24;
  background: #fff1ef;
  border: 1px solid #f4b9b1;
}

.form-status.is-success {
  display: block;
  color: #08715b;
  background: #ebfbf6;
  border: 1px solid #a8ead9;
}

.btn-submit { position: relative; }
.btn-submit.is-loading { pointer-events: none; opacity: .82; }

.submit-spinner {
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: dc-spin .75s linear infinite;
}

.btn-submit.is-loading .submit-spinner { display: inline-block; }
.btn-submit.is-loading .submit-arrow { display: none; }

@keyframes dc-spin { to { transform: rotate(360deg); } }

.success-popup {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .22s ease, visibility .22s ease;
}

.success-popup.is-visible { visibility: visible; opacity: 1; }

.success-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3,16,27,.78);
  backdrop-filter: blur(8px);
}

.success-popup-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 42px 38px 36px;
  overflow: hidden;
  color: var(--text);
  background: radial-gradient(circle at top right, rgba(93,226,193,.18), transparent 34%), #fff;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 28px;
  box-shadow: 0 40px 120px rgba(0,0,0,.36);
  text-align: center;
  transform: translateY(22px) scale(.97);
  transition: transform .24s ease;
}

.success-popup.is-visible .success-popup-dialog { transform: translateY(0) scale(1); }

.success-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: var(--surface);
  border: 0;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
}

.success-popup-icon {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  color: #fff;
  background: linear-gradient(145deg, #0f8f68, #5de2c1);
  border-radius: 50%;
  box-shadow: 0 18px 45px rgba(15,143,104,.25);
}

.success-popup-icon span { font-size: 2.25rem; font-weight: 900; }

.success-popup-kicker {
  margin-bottom: 8px;
  color: var(--orange-dark);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.success-popup-dialog h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(2rem, 5vw, 3rem);
}

.success-popup-dialog > p:not(.success-popup-kicker) {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
}

.success-popup-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 22px 0;
  color: var(--muted);
  font-size: .88rem;
}

.success-popup-contact a {
  color: var(--navy);
  font-weight: 850;
  text-decoration: none;
}

.success-popup-button { min-width: 180px; border: 0; }
body.popup-open { overflow: hidden; }

@media (max-width: 600px) {
  .success-popup { padding: 14px; }
  .success-popup-dialog { padding: 38px 20px 28px; border-radius: 22px; }
  .success-popup-contact { flex-direction: column; gap: 3px; }
  .success-popup-contact > span { display: none; }
  .success-popup-button { width: 100%; }
}
