/* ── PAGE HERO ── */
.page-hero {
  padding: 120px 5% 70px;
  background: var(--grad);
  position: relative; overflow: hidden;
  text-align: center;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 36px 36px;
}
.page-tag {
  display: inline-block;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50px; padding: 5px 16px;
  font-size: .76rem; font-weight: 700;
  color: #fff; letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.page-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff; line-height: 1.2; margin-bottom: 1rem;
}
.page-hero h1 em { font-style: normal; color: #A8E6FF; }
.page-hero p  { font-size: 1rem; color: rgba(255,255,255,.88); line-height: 1.75; }

/* ── SECTION DEFAULTS (inner pages) ── */
section         { padding: 80px 5%; }
.section-inner  { max-width: 1100px; margin: 0 auto; }
.section-tag    { display: inline-block; background: rgba(31,108,192,.1); color: var(--blue); border-radius: 50px; padding: 5px 16px; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
.section-title  { font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: clamp(1.5rem,2.8vw,2.2rem); line-height: 1.2; margin-bottom: 1rem; color: #0f172a; }
.section-title span { color: var(--blue); }
.section-sub    { font-size: 1rem; color: var(--gray-text); line-height: 1.75; max-width: 640px; margin-bottom: 2.5rem; }

/* ── REVEAL ── */
.reveal { opacity: 1; }

/* ── MOCKUP BAR ── */
.mockup-bar { display: flex; gap: 6px; margin-bottom: 16px; }
.mockup-bar i { width: 10px; height: 10px; border-radius: 50%; }
.mockup-bar i:nth-child(1) { background: #FF5F57; }
.mockup-bar i:nth-child(2) { background: #FFBD2E; }
.mockup-bar i:nth-child(3) { background: #28CA42; }

/* ── KPI ── */
.kpi-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 12px; }
.kpi { padding: 12px 10px; border-radius: 12px; text-align: center; }
.kpi.dk { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.kpi.lk { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); }
.kpi.gk { background: var(--gray-bg); border: 1px solid #e2e8f0; }
.kpi .val { font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: 1.2rem; }
.kpi.dk .val, .kpi.lk .val { color: #fff; }
.kpi.gk .val { color: var(--blue); }
.kpi .lab { font-size: .65rem; margin-top: 3px; }
.kpi.dk .lab, .kpi.lk .lab { color: rgba(255,255,255,.5); }
.kpi.gk .lab { color: var(--gray-text); }

/* ── DATA ROW ── */
.data-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; border-radius: 8px; margin-bottom: 6px; font-size: .8rem; }
.data-row.d { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.8); }
.data-row.l { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2);  color: #fff; }
.data-row.g { background: var(--gray-bg); border: 1px solid #e2e8f0; color: var(--gray-text); }

/* ── BADGES ── */
.badge    { padding: 2px 10px; border-radius: 50px; font-size: .68rem; font-weight: 700; }
/* Short aliases (secteurs, cas_clients) */
.bg  { background: rgba(37,211,102,.2);  color: #15803d; }
.bb  { background: rgba(31,108,192,.15); color: var(--blue); }
.bo  { background: rgba(251,146,60,.2);  color: #c2410c; }
.br  { background: rgba(239,68,68,.1);   color: #dc2626; }
.bw  { background: rgba(255,255,255,.2); color: #fff; }
/* Verbose aliases (services) */
.b-green  { background: rgba(37,211,102,.2);  color: #15803d; }
.b-blue   { background: rgba(31,108,192,.15); color: var(--blue); }
.b-orange { background: rgba(251,146,60,.2);  color: #c2410c; }
.b-red    { background: rgba(239,68,68,.1);   color: #dc2626; }
.b-gray   { background: rgba(156,163,175,.2); color: #6b7280; }

/* ── BUTTONS ── */
.btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: #25D366; color: #fff;
  padding: 12px 24px; border-radius: 50px;
  font-weight: 700; font-size: .88rem; text-decoration: none;
  transition: transform .2s;
}
.btn-wa:hover { transform: translateY(-2px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--blue);
  border: 2px solid var(--blue);
  padding: 10px 22px; border-radius: 50px;
  font-weight: 600; font-size: .88rem; text-decoration: none;
  transition: all .2s;
}
.btn-outline:hover { background: var(--blue); color: #fff; }

.btn-wa-lg {
  display: inline-flex; align-items: center; gap: 10px;
  background: #25D366; color: #fff;
  padding: 15px 32px; border-radius: 50px;
  font-weight: 700; font-size: .95rem; text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
}
.btn-white {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: var(--blue);
  padding: 13px 30px; border-radius: 50px;
  font-weight: 700; font-size: .95rem; text-decoration: none;
}

/* ── WA SVG ── */
.wa-svg { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

/* ── HR DIVIDER ── */
hr.div { border: none; border-top: 1px solid #e2e8f0; max-width: 1100px; margin: 0 auto; }

/* ── ATOUTS ── */
.atouts { display: flex; flex-direction: column; gap: .65rem; margin-bottom: 1.5rem; }
.atout  { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--gray-text); line-height: 1.55; }
.atout::before { content: '✓'; color: #25D366; font-weight: 800; flex-shrink: 0; margin-top: 1px; }
.atout.light { color: rgba(255,255,255,.75); }
.atout a { color: var(--blue); }

/* ── SUB TITLE ── */
.sub-title { font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: 1rem; color: #0f172a; margin-bottom: 1.2rem; }
.sub-title.light { color: #fff; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--grad); padding: 70px 5%; text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 32px 32px; }
.cta-inner { max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }
.cta-inner h2 { font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: clamp(1.4rem,2.5vw,2rem); color: #fff; margin-bottom: .8rem; }
.cta-inner p  { color: rgba(255,255,255,.85); font-size: .95rem; line-height: 1.65; margin-bottom: 1.8rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── SHARED FORM ELEMENTS ── */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
.form-group label { font-size: .82rem; font-weight: 600; color: #374151; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1.5px solid #e2e8f0; border-radius: 10px;
  font-family: 'Poppins',sans-serif; font-size: .9rem; color: #1a202c;
  background: var(--gray-bg); outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--blue); background: #fff;
  box-shadow: 0 0 0 3px rgba(31,108,192,.1);
}
.form-group textarea { min-height: 90px; resize: vertical; }

.submit-btn {
  width: 100%; padding: 15px;
  background: var(--grad); color: #fff; border: none; border-radius: 12px;
  font-family: 'Poppins',sans-serif; font-weight: 700; font-size: 1rem;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 6px 24px rgba(31,108,192,.3);
  transition: opacity .2s, transform .2s;
}
.submit-btn:hover { opacity: .92; transform: translateY(-2px); }

.form-note { text-align: center; font-size: .75rem; color: #9ca3af; margin-top: 1rem; line-height: 1.6; }
.success-msg { display: none; text-align: center; padding: 40px 20px; }
.success-msg h3 { font-family: 'Montserrat',sans-serif; font-weight: 800; font-size: 1.2rem; color: #0f172a; margin-bottom: .5rem; }
.success-msg p  { font-size: .88rem; color: var(--gray-text); line-height: 1.65; margin-bottom: 1.2rem; }

/* ── ILS NOUS FONT CONFIANCE ── */
.clients{background:var(--gray-bg)}
.clients-section{margin-bottom:3rem}
.clients-label{display:inline-flex;align-items:center;gap:8px;font-family:'Montserrat',sans-serif;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;padding:5px 14px;border-radius:50px;margin-bottom:1.5rem}
.clients-label.etat{background:rgba(28,78,154,.1);color:var(--blue-deep)}
.clients-label.prive{background:rgba(31,180,217,.1);color:var(--blue-tech)}
.logos-grid{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}
.logo-chip{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px 18px;font-size:.83rem;font-weight:600;color:#374151;transition:border-color .2s,transform .2s,box-shadow .2s;white-space:nowrap}
.logo-chip:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 6px 18px rgba(31,108,192,.1)}
.logo-chip.accent{border-color:rgba(31,108,192,.3);color:var(--blue)}