/* ==========================================================================
   HOPELA — Catégorie Informatique (it-pro) — v3
   Hub local Reims + 3 pages nationales. CSS natif, animé léger, SEO friendly.
   ========================================================================== */

.it-pro-page {
  /* Encre & neutres */
  --it-ink: #12211b;
  --it-body: #3e4b44;
  --it-muted: #65736b;
  --it-white: #fff;
  --it-soft: #f2f6ef;          /* fond alterné, bien distinct du blanc */
  --it-card: #fff;
  --it-line: rgba(21, 36, 28, .1);
  --it-line-2: rgba(21, 36, 28, .16);

  /* Sombre (bandeaux) */
  --it-night: #0b1716;
  --it-night-2: #14251f;

  /* Marque */
  --it-green: #4f6f2e;
  --it-green-d: #3d5622;       /* texte vert sur fond clair (contraste) */
  --it-green-l: #7aa945;       /* vert clair, accents sur fond sombre */
  --it-green-tint: #e9f0e0;    /* fond de puce très clair */
  --it-teal: #2d9c96;
  --it-teal-d: #14746f;
  --it-teal-tint: #e6f5f3;

  /* Action — orange assombri pour que le blanc reste lisible dessus (WCAG AA).
     L'orange vif d'origine (#ff7d1f) ne donnait que ~2,6:1 avec du texte blanc. */
  --it-orange: #c2540a;        /* sûr pour du texte sur fond clair (4,6:1) */
  --it-orange-2: #a84707;
  --it-amber: #f5ac2c;         /* réservé aux fonds sombres */
  --it-accent: var(--it-green);
  --it-accent-2: var(--it-teal);
  --it-panel-accent: var(--it-amber);
  --it-panel-accent-2: var(--it-teal);

  /* Dégradés (sobres) */
  --it-grad-cta: linear-gradient(135deg, #e8690d, #c2540a);
  --it-grad-green: linear-gradient(135deg, #5c8235, #3f5a24);

  /* Rayons & ombres */
  --it-r: 8px;
  --it-r-sm: 8px;
  --it-r-lg: 8px;
  /* Ombres en couches : plus de relief et de définition */
  --it-shadow-sm: 0 1px 2px rgba(21, 36, 28, .07), 0 8px 20px rgba(21, 36, 28, .06);
  --it-shadow: 0 2px 5px rgba(21, 36, 28, .08), 0 18px 44px rgba(21, 36, 28, .13);
  --it-shadow-lg: 0 10px 20px rgba(6, 14, 10, .18), 0 44px 84px rgba(6, 14, 10, .34);

  color: var(--it-body);
  background: var(--it-white);
  overflow-x: hidden;
}

.it-pro-servers {
  --it-accent: #2d9c96;
  --it-accent-2: #78a6ff;
  --it-panel-accent: #2d9c96;
  --it-panel-accent-2: #78a6ff;
}

.it-pro-software {
  --it-accent: #d97706;
  --it-accent-2: #2d9c96;
  --it-panel-accent: #f5ac2c;
  --it-panel-accent-2: #2d9c96;
}

.it-pro-fleet {
  --it-accent: #0f766e;
  --it-accent-2: #7aa945;
  --it-panel-accent: #7aa945;
  --it-panel-accent-2: #38bdf8;
}

/* Icônes utilisées par ces pages et absentes du main.min.css optimisé. */
.it-pro-page .fa-clipboard-check::before { content: "\f46c"; }
.it-pro-page .fa-user-gear::before { content: "\f4fe"; }
.it-pro-page .fa-shield-halved::before { content: "\f3ed"; }
.it-pro-page .fa-compass-drafting::before { content: "\f568"; }
.it-pro-page .fa-scale-balanced::before { content: "\f24e"; }
.it-pro-page .fa-diagram-project::before { content: "\f542"; }
.it-pro-page .fa-arrows-rotate::before { content: "\f021"; }
.it-pro-page .fa-magnifying-glass::before,
.it-pro-page .fa-search::before { content: "\f002"; }
.it-pro-page .fa-calendar-check::before { content: "\f274"; }
.it-pro-page .fa-file-invoice::before { content: "\f570"; }
.it-pro-page .fa-cubes::before { content: "\f1b3"; }
.it-pro-page .fa-tower-broadcast::before { content: "\f519"; }
.it-pro-page .fa-flag::before { content: "\f024"; }
.it-pro-page .fa-desktop::before { content: "\f108"; }
.it-pro-page .fa-list-check::before { content: "\f0ae"; }
.it-pro-page .fa-people-arrows::before { content: "\e068"; }
.it-pro-page .fa-user-plus::before { content: "\f234"; }
.it-pro-page .fa-wifi::before { content: "\f1eb"; }
.it-pro-page .fa-chart-line::before { content: "\f201"; }
.it-pro-page .fa-code::before { content: "\f121"; }
.it-pro-page .fa-graduation-cap::before { content: "\f19d"; }
.it-pro-page .fa-key::before { content: "\f084"; }
.it-pro-page .fa-user-shield::before { content: "\f505"; }

.it-pro-page main {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.it-pro-page h1,
.it-pro-page h2,
.it-pro-page h3 {
  color: var(--it-ink);
}

/* --------------------------------------------------------------------------
   1. Scroll-reveal (progressive enhancement)
   -------------------------------------------------------------------------- */
.it-js .it-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: calc(var(--delay, 0) * 70ms);
  will-change: opacity, transform;
}

.it-js .it-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* --------------------------------------------------------------------------
   2. Boutons
   -------------------------------------------------------------------------- */
.it-primary-btn,
.it-secondary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 15px 28px;
  border-radius: 12px;
  font-weight: 700;
  /* 1.18rem ≈ 18,9px en gras : seuil « grand texte » WCAG (3:1) pour le blanc sur orange */
  font-size: 1.18rem;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.it-primary-btn {
  color: #fff;
  background: var(--it-grad-cta);
  box-shadow: 0 12px 26px rgba(194, 84, 10, .34);
}

.it-primary-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(216, 95, 10, .42);
  text-decoration: none;
}

.it-secondary-btn {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .06);
}

.it-secondary-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .14);
  border-color: #fff;
  text-decoration: none;
}

/* Bouton fantôme (action secondaire, ex. téléphone) */
.it-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--it-green-d);
  background: #fff;
  border: 2px solid rgba(79, 111, 46, .35);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.it-ghost-btn:hover {
  color: var(--it-green-d);
  text-decoration: none;
  transform: translateY(-2px);
  border-color: var(--it-green);
  background: var(--it-green-tint);
}

.it-ghost-btn.on-dark {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .45);
}

.it-ghost-btn.on-dark:hover {
  color: #fff;
  background: rgba(255, 255, 255, .14);
  border-color: #fff;
}

.it-geo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.it-primary-btn i,
.it-secondary-btn i {
  transition: transform .2s ease;
}

.it-primary-btn:hover i {
  transform: translateX(2px);
}

/* --------------------------------------------------------------------------
   3. Kickers
   -------------------------------------------------------------------------- */
.it-kicker,
.it-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--it-green-d);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .09em;
  margin-bottom: 4px;
}

.it-kicker::before {
  content: "";
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background: var(--it-green);
}

/* --------------------------------------------------------------------------
   4. Hero
   -------------------------------------------------------------------------- */
.it-hero {
  position: relative;
  isolation: isolate;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 82px 0 32px;
}

.it-hero-mesh {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  opacity: .5;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
}

.it-hero-mesh::before {
  content: "";
  position: absolute;
  inset: -60px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: it-mesh-drift 22s linear infinite;
  will-change: transform;
}

.it-hero-orbs {
  display: none;
}

.it-hero-orbs span:nth-child(1) {
  position: absolute;
  width: 460px;
  height: 460px;
  top: -140px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 169, 69, .35), transparent 70%);
  filter: blur(60px);
  animation: it-float-a 20s ease-in-out infinite;
}

.it-hero-orbs span:nth-child(2),
.it-hero-orbs span:nth-child(3) {
  display: none;
}

.it-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 90%);
  z-index: -1;
}

.it-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .66fr);
  gap: 48px;
  align-items: center;
}

.it-hero-copy,
.it-hero-panel {
  position: relative;
  z-index: 1;
}

.it-hero-copy {
  max-width: 820px;
}

.it-hero-copy > *,
.it-hero-panel {
  animation: it-hero-in .7s cubic-bezier(.22, 1, .36, 1) both;
}

.it-hero-copy > *:nth-child(1) { animation-delay: .04s; }
.it-hero-copy > *:nth-child(2) { animation-delay: .12s; }
.it-hero-copy > *:nth-child(3) { animation-delay: .2s; }
.it-hero-copy > *:nth-child(4) { animation-delay: .28s; }
.it-hero-copy > *:nth-child(5) { animation-delay: .36s; }
.it-hero-copy > *:nth-child(6) { animation-delay: .44s; }
.it-hero-panel { animation-delay: .26s; }

.it-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eaf3df;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .07em;
  background: rgba(79, 111, 46, .5);
  border: 1px solid rgba(180, 214, 140, .45);
  padding: 9px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
  backdrop-filter: blur(4px);
}

.it-hero-badge i {
  color: var(--it-amber);
}

.it-hero h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .35);
}

.it-hero h1 .it-hl {
  color: var(--it-amber);
}

.it-hero p {
  color: rgba(255, 255, 255, .9);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0 0 8px;
}

.it-hero-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 24px;
  list-style: none;
  padding: 22px 0 0;
  margin: 0;
}

.it-hero-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
  font-size: .98rem;
}

.it-hero-list i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .68rem;
  color: #fff;
  background: var(--it-green);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
}

.it-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.it-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
  margin-top: 24px;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 500;
}

.it-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.it-hero-trust i {
  color: var(--it-green-l);
}

.it-hero-panel {
  color: #fff;
  background:
    linear-gradient(145deg, rgba(11, 23, 22, .96), rgba(18, 35, 29, .9));
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--it-r-lg);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .28);
  padding: 32px;
  overflow: hidden;
}

.it-hero-panel::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--it-panel-accent), var(--it-panel-accent-2), var(--it-amber));
}

.it-hero-panel::after {
  content: none;
}

.it-hero-panel > * {
  position: relative;
  z-index: 1;
}

.it-panel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8f8ee;
  margin: 0 0 18px;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.it-panel-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--it-panel-accent);
  box-shadow: 0 0 0 5px rgba(245, 172, 44, .12);
}

.it-hero-panel h2 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.22;
  margin: 0 0 14px;
}

.it-panel-text {
  color: rgba(255, 255, 255, .78);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 20px;
}

.it-panel-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.it-panel-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 700;
}

.it-panel-actions {
  display: grid;
  gap: 10px;
}

.it-panel-cta,
.it-panel-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.it-panel-cta {
  color: #fff;
  background: var(--it-grad-cta);
  box-shadow: 0 12px 22px rgba(194, 84, 10, .28);
}

.it-panel-phone {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .18);
}

.it-panel-cta:hover,
.it-panel-phone:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

.it-panel-phone:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .32);
}

.it-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-radius: 14px;
  z-index: 1;
}

.it-hero-scroll::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  margin-left: -2px;
  background: #fff;
  border-radius: 2px;
  animation: it-scroll-cue 1.8s ease-in-out infinite;
}

/* --------------------------------------------------------------------------
   5. Réponse « L'essentiel »
   -------------------------------------------------------------------------- */
.it-answer-section {
  background: #fff;
  padding: 18px 0 24px;
}

.it-answer-box {
  position: relative;
  margin-top: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, #fff, #fbfdf9),
    radial-gradient(520px 180px at 96% 12%, rgba(45, 156, 150, .12), transparent 62%);
  border: 1px solid rgba(21, 36, 28, .12);
  border-radius: var(--it-r-lg);
  box-shadow: var(--it-shadow);
  padding: 34px 36px 34px 40px;
  overflow: hidden;
}

.it-answer-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: var(--it-r-lg) 0 0 var(--it-r-lg);
  background: linear-gradient(180deg, var(--it-accent), var(--it-accent-2), var(--it-orange));
}

.it-answer-box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(45, 156, 150, .08), transparent);
  transform: translateX(-120%);
  animation: it-answer-sweep 7s ease-in-out infinite;
  pointer-events: none;
}

.it-answer-box > * {
  position: relative;
  z-index: 1;
}

.it-answer-box h2,
.it-section-head h2,
.it-geo-strip h2 {
  font-size: 1.95rem;
  line-height: 1.22;
  letter-spacing: 0;
  margin: 6px 0 12px;
}

.it-answer-box p {
  color: var(--it-body);
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 0;
}

/* --------------------------------------------------------------------------
   6. Sections & titres
   -------------------------------------------------------------------------- */
.it-section {
  position: relative;
  padding: 92px 0;
}

.it-section-head {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.it-section-head .it-kicker { justify-content: center; }

.it-section-head h2 {
  font-size: 2.1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 6px 0 14px;
}

.it-section-head p {
  color: var(--it-muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

/* Fonds alternés pour bien séparer les blocs */
.it-service-map,
.it-suite-section,
.it-crosslinks {
  background: #fff;
}

.it-usecases,
.it-process-section,
.it-faq-section,
.it-local-services {
  background: var(--it-soft);
}

/* --------------------------------------------------------------------------
   7. Bandeau « signaux »
   -------------------------------------------------------------------------- */
.it-signals {
  background: #fff;
  padding: 34px 0 12px;
}

.it-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.it-signal-grid article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--it-line);
  border-radius: var(--it-r);
  background: #fff;
  box-shadow: var(--it-shadow-sm);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.it-signal-grid article::before,
.it-service-card::before,
.it-suite-card::before,
.it-process article::before,
.it-usecase-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--it-accent), var(--it-accent-2), var(--it-orange));
  transform: scaleX(.18);
  transform-origin: left;
  transition: transform .28s ease;
}

.it-service-card::before,
.it-signal-grid article::before {
  transform: scaleX(1);
  background-size: 220% 100%;
  animation: it-card-line 8s linear infinite;
}

.it-signal-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 156, 150, .38);
  box-shadow: var(--it-shadow);
}

.it-signal-grid article:hover::before,
.it-service-card:hover::before,
.it-suite-card:hover::before,
.it-process article:hover::before,
.it-usecase-grid article:hover::before {
  transform: scaleX(1);
}

.it-signal-grid i {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--it-accent);
  background: linear-gradient(135deg, var(--it-green-tint), var(--it-teal-tint));
  border-radius: 8px;
}

.it-signal-grid h3 {
  font-size: 1.02rem;
  margin: 2px 0 5px;
}

.it-signal-grid p {
  margin: 0;
  color: var(--it-muted);
  font-size: .92rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   7 bis. « On le fait, ou pas ? » — liste avec recherche
   -------------------------------------------------------------------------- */
.it-caps {
  background: var(--it-soft);
}

.it-cap-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--it-line);
  border-radius: var(--it-r-lg);
  box-shadow: var(--it-shadow);
}

.it-cap-search {
  position: relative;
  display: flex;
  align-items: center;
}

.it-cap-search > i {
  position: absolute;
  left: 20px;
  color: var(--it-green);
  font-size: 1.05rem;
  pointer-events: none;
}

.it-cap-search input {
  width: 100%;
  min-height: 60px;
  padding: 16px 54px;
  font-size: 1.05rem;
  font-family: inherit;
  color: var(--it-ink);
  background: #fbfcfa;
  border: 2px solid var(--it-line-2);
  border-radius: 14px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.it-cap-search input::placeholder { color: var(--it-muted); opacity: 1; }

.it-cap-search input:focus {
  background: #fff;
  border-color: var(--it-green);
  box-shadow: 0 0 0 4px rgba(79, 111, 46, .16);
}

.it-cap-search input::-webkit-search-cancel-button { display: none; }

.it-cap-clear {
  position: absolute;
  right: 14px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--it-muted);
  background: var(--it-soft);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.it-cap-clear:hover {
  background: var(--it-green-tint);
  color: var(--it-green-d);
}

.it-cap-count {
  margin: 16px 0 20px;
  color: var(--it-muted);
  font-size: .94rem;
}

.it-cap-count strong {
  color: var(--it-green-d);
  font-size: 1.05rem;
}

.it-cap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.it-cap-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: #fbfcfa;
  border: 1px solid var(--it-line);
  border-radius: 12px;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease;
}

.it-cap-item:hover {
  transform: translateX(3px);
  border-color: rgba(79, 111, 46, .4);
  background: #fff;
}

.it-cap-item > i {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .66rem;
  color: #fff;
  background: var(--it-green);
  border-radius: 50%;
}

.it-cap-label {
  flex: 1;
  color: var(--it-ink);
  font-weight: 600;
  font-size: .97rem;
  line-height: 1.35;
}

.it-cap-tag {
  flex: 0 0 auto;
  padding: 4px 10px;
  color: var(--it-green-d);
  background: var(--it-green-tint);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 700;
  white-space: nowrap;
}

.it-cap-empty {
  margin-top: 22px;
  padding: 26px;
  text-align: center;
  background: var(--it-green-tint);
  border: 1px dashed rgba(79, 111, 46, .45);
  border-radius: var(--it-r);
}

.it-cap-empty p {
  margin: 0 0 18px;
  color: var(--it-body);
  font-size: 1.02rem;
  line-height: 1.6;
}

.it-cap-empty strong { color: var(--it-ink); }

.it-cap-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* --------------------------------------------------------------------------
   8. Grilles de cartes (services, cas d'usage, process, suites)
   -------------------------------------------------------------------------- */
.it-service-grid,
.it-usecase-grid,
.it-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.it-usecase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.it-service-card,
.it-suite-card,
.it-process article,
.it-usecase-grid article {
  position: relative;
  background:
    linear-gradient(180deg, #fff, #fbfdfa),
    linear-gradient(90deg, rgba(45, 156, 150, .04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(45, 156, 150, .035) 1px, transparent 1px);
  background-size: auto, 22px 22px, 22px 22px;
  border: 1px solid var(--it-line);
  border-radius: var(--it-r);
  padding: 30px 28px;
  box-shadow: var(--it-shadow-sm);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.it-service-card::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 86px;
  height: 86px;
  border-right: 1px solid rgba(45, 156, 150, .16);
  border-bottom: 1px solid rgba(45, 156, 150, .16);
  background:
    linear-gradient(135deg, transparent 0 48%, rgba(45, 156, 150, .08) 49% 51%, transparent 52%),
    linear-gradient(90deg, rgba(45, 156, 150, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(45, 156, 150, .08) 1px, transparent 1px);
  background-size: 100% 100%, 14px 14px, 14px 14px;
  opacity: .75;
  pointer-events: none;
  transition: opacity .26s ease, transform .26s ease;
}

.it-service-card:hover,
.it-suite-card:hover,
.it-process article:hover,
.it-usecase-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--it-shadow);
  border-color: rgba(79, 111, 46, .3);
}

.it-service-card:hover::after {
  opacity: 1;
  transform: translate(-4px, -4px);
}

.it-service-card i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--it-accent);
  background: linear-gradient(135deg, var(--it-green-tint), var(--it-teal-tint));
  border: 1px solid rgba(45, 156, 150, .16);
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform .28s ease, color .28s ease, background .28s ease;
}

.it-service-card h3,
.it-service-card p,
.it-service-card i {
  position: relative;
  z-index: 1;
}

.it-service-card:hover i {
  color: #fff;
  background: linear-gradient(135deg, var(--it-accent), var(--it-accent-2));
  transform: rotate(-4deg) scale(1.04);
}

.it-service-card h3,
.it-suite-card h3,
.it-process h3,
.it-usecase-grid h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 12px;
}

.it-service-card p,
.it-process p,
.it-usecase-grid p {
  color: var(--it-muted);
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
}

/* --------------------------------------------------------------------------
   9. Cas d'usage
   -------------------------------------------------------------------------- */
.it-usecase-grid article {
  padding-top: 26px;
}

.it-usecase-grid span {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--it-accent);
}

/* --------------------------------------------------------------------------
   10. Suites / catalogue logiciel
   -------------------------------------------------------------------------- */
.it-suite-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

/* Nombre impair de cartes : sur 2 colonnes la dernière resterait seule
   à côté d'un vide. */
.it-suite-grid--odd {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Entre 768 et 992px la grille repasse à 2 colonnes (voir plus bas) :
   la dernière carte occupe alors toute la largeur. */
@media (min-width: 768px) and (max-width: 991.98px) {
  .it-suite-grid--odd > .it-suite-card:last-child {
    grid-column: 1 / -1;
  }
}

.it-suite-card h3 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
}

.it-suite-card h3::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--it-accent), var(--it-accent-2));
}

.it-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.it-tag-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  color: var(--it-green-d);
  background: linear-gradient(135deg, var(--it-green-tint), var(--it-teal-tint));
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.it-tag-cloud span:hover {
  transform: translateY(-2px);
  background: var(--it-accent);
  color: #fff;
}

/* --------------------------------------------------------------------------
   11. Services locaux (page Reims)
   -------------------------------------------------------------------------- */
.it-local-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.it-local-grid a {
  position: relative;
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 150px;
  padding: 24px 22px;
  color: var(--it-ink);
  background: #fff;
  border: 1px solid var(--it-line);
  border-radius: var(--it-r);
  box-shadow: var(--it-shadow-sm);
  overflow: hidden;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.it-local-grid a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--it-green), var(--it-teal), var(--it-orange));
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .26s ease;
}

.it-local-grid a::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 156, 150, .15), transparent 70%);
  opacity: 0;
  transform: scale(.7);
  transition: opacity .26s ease, transform .26s ease;
}

.it-local-grid a:hover {
  color: var(--it-ink);
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: var(--it-shadow);
  border-color: rgba(79, 111, 46, .35);
}

.it-local-grid a:hover::before {
  transform: scaleX(1);
}

.it-local-grid a:hover::after {
  opacity: 1;
  transform: scale(1);
}

.it-local-grid strong {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.05rem;
}

.it-local-grid strong::after {
  content: "\2192";
  color: var(--it-green);
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .22s ease, transform .22s ease;
}

.it-local-grid a:hover strong::after {
  opacity: 1;
  transform: translateX(0);
}

.it-local-grid span {
  position: relative;
  z-index: 1;
  color: var(--it-muted);
  font-size: .92rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   12. Section ville (GEO local / SEA national)
   -------------------------------------------------------------------------- */
.it-city-section {
  position: relative;
  padding: 84px 0;
  background: linear-gradient(150deg, var(--it-night), var(--it-night-2));
  color: #fff;
  overflow: hidden;
}

.it-city-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 300px at 85% 15%, rgba(122, 169, 69, .18), transparent 65%);
  pointer-events: none;
}

.it-city-section .container {
  position: relative;
  z-index: 1;
}

.it-city-copy {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.it-city-copy .it-kicker { justify-content: center; color: var(--it-green-l); }
.it-city-copy .it-kicker::before { background: var(--it-green-l); }

.it-city-section h2 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 6px 0 12px;
  color: #fff;
}

.it-city-section p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
  margin: 0;
}

.it-city-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.it-city-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 18px;
  color: #eef4e8;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-weight: 600;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.it-city-cloud span:hover {
  transform: translateY(-2px);
  background: rgba(122, 169, 69, .25);
  border-color: rgba(122, 169, 69, .55);
}

/* Marquee national */
.it-city-marquee {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 8px -9999px 0;
  padding: 0 9999px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.it-city-track {
  display: flex;
  gap: 13px;
  width: max-content;
  will-change: transform;
}

.it-city-track.row-1 { animation: it-marquee-l 46s linear infinite; }
.it-city-track.row-2 { animation: it-marquee-r 54s linear infinite; }

.it-city-section:hover .it-city-track { animation-play-state: paused; }

.it-city-track span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  min-height: 42px;
  padding: 9px 18px;
  color: #eef4e8;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  font-weight: 600;
}

.it-city-track span::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .78rem;
  color: var(--it-green-l);
}

/* --------------------------------------------------------------------------
   13. Process (timeline)
   -------------------------------------------------------------------------- */
.it-process {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.it-process article {
  padding-top: 26px;
}

.it-process span {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff;
  background: var(--it-green);
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 18px;
}

/* --------------------------------------------------------------------------
   14. Bandeau conversion
   -------------------------------------------------------------------------- */
.it-geo-strip {
  position: relative;
  padding: 74px 0;
  color: #fff;
  background: linear-gradient(150deg, var(--it-night), var(--it-night-2));
  overflow: hidden;
}

.it-geo-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(560px 240px at 12% 10%, rgba(122, 169, 69, .2), transparent 62%),
    radial-gradient(560px 240px at 100% 100%, rgba(239, 114, 22, .18), transparent 62%);
  pointer-events: none;
}

.it-geo-strip .container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
}

.it-geo-strip .it-kicker { color: var(--it-amber); }
.it-geo-strip .it-kicker::before { background: var(--it-amber); }
.it-geo-strip h2 { color: #fff; margin-top: 4px; }

.it-geo-strip p {
  color: rgba(255, 255, 255, .82);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

/* --------------------------------------------------------------------------
   15. Maillage catégorie
   -------------------------------------------------------------------------- */
.it-crosslink-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.it-crosslink-grid a {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 168px;
  padding: 26px 24px;
  color: var(--it-ink);
  background: #fff;
  border: 1px solid var(--it-line);
  border-top: 3px solid transparent;
  border-radius: var(--it-r);
  box-shadow: var(--it-shadow-sm);
  overflow: hidden;
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.it-crosslink-grid a::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--it-accent), var(--it-accent-2), var(--it-orange));
  transform: scaleX(.18);
  transform-origin: left;
  transition: transform .26s ease;
}

.it-crosslink-grid a:hover,
.it-crosslink-grid a.is-active {
  color: var(--it-ink);
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: var(--it-shadow);
  border-color: var(--it-line);
  border-top-color: transparent;
}

.it-crosslink-grid a:hover::before,
.it-crosslink-grid a.is-active::before {
  transform: scaleX(1);
}

.it-crosslink-grid strong {
  font-size: 1.08rem;
  line-height: 1.3;
}

.it-crosslink-grid a.is-active strong::after {
  content: "Vous êtes ici";
  display: inline-block;
  margin-left: 8px;
  padding: 3px 9px;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  background: var(--it-green);
  border-radius: 999px;
  vertical-align: middle;
}

.it-crosslink-grid span {
  color: var(--it-muted);
  font-size: .9rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   16. FAQ (accordéon, contenu visible par défaut)
   -------------------------------------------------------------------------- */
.it-faq-list {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

.it-faq-list details {
  background: #fff;
  border: 1px solid var(--it-line);
  border-radius: var(--it-r);
  box-shadow: var(--it-shadow-sm);
  overflow: hidden;
  transition: box-shadow .22s ease, border-color .22s ease;
}

.it-faq-list details[open] {
  border-color: rgba(79, 111, 46, .3);
  box-shadow: var(--it-shadow);
}

.it-faq-list h3 { margin: 0; }

.it-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--it-ink);
}

.it-faq-q::-webkit-details-marker { display: none; }

.it-faq-q::after {
  content: "\2b";
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--it-green-d);
  background: var(--it-green-tint);
  border-radius: 50%;
  transition: transform .3s ease;
}

.it-faq-list details[open] .it-faq-q::after {
  transform: rotate(135deg);
}

.it-faq-list details > p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--it-muted);
  font-size: 1rem;
  line-height: 1.7;
}

/* --------------------------------------------------------------------------
   17. Keyframes
   -------------------------------------------------------------------------- */
@keyframes it-hero-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: none; }
}

@keyframes it-scan {
  0%, 35% { transform: translateX(-105%); }
  70%, 100% { transform: translateX(105%); }
}

@keyframes it-panel-line {
  0%, 100% { filter: saturate(1); opacity: .85; }
  50% { filter: saturate(1.45); opacity: 1; }
}

@keyframes it-panel-sweep {
  0%, 40% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}

@keyframes it-status-pulse {
  0%, 100% { opacity: .7; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.2); }
}

@keyframes it-answer-sweep {
  0%, 52% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

@keyframes it-card-line {
  from { background-position: 0 0; }
  to { background-position: 220% 0; }
}

@keyframes it-mesh-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(60px, 60px, 0); }
}

@keyframes it-float-a {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-24px, 26px); }
}

@keyframes it-scroll-cue {
  0% { transform: translateY(0); opacity: 1; }
  70% { transform: translateY(12px); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

@keyframes it-marquee-l {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes it-marquee-r {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* --------------------------------------------------------------------------
   18. Reduced motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .it-pro-page *,
  .it-pro-page *::before,
  .it-pro-page *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .it-js .it-reveal { opacity: 1; transform: none; }
  .it-hero-copy > *,
  .it-hero-panel {
    animation-delay: 0s !important;
    opacity: 1;
    transform: none;
  }
  .it-hero-scroll { display: none; }
}

/* --------------------------------------------------------------------------
   19. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .it-hero {
    min-height: auto;
    padding: 104px 0 76px;
  }

  .it-hero-grid,
  .it-geo-strip .container {
    grid-template-columns: 1fr;
  }

  .it-hero h1 { font-size: 2.4rem; }

  .it-service-grid,
  .it-suite-grid,
  .it-local-grid,
  .it-usecase-grid,
  .it-signal-grid,
  .it-process,
  .it-crosslink-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .it-geo-strip .it-primary-btn { justify-self: start; }
  .it-hero-scroll { display: none; }
}

@media (max-width: 767.98px) {
  .it-pro-page .responsive-hero-bg {
    background-image: linear-gradient(105deg, rgba(10, 18, 24, .94), rgba(10, 18, 24, .82)), var(--hero-bg-mobile) !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .it-hero { padding: 86px 0 62px; }
  .it-hero h1 { font-size: 1.95rem; }
  .it-hero p { font-size: 1.02rem; }

  .it-hero-list,
  .it-service-grid,
  .it-suite-grid,
  .it-local-grid,
  .it-usecase-grid,
  .it-signal-grid,
  .it-process,
  .it-crosslink-grid {
    grid-template-columns: 1fr;
  }

  .it-primary-btn,
  .it-secondary-btn,
  .it-ghost-btn { width: 100%; }

  .it-cap-box { padding: 18px; }
  .it-cap-list { grid-template-columns: 1fr; }
  .it-cap-search input { min-height: 54px; font-size: 1rem; padding: 14px 48px; }
  .it-cap-tag { display: none; }

  .it-answer-box {
    margin-top: 0;
    padding: 26px 22px 26px 26px;
  }

  .it-answer-box h2,
  .it-section-head h2,
  .it-geo-strip h2,
  .it-city-section h2 { font-size: 1.6rem; }

  .it-answer-box p { font-size: 1.02rem; }

  .it-section { padding: 62px 0; }
  .it-section-head { margin-bottom: 38px; }

  .it-crosslink-grid a,
  .it-local-grid a,
  .it-service-card,
  .it-usecase-grid article,
  .it-process article { min-height: auto; }

  .it-city-section { padding: 60px 0; }
  .it-faq-q { font-size: 1rem; padding: 20px; }
  .it-faq-list details > p { padding: 0 20px 22px; }
}
