/* MrExportToAfrica design system, extracted from the original ThinkPlus build.
   Tokens: primary #3894cf, ink #1d1d1b, tint #f8fdff, Raleway (display) + Roboto (body). */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Roboto,Arial,sans-serif;font-weight:300;font-size:17px;line-height:1.6;color:#1d1d1b;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:#3894cf;text-decoration:none}
a:hover{color:#2b7cb0}
h1,h2,h3{font-family:Raleway,Arial,sans-serif;font-weight:300;line-height:1.2;margin:0 0 .6em;color:#1d1d1b}
h1{font-size:clamp(2.4rem,1.8rem + 2.2vw,4rem);font-weight:200}
h2{font-size:clamp(1.75rem,1.5rem + 1vw,2.5rem)}
h3{font-size:clamp(1.25rem,1.1rem + .6vw,1.6rem);font-weight:400}
h4,h5,h6{font-family:Roboto,Arial,sans-serif;font-weight:400;margin:0 0 .5em}
p{margin:0 0 1em}
ul{padding-left:1.2em}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.narrow{max-width:860px}
section{padding:70px 0}
.tint{background:#f8fdff}
.center{text-align:center}
.muted{color:#5a5a58}
.small{font-size:14px}

/* Buttons */
.btn{display:inline-block;font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:16px;border-radius:20px;padding:9px 41px;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s}
.btn-primary{background:#3894cf;border-color:#3894cf;color:#fff}
.btn-primary:hover{background:#56a4d6;color:#fff}
.btn-dark{background:#1d3461;border-color:#1d3461;color:#fff}
.btn-dark:hover{background:#27447d;color:#fff}
.btn-outline{background:transparent;border-color:#3894cf;color:#3894cf}
.btn-outline:hover{background:#3894cf;color:#fff}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid rgba(29,29,27,.06)}
.site-header .bar{display:flex;align-items:center;gap:18px;padding:14px 24px;max-width:1400px;margin:0 auto}
.site-header .logo img{height:42px;width:auto}
.site-header .spacer{flex:1}
.burger{background:none;border:0;cursor:pointer;padding:8px;display:flex;flex-direction:column;gap:5px}
.burger span{display:block;width:26px;height:2px;background:#1d1d1b;transition:transform .2s,opacity .2s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Overlay menu */
.menu-overlay{position:fixed;inset:0;top:71px;background:#fff;z-index:40;display:none;overflow-y:auto;padding:60px 24px}
.menu-overlay.open{display:block}
.menu-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.menu-col-title{font-family:Raleway,Arial,sans-serif;font-size:22px;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1b;display:inline-block;margin-bottom:18px}
.menu-items a{display:block;font-family:Roboto,Arial,sans-serif;font-weight:300;color:#1d1d1b;padding:7px 0;border-bottom:2px solid transparent}
.menu-items a:hover{color:#3894cf}
.menu-standalone a{display:block;font-family:Raleway,Arial,sans-serif;font-size:22px;color:#1d1d1b;margin-bottom:26px}
.menu-standalone a::after{content:" \2197";color:#3894cf}
.menu-standalone a:hover{color:#3894cf}
@media (max-width:900px){.menu-grid{grid-template-columns:1fr;gap:28px}}

/* Hero (homepage) */
.hero{background:url(/img/hero-bg.jpg) center/cover no-repeat;text-align:center;padding:80px 24px 60px}
.hero h1{margin-bottom:.2em}
.hero .globe{max-width:520px;margin:0 auto}
.hero p.lead{max-width:760px;margin:16px auto 26px;font-size:18px}

/* Page hero (inner pages) */
.page-hero{background:#f8fdff;padding:64px 0 40px}
.page-hero h1{font-weight:200}
.page-hero p.lead{max-width:820px;font-size:18px}

/* Proof strip */
.proof{background:#1d3461;color:#fff;padding:26px 0}
.proof .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:center}
.proof .item strong{display:block;font-family:Raleway,Arial,sans-serif;font-size:20px;font-weight:400}
.proof .item span{font-size:14px;opacity:.85}
@media (max-width:900px){.proof .grid{grid-template-columns:repeat(2,1fr)}}

/* Cards */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.cards.two{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border-radius:12px;box-shadow:0 6px 24px rgba(29,29,27,.06);padding:32px 28px}
.card h3{margin-top:.2em}
.card .more{font-weight:400}
@media (max-width:900px){.cards,.cards.two{grid-template-columns:1fr}}

/* Checklist */
.checklist{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;list-style:none;padding:0;margin:0}
.checklist li{background:#fff;border-radius:10px;box-shadow:0 4px 18px rgba(29,29,27,.05);padding:18px 22px 18px 52px;position:relative}
.checklist li::before{content:"";position:absolute;left:20px;top:22px;width:18px;height:10px;border-left:3px solid #1d3461;border-bottom:3px solid #1d3461;transform:rotate(-45deg)}
@media (max-width:760px){.checklist{grid-template-columns:1fr}}

/* Split sections (image + text) */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.split.img-right .media{order:2}
@media (max-width:900px){.split{grid-template-columns:1fr}.split.img-right .media{order:0}}
.split .media img{border-radius:12px;width:100%;aspect-ratio:4/3;object-fit:cover}

/* Client logos */
.logo-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;align-items:center}
.logo-grid img{background:#fff;border-radius:8px;padding:8px;width:100%;filter:grayscale(25%)}
@media (max-width:900px){.logo-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.logo-grid{grid-template-columns:repeat(2,1fr)}}

/* Region lists */
.regions{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.regions h3{color:#3894cf;font-weight:400;font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase}
@media (max-width:760px){.regions{grid-template-columns:1fr}}

/* CTA band */
.cta-band{background:#3894cf;color:#fff;text-align:center;padding:64px 24px}
.cta-band h2{color:#fff}
.cta-band .btn{background:#fff;color:#1d1d1b;border-color:#fff}
.cta-band .btn:hover{background:#f0f7fc}

/* Sections with anchors need offset below sticky header */
[id]{scroll-margin-top:90px}

/* Forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:14px;font-weight:400;margin-bottom:6px}
input,select,textarea{width:100%;font-family:Roboto,Arial,sans-serif;font-weight:300;font-size:16px;padding:11px 14px;border:1px solid #cfd8de;border-radius:8px;background:#fff;color:#1d1d1b}
input:focus,select:focus,textarea:focus{outline:2px solid #3894cf;border-color:#3894cf}
textarea{min-height:130px;resize:vertical}
.form-note{font-size:13px;color:#5a5a58}
@media (max-width:760px){.form-grid{grid-template-columns:1fr}}

/* Contact info block */
.contact-info{list-style:none;padding:0;margin:0}
.contact-info li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}
.contact-info img{width:20px;height:20px;margin-top:4px}

/* Article */
.article-body{max-width:820px}
.article-body img{border-radius:12px;margin:24px 0}
.article-meta{color:#5a5a58;font-size:14px;margin-bottom:24px}

/* Footer */
.site-footer{background:#f8fdff;border-top:1px solid rgba(29,29,27,.08);padding:70px 0 0;margin-top:40px}
.site-footer .cols{display:grid;grid-template-columns:2fr 2fr 2fr;gap:40px;align-items:start}
.site-footer .logo img{height:46px;width:auto}
.site-footer a{color:#1d1d1b}
.site-footer a:hover{color:#3894cf}
.site-footer .socials{display:flex;gap:14px;margin-top:18px}
.site-footer .socials img{width:22px;height:22px}
.site-footer .legal{border-top:2px solid rgba(29,29,27,.12);margin-top:50px;padding:22px 0;text-align:center;font-size:14px;color:#5a5a58}
@media (max-width:900px){.site-footer .cols{grid-template-columns:1fr}}

/* Africa presence map */
.map-wrap{position:relative;max-width:640px;margin:0 auto}
.africa-map{width:100%;height:auto;display:block}
.africa-map path.country{cursor:pointer;transition:filter .15s,fill-opacity .15s}
.africa-map path.country:hover{filter:brightness(1.25) saturate(1.2)}
.map-tooltip{position:absolute;pointer-events:none;background:#1d1d1b;color:#fff;font-size:14px;font-family:Roboto,Arial,sans-serif;padding:6px 12px;border-radius:6px;white-space:nowrap;opacity:0;transform:translate(-50%,-130%);transition:opacity .12s;z-index:5}
.map-tooltip.show{opacity:1}

/* Photo gallery */
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.gallery.strip{grid-template-columns:repeat(4,1fr)}
.gallery-item{display:block;overflow:hidden;border-radius:10px}
.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .2s}
.gallery-item:hover img{transform:scale(1.04)}
@media (max-width:900px){.gallery{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.gallery{grid-template-columns:repeat(2,1fr)}}
.lightbox[hidden]{display:none}
.lightbox{position:fixed;inset:0;background:rgba(20,20,20,.92);z-index:100;display:flex;align-items:center;justify-content:center;padding:4vh 4vw}
.lightbox img{max-width:100%;max-height:100%;border-radius:8px}
.lightbox-close{position:absolute;top:18px;right:26px;background:none;border:0;color:#fff;font-size:42px;cursor:pointer;line-height:1}
