/* ─── AGENCE ─── */
#agence{background:var(--off)}
.agence-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.agence-img{border-radius:22px;overflow:hidden;border:1px solid var(--border);box-shadow:0 20px 60px rgba(11,31,75,.1)}
.agence-img img{width:100%;height:500px;object-fit:cover;filter:brightness(.8) saturate(.85);display:block}
.agence-facts{display:flex;flex-direction:column;gap:18px}
.af{
  display:flex;gap:18px;padding:22px 24px;
  background:var(--white);border:1px solid var(--border);border-radius:14px;
  transition:border-color var(--t),transform var(--t);
}
.af:hover{border-color:var(--navy);transform:translateX(4px)}
.af-ico{
  width:46px;height:46px;border-radius:12px;flex-shrink:0;
  background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:20px;
}
.af-t{font-size:15px;font-weight:700;color:var(--navy);margin-bottom:5px}
.af-d{font-size:13.5px;color:var(--muted);line-height:1.6}
.af-d a{color:var(--blue-mid)}
