/* ============================================================
   AIIF GLOBAL ADVISORY — Feuille de style partagée
   Couleurs calées sur le logo officiel.
   ============================================================ */

:root{
  /* ── Palette dérivée du logo officiel (cube AIIF) ──
     Refonte 2026 : navy profond dominant, bleus du logo en accents,
     suppression de l'or (hors-marque) au profit d'un bleu clair. */
  --navy:#0D1B4C;          /* navy de marque (titres, brand) */
  --navy-deep:#06103C;     /* navy profond — fonds sombres premium */
  --blue:#1E2DB0;          /* bleu d'action (boutons, liens) */
  --blue-mid:#3574FF;      /* face gauche du cube */
  --blue-light:#71D1FF;    /* face droite du cube — accent clair */
  --blue-pale:#EAF0FF;
  --blue-accent:#D4E6F9;

  /* Anciennes variables "or" remappées en bleu clair :
     tout l'ancien accent doré devient bleu, sans toucher au reste du CSS. */
  --gold:#3574FF;
  --gold-light:#71D1FF;

  --white:#FFFFFF;
  --off:#F5F8FC;
  --cream:#FAFBFD;
  --text:#16203F;
  --grey:#56627E;
  --grey-light:#97A3BB;
  --border:#E5EBF3;

  --serif:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  --sans:'Inter',system-ui,-apple-system,sans-serif;

  --maxw:1160px;
  --radius:14px;
  --shadow-sm:0 1px 3px rgba(17,26,64,.05);
  --shadow-md:0 10px 30px rgba(17,26,64,.08);
  --shadow-lg:0 22px 52px rgba(17,26,64,.12);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--white);overflow-x:hidden;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
body.rtl{direction:rtl;text-align:right}
a{color:inherit}
img{max-width:100%;display:block}

/* Conteneur global — toutes les sections (sauf hero qui s'étend pleine largeur) */
.container{max-width:var(--maxw);margin:0 auto;padding:0 2rem}

/* ══════ ICÔNES SVG ══════ */
.ico{width:1.4em;height:1.4em;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block}

/* ══════ TOP BAR ══════ */
.top-bar{background:var(--navy-deep);padding:.4rem 2rem;display:flex;justify-content:space-between;align-items:center}
.top-bar-left{display:flex;gap:1.5rem;align-items:center}
.top-bar-left a{color:rgba(255,255,255,.62);font-size:.72rem;text-decoration:none;transition:color .2s;display:inline-flex;align-items:center;gap:.35rem}
.top-bar-left a:hover{color:var(--white)}
.top-bar-left .ico{width:.85rem;height:.85rem}
.top-bar-right{display:flex;gap:.4rem;align-items:center}
.top-bar-right button{background:none;border:none;color:rgba(255,255,255,.55);font-size:.72rem;font-weight:600;cursor:pointer;padding:.2rem .5rem;border-radius:3px;transition:all .2s;font-family:var(--sans)}
.top-bar-right button:hover{color:var(--white)}
.top-bar-right button.active{color:var(--navy-deep);background:var(--gold)}

/* ══════ NAV ══════ */
nav{background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;box-shadow:var(--shadow-sm)}
.nav-inner{max-width:var(--maxw);margin:0 auto;padding:0 2rem;height:74px;display:flex;align-items:center;justify-content:space-between}
.nav-brand{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.nav-brand img{height:46px;width:auto}
.nav-brand-txt{display:flex;flex-direction:column;line-height:1.05}
.nav-brand-name{font-family:var(--serif);font-size:1.12rem;color:var(--navy);font-weight:700}
.nav-brand-sub{font-size:.56rem;color:var(--grey);font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-top:.1rem}
.nav-links{display:flex;gap:0;list-style:none;align-items:center}
.nav-links li{position:relative}
.nav-links a{color:var(--text);text-decoration:none;font-size:.82rem;font-weight:500;padding:.5rem .95rem;transition:color .2s;display:block}
.nav-links a:hover{color:var(--blue)}
.nav-links a.active{color:var(--navy);font-weight:600}
.nav-links a.active::after{content:'';position:absolute;bottom:-1px;left:.95rem;right:.95rem;height:2px;background:var(--gold);border-radius:2px}
.nav-cta{background:var(--navy);color:var(--white) !important;padding:.6rem 1.3rem;font-size:.78rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s;white-space:nowrap}
.nav-cta:hover{background:var(--blue);transform:translateY(-1px);box-shadow:var(--shadow-md)}
.hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--navy);padding:.3rem}
.hamburger .ico{width:1.6rem;height:1.6rem;stroke-width:2}

/* ══════ HERO ══════ */
.hero{
  background:
    linear-gradient(135deg, rgba(32,38,99,.92) 0%, rgba(47,54,144,.88) 45%, rgba(43,108,176,.85) 100%),
    url('/assets/img/hero-audience.jpg') center/cover no-repeat;
  padding:5.5rem 2rem 5rem;position:relative;overflow:hidden;
}
.hero::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");opacity:.6}
.hero::after{content:'';position:absolute;top:-30%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(58,130,196,.14),transparent 65%);pointer-events:none}
.hero-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center;position:relative;z-index:1}
.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);padding:.35rem .9rem;font-size:.68rem;font-weight:600;color:rgba(255,255,255,.85);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.6rem;border-radius:40px}
.hero-label .dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}
.hero h1{font-family:var(--serif);font-size:clamp(2.1rem,4.6vw,3.4rem);color:var(--white);font-weight:700;line-height:1.12;margin-bottom:1.1rem;letter-spacing:-.01em}
.hero h1 span{color:var(--gold-light)}
.hero p{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.8;margin-bottom:2.2rem;max-width:520px}
.hero-btns{display:flex;gap:.8rem;flex-wrap:wrap}
.btn-white{background:var(--white);color:var(--navy);padding:.8rem 1.7rem;font-size:.82rem;font-weight:600;text-decoration:none;border-radius:6px;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}
.btn-white:hover{background:var(--gold);color:var(--navy-deep);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:var(--white);padding:.8rem 1.7rem;font-size:.82rem;font-weight:500;text-decoration:none;border-radius:6px;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-light);background:rgba(255,255,255,.04)}

/* Bouton CTA principal — utilisé sur toutes les pages */
.btn-cta{background:var(--navy);color:var(--white) !important;padding:.85rem 1.8rem;font-size:.86rem;font-weight:600;text-decoration:none;border:none;border-radius:30px;cursor:pointer;font-family:var(--sans);transition:all .25s;display:inline-flex;align-items:center;gap:.5rem;letter-spacing:.01em}
.btn-cta:hover{background:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow-md);color:var(--white) !important}
.hero-cards{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:1.6rem;border-radius:10px;backdrop-filter:blur(6px);transition:all .3s}
.hero-card:hover{background:rgba(255,255,255,.13);border-color:rgba(58,130,196,.4);transform:translateY(-3px)}
.hero-card-num{font-family:var(--serif);font-size:2.4rem;color:var(--gold-light);font-weight:700;line-height:1}
.hero-card-label{font-size:.74rem;color:rgba(255,255,255,.62);margin-top:.4rem;line-height:1.35}

/* ══════ SECTIONS ══════ */
.section{padding:5rem 2rem}
.section-inner{max-width:var(--maxw);margin:0 auto}
.section-header{margin-bottom:2.8rem;max-width:680px}
.section-header.center{margin-left:auto;margin-right:auto;text-align:center}
.eyebrow{display:inline-block;font-size:.66rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--blue);margin-bottom:.7rem;background:var(--blue-pale);padding:.3rem .8rem;border-radius:40px}
.heading{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.4rem);color:var(--navy);font-weight:700;line-height:1.18;margin-bottom:.7rem;letter-spacing:-.01em}
.heading span{color:var(--gold)}
.subtext{font-size:.95rem;color:var(--grey);line-height:1.8}

/* ══════ SERVICE CARDS ══════ */
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.1rem;transition:all .25s;position:relative;overflow:hidden}
.service-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--navy),var(--blue-light));transform:scaleX(0);transform-origin:left;transition:transform .3s}
.service-card:hover{border-color:var(--blue-light);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.service-card:hover::before{transform:scaleX(1)}
.service-icon{width:52px;height:52px;background:var(--blue-pale);color:var(--navy);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.service-icon .ico{width:1.6rem;height:1.6rem}
.service-card h3{font-family:var(--serif);font-size:1.18rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.service-card p{font-size:.86rem;color:var(--grey);line-height:1.7}
.service-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--blue);margin-top:1rem;text-decoration:none;transition:gap .2s}
.service-link:hover{gap:.6rem;color:var(--navy)}
.service-link .ico{width:1rem;height:1rem}

/* ══════ IMPACT STRIP ══════ */
.impact{background:linear-gradient(120deg,var(--navy),var(--blue));padding:3.2rem 2rem;position:relative;overflow:hidden}
.impact::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='1'/%3E%3C/svg%3E")}
.impact-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center;position:relative;z-index:1}
.impact-item strong{display:block;font-family:var(--serif);font-size:2.6rem;color:var(--white);font-weight:700;line-height:1}
.impact-item .gold{color:var(--gold-light)}
.impact-item span{font-size:.76rem;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.06em;margin-top:.5rem;display:block}

/* ══════ ABOUT ══════ */
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:start}
.about-text p{font-size:.92rem;color:var(--grey);line-height:1.9;margin-bottom:1.1rem}
.about-text strong{color:var(--navy);font-weight:600}
.about-sidebar{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2.2rem;box-shadow:var(--shadow-sm)}
.about-sidebar h3{font-family:var(--serif);font-size:1.15rem;color:var(--navy);font-weight:700;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:2px solid var(--gold)}
.credential-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--border)}
.credential-row:last-child{border-bottom:none}
.credential-row span{font-size:.84rem;color:var(--grey)}
.credential-row strong{font-size:.84rem;color:var(--navy);font-weight:600;text-align:right;flex-shrink:0}

/* ══════ LEADERSHIP (about) ══════ */
.leaders{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-top:1rem}
.leader-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm)}
.leader-head{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}
.leader-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue-light));color:var(--white);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.3rem;font-weight:700;flex-shrink:0}
.leader-head h4{font-family:var(--serif);font-size:1.12rem;color:var(--navy);font-weight:700;line-height:1.2}
.leader-head .role{font-size:.78rem;color:var(--gold);font-weight:600;margin-top:.15rem}
.leader-card .bio{font-size:.86rem;color:var(--grey);line-height:1.75;margin-bottom:1rem}
.leader-block{margin-top:.9rem}
.leader-block h5{font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.45rem}
.leader-block ul{list-style:none}
.leader-block li{font-size:.83rem;color:var(--grey);line-height:1.6;padding-left:1rem;position:relative;margin-bottom:.25rem}
.leader-block li::before{content:'';position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--gold)}
body.rtl .leader-block li{padding-left:0;padding-right:1rem}
body.rtl .leader-block li::before{left:auto;right:0}

/* Bloc données légales */
.legal-box{background:var(--navy-deep);border-radius:var(--radius);padding:2rem;margin-top:1.6rem;color:rgba(255,255,255,.85)}
.legal-box h3{font-family:var(--serif);color:var(--gold-light);font-size:1.1rem;margin-bottom:1rem}
.legal-row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.84rem}
.legal-row:last-child{border-bottom:none}
.legal-row span{color:rgba(255,255,255,.55)}
.legal-row strong{color:var(--white);font-weight:600;text-align:right}

/* ══════ TRAINING / GENERIC CARD GRID ══════ */
.alt-bg{background:var(--off)}
.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:1rem}
.train-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.9rem;transition:all .2s;box-shadow:var(--shadow-sm)}
.train-card:hover{border-color:var(--blue-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.train-tag{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:var(--blue-pale);padding:.25rem .6rem;border-radius:40px;margin-bottom:.7rem}
.train-card h4{font-family:var(--serif);font-size:1.1rem;color:var(--navy);font-weight:700;margin-bottom:.5rem}
.train-card p{font-size:.85rem;color:var(--grey);line-height:1.7}
.train-meta{font-size:.74rem;color:var(--grey-light);margin-top:.9rem;padding-top:.8rem;border-top:1px solid var(--border)}
.train-meta strong{color:var(--navy)}

/* numbered advisory services */
.svc-num-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:1rem}
.svc-num{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;gap:1.3rem;transition:all .2s;box-shadow:var(--shadow-sm)}
.svc-num:hover{border-color:var(--blue-light);box-shadow:var(--shadow-md);transform:translateY(-2px)}
.svc-num .num{font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--gold);background:var(--blue-pale);width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.svc-num h4{font-family:var(--serif);font-size:1.08rem;color:var(--navy);font-weight:700;margin-bottom:.45rem}
.svc-num p{font-size:.85rem;color:var(--grey);line-height:1.7}

/* Full-width "transversal" service: spans both columns, gold accent */
.svc-num--full{grid-column:1 / -1;background:linear-gradient(120deg,var(--blue-pale),var(--white));border-color:var(--gold-light);border-left:4px solid var(--gold);padding:2.2rem 2.4rem}
body.rtl .svc-num--full{border-left:1px solid var(--gold-light);border-right:4px solid var(--gold)}
.svc-num--full .num{background:var(--gold);color:var(--white)}
.svc-num--full h4{font-size:1.18rem}

/* === ÉTUDES DE CAS (page Conseil) === */
.cases-intro{margin-top:2.5rem;margin-bottom:1.6rem}
.cases-intro h3{font-family:var(--serif);font-size:1.65rem;color:var(--navy);font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em}
.cases-intro h3 span{color:var(--gold)}
.cases-intro p{color:var(--grey);font-size:.93rem;line-height:1.75;max-width:640px}

.case-list{display:flex;flex-direction:column;gap:1.4rem;margin-top:.5rem}
.case-card{background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;display:grid;grid-template-columns:.85fr 1.15fr;box-shadow:var(--shadow-sm);transition:all .25s}
.case-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);border-color:var(--blue-light)}

/* Default media (graphic) */
.case-media{background:linear-gradient(135deg,var(--navy-deep),var(--blue));position:relative;min-height:240px;display:flex;align-items:flex-end;padding:1.6rem;color:var(--white);overflow:hidden}
.case-media::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='rgba(255,255,255,0.06)' stroke-width='1'/%3E%3C/svg%3E");opacity:.7}
.case-media::after{content:'';position:absolute;bottom:-30%;right:-15%;width:300px;height:300px;background:radial-gradient(circle,rgba(58,130,196,.18),transparent 65%)}

/* Photo-backed media variants */
.case-media.has-photo{background-size:cover;background-position:center}
.case-media.has-photo::before{background-image:linear-gradient(135deg,rgba(32,38,99,.78) 0%,rgba(43,108,176,.65) 100%);opacity:1}
.case-media.has-photo::after{display:none}

/* Specific photo backgrounds */
.case-media.bg-sukuk{background-image:url('/assets/img/mandate-dakar.jpg')}
.case-media.bg-bceao{background-image:url('/assets/img/mandate-bceao.jpg')}
.case-media.bg-waqf{background-image:url('/assets/img/mandate-waqf.jpg')}
.case-media.bg-microfin{background-image:url('/assets/img/mandate-microfin.jpg')}
.case-media.bg-banks{background-image:url('/assets/img/mandate-banks.jpg')}

/* Large thematic icon top-right — clearly visible */
.case-icon{position:absolute;top:1.2rem;right:1.2rem;width:120px;height:120px;color:rgba(255,255,255,.38);pointer-events:none;z-index:1}
body.rtl .case-icon{right:auto;left:1.2rem}
.case-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* Photo variant: hide icon and stat (cleaner with photo) */
.case-media.has-photo .case-icon,
.case-media.has-photo .case-stat{display:none}

/* Big stat decoration */
.case-stat{position:absolute;bottom:.4rem;right:1.2rem;font-family:var(--serif);color:rgba(58,130,196,.55);font-weight:700;font-size:5.2rem;line-height:.9;letter-spacing:-.03em;pointer-events:none;z-index:1}
body.rtl .case-stat{right:auto;left:1.2rem}
.case-media.has-photo .case-stat{color:rgba(255,255,255,.65);text-shadow:0 2px 12px rgba(0,0,0,.3)}

.case-media>div{position:relative;z-index:2}
.case-num{display:inline-block;font-family:var(--serif);font-size:.78rem;letter-spacing:.18em;color:var(--gold-light);font-weight:600;margin-bottom:.5rem}
.case-media h4{font-family:var(--serif);font-size:1.18rem;color:var(--white);font-weight:700;line-height:1.3;margin-bottom:.4rem}
.case-period{display:inline-flex;align-items:center;gap:.4rem;font-size:.74rem;color:rgba(255,255,255,.75);font-weight:500}
.case-period .ico{width:.85rem;height:.85rem;stroke-width:1.8}

.case-body{padding:1.8rem 2rem}
.case-client{font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--blue);margin-bottom:.45rem}
.case-blocks{display:flex;flex-direction:column;gap:.85rem}
.case-block label{display:block;font-size:.66rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem}
.case-block p{font-size:.86rem;color:var(--text);line-height:1.65;margin:0}
.case-block.result{background:var(--blue-pale);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;padding:.85rem 1.1rem;margin-top:.3rem}
body.rtl .case-block.result{border-left:none;border-right:3px solid var(--gold);border-radius:8px 0 0 8px}
.case-block.result label{color:var(--navy)}
.case-block.result p{font-weight:600;color:var(--navy)}

@media(max-width:900px){
  .case-card{grid-template-columns:1fr}
  .case-media{min-height:160px;padding:1.4rem}
  .case-body{padding:1.5rem 1.4rem}
}

/* results block */
.results{background:var(--navy-deep);border-radius:14px;padding:2.6rem;margin-top:2.5rem;color:var(--white)}
.results h3{font-family:var(--serif);font-size:1.5rem;color:var(--gold-light);margin-bottom:.5rem}
.results>p{color:rgba(255,255,255,.65);font-size:.9rem;max-width:600px;margin-bottom:1.8rem}
/* 6-column trick: each item spans 2 → 3 per row; orphan items on row 2 are recentered */
.results-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.2rem}
.result-item{grid-column:span 2;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:1.3rem}
/* When 5 items: center the last 2 on row 2 */
.result-item:nth-child(4):nth-last-child(2){grid-column:2 / span 2}
.result-item:nth-child(5):nth-last-child(1){grid-column:4 / span 2}
.result-item .ico{color:var(--gold-light);width:1.5rem;height:1.5rem;margin-bottom:.6rem}
.result-item p{font-size:.84rem;color:rgba(255,255,255,.82);line-height:1.6}

/* masters / highlight band */
.highlight-band{background:linear-gradient(120deg,var(--navy),var(--blue));border-radius:14px;padding:2.4rem;color:var(--white);margin-top:2.5rem}
.highlight-band h3{font-family:var(--serif);font-size:1.4rem;color:var(--white);margin-bottom:1.3rem}
.masters{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.master{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:1.2rem}
.master strong{display:block;font-family:var(--serif);color:var(--gold-light);font-size:.95rem;margin-bottom:.2rem}
.master span{font-size:.78rem;color:rgba(255,255,255,.65)}

/* ══════ ALUMNI / LOGO STRIP ══════ */
.logo-strip{background:var(--navy-deep);padding:3.8rem 2rem}
.logo-strip-inner{max-width:var(--maxw);margin:0 auto}
.logo-strip-inner h2{font-family:var(--serif);font-size:1.5rem;color:var(--white);font-weight:700;margin-bottom:.3rem}
.logo-strip-inner p{font-size:.85rem;color:rgba(255,255,255,.5);margin-bottom:1.7rem}
.logo-pills{display:flex;gap:.7rem;flex-wrap:wrap;align-items:center}
.logo-pill{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:.55rem 1.1rem;font-size:.76rem;color:rgba(255,255,255,.72);font-weight:500;border-radius:40px;transition:all .2s}
.logo-pill:hover{background:rgba(255,255,255,.13);border-color:rgba(58,130,196,.4);color:var(--gold-light)}

/* ══════ FORUMS ══════ */
.forum-banner{background:linear-gradient(135deg,var(--navy),var(--blue));border-radius:14px;padding:2.8rem;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;margin-top:1rem;position:relative;overflow:hidden}
.forum-banner::after{content:'';position:absolute;top:-40%;right:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(58,130,196,.16),transparent 65%)}
.forum-banner>div{position:relative;z-index:1}
.forum-badge{display:inline-block;background:var(--gold);color:var(--navy-deep);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:40px;margin-bottom:.9rem}
.forum-banner h3{font-family:var(--serif);font-size:1.7rem;color:var(--white);font-weight:700;margin-bottom:.3rem}
.forum-banner .date{font-size:.95rem;color:var(--gold-light);font-weight:600;margin-bottom:.7rem}
.forum-banner p{font-size:.88rem;color:rgba(255,255,255,.72);line-height:1.7;max-width:540px}
.forum-history{display:grid;grid-template-columns:repeat(5,1fr);gap:.8rem;margin-top:1.8rem}
.fh{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.1rem;text-align:center;transition:all .2s;box-shadow:var(--shadow-sm)}
.fh:hover{border-color:var(--blue-light);transform:translateY(-2px)}
.fh strong{display:block;font-family:var(--serif);font-size:.95rem;color:var(--navy);font-weight:700}
.fh span{font-size:.7rem;color:var(--grey);line-height:1.35;display:block;margin-top:.3rem}

/* forum detailed cards (forums page) */
.forum-list{display:flex;flex-direction:column;gap:1.1rem;margin-top:1rem}
.forum-edition{background:var(--white);border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:10px;padding:1.6rem 1.9rem;transition:all .2s;box-shadow:var(--shadow-sm)}
body.rtl .forum-edition{border-left:1px solid var(--border);border-right:4px solid var(--gold)}
.forum-edition:hover{box-shadow:var(--shadow-md);transform:translateX(3px)}
.forum-edition .ed-year{font-family:var(--serif);font-weight:700;color:var(--navy);font-size:1.05rem;margin-bottom:.2rem}
.forum-edition .ed-theme{font-size:.9rem;color:var(--text);font-weight:600;margin-bottom:.35rem}
.forum-edition .ed-facts{font-size:.82rem;color:var(--grey);line-height:1.6}

/* ══════ NEWS / INSIGHTS ══════ */
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.news-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .25s;cursor:pointer;box-shadow:var(--shadow-sm);display:block;text-decoration:none;color:inherit}
.news-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--blue-light)}
.news-img{height:190px;position:relative;display:flex;align-items:flex-end;padding:.9rem;overflow:hidden}
/* Default sukuk theme */
.news-img.theme-sukuk{background:linear-gradient(135deg,#1B3F8F 0%,#2B6CB0 60%,#4273B8 100%)}
.news-img.theme-analysis{background:linear-gradient(135deg,#1F4F3F 0%,#2C7A6A 60%,#3D8B7A 100%)}
.news-img.theme-gcc{background:linear-gradient(135deg,#5C3F0E 0%,#A07330 50%,#C9A84C 100%)}
/* Photo-backed variant */
.news-img.has-photo{background-size:cover;background-position:center}
.news-img.has-photo::before{background:linear-gradient(135deg,rgba(32,38,99,.55) 0%,rgba(0,0,0,.35) 100%);background-image:none !important}
.news-img.has-photo .news-img-icon,
.news-img.has-photo .news-img-label{display:none}
.news-img.bg-gcc{background-image:url('/assets/img/news-gcc.jpg')}
.news-img.bg-benin{background-image:url('/assets/img/news-benin.jpg')}
.news-img.bg-senegal{background-image:url('/assets/img/news-senegal.jpg')}
/* Decorative geometric pattern */
.news-img::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0L100 50L50 100L0 50Z' fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1'/%3E%3C/svg%3E");opacity:.9}
/* Large thematic icon — clearly visible */
.news-img-icon{position:absolute;top:.9rem;right:.9rem;width:80px;height:80px;color:rgba(255,255,255,.45);pointer-events:none;z-index:1}
body.rtl .news-img-icon{right:auto;left:.9rem}
.news-img-icon svg{width:100%;height:100%;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}
/* Big number/label decoration — clearly readable */
.news-img-label{position:absolute;bottom:2.6rem;left:.95rem;font-family:var(--serif);color:rgba(255,255,255,.42);font-weight:700;font-size:3.8rem;line-height:.9;letter-spacing:-.03em;pointer-events:none;font-feature-settings:"tnum";z-index:1}
body.rtl .news-img-label{left:auto;right:.95rem}
.news-tag{position:relative;z-index:2;background:var(--gold);color:var(--navy-deep);font-size:.6rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem;border-radius:40px;display:inline-block;box-shadow:0 2px 6px rgba(0,0,0,.18)}
.news-body{padding:1.4rem}
.news-date{font-size:.72rem;color:var(--grey-light);margin-bottom:.4rem;font-weight:600}
.news-title{font-family:var(--serif);font-size:1rem;color:var(--navy);font-weight:700;line-height:1.4;margin-bottom:.4rem}
.news-excerpt{font-size:.82rem;color:var(--grey);line-height:1.6}

/* ══════ PARTNERS ══════ */
.partners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.partner-card{border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:all .2s;background:var(--white);box-shadow:var(--shadow-sm)}
.partner-card:hover{border-color:var(--blue-light);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.partner-icon{width:48px;height:48px;border-radius:12px;background:var(--blue-pale);color:var(--navy);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.partner-icon .ico{width:1.5rem;height:1.5rem}
.partner-card h4{font-family:var(--serif);font-size:1.1rem;color:var(--navy);font-weight:700;margin-bottom:.5rem}
.partner-card .desc{font-size:.83rem;color:var(--grey);line-height:1.65;margin-bottom:.9rem}
.partner-card ul{list-style:none}
.partner-card li{font-size:.82rem;color:var(--text);line-height:1.55;padding-left:1rem;position:relative;margin-bottom:.35rem}
.partner-card li::before{content:'';position:absolute;left:0;top:.6em;width:5px;height:5px;border-radius:50%;background:var(--gold)}
body.rtl .partner-card li{padding-left:0;padding-right:1rem}
body.rtl .partner-card li::before{left:auto;right:0}
.logos-bar{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center;margin-top:2.2rem;padding:1.8rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius)}
.logos-bar .pl{padding:.5rem 1.1rem;font-size:.76rem;color:var(--navy);font-weight:600;background:var(--off);border:1px solid var(--border);border-radius:6px}

/* ══════ CTA BLOCK ══════ */
.cta-block{background:linear-gradient(135deg,var(--navy-deep),var(--navy));border-radius:14px;padding:3rem;text-align:center;color:var(--white);position:relative;overflow:hidden;margin-top:2.5rem;margin-bottom:4rem}
.cta-block::after{content:'';position:absolute;bottom:-50%;left:50%;transform:translateX(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(58,130,196,.13),transparent 65%)}
.cta-block>*{position:relative;z-index:1}
.cta-block h3{font-family:var(--serif);font-size:1.6rem;margin-bottom:.6rem}
.cta-block p{color:rgba(255,255,255,.7);font-size:.92rem;max-width:560px;margin:0 auto 1.6rem}
.cta-block .btn-cta{background:var(--gold);color:var(--navy-deep) !important;font-weight:700}
.cta-block .btn-cta:hover{background:var(--gold-light);color:var(--navy-deep) !important}

/* ══════ CONTACT ══════ */
.contact{background:linear-gradient(160deg,var(--navy-deep),var(--navy))}
.contact .eyebrow{background:rgba(58,130,196,.18);color:var(--gold-light)}
.contact .heading{color:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;margin-top:2.2rem}
.contact-reasons{display:flex;flex-direction:column;gap:.85rem}
.cr{display:flex;gap:1rem;align-items:flex-start;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);border-radius:10px;padding:1.25rem;transition:all .2s}
.cr:hover{border-color:rgba(58,130,196,.35);background:rgba(255,255,255,.08)}
.cr-icon{width:40px;height:40px;border-radius:9px;background:rgba(58,130,196,.16);color:var(--gold-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cr-icon .ico{width:1.3rem;height:1.3rem}
.cr strong{display:block;font-size:.9rem;color:var(--white);font-weight:600;margin-bottom:.2rem}
.cr span{font-size:.8rem;color:rgba(255,255,255,.55);line-height:1.55}
.contact-info-box{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:2.2rem}
.contact-info-box h3{font-family:var(--serif);font-size:1.25rem;color:var(--gold-light);font-weight:700;margin-bottom:1.4rem}
.cd{margin-bottom:1rem}
.cd label{display:block;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.25rem}
.cd a,.cd p{font-size:.86rem;color:rgba(255,255,255,.78);text-decoration:none;line-height:1.55}
.cd a:hover{color:var(--gold-light)}

/* contact form */
.contact-form{display:flex;flex-direction:column;gap:1rem}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.field label{display:block;font-size:.72rem;font-weight:600;color:var(--grey);margin-bottom:.3rem}
.field input,.field select,.field textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--border);border-radius:7px;font-family:var(--sans);font-size:.86rem;color:var(--text);background:var(--white);transition:border-color .2s}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--blue)}
.field textarea{resize:vertical;min-height:120px}
.form-note{font-size:.74rem;color:var(--grey-light);line-height:1.5}
.btn-submit{background:var(--navy);color:var(--white);border:none;padding:.85rem 1.8rem;font-size:.85rem;font-weight:600;border-radius:7px;cursor:pointer;font-family:var(--sans);transition:all .2s;display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start}
.btn-submit:hover{background:var(--blue);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.form-alert{padding:.85rem 1rem;border-radius:7px;font-size:.85rem;margin-bottom:.5rem}
.form-alert.ok{background:#E6F4EA;color:#1E7A38;border:1px solid #A8D8B5}
.form-alert.err{background:#FCE8E8;color:#B42323;border:1px solid #F0B5B5}

/* ══════ PAGE HEADER (interior pages) ══════ */
.page-head{background:linear-gradient(135deg,var(--navy-deep),var(--navy));padding:3.5rem 2rem 3rem;position:relative;overflow:hidden}
.page-head::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E")}
.page-head-inner{max-width:var(--maxw);margin:0 auto;position:relative;z-index:1}
.page-head .eyebrow{background:rgba(58,130,196,.18);color:var(--gold-light)}
.page-head h1{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,2.7rem);color:var(--white);font-weight:700;line-height:1.15;margin-bottom:.6rem}
.page-head h1 span{color:var(--gold-light)}
.page-head p{font-size:.96rem;color:rgba(255,255,255,.7);line-height:1.8;max-width:640px}
.breadcrumb{display:flex;gap:.5rem;align-items:center;font-size:.74rem;color:rgba(255,255,255,.45);margin-bottom:1rem}
.breadcrumb a{color:rgba(255,255,255,.6);text-decoration:none}
.breadcrumb a:hover{color:var(--gold-light)}

/* ══════ FOOTER ══════ */
footer{background:var(--navy-deep);border-top:1px solid rgba(255,255,255,.05)}
.footer-inner{max-width:var(--maxw);margin:0 auto;padding:3.5rem 2rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem}
.footer-brand{display:inline-flex;align-items:center;gap:.8rem;text-decoration:none;margin-bottom:1.1rem}
.footer-brand img{height:54px;width:auto;display:block}
.footer-brand-txt{display:flex;flex-direction:column;line-height:1.15}
.footer-brand-txt strong{font-family:var(--serif);font-size:1.05rem;color:#fff;font-weight:700}
.footer-brand-txt span{font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.6);font-weight:600;margin-top:.15rem}
.footer-desc{font-size:.85rem;color:rgba(255,255,255,.72);line-height:1.7;max-width:280px}
.footer-col h4{font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.9rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.5rem}
.footer-col a{color:rgba(255,255,255,.85);text-decoration:none;font-size:.85rem;transition:color .2s}
.footer-col a:hover{color:var(--gold-light)}
.footer-social{margin-top:1rem;display:flex;gap:.6rem}
.footer-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85);transition:all .2s}
.footer-social a:hover{background:var(--gold);color:var(--navy-deep)}
.footer-social .ico{width:1.1rem;height:1.1rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.2rem 2rem;max-width:var(--maxw);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.72)}

/* ══════ MOBILE NAV PANEL ══════ */
.mobile-panel{display:none;position:fixed;inset:0;z-index:300;background:rgba(11,16,32,.97);backdrop-filter:blur(8px);padding:2rem;flex-direction:column}
.mobile-panel.open{display:flex}
.mobile-panel .close{align-self:flex-end;background:none;border:none;color:var(--white);cursor:pointer;padding:.5rem}
.mobile-panel .close .ico{width:1.8rem;height:1.8rem;stroke-width:2}
.mobile-panel nav{background:none;border:none;box-shadow:none;position:static}
.mobile-panel a{color:var(--white);text-decoration:none;font-family:var(--serif);font-size:1.4rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.08);display:block}
.mobile-panel a:hover{color:var(--gold-light)}

/* ══════ FADE-IN ON LOAD ══════ */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* ═══════════════════════════════════════════════════════
   STYLES POUR LES PAGES SECONDAIRES
   ═══════════════════════════════════════════════════════ */

/* ── PAGE HERO (training / forums / insights / partners / contact) ── */
.page-hero{background:linear-gradient(135deg,var(--off) 0%,var(--blue-pale) 100%);padding:4rem 2rem 3rem;border-bottom:1px solid var(--border)}
.page-hero .container{max-width:900px}
.page-hero .eyebrow{color:var(--gold);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;margin-bottom:.8rem;display:inline-block}
.page-hero h1{font-family:var(--serif);font-size:2.6rem;line-height:1.15;color:var(--navy);font-weight:700;margin-bottom:1rem;letter-spacing:-.015em}
.page-hero h1 span{color:var(--gold);font-style:italic}
.page-hero .lead{font-size:1.05rem;color:var(--grey);line-height:1.75;max-width:780px}

/* ── PAGE FORMATION ── */
.prog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem;margin-top:1rem}
.prog-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.6rem 1.5rem;box-shadow:var(--shadow-sm);transition:all .25s;display:flex;flex-direction:column}
.prog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--blue-light)}
.prog-head{display:flex;gap:.6rem;margin-bottom:.9rem;align-items:center}
.prog-duration{background:var(--navy);color:var(--white);font-size:.7rem;font-weight:700;padding:.3rem .7rem;border-radius:30px;letter-spacing:.04em}
.prog-level{background:var(--gold-light);color:var(--navy-deep);font-size:.7rem;font-weight:700;padding:.3rem .7rem;border-radius:30px;letter-spacing:.04em}
.prog-card h3{font-family:var(--serif);font-size:1.25rem;color:var(--navy);font-weight:700;margin-bottom:.7rem;line-height:1.3}
.prog-card>p{color:var(--grey);font-size:.9rem;line-height:1.65;margin-bottom:1.1rem;flex-grow:1}
.prog-targets{list-style:none;padding:0;margin:0;border-top:1px solid var(--border);padding-top:1rem}
.prog-targets-label{display:block;font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-top:.4rem;margin-bottom:.5rem}
.prog-targets li{font-size:.82rem;color:var(--grey);padding:.25rem 0;position:relative;padding-left:1rem}
.prog-targets li::before{content:'›';position:absolute;left:0;color:var(--gold);font-weight:700}
body.rtl .prog-targets li{padding-left:0;padding-right:1rem}
body.rtl .prog-targets li::before{left:auto;right:0}

/* Masters section */
.masters-section{background:var(--off);padding:3.5rem 0;margin:3rem 0}
.masters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.5rem}
.master-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.6rem 1.5rem 1.7rem;box-shadow:var(--shadow-sm);transition:all .25s;position:relative;overflow:hidden}
.master-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--blue-light)}
.master-num{position:absolute;top:.6rem;right:1rem;font-family:var(--serif);color:rgba(43,108,176,.12);font-weight:700;font-size:3.6rem;line-height:1;pointer-events:none}
body.rtl .master-num{right:auto;left:1rem}
.master-card h3{font-family:var(--serif);font-size:1.3rem;color:var(--navy);font-weight:700;margin-bottom:.4rem;position:relative;z-index:1}
.master-sub{font-size:.78rem;color:var(--gold);font-weight:600;margin-bottom:.9rem;line-height:1.4;letter-spacing:.01em}
.master-desc{color:var(--grey);font-size:.86rem;line-height:1.65}

/* ── PAGE FORUMS ── */
.forums-banner{position:relative;height:280px;background:url('/assets/img/forums-banner.jpg') center/cover no-repeat;margin:0 0 0;overflow:hidden}
.forums-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(32,38,99,.78) 0%,rgba(43,108,176,.65) 100%)}
.forums-banner-content{position:relative;z-index:2;height:100%;display:flex;align-items:flex-end;padding-bottom:1.4rem}
.forums-banner-tag{background:rgba(255,255,255,.15);backdrop-filter:blur(8px);color:var(--white);padding:.5rem 1rem;border-radius:30px;font-size:.78rem;font-weight:600;letter-spacing:.04em;border:1px solid rgba(255,255,255,.25)}

.featured-edition{background:linear-gradient(135deg,var(--navy-deep) 0%,var(--navy) 70%,var(--blue) 100%);color:var(--white);border-radius:18px;margin:2.5rem 0;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1.15fr;min-height:520px}
.featured-edition::before{content:'';position:absolute;top:-50%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(58,130,196,.18),transparent 60%);pointer-events:none}
.featured-edition-photo{background:url('/assets/img/forum-wilson.jpg') center/cover no-repeat;min-height:300px;position:relative}
.featured-edition-photo::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,var(--navy-deep) 100%)}
.featured-edition-content{padding:2.5rem 2.4rem;position:relative;z-index:1}
.featured-edition-tag{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}
.featured-edition-tag .badge-num{background:var(--gold);color:var(--navy-deep);font-family:var(--serif);font-size:1.4rem;font-weight:700;padding:.3rem .9rem;border-radius:30px;line-height:1}
.featured-edition-tag span:not(.badge-num){color:var(--gold-light);font-size:.78rem;font-weight:700;letter-spacing:.12em}
.featured-edition h2{font-family:var(--serif);font-size:1.95rem;color:var(--white);font-weight:700;line-height:1.2;margin-bottom:1.4rem}
.featured-edition h2 span{color:var(--gold-light);font-style:italic}
.edition-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.6rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(255,255,255,.15)}
.meta-row{}
.meta-lbl{display:block;font-size:.66rem;color:var(--gold-light);font-weight:700;letter-spacing:.1em;margin-bottom:.25rem;text-transform:uppercase}
.meta-val{font-size:.86rem;color:var(--white);font-weight:600;line-height:1.4}
.edition-h4{color:var(--gold-light);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem}
.edition-list{list-style:none;padding:0;margin:0 0 1.6rem}
.edition-list li{padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.edition-list li:last-child{border-bottom:none}
.edition-list strong{display:block;color:var(--white);font-size:.92rem;font-weight:600;margin-bottom:.2rem}
.edition-list span{color:rgba(255,255,255,.78);font-size:.8rem;line-height:1.55}
.btn-cta-gold{background:var(--gold) !important;color:var(--navy-deep) !important;font-weight:700}
.btn-cta-gold:hover{background:var(--gold-light) !important;color:var(--navy-deep) !important}

.timeline{position:relative;padding-left:2rem;margin-top:1.5rem}
body.rtl .timeline{padding-left:0;padding-right:2rem}
.timeline::before{content:'';position:absolute;left:8px;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(180deg,var(--gold) 0%,var(--blue-light) 100%);border-radius:2px}
body.rtl .timeline::before{left:auto;right:8px}
.tl-edition{position:relative;display:grid;grid-template-columns:90px 1fr;gap:1.5rem;padding:1.2rem 0;align-items:start}
.tl-edition::before{content:'';position:absolute;left:-2rem;top:1.6rem;width:18px;height:18px;background:var(--white);border:3px solid var(--gold);border-radius:50%;box-shadow:0 0 0 4px var(--off)}
body.rtl .tl-edition::before{left:auto;right:-2rem}
.tl-edition::after{content:'';position:absolute;left:0;bottom:0;right:0;height:1px;background:var(--border)}
.tl-edition:last-child::after{display:none}
.tl-year{font-family:var(--serif);font-size:1.6rem;color:var(--navy);font-weight:700;line-height:1}
.tl-body h4{font-family:var(--serif);font-size:1.05rem;color:var(--navy);font-weight:700;margin-bottom:.3rem}
.tl-body p{color:var(--grey);font-size:.88rem;line-height:1.6}

/* ── PAGE PUBLICATIONS (insights) ── */
.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;padding:1.2rem 0 1.5rem;align-items:center}
.filter-label{font-size:.78rem;color:var(--grey-light);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-right:.6rem}
.filter-chip{background:var(--white);border:1px solid var(--border);color:var(--grey);font-size:.82rem;font-weight:600;padding:.45rem 1rem;border-radius:30px;cursor:pointer;transition:all .2s;font-family:inherit}
.filter-chip:hover{border-color:var(--blue-light);color:var(--navy)}
.filter-chip.active{background:var(--navy);color:var(--white);border-color:var(--navy)}

.articles-list{display:flex;flex-direction:column;gap:1.4rem}
.article-card{display:grid;grid-template-columns:.55fr 1fr;background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .25s}
.article-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-light)}
.article-img{min-height:200px;background-size:cover;background-position:center;position:relative;overflow:hidden}
.article-img.has-photo{background-size:cover;background-position:center}
.article-img.has-photo::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(32,38,99,.45) 0%,rgba(0,0,0,.25) 100%)}
.article-img.bg-gcc{background-image:url('/assets/img/news-gcc.jpg')}
.article-img.bg-benin{background-image:url('/assets/img/news-benin.jpg')}
.article-img.bg-senegal{background-image:url('/assets/img/news-senegal.jpg')}
.article-img-graphic{display:flex;align-items:flex-end;padding:1rem}
.article-img-graphic.theme-regulation{background:linear-gradient(135deg,#3E2A66 0%,#5A4080 60%,#7860A0 100%)}
.article-img-icon{position:absolute;top:1rem;right:1rem;width:74px;height:74px;color:rgba(255,255,255,.4);pointer-events:none}
body.rtl .article-img-icon{right:auto;left:1rem}
.article-img-tag{position:relative;z-index:2;background:var(--gold);color:var(--navy-deep);font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .7rem;border-radius:30px}

.article-body{padding:1.6rem 1.8rem;display:flex;flex-direction:column}
.article-meta{display:flex;gap:.6rem;align-items:center;margin-bottom:.6rem}
.article-tag{background:var(--blue-pale);color:var(--navy);font-size:.68rem;font-weight:700;padding:.25rem .65rem;border-radius:30px;letter-spacing:.04em;text-transform:uppercase}
.article-date{font-size:.78rem;color:var(--grey-light);font-weight:600}
.article-body h3{font-family:var(--serif);font-size:1.25rem;color:var(--navy);font-weight:700;margin-bottom:.6rem;line-height:1.35}
.article-body>p{color:var(--grey);font-size:.88rem;line-height:1.7;margin-bottom:1rem;flex-grow:1}
.article-link{display:inline-block;background:var(--navy);color:var(--white) !important;font-size:.82rem;font-weight:600;text-decoration:none;padding:.55rem 1.1rem;border-radius:30px;align-self:flex-start;transition:all .2s;letter-spacing:.01em}
.article-link:hover{background:var(--blue);transform:translateY(-1px);box-shadow:var(--shadow-md)}

.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-top:1.5rem}
.video-card{cursor:pointer;transition:transform .25s}
.video-card:hover{transform:translateY(-3px)}
.video-thumb{background:linear-gradient(135deg,var(--navy-deep),var(--blue));aspect-ratio:16/9;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;position:relative;overflow:hidden}
.video-thumb::before{content:'';position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 0L100 50L50 100L0 50Z' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='1'/%3E%3C/svg%3E");opacity:.7}
.video-play{position:relative;z-index:1;width:60px;height:60px;background:rgba(255,255,255,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--navy);box-shadow:0 6px 20px rgba(0,0,0,.3);transition:transform .25s}
.video-play svg{width:24px;height:24px;margin-left:3px}
.video-card:hover .video-play{transform:scale(1.1)}
.video-card h4{font-family:var(--serif);font-size:1rem;color:var(--navy);font-weight:700;line-height:1.4;margin-bottom:.3rem}
.video-meta{font-size:.78rem;color:var(--grey-light);font-weight:600}

.newsletter-block{background:linear-gradient(135deg,var(--navy-deep),var(--blue));color:var(--white);border-radius:14px;padding:2rem 2.2rem;display:grid;grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:center;margin:2.5rem 0}
.newsletter-block h3{font-family:var(--serif);font-size:1.4rem;color:var(--white);font-weight:700;margin-bottom:.4rem}
.newsletter-block p{color:rgba(255,255,255,.85);font-size:.9rem;line-height:1.6}
.newsletter-form{display:flex;gap:.5rem}
.newsletter-form input{flex:1;padding:.85rem 1rem;border-radius:8px;border:none;font-family:inherit;font-size:.92rem}
.newsletter-form .btn-cta{background:var(--gold);color:var(--navy-deep);white-space:nowrap;border:none}
.newsletter-form .btn-cta:hover{background:var(--gold-light)}

/* ── PAGE PARTENAIRES ── */
.zone-block{padding:2.5rem 0;border-bottom:1px solid var(--border)}
.zone-block:last-of-type{border-bottom:none}
.zone-head{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;margin-bottom:1.8rem;align-items:start}
.zone-num{font-family:var(--serif);font-size:3.4rem;color:var(--gold);font-weight:700;line-height:1;padding-top:.4rem}
.zone-head .eyebrow{color:var(--blue);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.74rem;display:block;margin-bottom:.5rem}
.zone-head h2{font-family:var(--serif);font-size:1.7rem;color:var(--navy);font-weight:700;line-height:1.2;margin-bottom:.7rem}
.zone-head h2 span{color:var(--gold);font-style:italic}
.zone-head p{color:var(--grey);font-size:.95rem;line-height:1.7;max-width:780px}
.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.partner-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.3rem 1.2rem;transition:all .25s}
.partner-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-light);transform:translateY(-2px)}
.partner-card h4{font-family:var(--serif);font-size:1.05rem;color:var(--navy);font-weight:700;margin-bottom:.6rem;letter-spacing:-.01em}
.partner-card p{color:var(--grey);font-size:.82rem;line-height:1.6}

/* ── PAGE CONTACT ── */
.reasons-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0 2.5rem}
.reason-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.4rem 1.2rem;text-align:center;transition:all .25s}
.reason-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-light);transform:translateY(-2px)}
.reason-ico{display:inline-flex;width:50px;height:50px;background:var(--blue-pale);color:var(--navy);border-radius:12px;align-items:center;justify-content:center;margin-bottom:.8rem}
.reason-ico svg{width:26px;height:26px}
.reason-card h4{font-family:var(--serif);font-size:1.02rem;color:var(--navy);font-weight:700;margin-bottom:.3rem}
.reason-card p{font-size:.8rem;color:var(--grey);line-height:1.5}

.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;margin:2rem 0 3rem;align-items:start}
.contact-cards{display:flex;flex-direction:column;gap:1.2rem}
.contact-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:1.6rem 1.5rem;box-shadow:var(--shadow-sm)}
.contact-card-forum{border-top:3px solid var(--gold)}
.contact-card-head{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}
.contact-card-flag{font-size:2rem;line-height:1}
.contact-card-head h3{font-family:var(--serif);font-size:1.2rem;color:var(--navy);font-weight:700;margin-bottom:.2rem}
.contact-card-sub{font-size:.78rem;color:var(--grey-light);font-weight:600;line-height:1.4;display:block}
.contact-card-note{font-size:.84rem;color:var(--grey);line-height:1.6;margin-bottom:1rem;font-style:italic}
.contact-card-list{list-style:none;padding:0;margin:0}
.contact-card-list li{display:flex;gap:.7rem;align-items:flex-start;padding:.55rem 0;font-size:.88rem;color:var(--grey)}
.contact-card-list li .ico{flex-shrink:0;width:32px;height:32px;background:var(--blue-pale);color:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center}
.contact-card-list li .ico svg{width:16px;height:16px}
.contact-card-list a{color:var(--navy);text-decoration:none;font-weight:600}
.contact-card-list a:hover{color:var(--blue);text-decoration:underline}

.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:2rem 2rem 2.2rem;box-shadow:var(--shadow-sm)}
.contact-form-wrap h3{font-family:var(--serif);font-size:1.5rem;color:var(--navy);font-weight:700;margin-bottom:.4rem}
.form-intro{font-size:.9rem;color:var(--grey);line-height:1.6;margin-bottom:1.4rem}
.contact-form{display:flex;flex-direction:column;gap:1rem}
.contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.contact-form label{display:flex;flex-direction:column;font-size:.78rem;color:var(--navy);font-weight:600;gap:.35rem}
.contact-form input,.contact-form select,.contact-form textarea{padding:.7rem .85rem;border:1px solid var(--border);border-radius:8px;font-family:inherit;font-size:.92rem;color:var(--navy);background:var(--white);transition:border-color .2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--blue)}
.contact-form textarea{resize:vertical;min-height:120px;font-family:inherit}
.form-rgpd{flex-direction:row !important;align-items:flex-start;font-weight:400 !important;font-size:.82rem !important;color:var(--grey) !important;line-height:1.5;gap:.6rem !important;padding:.5rem 0}
.form-rgpd input[type=checkbox]{flex-shrink:0;margin-top:.2rem;width:18px;height:18px;cursor:pointer}
.contact-form .btn-cta{align-self:flex-start;margin-top:.4rem}
.form-foot{font-size:.74rem;color:var(--grey-light);margin-top:.3rem}
.form-success{background:#E8F5E9;border:1px solid #81C784;color:#1B5E20;border-radius:10px;padding:1.4rem 1.5rem}
.form-success strong{display:block;font-family:var(--serif);font-size:1.15rem;margin-bottom:.3rem}
.form-success p{font-size:.92rem;line-height:1.5}
.form-error{background:#FFEBEE;border:1px solid #EF9A9A;color:#B71C1C;border-radius:10px;padding:.9rem 1.1rem;font-size:.88rem;line-height:1.5;margin-bottom:1rem}

/* ── Footer credits (Wikimedia attribution) ── */
.footer-credits{max-width:1180px;margin:0 auto;padding:.9rem 2rem 1.5rem;border-top:1px solid rgba(255,255,255,.12)}
.footer-credits p{font-size:.72rem;color:rgba(255,255,255,.6);line-height:1.55;font-style:italic}

/* ── COMMUN — Section head ── */
.section-head{margin:2.5rem 0 1.5rem}
.section-head .eyebrow{color:var(--gold);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;display:block;margin-bottom:.5rem}
.section-head h2{font-family:var(--serif);font-size:2rem;color:var(--navy);font-weight:700;line-height:1.2;letter-spacing:-.01em;margin-bottom:.5rem}
.section-head h2 span{color:var(--gold);font-style:italic}
.section-intro{color:var(--grey);font-size:.95rem;line-height:1.7;max-width:780px}

/* ── COMMUN — Chiffres-clés (impact-stats grid) ── */
.impact-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin:2.5rem 0;padding:2.2rem 1.5rem;background:linear-gradient(135deg,var(--off) 0%,var(--blue-pale) 100%);border-radius:14px;border:1px solid var(--border)}
.impact-num{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}
.impact-num .num{font-family:var(--serif);font-size:2.6rem;font-weight:700;color:var(--gold);line-height:1;letter-spacing:-.02em}
.impact-num .num small{font-size:1.4rem;color:var(--gold-light);margin-left:.1rem}
.impact-num .lbl{font-size:.82rem;color:var(--navy);font-weight:600;line-height:1.4;letter-spacing:.01em}

/* ── COMMUN — Espacement CTA pour éviter qu'il colle au footer ── */
.cta-block{margin-bottom:4rem !important}

/* ════════════════════════════════════════════════════
   PAGE PARTENAIRES & SECTION "Institutions formées"
   Grille de logos en cards uniformes
   ════════════════════════════════════════════════════ */
.zone-section{padding:2rem 0 2.5rem;border-bottom:1px solid var(--border)}
.zone-section:last-of-type{border-bottom:none}
.zone-section-interventions{background:var(--off);border-radius:16px;padding:2rem 2rem 2.5rem;margin:1rem 0;border-bottom:none}

.zone-heading{margin-bottom:1.6rem;max-width:780px}
.zone-heading .eyebrow{display:inline-block;color:var(--gold);font-weight:700;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;margin-bottom:.5rem}
.zone-heading h2{font-family:var(--serif);font-size:1.7rem;color:var(--navy);font-weight:700;line-height:1.25;letter-spacing:-.01em;margin-bottom:.6rem}
.zone-heading h2 span{color:var(--gold);font-style:italic}
.zone-heading p{color:var(--grey);font-size:.93rem;line-height:1.65}

/* Grille de logos — uniform cards */
.logos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.logos-grid-interventions{grid-template-columns:repeat(2,1fr);max-width:680px;margin:0 auto}

.logo-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.4rem 1rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;transition:all .25s;min-height:200px}
.logo-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-light);transform:translateY(-2px)}

.logo-card-img{flex:1;display:flex;align-items:center;justify-content:center;width:100%;max-height:90px;margin-bottom:.8rem}
.logo-card-img img{max-height:80px;max-width:100%;object-fit:contain;display:block}

.logo-card-label{font-size:.74rem;color:var(--grey);font-weight:500;line-height:1.45;letter-spacing:.01em}

/* Cards sans logo : marque texte en gros */
.logo-card.logo-text{justify-content:center;padding:1.6rem 1rem}
.logo-text-mark{font-family:var(--serif);font-size:1.8rem;font-weight:700;color:var(--navy);letter-spacing:-.01em;margin-bottom:.7rem;padding:.6rem 1rem;background:var(--blue-pale);border-radius:8px;min-width:90px;text-align:center}

/* Cards prestige (Harvard, ONU) */
.logo-card.logo-prestige{padding:2rem 1.2rem}
.logo-card.logo-prestige .logo-text-mark{font-size:2rem;color:var(--navy-deep);background:transparent;border:2px solid var(--gold);padding:.8rem 1.4rem}
.logo-card.logo-prestige .logo-card-label{font-size:.82rem;color:var(--navy);font-weight:500}

/* ══════ RESPONSIVE ══════ */
@media(max-width:1024px){
.hero-inner,.about-grid,.contact-grid{grid-template-columns:1fr}
.hero-cards{max-width:440px;margin-top:1rem}
.forum-banner{grid-template-columns:1fr}
.footer-inner{grid-template-columns:1fr 1fr}
.prog-grid{grid-template-columns:1fr}
.masters-grid{grid-template-columns:1fr}
.edition-grid{grid-template-columns:1fr}
.edition-meta{padding-right:0;border-right:none;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.15)}
body.rtl .edition-meta{padding-left:0;border-left:none}
.partners-grid{grid-template-columns:repeat(2,1fr)}
.reasons-grid{grid-template-columns:repeat(2,1fr)}
.video-grid{grid-template-columns:repeat(2,1fr)}
.article-card{grid-template-columns:1fr}
.article-img{min-height:170px}
.newsletter-block{grid-template-columns:1fr}
.newsletter-form{flex-direction:column}
.featured-edition{grid-template-columns:1fr;min-height:auto}
.featured-edition-photo{min-height:240px}
.featured-edition-photo::after{background:linear-gradient(180deg,transparent 60%,var(--navy-deep) 100%)}
.edition-meta{grid-template-columns:1fr;gap:.6rem}
.logos-grid{grid-template-columns:repeat(3,1fr)}
.forum-history{grid-template-columns:repeat(3,1fr)}
.impact-inner{grid-template-columns:repeat(2,1fr)}
.leaders,.masters{grid-template-columns:1fr}
.svc-num-grid{grid-template-columns:1fr}
.svc-num--full{grid-column:auto}
.results-grid{grid-template-columns:repeat(2,1fr)}
.result-item,.result-item:nth-child(4):nth-last-child(2),.result-item:nth-child(5):nth-last-child(1){grid-column:span 1}
}
@media(max-width:768px){
.nav-links,.nav-cta{display:none}
.hamburger{display:block}
.top-bar{display:none}
.services-grid,.news-grid,.partners-grid,.cards-2{grid-template-columns:1fr}
.hero-cards{grid-template-columns:1fr 1fr}
.footer-inner{grid-template-columns:1fr}
.forum-history{grid-template-columns:repeat(2,1fr)}
.impact-inner{grid-template-columns:1fr 1fr}
.results-grid{grid-template-columns:1fr}
.form-row,.contact-form .form-row{grid-template-columns:1fr}
.section{padding:3.5rem 1.3rem}
.nav-brand-sub{display:none}
.page-hero h1{font-size:2rem}
.reasons-grid,.video-grid{grid-template-columns:1fr}
.logos-grid{grid-template-columns:repeat(2,1fr);gap:.7rem}
.zone-head{grid-template-columns:1fr}
.featured-edition{padding:2rem 1.5rem}
.featured-edition h2{font-size:1.6rem}
.timeline{padding-left:1.4rem}
body.rtl .timeline{padding-right:1.4rem}
.tl-edition{grid-template-columns:65px 1fr;gap:1rem}
.tl-edition::before{left:-1.4rem;width:14px;height:14px}
body.rtl .tl-edition::before{right:-1.4rem}
.tl-year{font-size:1.3rem}
.forums-banner{height:200px}
.contact-form-wrap{padding:1.5rem 1.3rem}
}
