/* WebForms — surlignages & fonds en bleus très clairs (alignés logo #3b82f6) */
:root {
  --color-black: #0d0d0d;
  --color-text: #1a1a1a;
  --color-muted: #5c5c5c;
  --color-border: #ebebeb;
  --color-surface: #f4f4f4;
  --color-surface-2: #ececec;
  --color-white: #ffffff;
  --color-blue: #3b82f6;
  --color-blue-dark: #2563eb;
  --color-blue-glow: rgba(59, 130, 246, 0.35);
  --color-blue-soft: rgba(59, 130, 246, 0.08);
  --color-ink: #0d0d0d;
  /* Surligneurs = bleu logo éclairci (deux tons pour garder du contraste) */
  --hl-blue-soft: #dbeafe;
  --hl-blue-mid: #bfdbfe;
  /* Surligneur neutre (titres où le bleu paraît trop « template ») */
  --hl-neutral: #e4e2de;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-display: "Plus Jakarta Sans", var(--font-body);
  --font-kicker: "Caveat", cursive;
  --kicker-blue: #2f6bb5;
  --color-cream: #fafafa;
  --color-paper: #ffffff;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 12px 40px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 24px 64px rgba(0, 0, 0, 0.08);
  --max: 1120px;
  --header-h: 72px;
  --cta-bg: #1a1a1a;
  --cta-bg-hover: #333333;
  /* Boutons : arrondi modéré (14px), cohérent avec les cartes — plus de pilule à bords ronds extrêmes */
  --btn-radius: var(--radius-md);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--color-text);
  background: var(--color-cream);
  -webkit-font-smoothing: antialiased;
}

.page-shell {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 640px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(219, 234, 254, 0.5), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(191, 219, 254, 0.38), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--color-cream) 100%);
  pointer-events: none;
  z-index: 0;
  transform-origin: 50% 0%;
  animation: ambient-drift 22s ease-in-out infinite;
}

.page-shell > * {
  position: relative;
  z-index: 51;
}

/* Sections : apparition au scroll */
.section-reveal {
  opacity: 0;
  transform: translateY(40px) scale(0.985);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.section-reveal.is-in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
  will-change: auto;
}

.cta-band.section-reveal {
  transform: translateY(32px) scale(0.98);
}

.cta-band.section-reveal.is-in-view {
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .section-reveal {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .section-kicker {
    transform: none;
  }

  .page-shell::before {
    animation: none !important;
  }

  .hero-center--animate > * {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }

  .hero .hl::after,
  .hero .mark::after {
    animation: none !important;
  }

  .section-reveal.is-in-view .bento-card,
  .section-reveal.is-in-view .connect-tile,
  .section-reveal.is-in-view .split-card--before,
  .section-reveal.is-in-view .split-card--after,
  .section-reveal.is-in-view .sector-card,
  .section-reveal.is-in-view .support-card,
  .section-reveal.is-in-view .step-card,
  .section-reveal.is-in-view .price-card,
  .section-reveal.is-in-view .faq-item,
  .section-reveal.is-in-view .section-head > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .marquee-inner {
    animation: none !important;
  }

  .collab-orbit-track,
  .collab-bubble {
    animation: none !important;
  }

  .collab-node .collab-bubble {
    transform: rotate(calc(-1 * var(--a))) !important;
  }

  .btn-primary::before,
  .btn-enterprise::before {
    display: none;
  }
}

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

a {
  color: var(--color-blue-dark);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Surlignages type surligneur (bleu logo très clair) */
.hl,
.mark {
  position: relative;
  display: inline;
  z-index: 0;
}

.hl::after,
.mark::after {
  content: "";
  position: absolute;
  left: -0.06em;
  right: -0.06em;
  bottom: 0.02em;
  height: 0.55em;
  background: var(--hl-blue-soft);
  border-radius: 0.28em;
  z-index: -1;
  transform-origin: 0 50%;
  transform: scaleX(1);
}

.hl--lavender::after,
.mark--blue::after {
  background: var(--hl-blue-mid);
}

.mark--neutral::after {
  background: var(--hl-neutral);
}

.display-xl {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--color-ink);
}

.hero-title.display-xl {
  font-size: clamp(2.35rem, 6.2vw, 3.85rem);
}

.display-lg {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--color-ink);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--header-h);
  overflow: visible;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px) saturate(1.1);
  border-bottom: 1px solid var(--color-border);
  transition:
    box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07);
  border-bottom-color: rgba(235, 235, 235, 0.9);
  background: rgba(255, 255, 255, 0.97);
}

.header-inner {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* Logo à gauche · liens centrés (desktop) · CTA à droite */
.header-nav {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 1.25rem;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-link img {
  height: 42px;
  width: auto;
}

.nav-main {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  min-width: 0;
  flex-wrap: wrap;
}

/* Liens de premier niveau uniquement (pas les entrées des sous-menus) */
.nav-main > a {
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
  transition: color 0.2s ease, background-size 0.25s ease;
}

.nav-main > a:hover {
  color: var(--color-blue-dark);
  background-size: 100% 2px;
}

/* Menus déroulants (Produit, Aide) — moins d’entrées visibles dans la barre */
.nav-dropdown {
  position: relative;
}

.nav-dropdown__summary {
  list-style: none;
  cursor: pointer;
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.9rem;
  font-family: inherit;
  padding: 0.2rem 0.35rem 0.2rem 0;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
  transition: color 0.2s ease, background-size 0.25s ease;
}

.nav-dropdown__summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown__summary::after {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.35rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.12em);
  vertical-align: middle;
  opacity: 0.75;
  transition: transform 0.2s ease;
}

.nav-dropdown[open] > .nav-dropdown__summary {
  color: var(--color-blue-dark);
  background-size: 100% 2px;
}

.nav-dropdown[open] > .nav-dropdown__summary::after {
  transform: rotate(-135deg) translateY(0.08em);
}

.nav-dropdown__summary:hover {
  color: var(--color-blue-dark);
}

.nav-dropdown__summary:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 15.5rem;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  z-index: 300;
}

.nav-dropdown__panel a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.nav-dropdown__panel a:hover {
  background: var(--color-surface);
  color: var(--color-blue-dark);
}

.nav-dropdown__panel a[aria-current="page"] {
  background: rgba(59, 130, 246, 0.08);
  color: var(--color-blue-dark);
}

.nav-cta {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

/* Desktop : liens centrés dans la barre, CTA à droite */
@media (min-width: 901px) {
  .header-inner {
    gap: 2rem;
  }

  .header-nav {
    gap: 2.5rem;
  }

  .nav-main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 2.25rem;
  }

  .nav-cta {
    margin-left: 0;
    gap: 0.85rem;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.75rem 1.85rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: var(--btn-radius);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--cta-bg);
  color: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  transform: skewX(-16deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.btn-primary:hover {
  text-decoration: none;
  background: var(--cta-bg-hover);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
}

.btn-primary:hover::before {
  left: 125%;
}

.btn-ghost {
  background: var(--color-white);
  color: var(--color-text);
  border: 1.5px solid var(--color-border);
}

.btn-ghost:hover {
  border-color: #d0d0d0;
  background: #fafafa;
  color: var(--color-ink);
  text-decoration: none;
}

.btn-dark {
  background: var(--color-ink);
  color: var(--color-white);
}

.btn-dark:hover {
  background: #222;
  text-decoration: none;
}

.btn-lg {
  padding: 0.95rem 2.1rem;
  font-size: 1rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  padding: 0.55rem 0.6rem;
  cursor: pointer;
  color: var(--color-text);
  border-radius: var(--radius-md);
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.menu-toggle:hover {
  background: var(--color-white);
  border-color: #d8d8d8;
}

.site-header.is-open .menu-toggle {
  background: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-blue-dark);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.menu-toggle-bars {
  display: block;
  width: 22px;
  height: 16px;
  position: relative;
}

.menu-toggle-bar {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.25s ease;
}

.menu-toggle-bar:nth-child(1) {
  top: 1px;
}

.menu-toggle-bar:nth-child(2) {
  top: 7px;
}

.menu-toggle-bar:nth-child(3) {
  top: 13px;
}

.site-header.is-open .menu-toggle-bar:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.site-header.is-open .menu-toggle-bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.site-header.is-open .menu-toggle-bar:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

/* Fond assombri derrière le menu mobile */
.mobile-nav-backdrop {
  display: none;
}

@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
    touch-action: none;
  }

  /* Au-dessus du <main> (même z-index 51 sur .page-shell > *) */
  .site-header.is-open {
    z-index: 500;
    /* Fond opaque : sinon le backdrop plein écran se voit à travers le header (bandeau gris) */
    background: #ffffff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom-color: var(--color-border);
  }

  .site-header.is-open .header-inner {
    background: #ffffff;
  }

  .mobile-nav-backdrop {
    display: block;
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 205;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    background: rgba(15, 23, 42, 0.48);
    backdrop-filter: blur(10px) saturate(1.1);
    -webkit-backdrop-filter: blur(10px) saturate(1.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.48s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-header.is-open .mobile-nav-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu-toggle {
    display: flex;
    margin-left: auto;
    position: relative;
    z-index: 320;
    flex-shrink: 0;
    touch-action: manipulation;
  }

  .header-inner {
    flex-wrap: nowrap;
    position: relative;
    z-index: 310;
  }

  .logo-link {
    flex-shrink: 0;
    position: relative;
    z-index: 315;
  }

  /* Panneau — descend sous le header (pleine largeur) */
  .header-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    max-width: 100vw;
    max-height: min(calc(100dvh - var(--header-h)), calc(100svh - var(--header-h)));
    height: auto;
    margin: 0;
    padding: 0.35rem 0 calc(1.25rem + env(safe-area-inset-bottom, 0px));
    flex: none;
    order: initial;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    border: none;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
    z-index: 220;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    transform: translate3d(0, calc(-100% - 8px), 0);
    visibility: hidden;
    pointer-events: none;
    will-change: transform;
    transition:
      transform 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.48s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.48s ease;
  }

  .site-header.is-open .header-nav {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
    will-change: auto;
  }

  .header-nav::before {
    content: "Menu";
    display: block;
    padding: 0 1.35rem 1rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-muted);
  }

  .nav-main {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    z-index: auto;
    flex: none;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0 1rem 1.25rem;
  }

  .nav-main > a {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    background: transparent;
    background-image: none;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .nav-main > a:hover {
    background: rgba(59, 130, 246, 0.08);
    color: var(--color-blue-dark);
  }

  .nav-main > a:active {
    transform: scale(0.98);
  }

  .site-header.is-open .nav-main > a {
    animation: mobile-nav-item-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) backwards;
  }

  .site-header.is-open .nav-main > .nav-dropdown {
    animation: mobile-nav-item-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.05s backwards;
  }

  .site-header.is-open .nav-main > a:nth-of-type(1) {
    animation-delay: 0.1s;
  }

  .site-header.is-open .nav-main > a:nth-of-type(2) {
    animation-delay: 0.15s;
  }

  .site-header.is-open .nav-main > a:nth-of-type(3) {
    animation-delay: 0.2s;
  }

  .nav-main > .nav-dropdown .nav-dropdown__summary {
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.9rem 1rem;
    border-radius: var(--radius-md);
    width: 100%;
    box-sizing: border-box;
    background-image: none;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      transform 0.2s ease;
  }

  .nav-main > .nav-dropdown .nav-dropdown__summary:hover {
    background: rgba(59, 130, 246, 0.08);
    color: var(--color-blue-dark);
  }

  .nav-main > .nav-dropdown[open] > .nav-dropdown__summary {
    background-color: rgba(59, 130, 246, 0.08);
    color: var(--color-blue-dark);
    background-image: none;
  }

  .nav-cta {
    margin-left: 0;
    padding: 1.25rem 1rem 0;
    border-left: none;
    border-top: 1px solid var(--color-border);
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin-top: auto;
  }

  .site-header.is-open .nav-cta .btn {
    animation: mobile-nav-item-in 0.42s cubic-bezier(0.22, 1, 0.36, 1) 0.26s backwards;
  }

  .nav-dropdown__panel {
    position: static;
    min-width: 0;
    margin: 0.35rem 0 0 0.65rem;
    padding: 0.35rem 0 0.35rem 0.85rem;
    border: none;
    border-left: 2px solid var(--color-border);
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    gap: 0.35rem;
  }

  .nav-dropdown__panel a {
    padding: 0.35rem 0.5rem;
  }

  .nav-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@keyframes mobile-nav-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .header-nav {
    transition-duration: 0.01ms;
  }

  .mobile-nav-backdrop {
    transition-duration: 0.01ms;
  }

  .site-header.is-open .nav-main > a,
  .site-header.is-open .nav-main > .nav-dropdown,
  .site-header.is-open .nav-cta .btn {
    animation: none;
  }

  .menu-toggle-bar {
    transition-duration: 0.01ms;
  }
}

/* Hero */
.hero {
  padding: 3rem 1.35rem 2.75rem;
}

.pricing-page-hero {
  padding-top: 2.25rem;
  padding-bottom: 1.75rem;
}

.pricing-page-hero .hero-center {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.breadcrumb {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-muted);
}

.breadcrumb a {
  color: var(--color-muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--color-blue-dark);
  text-decoration: underline;
}

.breadcrumb-sep {
  margin: 0 0.4rem;
  opacity: 0.45;
}

.breadcrumb-current {
  color: var(--color-text);
}

.pricing-page-kicker {
  margin-bottom: 0.45rem;
}

.pricing-page-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin: 0 0 1rem;
}

.pricing-page-lead {
  margin-bottom: 1rem;
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

.pricing-page-hero .hero-micro {
  margin-top: 0.35rem;
}

.hero-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.hero-inner--centered {
  display: block;
}

.hero-center {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
  padding: 1.5rem 0.5rem 2.25rem;
}

.hero-inner--centered .hero-lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 42ch;
}

.hero-inner--centered .hero-actions {
  justify-content: center;
}

.hero h1 {
  margin: 0 0 1.25rem;
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  color: var(--color-muted);
  max-width: 38ch;
  line-height: 1.55;
}

.hero-lead strong {
  color: var(--color-text);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0;
}

.hero-micro {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.hero-micro strong {
  color: var(--color-text);
  font-weight: 700;
}

/* Section App collaborative — orbite avatars (photos) */
.section-collab .collab-block {
  margin: 0.5rem auto 0;
  max-width: 30rem;
}

.collab-block {
  margin: 0 auto;
  max-width: 30rem;
}

.collab-orbit {
  --collab-r: 118px;
  --collab-bubble: 58px;
  width: calc(var(--collab-r) * 2 + var(--collab-bubble));
  height: calc(var(--collab-r) * 2 + var(--collab-bubble));
  margin: 0 auto 0.95rem;
  position: relative;
}

.collab-orbit-track {
  position: absolute;
  inset: 0;
  animation: collab-orbit-spin 26s linear infinite;
}

.collab-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--collab-bubble);
  height: var(--collab-bubble);
  margin: calc(var(--collab-bubble) / -2);
  transform: rotate(var(--a)) translateY(calc(-1 * var(--collab-r)));
}

.collab-bubble {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--color-white);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  overflow: hidden;
  background: var(--color-surface-2);
  /* Contre la rotation du nœud (angle --a) + synchronisation avec le plateau */
  animation: collab-bubble-upright 26s linear infinite;
}

.collab-bubble img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.collab-orbit-core {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--color-white);
  border: 3px solid var(--color-border);
  box-shadow:
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 12px 28px rgba(15, 23, 42, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.collab-orbit-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}

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

@keyframes collab-bubble-upright {
  from {
    transform: rotate(calc(-1 * var(--a))) rotate(0deg);
  }
  to {
    transform: rotate(calc(-1 * var(--a))) rotate(-360deg);
  }
}

/* Bandeaux conversion (milieu de page) */
.conversion-strip {
  padding: 2.25rem 1.35rem;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.conversion-strip--alt {
  background: var(--color-surface);
}

.conversion-strip-inner {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  text-align: center;
}

.conversion-strip-text {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--color-text);
  max-width: 36rem;
  line-height: 1.45;
}

@media (max-width: 640px) {
  .conversion-strip-inner {
    flex-direction: column;
  }

  .conversion-strip-inner .btn {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }
}

/* Barre bas mobile (Essai + démo) — désactivée : reste masquée partout */
.convert-bar {
  display: none;
}

/* Page « Demander une démo » (demo.html) */
.demo-page-inner {
  max-width: 32rem;
  margin: 0 auto;
  padding: 0 1.35rem 2.75rem;
}

.demo-page-intro {
  text-align: center;
  margin-bottom: 1.75rem;
}

.demo-page-intro .display-lg {
  margin-bottom: 0.5rem;
}

.demo-page-lead {
  margin: 0 auto;
  max-width: 36rem;
}

.demo-page-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.35rem 2rem;
  box-shadow: var(--shadow-sm);
}

.demo-success--page {
  padding: 0.25rem 0 0.5rem;
}

.demo-field {
  margin-bottom: 0.9rem;
}

.demo-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
}

.demo-optional {
  font-weight: 500;
  color: var(--color-muted);
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  font: inherit;
  font-size: 0.9375rem;
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.demo-form input:focus,
.demo-form textarea:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.demo-form textarea {
  resize: vertical;
  min-height: 5rem;
}

.demo-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.demo-form-actions .btn {
  flex: 1 1 auto;
  min-width: 7rem;
  justify-content: center;
}

.demo-success {
  text-align: center;
  padding: 0.5rem 0 0.25rem;
}

.demo-success-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-ink);
}

.demo-success-text {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.demo-success-text strong {
  color: var(--color-text);
}

/* Bandeau de confiance : phrase + défilement */
.trust-strip {
  padding: 0.5rem 1.35rem 1.25rem;
  text-align: center;
}

.trust-strip-lead {
  margin: 0 auto;
  max-width: 36rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b6b6b;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.marquee-wrap {
  border-block: 1px solid var(--color-border);
  background: var(--color-white);
  padding: 1.15rem 0;
  overflow: hidden;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  padding-right: 3.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-style: normal;
}

.marquee-content span {
  white-space: nowrap;
}

.marquee-content .dot {
  opacity: 0.4;
}

/* Sections */
.section {
  padding: 4.5rem 1.35rem;
}

.section--tight {
  padding-top: 3rem;
}

.section-alt {
  background: var(--color-surface);
}

.section-dark {
  background: linear-gradient(165deg, #1a1025 0%, #0f0a14 50%, #12121a 100%);
  color: #ececf0;
}

.section-dark .section-kicker {
  color: #b8d4f8;
}

.section-dark h2,
.section-dark .display-lg {
  color: var(--color-white);
}

.section-dark .section-desc {
  color: #9b95a8;
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section-kicker {
  font-family: var(--font-kicker);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: var(--kicker-blue);
  margin: 0 0 0.5rem;
  display: inline-block;
  transform: rotate(-0.6deg);
  line-height: 1.2;
}

.section-head {
  margin-bottom: 2.75rem;
  max-width: 720px;
}

.section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-head--center .section-desc {
  margin-left: auto;
  margin-right: auto;
}

/* Bloc mission (ton éditeur / temps précieux) */
.section-mission {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
}

.mission-inner {
  max-width: 46rem;
}

.mission-lead {
  font-size: 1.15rem;
  line-height: 1.7;
  color: var(--color-text);
  margin: 0 0 1.25rem;
}

.mission-aside {
  margin: 0;
  padding: 1.15rem 1.35rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.65);
  border-left: 4px solid var(--color-blue);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.mission-aside a {
  font-weight: 600;
}

/* Grille secteurs (style “solutions par métier”) */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

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

.sector-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.65rem 1.5rem 1.75rem;
  transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.sector-card:hover {
  border-color: #d0d0d0;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.sector-icon {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.85rem;
}

.sector-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.sector-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.6;
}

.sector-card--wide {
  grid-column: 1 / -1;
  padding: 2rem 1.75rem 2.1rem;
  text-align: center;
  border-width: 2px;
  border-color: rgba(59, 130, 246, 0.22);
  background: linear-gradient(180deg, #ffffff 0%, rgba(239, 246, 255, 0.85) 100%);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.sector-card--wide:hover {
  border-color: rgba(59, 130, 246, 0.35);
}

.sector-card--wide .sector-wide-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}

.sector-card--wide p {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 1.02rem;
}

.sector-foot {
  margin: 2rem 0 0;
  text-align: center;
  font-size: 1rem;
  color: var(--color-muted);
}

.sector-foot .btn {
  font-weight: 700;
}

/* Page support */
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

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

.support-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  text-decoration: none;
  color: inherit;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.65rem 1.5rem 1.75rem;
  transition: border-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.support-card:hover {
  border-color: #d0d0d0;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.support-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.85rem;
  border-radius: var(--radius-md);
  background: var(--color-blue-soft);
  color: var(--color-blue);
}

.support-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.support-card p {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.6;
  flex: 1;
}

.support-card-cta {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--color-blue);
}

.support-delais-inner {
  max-width: 720px;
}

.support-tips {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.support-tips li {
  margin-bottom: 0.65rem;
}

.support-tips li:last-child {
  margin-bottom: 0;
}

.price-teaser {
  font-size: 1.15rem;
  color: var(--color-text);
  margin: -0.35rem 0 1rem;
  line-height: 1.45;
}

.price-teaser strong {
  color: var(--color-blue-dark);
  font-weight: 800;
}

.section h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 3.8vw, 2.65rem);
}

.section-desc {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.125rem;
  line-height: 1.65;
}

/* Bloc différenciation — avant / après */
.split-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
  margin-top: 0.5rem;
}

@media (min-width: 801px) {
  .split-compare {
    grid-template-columns: 1fr auto 1fr;
    gap: 1.25rem 1rem;
    align-items: end;
  }
}

.split-compare-side {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}

.split-phase-label {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #9ca3af;
}

.split-phase-label--after {
  color: var(--color-blue-dark);
}

.split-phase-hint {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-muted);
  letter-spacing: 0.02em;
}

.split-phase-hint--after {
  color: var(--color-blue-dark);
  opacity: 0.85;
}

.split-compare-vs {
  display: grid;
  place-items: center;
  padding: 0.5rem 0;
}

@media (min-width: 801px) {
  .split-compare-vs {
    padding: 0 0.25rem 2.5rem;
    align-self: center;
  }
}

.split-compare-vs-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--color-muted);
  background: var(--color-white);
  border: 2px dashed var(--color-border);
  box-shadow: var(--shadow-sm);
}

.split-card {
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.75rem 1.9rem;
  position: relative;
  overflow: hidden;
}

.split-card--before {
  background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
  border: 2px dashed #c4c9d1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.split-card--after {
  background: linear-gradient(165deg, #ffffff 0%, #eff6ff 55%, #dbeafe 100%);
  border: 2px solid var(--color-blue);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 12px 40px rgba(59, 130, 246, 0.14);
}

.split-card h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.split-card--before h3 {
  color: #4b5563;
}

.split-card--after h3 {
  color: var(--color-ink);
}

.split-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}

.split-card--before p {
  color: #6b7280;
}

.split-card--after p {
  color: var(--color-text);
}

.split-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 1rem;
}

.split-tag--before {
  background: rgba(255, 255, 255, 0.85);
  color: #6b7280;
  border: 1px solid #d1d5db;
}

.split-tag--after {
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid rgba(37, 99, 235, 0.35);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
}

/* Bento */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.15rem;
}

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

.bento-card {
  grid-column: span 4;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.75rem 1.85rem;
  transition: border-color 0.2s, box-shadow 0.25s, transform 0.2s;
}

.bento-card:hover {
  border-color: #d8d8d8;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .bento-card {
    grid-column: span 1;
  }
}

.bento-card--wide {
  grid-column: span 8;
}

.bento-card--tall {
  grid-row: span 1;
}

@media (max-width: 900px) {
  .bento-card--wide {
    grid-column: span 1;
  }
}

.bento-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.55) 0%, rgba(191, 219, 254, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.15rem;
  color: var(--color-ink);
  border: 1px solid var(--color-border);
}

.bento-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
}

.bento-card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--color-muted);
  line-height: 1.6;
}

.bento-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bento-list li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.92rem;
  color: var(--color-muted);
}

.bento-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--color-ink);
  font-weight: 800;
}

/* Automatisation */
.section-automation {
  border-top: 1px solid var(--color-border);
  background: linear-gradient(180deg, rgba(219, 234, 254, 0.2) 0%, rgba(250, 250, 250, 0.55) 45%, transparent 100%);
}

/* Section « Connectez vos outils » (grille de liens) */
.connect-header {
  max-width: 44rem;
}

.connect-title {
  margin: 0 0 0.75rem;
}

.connect-title-sketch {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.connect-title-sketch::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0.04em;
  height: 0.48em;
  background: var(--hl-blue-mid);
  border-radius: 0.32em 0.22em 0.38em 0.28em;
  transform: rotate(-0.9deg);
  z-index: -1;
  opacity: 0.92;
}

.connect-desc {
  margin-bottom: 0;
}

.connect-trial-hint {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.connect-trial-hint strong {
  color: var(--color-text);
}

.connect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.25rem;
}

@media (max-width: 1024px) {
  .connect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.connect-tile {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1rem 1.2rem;
  transition:
    border-color 0.2s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.connect-tile:hover {
  border-color: #d0d0d0;
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.connect-tile:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 3px;
}

.connect-tile-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.55) 0%, rgba(191, 219, 254, 0.42) 100%);
  border: 1px solid var(--color-border);
}

.connect-tile-icon img {
  display: block;
  max-width: 32px;
  max-height: 26px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.connect-tile-icon svg {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.connect-tile-icon--sheets {
  background: linear-gradient(145deg, #ffffff 0%, #e8f5e9 100%);
  border-color: rgba(15, 157, 88, 0.22);
}

.connect-tile-icon--make {
  background: linear-gradient(145deg, #faf5ff 0%, #f3e8ff 100%);
  border-color: rgba(111, 2, 185, 0.18);
}

.connect-tile-icon--svg {
  color: var(--color-blue-dark);
}

.connect-tile-icon--pipedream {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f766e;
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 100%);
}

.connect-tile-body {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.connect-tile-name {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--color-ink);
}

.connect-tile-desc {
  font-size: 0.8125rem;
  color: var(--color-muted);
  line-height: 1.45;
}

.connect-foot {
  margin: 2rem 0 0;
  font-size: 0.95rem;
  color: var(--color-muted);
  line-height: 1.55;
  max-width: 42rem;
}

.connect-foot a {
  font-weight: 700;
}

/* Étapes — ligne horizontale fine + pastilles sur le fil */
.section-inner--steps {
  max-width: 58rem;
}

.section-desc--steps {
  max-width: 40rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--color-muted);
}

.steps-line {
  --step-dot: 52px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.5rem, 2.5vw, 1.75rem);
  position: relative;
  margin-top: 2.5rem;
}

.steps-line::before {
  content: "";
  position: absolute;
  top: calc(var(--step-dot) / 2);
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(147, 197, 253, 0.15) 0%,
    #93c5fd 12%,
    #93c5fd 88%,
    rgba(147, 197, 253, 0.15) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.step-card {
  margin: 0;
  padding: 0 0.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--step-dot);
  height: var(--step-dot);
  margin: 0 auto 1.05rem;
  border-radius: 50%;
  background: var(--color-white);
  border: 1.5px solid var(--color-ink);
  color: var(--color-ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px var(--color-surface);
}

.step-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.0625rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}

.step-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.9375rem;
  line-height: 1.45;
  max-width: 22ch;
  margin-inline: auto;
}

@media (max-width: 720px) {
  .steps-line {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    margin-top: 1.75rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-line::before {
    display: none;
  }

  .step-card {
    display: grid;
    grid-template-columns: var(--step-dot) 1fr;
    column-gap: 1rem;
    row-gap: 0.2rem;
    text-align: left;
    padding: 0;
    align-items: start;
  }

  .step-num {
    grid-row: 1 / span 2;
    margin: 0;
    align-self: start;
    box-shadow: 0 0 0 3px var(--color-surface);
  }

  .step-card h3 {
    grid-column: 2;
    margin: 0 0 0.15rem;
    font-size: 1.05rem;
  }

  .step-card p {
    grid-column: 2;
    margin: 0;
    max-width: none;
  }
}

/* Stats */
.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 800px) {
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat-tile {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.stat-tile strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 800;
  color: var(--color-white);
  letter-spacing: -0.03em;
}

.stat-tile span {
  font-size: 0.85rem;
  color: #b4abbf;
  margin-top: 0.35rem;
  display: block;
}

/* Témoignage */
.quote-card {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 1.5rem;
  position: relative;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 4rem;
  line-height: 0;
  color: var(--color-blue);
  opacity: 0.35;
  display: block;
  margin-bottom: 0.5rem;
}

.quote-card blockquote {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 650;
  line-height: 1.5;
  color: var(--color-ink);
}

.quote-card cite {
  font-style: normal;
  font-size: 0.95rem;
  color: var(--color-muted);
}

.quote-card--paper {
  background: var(--color-paper);
  border-radius: 22px 28px 24px 20px;
  border: 1px solid rgba(64, 137, 216, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 12px 40px rgba(64, 137, 216, 0.08),
    2px 3px 0 rgba(0, 0, 0, 0.03);
  padding: 2.25rem 2rem 2.5rem;
  transform: rotate(-0.35deg);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.quote-card--paper:hover {
  transform: rotate(0deg) scale(1.01);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 16px 48px rgba(64, 137, 216, 0.12),
    2px 3px 0 rgba(0, 0, 0, 0.04);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}

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

.price-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.85rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.price-card--featured {
  border: 2px solid var(--color-blue);
  box-shadow: var(--shadow-lg);
  background: var(--color-white);
  padding-top: 2.65rem;
}

.price-card:has(.price-plan-badge) .price-desc {
  margin-bottom: 0.35rem;
}

.price-plan-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  margin: 0 0 0.85rem;
  line-height: 1.2;
}

.price-plan-badge--muted {
  background: #ececec;
  color: #4b5563;
}

.price-plan-badge--accent {
  background: var(--color-blue);
  color: var(--color-white);
}

.price-card-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0.4rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--color-white);
  background: var(--color-blue);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
  white-space: nowrap;
  z-index: 1;
}

.price-pack-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b7280;
}

.price-card--featured .price-pack-title {
  margin-top: 0.15rem;
}

.price-summary {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-muted);
  line-height: 1.45;
}

.price-tagline {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.price-amount {
  margin: 0 0 0.35rem;
  font-size: 2.35rem;
  font-weight: 800;
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

.price-amount small {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-muted);
  font-family: var(--font-body);
}

.price-desc {
  margin: 0 0 1.35rem;
  font-size: 0.9rem;
  color: var(--color-muted);
  flex-grow: 0;
}

/* Cartes tarifs : résumé + tagline remplacent souvent price-desc */
.price-card .price-summary + .price-tagline {
  margin-top: -0.2rem;
}

.price-features {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  flex-grow: 1;
}

.price-features li {
  padding: 0.45rem 0;
  padding-left: 1.55rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--color-text);
}

.price-features li:not(.price-feature--excluded)::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  line-height: 1.125rem;
  text-align: center;
}

.price-features li.price-feature--excluded {
  color: #9ca3af;
}

.price-features li.price-feature--excluded::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #f3f4f6;
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-align: center;
}

.price-card .btn {
  width: 100%;
}

.price-card .btn-ghost {
  border-width: 1.5px;
  border-color: #d1d5db;
  background: var(--color-white);
  color: var(--color-ink);
}

.price-card .btn-ghost:hover {
  border-color: #b8bcc4;
  background: #fafafa;
  color: var(--color-ink);
}

.btn-price-starter {
  background: #9ca3af;
  color: var(--color-white);
  border: none;
  border-radius: var(--btn-radius);
  box-shadow: none;
}

.btn-price-starter:hover {
  background: #6b7280;
  color: var(--color-white);
  text-decoration: none;
}

.btn-enterprise {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--color-blue);
  color: var(--color-white);
  border: none;
  border-radius: var(--btn-radius);
  box-shadow: 0 2px 8px var(--color-blue-glow);
}

.btn-enterprise::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: skewX(-16deg);
  transition: left 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.btn-enterprise:hover {
  background: var(--color-blue-dark);
  color: var(--color-white);
  text-decoration: none;
  box-shadow: 0 4px 16px var(--color-blue-glow);
}

.btn-enterprise:hover::before {
  left: 125%;
}

/* FAQ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  overflow: hidden;
}

.faq-item summary {
  padding: 1.15rem 1.25rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 1.02rem;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--color-muted);
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 1.25rem 1.15rem;
  padding-right: 2rem;
  color: var(--color-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

/* CTA */
.cta-band {
  position: relative;
  padding: 4.5rem 1.35rem;
  text-align: center;
  background: linear-gradient(160deg, #1a1025 0%, #0d0d12 45%, #121018 100%);
  color: var(--color-white);
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 90% at 50% -30%, rgba(196, 181, 253, 0.22), transparent);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.cta-band h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  color: var(--color-white);
  font-family: var(--font-display);
  font-weight: 800;
}

.cta-band p {
  margin: 0 0 1.65rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
  line-height: 1.55;
}

.cta-band .btn-primary {
  font-size: 1.05rem;
  background: var(--color-white);
  color: var(--color-ink);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.cta-band .btn-primary:hover {
  background: #f5f5f5;
  color: var(--color-ink);
}

.cta-band .btn-primary::before {
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.08), transparent);
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.cta-band .cta-btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.95);
}

.cta-band .cta-btn-ghost:hover {
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

/* Footer — sobre, sans carte ni dégradés */
.site-footer {
  position: relative;
  z-index: 52;
  margin-top: 2rem;
  border-top: 1px solid var(--color-border);
  background: var(--color-white);
  overflow: visible;
}

.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2.25rem 1.35rem 1.75rem;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 1.75rem 2rem;
  align-items: start;
}

@media (max-width: 900px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2rem 1.25rem 1.5rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
    padding-bottom: 1rem;
    margin-bottom: 0.25rem;
    border-bottom: 1px solid var(--color-border);
  }
}

@media (max-width: 520px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.footer-brand img {
  height: 36px;
  width: auto;
  margin-bottom: 0.6rem;
  display: block;
}

.footer-brand p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.5;
  max-width: 20rem;
}

.footer-col h4 {
  margin: 0 0 0.6rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: 0;
  text-transform: none;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.35rem;
}

.footer-col li:last-child {
  margin-bottom: 0;
}

.footer-col a {
  color: var(--color-muted);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-col a[aria-current="page"] {
  color: var(--color-text);
  font-weight: 600;
}

.footer-col a[href^="mailto:"] {
  font-weight: 500;
  color: var(--color-text);
  word-break: break-word;
}

.footer-col a[href^="mailto:"]:hover {
  text-decoration: underline;
}

.footer-bottom {
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding: 1rem max(1.35rem, env(safe-area-inset-right, 0px)) max(2rem, env(safe-area-inset-bottom, 0px))
    max(1.35rem, env(safe-area-inset-left, 0px));
  border-top: 1px solid var(--color-border);
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-muted);
  background: var(--color-cream);
  text-align: center;
}

/* Pages légales (mentions, confidentialité, legal.html) */
.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  margin: 0 auto 2rem;
  max-width: 720px;
  padding: 0 0.25rem;
}

.legal-toc a {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-blue-dark);
  text-decoration: none;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-white);
  transition: background 0.15s ease, border-color 0.15s ease;
}

.legal-toc a:hover {
  background: var(--color-surface);
  border-color: #d6d6d6;
}

.legal-page {
  max-width: 720px;
  margin: 0 auto;
}

.legal-page [id] {
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.legal-page h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-ink);
  letter-spacing: -0.02em;
}

.legal-page h2:first-of-type {
  margin-top: 0;
}

.legal-page h3 {
  margin: 1.35rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.legal-page h3:first-of-type {
  margin-top: 0.5rem;
}

.legal-page p,
.legal-page ul {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  color: var(--color-muted);
  line-height: 1.65;
}

.legal-page ul {
  padding-left: 1.25rem;
}

.legal-page li {
  margin-bottom: 0.5rem;
}

.legal-page li:last-child {
  margin-bottom: 0;
}

.legal-page a {
  font-weight: 600;
  color: var(--color-blue-dark);
}

.legal-note {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  font-size: 0.88rem !important;
  color: var(--color-muted) !important;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  line-height: 1.55 !important;
}

/* Centre d’aide — portail (inspiration type Alobees Support) */
.support-portal-hero {
  padding: 2rem 1.35rem 2.5rem;
  max-width: var(--max);
  margin: 0 auto;
}

.support-portal-hero__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.support-portal-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.support-portal-breadcrumb {
  margin: 0;
}

.support-back-site {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-blue-dark);
  text-decoration: none;
  white-space: nowrap;
}

.support-back-site:hover {
  text-decoration: underline;
}

.support-portal-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--color-ink);
}

.support-portal-lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: var(--color-muted);
  line-height: 1.55;
}

.support-search-wrap {
  max-width: 560px;
  margin: 0 auto;
}

.support-search-input {
  width: 100%;
  padding: 0.95rem 1.15rem;
  font-family: inherit;
  font-size: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.support-search-input::placeholder {
  color: #9ca3af;
}

.support-search-input:hover {
  border-color: #d4d4d4;
}

.support-search-input:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px var(--color-blue-soft);
}

.support-popular.section {
  padding-top: 1rem;
  padding-bottom: 2.25rem;
}

.support-section-title {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--color-ink);
}

.support-popular-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.support-popular-list li {
  border-bottom: 1px solid var(--color-border);
}

.support-popular-list li:last-child {
  border-bottom: none;
}

.support-popular-list li[hidden] {
  display: none;
}

.support-popular-list a {
  display: block;
  padding: 0.95rem 1.15rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--color-text);
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.support-popular-list a:hover {
  background: var(--color-surface);
  color: var(--color-blue-dark);
}

.support-search-empty {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.95rem;
  color: var(--color-muted);
}

/* Centre d’aide — articles */
.help-page {
  padding-bottom: 0.5rem;
}

.help-article-figure {
  margin: 1.75rem 0 0;
  padding: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.help-article-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.help-article-caption {
  margin: 0;
  padding: 0.85rem 1.1rem;
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.5;
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
}

.help-page-bottom {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}

.help-page-more {
  margin: 0;
  padding: 1.15rem 1.25rem;
  font-size: 0.98rem;
  color: var(--color-muted);
  line-height: 1.65;
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.help-page-more a {
  font-weight: 700;
  color: var(--color-blue-dark);
}

.help-rule {
  margin: 2rem 0 1.75rem;
  border: none;
  border-top: 1px solid var(--color-border);
  background: transparent;
  height: 0;
}

/* Guides — une page par article */
.guide-doc-shell {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.guide-doc-layout {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.guide-doc-article {
  min-width: 0;
}

.guide-doc-h2 {
  margin-top: 0;
  font-size: 1.35rem;
}

.guide-doc-hero .pricing-page-title {
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
}

.guide-nav-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--color-border);
}

.guide-nav-footer a {
  font-weight: 700;
  color: var(--color-blue-dark);
  text-decoration: none;
}

.guide-nav-footer a:hover {
  text-decoration: underline;
}

.guide-doc-shell .legal-page [id],
.guide-doc-article [id] {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

/* Centre d’aide — grille sommaire + articles */
.help-hub {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.help-hub-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 960px) {
  .help-hub-layout {
    grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
    gap: 2.75rem;
  }

  .help-toc {
    position: sticky;
    top: calc(var(--header-h) + 1rem);
    max-height: calc(100dvh - var(--header-h) - 2rem);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.help-toc {
  padding: 1.35rem 1.25rem;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.help-toc-title {
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
}

.help-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-toc-list > li {
  margin-bottom: 0.7rem;
}

.help-toc-list > li:last-child {
  margin-bottom: 0;
}

.help-toc-list > li > a {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--color-text);
  text-decoration: none;
  line-height: 1.4;
  border-radius: var(--radius-sm);
  transition: color 0.2s ease;
}

.help-toc-list > li > a:hover {
  color: var(--color-blue-dark);
}

.help-toc-sub {
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 0.85rem;
  list-style: none;
  border-left: 2px solid rgba(59, 130, 246, 0.25);
}

.help-toc-sub li {
  margin-bottom: 0.4rem;
}

.help-toc-sub li:last-child {
  margin-bottom: 0;
}

.help-toc-sub a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-muted);
  text-decoration: none;
  line-height: 1.45;
  display: inline-block;
  transition: color 0.2s ease;
}

.help-toc-sub a:hover {
  color: var(--color-blue-dark);
}

.help-toc a:focus-visible {
  outline: 2px solid var(--color-blue);
  outline-offset: 2px;
}

.help-hub-articles {
  min-width: 0;
}

.help-chapter {
  margin-bottom: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-white);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.help-chapter:last-child {
  margin-bottom: 0;
}

.help-chapter--alt {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 72%);
}

.help-chapter .section-inner {
  padding-top: 2rem;
  padding-bottom: 2.25rem;
}

.help-hub .legal-page [id] {
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

/* Page contact */
.contact-page-inner {
  max-width: 920px;
  margin: 0 auto;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 2.5rem;
  align-items: start;
}

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

.contact-aside-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-ink);
}

.contact-aside-text {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  color: var(--color-muted);
  line-height: 1.65;
}

.contact-mail-block {
  margin: 0 0 1.25rem;
}

.contact-mail-link {
  font-size: 1.1rem;
  font-weight: 800;
  word-break: break-word;
}

.contact-topics {
  margin: 0;
  padding: 0 0 0 1.15rem;
  font-size: 0.92rem;
  color: var(--color-muted);
  line-height: 1.75;
}

.contact-form-wrap {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.65rem 1.85rem;
  box-shadow: var(--shadow-sm);
}

.contact-field {
  margin-bottom: 1.1rem;
}

.contact-field:last-of-type {
  margin-bottom: 0.85rem;
}

.contact-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--color-text);
}

.contact-optional {
  font-weight: 500;
  color: var(--color-muted);
  font-size: 0.82rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-family: var(--font-body);
  font-size: 1rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-white);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-blue);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.contact-form textarea {
  resize: vertical;
  min-height: 148px;
  line-height: 1.5;
}

.contact-form-hint {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: var(--color-muted);
  line-height: 1.5;
}

.contact-submit {
  width: 100%;
  justify-content: center;
}

/* ——— Animations (respecte prefers-reduced-motion plus haut) ——— */
@keyframes ambient-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  40% {
    transform: translate(1.5%, 0.8%) scale(1.025);
    opacity: 0.94;
  }
  70% {
    transform: translate(-1.2%, 1.2%) scale(0.99);
    opacity: 1;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hl-draw {
  from {
    transform: scaleX(0.32);
    opacity: 0.4;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes motion-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes motion-rise-sm {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stats-pop {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-center--animate > * {
    opacity: 0;
    animation: hero-rise 0.88s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .hero-center--animate > *:nth-child(1) {
    animation-delay: 0.05s;
  }

  .hero-center--animate > *:nth-child(2) {
    animation-delay: 0.16s;
  }

  .hero-center--animate > *:nth-child(3) {
    animation-delay: 0.26s;
  }

  .hero-center--animate > *:nth-child(4) {
    animation-delay: 0.36s;
  }

  .hero-center--animate > *:nth-child(5) {
    animation-delay: 0.46s;
  }

  .hero .hl:nth-of-type(1)::after {
    animation: hl-draw 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
  }

  .hero .hl:nth-of-type(2)::after {
    animation: hl-draw 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.48s both;
  }

  .section-reveal.is-in-view .section-head > * {
    animation: motion-rise-sm 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .section-head > *:nth-child(1) {
    animation-delay: 0.08s;
  }

  .section-reveal.is-in-view .section-head > *:nth-child(2) {
    animation-delay: 0.16s;
  }

  .section-reveal.is-in-view .section-head > *:nth-child(3) {
    animation-delay: 0.24s;
  }

  .section-reveal.is-in-view .mission-inner > .section-kicker,
  .section-reveal.is-in-view .mission-inner > h2,
  .section-reveal.is-in-view .mission-inner > .mission-lead {
    animation: motion-rise-sm 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .mission-inner > .section-kicker {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .mission-inner > h2 {
    animation-delay: 0.14s;
  }

  .section-reveal.is-in-view .mission-inner > .mission-lead {
    animation-delay: 0.22s;
  }

  .section-reveal.is-in-view .conversion-strip-inner > * {
    animation: motion-rise-sm 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .conversion-strip-inner > *:nth-child(1) {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .conversion-strip-inner > *:nth-child(2) {
    animation-delay: 0.14s;
  }

  .section-reveal.is-in-view .trust-strip-lead {
    animation: motion-rise-sm 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.06s both;
  }

  .section-reveal.is-in-view .bento-card {
    animation: motion-rise 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .bento-card:nth-child(1) {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .bento-card:nth-child(2) {
    animation-delay: 0.12s;
  }

  .section-reveal.is-in-view .bento-card:nth-child(3) {
    animation-delay: 0.18s;
  }

  .section-reveal.is-in-view .bento-card:nth-child(4) {
    animation-delay: 0.24s;
  }

  .section-reveal.is-in-view .connect-tile {
    animation: motion-rise 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(1) {
    animation-delay: 0.03s;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(2) {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(3) {
    animation-delay: 0.09s;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(4) {
    animation-delay: 0.12s;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(5) {
    animation-delay: 0.15s;
  }

  .section-reveal.is-in-view .connect-tile:nth-child(6) {
    animation-delay: 0.18s;
  }

  .section-reveal.is-in-view .split-card--before,
  .section-reveal.is-in-view .split-card--after {
    animation: motion-rise 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .split-card--before {
    animation-delay: 0.08s;
  }

  .section-reveal.is-in-view .split-card--after {
    animation-delay: 0.2s;
  }

  .section-reveal.is-in-view .sector-card {
    animation: motion-rise 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .sector-card:nth-child(1) {
    animation-delay: 0.05s;
  }

  .section-reveal.is-in-view .sector-card:nth-child(2) {
    animation-delay: 0.11s;
  }

  .section-reveal.is-in-view .sector-card:nth-child(3) {
    animation-delay: 0.17s;
  }

  .section-reveal.is-in-view .sector-card:nth-child(4) {
    animation-delay: 0.23s;
  }

  .section-reveal.is-in-view .sector-card:nth-child(5) {
    animation-delay: 0.29s;
  }

  .section-reveal.is-in-view .support-card {
    animation: motion-rise 0.62s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .support-card:nth-child(1) {
    animation-delay: 0.05s;
  }

  .section-reveal.is-in-view .support-card:nth-child(2) {
    animation-delay: 0.11s;
  }

  .section-reveal.is-in-view .support-card:nth-child(3) {
    animation-delay: 0.17s;
  }

  .section-reveal.is-in-view .support-card:nth-child(4) {
    animation-delay: 0.23s;
  }

  .section-reveal.is-in-view .step-card {
    animation: motion-rise 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .step-card:nth-child(1) {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .step-card:nth-child(2) {
    animation-delay: 0.14s;
  }

  .section-reveal.is-in-view .step-card:nth-child(3) {
    animation-delay: 0.22s;
  }

  .section-reveal.is-in-view .stat-tile {
    animation: stats-pop 0.58s cubic-bezier(0.34, 1.2, 0.64, 1) both;
  }

  .section-reveal.is-in-view .stat-tile:nth-child(1) {
    animation-delay: 0.05s;
  }

  .section-reveal.is-in-view .stat-tile:nth-child(2) {
    animation-delay: 0.11s;
  }

  .section-reveal.is-in-view .stat-tile:nth-child(3) {
    animation-delay: 0.17s;
  }

  .section-reveal.is-in-view .stat-tile:nth-child(4) {
    animation-delay: 0.23s;
  }

  .section-reveal.is-in-view .price-card {
    animation: motion-rise 0.68s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .price-card:nth-child(1) {
    animation-delay: 0.06s;
  }

  .section-reveal.is-in-view .price-card:nth-child(2) {
    animation-delay: 0.14s;
  }

  .section-reveal.is-in-view .price-card:nth-child(3) {
    animation-delay: 0.22s;
  }

  .section-reveal.is-in-view .faq-item {
    animation: motion-rise-sm 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .section-reveal.is-in-view .faq-item:nth-child(1) {
    animation-delay: 0.04s;
  }

  .section-reveal.is-in-view .faq-item:nth-child(2) {
    animation-delay: 0.09s;
  }

  .section-reveal.is-in-view .faq-item:nth-child(3) {
    animation-delay: 0.14s;
  }

  .section-reveal.is-in-view .faq-item:nth-child(4) {
    animation-delay: 0.19s;
  }

  .section-reveal.is-in-view .faq-item:nth-child(5) {
    animation-delay: 0.24s;
  }
}

/* --------------------------------------------------------------------------
   Mobile — lisibilité, zones tactiles, pas de débordement horizontal
   -------------------------------------------------------------------------- */
@media (max-width: 640px) {
  .hero {
    padding: 2.25rem max(1rem, env(safe-area-inset-right, 0px)) 2rem max(1rem, env(safe-area-inset-left, 0px));
  }

  .hero-title.display-xl {
    font-size: clamp(1.75rem, 7.5vw, 3.85rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .hero-lead {
    font-size: 1.0625rem;
    max-width: none;
  }

  .hero-center {
    padding: 1rem 0 1.75rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .hero-micro {
    font-size: 0.8125rem;
    line-height: 1.55;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .section--tight {
    padding-top: 2.25rem;
  }

  .section-mission {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section h2 {
    font-size: clamp(1.45rem, 6.5vw, 2.65rem);
    line-height: 1.15;
  }

  .section-head {
    margin-bottom: 2rem;
    max-width: none;
  }

  .section-desc {
    font-size: 1.0625rem;
    line-height: 1.62;
  }

  .mission-lead {
    font-size: 1.0625rem;
    line-height: 1.68;
  }

  .header-inner {
    padding-left: max(1rem, env(safe-area-inset-left, 0px));
    padding-right: max(1rem, env(safe-area-inset-right, 0px));
  }

  .logo-link img {
    height: 36px;
  }

  .trust-strip {
    padding: 0.65rem 1rem 1rem;
  }

  .trust-strip-lead {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .marquee-wrap {
    overflow-x: clip;
  }

  .bento-card {
    padding: 1.35rem 1.1rem 1.45rem;
  }

  .split-card {
    padding: 1.35rem 1.1rem 1.5rem;
  }

  .sector-card,
  .sector-card--wide {
    padding: 1.35rem 1.05rem 1.45rem;
  }

  .sector-card--wide .sector-wide-title {
    font-size: clamp(1.08rem, 4.5vw, 1.4rem);
  }

  .collab-orbit {
    --collab-r: 94px;
    --collab-bubble: 50px;
  }

  .collab-orbit-core {
    width: 72px;
    height: 72px;
    padding: 8px;
  }

  .collab-orbit-logo {
    width: 48px;
    height: 48px;
  }

  .connect-tile {
    padding: 1rem 0.95rem 1.05rem;
    min-height: 4.5rem;
  }

  .connect-header {
    max-width: none;
  }

  .faq-item summary {
    font-size: 0.98rem;
    padding: 1rem 1rem;
    align-items: flex-start;
    text-align: left;
  }

  .faq-item p {
    font-size: 0.98rem;
    padding: 0 1rem 1.05rem;
    line-height: 1.62;
  }

  .cta-band {
    padding: 3rem max(1rem, env(safe-area-inset-right, 0px)) 3rem max(1rem, env(safe-area-inset-left, 0px));
  }

  .cta-band h2 {
    font-size: clamp(1.4rem, 6vw, 2.25rem);
    line-height: 1.15;
  }

  .cta-band p {
    font-size: 1.05rem;
    line-height: 1.58;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }

  .conversion-strip {
    padding: 1.85rem max(1rem, env(safe-area-inset-right, 0px)) 1.85rem max(1rem, env(safe-area-inset-left, 0px));
  }

  .conversion-strip-text {
    font-size: 1rem;
  }

  .footer-inner {
    padding: 1.85rem max(1rem, env(safe-area-inset-right, 0px)) 1.35rem max(1rem, env(safe-area-inset-left, 0px));
  }

  .footer-col a {
    font-size: 0.9rem;
    padding: 0.15rem 0;
    display: inline-block;
  }

  .footer-bottom {
    padding: 1rem max(1rem, env(safe-area-inset-right, 0px)) max(1.75rem, env(safe-area-inset-bottom, 0px))
      max(1rem, env(safe-area-inset-left, 0px));
    line-height: 1.5;
  }

  .price-card {
    padding: 1.6rem 1.15rem;
  }

  .pricing-page-title {
    font-size: clamp(1.55rem, 6.5vw, 3rem);
    line-height: 1.12;
  }

  .pricing-page-lead {
    max-width: none;
    font-size: 1.02rem;
  }

  .stats-band {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .stat-tile {
    padding: 1.25rem 1rem;
  }

  .stat-tile span {
    font-size: 0.9rem;
    line-height: 1.45;
  }

  .quote-card--paper {
    padding: 1.6rem 1.1rem 1.75rem;
  }

  .quote-card blockquote {
    font-size: 1.1rem;
  }

  .legal-page {
    padding: 0 0.15rem;
  }

  .legal-page p,
  .legal-page li {
    font-size: 0.98rem;
    line-height: 1.65;
    overflow-wrap: break-word;
  }

  .legal-toc {
    padding: 0;
    gap: 0.5rem;
  }

  .legal-toc a {
    font-size: 0.8125rem;
    padding: 0.4rem 0.65rem;
  }

  .btn {
    min-height: 44px;
  }

  .btn-lg {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .sector-foot .btn {
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .site-header.is-open .nav-cta .btn {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
