section,.section{margin:0 !important;}

/* ── BREADCRUMB ───────────────────────────────────── */
.breadcrumb{padding:16px var(--pad-x);background:var(--subtle);border-bottom:1px solid var(--line)}
.breadcrumb__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;gap:8px;
  font-size:13px;color:var(--muted)}
.breadcrumb__sep{color:var(--line)}
.breadcrumb__current{color:var(--ink2);font-weight:500}
	
/* ============================================================
   HERO — homepage style (fond accent, 2 colonnes)
   ============================================================ */
.itg-hero {
  background: var(--accent);
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  padding: 80px var(--pad-x) 72px;
}

.itg-hero::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.25) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  pointer-events: none;
}

.itg-hero__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.itg-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 99px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
  width: fit-content;
}

.itg-hero__badge-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}

.itg-hero__breadcrumb {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.itg-hero__breadcrumb a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.itg-hero__breadcrumb a:hover { color: rgba(255,255,255,0.85); }
.itg-hero__breadcrumb span { margin: 0 6px; opacity: 0.4; }

.itg-hero__h1 {
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.itg-hero__h1 em {
  font-style: normal;
  color: rgba(255,255,255,0.6);
}

.itg-hero__sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 36px;
}

.itg-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.itg-hero__trust {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.itg-hero__trust-item {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  gap: 7px;
}

.itg-hero__trust-check {
  width: 18px;
  height: 18px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 9px;
  font-weight: 700;
}

/* Colonne droite hero */
.itg-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.itg-card-stack {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 40px 20px 40px 0;
}

.itg-hcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.18);
}

.itg-hcard--main { position: relative; z-index: 2; }

.itg-hcard__tag {
  font-size: 11px;
  font-weight: 600;
  color: var(--accent2);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

.itg-proj-rows { display: flex; flex-direction: column; gap: 8px; }

.itg-proj-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  background: var(--subtle);
  border-radius: 6px;
}

.itg-proj-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.itg-proj-name { font-size: 12px; font-weight: 600; color: var(--ink2); flex: 1; }
.itg-proj-type { font-size: 11px; color: var(--muted); }
.itg-proj-ok   { font-size: 11px; font-weight: 600; color: var(--green); flex-shrink: 0; }

.itg-hcard__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.itg-metric { text-align: center; }
.itg-metric__val {
  font-family: 'Syne', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--accent);
  display: block;
}
.itg-metric__label { font-size: 11px; color: var(--muted); }

.itg-hcard--float {
  position: absolute;
  min-width: 152px;
  padding: 13px 17px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
	z-index: 10;
}
.itg-hcard--float-1 { bottom: -75px; right: -22px; }
.itg-hcard--float-2 { top: -75px; left: -22px; }

.itg-float__tag { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; }
.itg-float__val { font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700; color: var(--gold); }
.itg-float__sub { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* Stats bar dans hero */
.itg-stats--in-hero {
  background: rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.1);
  max-width: var(--max-w);
  margin: 48px auto 0;
  border-radius: var(--radius-md);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.itg-stat {
  padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}
.itg-stat:last-child { border-right: none; }

.itg-stat__num {
  display: block;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 800;
  color: var(--white);
}

.itg-stat__label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* ============================================================
   BUTTONS — homepage style
   ============================================================ */
.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: var(--ink);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Syne', sans-serif;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-white:hover { background: var(--subtle); transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: rgba(255,255,255,0.65);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255,255,255,0.2);
  transition: all 0.2s;
  text-decoration: none;
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.5); color: white; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--white);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  font-family: 'Syne', sans-serif;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary:hover { background: var(--accent2); transform: translateY(-1px); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--ink);
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--line);
  transition: all 0.2s;
  text-decoration: none;
}
.btn-secondary:hover { border-color: var(--accent); color: var(--accent); }

/* ============================================================
   SECTIONS COMMUNES — homepage style
   ============================================================ */
.itg-section {
  padding: 88px var(--pad-x);
}

.itg-section__inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.itg-section-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.itg-section-title {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 14px;
  max-width: 680px;
}

.itg-section-desc {
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 48px;
}

/* ============================================================
   INFO BOX
   ============================================================ */
.info-box {
  background: rgba(37,99,235,0.04);
  border-left: 3px solid var(--accent2);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 16px 20px;
}
.info-box p { font-size: 13px; color: var(--muted); line-height: 1.7; font-style: italic; }
.info-box--gold { background: rgba(196,147,63,0.06); border-left-color: var(--gold); }
.info-box--green { background: rgba(22,163,74,0.06); border-left-color: var(--green); }

/* ============================================================
   PREMIUM
   ============================================================ */
.itg-premium-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.itg-premium-blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.itg-premium-block {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  padding: 20px 24px;
  transition: all 0.3s;
}
.itg-premium-block:hover {
  box-shadow: 0 4px 20px rgba(196,147,63,0.10);
  transform: translateX(3px);
}

.itg-premium-block__title {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.itg-premium-block__desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

/* ============================================================
   PROJETS — homepage card style
   ============================================================ */
.itg-projets-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.itg-projet {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.itg-projet:hover {
  border-color: var(--accent2);
  box-shadow: 0 8px 32px rgba(37,99,235,0.08);
  transform: translateY(-2px);
}

.itg-projet__img {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: relative;
}
.itg-projet__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.15));
}

.itg-projet__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(4px);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.itg-projet__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.itg-projet__sector {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.itg-projet__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 8px;
}

.itg-projet__client {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 16px;
}

.itg-projet__result {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  background: var(--subtle);
  border-radius: 6px;
  margin-bottom: 16px;
  margin-top: auto;
}

.itg-projet__result-text {
  font-size: 13px;
  color: var(--ink2);
  line-height: 1.5;
  font-weight: 500;
}

.itg-projet__cta {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
  text-decoration: none;
}
.itg-projet:hover .itg-projet__cta { gap: 9px; }

/* ============================================================
   AIDES AU FINANCEMENT — zones style (fond accent)
   ============================================================ */
.itg-zones {
  background: var(--accent);
  padding: 88px var(--pad-x);
}

.itg-zones__inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.itg-zones .itg-section-label { color: rgba(255,255,255,0.45); }
.itg-zones .itg-section-title { color: white; max-width: 100%; }
.itg-zones .itg-section-desc { color: rgba(255,255,255,0.6); }

.itg-aides-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 48px;
}

.itg-aides-note {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius-md);
  padding: 20px 24px;
}
.itg-aides-note p { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.7; font-style: italic; }

.itg-aides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.itg-aide-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.itg-aide-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), rgba(196,147,63,0.3));
}
.itg-aide-card:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

.itg-aide-card__flag {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.itg-aide-card__name {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: white;
  margin-bottom: 6px;
}
.itg-aide-card__amount {
  font-family: 'Syne', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
}
.itg-aide-card__desc {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}
.itg-aide-card__tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.08);
  padding: 3px 8px;
  border-radius: 99px;
}

.itg-aides-cta-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.itg-aides-cta-note {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  font-style: italic;
}

/* ============================================================
   MARCHÉ LOCAL — intro grid style
   ============================================================ */
.itg-marche-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.itg-marche-stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itg-marche-stat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s;
	flex-wrap:wrap;
	justify-content:space-around;
}
.itg-marche-stat:hover {
  border-color: var(--accent2);
  background: #F0F7FF;
}

.itg-marche-stat__num {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent2);
  min-width: 72px;
	text-align: center;
}

.itg-marche-stat__label {
  font-size: 14px;
  color: var(--ink2);
  font-weight: 500;
  line-height: 1.4;
}

.itg-marche-stat__sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: 2px;
}

/* ============================================================
   SECTEURS — cards style (homepage services)
   ============================================================ */
.itg-cards-grid--3 { grid-template-columns: repeat(3, 1fr); }

.itg-cards-grid {
  display: grid;
  gap: 24px;
}

.itg-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: all 0.3s;
}
.itg-card:hover {
  border-color: var(--accent2);
  box-shadow: 0 8px 32px rgba(37,99,235,0.08);
  transform: translateY(-2px);
}

.itg-card__icon {
  font-size: 28px;
  margin-bottom: 14px;
}

.itg-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 8px;
  font-family: 'Syne', sans-serif;
}

.itg-card__desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}

/* ============================================================
   APPROCHE / PROCESS STEPS — homepage style
   ============================================================ */
.itg-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.itg-steps { display: flex; flex-direction: column; }

.itg-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.itg-step:last-child { border-bottom: none; }

.itg-step__num {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: var(--accent2);
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--line);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.itg-step__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 6px;
}

.itg-step__desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
}

/* Approach visual box */
.itg-approach-visual {
  background: var(--subtle);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px;
}

.itg-av__title {
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.itg-av__list { display: flex; flex-direction: column; gap: 10px; }

.itg-av__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--line);
}

.itg-av__check {
  width: 20px;
  height: 20px;
  background: var(--accent);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.itg-av__check svg {
  width: 10px; height: 10px;
  stroke: white; fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.itg-av__text { font-size: 13px; color: var(--ink2); font-weight: 500; }

.itg-av__note {
  margin-top: 18px;
  padding: 15px 16px;
  background: rgba(37,99,235,0.04);
  border-left: 3px solid var(--accent2);
  border-radius: 0 6px 6px 0;
}
.itg-av__note p { font-size: 12px; color: var(--muted); font-style: italic; line-height: 1.6; }

/* ============================================================
   FAQ — homepage style
   ============================================================ */
.faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-top: 32px;
}

.faq__item {
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.faq__item:last-child { border-bottom: none; }

.faq__btn {
  width: 100%;
  text-align: left;
  padding: 24px 28px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background 0.2s;
}
.faq__btn:hover { background: #F8FAFF; }
.faq__btn .faq__q:after{content:unset}
.faq__q {
  font-family: 'Syne', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
}

.faq__icon {
  font-size: 20px;
  color: var(--accent2);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}
.faq__item.open .faq__icon { transform: rotate(45deg); }

.faq__a {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  padding: 0 28px 22px;
  display: none;
}
.faq__item.open .faq__a { display: block; }

/* ============================================================
   AUTRES ZONES — zones style (fond subtle)
   ============================================================ */
.itg-zones-autres { background: var(--subtle); padding: 88px var(--pad-x); }

.itg-zones-autres__inner { max-width: var(--max-w); margin: 0 auto; }

.itg-zones-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.itg-zone-tag {
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--ink2);
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 99px;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.itg-zone-tag:hover {
  border-color: var(--accent2);
  color: var(--accent);
  box-shadow: 0 4px 16px rgba(37,99,235,0.07);
  transform: translateY(-2px);
}

.itg-zone-tag__arrow { font-size: 12px; color: var(--accent2); }

/* ============================================================
   CTA BAND — homepage style
   ============================================================ */
.itg-cta-band {
  background: var(--ink);
  padding: 100px var(--pad-x);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.itg-cta-band::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.itg-cta-band__label {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  position: relative;
}

.itg-cta-band__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: white;
  margin-bottom: 14px;
  position: relative;
}

.itg-cta-band__sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  max-width: 420px;
  margin: 0 auto 36px;
  line-height: 1.75;
  position: relative;
}

.itg-cta-band__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

/* ============================================================
   FOOTER — homepage style
   ============================================================ */
.itg-footer {
  background: #0A0A0A;
  padding: 60px var(--pad-x) 32px;
}

.itg-footer__inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.itg-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.itg-footer__brand {
  font-family: 'Syne', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}
.itg-footer__brand span { color: var(--gold); }

.itg-footer__tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-bottom: 16px;
}

.itg-footer__contact {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
  line-height: 1.7;
}
.itg-footer__contact a { color: rgba(255,255,255,0.55); }
.itg-footer__contact a:hover { color: white; }

.itg-footer__col-title {
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.itg-footer__links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.itg-footer__links a { font-size: 13px; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.itg-footer__links a:hover { color: rgba(255,255,255,0.8); }
.itg-footer__links .active { color: rgba(255,255,255,0.7); }

.itg-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.itg-footer__copy { font-size: 12px; color: rgba(255,255,255,0.3); }

.itg-footer__legal { display: flex; gap: 20px; }
.itg-footer__legal a { font-size: 12px; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.itg-footer__legal a:hover { color: rgba(255,255,255,0.6); }

/* ============================================================
   ANIMATIONS — homepage style
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.anim-in { animation: fadeUp 0.7s ease both; }
.anim-in--1 { animation-delay: 0.1s; }
.anim-in--2 { animation-delay: 0.2s; }
.anim-in--3 { animation-delay: 0.3s; }
.anim-in--4 { animation-delay: 0.4s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .itg-hero__inner { grid-template-columns: 1fr; }
  .itg-hero__right { display: none; }
  .itg-marche-grid,
  .itg-approach-grid,
  .itg-premium-grid,	
  .itg-aides-header { grid-template-columns: 1fr; gap: 48px; }
  .itg-cards-grid--3 { grid-template-columns: 1fr 1fr; }
  .itg-projets-grid { grid-template-columns: 1fr 1fr; }
  .itg-aides-grid { grid-template-columns: 1fr 1fr; }
  .itg-stats--in-hero { grid-template-columns: repeat(2, 1fr); }
  .itg-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  :root { --pad-x: 4%; }
  .itg-section { padding: 64px var(--pad-x); }
  .itg-hero { padding: 72px var(--pad-x) 56px; }
  .itg-nav__links { display: none; }
  .itg-hero__trust { flex-direction: column; align-items: flex-start; gap: 10px; }
  .itg-cards-grid--3,
  .itg-projets-grid,
  .itg-aides-grid { grid-template-columns: 1fr; }
  .itg-stats--in-hero { grid-template-columns: 1fr 1fr; }
  .itg-zones-autres,
  .itg-zones,
  .itg-cta-band { padding: 64px var(--pad-x); }
  .itg-footer__grid { grid-template-columns: 1fr; }
  .itg-footer__bottom { flex-direction: column; align-items: flex-start; }
}