:root {
  --green-950: #063c2a;
  --green-900: #075a3b;
  --green-800: #087a4b;
  --green-700: #0c925b;
  --green-100: #e7f4ed;
  --gold-600: #d99100;
  --gold-500: #eba300;
  --gold-100: #fff3cf;
  --ink: #17372b;
  --muted: #66766e;
  --line: #dfe9e3;
  --surface: #ffffff;
  --surface-soft: #f5f9f7;
  --blush: #fbecef;
  --danger: #b42318;
  --shadow-sm: 0 8px 24px rgba(7, 90, 59, .08);
  --shadow-lg: 0 26px 70px rgba(7, 90, 59, .15);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 32px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section-soft { background: var(--surface-soft); }
.section-blush { background: linear-gradient(120deg, #fff 0%, var(--blush) 100%); }
.section-kicker { margin: 0 0 10px; color: var(--gold-600); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.section-title { margin: 0; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.08; letter-spacing: -.04em; color: var(--green-950); }
.section-copy { margin: 18px 0 0; color: var(--muted); font-size: 1.06rem; max-width: 720px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 38px; }
.text-center { text-align: center; }
.text-center .section-copy { margin-inline: auto; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.muted { color: var(--muted); }

.skip-link { position: fixed; left: 12px; top: -60px; background: #fff; color: var(--green-950); padding: 10px 14px; z-index: 9999; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }

.topbar { background: var(--green-950); color: #d7eee3; font-size: .88rem; }
.topbar-row { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-links { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(223,233,227,.8); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 30px rgba(6,60,42,.08); }
.nav-row { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand-name { display: grid; line-height: 1.05; }
.brand-name strong { color: var(--green-900); font-size: 1.14rem; letter-spacing: -.02em; }
.brand-name small { margin-top: 5px; color: var(--gold-600); font-size: .72rem; font-style: italic; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 11px; border-radius: 9px; color: #355648; font-weight: 700; font-size: .91rem; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--green-800); background: var(--green-100); }
.nav-cta { margin-left: 4px; }
.menu-toggle { display: none; margin-left: auto; border: 0; background: var(--green-100); color: var(--green-950); width: 44px; height: 44px; border-radius: 10px; font-size: 1.35rem; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--green-800); color: #fff; box-shadow: 0 10px 24px rgba(8,122,75,.23); }
.btn-primary:hover { background: var(--green-900); }
.btn-gold { background: var(--gold-500); color: #3d2a00; box-shadow: 0 10px 24px rgba(235,163,0,.24); }
.btn-outline { border-color: #bdd6c8; color: var(--green-900); background: #fff; }
.btn-light { background: #fff; color: var(--green-900); }
.btn-sm { min-height: 40px; padding: 8px 15px; font-size: .9rem; }
.link-arrow { color: var(--green-800); font-weight: 800; display: inline-flex; gap: 8px; align-items: center; }
.link-arrow::after { content: '→'; transition: transform .2s; }
.link-arrow:hover::after { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #fff 0%, #f7fbf8 58%, #fff2cf 100%); }
.hero::before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(8,122,75,.07); top: -230px; right: -130px; }
.hero::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(235,163,0,.11); bottom: -160px; left: -80px; }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 56px; padding: 70px 0 82px; }
.hero-badge { display: inline-flex; gap: 9px; align-items: center; background: var(--green-100); color: var(--green-900); font-weight: 800; font-size: .84rem; padding: 8px 13px; border-radius: 999px; }
.hero h1 { margin: 20px 0 20px; font-size: clamp(3rem, 6.1vw, 5.7rem); line-height: .98; letter-spacing: -.062em; color: var(--green-950); }
.hero h1 span { color: var(--green-800); }
.hero-copy { margin: 0; color: #516c60; max-width: 700px; font-size: clamp(1.05rem, 2vw, 1.22rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero-mini { margin-top: 34px; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .92rem; }
.hero-mini .avatars { display: flex; }
.hero-mini .avatar { width: 34px; height: 34px; border-radius: 50%; border: 3px solid #fff; margin-left: -7px; background: var(--green-100); display: grid; place-items: center; color: var(--green-800); font-weight: 800; }
.hero-mini .avatar:first-child { margin-left: 0; }
.hero-visual { position: relative; min-height: 520px; }
.hero-panel { position: absolute; inset: 30px 28px 28px 20px; border-radius: 48% 52% 32% 68% / 40% 42% 58% 60%; background: var(--green-800); box-shadow: var(--shadow-lg); overflow: hidden; }
.hero-panel::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 75% 18%, rgba(255,255,255,.18), transparent 25%), linear-gradient(150deg, transparent 40%, rgba(0,0,0,.15)); }
.hero-africa { position: absolute; inset: 70px 75px 75px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.48); border-radius: 50%; color: #fff; text-align: center; padding: 35px; }
.hero-africa img { width: 180px; margin: auto; filter: drop-shadow(0 10px 25px rgba(0,0,0,.18)); }
.hero-africa strong { display: block; margin-top: 12px; font-size: 1.28rem; }
.float-card { position: absolute; z-index: 3; background: #fff; border-radius: 16px; padding: 16px 18px; box-shadow: var(--shadow-lg); display: flex; gap: 12px; align-items: center; max-width: 230px; }
.float-card .icon { flex: 0 0 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--gold-100); font-size: 1.35rem; }
.float-card strong { display: block; color: var(--green-950); line-height: 1.2; }
.float-card small { color: var(--muted); }
.float-one { top: 20px; right: 0; }
.float-two { left: 0; bottom: 38px; }

.trust-strip { position: relative; z-index: 2; margin-top: -34px; }
.trust-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 24px 26px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--green-950); font-size: 1.05rem; }
.trust-item span { color: var(--muted); font-size: .9rem; }

.grid-2 { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.card-body { padding: 24px; }
.card-title { margin: 0 0 10px; font-size: 1.25rem; line-height: 1.3; color: var(--green-950); }
.card-copy { color: var(--muted); margin: 0 0 18px; }

.area-card { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.area-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.area-card::after { content: ''; position: absolute; width: 100px; height: 100px; border-radius: 50%; background: var(--green-100); right: -45px; bottom: -48px; transition: transform .3s; }
.area-card:hover::after { transform: scale(1.35); }
.area-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--gold-100); font-size: 1.7rem; margin-bottom: 22px; }
.area-card h3 { margin: 0 0 10px; font-size: 1.22rem; color: var(--green-950); }
.area-card p { color: var(--muted); margin: 0 0 20px; }

.vision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; align-items: center; }
.vision-image { position: relative; }
.vision-image img { border-radius: 32px; max-height: 650px; width: 100%; object-fit: cover; object-position: top; box-shadow: var(--shadow-lg); }
.vision-tag { position: absolute; right: -25px; bottom: 36px; background: var(--gold-500); color: #3f2a00; border-radius: 18px; padding: 18px 21px; font-weight: 900; box-shadow: var(--shadow-sm); }
.pill-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 27px 0 18px; }
.tab-btn { border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 999px; padding: 10px 16px; font-weight: 800; }
.tab-btn.active { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.tab-panel { display: none; padding: 24px; border-radius: var(--radius); background: var(--green-100); color: #345b49; }
.tab-panel.active { display: block; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.value-card { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.value-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--green-800); color: #fff; font-size: 1.2rem; margin-bottom: 16px; }
.value-card h3 { margin: 0 0 8px; color: var(--green-950); }
.value-card p { margin: 0; color: var(--muted); }

.feature-card { display: flex; flex-direction: column; min-height: 100%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: .25s; }
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.feature-image { aspect-ratio: 16/10; width: 100%; object-fit: cover; background: var(--surface-soft); }
.feature-content { padding: 23px; display: flex; flex-direction: column; flex: 1; }
.feature-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; color: var(--muted); font-size: .83rem; margin-bottom: 12px; }
.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 10px; background: var(--green-100); color: var(--green-900); font-size: .76rem; font-weight: 800; text-transform: capitalize; }
.badge-gold { background: var(--gold-100); color: #725000; }
.feature-content h3 { margin: 0 0 10px; color: var(--green-950); line-height: 1.3; }
.feature-content p { color: var(--muted); margin: 0 0 18px; }
.feature-content .link-arrow { margin-top: auto; }

.cta-band { background: var(--green-900); color: #fff; border-radius: 28px; padding: 54px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 55px solid rgba(255,255,255,.06); right: -90px; top: -120px; }
.cta-band h2 { position: relative; margin: 0; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.08; max-width: 680px; }
.cta-band p { position: relative; color: #d2eadf; margin: 15px 0 0; max-width: 720px; }
.cta-actions { position: relative; display: flex; gap: 10px; flex-wrap: wrap; flex: 0 0 auto; }

.page-hero { padding: 88px 0 74px; background: linear-gradient(135deg, var(--green-950), var(--green-800)); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; width: 460px; height: 460px; border-radius: 50%; border: 80px solid rgba(255,255,255,.055); right: -130px; top: -210px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #cde7db; font-size: .9rem; margin-bottom: 18px; }
.breadcrumb span { opacity: .7; }
.page-hero h1 { margin: 0; font-size: clamp(2.6rem,6vw,5rem); letter-spacing: -.055em; line-height: 1; max-width: 900px; }
.page-hero p { color: #d5e9df; max-width: 750px; font-size: 1.1rem; margin: 20px 0 0; }

.prose { color: #355748; font-size: 1.04rem; }
.prose h2, .prose h3, .prose h4 { color: var(--green-950); line-height: 1.25; }
.prose h2 { margin-top: 34px; }
.prose a { color: var(--green-800); text-decoration: underline; }
.prose img { border-radius: var(--radius); }
.prose blockquote { border-left: 4px solid var(--gold-500); background: var(--gold-100); margin: 25px 0; padding: 18px 22px; border-radius: 0 12px 12px 0; }

.objective-list { display: grid; gap: 14px; counter-reset: objectives; }
.objective { counter-increment: objectives; display: grid; grid-template-columns: 54px 1fr; gap: 15px; align-items: start; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.objective::before { content: counter(objectives, decimal-leading-zero); display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--green-800); color: #fff; font-weight: 900; }
.objective h3 { margin: 1px 0 6px; color: var(--green-950); font-size: 1.05rem; }
.objective p { margin: 0; color: var(--muted); }

.team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; min-height: 100%; transition: transform .25s ease, box-shadow .25s ease; }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.team-media { display: block; background: var(--surface-soft); }
.team-photo { aspect-ratio: 1/1.02; object-fit: cover; object-position: center top; width: 100%; background: var(--surface-soft); }
.team-initials, .profile-initials { display: grid; place-items: center; background: linear-gradient(145deg, #eef4f0, #fff4d6); color: var(--green-900); }
.team-initials span, .profile-initials span { width: 106px; height: 106px; border-radius: 50%; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); font-weight: 900; font-size: 2rem; letter-spacing: -.04em; }
.team-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.team-body h3 { margin: 0; color: var(--green-950); font-size: 1.18rem; }
.team-body h3 a:hover { color: var(--green-800); }
.team-role { color: var(--gold-600); font-weight: 800; margin: 5px 0 12px; font-size: .9rem; line-height: 1.45; }
.team-excerpt { margin: 0 0 18px; }
.team-card-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line); }
.team-mini-contact { display: flex; gap: 8px; }
.team-mini-contact a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--surface-soft); color: var(--green-800); transition: .2s ease; }
.team-mini-contact a:hover { background: var(--green-100); transform: translateY(-2px); }
.team-contact { display: grid; gap: 4px; font-size: .88rem; color: var(--muted); margin-top: 14px; }

.profile-layout { display: grid; grid-template-columns: 360px minmax(0,1fr); gap: 58px; align-items: start; }
.profile-aside { position: sticky; top: 126px; }
.profile-photo-wrap { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--surface-soft); }
.profile-photo { width: 100%; aspect-ratio: 1/1.17; object-fit: cover; object-position: center top; }
.profile-contact-card { margin-top: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.profile-contact-card h2 { margin: 0; color: var(--green-950); font-size: 1.4rem; line-height: 1.25; }
.profile-role { margin: 8px 0 0; color: var(--gold-600); font-weight: 800; }
.profile-contact-links { display: grid; gap: 10px; margin-top: 20px; }
.profile-contact-links a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; color: var(--muted); overflow-wrap: anywhere; }
.profile-contact-links i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); }
.profile-content { max-width: 790px; }
.profile-prose { margin-top: 26px; }
.profile-prose p { margin: 0 0 22px; }
.profile-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
label { color: var(--green-950); font-weight: 800; font-size: .91rem; }
input, textarea, select { width: 100%; border: 1px solid #cadbd2; background: #fff; color: var(--ink); border-radius: 10px; padding: 12px 13px; outline: 0; transition: .2s; }
input:focus, textarea:focus, select:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(12,146,91,.11); }
textarea { min-height: 140px; resize: vertical; }
.help-text { color: var(--muted); font-size: .82rem; }
.required { color: var(--danger); }
.honeypot { position: absolute !important; left: -99999px !important; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: start; }
.contact-list { display: grid; gap: 15px; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px; background: var(--surface-soft); border-radius: 14px; }
.contact-item .icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-size: 1.25rem; }
.contact-item strong { display: block; color: var(--green-950); }
.contact-item span, .contact-item a { color: var(--muted); overflow-wrap: anywhere; }
.map-frame { width: 100%; min-height: 380px; border: 0; border-radius: var(--radius); background: var(--surface-soft); }

.bank-card { background: linear-gradient(135deg, var(--green-950), var(--green-800)); color: #fff; border-radius: 25px; padding: 32px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.bank-card::after { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(235,163,0,.18); right: -80px; bottom: -110px; }
.bank-label { color: #cbe4d8; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.bank-value { display: block; position: relative; z-index: 1; font-size: 1.08rem; margin: 3px 0 19px; overflow-wrap: anywhere; }
.account-number { font-size: clamp(1.65rem,5vw,2.5rem); letter-spacing: .06em; font-weight: 900; color: #ffd66d; }
.copy-btn { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.1); color: #fff; border-radius: 999px; padding: 9px 14px; font-weight: 800; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-btn { border: 1px solid var(--line); background: #fff; color: var(--muted); border-radius: 999px; padding: 9px 15px; font-weight: 800; }
.filter-btn.active { color: #fff; background: var(--green-800); border-color: var(--green-800); }
.empty-state { border: 1px dashed #bcd1c5; background: var(--surface-soft); border-radius: var(--radius); padding: 48px 24px; text-align: center; }
.empty-state .icon { font-size: 2.7rem; }
.empty-state h3 { color: var(--green-950); margin: 8px 0; }
.empty-state p { color: var(--muted); margin: 0 auto 18px; max-width: 570px; }

.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 42px; align-items: start; }
.article-cover { width: 100%; max-height: 520px; object-fit: cover; border-radius: 24px; margin-bottom: 30px; }
.sidebar-card { background: var(--surface-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.sidebar-card h3 { margin: 0 0 12px; color: var(--green-950); }
.share-row { display: flex; gap: 8px; flex-wrap: wrap; }
.share-btn { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--green-900); font-weight: 900; }

.alerts { position: fixed; top: 100px; right: 20px; z-index: 2500; display: grid; gap: 10px; width: min(400px, calc(100% - 40px)); }
.alert { display: flex; gap: 12px; align-items: start; border-radius: 12px; padding: 14px 15px; color: #17372b; box-shadow: var(--shadow-lg); background: #fff; border-left: 5px solid var(--green-800); }
.alert-success { border-left-color: var(--green-700); }
.alert-error { border-left-color: var(--danger); }
.alert-warning { border-left-color: var(--gold-500); }
.alert-close { margin-left: auto; border: 0; background: transparent; font-size: 1.2rem; color: inherit; }

.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 40px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; padding: 0 11px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.pagination .active { background: var(--green-800); color: #fff; border-color: var(--green-800); }

.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.faq-question { width: 100%; border: 0; background: #fff; color: var(--green-950); text-align: left; padding: 18px 20px; font-weight: 900; display: flex; justify-content: space-between; gap: 18px; }
.faq-answer { display: none; padding: 0 20px 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.site-footer { background: #052f22; color: #c8dfd4; padding-top: 72px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1.25fr; gap: 34px; padding-bottom: 50px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; }
.footer-brand img { width: 70px; height: 70px; }
.footer-brand strong { display: block; font-size: 1.15rem; }
.footer-brand small { color: #f0b93e; font-style: italic; }
.footer-copy { color: #a9c5b8; margin: 18px 0; }
.footer-title { color: #fff; margin: 0 0 17px; font-size: 1rem; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: #fff; }
.newsletter-form { display: flex; gap: 8px; }
.newsletter-form input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.15); color: #fff; }
.newsletter-form input::placeholder { color: #9bb9aa; }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); color: #fff; font-weight: 900; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 19px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .87rem; }

.whatsapp { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-weight: 900; font-size: 1.3rem; box-shadow: 0 12px 30px rgba(0,0,0,.2); z-index: 1400; }
.back-top { position: fixed; right: 28px; bottom: 88px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #fff; color: var(--green-900); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transition: .2s; z-index: 1300; }
.back-top.show { opacity: 1; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }


/* Research photography */
.hero-photo-slider {
  position: absolute;
  inset: 22px 18px 22px 12px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--green-900);
  box-shadow: var(--shadow-lg);
}
.hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity .75s ease, transform 5.8s ease;
}
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,47,34,.02) 35%, rgba(5,47,34,.78) 100%);
}
.hero-slide figcaption {
  position: absolute;
  left: 28px;
  right: 110px;
  bottom: 30px;
  z-index: 2;
  color: #fff;
}
.hero-slide figcaption span {
  display: block;
  margin-bottom: 4px;
  color: #ffd66d;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-slide figcaption strong { font-size: 1.18rem; line-height: 1.25; }
.hero-dots {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 31px;
  display: flex;
  gap: 7px;
}
.hero-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  transition: width .25s ease, background .25s ease;
}
.hero-dots button.active { width: 27px; background: #fff; }
.hero-brand-chip {
  position: absolute;
  z-index: 5;
  left: 27px;
  top: 39px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  background: rgba(255,255,255,.93);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}
.hero-brand-chip img { width: 39px; height: 39px; object-fit: contain; }
.hero-brand-chip span { display: grid; line-height: 1.05; }
.hero-brand-chip strong { color: var(--green-900); }
.hero-brand-chip small { margin-top: 4px; color: var(--gold-600); font-size: .68rem; font-style: italic; }

.research-life-section { background: linear-gradient(180deg, #fff 0%, #f5f9f7 100%); }
.research-mosaic {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  grid-template-rows: 270px 230px;
  gap: 14px;
}
.mosaic-item {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: #dbe9e1;
  text-align: left;
}
.mosaic-item-1 { grid-row: 1 / 3; }
.mosaic-item-2 { grid-column: 2 / 4; }
.mosaic-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mosaic-item:hover img { transform: scale(1.045); }
.mosaic-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(4,43,30,.8) 100%);
}
.mosaic-item span {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 17px;
  color: #fff;
}
.mosaic-item small {
  display: block;
  margin-bottom: 2px;
  color: #ffd66d;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.mosaic-item strong { display: block; line-height: 1.25; }

.research-story-strip {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
}
.research-story-card {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.research-story-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.research-story-card figcaption { padding: 18px 19px 20px; }
.research-story-card strong { display: block; color: var(--green-950); }
.research-story-card span { display: block; margin-top: 4px; color: var(--muted); font-size: .9rem; }

.gallery-grid {
  columns: 3 310px;
  column-gap: 16px;
}
.gallery-card {
  break-inside: avoid;
  margin: 0 0 16px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--surface-soft);
  box-shadow: var(--shadow-sm);
}
.gallery-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}
.gallery-open img { width: 100%; height: auto; min-height: 230px; object-fit: cover; transition: transform .4s ease; }
.gallery-open:hover img { transform: scale(1.025); }
.gallery-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 18px 18px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(4,43,30,.88));
}
.gallery-overlay .badge { margin-bottom: 8px; }
.gallery-overlay strong { display: block; font-size: 1.04rem; line-height: 1.3; }
.gallery-overlay small { display: block; margin-top: 5px; color: #e5efe9; line-height: 1.35; }

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 30px 90px;
  background: rgba(3,25,18,.94);
  backdrop-filter: blur(6px);
}
.lightbox-stage {
  margin: 0;
  width: min(1120px, 100%);
  max-height: 88vh;
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
}
.lightbox-stage img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  border-radius: 18px;
  background: #0a1d16;
}
.lightbox-stage figcaption {
  padding: 14px 4px 0;
  color: #fff;
  text-align: center;
}
.lightbox-stage figcaption strong { display: block; }
.lightbox-stage figcaption span { display: block; margin-top: 4px; color: #c7d8d0; font-size: .9rem; }
.lightbox-close, .lightbox-nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.1);
  color: #fff;
  border-radius: 50%;
}
.lightbox-close { right: 24px; top: 22px; width: 48px; height: 48px; font-size: 1.8rem; }
.lightbox-nav { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); font-size: 2.2rem; }
.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }
body.lightbox-open { overflow: hidden; }

@media (max-width: 1050px) {
  .menu-toggle { display: grid; place-items: center; }
  .main-nav { position: fixed; inset: 128px 16px auto; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); padding: 13px; display: none; flex-direction: column; align-items: stretch; max-height: calc(100vh - 150px); overflow: auto; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .nav-cta { margin: 5px 0 0; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-content { text-align: center; }
  .hero-copy { margin-inline: auto; }
  .hero-actions, .hero-mini { justify-content: center; }
  .hero-visual { width: min(650px,100%); margin-inline: auto; }
  .research-story-strip { grid-template-columns: 1fr 1fr; }
  .research-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px 220px; }
  .mosaic-item-1 { grid-column: 1 / 3; grid-row: auto; }
  .mosaic-item-2 { grid-column: auto; }
  .trust-box { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 800px) {
  .topbar-row { justify-content: center; text-align: center; }
  .topbar-links.secondary { display: none; }
  .brand-name { display: none; }
  .brand img { width: 56px; height: 56px; }
  .nav-row { min-height: 74px; }
  .main-nav { top: 116px; }
  .section { padding: 68px 0; }
  .section-head { display: block; }
  .section-head .btn { margin-top: 20px; }
  .vision-grid, .contact-layout, .article-layout { grid-template-columns: 1fr; }
  .research-story-strip { grid-template-columns: 1fr; }
  .vision-image { width: min(530px,100%); margin-inline: auto; }
  .vision-tag { right: 10px; }
  .grid-3 { grid-template-columns: repeat(2,1fr); }
  .cta-band { padding: 38px 28px; display: block; }
  .cta-actions { margin-top: 25px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, var(--container)); }
  .hero-grid { min-height: auto; gap: 25px; padding-bottom: 65px; }
  .hero h1 { font-size: 3rem; }
  .hero-visual { min-height: 390px; }
  .hero-panel { inset: 20px 15px; }
  .hero-photo-slider { inset: 15px 5px 15px; border-radius: 24px; }
  .hero-brand-chip { left: 18px; top: 30px; }
  .hero-slide figcaption { left: 22px; right: 80px; bottom: 25px; }
  .research-mosaic { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .mosaic-item, .mosaic-item-1, .mosaic-item-2 { grid-column: auto; grid-row: auto; min-height: 230px; }
  .lightbox { padding: 72px 12px 20px; }
  .lightbox-nav { width: 42px; height: 42px; top: auto; bottom: 18px; transform: none; }
  .lightbox-prev { left: 18px; }
  .lightbox-next { right: 18px; }
  .lightbox-close { right: 14px; top: 14px; }
  .hero-africa { inset: 55px 48px; }
  .hero-africa img { width: 120px; }
  .float-card { padding: 12px; max-width: 180px; font-size: .82rem; }
  .float-one { right: 2px; }
  .float-two { left: 2px; bottom: 10px; }
  .trust-strip { margin-top: -20px; }
  .trust-box { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .page-hero { padding: 65px 0 56px; }
  .form-card { padding: 22px 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .newsletter-form { flex-direction: column; }
  .cta-band { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ===== UIRN simplified visual refresh — Aug 2026 ===== */
.topbar-links i { margin-right: 6px; color: #f0b93e; }
.menu-toggle { font-size: 1.25rem; }
.main-nav { gap: 2px; }
.main-nav a { padding-inline: 10px; }

/* Full-width photographic home slider */
.home-slider { position: relative; width: 100%; height: clamp(560px, 78vh, 820px); min-height: 560px; overflow: hidden; background: #161616; }
.home-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.home-slide.active { opacity: 1; visibility: visible; z-index: 1; }
.home-slide > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 6.2s ease; }
.home-slide.active > img { transform: scale(1); }
.home-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.66) 0%, rgba(0,0,0,.43) 38%, rgba(0,0,0,.10) 70%, rgba(0,0,0,.05) 100%); }
.home-slide-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; color: #fff; padding-top: 36px; }
.slide-eyebrow { display: inline-flex; align-items: center; gap: 8px; max-width: 760px; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; color: #ffd76e; }
.slide-eyebrow::before { content: ''; width: 35px; height: 2px; background: #eaa400; }
.home-slide h1 { max-width: 900px; margin: 16px 0 14px; font-size: clamp(3.15rem, 7vw, 6.6rem); line-height: .98; letter-spacing: -.055em; color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.28); }
.home-slide p { margin: 0; max-width: 690px; font-size: clamp(1.08rem, 2vw, 1.38rem); line-height: 1.6; color: rgba(255,255,255,.94); text-shadow: 0 2px 12px rgba(0,0,0,.25); }
.slider-link { margin-top: 26px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; border-bottom: 2px solid #eaa400; padding-bottom: 6px; }
.slider-link:hover { color: #ffd76e; }
.slider-arrow { position: absolute; z-index: 4; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.22); color: #fff; cursor: pointer; display: grid; place-items: center; transition: .2s ease; }
.slider-arrow:hover { background: #eaa400; border-color: #eaa400; color: #151515; }
.slider-prev { left: 24px; }
.slider-next { right: 24px; }
.home-slider-dots { position: absolute; z-index: 4; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; gap: 8px; }
.home-slider-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.55); cursor: pointer; transition: .25s ease; }
.home-slider-dots button.active { width: 28px; background: #eaa400; }
.home-slide-fallback { position: relative; opacity: 1; visibility: visible; background: linear-gradient(135deg,#252525,#0f0f0f); }

/* Simple homepage sections */
.home-intro { padding-block: 78px; }
.intro-simple { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px,8vw,110px); align-items: center; }
.intro-simple .section-title { margin-bottom: 0; max-width: 570px; }
.intro-simple p { margin: 0 0 18px; color: #526c60; font-size: 1.06rem; line-height: 1.8; }
.compact-heading { margin-bottom: 34px; }
.compact-heading .section-title { margin-bottom: 0; }
.compact-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.simple-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green-800); font-weight: 800; }
.simple-link:hover { color: var(--gold-600); }

.home-area-grid { gap: 18px; }
.home-area-card { position: relative; min-height: 260px; padding: 30px 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.home-area-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: #bed9cd; }
.home-area-icon { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-size: 1.35rem; margin-bottom: 22px; }
.home-area-card:nth-child(even) .home-area-icon { background: #fff1cb; color: #aa7200; }
.home-area-card h3 { margin: 0 0 10px; color: var(--green-950); font-size: 1.18rem; line-height: 1.3; }
.home-area-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.card-arrow { position: absolute; right: 24px; bottom: 24px; color: var(--green-700); }

.home-gallery-section { padding-bottom: 90px; }
.home-gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); grid-auto-rows: 190px; gap: 10px; }
.home-gallery-item { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: 14px; cursor: zoom-in; background: #dde8e3; }
.home-gallery-item:nth-child(1), .home-gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
.home-gallery-item:nth-child(4) { grid-row: span 2; }
.home-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.home-gallery-item:hover img { transform: scale(1.035); filter: brightness(.94); }

.values-simple-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-simple { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 24px 18px; border-radius: 16px; background: rgba(255,255,255,.76); color: var(--green-950); font-weight: 800; }
.value-simple i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: #fff; }

/* Gallery: image first, no captions on photos */
.gallery-clean-section { padding-top: 55px; }
.clean-filters { margin-bottom: 30px; }
.clean-gallery-grid { gap: 12px; }
.clean-gallery-grid .gallery-card { border-radius: 14px; box-shadow: none; background: #e8efec; }
.clean-gallery-grid .gallery-open { height: 100%; }
.clean-gallery-grid .gallery-open img { width: 100%; height: 100%; min-height: 280px; aspect-ratio: 4 / 3; object-fit: cover; }
.clean-gallery-grid .gallery-card-wide .gallery-open img { aspect-ratio: 16 / 9; }
.clean-lightbox .lightbox-stage figcaption { display: none !important; }
.clean-lightbox .lightbox-stage { max-width: min(1180px, 88vw); }
.clean-lightbox .lightbox-stage img { max-height: 86vh; border-radius: 10px; }

/* Footer + icons */
.footer-grid-simple { grid-template-columns: 1.15fr .7fr 1.35fr; }
.contact-lines { line-height: 2; }
.contact-lines i { width: 20px; color: #f0b93e; }
.compact-newsletter { max-width: 420px; }
.compact-newsletter button { min-width: 48px; padding-inline: 14px; }
.whatsapp { font-size: 1.75rem; }
.back-top { display: grid; place-items: center; }

@media (max-width: 980px) {
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .profile-layout { grid-template-columns: 300px minmax(0,1fr); gap: 34px; }
  .profile-aside { position: static; }
  .home-slider { height: 650px; }
  .home-slide-shade { background: linear-gradient(90deg, rgba(0,0,0,.64), rgba(0,0,0,.22)); }
  .slider-prev { left: 12px; } .slider-next { right: 12px; }
  .intro-simple { grid-template-columns: 1fr; gap: 20px; }
  .home-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .values-simple-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid-simple { grid-template-columns: repeat(2,1fr); }
  .footer-grid-simple > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-photo-wrap { max-width: 420px; }
  .topbar-phone { display: none; }
  .home-slider { height: 610px; min-height: 610px; }
  .home-slide-content { justify-content: flex-end; padding-bottom: 95px; }
  .home-slide-shade { background: linear-gradient(0deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.30) 65%, rgba(0,0,0,.05) 100%); }
  .home-slide h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); max-width: 94%; }
  .home-slide p { font-size: 1rem; max-width: 88%; }
  .slider-arrow { width: 42px; height: 42px; top: 44%; }
  .compact-heading-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .home-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 7px; }
  .home-gallery-item:nth-child(1), .home-gallery-item:nth-child(6) { grid-column: span 2; grid-row: span 2; }
  .home-gallery-item:nth-child(4) { grid-row: span 1; }
  .values-simple-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .value-simple { flex-direction: column; text-align: center; padding: 18px 10px; font-size: .9rem; }
  .footer-grid-simple { grid-template-columns: 1fr; }
  .footer-grid-simple > :last-child { grid-column: auto; }
  .clean-gallery-grid { grid-template-columns: 1fr 1fr; gap: 7px; }
  .clean-gallery-grid .gallery-card-wide { grid-column: 1 / -1; }
  .clean-gallery-grid .gallery-open img { min-height: 180px; }
}


/* ===== UIRN navigation + single-entry routing refresh — Aug 2026 ===== */
.main-nav > a {
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.main-nav .nav-partner {
  margin-left: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--gold-500);
  color: #3d2a00;
  box-shadow: 0 8px 22px rgba(235,163,0,.20);
}
.main-nav .nav-partner:hover,
.main-nav .nav-partner.active {
  background: var(--gold-600);
  color: #fff;
}
.main-nav .nav-partner i { font-size: .9rem; }

@media (max-width: 1050px) {
  .main-nav .nav-partner {
    margin: 7px 0 0;
    justify-content: center;
    text-align: center;
  }
}
