.global-banner a,.hero-title span{color:var(--secondary)}.global-banner,.hero-section,.section-title{position:relative;text-align:center}
.cta-title,.hero-title,.process-title,.project-title,.section-title{font-family:Montserrat,sans-serif}.back-to-top,.btn{
text-decoration:none}:root{--primary:#1A3C34;--secondary:#F28C38;--accent:#2A5C52;--light:#E0F2E9;--cream:
#F9F6F0;--dark:#0F2A24;--white:#FFFFFF;--gold:#D4AF37;--gray-200:#EDF2F7;--gray-600:#718096;--gray-700:
#4A5568;--gray-800:#2D3748;--southsudan:#007A3D;--southsudanred:#DA121A;--southsudanblue:#0F47AF}*{margin:0;padding:
0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--cream);color:var(
--gray-700);line-height:1.6;overflow-x:hidden}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.global-banner{
background-color:var(--dark);color:var(--white);padding:10px 0;font-size:14px;z-index:1001}.global-banner a{text-decoration:
underline}.hero-section{height:70vh;display:flex;align-items:center;justify-content:center;color:var(--white);padding:0 20px;
overflow:hidden;background:linear-gradient(rgba(26,60,52,.85),rgba(26,60,52,.9)),url('../images/lee-campbell-DtDlVpy-vvQ-unsplash\ \(1\).jpg') 
center/cover no-repeat}.hero-content{max-width:800px;z-index:2}.hero-title{font-size:3.5rem;margin-bottom:20px;line-height:
1.2}.hero-description{font-size:1.25rem;margin-bottom:40px;opacity:.9}.hero-buttons{display:flex;gap:20px;justify-content:
center;flex-wrap:wrap}.btn{padding:15px 30px;border-radius:50px;font-weight:600;font-size:16px;transition:.3s;display:inline-flex;
align-items:center;gap:10px;cursor:pointer;border:none}.btn-gradient{background:linear-gradient(135deg,var(--secondary),
#ff9f4b);color:var(--white)}.btn-gradient:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(242,140,56,.4)}
.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:0 0;color:var(--white);border:2px solid
var(--white)}.stats-section{padding:80px 0;background:var(--white)}.process-grid,.stats-grid{display:grid;grid-template-columns:
repeat(4,1fr);gap:30px}.stat-item{text-align:center;padding:30px 20px;border-radius:15px;background:var(--cream);transition:transform .3s}
.process-item:hover,.stat-item:hover{transform:translateY(-5px)}.stat-number{font-size:3rem;font-weight:700;color:var(--secondary);margin-bottom:10px}
.stat-text{font-size:1.1rem;color:var(--gray-700)}.section{padding:100px 0}.section-title{font-size:2.5rem;margin-bottom:20px;color:var(--primary)}
.section-title::after{content:'';position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:80px;height:4px;
background:var(--secondary);border-radius:2px}.section-description{font-size:1.1rem;text-align:center;color:var(--gray-700);
max-width:700px;margin:40px auto 60px}.projects-section{background-color:var(--cream)}.projects-grid{display:grid;grid-template-columns:
repeat(3,1fr);gap:30px}.project-card{background:var(--white);border-radius:16px;padding:0;text-align:left;box-shadow:0 5px 20px 
rgba(0,0,0,.05);transition:.3s;overflow:hidden}.project-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px 
rgba(0,0,0,.15)}.project-image{height:200px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;
transition:transform .5s}.project-card:hover .project-image img{transform:scale(1.1)}.project-content{padding:25px}.project-category{
display:inline-block;background:var(--light);color:var(--primary);padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600;
margin-bottom:1rem}.process-title,.project-title{font-size:1.3rem;font-weight:700;color:var(--primary);margin-bottom:.75rem}
.project-description{color:var(--gray-700);margin-bottom:1.5rem;line-height:1.6}.project-meta{display:flex;justify-content:
space-between;align-items:center}.project-date{font-size:.9rem;color:var(--gray-600)}.project-link{color:var(--secondary);
font-weight:600;font-size:.9rem}.process-section{background-color:var(--white)}.process-item{text-align:center;padding:30px 20px;
background:var(--cream);border-radius:16px;transition:transform .3s}.back-to-top,.process-number{border-radius:50%;display:
flex}.process-number{width:60px;height:60px;background:var(--secondary);color:#fff;font-size:1.5rem;align-items:center;
justify-content:center;margin:0 auto 1.5rem;font-weight:700}.process-description{color:var(--gray-700);line-height:1.6}.cta-section
{background-color:var(--light);text-align:center;padding:100px 0}.cta-content{max-width:700px;margin:0 auto}.cta-title{
font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.cta-description{font-size:1.2rem;color:var(
--gray-700);margin-bottom:2rem;line-height:1.6}.btn-southsudan{background:linear-gradient(90deg,var(--southsudan) 0,var
(--southsudanblue) 100%);color:#fff;box-shadow:0 4px 15px rgba(0,122,61,.3)}.btn-southsudan:hover{transform:translateY
(-3px);box-shadow:0 8px 20px rgba(0,122,61,.4)}.back-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;
background:var(--secondary);color:var(--white);align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 20px 
rgba(242,140,56,.3);z-index:999;opacity:0;visibility:hidden;transition:.3s}.back-to-top.visible{opacity:1;visibility:visible}
.back-to-top:hover{transform:translateY(-3px);background:var(--primary)}@keyframes fadeIn{from{opacity:0;transform:translateY
(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s forwards fadeIn}@media (max-width:1024px){.footer-brand,
.footer-links{grid-column:1}.process-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:
1fr 1fr;gap:40px}.footer-links{grid-row:2}.footer-services{grid-column:2;grid-row:1}.footer-contact{grid-column:2;grid-row:2}
.footer-newsletter-social{grid-template-columns:1fr;gap:20px;text-align:center}.newsletter-form{flex-direction:column}}@media 
(max-width:768px){.nav-menu{display:none}.menu-toggle{display:block}.hero-title{font-size:2.5rem}.hero-description{font-size:
1.1rem}.process-grid,.projects-grid,.stats-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column}.btn{width:100%;
justify-content:center}.section-title{font-size:2rem}.footer-main{gap:30px}.contact-item,.footer-logo-container,.social-links{
justify-content:center}.footer-brand,.footer-contact,.footer-links,.footer-services{text-align:center}}@media (max-width:480px){
.footer{padding:40px 0 20px}.footer-main{grid-template-columns:1fr;gap:30px}.footer-brand,.footer-contact,.footer-links,
.footer-services{grid-column:auto;grid-row:auto}.footer-newsletter-social{padding:20px}}