/* ── Variables locales ── */
:root {
  --night-2:    #162035;
  --night-3:    #1E2D47;
  --coral-lt:   #F07050;
  --cream-gt:   #EDE8DF;
  --on-dark:    rgba(255,255,255,0.88);
  --muted-dark: rgba(255,255,255,0.50);
  --on-light:   #1A1F2E;
  --muted-light:#6B7280;
  --max-gt:     1100px;
}

/* ── HERO ── */
.gt-hero {
  background: var(--night);
  padding: 140px 56px 100px;
  position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 50% 55% at 75% 30%, rgba(224,90,58,0.1) 0%, transparent 65%),
    radial-gradient(ellipse 35% 45% at 5% 85%, rgba(30,45,71,0.7) 0%, transparent 60%);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 72px 72px;
}
.gt-hero-inner {
  max-width: var(--max-gt); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 400px; gap: 72px; align-items: start;
  position: relative; z-index: 1;
}
.gt-hero-inner > * { min-width: 0; }

.hero-niche {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(224,90,58,0.13); border: 0.5px solid rgba(224,90,58,0.3);
  color: var(--coral); border-radius: 40px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 16px; margin-bottom: 28px;
}
.hero-niche::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

.gt-hero h1 {
  font-family: var(--serif); font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 500; line-height: 1.1; color: white;
  letter-spacing: -0.01em; margin-bottom: 24px;
}
.gt-hero h1 em { font-style: italic; color: var(--coral); }

.gt-hero-lead {
  font-size: 17px; font-weight: 300; color: var(--muted-dark);
  line-height: 1.7; max-width: 500px; margin-bottom: 36px;
}
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.btn-ghost-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: white;
  padding: 14px 26px; border-radius: var(--r-sm);
  border: 0.5px solid rgba(255,255,255,0.22);
  font-size: 14px; font-weight: 300; text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.btn-ghost-dark:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); }
.hero-note { font-size: 12px; color: var(--muted-dark); font-style: italic; }

/* Specs card */
.hero-specs {
  background: var(--night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg); overflow: hidden;
}
.specs-header {
  background: rgba(224,90,58,0.1); border-bottom: 0.5px solid rgba(224,90,58,0.15); padding: 18px 24px;
}
.specs-header-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 4px;
}
.specs-header-title { font-size: 15px; font-weight: 500; color: white; }
.specs-body { padding: 20px 24px; display: flex; flex-direction: column; gap: 14px; }
.spec-row { display: flex; align-items: flex-start; gap: 12px; }
.spec-icon {
  width: 32px; height: 32px; border-radius: var(--r-sm);
  background: rgba(255,255,255,0.05); border: 0.5px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.spec-icon svg { width: 14px; height: 14px; color: var(--coral); }
.spec-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted-dark); margin-bottom: 2px;
}
.spec-value { font-size: 13.5px; color: var(--on-dark); font-weight: 300; line-height: 1.3; }
.spec-value strong { font-weight: 500; color: white; }
.specs-div { height: 0.5px; background: rgba(255,255,255,0.06); }
.specs-footer { padding: 16px 24px; border-top: 0.5px solid rgba(255,255,255,0.06); }
.specs-opco {
  background: rgba(224,90,58,0.1); border: 0.5px solid rgba(224,90,58,0.2);
  border-radius: var(--r-sm); padding: 12px 14px;
  font-size: 13px; font-weight: 300; color: var(--on-dark); line-height: 1.45;
}
.specs-opco strong { font-weight: 500; color: white; }

/* ── SECTION HELPERS ── */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--coral); margin-bottom: 16px;
}
.section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--coral); display: block; }
.section-title {
  font-family: var(--serif); font-size: clamp(34px, 3.8vw, 50px);
  font-weight: 500; line-height: 1.15; margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--coral); }
.section-lead { font-size: 15px; font-weight: 300; color: var(--muted-light); line-height: 1.7; max-width: 540px; }

/* ── STATS CHOC ── */
.stats-choc { background: var(--cream); padding: 72px 56px; }
.stats-choc-inner { max-width: var(--max-gt); margin: 0 auto; }
.stats-header { margin-bottom: 48px; }
.stats-header .section-title { max-width: 680px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.stat-shock {
  background: white; border-radius: var(--r-lg); padding: 32px 28px;
  border: 0.5px solid rgba(26,31,46,0.08);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  position: relative; overflow: hidden;
}
.stat-shock:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-color: rgba(224,90,58,0.18); }
.stat-shock::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--coral), transparent); opacity: 0; transition: opacity 0.3s;
}
.stat-shock:hover::after { opacity: 1; }
.ss-num { font-family: var(--serif); font-size: 56px; font-weight: 500; color: var(--coral); line-height: 1; margin-bottom: 10px; }
.ss-label { font-size: 15px; font-weight: 500; color: var(--on-light); margin-bottom: 8px; }
.ss-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-light); line-height: 1.6; }
.stats-quote {
  background: var(--night); border-radius: var(--r-lg); padding: 32px 40px;
  font-family: var(--serif); font-size: 20px; font-style: italic;
  font-weight: 400; color: var(--on-dark); line-height: 1.55; text-align: center;
}
.stats-quote strong { color: var(--coral); font-style: normal; font-weight: 500; }

/* ── PROBLÈMES ── */
.gt-problemes { background: var(--night-2); padding: 96px 56px; }
.gt-problemes-inner { max-width: var(--max-gt); margin: 0 auto; }
.prob-header { margin-bottom: 52px; }
.prob-header .section-title { color: white; }
.prob-header .section-lead { color: var(--muted-dark); }
.gt-prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gt-prob-card {
  background: var(--night-3); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg); padding: 32px 28px;
  transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden;
}
.gt-prob-card:hover { border-color: rgba(224,90,58,0.25); transform: translateY(-3px); }
.gt-prob-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--coral), transparent); opacity: 0; transition: opacity 0.3s;
}
.gt-prob-card:hover::before { opacity: 1; }
.prob-num { font-family: var(--serif); font-size: 44px; font-weight: 400; color: rgba(224,90,58,0.2); line-height: 1; margin-bottom: 14px; }
.prob-title { font-size: 15px; font-weight: 500; color: white; margin-bottom: 10px; }
.prob-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-dark); line-height: 1.6; }
.prob-enjeu {
  margin-top: 14px; padding-top: 14px; border-top: 0.5px solid rgba(255,255,255,0.07);
  font-size: 12px; font-style: italic; color: rgba(224,90,58,0.7); line-height: 1.45;
}

/* ── BÉNÉFICES ── */
.gt-benefices { background: var(--cream); padding: 96px 56px; }
.gt-benefices-inner { max-width: var(--max-gt); margin: 0 auto; }
.gt-benefices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.gt-benefice-card {
  background: white; border-radius: var(--r-lg); padding: 30px 26px;
  border: 0.5px solid rgba(26,31,46,0.08); transition: transform 0.2s, border-color 0.2s;
}
.gt-benefice-card:hover { transform: translateY(-3px); border-color: rgba(224,90,58,0.18); }
.bc-icon {
  width: 40px; height: 40px; border-radius: var(--r-md);
  background: rgba(224,90,58,0.08); display: flex;
  align-items: center; justify-content: center; margin-bottom: 16px;
}
.bc-icon svg { width: 18px; height: 18px; color: var(--coral); }
.bc-result {
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--coral); margin-bottom: 8px;
}
.bc-title { font-size: 15px; font-weight: 500; color: var(--on-light); margin-bottom: 8px; }
.bc-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-light); line-height: 1.6; }
.gt-benefices-promise {
  background: var(--night); padding: 24px 32px;
  font-family: var(--serif); font-size: 18px; font-style: italic;
  color: var(--on-dark); line-height: 1.5;
  border-left: 3px solid var(--coral); border-radius: 0 var(--r-lg) var(--r-lg) 0;
}

/* ── PROGRAMME ── */
.programme-gt { background: white; padding: 96px 56px; }
.programme-gt-inner { max-width: var(--max-gt); margin: 0 auto; }
.prog-header { margin-bottom: 52px; }
.prog-header .section-title { max-width: 640px; }
.jour-header {
  display: flex; align-items: center; gap: 16px;
  background: var(--night); color: white;
  border-radius: var(--r-md); padding: 14px 20px; margin-bottom: 20px;
}
.jour-label { font-size: 10px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted-dark); }
.jour-title { font-size: 16px; font-weight: 500; color: white; }
.jour-subtitle { font-size: 13px; font-weight: 300; color: var(--muted-dark); margin-left: auto; }
.jour-sep { width: 1px; height: 28px; background: rgba(255,255,255,0.1); }
.gt-modules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 40px; }
.gt-module-card {
  background: var(--cream); border-radius: var(--r-lg); padding: 28px 26px;
  border: 0.5px solid rgba(26,31,46,0.07);
  transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden;
}
.gt-module-card:hover { border-color: rgba(224,90,58,0.18); transform: translateY(-2px); }
.gt-module-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--coral); opacity: 0; transition: opacity 0.3s;
}
.gt-module-card:hover::before { opacity: 1; }
.module-slot {
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--coral); margin-bottom: 8px;
}
.module-title { font-size: 16px; font-weight: 500; color: var(--on-light); margin-bottom: 8px; }
.module-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-light); line-height: 1.65; margin-bottom: 14px; }
.module-concept {
  background: white; border-radius: var(--r-sm); padding: 10px 14px;
  border: 0.5px solid rgba(26,31,46,0.08);
  font-size: 12.5px; font-weight: 300; color: var(--on-light); line-height: 1.45;
}
.module-concept strong { font-weight: 500; color: var(--coral); }
.jour2-separator { margin: 32px 0 20px; }

/* Outil signature */
.outil-signature {
  background: var(--night); border-radius: var(--r-lg); padding: 36px 44px; margin-top: 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.outil-signature > * { min-width: 0; }
.os-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--coral); margin-bottom: 12px; display: flex; align-items: center; gap: 6px;
}
.os-label::before { content: ''; width: 16px; height: 1px; background: var(--coral); display: block; }
.os-title { font-family: var(--serif); font-size: 26px; font-weight: 500; color: white; margin-bottom: 10px; line-height: 1.2; }
.os-desc { font-size: 14px; font-weight: 300; color: var(--muted-dark); line-height: 1.7; }
.os-matrix { display: flex; flex-direction: column; gap: 8px; }
.os-row { display: grid; grid-template-columns: 80px 1fr; gap: 12px; align-items: center; }
.os-row-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: white; padding: 6px 10px; border-radius: var(--r-sm); text-align: center;
}
.os-row--vital .os-row-label { background: rgba(224,90,58,0.5); }
.os-row--juridique .os-row-label { background: rgba(224,90,58,0.25); }
.os-row--confort .os-row-label { background: rgba(255,255,255,0.08); }
.os-row-desc { font-size: 13px; font-weight: 300; color: var(--muted-dark); line-height: 1.4; }

/* ── PÉDAGOGIE ── */
.gt-pedagogie { background: var(--cream-gt); padding: 96px 56px; }
.gt-pedagogie-inner {
  max-width: var(--max-gt); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.gt-pedagogie-inner > * { min-width: 0; }
.peda-left .section-title { color: var(--on-light); }
.peda-left .section-lead { margin-bottom: 32px; }
.peda-cards { display: flex; flex-direction: column; gap: 14px; }
.peda-card {
  background: white; border-radius: var(--r-md); padding: 18px 20px;
  border: 0.5px solid rgba(26,31,46,0.08);
  display: flex; gap: 14px; align-items: flex-start; transition: border-color 0.2s;
}
.peda-card:hover { border-color: rgba(224,90,58,0.2); }
.peda-icon {
  width: 34px; height: 34px; border-radius: var(--r-sm);
  background: rgba(224,90,58,0.08); display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.peda-icon svg { width: 15px; height: 15px; color: var(--coral); }
.peda-title { font-size: 14px; font-weight: 500; color: var(--on-light); margin-bottom: 3px; }
.peda-desc { font-size: 13px; font-weight: 300; color: var(--muted-light); line-height: 1.5; }
.peda-right { display: flex; flex-direction: column; gap: 16px; }
.peda-differentiateur {
  background: var(--night); border-radius: var(--r-lg); padding: 28px 32px;
}
.pd-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--coral); margin-bottom: 12px; display: flex; align-items: center; gap: 6px;
}
.pd-label::before { content: ''; width: 16px; height: 1px; background: var(--coral); display: block; }
.pd-title { font-size: 16px; font-weight: 500; color: white; margin-bottom: 10px; }
.pd-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-dark); line-height: 1.65; margin-bottom: 16px; }
.pd-items { display: flex; flex-direction: column; gap: 10px; }
.pd-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; color: var(--muted-dark); line-height: 1.4;
}
.pd-item::before {
  content: ''; width: 14px; height: 14px; flex-shrink: 0; margin-top: 1px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Ccircle cx='7' cy='7' r='6' fill='%23E05A3A' opacity='.15'/%3E%3Cpath d='M4.5 7l2 2 3-3' stroke='%23E05A3A' stroke-width='1.3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* ── TÉMOIGNAGES ── */
.gt-temoignages { background: var(--night); padding: 96px 56px; }
.gt-testi-inner { max-width: var(--max-gt); margin: 0 auto; }
.gt-testi-header { margin-bottom: 52px; }
.gt-testi-header .section-title { color: white; }
.gt-testi-header .section-lead { color: var(--muted-dark); }
.gt-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gt-testi-card {
  background: var(--night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.2s, transform 0.2s;
}
.gt-testi-card:hover { border-color: rgba(224,90,58,0.2); transform: translateY(-2px); }
.gt-testi-stars { display: flex; gap: 3px; }
.gt-testi-star {
  width: 11px; height: 11px; background: var(--coral);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.gt-testi-quote { font-family: var(--serif); font-size: 16px; font-style: italic; color: var(--on-dark); line-height: 1.55; flex: 1; }
.gt-testi-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.gt-testi-avatar {
  width: 36px; height: 36px; border-radius: 50%; background: var(--night-3);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 14px; font-weight: 500; color: var(--coral); flex-shrink: 0;
}
.gt-testi-name { font-size: 13px; font-weight: 500; color: white; }
.gt-testi-role { font-size: 12px; font-weight: 300; color: var(--muted-dark); }

/* ── TARIFS ── */
.gt-tarifs { background: var(--cream); padding: 96px 56px; }
.gt-tarifs-inner { max-width: var(--max-gt); margin: 0 auto; }
.gt-tarifs-header { margin-bottom: 52px; }
.gt-tarifs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.gt-tarif-card {
  background: white; border: 0.5px solid rgba(26,31,46,0.1);
  border-radius: var(--r-xl); padding: 32px 28px;
  display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.gt-tarif-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.08); }
.gt-tarif-card--featured { background: var(--night); border-color: rgba(224,90,58,0.3); position: relative; }
.gt-tarif-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: white;
  font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 16px; border-radius: 40px; white-space: nowrap;
}
.gt-tarif-duration { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-light); }
.gt-tarif-card--featured .gt-tarif-duration { color: var(--coral); }
.gt-tarif-name { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--on-light); }
.gt-tarif-card--featured .gt-tarif-name { color: white; }
.gt-tarif-desc { font-size: 13.5px; font-weight: 300; color: var(--muted-light); line-height: 1.6; flex: 1; }
.gt-tarif-card--featured .gt-tarif-desc { color: var(--muted-dark); }
.gt-tarif-sep { height: 0.5px; background: rgba(26,31,46,0.08); }
.gt-tarif-card--featured .gt-tarif-sep { background: rgba(255,255,255,0.08); }
.gt-tarif-price { font-family: var(--serif); font-size: 40px; font-weight: 500; color: var(--on-light); line-height: 1; }
.gt-tarif-card--featured .gt-tarif-price { color: white; }
.gt-tarif-price span { font-size: 16px; font-weight: 300; color: var(--muted-light); }
.gt-tarif-card--featured .gt-tarif-price span { color: var(--muted-dark); }
.gt-tarif-intra { font-size: 12px; font-weight: 300; color: var(--muted-light); margin-top: 4px; }
.gt-tarif-card--featured .gt-tarif-intra { color: var(--muted-dark); }
.gt-tarif-btn {
  display: block; text-align: center;
  background: transparent; color: var(--coral);
  padding: 12px; border-radius: var(--r-sm);
  border: 0.5px solid rgba(224,90,58,0.3);
  font-size: 13.5px; font-weight: 500; text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.gt-tarif-btn:hover { background: rgba(224,90,58,0.08); border-color: var(--coral); }
.gt-tarif-btn--featured { background: var(--coral); color: white; border-color: var(--coral); }
.gt-tarif-btn--featured:hover { background: var(--coral-lt); }
.gt-tarifs-opco {
  background: white; border-radius: var(--r-lg); padding: 22px 28px;
  border: 0.5px solid rgba(26,31,46,0.08); display: flex; align-items: center; gap: 18px;
}
.gt-tarifs-opco-icon {
  width: 38px; height: 38px; border-radius: var(--r-sm);
  background: rgba(224,90,58,0.08); display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.gt-tarifs-opco-icon svg { width: 17px; height: 17px; color: var(--coral); }
.gt-tarifs-opco-title { font-size: 14px; font-weight: 500; color: var(--on-light); margin-bottom: 3px; }
.gt-tarifs-opco-desc { font-size: 13px; font-weight: 300; color: var(--muted-light); line-height: 1.5; }

/* ── FAQ ── */
.gt-faq { background: var(--night-2); padding: 96px 56px; }
.gt-faq-inner {
  max-width: var(--max-gt); margin: 0 auto;
  display: grid; grid-template-columns: 300px 1fr; gap: 80px;
}
.gt-faq-inner > * { min-width: 0; }
.gt-faq-left .section-title { color: white; font-size: clamp(26px, 2.8vw, 38px); }
.gt-faq-left .section-lead { color: var(--muted-dark); }
.gt-faq-list { display: flex; flex-direction: column; }
.gt-faq-item { border-bottom: 0.5px solid rgba(255,255,255,0.08); }
.gt-faq-item:first-child { border-top: 0.5px solid rgba(255,255,255,0.08); }
.gt-faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 0; font-family: var(--sans); font-size: 14px; font-weight: 400;
  color: var(--on-dark); text-align: left; transition: color 0.2s;
}
.gt-faq-q:hover { color: white; }
.gt-faq-q.open { color: var(--coral); }
.gt-faq-arrow {
  width: 20px; height: 20px; border-radius: 50%;
  border: 0.5px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  transition: transform 0.3s, border-color 0.2s, background 0.2s;
}
.gt-faq-q.open .gt-faq-arrow { transform: rotate(45deg); border-color: var(--coral); background: rgba(224,90,58,0.12); }
.gt-faq-arrow svg { width: 10px; height: 10px; }
.gt-faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 14px; font-weight: 300; color: var(--muted-dark); line-height: 1.7;
}
.gt-faq-a.open { max-height: 400px; padding-bottom: 18px; }
.gt-faq-a strong { font-weight: 500; color: var(--on-dark); }

/* ── COMPLÉMENTAIRE ── */
.complementaire {
  background: var(--cream); padding: 48px 56px;
  border-top: 0.5px solid rgba(26,31,46,0.08);
}
.comp-inner { max-width: var(--max-gt); margin: 0 auto; }
.comp-label {
  font-size: 10px; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--muted-light); margin-bottom: 14px;
}
.comp-card {
  background: white; border-radius: var(--r-lg); padding: 28px 36px;
  border: 0.5px solid rgba(26,31,46,0.08);
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  flex-wrap: wrap; transition: border-color 0.2s;
}
.comp-card:hover { border-color: rgba(224,90,58,0.2); }
.comp-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-bottom: 6px; }
.comp-title { font-size: 18px; font-weight: 500; color: var(--on-light); margin-bottom: 4px; }
.comp-sub { font-size: 13px; font-weight: 300; color: var(--muted-light); }
.comp-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: var(--coral);
  border: 0.5px solid rgba(224,90,58,0.3);
  padding: 11px 20px; border-radius: var(--r-sm);
  font-size: 13px; font-weight: 500; text-decoration: none;
  transition: background 0.2s, border-color 0.2s; white-space: nowrap; flex-shrink: 0;
}
.comp-btn:hover { background: rgba(224,90,58,0.08); border-color: var(--coral); }

/* ── CTA FINAL ── */
.cta-final {
  background: var(--coral); padding: 96px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-final::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(0,0,0,0.18) 0%, transparent 70%);
}
.cta-inner { position: relative; max-width: 680px; margin: 0 auto; }
.cta-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.cta-title { font-family: var(--serif); font-size: clamp(38px, 5vw, 58px); font-weight: 500; color: white; line-height: 1.1; margin-bottom: 18px; }
.cta-lead { font-size: 16px; font-weight: 300; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 40px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta-note { margin-top: 20px; font-size: 12px; color: rgba(255,255,255,0.5); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .gt-hero-inner, .gt-pedagogie-inner, .gt-faq-inner { grid-template-columns: 1fr; }
  .hero-specs { max-width: 480px; }
  .outil-signature { grid-template-columns: 1fr; gap: 28px; }
  .gt-hero, .stats-choc, .gt-problemes, .gt-benefices, .programme-gt,
  .gt-pedagogie, .gt-temoignages, .gt-tarifs, .gt-faq, .complementaire, .cta-final {
    padding-left: 32px; padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .stats-grid, .gt-prob-grid, .gt-benefices-grid, .gt-modules-grid, .gt-testi-grid, .gt-tarifs-grid {
    grid-template-columns: 1fr;
  }
  .gt-hero, .stats-choc, .gt-problemes, .gt-benefices, .programme-gt,
  .gt-pedagogie, .gt-temoignages, .gt-tarifs, .gt-faq, .complementaire, .cta-final {
    padding-left: 24px; padding-right: 24px;
  }
}
