/*
Theme Name: FER-Mali
Theme URI: https://fer.ml
Description: Thème WordPress officiel du Fonds d'Entretien Routier du Mali (Refonte 2026).
Version: 1.0.0
Author: KeidySoft / Antigravity AI
Author URI: https://fer.ml
Text Domain: fer-mali
*/

:root {
  --navy: #12294D;
  --navy2: #1A3A6B;
  --navy3: #0B1B33;
  --red: #EC1C24;
  --red2: #C4151C;
  --green: #0DA153;
  --yellow: #FCD116;
  --grey: #9B9B9B;
  --ink: #1B2432;
  --ink2: #4A5568;
  --line: #E6EAF0;
  --soft: #F7F9FC;
  --serif: 'Bookman Old Style', Bookman, 'URW Bookman L', Georgia, serif;
  --sans: 'Inter', 'Segoe UI', system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  --sh: 0 4px 24px rgba(18, 41, 77, .09);
  --sh2: 0 10px 40px rgba(18, 41, 77, .16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: #fff;
  color: var(--ink);
  line-height: 1.65;
  font-size: 15.5px;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
h1, h2, h3, h4 { font-family: var(--serif); }

/* Mock Banner */
.mock {
  background: #0B1B33;
  color: #8FA3BE;
  font-size: 11.5px;
  padding: 8px 28px;
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}
.mock b { color: var(--yellow); letter-spacing: 1.4px; }

/* Flash Info Ticker */
.flash {
  background: var(--red);
  color: #fff;
  font-size: 12.5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.flash .lb {
  background: var(--red2);
  padding: 9px 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  font-size: 10.5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.flash .track {
  display: flex;
  gap: 52px;
  white-space: nowrap;
  animation: sl 36s linear infinite;
  padding-left: 24px;
}
.flash .track span::before {
  content: "◆";
  color: var(--yellow);
  margin-right: 10px;
  font-size: 9px;
  vertical-align: 2px;
}
@keyframes sl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Utility Bar */
.util { background: var(--navy); color: #B9C6D8; font-size: 12.5px; }
.util .wrap { display: flex; justify-content: space-between; align-items: center; height: 40px; gap: 20px; }
.util a:hover { color: #fff; }
.util .s { display: flex; gap: 14px; align-items: center; }
.util .lang { border: 1px solid rgba(255,255,255,.22); border-radius: 3px; padding: 2px 9px; font-size: 11px; }

/* Main Header */
header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s;
}
header.stuck { box-shadow: 0 6px 26px rgba(18, 41, 77, .10); }
header .wrap { display: flex; align-items: center; gap: 26px; height: 86px; }
.brand img { height: 50px; width: auto; }
nav.main { margin-left: auto; display: flex; align-items: center; gap: 22px; }
nav.main a {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--navy);
  padding: 32px 0;
  position: relative;
  white-space: nowrap;
}
nav.main a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform .22s;
}
nav.main a:hover::after, nav.main a.on::after, nav.main .current-menu-item > a::after { transform: scaleX(1); }
.hbtn {
  background: var(--red);
  color: #fff;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hbtn:hover { background: var(--red2); }

/* Hero Section */
.hero { position: relative; background: var(--navy3); color: #fff; overflow: hidden; }
.hero .bgsvg { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .5; }
.hero .veil { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(11,27,51,.96) 0%, rgba(18,41,77,.88) 46%, rgba(18,41,77,.42) 100%); }
.hero .wrap { position: relative; z-index: 3; display: grid; grid-template-columns: 1.25fr .82fr; gap: 56px; align-items: center; padding-top: 74px; padding-bottom: 82px; }
.kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 10.5px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--yellow); margin-bottom: 20px; }
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--red); }
.hero h1 { font-size: 50px; line-height: 1.14; font-weight: 700; margin-bottom: 18px; }
.hero h1 span { color: var(--yellow); }
.hero p.sub { font-size: 16.5px; color: #C6D3E4; max-width: 560px; margin-bottom: 30px; line-height: 1.8; }
.hbtns { display: flex; gap: 14px; flex-wrap: wrap; }
.b-red { background: var(--red); color: #fff; padding: 16px 26px; border-radius: 4px; font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.b-red:hover { background: var(--red2); }
.b-gh { border: 1.5px solid rgba(255,255,255,.35); color: #fff; padding: 16px 26px; border-radius: 4px; font-size: 12.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.b-gh:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* Solde Card Widget */
.svcard { background: #fff; border-radius: 6px; box-shadow: var(--sh2); overflow: hidden; color: var(--ink); }
.svcard .h { background: var(--navy); color: #fff; padding: 16px 22px; border-bottom: 3px solid var(--red); }
.svcard .h b { font-family: var(--serif); font-size: 16px; }
.svcard .h span { display: block; font-size: 11px; color: #9DB0C8; margin-top: 2px; }
.svcard .bd { padding: 20px 22px; }
.fld { margin-bottom: 12px; }
.fld label { display: block; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--grey); margin-bottom: 5px; font-weight: 600; }
.fld input { width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 11px 12px; font-size: 14px; font-family: var(--sans); background: var(--soft); outline: none; }
.fld input:focus { border-color: var(--navy); background: #fff; }
.svcard button { width: 100%; background: var(--navy); color: #fff; border: none; padding: 13px; border-radius: 4px; font-size: 11.5px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; cursor: pointer; font-family: var(--sans); }
.svcard button:hover { background: var(--navy2); }
.qlinks { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; }
.qlinks a { padding: 14px 6px; text-align: center; font-size: 10px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: var(--navy); border-right: 1px solid var(--line); }
.qlinks a:last-child { border-right: none; }
.qlinks a:hover { background: var(--soft); color: var(--red); }
.qlinks i { display: block; font-style: normal; font-size: 18px; margin-bottom: 4px; }

/* Slogan & Stats */
.slog { background: var(--red); color: #fff; text-align: center; padding: 15px; font-family: var(--serif); font-size: 15px; letter-spacing: 3.2px; text-transform: uppercase; }
.stats { background: var(--navy); color: #fff; }
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 22px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border-right: none; }
.stat .v { font-family: var(--serif); font-size: 40px; font-weight: 700; line-height: 1; }
.stat .v em { font-style: normal; color: var(--yellow); font-size: 25px; }
.stat .l { font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #8FA3BE; margin-top: 9px; }

/* Sections */
section { padding: 86px 0; }
.sec-h { margin-bottom: 42px; }
.sec-h .ov { font-size: 10.5px; letter-spacing: 2.6px; text-transform: uppercase; color: var(--red); font-weight: 700; margin-bottom: 11px; display: flex; align-items: center; gap: 10px; }
.sec-h .ov::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.sec-h h2 { font-size: 35px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.sec-h p { font-size: 15.5px; color: var(--ink2); max-width: 700px; margin-top: 13px; }
.sec-h.ctr { text-align: center; } .sec-h.ctr .ov { justify-content: center; } .sec-h.ctr p { margin-left: auto; margin-right: auto; }
.alt { background: var(--soft); }

/* Words of DG */
.words { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.word { background: #fff; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; display: flex; align-items: center; gap: 0; padding: 24px 26px; }
.word:hover { box-shadow: var(--sh); }
.avatar { width: 118px; height: 118px; border-radius: 50%; flex-shrink: 0; background: #EEF3FA; box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--line); object-fit: cover; }
.word .c { padding: 0 0 0 24px; }
.word .role { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--red); font-weight: 700; }
.word h3 { font-size: 20px; color: var(--navy); margin: 6px 0 11px; }
.word p { font-size: 14px; color: var(--ink2); line-height: 1.85; }
.word .more { display: inline-block; margin-top: 14px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }
.word .more:hover { color: var(--red); border-color: var(--red); }

/* Missions */
.miss { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.mi { background: #fff; padding: 32px 28px; }
.mi:hover { background: var(--navy); }
.mi:hover h4, .mi:hover .ic { color: #fff; } .mi:hover p { color: #B9C6D8; }
.mi .ic { font-size: 28px; color: var(--red); margin-bottom: 14px; font-style: normal; display: block; }
.mi h4 { font-size: 18px; color: var(--navy); margin-bottom: 8px; }
.mi p { font-size: 13.5px; color: var(--ink2); line-height: 1.75; }

/* Payment Grid */
.pay { background: var(--navy3); color: #fff; position: relative; overflow: hidden; }
.pay::before { content: ""; position: absolute; right: -160px; top: -160px; width: 560px; height: 560px; border-radius: 50%; background: rgba(255,255,255,.025); }
.pay .sec-h h2 { color: #fff; } .pay .sec-h p { color: #A9BAD1; }
.pgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 2; }
.pc { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 28px 26px; display: flex; flex-direction: column; }
.pc:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); }
.pc .vis { height: 210px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.pc .tagl { font-size: 9.5px; letter-spacing: 2.2px; text-transform: uppercase; color: var(--yellow); font-weight: 700; }
.pc h4 { font-size: 23px; margin: 7px 0 9px; color: #fff; }
.pc > p { font-size: 13.5px; color: #A9BAD1; line-height: 1.8; margin-bottom: 16px; }
.pc ul { list-style: none; margin-bottom: 20px; }
.pc li { font-size: 13px; color: #C6D3E4; padding: 7px 0 7px 24px; position: relative; border-bottom: 1px solid rgba(255,255,255,.07); }
.pc li:last-child { border: none; }
.pc li::before { content: "→"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.pc .act { margin-top: auto; display: block; text-align: center; border: 1.5px solid rgba(255,255,255,.32); color: #fff; padding: 13px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; }
.pc .act:hover { background: #fff; color: var(--navy); }
.badge3d { width: 126px; height: 158px; border-radius: 8px; background: linear-gradient(160deg,#fdfdfd,#dfe5ee); box-shadow: 0 14px 30px rgba(0,0,0,.5); padding: 12px; transform: rotate(3deg); position: relative; color: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.badge3d .w { width: 54px; height: 34px; border: 2px solid var(--navy); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 800; letter-spacing: 1px; }
.badge3d .t { font-family: var(--serif); font-size: 16px; font-weight: 700; }
.badge3d .s { font-size: 7.5px; letter-spacing: 1.4px; color: var(--grey); text-transform: uppercase; }
.badge3d .fl { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 4px; border-radius: 2px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }

/* Tarifs Grid */
.tgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tc { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; text-align: center; }
.tc:hover { box-shadow: var(--sh); }
.tc .ill { height: 104px; background: var(--soft); display: flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--line); }
.tc .c { padding: 18px 16px; }
.tc h4 { font-size: 15.5px; color: var(--navy); margin-bottom: 4px; }
.tc .cat { font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--grey); font-weight: 600; }
.tc .pr { font-family: var(--serif); font-size: 27px; color: var(--red); font-weight: 700; margin-top: 10px; line-height: 1; }
.tc .un { font-size: 11px; color: var(--ink2); margin-top: 3px; }
.exo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 26px; }
.ex { border: 1px solid var(--green); background: #F0FFF4; border-radius: 6px; padding: 20px 22px; display: flex; align-items: center; gap: 14px; }
.ex b { font-family: var(--serif); font-size: 17px; color: #0b6b39; display: block; }
.ex span { font-size: 12.5px; color: #2b6b48; }
.ex .ic { font-size: 26px; color: var(--green); }

/* Pesage */
.wgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.wk { border: 1px solid var(--line); border-radius: 6px; padding: 26px 28px; background: #fff; border-top: 4px solid var(--navy); }
.wk.r { border-top-color: var(--red); } .wk.g { border-top-color: var(--green); } .wk.y { border-top-color: var(--yellow); }
.wk .n { font-family: var(--serif); font-size: 34px; color: var(--navy); line-height: 1; }
.wk .n em { font-style: normal; font-size: 19px; color: var(--grey); }
.wk .t { font-size: 13.5px; color: var(--ink2); margin-top: 8px; }
.fines { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.fine { display: flex; align-items: center; gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.fine:last-child { border: none; }
.fine .am { font-family: var(--serif); font-size: 19px; color: var(--red); font-weight: 700; min-width: 170px; }
.fine .lb { font-size: 14px; color: var(--ink2); }

/* Realizations Avant / Apres */
.proofs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pr { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.pr:hover { box-shadow: var(--sh); }
.ba { position: relative; height: 180px; overflow: hidden; }
.ba .b, .ba .a { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 12px; }
.ba .b { background: repeating-linear-gradient(48deg,#9A8468,#9A8468 12px,#87735a 12px,#87735a 24px); }
.ba .a { background: repeating-linear-gradient(48deg,#39414E,#39414E 12px,#2F3742 12px,#2F3742 24px); clip-path: inset(0 0 0 50%); transition: clip-path .5s ease; }
.pr:hover .ba .a { clip-path: inset(0 0 0 0); }
.ba span { font-size: 9.5px; letter-spacing: 1.8px; text-transform: uppercase; color: #fff; background: rgba(0,0,0,.42); padding: 4px 9px; border-radius: 2px; font-weight: 600; }
.ba .a span { margin-left: auto; }
.pr .c { padding: 19px 21px; }
.pr .m { font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--grey); font-weight: 600; }
.pr h4 { font-size: 18px; color: var(--navy); margin: 6px 0 7px; }
.pr p { font-size: 13.5px; color: var(--ink2); line-height: 1.7; }
.pill { display: inline-block; font-size: 9.5px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; padding: 5px 11px; border-radius: 2px; margin-top: 11px; }
.p-ok { background: #F0FFF4; color: #0b6b39; } .p-w { background: #FFFBEB; color: #8A6400; } .p-i { background: #EEF3FA; color: var(--navy); }

/* News & Downloads */
.two { display: grid; grid-template-columns: 1.55fr 1fr; gap: 46px; }
.news { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.nw { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.nw:hover { box-shadow: var(--sh); }
.nw .im { height: 152px; background: linear-gradient(140deg,var(--navy),var(--navy2) 70%,#26507f); position: relative; }
.nw .im::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }
.nw .cat { position: absolute; top: 12px; left: 12px; background: var(--red); color: #fff; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; padding: 5px 10px; font-weight: 700; border-radius: 2px; }
.nw .c { padding: 17px 19px; }
.nw .d { font-size: 10.5px; letter-spacing: 1.4px; color: var(--grey); text-transform: uppercase; font-weight: 600; }
.nw h4 { font-size: 16px; color: var(--navy); margin: 7px 0; line-height: 1.4; }
.nw p { font-size: 13px; color: var(--ink2); }
.aside h3 { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); padding-bottom: 12px; border-bottom: 2px solid var(--red); margin-bottom: 4px; }
.ao { padding: 16px 0; border-bottom: 1px solid var(--line); }
.ao .t { font-size: 14px; color: var(--navy); font-weight: 600; line-height: 1.5; margin-bottom: 6px; }
.ao .mt { display: flex; gap: 12px; font-size: 10.5px; color: var(--grey); letter-spacing: .7px; text-transform: uppercase; }
.ao .mt b { color: var(--red); }
.dl { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.dl .ic { width: 38px; height: 38px; border-radius: 4px; background: #FFF5F5; color: var(--red); display: flex; align-items: center; justify-content: center; font-size: 9.5px; font-weight: 800; flex-shrink: 0; }
.dl b { display: block; font-size: 13.5px; color: var(--navy); font-weight: 600; }
.dl span { font-size: 11px; color: var(--grey); }
.seeall { display: inline-block; margin-top: 16px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; color: var(--red); }

/* App Section */
.app { background: linear-gradient(115deg,var(--navy),var(--navy2)); color: #fff; border-radius: 8px; padding: 48px 52px; display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: center; position: relative; overflow: hidden; }
.app::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }
.app h3 { font-size: 30px; margin-bottom: 12px; }
.app p { font-size: 14.5px; color: #B9C6D8; max-width: 520px; margin-bottom: 22px; line-height: 1.8; }
.store { display: inline-flex; align-items: center; gap: 11px; background: #000; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; padding: 11px 20px; margin-right: 11px; }
.store i { font-size: 20px; font-style: normal; }
.store b { display: block; font-size: 13px; line-height: 1.15; }
.store span { font-size: 8.5px; letter-spacing: 1.3px; text-transform: uppercase; color: #9DB0C8; }

/* Partners */
.plogos { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.pl { background: #fff; height: 94px; display: flex; align-items: center; justify-content: center; font-size: 11px; letter-spacing: 1.2px; color: var(--grey); text-transform: uppercase; font-weight: 600; text-align: center; padding: 8px; }

/* Footer */
footer { background: var(--navy3); color: #93A6C0; padding: 66px 0 0; font-size: 13.5px; }
.fg { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.25fr; gap: 44px; padding-bottom: 44px; }
footer img.fl { height: 44px; margin-bottom: 18px; }
footer h5 { font-size: 11px; letter-spacing: 2.2px; text-transform: uppercase; color: #fff; margin-bottom: 18px; font-weight: 700; font-family: var(--sans); }
footer ul { list-style: none; }
footer li { padding: 5px 0; }
footer a:hover { color: #fff; }
.nl input { width: 100%; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 4px; padding: 12px; color: #fff; font-size: 13px; outline: none; font-family: var(--sans); margin-bottom: 10px; }
.nl button { width: 100%; background: var(--red); color: #fff; border: none; padding: 12px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; cursor: pointer; font-family: var(--sans); }
.fbar { height: 4px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }
.fbot { border-top: 1px solid rgba(255,255,255,.1); padding: 20px 0; font-size: 12px; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

/* Subpages Header */
.pgh { background: linear-gradient(110deg,var(--navy3),var(--navy) 60%,var(--navy2)); color: #fff; padding: 60px 0; position: relative; overflow: hidden; }
.pgh::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }
.pgh h1 { font-size: 39px; font-weight: 700; margin-bottom: 9px; }
.pgh .bc { font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: #8FA3BE; }
.speech { display: grid; grid-template-columns: 300px 1fr; gap: 44px; align-items: start; }
.pf { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; background: #fff; }
.pf .avatar-lg { width: 224px; height: 224px; border-radius: 50%; margin: 0 auto; display: block; background: #EEF3FA; box-shadow: 0 0 0 6px #fff, 0 0 0 8px var(--line); object-fit: cover; }
.pf .idc { padding: 22px; text-align: center; }
.pf .idc b { display: block; font-family: var(--serif); font-size: 19px; color: var(--navy); }
.pf .idc span { font-size: 12.5px; color: var(--grey); }
.pf .idc .fl { height: 4px; width: 64px; margin: 14px auto 0; border-radius: 2px; background: linear-gradient(90deg,var(--green) 0 33%,var(--yellow) 33% 66%,var(--red) 66%); }
.pull { font-family: var(--serif); font-size: 22px; line-height: 1.5; color: var(--navy); border-left: 4px solid var(--red); padding-left: 20px; margin-bottom: 26px; }
.speech .tx p { font-size: 15.5px; color: var(--ink2); line-height: 1.95; margin-bottom: 15px; }

/* Tables */
table.st { border-collapse: collapse; width: 100%; font-size: 14px; border: 1px solid var(--line); }
table.st th { background: var(--navy); color: #fff; padding: 13px 16px; text-align: left; font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; font-weight: 700; }
table.st td { padding: 12px 16px; border-bottom: 1px solid var(--line); }
table.st tr:nth-child(even) td { background: var(--soft); }

/* Notes & Alerts */
.note { background: #FFFBEB; border-left: 4px solid var(--yellow); padding: 15px 20px; font-size: 13.5px; color: #7A5C00; margin: 22px 0; }
.info { background: #EEF3FA; border-left: 4px solid var(--navy); padding: 15px 20px; font-size: 13.5px; color: var(--navy); margin: 22px 0; }

/* FAQ */
.faq { border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.q { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.q:last-child { border: none; }
.q b { display: block; font-size: 15px; color: var(--navy); margin-bottom: 5px; }
.q p { font-size: 13.5px; color: var(--ink2); }

/* Mali SVG Map */
.malimap { width: 100%; height: auto; }
.maplg { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 10px 22px; margin-top: 20px; font-size: 13px; color: var(--ink2); }
.maplg span { display: flex; align-items: center; gap: 9px; }
.maplg i { width: 13px; height: 13px; border-radius: 50%; flex-shrink: 0; }
.maplg u { width: 30px; height: 4px; border-radius: 2px; flex-shrink: 0; text-decoration: none; }

/* SPA Pages visibility fallback */
.pages { display: block; }

/* Responsive */
@media(max-width: 1080px) {
  .hero .wrap, .two, .speech, .app, .wgrid { grid-template-columns: 1fr; }
  .words, .pgrid, .proofs, .news, .ops, .exo { grid-template-columns: 1fr; }
  .miss, .stats .wrap, .tgrid { grid-template-columns: 1fr 1fr; }
  .plogos { grid-template-columns: repeat(3, 1fr); }
  .fg { grid-template-columns: 1fr 1fr; }
  nav.main { display: none; }
  .hero h1 { font-size: 33px; }
}
