:root{
  --brand:#3d5483;
  --brand-dark:#2f436e;
  --brand-mid:#536fae;
  --brand-light:#a7b8d1;
  --accent:#536fae;
  --ink:#11151b;
  --muted:#73777e;
  --light:#f4f4f6;
  --line:#e4e5e8;
  --header-h:78px;
  --quick-h:96px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Poppins',sans-serif;color:var(--ink);background:#fff;font-size:15px;padding-bottom:var(--quick-h)}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
.skip-link{position:fixed;left:10px;top:-100px;background:#fff;padding:10px 14px;z-index:9999;box-shadow:0 2px 8px rgba(0,0,0,.16)}
.skip-link:focus{top:10px}

/* Header */
.site-header{position:sticky;top:0;z-index:1050;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.07)}
.site-header .navbar{height:var(--header-h);padding:0}
.header-inner{height:100%}
.navbar-brand{display:flex;align-items:center;padding:0;margin:0}
.brand-logo{display:block;width:210px;height:56px;object-fit:contain;object-position:left center}
.desktop-nav{height:100%}
.desktop-nav>.navbar-nav{height:100%;gap:4px}
.desktop-nav .nav-item{height:100%;display:flex;align-items:center}
.desktop-nav .nav-link,.mega-toggle{height:100%;display:flex;align-items:center;gap:6px;padding:0 13px!important;border:0;background:none;color:#24272c;font-size:14px;font-weight:400;white-space:nowrap;transition:.2s}
.desktop-nav .nav-link:hover,.mega-toggle:hover,.mega-toggle.active{color:var(--brand)}
.mega-toggle i{font-size:11px;color:var(--brand);transition:transform .2s}
.mega-toggle.active i{transform:rotate(180deg)}
.header-actions{height:100%;gap:13px}
.header-icon{position:relative;width:38px;height:46px;border:0;background:none;color:#15181d;font-size:24px;display:grid;place-items:center;padding:0}
.basket-count{position:absolute;top:3px;right:-2px;width:22px;height:22px;border-radius:50%;background:#08090a;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:10px;font-weight:600}
.header-divider{width:1px;height:32px;background:#d9dadc}
.language-button{border:0;background:none;font-size:14px;font-weight:600;padding:12px 4px;color:#111}
.language-button:after{margin-left:7px;border-width:4px 4px 0}
.language-dropdown .dropdown-menu{min-width:130px;border-radius:0;border:1px solid #e7e7e7;box-shadow:0 10px 24px rgba(0,0,0,.09);font-size:13px}
.donate-header{height:48px;min-width:118px;border-radius:2px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;letter-spacing:.02em;border:1px solid var(--brand)}
.donate-header:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.navbar-toggler{padding:8px}

/* Mega navigation */
.mega-menu{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;box-shadow:0 18px 28px rgba(20,27,38,.14);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1040}
.mega-menu.show{opacity:1;visibility:visible;transform:none}
.mega-copy>span{display:block;color:var(--accent);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px}
.mega-copy h2{font-size:25px;line-height:1.25;font-weight:600;margin-bottom:9px;color:#1b2430}
.mega-copy p{max-width:520px;color:#6f7680;font-size:13px;line-height:1.7;margin-bottom:12px}
.mega-copy>a{font-size:13px;font-weight:600;color:var(--brand)}
.mega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.mega-grid-4{grid-template-columns:repeat(4,1fr)}
.mega-grid>a{min-height:102px;border:1px solid #eceff2;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px;text-align:center;transition:.2s;background:#fff}
.mega-grid>a:hover{background:#f6f8fb;border-color:#dce3ed;transform:translateY(-2px)}
.mega-grid i{font-size:25px;color:var(--accent)}
.mega-grid span{font-size:12px;font-weight:500}

/* Mobile menu */
.mobile-menu{width:min(88vw,400px)}
.mobile-logo{width:195px;height:64px;object-fit:contain;object-position:left center}
.mobile-menu .offcanvas-body>a:not(.btn){display:block;padding:15px 2px;border-bottom:1px solid #ececec;font-size:17px}
.mobile-donate{width:100%;background:var(--brand);color:#fff;border-radius:2px;padding:14px;font-weight:600}

/* Hero */
.hero-section{width:100%;overflow:hidden}
.hero-slide{height:470px;position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 6.5s ease}
.carousel-item.active .hero-bg{transform:scale(1)}
.hero-one .hero-bg{object-position:center 45%}
.hero-two .hero-bg{object-position:center 47%}
.hero-three .hero-bg{object-position:center 44%}
.hero-four .hero-bg{object-position:center 42%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,15,22,.78) 0%,rgba(9,15,22,.55) 30%,rgba(9,15,22,.12) 62%,rgba(9,15,22,.03) 100%)}
.hero-content{position:absolute;left:clamp(24px,3.8vw,76px);top:50%;transform:translateY(-48%);z-index:2;width:min(540px,44vw);color:#fff}
.hero-content h1,.hero-content h2{font-size:42px;line-height:1.1;font-weight:600;margin:0 0 16px}
.hero-content p{font-size:15px;line-height:1.72;font-weight:300;margin:0 0 18px;max-width:520px}
.hero-buttons{display:flex;gap:13px}
.hero-buttons .btn{height:46px;min-width:119px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500}
.hero-donate{background:var(--brand);border:1px solid var(--brand);color:#fff}
.hero-donate:hover{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.hero-more{border:1px solid rgba(255,255,255,.85);color:#fff;background:rgba(255,255,255,.03)}
.hero-more:hover{background:#fff;color:#111}
.hero-dots{z-index:4;bottom:22px;margin:0;display:flex;justify-content:center;gap:10px}
.hero-dots [data-bs-target]{width:54px;height:3px;border:0;margin:0;background:#fff;opacity:.52}
.hero-dots .active{opacity:1}
.carousel-fade .carousel-item{transition:opacity .75s ease-in-out}
.carousel-item .hero-content>*{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}
.carousel-item.active .hero-content>*{opacity:1;transform:none}
.carousel-item.active .hero-content p{transition-delay:.10s}
.carousel-item.active .hero-buttons{transition-delay:.18s}

/* Top appeals — compact monochrome cards that expand and reveal colour on interaction */
.appeals-section{background:#fff;padding:56px 0 48px}
.section-title{text-align:center;font-size:28px;font-weight:400;margin:0 0 48px;letter-spacing:.015em}
.appeals-slider{display:flex;width:100%;height:510px;overflow:hidden;background:#17191d}
.appeal-panel{position:relative;height:100%;min-width:0;overflow:hidden;background:#222;flex:1 1 0;transition:flex-grow .48s cubic-bezier(.22,.61,.36,1),flex-basis .48s cubic-bezier(.22,.61,.36,1)}
.appeal-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) saturate(0) brightness(.55) contrast(1.05);transform:scale(1.015);transition:transform .55s ease,filter .42s ease}
.appeal-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.82) 100%);transition:background .4s ease}
.appeal-panel:hover,.appeal-panel:focus-within,.appeal-panel.is-active{flex-grow:1.62}
.appeal-panel:hover img,.appeal-panel:focus-within img,.appeal-panel.is-active img{filter:grayscale(0) saturate(1) brightness(.92) contrast(1);transform:scale(1.035)}
.appeal-panel:hover .appeal-overlay,.appeal-panel:focus-within .appeal-overlay,.appeal-panel.is-active .appeal-overlay{background:linear-gradient(180deg,rgba(0,0,0,.01) 18%,rgba(0,0,0,.68) 100%)}
.appeal-content{position:absolute;z-index:2;left:24px;right:24px;bottom:25px;color:#fff}
.appeal-content h3{font-size:20px;font-weight:500;margin:0 0 19px;line-height:1.25;white-space:nowrap}
.appeal-content a{display:flex;align-items:center;gap:14px;color:#fff;font-size:12px;font-weight:500}
.appeal-content a span{width:54px;height:2px;background:#fff;display:block;transition:width .3s ease}
.appeal-panel:hover .appeal-content a span,.appeal-panel:focus-within .appeal-content a span,.appeal-panel.is-active .appeal-content a span{width:82px}
.appeals-actions{min-height:126px;display:flex;align-items:center;justify-content:center;gap:12px}
.view-all-btn{border:1px solid #777c83;min-width:160px;height:48px;display:flex;align-items:center;justify-content:center;font-size:12px;transition:.2s}
.view-all-btn:hover{background:#111;color:#fff;border-color:#111}
.appeal-arrow{width:44px;height:44px;border:1px solid #ddd;background:#fff;border-radius:50%}

/* Sectors — uses the supplied Hands for Humanity blue identity */
.sectors-section{background:#fff;padding:74px 0 82px;text-align:center;border-top:1px solid #f0f2f6;border-bottom:1px solid #f0f2f6}
.sectors-section h2{font-size:31px;font-weight:400;margin:0 0 58px;color:var(--brand)}
.sector-item{display:block;text-align:center;padding:18px 10px;color:#687184;transition:transform .22s ease,background .22s ease;border-radius:8px}
.sector-item i{display:block;font-size:68px;line-height:1;color:var(--brand-mid);margin-bottom:34px;transition:transform .25s ease,color .25s ease}
.sector-item h3{font-size:18px;font-weight:500;margin:0 0 7px;color:var(--brand)}
.sector-item p{font-size:13px;margin:0;color:#7b8495}
.sector-item:hover{background:#f6f8fb;transform:translateY(-3px)}
.sector-item:hover i{transform:translateY(-4px);color:var(--brand-dark)}
.sector-item:hover h3{color:var(--brand-dark)}

/* News */
.news-section{padding:72px 0 116px;background:#f6f8fb;overflow:hidden}
.news-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:38px}
.news-heading h2{font-size:22px;font-weight:400;margin:0}
.news-arrows{display:flex;gap:8px}
.news-arrows button{width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--brand-light);transition:.2s}
.news-arrows button:last-child{background:var(--brand)}
.news-arrows button:hover{transform:scale(1.05)}
.news-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth}
.news-track::-webkit-scrollbar{display:none}
.news-card{flex:0 0 calc((100% - 36px)/3);border:1px solid #e4e4e4;background:#fff;scroll-snap-align:start;min-width:0;transition:transform .25s,box-shadow .25s}
.news-card:hover{transform:translateY(-4px);box-shadow:0 14px 26px rgba(0,0,0,.08)}
.news-card img{width:100%;height:245px;object-fit:cover;display:block}
.news-card-body{padding:22px 23px 25px;min-height:160px}
.news-card-body span{display:block;color:var(--brand);font-size:10px;font-weight:600;margin-bottom:12px}
.news-card-body small{display:block;color:#a1a2a5;font-size:9px;margin-bottom:11px}
.news-card-body h3{font-size:15px;line-height:1.4;font-weight:400;margin:0;color:#1b1d21}

/* Thank you image + share */
.thanks-banner{height:410px;position:relative;overflow:hidden}
.thanks-banner>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 47%}
.thanks-overlay{position:absolute;inset:0;background:rgba(10,15,22,.38)}
.thanks-copy{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:300;text-align:center;padding:20px}
.thanks-copy strong{font-weight:600;margin-right:8px}
.share-strip{background:#050505;color:#fff;min-height:132px;display:flex;align-items:center;justify-content:center}
.share-inner{display:flex;align-items:center;gap:24px}
.share-inner>span{font-size:18px;font-weight:400}
.share-icons{display:flex;gap:14px}
.share-icons a{width:42px;height:42px;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:18px;transition:.2s}
.share-icons a:hover{background:var(--accent);transform:translateY(-2px)}

/* Footer */
.site-footer{background:var(--brand);color:#fff}
.footer-main{padding-top:58px;padding-bottom:54px}
.footer-logo{width:220px;height:94px;object-fit:contain;object-position:left top}
.footer-links a{display:block;font-size:12px;line-height:1.5;margin-bottom:13px;color:#fff;opacity:.96}
.footer-links a:hover{text-decoration:underline}
.footer-about,.footer-contact p,.footer-contact a{font-size:11.5px;line-height:1.75;margin:0;color:#fff}
.footer-contact>a{font-weight:600;text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.62);padding:17px 0 19px;font-size:9px;line-height:1.5}
.footer-bottom div>div{display:flex;gap:14px;flex-wrap:wrap}
.footer-bottom a{text-decoration:underline}

/* Fixed quick donate — centered Penny-style layout with neutral range track */
.quick-donate{position:fixed;left:0;right:0;bottom:0;z-index:1045;background:#fff;box-shadow:0 -3px 14px rgba(0,0,0,.10);border-top:1px solid #eee}
.quick-inner{min-height:var(--quick-h);display:grid;grid-template-columns:minmax(250px,280px) 170px minmax(270px,1fr) 190px;align-items:center;gap:24px;width:min(100%,1000px);margin:0 auto;padding:0 18px}
.quick-range-group{display:flex;flex-direction:column;justify-content:center;gap:9px;min-width:0}
.quick-title{color:var(--brand);font-size:19px;font-weight:400;line-height:1}
.quick-range-wrap{position:relative;padding:0}
.quick-range-wrap .form-range{height:24px;margin:0;display:block;width:100%;background:transparent}
.form-range::-webkit-slider-runnable-track{height:7px;background:#d9d9da;border-radius:10px}
.form-range::-webkit-slider-thumb{width:24px;height:24px;margin-top:-8.5px;background:#080808;border:0;box-shadow:none}
.form-range::-moz-range-track{height:7px;background:#d9d9da;border-radius:10px}
.form-range::-moz-range-progress{height:7px;background:#d9d9da;border-radius:10px}
.form-range::-moz-range-thumb{width:24px;height:24px;background:#080808;border:0}
.quick-amount{height:54px;background:#f1f1f2;position:relative;display:flex;align-items:center;padding:0 12px;border-radius:3px}
.quick-amount>span{font-size:13px;color:var(--brand);font-weight:600;margin-right:6px}
.quick-amount input{width:100%;border:0;outline:0;background:transparent;font-size:16px;color:#121212}
.quick-amount small{position:absolute;left:10px;top:58px;color:var(--brand);font-size:9px;white-space:nowrap}
.quick-select-wrap{height:54px;position:relative;border-bottom:1px solid #363636}
.quick-select-wrap select{width:100%;height:100%;border:0;background:#fff;appearance:none;padding:0 38px 0 7px;outline:0;font-size:14px}
.quick-select-wrap i{position:absolute;right:10px;top:18px;color:var(--brand);font-size:15px;pointer-events:none}
.quick-submit{height:54px;border:0;border-radius:2px;background:var(--brand);color:#fff;font-size:14px;font-weight:600;letter-spacing:.01em}
.quick-submit:hover{background:var(--brand-dark)}
.quick-mobile-toggle{width:100%;height:58px;border:0;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;font-weight:600}
.quick-mobile-toggle[aria-expanded="true"] .bi-chevron-up{transform:rotate(180deg)}
.chat-button{position:fixed;right:26px;bottom:calc(var(--quick-h) + 22px);z-index:1038;width:56px;height:56px;border-radius:50%;border:0;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 10px 24px rgba(49,85,141,.32);transition:.2s}
.chat-button:hover{transform:translateY(-3px)}
.toast{border:0;border-radius:5px;box-shadow:0 12px 35px rgba(0,0,0,.15)}
.toast .bi-heart-fill{color:var(--brand)}

@media (max-width:1199.98px){
  .brand-logo{width:180px}
  .desktop-nav .nav-link,.mega-toggle{padding:0 8px!important;font-size:12px}
  .header-actions{gap:8px}.donate-header{min-width:98px}
  .quick-inner{grid-template-columns:minmax(210px,250px) 150px minmax(220px,1fr) 160px;gap:14px;width:min(100%,900px);padding:0 18px}
  .appeal-content h3{font-size:17px}
}
@media (max-width:991.98px){
  :root{--header-h:72px;--quick-h:58px}
  body{padding-bottom:var(--quick-h)}
  .brand-logo{width:185px;height:55px}
  .hero-slide{height:530px}
  .hero-content{width:58vw;left:28px}
  .hero-content h1,.hero-content h2{font-size:38px}
  .appeals-slider{display:flex;height:auto;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
  .appeals-slider::-webkit-scrollbar{display:none}
  .appeal-panel{flex:0 0 74vw;height:460px;scroll-snap-align:center}
  .appeal-panel:hover,.appeal-panel:focus-within,.appeal-panel.is-active{flex-grow:0}
  .appeal-panel.is-active img{filter:grayscale(0) saturate(1) brightness(.92) contrast(1)}
  .sectors-section{padding:48px 0 56px}.sector-item i{font-size:52px;margin-bottom:18px}
  .news-card{flex-basis:48%}
  .thanks-banner{height:340px}.thanks-copy{font-size:27px}
  .quick-inner{display:none;grid-template-columns:1fr;gap:14px;padding:20px 18px 28px;max-height:70vh;overflow:auto}
  .quick-inner.open{display:grid}
  .quick-title{display:none}
  .quick-range-group{gap:0}
  .quick-amount small{position:static;display:block;flex:0 0 100%;margin-top:4px}.quick-amount{flex-wrap:wrap;height:auto;min-height:54px;padding:10px 12px}.quick-select-wrap{height:52px}.quick-submit{height:52px}
  .chat-button{right:14px;bottom:75px;width:52px;height:52px}
}
@media (max-width:767.98px){
  .hero-slide{height:590px}
  .hero-shade{background:linear-gradient(180deg,rgba(5,10,16,.12) 10%,rgba(5,10,16,.62) 62%,rgba(5,10,16,.86) 100%)}
  .hero-content{left:20px;right:20px;top:auto;bottom:66px;transform:none;width:auto}
  .hero-content h1,.hero-content h2{font-size:34px;margin-bottom:12px}.hero-content p{font-size:13px;line-height:1.65}.hero-buttons .btn{min-width:112px}
  .hero-dots{bottom:22px}.hero-dots [data-bs-target]{width:38px}
  .appeals-section{padding-top:44px}.section-title{font-size:22px;margin-bottom:34px}.appeal-panel{flex-basis:86vw;height:440px}.appeal-content{left:18px;right:18px}.appeals-actions{min-height:108px}
  .sectors-section h2{font-size:22px;margin-bottom:26px}.sectors-grid{--bs-gutter-x:.6rem;--bs-gutter-y:1.4rem}.sector-item{padding:10px 2px}.sector-item i{font-size:45px}.sector-item h3{font-size:16px}.sector-item p{font-size:11px}
  .news-section{padding:58px 0 84px}.news-heading h2{font-size:19px}.news-card{flex-basis:82%}.news-card img{height:225px}
  .thanks-banner{height:300px}.thanks-copy{font-size:23px}.share-strip{min-height:115px}.share-inner{flex-direction:column;gap:14px}.share-inner>span{font-size:15px}.share-icons{gap:9px}.share-icons a{width:38px;height:38px}
  .footer-main{padding-top:45px;padding-bottom:40px}.footer-logo{width:205px;height:80px}.footer-bottom div>div{gap:8px 13px}
}
@media (max-width:420px){
  .brand-logo{width:165px}
  .hero-slide{height:540px}.hero-content h1,.hero-content h2{font-size:31px}.hero-content p{font-size:12.5px}.hero-buttons{gap:8px}.hero-buttons .btn{height:43px;font-size:11px}
  .appeal-panel{flex-basis:90vw;height:410px}.news-card{flex-basis:88%}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}.hero-bg,.carousel-item .hero-content>*,.appeal-panel img,.sector-item i,.news-card{transition:none!important}
}

/* About — directly below the hero */
.about-section{background:#fff;padding:54px 0}
.about-shell{background:#f5f7fa;min-height:365px;overflow:hidden}
.about-media{min-height:365px;overflow:hidden}
.about-media img{width:100%;height:100%;min-height:365px;object-fit:cover;display:block;transition:transform .65s ease}
.about-shell:hover .about-media img{transform:scale(1.025)}
.about-copy{padding:46px 50px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.about-kicker{font-size:11px;font-weight:600;letter-spacing:.14em;color:var(--brand-mid);margin-bottom:10px}
.about-copy h2{font-size:34px;line-height:1.15;font-weight:500;color:var(--brand);margin:0 0 17px}
.about-copy p{font-size:14px;line-height:1.8;color:#646c78;margin:0 0 13px;max-width:610px}
.about-link{margin-top:8px;display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:12px;font-weight:600;letter-spacing:.03em;border-bottom:1px solid var(--brand);padding-bottom:4px}
.about-link i{transition:transform .2s ease}.about-link:hover i{transform:translateX(4px)}

/* Sectors — tighter spacing + soft brand background */
.sectors-section{background:#f3f6fa;padding:38px 0 42px;border-top:0;border-bottom:1px solid #e7ebf1}
.sectors-section h2{margin-bottom:26px}
.sector-item{padding:10px 8px}
.sector-item i{margin-bottom:18px}
.sector-item:hover{background:rgba(255,255,255,.72)}

@media (max-width:991.98px){
  .about-section{padding:38px 0}
  .about-media,.about-media img{min-height:320px}
  .about-copy{padding:36px 32px}
  .about-copy h2{font-size:29px}
  .sectors-section{padding:32px 0 36px}
}
@media (max-width:767.98px){
  .about-section{padding:30px 0}
  .about-media,.about-media img{min-height:270px}
  .about-copy{padding:30px 24px}
  .about-copy h2{font-size:26px}
  .about-copy p{font-size:13px;line-height:1.7}
  .sectors-section{padding:28px 0 30px}
  .sectors-section h2{margin-bottom:18px}
  .sector-item i{margin-bottom:12px}
}

/* V5 — International full-width mega menu */
@media (min-width:992px){
  .site-header{overflow:visible}
  .desktop-nav>.navbar-nav{position:static}
  .desktop-nav .nav-item{position:static}
  .desktop-nav .mega-toggle{position:relative}
  .desktop-nav .mega-toggle::after{content:"";position:absolute;left:13px;right:13px;bottom:0;height:3px;background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
  .desktop-nav .mega-toggle:hover::after,.desktop-nav .mega-toggle.active::after{transform:scaleX(1)}

  .mega-menu{top:100%;left:0;right:0;background:#fff;border-top:1px solid #eceef1;box-shadow:0 22px 46px rgba(20,31,49,.13);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:1060}
  .mega-menu.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
  .mega-menu::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px;background:transparent}
  .mega-menu-inner{width:min(100%,1440px);margin:0 auto;min-height:330px;display:grid;grid-template-columns:minmax(250px,1.15fr) minmax(190px,.8fr) minmax(190px,.8fr) minmax(300px,1.2fr);gap:34px;align-items:stretch;padding-top:38px!important;padding-bottom:38px!important}
  .mega-intro{padding-right:24px;border-right:1px solid #e7eaf0;display:flex;flex-direction:column;justify-content:center}
  .mega-eyebrow{display:block;color:var(--brand-mid);font-size:11px;font-weight:700;letter-spacing:.14em;margin-bottom:10px}
  .mega-intro h2{font-size:29px;line-height:1.2;font-weight:500;color:#172238;margin:0 0 13px;max-width:360px}
  .mega-intro p{font-size:13px;line-height:1.75;color:#737b88;margin:0 0 18px;max-width:390px}
  .mega-all-link{display:inline-flex;align-items:center;gap:9px;color:var(--brand);font-size:11px;font-weight:700;letter-spacing:.035em;width:max-content}
  .mega-all-link i{font-size:15px;transition:transform .2s}
  .mega-all-link:hover i{transform:translateX(4px)}

  .mega-column{padding-top:7px}
  .mega-column h3{font-size:13px;font-weight:700;color:#1d2940;margin:0 0 13px;padding-bottom:12px;border-bottom:1px solid #e7eaf0}
  .mega-column>a{display:flex;align-items:center;gap:6px;padding:9px 0;color:#4f5866;font-size:13px;transition:color .18s,transform .18s}
  .mega-column>a i{font-size:18px;color:var(--brand-mid);margin-left:-5px;opacity:0;transform:translateX(-4px);transition:.18s}
  .mega-column>a:hover{color:var(--brand);transform:translateX(3px)}
  .mega-column>a:hover i{opacity:1;transform:none}

  .mega-feature{position:relative;min-height:250px;overflow:hidden;align-self:stretch;background:#1d2a43}
  .mega-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:saturate(.82)}
  .mega-feature:hover img{transform:scale(1.055)}
  .mega-feature-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,26,.06) 20%,rgba(9,15,26,.82) 100%)}
  .mega-feature-copy{position:absolute;left:24px;right:24px;bottom:23px;color:#fff;display:flex;flex-direction:column;align-items:flex-start}
  .mega-feature-copy small{font-style:normal;font-size:10px;font-weight:700;letter-spacing:.12em;opacity:.8;margin-bottom:5px}
  .mega-feature-copy strong{font-size:21px;font-weight:500;line-height:1.2;margin-bottom:11px}
  .mega-feature-copy em{font-style:normal;font-size:11px;font-weight:600;display:flex;align-items:center;gap:8px}
  .mega-feature-copy em i{transition:transform .2s}
  .mega-feature:hover .mega-feature-copy em i{transform:translateX(4px)}

  .mega-menu-inner--sectors{grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(150px,.7fr));gap:16px;min-height:270px}
  .mega-menu-inner--sectors .mega-intro{margin-right:10px}
  .mega-sector-card{border:1px solid #e5e9f0;background:#f8fafd;display:flex;min-height:195px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px 16px;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s}
  .mega-sector-card i{font-size:39px;color:var(--brand);margin-bottom:14px}
  .mega-sector-card strong{font-size:15px;font-weight:600;color:#25334f;margin-bottom:5px}
  .mega-sector-card span{font-size:11px;color:#7a8492;line-height:1.5}
  .mega-sector-card:hover{transform:translateY(-4px);background:#fff;border-color:#d2d9e5;box-shadow:0 13px 27px rgba(36,58,92,.10)}

  .mega-backdrop{position:fixed;left:0;right:0;top:var(--header-h);bottom:0;background:rgba(10,17,28,.34);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s;z-index:1039}
  .mega-backdrop.show{opacity:1;visibility:visible;pointer-events:auto}
}

@media (max-width:991.98px){
  .mega-menu,.mega-backdrop{display:none!important}
}


/* V6 — first appeal active + tighter gap below View All Appeals */
.appeals-section{padding-bottom:6px}
.appeals-actions{min-height:0;padding:28px 0 8px}
@media (max-width:767.98px){
  .appeals-section{padding-bottom:4px}
  .appeals-actions{min-height:0;padding:22px 0 7px}
}

/* V8 — mobile appeal swipe activation */
@media (max-width: 991.98px){
  .appeals-slider{
    scroll-snap-type:x mandatory;
    scroll-padding-inline:5vw;
    overscroll-behavior-inline:contain;
    -webkit-overflow-scrolling:touch;
    cursor:grab;
  }
  .appeals-slider.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}
  .appeal-panel{scroll-snap-align:center;scroll-snap-stop:always}
  .appeal-panel:not(.is-active) img{filter:grayscale(1) saturate(0) brightness(.50) contrast(1.05)!important}
  .appeal-panel.is-active img{filter:grayscale(0) saturate(1) brightness(.94) contrast(1)!important}
  .appeal-panel.is-active .appeal-overlay{background:linear-gradient(180deg,rgba(0,0,0,.01) 18%,rgba(0,0,0,.68) 100%)}
}

/* V9 — impact statistics replace the homepage About block */
.impact-section{
  background:#f4f5f7;
  padding:58px 0 62px;
  border-top:1px solid #eef0f3;
  border-bottom:1px solid #eef0f3;
}
.impact-heading{
  margin:0 0 42px;
  text-align:center;
  font-size:25px;
  line-height:1.35;
  font-weight:400;
  color:#1b2028;
}
.impact-heading span{color:var(--brand);font-weight:500}
.impact-card{
  min-height:188px;
  height:100%;
  background:#fff;
  border-radius:7px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:18px 12px 16px;
  box-shadow:0 1px 0 rgba(18,35,61,.02);
  transition:transform .25s ease,box-shadow .25s ease;
}
.impact-card:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(42,69,112,.08);
}
.impact-card>i{
  font-size:39px;
  line-height:1;
  color:#111820;
  margin-bottom:10px;
  font-weight:400;
}
.impact-number{
  display:block;
  color:var(--brand);
  font-size:40px;
  line-height:1;
  font-weight:600;
  letter-spacing:.01em;
  margin-bottom:7px;
}
.impact-card h3{
  margin:0 0 8px;
  color:#111820;
  font-size:18px;
  line-height:1.1;
  font-weight:400;
}
.impact-card p{
  margin:0;
  color:#2e333a;
  font-size:11px;
  font-weight:300;
}
@media (max-width:991.98px){
  .impact-section{padding:42px 0 46px}
  .impact-heading{font-size:22px;margin-bottom:30px}
  .impact-card{min-height:166px}
  .impact-number{font-size:34px}
  .impact-card>i{font-size:34px}
}
@media (max-width:575.98px){
  .impact-section{padding:32px 0 36px}
  .impact-heading{font-size:18px;line-height:1.5;margin:0 auto 24px;max-width:300px}
  .impact-grid{--bs-gutter-x:.7rem;--bs-gutter-y:.7rem}
  .impact-card{min-height:148px;padding:14px 7px;border-radius:5px}
  .impact-card>i{font-size:29px;margin-bottom:8px}
  .impact-number{font-size:30px;margin-bottom:5px}
  .impact-card h3{font-size:14px;margin-bottom:6px}
  .impact-card p{font-size:9px}
}

/* V10 - What we do icons */
.sectors-section h2{text-transform:none;letter-spacing:0}
.sector-item .sector-icon{
  display:block;
  width:84px;
  height:84px;
  margin:0 auto 18px;
  object-fit:contain;
  transition:transform .25s ease, opacity .25s ease;
}
.sector-item:hover .sector-icon{transform:translateY(-4px) scale(1.03)}
@media (max-width:991.98px){
  .sector-item .sector-icon{width:72px;height:72px;margin-bottom:14px}
}
@media (max-width:575.98px){
  .sector-item .sector-icon{width:64px;height:64px;margin-bottom:12px}
}

/* V11 - Key partners */
.partners-section{
  background:#f5f5f7;
  padding:32px 0 34px;
  text-align:center;
  border-top:1px solid #eceef2;
  border-bottom:1px solid #eceef2;
}
.partners-section h2{
  margin:0 0 30px;
  color:#171b22;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.01em;
}
.partners-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  gap:44px;
  max-width:1020px;
  margin:0 auto;
}
.partner-logo{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 18px;
  transition:transform .22s ease,opacity .22s ease;
}
.partner-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:190px;
  max-height:62px;
  object-fit:contain;
}
.partner-logo:hover{transform:translateY(-2px);opacity:.86}
@media (max-width:767.98px){
  .partners-section{padding:26px 0 28px}
  .partners-section h2{font-size:16px;margin-bottom:20px}
  .partners-row{gap:12px;padding:0 8px}
  .partner-logo{min-height:62px;padding:6px}
  .partner-logo img{max-width:100%;max-height:46px}
}
@media (max-width:480px){
  .partners-row{gap:6px}
  .partner-logo img{max-height:40px}
}

/* V12 - improved What we do + Partners layout */
.sectors-section{
  background:#f3f6fa;
  padding:40px 0 32px;
  border-top:0;
  border-bottom:0;
}
.sectors-section h2{
  margin:0 0 24px;
  color:var(--brand);
  font-size:31px;
  font-weight:400;
}
.sectors-grid{--bs-gutter-x:1rem;--bs-gutter-y:1rem}
.sector-item{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  height:100%;
  padding:24px 14px 20px;
  border-radius:16px;
  background:rgba(255,255,255,.78);
  border:1px solid #e2e8f2;
  box-shadow:0 8px 24px rgba(33,63,129,.05);
}
.sector-item .sector-icon{
  width:78px;
  height:78px;
  margin:0 auto 16px;
  object-fit:contain;
  object-position:center;
  display:block;
}
.sector-item h3{margin:0 0 8px;font-size:18px}
.sector-item p{margin:0;font-size:13px;line-height:1.45}
.sector-item:hover{
  background:#fff;
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(33,63,129,.10);
}
.sector-item:hover .sector-icon{transform:translateY(-2px) scale(1.02)}

.partners-section{
  background:#fff;
  padding:8px 0 48px;
  border-top:0;
  border-bottom:0;
}
.partners-wrap{
  background:#f7f9fc;
  border:1px solid #e6ebf3;
  border-radius:18px;
  padding:26px 26px 28px;
  box-shadow:0 10px 30px rgba(17,24,32,.04);
}
.partners-section h2{
  margin:0 0 24px;
  color:#171b22;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
}
.partners-row{gap:22px;max-width:none}
.partner-logo{
  min-height:92px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid #edf1f6;
}
.partner-logo img{max-width:200px;max-height:56px}
.partner-logo:hover{transform:translateY(-2px);opacity:1;box-shadow:0 10px 24px rgba(17,24,32,.06)}

@media (max-width:991.98px){
  .sectors-section{padding:34px 0 26px}
  .sector-item{padding:20px 10px 18px}
}
@media (max-width:767.98px){
  .sectors-section h2{font-size:24px;margin-bottom:18px}
  .sectors-grid{--bs-gutter-x:.8rem;--bs-gutter-y:.8rem}
  .sector-item{padding:18px 10px 16px;border-radius:14px}
  .sector-item .sector-icon{width:68px;height:68px;margin-bottom:12px}
  .sector-item h3{font-size:16px}
  .sector-item p{font-size:11px}
  .partners-section{padding:4px 0 36px}
  .partners-wrap{padding:20px 14px 18px;border-radius:16px}
  .partners-section h2{font-size:16px;margin-bottom:18px}
  .partners-row{gap:10px}
  .partner-logo{min-height:72px;padding:8px 8px;border-radius:12px}
  .partner-logo img{max-width:100%;max-height:40px}
}

/* V13 - refined key partners */
.partners-section{
  background:#f3f6fa;
  padding:6px 0 56px;
  border-top:0;
  border-bottom:0;
}
.partners-divider{
  width:88px;
  height:1px;
  background:#d5dde9;
  margin:0 auto 24px;
}
.partners-section h2{
  margin:0 0 24px;
  color:#171b22;
  font-size:18px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.02em;
  text-align:center;
}
.partners-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  max-width:980px;
  margin:0 auto;
  align-items:stretch;
}
.partner-logo{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px 24px;
  border-radius:14px;
  background:#fff;
  border:1px solid #e6ebf2;
  box-shadow:0 10px 24px rgba(17,24,32,.04);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.partner-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:190px;
  max-height:52px;
  object-fit:contain;
}
.partner-logo:hover{
  transform:translateY(-3px);
  border-color:#d7e1ef;
  box-shadow:0 16px 30px rgba(17,24,32,.07);
  opacity:1;
}
@media (max-width:991.98px){
  .partners-section{padding:2px 0 46px}
}
@media (max-width:767.98px){
  .partners-divider{margin-bottom:18px}
  .partners-section h2{font-size:16px;margin-bottom:18px}
  .partners-row{grid-template-columns:1fr;gap:12px;max-width:420px}
  .partner-logo{min-height:78px;padding:14px 18px;border-radius:12px}
  .partner-logo img{max-width:170px;max-height:42px}
}

/* V14 - Font Awesome sectors + clearer partners section */
.sector-item .sector-icon{display:none!important}
.sector-fa{
  display:flex;
  align-items:center;
  justify-content:center;
  width:82px;
  height:82px;
  margin:0 auto 18px;
  font-size:44px;
  line-height:1;
  color:var(--brand-mid);
  background:#f7f9fc;
  border-radius:12px;
  transition:transform .25s ease,color .25s ease,background .25s ease;
}
.sector-item:hover .sector-fa{
  transform:translateY(-3px) scale(1.03);
  color:var(--brand-dark);
  background:#f1f5fb;
}

.partners-section{
  background:#fff;
  padding:18px 0 64px;
}
.partners-shell{
  background:#f6f8fb;
  border:1px solid #e3e9f2;
  border-radius:22px;
  padding:28px 24px 24px;
  box-shadow:0 12px 30px rgba(17,24,32,.05);
}
.partners-divider{
  width:72px;
  margin:0 auto 20px;
}
.partners-section h2{
  margin:0 0 22px;
}
.partners-row{
  gap:16px;
}
.partner-logo{
  min-height:100px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e6ebf2;
  box-shadow:none;
}
.partner-logo img{
  max-width:195px;
  max-height:56px;
}

@media (max-width:767.98px){
  .sector-fa{
    width:68px;
    height:68px;
    font-size:36px;
    margin-bottom:12px;
  }
  .partners-section{padding:10px 0 44px}
  .partners-shell{padding:22px 14px 16px;border-radius:18px}
  .partner-logo{min-height:78px;border-radius:12px}
}

/* V15 - redesigned What we do section */
.sectors-section{
  background:#fff;
  padding:52px 0 38px;
  position:relative;
}
.sectors-section::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:1px;
  background:#e9edf4;
}
.sectors-section h2{
  color:var(--brand);
  font-size:34px;
  font-weight:400;
  margin:0 0 34px;
  text-align:center;
}
.sectors-grid{
  --bs-gutter-x:0;
  --bs-gutter-y:0;
  align-items:stretch;
}
.sectors-grid > [class*="col-"]{
  position:relative;
}
.sectors-grid > [class*="col-"]:not(:last-child)::after{
  content:"";
  position:absolute;
  right:0;
  top:18px;
  bottom:18px;
  width:1px;
  background:#edf1f6;
}
.sector-item{
  background:transparent;
  border:0;
  box-shadow:none;
  border-radius:0;
  padding:8px 22px 14px;
  min-height:unset;
}
.sector-item:hover{
  background:transparent;
  transform:none;
  box-shadow:none;
}
.sector-fa{
  width:92px;
  height:92px;
  margin:0 auto 18px;
  border-radius:50%;
  background:linear-gradient(180deg,#f6f8fc 0%, #eef3fa 100%);
  border:1px solid #dde6f2;
  color:var(--brand);
  font-size:40px;
  box-shadow:0 10px 22px rgba(33,63,129,.06);
}
.sector-item:hover .sector-fa{
  transform:translateY(-5px);
  color:#fff;
  background:linear-gradient(135deg,var(--brand) 0%, #5979ba 100%);
  border-color:transparent;
  box-shadow:0 16px 32px rgba(33,63,129,.18);
}
.sector-item h3{
  color:var(--brand-dark);
  font-size:26px;
  font-weight:400;
  margin:0 0 9px;
}
.sector-item p{
  color:#6f7c90;
  font-size:14px;
  line-height:1.55;
  max-width:180px;
  margin:0 auto;
}

@media (max-width:991.98px){
  .sectors-section{padding:44px 0 28px}
  .sectors-section h2{font-size:28px;margin-bottom:26px}
  .sector-item{padding:10px 14px 18px}
  .sector-fa{width:82px;height:82px;font-size:34px}
  .sector-item h3{font-size:22px}
}

@media (max-width:767.98px){
  .sectors-grid{--bs-gutter-x:.9rem;--bs-gutter-y:1rem}
  .sectors-grid > [class*="col-"]::after{display:none}
  .sector-item{
    padding:20px 10px 18px;
    border-radius:18px;
    background:#f8fafc;
    border:1px solid #e7edf5;
  }
  .sector-item:hover{background:#f8fafc}
  .sectors-section h2{font-size:24px;margin-bottom:20px}
  .sector-fa{width:72px;height:72px;font-size:30px;margin-bottom:14px}
  .sector-item h3{font-size:18px;margin-bottom:6px}
  .sector-item p{font-size:12px;max-width:140px}
}

/* V16 - cleaner outlined What we do + full-width partners carousel */
.sectors-section{
  background:#fff;
  padding:48px 0 46px;
  border-top:1px solid #edf1f6;
  border-bottom:1px solid #edf1f6;
}
.sectors-section h2{
  font-size:31px;
  font-weight:400;
  color:var(--brand);
  margin:0 0 34px;
}
.sectors-grid{--bs-gutter-x:0;--bs-gutter-y:0}
.sector-item{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:8px 18px 12px!important;
  min-height:auto!important;
}
.sector-fa{display:none!important}
.sector-outline-icon{
  display:block;
  width:auto;
  height:auto;
  margin:0 auto 18px;
  padding:0;
  font-size:48px;
  line-height:1;
  color:var(--brand-mid);
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  transition:transform .22s ease,color .22s ease;
}
.sector-item:hover .sector-outline-icon{
  transform:translateY(-3px);
  color:var(--brand-dark);
}
.sector-item h3{
  font-size:19px;
  font-weight:500;
  color:var(--brand-dark);
  margin:0 0 6px;
}
.sector-item p{
  font-size:13px;
  color:#7a8494;
  margin:0;
  max-width:none;
}
.sectors-grid > [class*="col-"]{position:relative}
.sectors-grid > [class*="col-"]:not(:last-child)::after{
  content:"";
  position:absolute;
  top:8px;
  bottom:8px;
  right:0;
  width:1px;
  background:#edf1f6;
}

.partners-section{
  background:#fff;
  padding:48px 0 52px;
  border-top:1px solid #e7ecf3;
  border-bottom:1px solid #e7ecf3;
  overflow:hidden;
}
.partners-shell,.partners-divider{display:none!important}
.partners-heading-row{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:28px;
}
.partners-section h2{
  margin:0;
  color:#171b22;
  font-size:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-align:center;
}
.partners-carousel{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) 44px;
  align-items:center;
  gap:18px;
  width:100%;
}
.partners-track{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:26px;
  width:100%;
  min-width:0;
}
.partner-logo{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transition:transform .2s ease,opacity .2s ease;
}
.partner-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:190px;
  max-height:58px;
  object-fit:contain;
}
.partner-logo:hover{transform:translateY(-2px);opacity:.88}
.partner-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #d7deea;
  background:#fff;
  color:var(--brand);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  box-shadow:0 6px 16px rgba(17,24,32,.05);
  transition:.2s ease;
}
.partner-arrow:hover{
  background:var(--brand);
  color:#fff;
  border-color:var(--brand);
}

@media (max-width:991.98px){
  .sectors-section{padding:40px 0 38px}
  .sector-outline-icon{font-size:42px;margin-bottom:14px}
  .sector-item h3{font-size:18px}
  .partners-section{padding:40px 0 44px}
  .partners-carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:10px}
  .partners-track{gap:12px}
  .partner-logo img{max-width:150px;max-height:48px}
}

@media (max-width:767.98px){
  .sectors-section{padding:34px 0 32px}
  .sectors-section h2{font-size:24px;margin-bottom:24px}
  .sectors-grid{--bs-gutter-x:.5rem;--bs-gutter-y:1.2rem}
  .sectors-grid > [class*="col-"]::after{display:none}
  .sector-item{padding:8px 4px 10px!important}
  .sector-outline-icon{font-size:36px;margin-bottom:11px}
  .sector-item h3{font-size:16px;margin-bottom:5px}
  .sector-item p{font-size:11px;line-height:1.4}

  .partners-section{padding:34px 0 38px}
  .partners-heading-row{margin-bottom:20px}
  .partners-section h2{font-size:16px}
  .partners-carousel{grid-template-columns:38px minmax(0,1fr) 38px;gap:6px}
  .partners-track{
    display:flex;
    gap:10px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .partners-track::-webkit-scrollbar{display:none}
  .partner-logo{
    flex:0 0 78%;
    min-height:76px;
    scroll-snap-align:center;
    padding:8px 12px;
  }
  .partner-logo img{max-width:170px;max-height:44px}
  .partner-arrow{width:36px;height:36px;font-size:14px}
}

/* V18 - SDG-inspired icons + unified headings */
.sectors-section h2,
.news-heading h2,
.partners-section h2,
.section-title{
  color:#171b22;
  font-size:22px;
  font-weight:400;
  letter-spacing:.015em;
}
.sectors-section h2{
  text-transform:none;
  margin-bottom:26px;
}
.news-heading h2,
.partners-section h2,
.section-title{
  text-transform:uppercase;
}

.sectors-section{
  background:#fff;
  padding:46px 0 44px;
}
.sector-item{
  padding:10px 14px 12px!important;
}
.sector-outline-icon{
  font-size:36px;
  margin:0 auto 14px;
  line-height:1;
}
.sector-relief{color:#E5243B;}
.sector-health{color:#4C9F38;}
.sector-education{color:#C5192D;}
.sector-livelihood{color:#A21942;}
.sector-item:hover .sector-relief{color:#cc1e33}
.sector-item:hover .sector-health{color:#3f8530}
.sector-item:hover .sector-education{color:#a81526}
.sector-item:hover .sector-livelihood{color:#881635}
.sector-item h3{font-size:18px;margin-bottom:5px;color:#243862}
.sector-item p{font-size:12px;line-height:1.45}

.partners-section{
  background:#fff;
}

@media (max-width:767.98px){
  .appeals-section .section-title{display:none}
  .sectors-section h2,
  .news-heading h2,
  .partners-section h2{font-size:19px}
  .sectors-section{padding:34px 0 32px}
  .sector-outline-icon{font-size:31px;margin-bottom:10px}
  .sector-item h3{font-size:15px}
  .sector-item p{font-size:11px}
}

/* V19 - exact SDG icons + hide mobile appeal arrows */
.sector-outline-icon{display:none!important}
.sector-sdg-icon{
  display:block;
  width:64px;
  height:64px;
  margin:0 auto 14px;
  object-fit:contain;
  transition:transform .22s ease;
}
.sector-item:hover .sector-sdg-icon{transform:translateY(-2px) scale(1.02)}
.sector-item h3{font-size:18px;color:#243862}
.sector-item p{font-size:12px;color:#7a8494}

@media (max-width:767.98px){
  .appeal-arrow{display:none!important}
  .appeals-actions{justify-content:center;gap:0}
  .sector-sdg-icon{
    width:54px;
    height:54px;
    margin-bottom:10px;
  }
}

/* V20 - use Font Awesome icons for What we do */
.sector-sdg-icon{display:none!important}
.sector-fa-icon{
  display:block;
  font-size:42px;
  line-height:1;
  margin:0 auto 14px;
  color:var(--brand-mid);
  transition:transform .22s ease,color .22s ease;
}
.sector-item:hover .sector-fa-icon{
  transform:translateY(-2px);
  color:var(--brand-dark);
}
.sector-item h3{
  color:var(--brand-dark);
}
@media (max-width:767.98px){
  .sector-fa-icon{
    font-size:34px;
    margin-bottom:10px;
  }
}

/* V21 - requested navigation structure */
@media (min-width:992px){
  .desktop-nav>.navbar-nav{gap:0}
  .desktop-nav .nav-link,.desktop-nav .mega-toggle{padding:0 10px!important;font-size:13px}
  .mega-simple-inner{
    width:min(100%,1380px);
    margin:0 auto;
    min-height:235px;
    display:grid;
    grid-template-columns:minmax(230px,.85fr) minmax(0,3.15fr);
    align-items:center;
    gap:34px;
    padding-top:30px!important;
    padding-bottom:30px!important;
  }
  .mega-simple-heading{
    align-self:stretch;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-right:30px;
    border-right:1px solid #e5eaf1;
  }
  .mega-simple-heading span{font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--brand-mid);margin-bottom:9px}
  .mega-simple-heading h2{margin:0;color:#19243a;font-size:25px;line-height:1.25;font-weight:500;max-width:270px}
  .mega-link-grid{display:grid;gap:14px;align-items:stretch}
  .mega-link-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mega-link-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .mega-link-grid>a{
    min-height:128px;
    padding:20px 14px;
    border:1px solid #e5eaf1;
    background:#f8fafd;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:12px;
    color:#253653;
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
  }
  .mega-link-grid>a i{font-size:27px;color:var(--brand-mid)}
  .mega-link-grid>a span{font-size:12.5px;font-weight:500;line-height:1.35}
  .mega-link-grid>a:hover{transform:translateY(-3px);background:#fff;border-color:#d3dce9;box-shadow:0 10px 22px rgba(37,54,83,.08)}
}

/* Mobile nested navigation */
.mobile-menu .offcanvas-body>.mobile-main-link{
  display:block;
  padding:15px 2px;
  border-bottom:1px solid #ececec;
  font-size:17px;
}
.mobile-menu-group{border-bottom:1px solid #ececec}
.mobile-menu-toggle{
  width:100%;
  border:0;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 2px;
  color:#171b22;
  font-size:17px;
  text-align:left;
}
.mobile-menu-toggle i{font-size:13px;color:var(--brand);transition:transform .2s ease}
.mobile-menu-toggle[aria-expanded="true"] i{transform:rotate(180deg)}
.mobile-submenu{padding:0 0 8px 12px}
.mobile-submenu a{
  display:block;
  padding:10px 10px;
  color:#626b78;
  font-size:14px;
  border-left:2px solid #e5eaf1;
}
.mobile-submenu a:hover{color:var(--brand);border-left-color:var(--brand)}

/* V22 - true full-width editorial mega menu */
@media (min-width:992px){
  .site-header{position:sticky;overflow:visible}
  .desktop-nav .nav-item{position:static}
  .mega-menu--editorial{
    left:0;
    right:0;
    top:100%;
    background:#fff;
    border-top:1px solid #e8edf4;
    box-shadow:0 24px 50px rgba(16,28,49,.16);
  }
  .mega-editorial-inner{
    width:min(100%,1440px);
    margin:0 auto;
    min-height:330px;
    display:grid;
    grid-template-columns:minmax(260px,.9fr) minmax(430px,1.35fr) minmax(330px,1.05fr);
    gap:38px;
    align-items:stretch;
    padding-top:34px!important;
    padding-bottom:34px!important;
  }
  .mega-editorial-intro{
    padding:8px 34px 8px 0;
    border-right:1px solid #e7ebf1;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .mega-editorial-intro .mega-eyebrow{
    display:block;
    color:var(--brand-mid);
    font-size:10px;
    line-height:1;
    font-weight:700;
    letter-spacing:.16em;
    margin-bottom:12px;
  }
  .mega-editorial-intro h2{
    margin:0 0 13px;
    color:#17233a;
    font-size:28px;
    line-height:1.24;
    font-weight:500;
    max-width:330px;
  }
  .mega-editorial-intro p{
    margin:0 0 20px;
    color:#707988;
    font-size:12.5px;
    line-height:1.75;
    max-width:335px;
  }
  .mega-view-all{
    display:inline-flex;
    align-items:center;
    gap:9px;
    width:max-content;
    color:var(--brand);
    font-size:10.5px;
    font-weight:700;
    letter-spacing:.055em;
  }
  .mega-view-all i{font-size:14px;transition:transform .2s ease}
  .mega-view-all:hover i{transform:translateX(4px)}

  .mega-editorial-links{
    padding:5px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:24px;
    align-content:center;
  }
  .mega-editorial-links h3{
    grid-column:1/-1;
    margin:0 0 11px;
    padding:0 0 11px;
    border-bottom:1px solid #e8edf3;
    color:#25334d;
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
  }
  .mega-editorial-links>a{
    min-height:62px;
    display:flex;
    align-items:flex-start;
    gap:12px;
    padding:11px 8px 11px 0;
    color:#25344f;
    border-bottom:1px solid #f0f3f7;
    transition:transform .18s ease,color .18s ease;
  }
  .mega-editorial-links>a:nth-last-child(-n+2){border-bottom:0}
  .mega-editorial-links>a>i{
    width:27px;
    flex:0 0 27px;
    padding-top:2px;
    text-align:center;
    color:var(--brand-mid);
    font-size:18px;
  }
  .mega-editorial-links>a span{display:flex;flex-direction:column;gap:2px;min-width:0}
  .mega-editorial-links>a strong{font-size:12.5px;font-weight:600;line-height:1.35;color:#25344f}
  .mega-editorial-links>a small{font-size:10px;line-height:1.35;color:#858d99;font-weight:400}
  .mega-editorial-links>a:hover{color:var(--brand);transform:translateX(3px)}
  .mega-editorial-links>a:hover strong{color:var(--brand)}

  .mega-editorial-feature{
    position:relative;
    min-height:260px;
    overflow:hidden;
    background:#1b2c48;
    align-self:stretch;
  }
  .mega-editorial-feature>img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    filter:saturate(.8);
    transition:transform .55s ease,filter .3s ease;
  }
  .mega-editorial-feature .mega-feature-shade{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(8,15,28,.02) 20%,rgba(8,15,28,.84) 100%);
  }
  .mega-feature-content{
    position:absolute;
    left:25px;
    right:25px;
    bottom:24px;
    color:#fff;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }
  .mega-feature-content small{font-size:9.5px;font-weight:700;letter-spacing:.14em;opacity:.82;margin-bottom:7px}
  .mega-feature-content strong{font-size:20px;line-height:1.25;font-weight:500;margin-bottom:10px;max-width:285px}
  .mega-feature-content em{font-size:10.5px;font-style:normal;font-weight:600;display:flex;align-items:center;gap:8px}
  .mega-feature-content em i{transition:transform .2s ease}
  .mega-editorial-feature:hover>img{transform:scale(1.055);filter:saturate(1)}
  .mega-editorial-feature:hover .mega-feature-content em i{transform:translateX(4px)}

  .mega-backdrop{top:var(--header-h)}
}

@media (min-width:992px) and (max-width:1199.98px){
  .mega-editorial-inner{
    grid-template-columns:minmax(220px,.85fr) minmax(400px,1.45fr) minmax(280px,.95fr);
    gap:24px;
  }
  .mega-editorial-intro{padding-right:22px}
  .mega-editorial-intro h2{font-size:24px}
  .mega-editorial-links{column-gap:14px}
}

/* V24 - hide mobile appeal arrows, keep brand-colored FA icons */
.sector-fa-icon{
  color: var(--brand-mid);
}
.sector-item:hover .sector-fa-icon{
  color: var(--brand-dark);
}
@media (max-width: 991.98px){
  .appeals-actions .appeal-arrow{
    display:none !important;
  }
  .appeals-actions{
    justify-content:center;
    gap:0;
  }
}

/* V26 - custom brand icons for What we do */
.sector-fa-icon,.sector-sdg-icon{display:none!important}
.sector-custom-icon{
  display:block;
  width:72px;
  height:72px;
  margin:0 auto 14px;
  object-fit:contain;
  transition:transform .22s ease;
}
.sector-item:hover .sector-custom-icon{transform:translateY(-3px)}
.mega-inline-icon{
  width:32px;
  height:32px;
  object-fit:contain;
  flex:0 0 32px;
  display:block;
}
#whatWeDoMenu .mega-editorial-links a{
  align-items:center;
}
#whatWeDoMenu .mega-editorial-links a i{
  display:none!important;
}
@media (max-width:767.98px){
  .sector-custom-icon{
    width:56px;
    height:56px;
    margin-bottom:10px;
  }
}

/* V27 - exact icons from user reference, recolored to brand */
.sector-custom-icon{display:none!important}
.sector-exact-icon{
  display:block;
  width:88px;
  height:72px;
  object-fit:contain;
  margin:0 auto 10px;
  transition:transform .22s ease, opacity .22s ease;
}
.sector-item:hover .sector-exact-icon{
  transform:translateY(-3px);
  opacity:.92;
}
#whatWeDoMenu .mega-inline-icon{
  width:38px;
  height:32px;
  object-fit:contain;
}
@media (max-width:767.98px){
  .sector-exact-icon{
    width:70px;
    height:56px;
    margin-bottom:8px;
  }
}

/* V28 - remove appeal navigation arrows completely */
.appeals-actions{
  justify-content:center !important;
}
.appeal-arrow{
  display:none !important;
}
