/* ── ENTREPRISES — variables locales ─────────────────────── */
:root {
  --ent-night-2:     #162035;
  --ent-night-3:     #1E2D47;
  --ent-coral-lt:    #F07050;
  --ent-cream-2:     #EDE8DF;
  --ent-on-dark:     rgba(255,255,255,0.88);
  --ent-muted-dark:  rgba(255,255,255,0.50);
  --ent-on-light:    #1A1F2E;
  --ent-muted-light: #6B7280;
  --ent-r-sm: 6px; --ent-r-md: 12px; --ent-r-lg: 20px; --ent-r-xl: 28px;
  --ent-max: 1100px;
}

/* ── HERO ────────────────────────────────────────────────── */
.ent-hero {
  background: var(--night);
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 56px 96px;
  position: relative; overflow: hidden;
}
.ent-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 60% at 78% 35%, rgba(224,90,58,0.1) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 5% 80%, rgba(30,45,71,0.7) 0%, transparent 60%);
}
.ent-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;
}
.ent-hero-inner {
  max-width: var(--ent-max); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
  position: relative; z-index: 1;
}
.ent-hero-inner > * { min-width: 0; }
.ent-hero-tag {
  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;
  animation: entFadeUp 0.5s 0.1s ease both;
}
.ent-hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.ent-h1 { font-family: var(--serif); font-size: clamp(44px, 5vw, 68px); font-weight: 500; line-height: 1.1; color: white; letter-spacing: -0.01em; margin-bottom: 24px; animation: entFadeUp 0.5s 0.22s ease both; }
.ent-h1 em { font-style: italic; color: var(--coral); }
.ent-hero-lead { font-size: 17px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.7; max-width: 500px; margin-bottom: 40px; animation: entFadeUp 0.5s 0.34s ease both; }
.ent-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; animation: entFadeUp 0.5s 0.46s ease both; margin-bottom: 12px; }
.ent-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: white; padding: 14px 26px; border-radius: var(--ent-r-sm); font-size: 14px; font-weight: 500; text-decoration: none; transition: background 0.2s, transform 0.15s, box-shadow 0.2s; }
.ent-btn-primary:hover { background: var(--ent-coral-lt); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(224,90,58,0.3); }
.ent-btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: white; padding: 14px 26px; border-radius: var(--ent-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; }
.ent-btn-ghost:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.05); }
.ent-hero-note { font-size: 12px; color: var(--ent-muted-dark); font-style: italic; animation: entFadeUp 0.5s 0.56s ease both; }

/* Carte droite hero */
.ent-hero-card {
  background: var(--ent-night-2); border: 0.5px solid rgba(255,255,255,0.07);
  border-radius: var(--ent-r-lg); overflow: hidden;
  animation: entFadeUp 0.6s 0.3s ease both;
}
.hc-header { background: rgba(224,90,58,0.1); border-bottom: 0.5px solid rgba(224,90,58,0.15); padding: 18px 24px; }
.hc-header-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 4px; }
.hc-header-title { font-size: 15px; font-weight: 500; color: white; }
.hc-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.06); }
.hc-stat { background: var(--ent-night-2); padding: 18px 20px; }
.hc-stat-num { font-family: var(--serif); font-size: 32px; font-weight: 500; color: white; line-height: 1; margin-bottom: 4px; }
.hc-stat-num span { color: var(--coral); }
.hc-stat-label { font-size: 12px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.35; }
.hc-body { padding: 18px 24px; display: flex; flex-direction: column; gap: 12px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.hc-row { display: flex; align-items: flex-start; gap: 12px; }
.hc-icon { width: 30px; height: 30px; border-radius: var(--ent-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; }
.hc-icon svg { width: 13px; height: 13px; color: var(--coral); }
.hc-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ent-muted-dark); margin-bottom: 1px; }
.hc-value { font-size: 13px; color: var(--ent-on-dark); font-weight: 300; line-height: 1.3; }
.hc-value strong { font-weight: 500; color: white; }

/* ── BASE SECTIONS ───────────────────────────────────────── */
.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(--ent-muted-light); line-height: 1.7; max-width: 560px; }

/* ── COÛT DU SILENCE ─────────────────────────────────────── */
.cout { background: var(--cream); padding: 96px 56px; }
.cout-inner { max-width: var(--ent-max); margin: 0 auto; }
.cout-header { margin-bottom: 52px; }
.cout-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; }
.cout-stat {
  background: white; border-radius: var(--ent-r-lg); padding: 32px 28px;
  border: 0.5px solid rgba(26,31,46,0.08);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  position: relative; overflow: hidden;
}
.cout-stat:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); border-color: rgba(224,90,58,0.18); }
.cout-stat::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; }
.cout-stat:hover::after { opacity: 1; }
.cs-num { font-family: var(--serif); font-size: 56px; font-weight: 500; color: var(--coral); line-height: 1; margin-bottom: 10px; }
.cs-title { font-size: 15px; font-weight: 500; color: var(--ent-on-light); margin-bottom: 8px; }
.cs-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-light); line-height: 1.6; }
.cs-source { font-size: 11px; font-weight: 300; color: rgba(26,31,46,0.3); margin-top: 10px; font-style: italic; }
.cout-insight {
  background: var(--night); border-radius: var(--ent-r-lg); padding: 36px 44px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.ci-quote { font-family: var(--serif); font-size: 20px; font-style: italic; font-weight: 400; color: var(--ent-on-dark); line-height: 1.55; border-left: 3px solid rgba(224,90,58,0.4); padding-left: 24px; }
.ci-text { font-size: 14px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.75; }
.ci-text strong { font-weight: 500; color: var(--ent-on-dark); }

/* ── PROBLÈMES ───────────────────────────────────────────── */
.problemes { background: var(--ent-night-2); padding: 96px 56px; }
.problemes-inner { max-width: var(--ent-max); margin: 0 auto; }
.prob-header .section-title { color: white; }
.prob-header .section-lead { color: var(--ent-muted-dark); margin-bottom: 52px; }
.prob-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.prob-card { background: var(--ent-night-3); border: 0.5px solid rgba(255,255,255,0.07); border-radius: var(--ent-r-lg); padding: 30px 26px; transition: border-color 0.2s, transform 0.2s; position: relative; overflow: hidden; }
.prob-card:hover { border-color: rgba(224,90,58,0.25); transform: translateY(-3px); }
.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; }
.prob-card:hover::before { opacity: 1; }
.prob-num { font-family: var(--serif); font-size: 40px; font-weight: 400; color: rgba(224,90,58,0.2); line-height: 1; margin-bottom: 14px; }
.prob-icon { width: 40px; height: 40px; border-radius: var(--ent-r-md); background: rgba(224,90,58,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.prob-icon svg { width: 18px; height: 18px; color: var(--coral); }
.prob-title { font-size: 15px; font-weight: 500; color: white; margin-bottom: 8px; }
.prob-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.6; margin-bottom: 14px; }
.prob-impact { font-size: 12px; font-style: italic; color: rgba(224,90,58,0.65); border-top: 0.5px solid rgba(255,255,255,0.07); padding-top: 12px; line-height: 1.45; }

/* ── PUBLICS ─────────────────────────────────────────────── */
.publics { background: var(--cream); padding: 96px 56px; }
.publics-inner { max-width: var(--ent-max); margin: 0 auto; }
.publics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pub-card { background: white; border-radius: var(--ent-r-xl); overflow: hidden; border: 0.5px solid rgba(26,31,46,0.08); transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s; }
.pub-card:hover { transform: translateY(-3px); border-color: rgba(224,90,58,0.18); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.pub-header { padding: 26px 28px 18px; border-bottom: 0.5px solid rgba(26,31,46,0.07); }
.pub-tag { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; display: flex; align-items: center; gap: 6px; }
.pub-tag::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }
.pub-title { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--ent-on-light); margin-bottom: 8px; line-height: 1.2; }
.pub-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-light); line-height: 1.6; }
.pub-body { padding: 18px 28px 26px; }
.pub-sit-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ent-muted-light); margin-bottom: 10px; }
.pub-sits { display: flex; flex-direction: column; gap: 8px; margin-bottom: 22px; }
.pub-sit { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; color: var(--ent-on-light); line-height: 1.4; }
.pub-sit::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='.12'/%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%2Fsvg%3E") center/contain no-repeat; }
.pub-link { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 500; color: var(--coral); text-decoration: none; transition: gap 0.2s; }
.pub-link:hover { gap: 11px; }

/* ── BÉNÉFICES ───────────────────────────────────────────── */
.benefices { background: white; padding: 96px 56px; }
.benefices-inner { max-width: var(--ent-max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.ben-left .section-title { color: var(--ent-on-light); }
.ben-left .section-lead { margin-bottom: 32px; }
.ben-timeline { display: flex; flex-direction: column; gap: 0; }
.ben-step { display: flex; gap: 20px; }
.ben-step-left { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; width: 44px; }
.ben-dot { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); border: 1.5px solid rgba(224,90,58,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; }
.ben-dot svg { width: 17px; height: 17px; color: var(--coral); }
.ben-line { width: 1px; flex: 1; background: rgba(224,90,58,0.15); min-height: 20px; }
.ben-step:last-child .ben-line { display: none; }
.ben-content { flex: 1; padding-bottom: 28px; padding-top: 8px; }
.ben-step:last-child .ben-content { padding-bottom: 0; }
.ben-delay { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-bottom: 6px; }
.ben-title { font-size: 15px; font-weight: 500; color: var(--ent-on-light); margin-bottom: 5px; }
.ben-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-light); line-height: 1.6; }
.ben-right { display: flex; flex-direction: column; gap: 16px; }
.ben-card { background: var(--cream); border-radius: var(--ent-r-lg); padding: 24px 26px; border: 0.5px solid rgba(26,31,46,0.07); transition: border-color 0.2s; }
.ben-card:hover { border-color: rgba(224,90,58,0.2); }
.ben-card-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; }
.ben-card-title { font-size: 15px; font-weight: 500; color: var(--ent-on-light); margin-bottom: 5px; }
.ben-card-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-light); line-height: 1.55; }

/* ── FORMULES ────────────────────────────────────────────── */
.formules { background: var(--night); padding: 96px 56px; }
.formules-inner { max-width: var(--ent-max); margin: 0 auto; }
.formules-header { margin-bottom: 56px; }
.formules-header .section-title { color: white; }
.formules-header .section-lead { color: var(--ent-muted-dark); }
.formules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 28px; }
.formule-card { background: var(--ent-night-2); border: 0.5px solid rgba(255,255,255,0.07); border-radius: var(--ent-r-xl); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; transition: border-color 0.2s, transform 0.2s; }
.formule-card:hover { border-color: rgba(224,90,58,0.25); transform: translateY(-3px); }
.formule-num { font-family: var(--serif); font-size: 40px; font-weight: 400; color: rgba(224,90,58,0.2); line-height: 1; }
.formule-icon { width: 42px; height: 42px; border-radius: var(--ent-r-md); background: rgba(224,90,58,0.1); display: flex; align-items: center; justify-content: center; }
.formule-icon svg { width: 19px; height: 19px; color: var(--coral); }
.formule-title { font-family: var(--serif); font-size: 22px; font-weight: 500; color: white; line-height: 1.2; }
.formule-desc { font-size: 13.5px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.65; flex: 1; }
.formule-details { display: flex; flex-direction: column; gap: 6px; padding-top: 14px; border-top: 0.5px solid rgba(255,255,255,0.07); }
.formule-detail { display: flex; gap: 8px; font-size: 12.5px; color: var(--ent-muted-dark); line-height: 1.4; }
.formule-detail-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); flex-shrink: 0; margin-top: 7px; }
.formule-btn { display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--coral); color: white; padding: 12px; border-radius: var(--ent-r-sm); font-size: 13px; font-weight: 500; text-decoration: none; transition: background 0.2s; margin-top: 4px; }
.formule-btn:hover { background: var(--ent-coral-lt); }
.formule-btn-ghost { display: flex; align-items: center; justify-content: center; gap: 7px; background: transparent; color: var(--ent-muted-dark); padding: 11px; border-radius: var(--ent-r-sm); border: 0.5px solid rgba(255,255,255,0.12); font-size: 13px; font-weight: 300; text-decoration: none; transition: all 0.2s; }
.formule-btn-ghost:hover { color: white; border-color: rgba(255,255,255,0.3); }
.formules-surmesure { background: var(--ent-night-3); border-radius: var(--ent-r-lg); padding: 34px 40px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; border: 0.5px solid rgba(255,255,255,0.06); }
.sm-text { flex: 1; min-width: 260px; }
.sm-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; }
.sm-title { font-family: var(--serif); font-size: 22px; font-weight: 500; color: white; margin-bottom: 8px; }
.sm-desc { font-size: 14px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.6; }
.sm-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── APPROCHE ────────────────────────────────────────────── */
.approche { background: var(--ent-cream-2); padding: 96px 56px; }
.approche-inner { max-width: var(--ent-max); margin: 0 auto; }
.approche-header { margin-bottom: 52px; }
.approche-header .section-title { max-width: 560px; }
.approche-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.appr-card { background: white; border-radius: var(--ent-r-lg); padding: 28px 22px; border: 0.5px solid rgba(26,31,46,0.08); transition: border-color 0.2s, transform 0.2s; }
.appr-card:hover { border-color: rgba(224,90,58,0.2); transform: translateY(-3px); }
.appr-icon { width: 40px; height: 40px; border-radius: var(--ent-r-md); background: rgba(224,90,58,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.appr-icon svg { width: 18px; height: 18px; color: var(--coral); }
.appr-title { font-size: 14px; font-weight: 500; color: var(--ent-on-light); margin-bottom: 8px; }
.appr-desc { font-size: 13px; font-weight: 300; color: var(--ent-muted-light); line-height: 1.55; }
.approche-differenciateur {
  margin-top: 24px; background: var(--night); border-radius: var(--ent-r-lg);
  padding: 32px 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
}
.ad-col-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 6px; }
.ad-col-label::before { content: ''; width: 16px; height: 1px; display: block; }
.ad-col-label--non { color: rgba(255,255,255,0.3); }
.ad-col-label--non::before { background: rgba(255,255,255,0.2); }
.ad-col-label--oui { color: var(--coral); }
.ad-col-label--oui::before { background: var(--coral); }
.ad-items { display: flex; flex-direction: column; gap: 10px; }
.ad-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; font-weight: 300; line-height: 1.4; }
.ad-item--non { color: rgba(255,255,255,0.3); }
.ad-item--non::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%3Cpath d='M4 10L10 4M4 4l6 6' stroke='rgba(255,255,255,0.2)' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C%2Fsvg%3E") center/contain no-repeat; }
.ad-item--oui { color: var(--ent-on-dark); }
.ad-item--oui::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%2Fsvg%3E") center/contain no-repeat; }

/* ── TÉMOIGNAGES ─────────────────────────────────────────── */
.temoignages { background: white; padding: 96px 56px; }
.testi-inner { max-width: var(--ent-max); margin: 0 auto; }
.testi-header { margin-bottom: 52px; }
.testi-header .section-title { max-width: 560px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: var(--cream); border-radius: var(--ent-r-lg); padding: 28px; border: 0.5px solid rgba(26,31,46,0.08); display: flex; flex-direction: column; gap: 14px; transition: border-color 0.2s, transform 0.2s; }
.testi-card:hover { border-color: rgba(224,90,58,0.18); transform: translateY(-2px); }
.testi-before { background: rgba(224,90,58,0.06); border-left: 2px solid rgba(224,90,58,0.28); border-radius: 0 var(--ent-r-sm) var(--ent-r-sm) 0; padding: 10px 14px; }
.testi-before-label { font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); font-weight: 500; margin-bottom: 4px; }
.testi-before-text { font-size: 12.5px; color: var(--ent-muted-light); font-style: italic; line-height: 1.5; }
.testi-quote { font-family: var(--serif); font-size: 16.5px; font-style: italic; color: var(--ent-on-light); line-height: 1.55; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 12px; padding-top: 14px; border-top: 0.5px solid rgba(26,31,46,0.08); }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(224,90,58,0.1); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 14px; font-weight: 500; color: var(--coral); flex-shrink: 0; }
.testi-stars { display: flex; gap: 3px; margin-bottom: 2px; }
.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%); }
.testi-name { font-size: 13px; font-weight: 500; color: var(--ent-on-light); }
.testi-role { font-size: 12px; font-weight: 300; color: var(--ent-muted-light); }

/* ── PROCESS ─────────────────────────────────────────────── */
.process { background: var(--ent-night-2); padding: 96px 56px; }
.process-inner { max-width: var(--ent-max); margin: 0 auto; }
.process-header { margin-bottom: 56px; }
.process-header .section-title { color: white; }
.process-header .section-lead { color: var(--ent-muted-dark); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--ent-r-lg); overflow: hidden; }
.process-step { background: var(--ent-night-2); padding: 32px 24px; transition: background 0.2s; }
.process-step:hover { background: var(--ent-night-3); }
.ent-ps-num { font-family: var(--serif); font-size: 44px; font-weight: 400; color: rgba(224,90,58,0.2); line-height: 1; margin-bottom: 14px; }
.ent-ps-title { font-size: 15px; font-weight: 500; color: white; margin-bottom: 8px; }
.ent-ps-desc { font-size: 13px; font-weight: 300; color: var(--ent-muted-dark); line-height: 1.6; }
.ent-ps-delay { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--coral); margin-top: 14px; }

/* ── 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%); }
.ent-cta-inner { position: relative; max-width: 720px; 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-dual { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.cta-box { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--ent-r-lg); padding: 26px 24px; text-align: left; text-decoration: none; color: white; transition: background 0.2s, border-color 0.2s, transform 0.15s; display: block; }
.cta-box:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.4); transform: translateY(-2px); }
.cta-box-label { font-size: 10px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 6px; }
.cta-box-title { font-family: var(--serif); font-size: 20px; font-weight: 500; color: white; margin-bottom: 6px; }
.cta-box-desc { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.68); margin-bottom: 14px; line-height: 1.5; }
.cta-box-link { font-size: 13px; font-weight: 500; color: white; display: flex; align-items: center; gap: 5px; }
.cta-note { font-size: 12px; color: rgba(255,255,255,0.5); }

/* ── ANIMATIONS ──────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes entFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ent-hero-inner, .benefices-inner { grid-template-columns: 1fr; }
  .ent-hero-card { max-width: 480px; }
  .cout-insight, .approche-differenciateur { grid-template-columns: 1fr; gap: 28px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .approche-grid { grid-template-columns: repeat(2, 1fr); }
  .ent-hero, .cout, .problemes, .publics, .benefices, .formules, .approche, .temoignages, .process, .cta-final { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 768px) {
  .cout-stats, .prob-grid, .publics-grid, .formules-grid, .testi-grid, .approche-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .cta-dual { grid-template-columns: 1fr; }
  .ent-hero, .cout, .problemes, .publics, .benefices, .formules, .approche, .temoignages, .process, .cta-final { padding-left: 24px; padding-right: 24px; }
}
