:root {
  --bg: #F6F7F9;
  --ink: #0B1728;
  --navy: #14243C;
  --accent: #FF5A2C;
  --accent-hover: #E8441A;
  --blue: #1E4E9C;
  --muted: #5B6B80;
  --soft: #8794A6;
  --line: #E2E5EA;
  --card: #fff;
  --ok: #1E8F5B;
  --warn: #B26A00;
  --danger: #C13B1F;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --sans: "Plus Jakarta Sans", Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  -webkit-tap-highlight-color: rgba(20, 36, 60, .08);
}
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--accent); }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }
button, a, .chip { touch-action: manipulation; }
input::placeholder, textarea::placeholder { color: #9AA6B4; }
.wrap,
.wrap-wide {
  margin: 0 auto;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
.wrap { max-width: 1200px; }
.wrap-wide { max-width: 1264px; }
@media (min-width: 981px) {
  .wrap, .wrap-wide { padding-left: 32px; padding-right: 32px; }
}
.kicker {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
}
.kicker-dark {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7E90A8;
  border-left: 2px solid var(--accent);
  padding-left: 12px;
}
h1, h2, h3 { letter-spacing: -.03em; line-height: 1.1; margin: 0; overflow-wrap: break-word; }
.btn {
  display: inline-block;
  font-weight: 700;
  border-radius: 9px;
  padding: 13px 22px;
  border: 0;
  cursor: pointer;
  text-align: center;
}
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 8px 22px rgba(255,90,44,.26); }
.btn-accent:hover { background: var(--accent-hover); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--blue); color: #fff; }
.btn-ghost { border: 1px solid rgba(255,255,255,.24); color: #fff; background: transparent; }
.btn-ghost:hover { background: rgba(255,255,255,.07); color: #fff; }
.btn-line { border: 1px solid #D6DBE3; color: var(--navy); background: #fff; }
.btn-line:hover { border-color: var(--accent); color: var(--accent); }
.btn-block { width: 100%; display: block; padding: 15px; border-radius: 10px; font-size: 15.5px; }
.field { display: block; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--navy); }
.input, .select, .textarea {
  width: 100%;
  margin-top: 8px;
  padding: 13px 14px;
  border: 1px solid #D6DBE3;
  border-radius: 9px;
  font-size: 15px;
  outline: none;
  background: #fff;
}
.input:focus, .select:focus, .textarea:focus { border-color: var(--blue); }
.input-mono { font-family: var(--mono); }
.chip {
  border: 1px solid #D6DBE3;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  cursor: pointer;
}
.chip:hover, .chip.is-on { border-color: var(--accent); color: #C53E19; background: #FFF1EC; }
.banner {
  background: var(--accent);
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 24px;
  text-align: center;
  padding-left: max(16px, env(safe-area-inset-left, 0px));
  padding-right: max(16px, env(safe-area-inset-right, 0px));
}
body.is-nav-open { overflow: hidden; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; }
.do-dont { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.plat-nav { color: #5B6B80; background: transparent; border-left: 2px solid transparent; }
.plat-nav.is-on { color: #0B1728; background: #fff; border-left-color: var(--accent); }
.client-page { min-width: 0; }
.choice-card {
  display: block;
  background: #fff;
  border: 1px solid #E0E4EA;
  border-radius: 16px;
  padding: 26px;
  color: #0B1728;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.choice-card:hover,
.choice-card:focus-visible {
  color: #0B1728;
}
@media (hover: hover) and (pointer: fine) {
  .choice-card--incident:hover {
    border-color: #FF5A2C;
    box-shadow: 0 12px 28px rgba(255, 90, 44, .12);
    transform: translateY(-2px);
  }
  .choice-card--protect:hover {
    border-color: #1E4E9C;
    box-shadow: 0 12px 28px rgba(30, 78, 156, .12);
    transform: translateY(-2px);
  }
}
.choice-card:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}
.stat-row { display: flex; gap: 36px; flex-wrap: wrap; }
.dot-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: #fff;
  animation: sp-pulse 1.4s ease-in-out infinite;
}
@keyframes sp-pulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dot-pulse { animation: none; }
  .choice-card { transition: none; }
}
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: #F6F7F9;
  border-bottom: 1px solid var(--line);
}
@media (min-width: 981px) {
  .site-header {
    background: rgba(246,247,249,.94);
    backdrop-filter: blur(10px);
  }
}
.below-fold {
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}
.header-row {
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap; row-gap: 10px;
  padding: 12px 0;
}
.logo img, .logo svg { height: 38px; width: auto; display: block; }
.header-panel {
  display: flex;
  align-items: center;
  gap: 56px;
  flex: 1;
  min-width: 0;
}
.nav {
  display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
  margin-left: auto; font-size: 14.5px; font-weight: 600; color: var(--navy);
}
.nav a { color: var(--navy); }
.nav-mega { display: flex; align-items: center; gap: 7px; cursor: pointer; padding: 8px 0; }
.nav-mega.is-open { color: var(--accent); }
.header-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.header-cta .login { font-size: 14.5px; font-weight: 600; color: var(--navy); }
.header-cta .btn-header {
  background: var(--accent);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
  padding: 11px 20px;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(255,90,44,.28);
}
.header-cta .btn-header:hover { color: #fff; background: var(--accent-hover); }
.mega {
  display: none;
  position: absolute; left: 0; right: 0; top: 100%;
  background: #fff; border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 48px rgba(11,23,40,.14);
}
.mega.is-open { display: block; }
.mega-grid {
  max-width: 1212px; margin: 0 auto; padding: 0 6px;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 300px;
}
.mega-col { padding: 30px 26px 32px; border-right: 1px solid #EDEFF3; }
.mega-col a { display: block; padding: 7px 8px 7px 0; font-size: 14.5px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.mega-col a:hover { color: var(--accent); }
.mega-card { background: var(--navy); border-radius: 12px; padding: 22px; color: #fff; }
.mega-popular {
  border-top: 1px solid #EDEFF3; background: #FAFBFC;
}
.mega-popular .inner {
  max-width: 1264px; margin: 0 auto; padding: 13px 32px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  font-size: 13.5px; color: var(--muted);
}
.hero {
  background: #0B1728; color: #fff; padding: 84px 0 96px; position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(900px 420px at 12% 0%, rgba(30,78,156,.55), transparent 70%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: start; position: relative; }
.hero h1 { font-size: clamp(34px, 4.6vw, 62px); font-weight: 800; letter-spacing: -.03em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero p { font-size: 19px; line-height: 1.55; color: #B9C5D6; margin: 22px 0 0; max-width: 560px; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3, auto); gap: 34px; margin-top: 52px; }
.hero-stats strong { display: block; font-size: 30px; font-weight: 800; }
.hero-stats span { display: block; font-size: 13.5px; color: #8FA0B8; margin-top: 4px; max-width: 150px; }
.card {
  background: #fff; border: 1px solid #E0E4EA; border-radius: 16px;
  box-shadow: 0 18px 40px rgba(20,36,60,.07);
}
.search-suggest {
  position: relative;
  flex: 1;
  min-width: min(220px, 100%);
}
.search-suggest-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 15;
  margin: 0;
  padding: 6px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(11, 23, 40, .14);
  max-height: min(420px, 70vh);
  overflow: auto;
}
.search-suggest-item,
.search-suggest-more {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  border-radius: 9px;
  padding: 10px 12px;
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
}
.search-suggest-item:hover,
.search-suggest-item.is-on,
.search-suggest-more:hover,
.search-suggest-more.is-on {
  background: #FFF1EC;
  color: var(--ink);
}
.search-suggest-item strong {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.01em;
}
.search-suggest-item span {
  display: block;
  margin-top: 3px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--soft);
}
.search-suggest-item mark,
.search-suggest-more mark {
  background: #FFD8CC;
  color: inherit;
  font-weight: 800;
  padding: 0;
}
.search-suggest-list li:last-child {
  position: sticky;
  bottom: 0;
  background: #fff;
  margin: 0 -6px -6px;
  padding: 0 6px 6px;
}
.search-suggest-more {
  margin-top: 2px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--blue);
  border-top: 1px solid #EDEFF3;
  border-radius: 0 0 9px 9px;
  background: #fff;
}
.search-suggest-empty {
  padding: 12px;
  font-size: 14px;
  color: var(--muted);
}
.declare-card { padding: 30px; color: var(--ink); box-shadow: 0 28px 70px rgba(4,10,20,.45); border: 0; }
.section { padding: 88px 0; }
.section-white { background: #fff; }
.section-navy { background: var(--navy); color: #fff; }
.section-orange { background: var(--accent); color: #170F0B; }
.section h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 800; }
.muted { color: var(--muted); line-height: 1.6; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.fit-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.split-aside { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 40px; align-items: start; }
.split-aside-wide { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 340px); gap: 48px; align-items: start; }
.cta-band { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band-copy { flex: 1; min-width: min(280px, 100%); }
.auto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.client-shell { display: grid; grid-template-columns: 268px minmax(0, 1fr); gap: 24px; align-items: start; }
.client-bar { max-width: 1320px; margin: 0 auto; padding: 12px 28px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.client-bar-actions { margin-left: auto; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.site-footer { background: #060F1C; color: #8FA0B8; padding: 48px 32px; }
.footer-top { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; font-size: 13.5px; line-height: 2; }
.footer-cols a { color: #8FA0B8; display: block; }
.footer-cols strong { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; display: block; margin-bottom: 8px; }
.footer-copy { max-width: 1200px; margin: 36px auto 0; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; font-family: var(--mono); font-size: 12px; color: #6F8099; }
.faq-item { border-top: 1px solid #E4E7EC; padding: 22px 0; cursor: pointer; }
.faq-item h3 { font-size: 18px; font-weight: 700; margin: 0; flex: 1; }
.faq-q { display: flex; align-items: center; gap: 20px; }
.faq-a { font-size: 15.5px; line-height: 1.65; color: var(--muted); margin-top: 12px; max-width: 660px; display: none; }
.faq-item.is-open .faq-a { display: block; }
.status { font-size: 12.5px; font-weight: 700; border-radius: 999px; padding: 7px 14px; white-space: nowrap; }
.auth-split { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.auth-side { background: #0B1728; color: #fff; padding: 40px 48px 48px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.auth-side::before { content:""; position:absolute; inset:0; background: radial-gradient(700px 380px at 20% 0%, rgba(30,78,156,.5), transparent 70%); pointer-events:none; }
.auth-form { background: #F1F3F6; padding: 48px; display: flex; align-items: center; justify-content: center; }
.alert { padding: 12px 14px; border-radius: 10px; font-size: 14px; margin-bottom: 16px; }
.alert-ok { background: #E3F5EC; color: #1E8F5B; }
.alert-err { background: #FDECEA; color: #C13B1F; }
body.is-modal-open { overflow: hidden; }
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(11, 23, 40, .52);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal-backdrop[hidden] { display: none; }
.modal-card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(11, 23, 40, .22);
  padding: 32px 32px 28px;
  position: relative;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #8794A6;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.modal-close:hover { color: var(--navy); }
.modal-check {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #E3F5EC;
  color: #1E8F5B;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  padding: 15px 18px;
  border-bottom: 1px solid #F0F2F5;
}
.step-row--done { background: #F3FBF6; }
.step-row--current { background: #FFF8EB; }
.client-top { background: #fff; border-bottom: 1px solid var(--line); }
.admin-shell { display: grid; grid-template-columns: 240px 1fr; min-height: 100vh; }
.admin-nav { background: #0B1728; color: #A9B7CB; padding: 24px 0; }
.admin-nav a { display: block; padding: 11px 22px; color: #A9B7CB; font-weight: 600; font-size: 14.5px; }
.admin-nav a:hover, .admin-nav a.is-on { color: #fff; background: #16283F; }
.table { width: 100%; border-collapse: collapse; }
.table th, .table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #F0F2F5; font-size: 14.5px; }
.table th { font-family: var(--mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--soft); }
.mobile-toggle {
  display: none;
  background: none;
  border: 0;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
  margin-left: auto;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
}
.hamburger {
  position: relative;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  display: block;
  transition: background .2s;
}
.hamburger::before,
.hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform .2s;
}
.hamburger::before { top: -6px; }
.hamburger::after { top: 6px; }
.mobile-toggle.is-open .hamburger { background: transparent; }
.mobile-toggle.is-open .hamburger::before { top: 0; transform: rotate(45deg); }
.mobile-toggle.is-open .hamburger::after { top: 0; transform: rotate(-45deg); }
.guide-layout { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.article-rail {
  position: sticky;
  top: 96px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
}
.article-rail-toc {
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 0;
}
.article-crumb { font-size: 13.5px; color: #8794A6; display: flex; gap: 8px; flex-wrap: wrap; }
.article-crumb a { color: #1E4E9C; }
.article-answer {
  margin-top: 28px;
  background: #FFF8F5;
  border: 1px solid #F3D4C8;
  border-radius: 14px;
  padding: 20px 22px;
}
.article-answer p { margin: 10px 0 0; font-size: 16.5px; line-height: 1.65; color: #24354C; }
.article-keys { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.article-keys span {
  font-family: var(--mono);
  font-size: 11.5px;
  color: #5B6B80;
  background: #F4F6F8;
  border-radius: 999px;
  padding: 6px 10px;
}
.article-list { margin: 14px 0 0; padding-left: 20px; color: #24354C; }
.article-list li { margin-top: 8px; font-size: 16px; line-height: 1.65; }
.article-note {
  border-left: 2px solid var(--accent);
  background: #FFF8F5;
  padding: 14px 18px;
  margin-top: 16px;
  font-size: 15.5px;
  line-height: 1.6;
  color: #24354C;
}
.article-toc a { font-size: 14.5px; line-height: 1.45; color: #24354C; }
.article-toc a:hover { color: var(--accent); }
.faq-sign { font-size: 22px; color: #8794A6; flex: none; }
@media (max-width: 980px) {
  .hero-grid,
  .auth-split,
  .admin-shell,
  .mega-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .guide-layout,
  .split-aside,
  .split-aside-wide,
  .client-shell { grid-template-columns: 1fr !important; }
  .mobile-toggle { display: inline-flex; }
  .header-row { gap: 12px; }
  .header-panel {
    display: none;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 0 16px;
    border-top: 1px solid var(--line);
    max-height: calc(100dvh - 120px);
    overflow: auto;
  }
  .header-panel.is-open { display: flex; }
  .nav {
    margin-left: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav a,
  .nav-mega {
    padding: 14px 0;
    min-height: 44px;
    border-bottom: 1px solid #EEF1F5;
  }
  .header-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 14px;
  }
  .header-cta .login,
  .header-cta .btn-header {
    display: block;
    text-align: center;
    padding: 13px 16px;
  }
  .mega {
    position: static;
    box-shadow: none;
    border: 0;
    background: #FAFBFC;
    border-radius: 12px;
    margin: 8px 0;
  }
  .mega-grid { grid-template-columns: 1fr !important; }
  .mega-col { padding: 18px 16px 8px; border-right: 0; }
  .mega-col a { padding: 10px 0; min-height: 40px; }
  .mega-popular .inner { padding: 12px 16px 16px; gap: 10px 14px; }
  .hero { padding: 48px 0 56px; }
  .hero-grid { gap: 32px; }
  .hero p { font-size: 17px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn,
  .hero-actions a { flex: 1 1 100%; text-align: center; }
  .hero-stats { grid-template-columns: 1fr 1fr !important; gap: 20px 24px !important; margin-top: 36px !important; }
  .section { padding: 56px 0; }
  .declare-card { padding: 22px; }
  .auth-side { padding: 28px 24px 32px; min-height: auto; }
  .auth-form { padding: 32px 20px 40px; }
  .admin-nav {
    display: flex;
    overflow-x: auto;
    padding: 10px 8px;
    -webkit-overflow-scrolling: touch;
  }
  .admin-nav a { white-space: nowrap; padding: 10px 14px; }
  .admin-shell main { padding: 20px 16px !important; }
  .table { display: block; overflow-x: auto; }
  #platform-demo { grid-template-columns: 1fr !important; }
  #platform-demo > div:first-child {
    border-right: 0 !important;
    border-bottom: 1px solid #E9ECF1;
  }
  #platform-demo > div:first-child > div:last-child {
    flex-direction: row !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #platform-demo .plat-nav {
    flex: none;
    white-space: nowrap;
    border-left: 0 !important;
    border-bottom: 2px solid transparent;
  }
  #cas > div > div:last-child,
  #preuves > div > div:last-child,
  #faq > div,
  #prestations .grid-4,
  #plateforme .grid-4 { grid-template-columns: 1fr !important; }
  .page-section { padding-left: 16px !important; padding-right: 16px !important; padding-top: 56px !important; padding-bottom: 56px !important; }
  .page-section-hero { padding-top: 48px !important; padding-bottom: 56px !important; }
  .plat-head { flex-wrap: wrap; padding: 18px 16px 0 !important; }
  .plat-body { padding: 16px !important; }
  .split-aside-wide aside { position: static !important; max-width: none !important; }
  .article-rail { position: static; max-height: none; }
  .client-bar { padding: 12px 16px; gap: 12px; }
  .client-bar-actions { margin-left: 0; width: 100%; justify-content: space-between; }
  .client-shell > aside { position: static !important; }
  .client-page { padding: 20px 16px 48px !important; }
  .modal-card { padding: 28px 22px 24px; }
  #platform-demo .plat-nav { border-left-color: transparent !important; }
  #platform-demo .plat-nav.is-on { border-bottom-color: var(--accent); background: #fff; color: #0B1728; }
}
@media (max-width: 640px) {
  .banner { font-size: 12.5px; padding: 10px 14px; line-height: 1.4; }
  .logo img, .logo svg { height: 32px; }
  .hero h1 { font-size: clamp(28px, 8vw, 38px); }
  .hero-stats { grid-template-columns: 1fr !important; gap: 16px !important; }
  .hero-stats span, .hero-stats [style*="max-width"] { max-width: none !important; }
  .section h2, #plateforme h2, #prestations h2, #cas h2, #difference h2, #preuves h2, #faq h2, #blog h2 { font-size: 28px; }
  .cta-band { gap: 16px; }
  .cta-band a, .cta-row a { width: 100%; text-align: center; }
  .cta-row { width: 100%; }
  .fit-grid, .auto-grid { gap: 14px; }
  .chip { padding: 9px 12px; }
  .auth-side { padding: 24px 20px; }
  .auth-side > div:last-child { padding-top: 28px !important; }
  .footer-cols { gap: 28px 32px; }
  .site-footer { padding: 36px 16px; }
  .compare-grid { grid-template-columns: 1fr !important; }
  input.input, select.select, textarea.textarea, .input, .select, .textarea {
    font-size: 16px;
  }
  .do-dont { grid-template-columns: 1fr !important; }
  .client-bar-label { display: none; }
  .client-bar-actions { gap: 10px; }
  .search-row { flex-direction: column; }
  .search-row .btn { width: 100%; }
  .search-suggest { min-width: 100%; }
  .stat-row { flex-direction: column; gap: 16px !important; }
}
.check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: #24354C;
}
.check input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.check-box {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid #C9D0DA;
  background: #fff;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-top: 2px;
}
.check input:checked + .check-box {
  background: var(--accent);
  border-color: var(--accent);
}
.check input:checked + .check-box::after { content: "✓"; }
.auth-or {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
}
.auth-or::before, .auth-or::after {
  content: "";
  height: 1px;
  flex: 1;
  background: #EDEFF3;
}
.auth-or span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9AA6B4;
}
.ticket-board {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.ticket-inbox,
.ticket-pane {
  background: #fff;
  border: 1px solid #E0E4EA;
  border-radius: 14px;
  overflow: hidden;
}
.ticket-pane { padding: 22px 24px 24px; }
.ticket-empty,
.ticket-pane-placeholder {
  padding: 28px 22px;
}
.ticket-item {
  display: block;
  padding: 14px 16px;
  border-bottom: 1px solid #F0F2F5;
  color: inherit;
}
.ticket-item:last-child { border-bottom: 0; }
.ticket-item:hover { background: #F7F8FA; color: inherit; }
.ticket-item.is-on { background: #F4F6F8; box-shadow: inset 2px 0 0 #FF5A2C; }
.ticket-item-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.ticket-item-title {
  font-size: 14.5px;
  font-weight: 700;
  color: #0B1728;
  line-height: 1.35;
}
.ticket-item-meta {
  font-family: var(--mono);
  font-size: 11.5px;
  color: #8794A6;
  margin-top: 6px;
}
.ticket-pill {
  flex: none;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 9px;
  white-space: nowrap;
}
.ticket-back {
  font-size: 13.5px;
  font-weight: 600;
  color: #5B6B80;
}
.ticket-thread {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 18px 0 22px;
}
.ticket-msg {
  border-radius: 12px;
  padding: 14px 16px 16px;
  border: 1px solid #E9ECF1;
}
.ticket-msg--me { background: #F7F8FA; }
.ticket-msg--team { background: #FFF8F5; border-color: #F3D8CE; }
.ticket-msg-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 13px;
  color: #8794A6;
  margin-bottom: 8px;
}
.ticket-msg-meta strong { color: #14243C; }
.ticket-msg-body {
  font-size: 15px;
  line-height: 1.6;
  color: #24354C;
}
.ticket-msg-body p { margin: 0 0 .7em; }
.ticket-msg-body p:last-child { margin-bottom: 0; }
.ticket-msg-body ul, .ticket-msg-body ol { margin: .4em 0 .7em 1.2em; }
.ticket-msg-body a { font-weight: 600; }
.ticket-atts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.ticket-att {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E0E4EA;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fff;
  color: #14243C;
  font-size: 13px;
  font-weight: 600;
  max-width: 220px;
}
.ticket-att--image {
  flex-direction: column;
  align-items: stretch;
  padding: 6px;
  max-width: 220px;
}
.ticket-att--image img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
.ticket-att-icon {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #14243C;
  color: #fff;
  border-radius: 6px;
  padding: 5px 6px;
}
.ticket-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0 16px; }
.ticket-composer {
  border: 1px solid #D6DBE3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-top: 16px;
}
.ticket-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 10px;
  border-bottom: 1px solid #EDEFF3;
  background: #F7F8FA;
}
.ticket-toolbar button {
  border: 0;
  background: transparent;
  color: #14243C;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 9px;
  border-radius: 7px;
  cursor: pointer;
}
.ticket-toolbar button:hover { background: #fff; }
.ticket-toolbar-sep { width: 1px; background: #E2E5EA; margin: 4px 6px; }
.ticket-editor {
  min-height: 160px;
  padding: 14px 16px;
  font-size: 15.5px;
  line-height: 1.6;
  outline: none;
}
.ticket-editor:empty::before {
  content: attr(data-placeholder);
  color: #9AA6B4;
}
.ticket-drop {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px 14px;
  border-top: 1px dashed #D6DBE3;
  background: #FBFBFC;
  position: relative;
}
.ticket-drop.is-over { background: #FFF8F5; border-top-color: #FF5A2C; }
.ticket-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.ticket-drop-copy { flex: 1; min-width: 0; pointer-events: none; }
.ticket-drop-copy strong { display: block; font-size: 13.5px; }
.ticket-drop-copy span { display: block; font-size: 12.5px; color: #8794A6; margin-top: 3px; line-height: 1.4; }
.ticket-browse { position: relative; z-index: 1; padding: 8px 12px; font-size: 13px; pointer-events: none; }
.ticket-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 14px 14px;
  background: #FBFBFC;
}
.ticket-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E0E4EA;
  border-radius: 9px;
  padding: 6px 8px;
  background: #fff;
  font-size: 12.5px;
  max-width: 220px;
}
.ticket-preview img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 6px;
}
.ticket-preview button {
  border: 0;
  background: transparent;
  color: #8794A6;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}
.ticket-form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.ticket-form-hint { font-size: 13px; color: #8794A6; line-height: 1.45; }
@media (max-width: 900px) {
  .ticket-board { grid-template-columns: 1fr; }
  .ticket-board.is-open .ticket-inbox { display: none; }
  .ticket-board:not(.is-open) .ticket-pane { display: none; }
}
