:root{
  --green-950:#032916;
  --green-900:#05361f;
  --green-850:#064326;
  --green-800:#07512d;
  --green-700:#0b6b3a;
  --green-600:#168144;
  --green-500:#2e9b4e;
  --green-300:#92c78a;
  --green-100:#e8f4e7;
  --mint-050:#f6fbf4;
  --mint-100:#eef7ee;
  --text:#0b2418;
  --muted:#53675b;
  --line:#dbe9dd;
  --white:#fff;
  --shadow:0 22px 48px rgba(4,38,22,.12);
  --shadow-soft:0 14px 30px rgba(4,38,22,.09);
  --radius:16px;
  --container:1128px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background:#fff;
  color:var(--text);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{display:block;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.container{width:min(var(--container), calc(100% - 48px));margin-inline:auto}
.topbar{
  background:linear-gradient(90deg,var(--green-950),var(--green-850));
  color:#e8f7e9;
  font-size:13px;
  letter-spacing:.01em;
}
.topbar-inner{height:32px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar-links{display:flex;align-items:center;gap:20px;color:#fff}
.topbar-links a{opacity:.95;font-size:13px}
.topbar-links a:hover{opacity:.72}
.language{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:6px;padding:0;font:inherit;cursor:pointer}
.language svg{width:16px;height:16px;stroke:#fff;stroke-width:1.8}
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(219,233,221,.82);
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(16px);
}
.nav-shell{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;min-width:254px}
.brand img{width:235px;height:auto}
.nav-menu{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650;color:#0d281b}
.nav-menu a{white-space:nowrap;transition:.18s ease}
.nav-menu a:hover{color:var(--green-600)}
.nav-cta{background:var(--green-700);color:#fff!important;padding:13px 22px;border-radius:4px;box-shadow:0 8px 18px rgba(11,107,58,.22)}
.nav-cta:hover{background:var(--green-800);transform:translateY(-1px)}
.menu-toggle{display:none;border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 14px;font-weight:750;color:var(--green-900)}
.hero{position:relative;min-height:370px;overflow:hidden;background:var(--mint-100)}
.hero-image{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(255,255,255,.76) 0%,rgba(255,255,255,.62) 28%,rgba(255,255,255,.04) 56%),url('../images/hero-globe.webp');background-size:cover;background-position:center right;filter:saturate(1.05)}
.hero::after{content:"";position:absolute;inset:auto 0 0 0;height:80px;background:linear-gradient(180deg,transparent,rgba(3,44,25,.12));pointer-events:none}
.hero-content{position:relative;z-index:1;min-height:370px;display:flex;align-items:center}
.hero-copy{width:min(560px,55%);padding:42px 0 60px}
.hero h1{margin:0;color:#062e1c;font-size:48px;line-height:1.13;letter-spacing:-.055em;font-weight:850}
.hero p{margin:22px 0 0;max-width:480px;color:#1d3628;font-size:17px;line-height:1.68;font-weight:460}
.hero-actions{display:flex;gap:18px;align-items:center;margin-top:32px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:12px 22px;border-radius:3px;border:1px solid transparent;font-size:14px;font-weight:720;transition:.18s ease;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:#063d25;color:#fff;box-shadow:0 10px 20px rgba(6,61,37,.2)}
.btn-primary:hover{background:#022b19}
.btn-secondary{background:rgba(255,255,255,.82);color:#0a2d1c;border-color:#8fa99a;backdrop-filter:blur(4px)}
.btn-secondary:hover{background:#fff;border-color:#456b56}
.stats-wrap{position:relative;z-index:2;margin-top:-43px}
.stats-card{
  min-height:96px;
  background:#fff;
  border-radius:7px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(219,233,221,.82);
  overflow:hidden;
}
.stat-item{display:grid;grid-template-columns:54px 1fr;column-gap:18px;align-items:center;align-content:center;padding:23px 32px;position:relative;min-width:0}
.stat-item:not(:last-child)::after{content:"";position:absolute;right:0;top:24px;bottom:24px;width:1px;background:var(--line)}
.stat-icon{grid-row:1/3;color:var(--green-700);display:flex;align-items:center;justify-content:center}
.stat-icon svg{width:45px;height:45px;stroke-width:1.9}
.stat-item strong{font-size:25px;line-height:1.1;font-weight:850;letter-spacing:-.04em;color:#092a1a;white-space:nowrap}
.stat-item span:last-child{font-size:13px;color:#365145;margin-top:4px;white-space:nowrap}
.about-section{padding:86px 0 82px;background:linear-gradient(110deg,#f3f9f1 0%,#fbfdf9 52%,#ecf5ec 100%)}
.about-grid{display:grid;grid-template-columns:0.84fr 1.24fr;gap:70px;align-items:center}
.eyebrow{display:block;color:#178044;font-size:13px;line-height:1.1;text-transform:uppercase;font-weight:850;letter-spacing:.045em;margin-bottom:14px}
.eyebrow.light{color:#9ad37a}
.section-intro h2,.section-headline h2,.strip-title h2{margin:0;color:#0a2e1d;letter-spacing:-.045em;font-weight:850;line-height:1.16}
.section-intro h2{font-size:33px;max-width:390px}
.section-intro p{margin:20px 0 0;color:#405549;font-size:15px;line-height:1.78;max-width:425px}
.inline-button{display:inline-flex;align-items:center;gap:10px;margin-top:28px;height:42px;border:1px solid #4f7662;border-radius:1px;padding:0 17px;color:#0d3823;font-size:14px;font-weight:720;background:rgba(255,255,255,.55);transition:.18s ease}
.inline-button:hover{background:#fff;transform:translateY(-1px)}
.service-matrix{display:grid;grid-template-columns:1fr 1fr;border-radius:2px;overflow:hidden}
.matrix-card{display:grid;grid-template-columns:72px 1fr;gap:20px;min-height:132px;padding:27px 28px;border-color:#cfe0d2}
.matrix-card:nth-child(1),.matrix-card:nth-child(3){border-right:1px solid #cfe0d2}
.matrix-card:nth-child(1),.matrix-card:nth-child(2){border-bottom:1px solid #cfe0d2}
.matrix-icon{width:58px;height:58px;border-radius:999px;color:var(--green-700);display:flex;align-items:center;justify-content:center}
.matrix-icon svg{width:56px;height:56px;stroke-width:1.6}
.matrix-card h3{margin:0 0 8px;font-size:19px;letter-spacing:-.02em;color:#0a2e1d}
.matrix-card p{margin:0;color:#405549;font-size:14px;line-height:1.58;max-width:260px}
.regions-section{padding:72px 0 70px;background:#fff}
.regions-grid{display:grid;grid-template-columns:320px 1fr;gap:56px;align-items:center}
.section-intro.compact h2{font-size:35px}
.map-panel{position:relative;min-height:310px;border-radius:22px}
.map-panel img{width:100%;height:auto;opacity:.92}
.map-pin{position:absolute;background:rgba(255,255,255,.96);border:1px solid #e1ece3;border-radius:8px;box-shadow:0 12px 26px rgba(12,59,34,.10);padding:10px 12px 11px;min-width:105px;font-size:12px;color:#163924;transition:.18s ease}
.map-pin:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(12,59,34,.15)}
.map-pin::before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;background:var(--green-600);box-shadow:0 0 0 3px rgba(46,155,78,.12);margin-right:6px;vertical-align:1px}
.map-pin strong{font-size:12px;font-weight:820;letter-spacing:-.01em}
.map-pin span{display:block;margin:4px 0 0 16px;color:#2b6b3b;font-weight:650}
.pin-north{left:12%;top:17%}.pin-south{left:20%;top:55%}.pin-europe{left:48%;top:24%}.pin-africa{left:50%;top:57%}.pin-asia{left:70%;top:25%}.pin-oceania{right:4%;top:63%}
.member-services{background:linear-gradient(100deg,#06351f,#034a2a 48%,#052f1d);color:#fff;position:relative;overflow:hidden}
.member-services::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 98% 20%,rgba(140,211,112,.12),transparent 24%),radial-gradient(circle at 0% 100%,rgba(146,199,138,.12),transparent 26%);pointer-events:none}
.services-strip{position:relative;z-index:1;display:grid;grid-template-columns:330px 1fr;gap:38px;align-items:center;min-height:178px;padding:34px 0}
.strip-title h2{font-size:33px;color:#fff}
.strip-services{display:grid;grid-template-columns:repeat(5,1fr)}
.strip-services article{min-height:114px;padding:0 25px;border-left:1px solid rgba(211,232,209,.28);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}
.strip-services svg{width:45px;height:45px;color:#b9e68e;stroke-width:1.7;margin-bottom:12px}
.strip-services h3{margin:0 0 5px;font-size:15px;color:#d5f6bd;letter-spacing:-.02em}
.strip-services p{margin:0;color:#e4f0e5;font-size:12.5px;line-height:1.45;max-width:145px}
.news-section{padding:62px 0 54px;background:#fff}
.news-grid{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:start}
.section-headline{margin-bottom:25px}
.section-headline>div{display:flex;align-items:center;justify-content:space-between;gap:20px}
.section-headline h2{font-size:33px}
.section-headline a{font-size:14px;font-weight:740;color:#103d26}
.cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.news-card{background:#fff;border:1px solid #e2ece4;border-radius:4px;box-shadow:0 9px 22px rgba(4,38,22,.08);overflow:hidden;min-height:260px;display:flex;flex-direction:column}
.news-card img{height:118px;width:100%;object-fit:cover}
.news-card div{padding:16px 16px 14px;display:grid;gap:8px;grid-template-columns:1fr 24px;align-items:end;flex:1}
.news-card time{grid-column:1/-1;color:#728278;font-size:12px}
.news-card h3{margin:0;color:#0b2e1d;font-size:14px;line-height:1.42;letter-spacing:-.012em;min-height:60px}
.news-card a{color:var(--green-700);font-weight:850;justify-self:end}
.member-card{min-height:375px;border-radius:7px;box-shadow:var(--shadow-soft);color:#fff;text-align:center;padding:58px 35px 35px;background-image:linear-gradient(0deg,rgba(3,43,25,.80),rgba(4,57,33,.80)),url('../images/member-card-bg.webp');background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.member-icon{color:#c8f09a;margin-bottom:17px}
.member-icon svg{width:62px;height:62px;stroke-width:1.7}
.member-card h2{margin:0;font-size:30px;line-height:1.1;letter-spacing:-.045em}
.member-card p{margin:17px auto 25px;color:#eff9ef;max-width:260px;font-size:15px;line-height:1.6}
.btn-card{border-color:rgba(255,255,255,.72);background:rgba(255,255,255,.06);color:#fff;min-width:150px}
.btn-card:hover{background:rgba(255,255,255,.14)}
.footer{background:#fff;border-top:1px solid #e4eee6;padding-top:44px;color:#102c1d}
.footer-grid{display:grid;grid-template-columns:2fr repeat(5,1fr);gap:32px;align-items:start;padding-bottom:40px}
.footer-brand img{width:185px;height:auto;margin-bottom:14px}
.footer-brand p{margin:0;color:#4f6157;font-size:13px;line-height:1.6;max-width:250px}
.social-row{display:flex;gap:14px;margin-top:18px;color:#19482d}
.social-row a{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}
.social-row svg{width:18px;height:18px;fill:currentColor;stroke:none}
.footer nav{display:flex;flex-direction:column;gap:7px}
.footer h3{margin:0 0 6px;font-size:15px;letter-spacing:-.01em;color:#133522}
.footer nav a{color:#4f6157;font-size:13px;line-height:1.2}
.footer nav a:hover{color:var(--green-700)}
.footer-bottom{height:50px;border-top:1px solid #e7eee8;display:flex;align-items:center;justify-content:space-between;color:#5f6d64;font-size:12px;gap:20px}
.footer-bottom div{display:flex;gap:30px;align-items:center}
@media (max-width:1080px){
  .nav-menu{gap:17px;font-size:13px}.nav-cta{padding-inline:16px}.brand img{width:210px}.stat-item{padding-inline:22px}.about-grid{gap:36px}.services-strip{grid-template-columns:1fr}.strip-services article:first-child{border-left:0}.news-grid{grid-template-columns:1fr}.member-card{min-height:300px}.footer-grid{grid-template-columns:1.6fr repeat(3,1fr)}
}
@media (max-width:820px){
  .container{width:min(100% - 34px,var(--container))}.topbar-inner{height:auto;min-height:34px}.topbar-links{gap:12px}.topbar-links a:nth-child(2){display:none}.nav-shell{height:70px}.brand img{width:196px}.menu-toggle{display:inline-flex}.nav-menu{position:absolute;left:17px;right:17px;top:78px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch;gap:0}.nav-menu.is-open{display:flex}.nav-menu a{padding:12px 8px;border-bottom:1px solid #eef4ef}.nav-menu a:last-child{border-bottom:0;text-align:center;margin-top:8px}.hero,.hero-content{min-height:520px}.hero-image{background-position:62% center;background-image:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.84) 42%,rgba(255,255,255,.08) 70%),url('../images/hero-globe.webp')}.hero-copy{width:100%;padding-top:46px}.hero h1{font-size:43px}.hero p{font-size:16px}.stats-wrap{margin-top:0}.stats-card{grid-template-columns:1fr 1fr;border-radius:0;width:100%;border-left:0;border-right:0}.stat-item{padding:21px 22px}.stat-item:nth-child(2)::after{display:none}.stat-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.about-grid,.regions-grid{grid-template-columns:1fr}.service-matrix{grid-template-columns:1fr}.matrix-card{border-right:0!important;border-bottom:1px solid #cfe0d2!important}.matrix-card:last-child{border-bottom:0!important}.map-panel{min-height:auto}.map-pin{transform:scale(.88);transform-origin:left top}.strip-services{grid-template-columns:repeat(2,1fr);gap:20px}.strip-services article{border-left:0;border-top:1px solid rgba(211,232,209,.22);padding:22px 0}.cards-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{height:auto;padding:18px 0;align-items:flex-start;flex-direction:column}.footer-bottom div{gap:18px;flex-wrap:wrap}
}
@media (max-width:540px){
  .container{width:min(100% - 28px,var(--container))}.topbar span{font-size:12px}.topbar-links{display:none}.hero h1{font-size:36px}.hero-actions{gap:12px}.btn{width:100%}.stats-card{grid-template-columns:1fr}.stat-item{grid-template-columns:50px 1fr}.stat-item::after{display:none!important}.stat-item{border-bottom:1px solid var(--line)}.stat-item:last-child{border-bottom:0}.about-section{padding:58px 0}.section-intro h2,.section-intro.compact h2,.section-headline h2,.strip-title h2{font-size:29px}.matrix-card{grid-template-columns:1fr;gap:12px;padding:24px 0}.service-matrix{padding-left:4px}.regions-section{padding:54px 0}.pin-north{left:2%;top:4%}.pin-south{left:7%;top:52%}.pin-europe{left:39%;top:19%}.pin-africa{left:40%;top:57%}.pin-asia{left:65%;top:22%}.pin-oceania{right:-6%;top:62%}.map-pin{min-width:92px;padding:8px;font-size:11px}.services-strip{padding:40px 0}.strip-services{grid-template-columns:1fr}.news-section{padding-top:48px}.section-headline>div{align-items:flex-start;flex-direction:column}.member-card{padding-inline:22px}.footer-grid{grid-template-columns:1fr}.footer-brand p{max-width:none}
}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
