@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap');

:root {
  --navy:      #1B2A4A;
  --navy-dark: #0d1526;
  --navy-card: #111e35;
  --navy-nav:  #0f1e38;
  --orange:    #ff751f;
  --azure:     #00affe;
  --azure-lt:  #33c4ff;
  --azure-dk:  #0095e0;
  --footer-bg: #080e1c;
  --stats-bg:  #f5f0dc;
  --white:     #FFFFFF;
  --font:      'Sora', sans-serif;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; overflow-x: hidden; }
body { font-family: 'Sora', sans-serif; background: #0d1a2e; color: #fff; }

h1 { font-size: 52px; font-weight: 500; line-height: 1.13; }
h2 { font-size: 36px; font-weight: 500; line-height: 1.22; }
h3 { font-size: 19px; font-weight: 600; }
p  { font-size: 16px; line-height: 1.8; }
a  { text-decoration: none; }

.gold { color: #ff751f; }
.label-tag { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #ff751f; }
.bar { width: 56px; height: 4px; background: linear-gradient(90deg,#ff751f,#ff9a55); margin: 14px auto 0; border-radius: 2px; }

/* ════════════════ NAV ════════════════ */
nav {
  width: 100%;
  background: linear-gradient(90deg,#0f1e38 0%,#1b2d50 100%);
  padding: 15px 64px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 28px rgba(0,0,0,0.55);
  position: sticky; top: 0; z-index: 200;
}
nav img.nav-logo { height: 42px; }
nav .nav-right { display: flex; gap: 32px; align-items: center; }
nav .nav-links { display: flex; gap: 30px; }
nav .nav-links a { color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; }
nav .nav-links a:hover { color: #ff751f; }
nav .nav-socials { display: flex; gap: 7px; }
nav .nav-socials a {
  width: 29px; height: 29px; border-radius: 50%;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
nav .lang-sw { display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; }
nav .lang-sw .active { color: #ff751f; }
nav .lang-sw .sep { color: rgba(255,255,255,0.22); }
nav .lang-sw .inactive { color: rgba(255,255,255,0.36); font-weight: 400; }

/* ════════════════ HERO ════════════════ */
.hero {
  width: 100%;
  background: linear-gradient(135deg,#0c1a30 0%,#1B2A4A 55%,#0a1525 100%);
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 600px; position: relative; overflow: hidden;
  border-bottom: 4px solid #ff751f;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.055) 0%, transparent 42%);
  pointer-events: none;
}
.hero-left {
  padding: 88px 64px; display: flex; flex-direction: column;
  justify-content: center; position: relative; z-index: 2;
}
.hero-left .badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 18px; background: rgba(255,117,31,0.1);
  border: 1px solid rgba(255,117,31,0.28); border-radius: 100px;
  color: #ff751f; font-size: 11px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 30px; width: fit-content;
}
.hero-left h1 { color: #fff; margin-bottom: 22px; }
.hero-left .sub { color: rgba(255,255,255,0.58); margin-bottom: 40px; max-width: 480px; }
.ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-p {
  padding: 15px 30px; background: linear-gradient(135deg,#00affe,#33c4ff);
  border-radius: 6px; color: #1B2A4A; font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer;
  box-shadow: 0 6px 24px rgba(0,175,254,0.38); display: inline-block;
}
.btn-o {
  padding: 15px 30px; border: 2px solid rgba(255,255,255,0.28);
  border-radius: 6px; color: #fff; font-size: 12px;
  text-transform: uppercase; letter-spacing: 1.5px; cursor: pointer; display: inline-block;
}
.btn-dark {
  padding: 17px 46px; background: #1B2A4A; border-radius: 6px;
  color: #fff; font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px; cursor: pointer;
  box-shadow: 0 8px 24px rgba(27,42,74,0.32); display: inline-block;
}

/* Illustration hero */
.hero-right { position: relative; display: flex; align-items: center; justify-content: center; z-index: 2; }
.hero-illus { position: relative; width: 440px; height: 440px; }
.vault-outer {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 290px; height: 290px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #2a3f6a 0%, #1B2A4A 45%, #0f1e36 100%);
  border: 3px solid rgba(255,117,31,0.35);
  box-shadow: 0 0 90px rgba(255,117,31,0.16), 0 0 170px rgba(255,117,31,0.06), inset 0 2px 10px rgba(255,255,255,0.06);
}
.vault-ring-1 {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 228px; height: 228px; border-radius: 50%;
  border: 1.5px dashed rgba(255,117,31,0.2);
}
.vault-ring-2 {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 176px; height: 176px; border-radius: 50%;
  border: 1px solid rgba(255,117,31,0.15);
  background: radial-gradient(circle, rgba(255,117,31,0.04) 0%, transparent 70%);
}
.vault-handle {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(135deg,#ff751f,#cc5500);
  box-shadow: 0 4px 22px rgba(255,117,31,0.52), inset 0 2px 4px rgba(255,255,255,0.3);
}
.vault-handle::after {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg,#1B2A4A,#0f1e36);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
}
.spoke {
  position: absolute; left: 50%; top: 50%;
  width: 94px; height: 2px; background: rgba(255,117,31,0.28);
  transform-origin: 0 50%; border-radius: 1px;
}
.bolt {
  position: absolute; width: 14px; height: 14px; border-radius: 50%;
  background: linear-gradient(135deg,#ff751f,#cc5500);
  box-shadow: 0 2px 8px rgba(255,117,31,0.4);
}
.glow-ring-1 {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 330px; height: 330px; border-radius: 50%; border: 1px solid rgba(255,117,31,0.1);
}
.glow-ring-2 {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 400px; height: 400px; border-radius: 50%; border: 1px solid rgba(255,117,31,0.06);
}
.doc-card {
  position: absolute; background: rgba(22,38,68,0.94);
  border: 1px solid rgba(255,117,31,0.22); border-radius: 10px;
  padding: 11px 15px; box-shadow: 0 8px 24px rgba(0,0,0,0.42);
}
.dc-label { font-size: 9px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; }
.dc-val { font-size: 14px; font-weight: 600; color: #ff751f; }
.dc-bar { height: 3px; background: rgba(255,117,31,0.2); border-radius: 2px; margin-top: 7px; }
.dc-bar span { display: block; height: 100%; border-radius: 2px; background: linear-gradient(90deg,#ff751f,#ff9a55); }
.certif-badge {
  position: absolute; display: flex; align-items: center; gap: 8px;
  background: rgba(8,18,38,0.92); border: 1px solid rgba(255,117,31,0.22);
  border-radius: 20px; padding: 8px 15px; box-shadow: 0 4px 16px rgba(0,0,0,0.42);
}
.cb-dot { width: 8px; height: 8px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 7px rgba(74,222,128,0.65); flex-shrink: 0; }
.cb-text { font-size: 10px; color: rgba(255,255,255,0.68); font-weight: 500; }

/* ════════════════ STATS ════════════════ */
.stats {
  width: 100%;
  background: linear-gradient(90deg,#f5f0dc,#fef9e8);
  padding: 32px 80px; display: flex; justify-content: space-around;
  border-bottom: 1px solid rgba(255,117,31,0.2);
}
.stat-v { font-size: 36px; font-weight: 500; color: #ff751f; }
.stat-l { font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; }

/* ════════════════ PILIERS ════════════════ */
.pillars { width: 100%; background: #fff; padding: 88px 64px; }
.sec-head { text-align: center; margin-bottom: 52px; }
.sec-head h2 { color: #1B2A4A; }
.pillars-grid { display: flex; gap: 28px; }
.pillar {
  flex: 1; padding: 36px; border: 1px solid #e8e8e8; border-radius: 16px;
  border-top: 4px solid #ff751f; box-shadow: 0 6px 30px rgba(0,0,0,0.05);
}
.pillar .icon-box {
  width: 58px; height: 58px; background: linear-gradient(135deg,#1B2A4A,#2a3f6f);
  border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.pillar h3 { color: #1B2A4A; margin-bottom: 10px; }
.pillar p { font-size: 14px; color: #666; }

/* ════════════════ SERVICES ════════════════ */
/* Bleu accentué : #c8dff0 → plus marqué que #f0f4f8 */
.services-section { width: 100%; background: #daeaf5; padding: 88px 64px; }
.services-section .sec-head h2 { color: #1B2A4A; }
.services-section .sec-head .bar { background: linear-gradient(90deg,#1B2A4A,#2a3f6f); }

.services-card {
  width: 100%;
  background: #111e35; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 320px 1fr;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
.services-left {
  padding: 56px 44px; display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.services-left h2 { color: #fff; font-size: 30px; margin: 14px 0 18px; }
.services-left p { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.8; margin-bottom: 28px; }

.services-right {
  background: #0d1626; padding: 40px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-content: center;
}
.svc-mini {
  background: #111f38; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; gap: 10px;
  transition: background 0.18s;
}
.svc-mini:hover { background: #162040; }
.svc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg,rgba(255,117,31,0.18),rgba(255,117,31,0.07));
  border: 1px solid rgba(255,117,31,0.25);
  display: flex; align-items: center; justify-content: center; margin-bottom: 2px;
}
.svc-mini h3 { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.35; }
.svc-mini p { color: rgba(255,255,255,0.42); font-size: 13px; line-height: 1.65; flex: 1; }
.svc-mini .svc-link { color: #ff751f; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }
.svc-mini.col2 { grid-column: 2; }

/* ════════════════ CTA BAND ════════════════ */
.cta-band {
  width: 100%;
  background: linear-gradient(135deg,#00affe 0%,#33c4ff 55%,#0095e0 100%);
  padding: 70px 64px; text-align: center;
}
.cta-band h2 { color: #1B2A4A; font-size: 36px; margin-bottom: 12px; }
.cta-band .sub-cta { color: rgba(27,42,74,0.62); font-size: 16px; margin-bottom: 32px; }

/* ════════════════ PROCESSUS ════════════════ */
.process-section { width: 100%; background: #0d1526; padding: 88px 64px; }
.process-section .sec-head h2 { color: #fff; }

.process-card {
  width: 100%;
  background: #111e35; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 320px 1fr;
  box-shadow: 0 22px 64px rgba(0,0,0,0.42);
}
.process-left {
  padding: 56px 44px; display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.process-left h2 { color: #fff; font-size: 32px; margin: 14px 0 18px; }
.process-left p { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.8; }
.process-right {
  background: #0d1626; padding: 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center;
}
.step-card {
  background: #111f38; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 24px; transition: background 0.18s;
}
.step-card:hover { background: #162040; }
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg,#ff751f,#ff9a55);
  color: #1B2A4A; font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
}
.step-card h3 { color: #fff; font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.step-card p { color: rgba(255,255,255,0.42); font-size: 13px; line-height: 1.65; }
.step-card.full { grid-column: span 2; background: #162040; border-color: rgba(255,117,31,0.15); }
.step-card.full .inner { display: flex; align-items: center; gap: 18px; }

/* ════════════════ TÉMOIGNAGES ════════════════ */
.testi-section { width: 100%; background: #fff; padding: 88px 64px; text-align: center; }
.testi-section .sec-head h2 { color: #1B2A4A; }
.testi-card {
  max-width: 680px; margin: 0 auto; padding: 48px;
  border: 1px solid #eee; border-radius: 20px;
  border-left: 5px solid #ff751f;
  box-shadow: 0 8px 36px rgba(0,0,0,0.07);
}
.testi-q { font-size: 56px; color: #ff751f; line-height: 1; font-family: Georgia, serif; }
.testi-text { font-size: 17px; color: #333; font-style: italic; line-height: 1.8; margin: 10px 0 30px; }
.testi-author { display: flex; align-items: center; gap: 16px; justify-content: center; }
.testi-av {
  width: 50px; height: 50px; border-radius: 50%;
  background: linear-gradient(135deg,#1B2A4A,#2a3f6f);
  color: #ff751f; font-weight: 600; font-size: 15px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.testi-name { font-size: 14px; font-weight: 600; color: #1B2A4A; text-align: left; }
.testi-role { font-size: 12px; color: #888; text-align: left; }
.dots { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.dot-a { width: 28px; height: 4px; border-radius: 2px; background: linear-gradient(90deg,#ff751f,#ff9a55); }
.dot-i { width: 8px; height: 4px; border-radius: 2px; background: #ddd; }

/* ════════════════ FOOTER — style ABCnumérique ════════════════ */
footer {
  width: 100%;
  background: #080e1c;
  padding: 64px 64px 0;
}
.footer-top {
  display: grid; grid-template-columns: 1.4fr 1fr 0.7fr 0.9fr;
  gap: 48px; padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

/* Col 1 — Logo + desc + socials */
.footer-col1 {}
.footer-col1 img { height: 36px; margin-bottom: 20px; }
.footer-col1 .foot-desc { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.75; max-width: 260px; margin-bottom: 24px; }
.footer-col1 .foot-soc { display: flex; gap: 9px; }
.footer-col1 .foot-soc a {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background 0.2s;
}
.footer-col1 .foot-soc a:hover { background: rgba(255,117,31,0.12); border-color: rgba(255,117,31,0.25); }

/* Cols 2-4 */
.footer-col h4 { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 20px; letter-spacing: 0.3px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.42); transition: color 0.18s; }
.footer-col ul li a:hover { color: rgba(255,255,255,0.8); }

/* Pill badge certif */
.certif-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 100px;
  background: rgba(255,117,31,0.08); border: 1px solid rgba(255,117,31,0.28);
  margin-top: 18px; cursor: default;
}
.certif-pill .cp-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff751f; box-shadow: 0 0 6px rgba(255,117,31,0.6); }
.certif-pill .cp-text { font-size: 11px; color: #ff751f; font-weight: 500; letter-spacing: 0.5px; }

/* Footer bottom strip */
.footer-bottom {
  padding: 20px 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom .copy { font-size: 12px; color: rgba(255,255,255,0.28); }
.footer-bottom .location { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.28); font-family: 'Courier New', monospace; }
.footer-bottom .location svg { opacity: 0.5; }

/* ════════════════════════════════════════════════
   PHP TEMPLATE CLASSES — bridging mockup to PHP
   ════════════════════════════════════════════════ */

/* NAV */
.site-nav {
  width: 100%;
  background: linear-gradient(90deg, #0f1e38 0%, #1b2d50 100%);
  padding: 15px 64px;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 2px 28px rgba(0,0,0,0.55);
  position: sticky; top: 0; z-index: 200;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 32px; }
.nav-logo img { height: 42px; display: block; }
.nav-links { display: flex; gap: 30px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #ff751f; }
.nav-extras { display: flex; align-items: center; gap: 10px; }
.nav-social {
  width: 29px; height: 29px; border-radius: 50%;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.13);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); transition: background 0.18s;
}
.nav-social:hover { background: rgba(255,117,31,0.15); border-color: rgba(255,117,31,0.3); color: #ff751f; }
.lang-switch {
  padding: 5px 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 4px;
  color: rgba(255,255,255,0.7); font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  transition: all 0.18s;
}
.lang-switch:hover { border-color: #ff751f; color: #ff751f; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 1px; transition: all 0.2s; }

/* BUTTONS */
.btn-primary {
  padding: 15px 30px; background: linear-gradient(135deg,#00affe,#33c4ff);
  border-radius: 6px; color: #1B2A4A; font-weight: 600; font-size: 12px;
  text-transform: uppercase; letter-spacing: 1.5px;
  box-shadow: 0 6px 24px rgba(0,175,254,0.38); display: inline-block;
}
.btn-primary:hover { box-shadow: 0 8px 32px rgba(0,175,254,0.55); transform: translateY(-1px); }
.btn-secondary {
  padding: 15px 30px; border: 2px solid rgba(255,255,255,0.28);
  border-radius: 6px; color: #fff; font-size: 12px;
  text-transform: uppercase; letter-spacing: 1.5px; display: inline-block;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.6); }
.btn-dark {
  padding: 17px 46px; background: #1B2A4A; border-radius: 6px;
  color: #fff; font-size: 13px; font-weight: 600;
  text-transform: uppercase; letter-spacing: 2px;
  box-shadow: 0 8px 24px rgba(27,42,74,0.32); display: inline-block;
}
.btn-dark:hover { background: #233660; }

/* HERO */
.hero { border-bottom: 4px solid #ff751f; }
.hero-inner {
  width: 100%; max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 600px; padding: 88px 64px; gap: 64px; align-items: center;
}
.hero-text { display: flex; flex-direction: column; position: relative; z-index: 2; }
.badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 18px; background: rgba(255,117,31,0.1);
  border: 1px solid rgba(255,117,31,0.28); border-radius: 100px;
  color: #ff751f; font-size: 11px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 30px; width: fit-content;
}
.hero-text h1 { color: #fff; margin-bottom: 22px; }
.hero-text h1 em { color: #ff751f; font-style: normal; }
.hero-sub { color: rgba(255,255,255,0.58); margin-bottom: 40px; max-width: 480px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-illustration { position: relative; display: flex; align-items: center; justify-content: center; z-index: 2; }

/* STATS BAND */
.stats-band {
  width: 100%;
  background: linear-gradient(90deg,#f5f0dc,#fef9e8);
  border-bottom: 1px solid rgba(255,117,31,0.2);
}
.stats-inner {
  max-width: 1400px; margin: 0 auto;
  padding: 32px 80px; display: flex; justify-content: space-around;
}
.stat-item { text-align: center; }
.stat-num { display: block; font-size: 36px; font-weight: 500; color: #ff751f; }
.stat-label { display: block; font-size: 11px; color: #888; text-transform: uppercase; letter-spacing: 2px; margin-top: 5px; }

/* SECTION COMMONS */
.section-inner { max-width: 1300px; margin: 0 auto; padding: 0 64px; }
.section-label { font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #ff751f; display: block; margin-bottom: 14px; }

/* WHY / PILIERS */
.why-section { width: 100%; background: #fff; padding: 88px 0; }
.why-section h2 { color: #1B2A4A; margin-bottom: 48px; text-align: center; }
.why-section .section-label { text-align: center; }
.pillars-grid { display: flex; gap: 28px; }
.pillar-card {
  flex: 1; padding: 36px; border: 1px solid #e8e8e8; border-radius: 16px;
  border-top: 4px solid #ff751f; box-shadow: 0 6px 30px rgba(0,0,0,0.05);
}
.pillar-card h3 { color: #1B2A4A; margin-bottom: 10px; }
.pillar-card p { font-size: 14px; color: #666; }

/* SERVICES SECTION */
.services-section { width: 100%; background: #daeaf5; padding: 88px 0; }
.services-section h2 { color: #1B2A4A; }
.dark-card {
  background: #111e35; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 24px; overflow: hidden;
  display: grid; grid-template-columns: 320px 1fr;
  box-shadow: 0 24px 70px rgba(0,0,0,0.28);
}
.card-left {
  padding: 56px 44px; display: flex; flex-direction: column; justify-content: center;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.card-left h2 { color: #fff; font-size: 30px; margin: 14px 0 18px; }
.card-left p { color: rgba(255,255,255,0.5); font-size: 14px; line-height: 1.8; margin-bottom: 28px; }
.card-left .section-label { color: #ff751f; }
.card-left h2 em { color: #ff751f; font-style: normal; }
.card-right { background: #0d1626; padding: 40px; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-content: center;
}
.svc-mini-card {
  background: #111f38; border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 24px;
  display: flex; flex-direction: column; gap: 10px;
  transition: background 0.18s;
}
.svc-mini-card:hover { background: #162040; }
.svc-mini-card .svc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: linear-gradient(135deg,rgba(255,117,31,0.18),rgba(255,117,31,0.07));
  border: 1px solid rgba(255,117,31,0.25);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.svc-mini-card h3 { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.35; }
.svc-mini-card p { color: rgba(255,255,255,0.42); font-size: 13px; line-height: 1.65; flex: 1; }
.svc-mini-card a { color: #ff751f; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; display: inline-block; }

/* CTA BAND */
.cta-band { width: 100%; padding: 70px 0; text-align: center; }
.cta-band-inner { max-width: 900px; margin: 0 auto; padding: 0 64px; }
.cta-band h2 em { font-style: normal; }
.cta-band p { color: rgba(27,42,74,0.75); font-size: 16px; margin-bottom: 32px; }

/* PROCESS SECTION */
.process-section { width: 100%; background: #0d1526; padding: 88px 0; }
.process-card .card-left h2 em { color: #ff751f; font-style: normal; }
.steps-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-content: center;
}
.step-card--full { grid-column: span 2; background: #162040 !important; border-color: rgba(255,117,31,0.15) !important; }

/* TESTIMONIALS */
.testimonials-section { width: 100%; background: #fff; padding: 88px 0; text-align: center; }
.testimonials-section h2 { color: #1B2A4A; margin-bottom: 48px; }
.testimonials-section .section-label { text-align: center; color: #ff751f; }
.carousel { max-width: 680px; margin: 0 auto; }
.testimonial-card {
  display: none; padding: 48px;
  border: 1px solid #eee; border-radius: 20px;
  border-left: 5px solid #ff751f;
  box-shadow: 0 8px 36px rgba(0,0,0,0.07);
}
.testimonial-card.active { display: block; }
.testimonial-card blockquote { font-size: 17px; color: #333; font-style: italic; line-height: 1.8; margin-bottom: 30px; }
.testimonial-card blockquote::before { content: '\201C'; font-size: 56px; color: #ff751f; line-height: 1; font-family: Georgia, serif; display: block; margin-bottom: -20px; }
.test-author { display: flex; align-items: center; gap: 16px; justify-content: center; }
.test-avatar {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg,#1B2A4A,#2a3f6f);
  color: #ff751f; font-weight: 600; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
}
.test-author strong { display: block; font-size: 14px; font-weight: 600; color: #1B2A4A; text-align: left; }
.test-author small { display: block; font-size: 12px; color: #888; text-align: left; }
.carousel-dots { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.dot {
  width: 8px; height: 4px; border-radius: 2px; background: #ddd;
  border: none; cursor: pointer; padding: 0; transition: all 0.2s;
}
.dot.active { width: 28px; background: linear-gradient(90deg,#ff751f,#ff9a55); }

/* SITE FOOTER */
.site-footer { width: 100%; background: #080e1c; padding: 64px 0 0; }
.footer-inner {
  max-width: 1300px; margin: 0 auto; padding: 0 64px 52px;
  display: grid; grid-template-columns: 1.4fr 1fr 0.7fr 0.9fr;
  gap: 48px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.footer-col h3 { font-size: 13px; font-weight: 600; color: #fff; margin-bottom: 20px; letter-spacing: 0.3px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.42); transition: color 0.18s; }
.footer-col ul li a:hover { color: rgba(255,255,255,0.8); }
.footer-brand img { height: 36px; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.38); line-height: 1.75; max-width: 260px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6); transition: all 0.2s;
}
.footer-socials a:hover { background: rgba(255,117,31,0.12); border-color: rgba(255,117,31,0.25); color: #ff751f; }
.footer-badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 100px;
  background: rgba(255,117,31,0.08); border: 1px solid rgba(255,117,31,0.28);
  font-size: 11px; color: #ff751f; font-weight: 500; letter-spacing: 0.5px;
  margin-top: 18px;
}
.footer-bottom { max-width: 1300px; margin: 0 auto; padding: 20px 64px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.28); }

/* PAGE HERO */
.page-hero {
  width: 100%;
  background: linear-gradient(135deg,#0c1a30 0%,#1B2A4A 55%,#0a1525 100%);
  padding: 88px 0; border-bottom: 4px solid #ff751f;
}
.page-hero--mini { padding: 56px 0; }
.page-hero h1 { color: #fff; }
.page-hero p { color: rgba(255,255,255,0.6); margin-top: 16px; font-size: 18px; }

/* ABOUT PAGE */
.about-content { width: 100%; background: #fff; padding: 88px 0; }
.about-content h2 { color: #1B2A4A; margin: 48px 0 18px; font-size: 26px; }
.about-content h2:first-child { margin-top: 0; }
.about-content p { color: #555; line-height: 1.9; max-width: 720px; }
.certs-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.cert-badge {
  padding: 8px 18px; border-radius: 100px;
  background: rgba(255,117,31,0.08); border: 1px solid rgba(255,117,31,0.28);
  font-size: 12px; color: #ff751f; font-weight: 600; letter-spacing: 0.5px;
}

/* SERVICES LIST PAGE */
.services-list-section { width: 100%; background: #fff; padding: 88px 0; }
.service-row {
  padding: 40px; border: 1px solid #e8e8e8; border-radius: 16px;
  border-left: 5px solid #ff751f; margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}
.service-row h2 { color: #1B2A4A; font-size: 22px; margin-bottom: 12px; }
.service-row p { color: #666; margin-bottom: 24px; }

/* SERVICE DETAIL PAGE */
.service-detail-content { width: 100%; background: #fff; padding: 88px 0; }
.service-detail-intro { font-size: 18px; color: #444; line-height: 1.9; max-width: 720px; margin-bottom: 40px; }

/* CONTACT PAGE */
.contact-section { width: 100%; background: #fff; padding: 88px 0; }
.contact-grid { display: grid; grid-template-columns: 340px 1fr; gap: 64px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 28px; }
.info-item { display: flex; align-items: flex-start; gap: 16px; }
.info-item svg { color: #ff751f; flex-shrink: 0; margin-top: 2px; }
.info-item strong { display: block; font-size: 13px; color: #999; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 4px; }
.info-item a, .info-item span { font-size: 15px; color: #1B2A4A; font-weight: 500; }
.info-item a:hover { color: #ff751f; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group label { font-size: 13px; font-weight: 600; color: #333; letter-spacing: 0.3px; }
.form-group input, .form-group select, .form-group textarea {
  padding: 13px 16px; border: 1.5px solid #e0e0e0; border-radius: 8px;
  font-family: var(--font); font-size: 15px; color: #1B2A4A;
  background: #fafafa; transition: border-color 0.18s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: #00affe; background: #fff;
}
.form-group textarea { resize: vertical; }
.btn-submit { align-self: flex-start; cursor: pointer; font-family: var(--font); border: none; }
.form-alert {
  padding: 14px 20px; border-radius: 8px; font-size: 14px; font-weight: 500; margin-bottom: 8px;
}
.form-alert--success { background: #d1fae5; color: #065f46; border: 1px solid #a7f3d0; }
.form-alert--error { background: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }

/* PLACEHOLDER PAGES */
.placeholder-section { width: 100%; background: #fff; padding: 88px 0; }
.placeholder-section p { color: #555; line-height: 1.9; }
.placeholder-section a { color: #ff751f; }

/* ADMIN */
.admin-wrap { max-width: 1100px; margin: 60px auto; padding: 0 40px; }
.admin-wrap h1 { color: #1B2A4A; font-size: 28px; margin-bottom: 28px; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table th { background: #1B2A4A; color: #fff; padding: 12px 16px; text-align: left; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.admin-table td { padding: 12px 16px; border-bottom: 1px solid #eee; color: #333; vertical-align: top; }
.admin-table tr:hover td { background: #fafafa; }
.admin-table .msg-cell { max-width: 300px; white-space: pre-wrap; word-break: break-word; }
.admin-pagination { display: flex; gap: 8px; margin-top: 24px; align-items: center; }
.admin-pagination a { padding: 8px 14px; border: 1px solid #ddd; border-radius: 4px; color: #1B2A4A; font-size: 13px; }
.admin-pagination a.current { background: #1B2A4A; color: #fff; border-color: #1B2A4A; }
.admin-pagination a:hover:not(.current) { border-color: #ff751f; color: #ff751f; }

/* ════════════════ RESPONSIVE ════════════════ */
@media (max-width: 1024px) {
  .site-nav { padding: 15px 32px; }
  .hero-inner { padding: 64px 32px; gap: 40px; }
  .section-inner { padding: 0 32px; }
  .footer-inner { padding: 0 32px 48px; grid-template-columns: 1fr 1fr; }
  .footer-bottom { padding: 20px 32px; }
  .stats-inner { padding: 32px 32px; }
  .cta-band-inner { padding: 0 32px; }
}

@media (max-width: 768px) {
  .site-nav { padding: 14px 20px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #0f1e38; padding: 20px; gap: 16px; }
  .nav-links.open { display: flex; }
  .nav-extras .nav-social { display: none; }
  .nav-toggle { display: flex; }
  .hero-inner { grid-template-columns: 1fr; padding: 48px 20px; }
  .hero-illustration { display: none; }
  h1 { font-size: 36px; }
  h2 { font-size: 26px; }
  .stats-inner { padding: 24px 20px; flex-wrap: wrap; gap: 24px; justify-content: center; }
  .section-inner { padding: 0 20px; }
  .why-section { padding: 60px 0; }
  .pillars-grid { flex-direction: column; }
  .services-section { padding: 60px 0; }
  .dark-card { grid-template-columns: 1fr; }
  .card-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 50px 0; }
  .process-section { padding: 60px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card--full { grid-column: span 1; }
  .testimonials-section { padding: 60px 0; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .admin-wrap { padding: 0 16px; }
  .admin-table { font-size: 12px; }
  .admin-table th, .admin-table td { padding: 8px 10px; }
}

@media (max-width: 480px) {
  .services-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .cta-band-inner { padding: 0 20px; }
}

/* ════════════════ PAGE HERO — CENTRÉ (Services) ════════════════ */
.page-hero-centered {
  width: 100%;
  background: linear-gradient(150deg, #0c1a30 0%, #1B2A4A 50%, #0a1525 100%);
  padding: 96px 0 80px;
  border-bottom: 4px solid #ff751f;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero-centered::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(255,117,31,0.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner-center {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 64px;
  position: relative;
  z-index: 1;
}
.hero-breadcrumb {
  display: block;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-breadcrumb a { color: rgba(255,255,255,0.3); }
.hero-breadcrumb a:hover { color: rgba(255,255,255,0.6); }
.page-hero-centered .badge { margin: 0 auto 28px; }
.page-hero-centered h1 { color: #fff; margin-bottom: 20px; }
.page-hero-centered h1 em { color: #ff751f; font-style: normal; }
.page-hero-centered .hero-sub {
  color: rgba(255,255,255,0.58);
  font-size: 18px;
  margin-bottom: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hero-deco-line {
  width: 56px;
  height: 4px;
  background: linear-gradient(90deg, #ff751f, #ff9a55);
  border-radius: 2px;
  margin: 0 auto 36px;
}
.page-hero-centered .hero-btns { justify-content: center; }

/* ════════════════ PAGE HERO — ASYMÉTRIQUE (About) ════════════════ */
.page-hero-split {
  width: 100%;
  background: linear-gradient(135deg, #0c1a30 0%, #1B2A4A 55%, #0a1525 100%);
  border-bottom: 4px solid #ff751f;
  overflow: hidden;
}
.hero-split-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 88px 64px;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 48px;
  align-items: center;
}
.hero-split-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-split-left h1 { color: #fff; }
.hero-split-left h1 em { color: #ff751f; font-style: normal; }
.hero-split-left .hero-sub {
  color: rgba(255,255,255,0.58);
  font-size: 17px;
  max-width: 480px;
}
.hero-split-right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}
.about-stat-card {
  background: rgba(17,30,53,0.92);
  border: 1px solid rgba(255,117,31,0.22);
  border-radius: 12px;
  padding: 14px 20px;
  width: 210px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.about-stat-card .asc-label {
  font-size: 10px;
  color: rgba(255,255,255,0.38);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.about-stat-card .asc-val {
  font-size: 30px;
  font-weight: 600;
  color: #ff751f;
  line-height: 1;
}
.about-naid-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(8,18,38,0.92);
  border: 1px solid rgba(255,117,31,0.22);
  border-radius: 100px;
  padding: 9px 18px;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
.naid-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74,222,128,0.65);
  flex-shrink: 0;
  animation: naid-pulse 2s ease-in-out infinite;
}
@keyframes naid-pulse {
  0%, 100% { box-shadow: 0 0 8px rgba(74,222,128,0.65); }
  50%       { box-shadow: 0 0 16px rgba(74,222,128,0.9); }
}
.about-naid-badge span {
  font-size: 11px;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* ════════════════ SERVICES — ACCROCHE & DIFFÉRENCIATEURS ════════════════ */
.services-intro-section {
  width: 100%;
  background: #fff;
  padding: 88px 0;
}
.services-intro-section h2 { color: #1B2A4A; margin-bottom: 20px; }
.services-intro-section > .section-inner > p {
  color: #555;
  font-size: 17px;
  line-height: 1.85;
  max-width: 760px;
  margin-bottom: 56px;
}
.diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
.diff-item { display: flex; flex-direction: column; gap: 14px; }
.diff-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1B2A4A, #2a3f6f);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.diff-item h3 { color: #1B2A4A; font-size: 18px; }
.diff-item p { color: #666; font-size: 14px; line-height: 1.75; }

/* ════════════════ SERVICES — GRILLE DES 5 SERVICES ════════════════ */
.services-full-section {
  width: 100%;
  background: #daeaf5;
  padding: 88px 0;
}
.services-full-section h2 { color: #1B2A4A; margin-bottom: 48px; }
.services-full-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.svc-full-card {
  background: #fff;
  border-left: 4px solid #ff751f;
  border-radius: 0 14px 14px 0;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 0 0 calc(33.333% - 16px);
  transition: transform 0.18s, box-shadow 0.18s;
}
.svc-full-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 36px rgba(0,0,0,0.11);
}
.svc-full-card .svc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,117,31,0.15), rgba(255,117,31,0.05));
  border: 1px solid rgba(255,117,31,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.svc-full-card h3 { color: #1B2A4A; font-size: 18px; }
.svc-full-desc { color: #555; font-size: 14px; line-height: 1.75; }
.svc-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.svc-points li {
  font-size: 13px;
  color: #444;
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}
.svc-points li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #ff751f;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
}
.svc-full-card > a {
  color: #ff751f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: auto;
  display: inline-block;
}
.svc-full-card > a:hover { text-decoration: underline; }

/* ════════════════ SERVICES — FAQ ACCORDION ════════════════ */
.faq-section {
  width: 100%;
  background: #fff;
  padding: 88px 0;
}
.faq-section .section-label { text-align: center; }
.faq-section h2 { color: #1B2A4A; text-align: center; margin-bottom: 52px; }
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-item {
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.18s;
}
.faq-item[open] { border-color: rgba(255,117,31,0.35); }
.faq-item summary {
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1B2A4A;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  color: #ff751f;
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { border-bottom: 1px solid #f0f0f0; }
.faq-body {
  padding: 20px 24px;
  font-size: 14px;
  color: #555;
  line-height: 1.85;
  background: #fafafa;
}

/* ════════════════ ABOUT — VALEURS (wrapping dark-card) ════════════════ */
.about-values-section {
  width: 100%;
  background: #daeaf5;
  padding: 88px 0;
}
.about-values-section h2 { color: #fff; }

/* ════════════════ ABOUT — MISSION ════════════════ */
.about-mission-section {
  width: 100%;
  background: #fff;
  padding: 88px 0;
}
.about-mission-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 64px;
  align-items: start;
}
.about-mission-left .section-label { margin-bottom: 14px; }
.about-mission-left h2 { color: #1B2A4A; margin-bottom: 24px; }
.about-mission-left p {
  color: #555;
  line-height: 1.9;
  margin-bottom: 18px;
  font-size: 16px;
}
.about-quote {
  border-left: 4px solid #ff751f;
  background: rgba(255,117,31,0.04);
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin-top: 28px;
  font-style: italic;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
}
.about-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.about-metric {
  background: #f8f9fb;
  border-radius: 14px;
  padding: 28px 16px;
  text-align: center;
  border-top: 3px solid #ff751f;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.am-num {
  display: block;
  font-size: 38px;
  font-weight: 500;
  color: #ff751f;
  line-height: 1;
  margin-bottom: 8px;
}
.am-label {
  display: block;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ════════════════ ABOUT — TIMELINE ════════════════ */
.about-timeline-section {
  width: 100%;
  background: #0d1526;
  padding: 88px 0;
}
.about-timeline-section .section-label { text-align: center; }
.about-timeline-section h2 { color: #fff; text-align: center; margin-bottom: 72px; }
.tl-track {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.tl-track::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #ff751f 0%, rgba(255,117,31,0.15) 100%);
  transform: translateX(-50%);
  border-radius: 1px;
}
.tl-item {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  gap: 28px;
  margin-bottom: 40px;
  align-items: start;
}
.tl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff751f;
  box-shadow: 0 0 0 5px rgba(255,117,31,0.18);
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}
.tl-content {
  background: #111e35;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 24px 26px;
}
.tl-spacer {}
.tl-year {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #ff751f;
  margin-bottom: 6px;
  line-height: 1;
}
.tl-content h3 { color: #fff; font-size: 16px; margin-bottom: 8px; }
.tl-content p { color: rgba(255,255,255,0.45); font-size: 13px; line-height: 1.65; }

/* ════════════════ ABOUT — CERTIFICATIONS ENRICHIES ════════════════ */
.about-certs-section {
  width: 100%;
  background: #fff;
  padding: 88px 0;
}
.about-certs-section .section-label { text-align: center; }
.about-certs-section h2 { color: #1B2A4A; text-align: center; margin-bottom: 52px; }
.certs-enriched-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.cert-enriched-card {
  flex: 0 0 calc(20% - 16px);
  min-width: 180px;
  border: 1px solid rgba(255,117,31,0.15);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform 0.18s, box-shadow 0.18s;
}
.cert-enriched-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  border-color: rgba(255,117,31,0.35);
}
.cert-enriched-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,117,31,0.07);
  border: 1px solid rgba(255,117,31,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.cert-enriched-name {
  font-size: 15px;
  font-weight: 700;
  color: #1B2A4A;
  margin-bottom: 8px;
}
.cert-enriched-desc {
  font-size: 12px;
  color: #888;
  line-height: 1.65;
}

/* ════════════════ RESPONSIVE — NOUVELLES SECTIONS ════════════════ */
@media (max-width: 1024px) {
  .hero-inner-center { padding: 0 32px; }
  .hero-split-inner  { padding: 64px 32px; gap: 32px; }
  .svc-full-card     { flex: 0 0 calc(50% - 12px); }
  .cert-enriched-card { flex: 0 0 calc(33.333% - 14px); }
  .diff-grid         { gap: 24px; }
}

@media (max-width: 768px) {
  /* Heroes */
  .hero-inner-center  { padding: 0 20px; }
  .page-hero-centered { padding: 64px 0 56px; }
  .hero-split-inner   { grid-template-columns: 1fr; padding: 48px 20px; }
  .hero-split-right   { align-items: flex-start; flex-direction: row; flex-wrap: wrap; gap: 10px; }
  .about-stat-card    { width: auto; flex: 1 1 calc(50% - 5px); }
  .about-naid-badge   { width: auto; }

  /* Services */
  .diff-grid          { grid-template-columns: 1fr; gap: 28px; }
  .services-full-grid { gap: 16px; }
  .svc-full-card      { flex: 0 0 100%; }
  .faq-list           { padding: 0 4px; }

  /* About mission */
  .about-mission-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-metrics-grid { grid-template-columns: 1fr 1fr; }

  /* About values */
  .about-values-section .dark-card { grid-template-columns: 1fr; }

  /* Timeline */
  .tl-track::before { left: 14px; transform: none; }
  .tl-item { grid-template-columns: 28px 1fr; gap: 16px; }
  .tl-left .tl-dot, .tl-right .tl-dot   { grid-column: 1; grid-row: 1; }
  .tl-left .tl-content, .tl-right .tl-content { grid-column: 2; grid-row: 1; }
  .tl-left .tl-spacer, .tl-right .tl-spacer   { display: none; }
  .tl-dot { margin-top: 22px; }

  /* Certifications */
  .certs-enriched-grid { gap: 14px; }
  .cert-enriched-card  { flex: 0 0 calc(50% - 7px); min-width: 0; padding: 22px 14px; }
}

@media (max-width: 480px) {
  .hero-split-right { flex-direction: column; }
  .about-stat-card  { width: 100%; flex: none; }
  .cert-enriched-card { flex: 0 0 100%; }
  .about-metrics-grid { grid-template-columns: 1fr 1fr; }
}
