:root{--green:#0d6b3b;--green2:#2f9e44;--blue:#0a4f87;--orange:#f28c00;--yellow:#f6c445;--red:#d94b3d;--ink:#133044;--muted:#5b6c78;--bg:#f7faf8;--card:#fff;--line:#dfe9e4;--shadow:0 10px 30px rgba(20,63,48,.08);--radius:20px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid #eef3f0}.nav{display:flex;align-items:center;gap:24px;min-height:78px}.brand{display:flex;align-items:center;gap:12px;min-width:210px}.brand img{width:175px;height:54px;object-fit:cover;object-position:50% 18%;border-radius:10px}.navlinks{display:flex;gap:20px;align-items:center;flex:1;justify-content:center;font-size:14px}.navlinks a:hover,.navlinks a.active{color:var(--green)}.actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 18px;border-radius:12px;font-weight:750;border:1px solid transparent;cursor:pointer}.btn.primary{background:var(--green);color:white}.btn.secondary{border-color:#bad3c6;color:var(--blue);background:white}.btn.orange{background:var(--orange);color:white}.btn.yellow{background:var(--yellow);color:#2e2e2e}.hero{min-height:560px;display:grid;grid-template-columns:1.05fr 1.2fr;align-items:stretch;background:linear-gradient(90deg,#eef8ff 0%,#fff 48%,#fff 100%)}.hero-copy{padding:90px 6vw 70px max(4vw,calc((100vw - 1180px)/2));display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:var(--green)}h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:14px 0 18px;color:#0d3f69}h1 .green{color:var(--green)}h1 .orange{color:var(--orange)}.lead{font-size:19px;color:#37505f;max-width:650px}.hero-media{position:relative;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.2),transparent 30%)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.stats{border-block:1px solid #edf2ef;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px}.stat{padding:26px;border-right:1px solid #edf2ef}.stat:last-child{border-right:0}.stat strong{font-size:20px;color:var(--blue)}section{padding:78px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:30px}.section-head h2{font-size:40px;line-height:1.1;margin:0;color:#103f68}.section-head p{max-width:650px;color:var(--muted);margin:0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #e7efeb;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.card.pad{padding:28px}.card img{width:100%;height:260px;object-fit:cover}.card h3{margin:0 0 10px;color:#123e68;font-size:24px}.soft-green{background:#eff9f1}.soft-blue{background:#eef6ff}.soft-orange{background:#fff4e5}.soft-yellow{background:#fff9df}.pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef6f2;color:var(--green);font-weight:700;font-size:12px}.process{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.step{padding:24px;border-radius:18px;background:#f7faf8;border:1px solid #e8efeb}.step .num{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800;margin-bottom:14px}.project-banner{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border-radius:24px;overflow:hidden;background:#eef8f1}.project-banner img{height:100%;min-height:360px;object-fit:cover}.project-copy{padding:44px}.partner-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.partner{padding:22px 12px;border:1px solid #e8efeb;border-radius:16px;text-align:center;font-weight:800;background:#fff}.warm-cta{background:linear-gradient(90deg,#fff5d6,#ffd77a 55%,#ffab39);padding:38px 0}.footer{background:#004b35;color:white;padding:54px 0 25px;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr 1fr;gap:32px}.footer small{color:#d8ebe3}.footer a{color:#eaf6f1}.footer .brand img{filter:none;background:white}.hero-slider{position:relative}.slide{display:none}.slide.active{display:grid}.slider-dots{position:absolute;left:6vw;bottom:22px;display:flex;gap:8px;z-index:4}.slider-dots button{width:11px;height:11px;border-radius:50%;border:0;background:#bdd2c8;cursor:pointer}.slider-dots button.active{background:var(--green)}
.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:100;width:58px;height:58px;border-radius:50%;border:0;background:var(--green);color:white;font-size:25px;box-shadow:0 14px 38px rgba(0,70,45,.28);cursor:pointer}.chat-panel{position:fixed;right:24px;bottom:94px;z-index:101;width:min(390px,calc(100vw - 28px));height:590px;max-height:72vh;background:white;border:1px solid #dfeae4;border-radius:22px;box-shadow:0 25px 70px rgba(0,57,40,.22);display:none;overflow:hidden}.chat-panel.open{display:flex;flex-direction:column}.chat-head{padding:16px 18px;background:linear-gradient(135deg,var(--green),#0a7f56);color:white;display:flex;justify-content:space-between;align-items:center}.chat-head strong{display:block}.chat-head small{opacity:.85}.chat-close{border:0;background:transparent;color:#fff;font-size:22px;cursor:pointer}.chat-body{flex:1;padding:16px;overflow:auto;background:#f8fbf9}.msg{max-width:83%;padding:11px 13px;border-radius:16px;margin:8px 0;font-size:14px}.msg.bot{background:#fff;border:1px solid #e3ece7}.msg.user{background:#e8f6ee;margin-left:auto}.quick{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.quick button{border:1px solid #b9d5c8;background:white;color:var(--green);padding:8px 10px;border-radius:999px;font-size:12px;cursor:pointer}.chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e4ece8}.chat-form input{flex:1;border:1px solid #ccdcd4;border-radius:12px;padding:11px 12px;outline:none}.chat-form button{border:0;background:var(--orange);color:white;padding:0 15px;border-radius:12px;font-weight:800}.note{font-size:12px;color:#6f7f78;padding:0 14px 10px}.page-hero{padding:70px 0;background:linear-gradient(90deg,#eef8ff,#fff)}.page-hero .wrap{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.page-hero img{height:390px;width:100%;object-fit:cover;border-radius:24px}.page-hero h1{font-size:58px}.form-card{padding:30px;border:1px solid #e4ece8;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{padding:13px;border:1px solid #cddbd4;border-radius:12px;font:inherit}.field textarea{min-height:130px}.tagline{font-family:Georgia,serif;font-style:italic;font-size:26px;color:var(--green)}
@media(max-width:900px){.navlinks{display:none}.actions .lang{display:none}.hero,.slide.active,.page-hero .wrap,.grid-2,.project-banner{grid-template-columns:1fr}.hero-copy{padding:70px 5vw 40px}.hero-media{height:420px}.stats-grid{grid-template-columns:1fr 1fr}.grid-3,.partner-grid,.process{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.page-hero h1{font-size:46px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}@media(max-width:600px){.brand img{width:145px}.nav{gap:8px}.actions .btn{padding:10px 11px;font-size:12px}.grid-3,.partner-grid,.process,.footer-grid,.stats-grid{grid-template-columns:1fr}.stat{border-right:0;border-bottom:1px solid #edf2ef}.hero-media{height:320px}.chat-panel{right:14px;bottom:84px}.chat-launcher{right:14px;bottom:16px}}
.menu-toggle{display:none;border:1px solid #cfe0d8;background:#fff;color:var(--green);border-radius:10px;padding:9px 11px;font-size:20px;line-height:1}.msg-link a{color:var(--green);font-weight:800}.flow-buttons{margin-bottom:14px}.form-status{color:var(--green);font-weight:800;margin-top:14px}.submitted{outline:2px solid rgba(13,107,59,.12)}.form-note{font-size:13px;color:var(--muted);margin-top:10px}.check-row{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--muted)}.check-row input{margin-top:4px}.anchor-section{scroll-margin-top:100px}
@media(max-width:900px){.menu-toggle{display:block}.nav{flex-wrap:wrap}.navlinks{display:none;order:4;width:100%;flex-direction:column;align-items:flex-start;padding:14px 0 20px}.navlinks.mobile-open{display:flex}.actions{margin-left:auto}.actions .btn{display:none}}
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
