@import "https://fonts.googleapis.com/css2?family=Arimo:wght@400;600;700&family=Bricolage+Grotesque:opsz,wght@12..96,700;12..96,800&family=Noto+Serif+Ethiopic:wdth,wght@62.5..100,700;62.5..100,800&family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-primary-navy:#0f172a;--color-brand-green:#059669;--color-brand-green-light:#10b981;--color-tagline-blue:#2563eb;--color-header-bg-start:#e5e5e5;--color-header-bg-end:#fff;--color-nav-text:#0f172a;--color-nav-hover:#059669;--color-divider:#e5e5e5;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-heading:"Merriweather", Georgia, serif;--font-eyebrow:"Bricolage Grotesque", sans-serif;--font-title:"Noto Serif Ethiopic", serif;--header-height:80px;--container-max-width:1440px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-family);color:var(--color-primary-navy);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;line-height:1.5}.app-shell{width:100%;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.logo-container{align-items:center;text-decoration:none;transition:opacity .2s;display:inline-flex}.logo-container:hover{opacity:.92}.logo-image{object-fit:contain;width:auto;height:46px;display:block}.site-header{background:linear-gradient(180deg, var(--color-header-bg-start,#e5e5e5) 0%, var(--color-header-bg-end,#fff) 100%);z-index:1000;width:100%;box-shadow:none;border-top:none;border-bottom:none;position:sticky;top:0}.header-container{max-width:var(--container-max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem 2rem;display:flex}.desktop-nav{align-items:center;display:flex}.nav-list{align-items:center;list-style:none;display:flex}.nav-item{align-items:center;display:flex}.nav-link{color:#000;padding:.25rem .5rem;font-family:Arimo,sans-serif;font-size:21pt;font-weight:700;text-decoration:none;transition:color .2s,opacity .2s;position:relative}.nav-link:hover{color:#059669}.nav-link.active{color:#000}.nav-link.active.services-active,.nav-link.services-active{color:#059669}.nav-separator{color:#000;-webkit-user-select:none;user-select:none;margin:0 .85rem;font-family:Arimo,sans-serif;font-size:21pt;font-weight:700}.mobile-menu-toggle{color:#000;border-radius:6px;padding:.5rem;transition:background-color .2s;display:none}.mobile-menu-toggle:hover{background-color:#0000000d}.mobile-nav{background-color:#fff;border-bottom:1px solid #e5e5e5;padding:1rem 2rem;animation:.2s ease-out slideDown;display:none}.mobile-nav-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.mobile-nav-link{font-family:"Inter", var(--font-family);color:#000;padding:.5rem 0;font-size:1.15rem;font-weight:700;display:block}.mobile-nav-link.active,.mobile-nav-link:hover{color:#000;opacity:.75}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (width<=820px){.desktop-nav{display:none}.mobile-menu-toggle{justify-content:center;align-items:center;display:flex}.mobile-nav{display:block}.header-container{padding:1rem 1.5rem}}.hero-section{background-color:#fff;width:100%;padding:3.5rem 2rem 2rem;overflow:hidden}.hero-container{max-width:var(--container-max-width);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:0 auto;display:grid}.hero-content{flex-direction:column;align-items:flex-start;max-width:100%;display:flex}.hero-eyebrow{font-family:var(--font-eyebrow), sans-serif;color:#059669;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:clamp(.85rem,1.4vw,20pt);font-weight:700}.hero-title{font-family:var(--font-title), serif;color:#000;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:clamp(2.2rem,3.8vw,48.6pt);font-weight:700;font-stretch:62.5%;line-height:1.12}.hero-description{font-family:"Inter", var(--font-family);color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:650px;margin-bottom:2.25rem;font-size:clamp(1rem,1.35vw,16pt);font-weight:600;line-height:1.5}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:1.25rem;max-width:100%;display:flex}.btn{font-family:var(--font-family);border-radius:8px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:1.05rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{font-family:"Inter", var(--font-family);color:#fff;background-color:#10b884;border:none;border-radius:14px;width:236.4px;max-width:100%;height:60.3px;padding:0;font-size:clamp(1rem,1.35vw,18pt);font-weight:500;box-shadow:0 4px 14px #10b88440}.btn-primary:hover{background-color:#0ea475;transform:translateY(-2px);box-shadow:0 6px 18px #10b88459}.btn-secondary{font-family:"Inter", var(--font-family);color:#10b884;background-color:#0000;border:5px solid #10b884;border-radius:14px;min-width:236.4px;max-width:100%;height:60.3px;padding:0 1.5rem;font-size:clamp(1rem,1.35vw,18pt);font-weight:500}.btn-secondary:hover{color:#0ea475;background-color:#10b88414;border-color:#0ea475;transform:translateY(-2px)}.hero-visual{justify-content:center;align-items:center;width:100%;display:flex}.dashboard-frame{aspect-ratio:750/617;border-radius:15px;width:100%;max-width:750px;overflow:hidden;transform:rotate(0);box-shadow:0 20px 40px #0000001a}.dashboard-image{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.dashboard-placeholder-card{aspect-ratio:750/617;background-color:#059669;border-radius:15px;justify-content:center;align-items:center;width:100%;max-width:750px;min-height:280px;display:flex;position:relative;overflow:hidden;transform:rotate(0);box-shadow:0 12px 30px #05966940}.dashboard-placeholder-text{font-family:var(--font-heading);color:#0f172a73;text-align:center;-webkit-user-select:none;user-select:none;white-space:pre-wrap;padding:1.5rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:700;line-height:1.2;transform:rotate(-35deg)}@media (width<=1100px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-visual{justify-content:center}}@media (width<=640px){.hero-section{padding:2.5rem 1.25rem}.hero-cta-group{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}}.solutions-section{background-color:#fff;width:100%;padding:2rem 2rem 5rem}.solutions-container{max-width:var(--container-max-width);margin:0 auto}.solutions-header{text-align:center;max-width:860px;margin:0 auto 2.5rem}.solutions-eyebrow{font-family:"Inter", var(--font-family);color:#059669;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.75rem;font-size:clamp(1.1rem,1.6vw,21pt);font-weight:700}.solutions-title{font-family:"Inter", var(--font-family);color:#000;letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(1.8rem,2.5vw,32pt);font-weight:700;line-height:1.2}.solutions-subtitle{font-family:"Inter", var(--font-family);color:#000;max-width:860px;margin:0 auto;font-size:clamp(1rem,1.35vw,16pt);font-weight:400;line-height:1.5}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.solution-card{text-align:center;background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;padding:3rem 2rem 2.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 16px 32px #00000014,0 4px 8px #00000008}.solution-card:hover{border-color:#05966933;transform:translateY(-8px);box-shadow:0 24px 44px #0596691f,0 8px 16px #0000000a}.solution-icon-wrapper{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:1.5rem;transition:transform .25s;display:flex}.solution-icon-img{object-fit:contain;width:100%;height:100%;display:block}.solution-card:hover .solution-icon-wrapper{transform:scale(1.08)}.solution-card-title{color:#000;margin-bottom:.75rem;font-family:Arial MT Pro,Arial,sans-serif;font-size:14.2pt;font-weight:700}.solution-card-description{color:#000;max-width:280px;font-family:Arimo,sans-serif;font-size:9.9pt;font-weight:400;line-height:1.45}@media (width<=1024px){.solutions-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.solutions-title{font-size:2.25rem}}@media (width<=640px){.solutions-section{padding:3.5rem 1.25rem}.solutions-header{margin-bottom:2.5rem}.solutions-title{font-size:1.85rem}.solutions-subtitle{font-size:1rem}.solutions-grid{grid-template-columns:1fr;gap:1.5rem}.solution-card{padding:2.25rem 1.5rem}}.why-section{background-color:#f8fafc;width:100%;padding:4rem 2rem 5rem;overflow:hidden}.why-container{max-width:var(--container-max-width);grid-template-columns:1fr 1.05fr;align-items:stretch;gap:3.5rem;margin:0 auto;display:grid}.why-left-column{flex-direction:column;align-items:flex-start;width:100%;height:100%;display:flex}.why-eyebrow{font-family:"Inter", var(--font-family);color:#059f6f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:clamp(1.1rem,1.6vw,21pt);font-weight:700}.why-title{font-family:"Inter", var(--font-family);color:#000;letter-spacing:-.3px;margin-bottom:1.25rem;font-size:clamp(1.4rem,2vw,21pt);font-weight:700;line-height:1.25}.why-description{font-family:"Inter", var(--font-family);color:#334155;max-width:620px;margin-bottom:2rem;font-size:1.1rem;font-weight:400;line-height:1.6}.why-visual{flex-direction:column;flex:1;width:100%;margin-top:.5rem;display:flex}.why-dashboard-frame{border-radius:15px;width:100%;max-width:645px;height:100%;min-height:480px;overflow:hidden;transform:rotate(0);box-shadow:0 20px 40px #00000014}.why-dashboard-image{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.why-placeholder-card{background-color:#059669;border-radius:15px;justify-content:center;align-items:center;width:100%;max-width:645px;height:100%;min-height:480px;display:flex;position:relative;overflow:hidden;transform:rotate(0);box-shadow:0 12px 30px #05966933}.why-placeholder-text{font-family:var(--font-heading);color:#0f172a73;text-align:center;-webkit-user-select:none;user-select:none;white-space:pre-wrap;padding:1.5rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:700;line-height:1.2;transform:rotate(-35deg)}.why-right-column{width:100%}.why-features-list{flex-direction:column;gap:1.15rem;width:100%;display:flex}.why-feature-card{background-color:#fff;border:1px solid #edf2f7;border-radius:16px;align-items:center;gap:1.4rem;padding:1.25rem 1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 16px #00000008}.why-feature-card:hover{border-color:#05966940;transform:translate(4px);box-shadow:0 8px 24px #0596691a}.why-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;transition:transform .25s;display:flex}.why-icon-img{object-fit:contain;width:100%;height:100%;display:block}.why-feature-card:hover .why-icon-wrapper{transform:scale(1.08)}.why-feature-content{flex-direction:column;gap:.25rem;display:flex}.why-feature-title{color:#000;font-family:Arial MT Pro,Arial,sans-serif;font-size:19pt;font-weight:700;line-height:1.25}.why-feature-description{color:#000;font-family:Arimo,sans-serif;font-size:13.6pt;font-weight:400;line-height:1.45}@media (width<=1080px){.why-container{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.why-section{padding:3rem 1.25rem}.why-feature-card{gap:1rem;padding:1rem 1.15rem}.why-icon-wrapper{width:56px;min-width:56px;height:56px}.why-feature-title{font-size:1.1rem}.why-feature-description{font-size:.88rem}}.platform-section{background-color:#fff;width:100%;padding:4.5rem 2rem 5.5rem;overflow:hidden}.platform-container{max-width:var(--container-max-width);grid-template-columns:1fr 1.05fr;align-items:center;gap:3.5rem;margin:0 auto;display:grid}.platform-content{flex-direction:column;align-items:flex-start;width:100%;display:flex}.platform-eyebrow{font-family:"Inter", var(--font-family);color:#059f6f;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:clamp(1rem,1.5vw,20pt);font-weight:700}.platform-title{font-family:"Inter", var(--font-family);color:#000;letter-spacing:-.5px;margin-bottom:1.25rem;font-size:clamp(2rem,3.2vw,36pt);font-weight:700;line-height:1.2}.platform-description{font-family:"Inter", var(--font-family);color:#000;max-width:620px;margin-bottom:2.25rem;font-size:clamp(1.1rem,1.9vw,26pt);font-weight:400;line-height:1.45}.platform-cta-group{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.platform-section .btn-primary{font-family:"Inter", var(--font-family);color:#fff;background-color:#10b884;border:none;border-radius:14px;justify-content:center;align-items:center;width:236.4px;max-width:100%;height:60.3px;padding:0;font-size:18pt;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #10b88440}.platform-section .btn-primary:hover{background-color:#0ea475;transform:translateY(-2px);box-shadow:0 6px 18px #10b88459}.platform-visual{justify-content:flex-end;width:100%;display:flex}.platform-dashboard-frame{aspect-ratio:659.3/515.1;border-radius:15px;width:659.3px;max-width:100%;height:515.1px;overflow:hidden;transform:rotate(0);box-shadow:0 20px 40px #00000014}.platform-dashboard-image{object-fit:cover;border-radius:15px;width:100%;height:100%;display:block}.platform-placeholder-card{aspect-ratio:659.3/515.1;background-color:#059669;border-radius:15px;justify-content:center;align-items:center;width:659.3px;max-width:100%;height:515.1px;display:flex;position:relative;overflow:hidden;transform:rotate(0);box-shadow:0 12px 30px #05966933}.platform-placeholder-text{font-family:var(--font-heading);color:#0f172a73;text-align:center;-webkit-user-select:none;user-select:none;white-space:pre-wrap;padding:1.5rem;font-size:clamp(1.8rem,3.2vw,2.75rem);font-weight:700;line-height:1.2;transform:rotate(-35deg)}@media (width<=1100px){.platform-container{grid-template-columns:1fr;gap:3rem}.platform-visual{justify-content:center}}@media (width<=640px){.platform-section{padding:3rem 1.25rem}.platform-cta-group,.platform-section .btn-primary{width:100%}}.how-it-works-section{background-color:#f8fafc;justify-content:center;align-items:center;width:100%;padding:5.5rem 1.5rem;display:flex}.how-it-works-container{text-align:center;width:100%;max-width:1320px;margin:0 auto}.how-it-works-header{text-align:center;max-width:1240px;margin:0 auto 3.75rem}.how-it-works-eyebrow{color:#059f6f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:21pt;font-weight:700;line-height:1.2}.how-it-works-title{color:#000;letter-spacing:-.01em;white-space:nowrap;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:clamp(22px,2.4vw,42px);font-weight:700;line-height:1.2}.how-it-works-subtitle{color:#000;max-width:1050px;margin:0 auto;font-family:Inter,sans-serif;font-size:18pt;font-weight:400;line-height:1.45}.desktop-only-br{display:inline}.steps-flow-container{justify-content:space-between;align-items:flex-start;gap:.25rem;margin-top:1rem;display:flex;position:relative}.step-card{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:230px;max-width:290px;display:flex;position:relative}.step-circle-wrapper{width:160px;height:160px;box-shadow:none;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .25s;display:flex;position:relative}.step-circle-wrapper:hover{transform:translateY(-4px)}.step-icon-img{object-fit:contain;width:100%;height:100%}.step-title{color:#000;letter-spacing:-.01em;white-space:nowrap;margin-bottom:.75rem;font-family:Arial,Inter,sans-serif;font-size:19pt;font-weight:700;line-height:1.25}.step-description{color:#000;width:100%;max-width:280px;margin:0 auto;font-family:Arimo,Inter,sans-serif;font-size:15pt;font-weight:400;line-height:1.35}.step-arrow-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:90px;margin-top:70px;display:flex}.step-arrow-img{object-fit:contain;width:100%;height:auto;display:block}@media (width<=1100px){.how-it-works-title{white-space:normal;font-size:24pt}.how-it-works-eyebrow{font-size:18pt}.how-it-works-subtitle{max-width:100%;font-size:16pt}.step-title{white-space:normal;font-size:17pt}.step-description{font-size:14pt}.step-circle-wrapper{width:135px;height:135px}.step-arrow-wrapper{width:65px;margin-top:55px}}@media (width<=768px){.desktop-only-br{display:none}.how-it-works-section{padding:3.5rem 1rem}.how-it-works-header{margin-bottom:2.5rem}.steps-flow-container{flex-direction:column;align-items:center;gap:2.5rem}.step-card{max-width:320px}.step-arrow-wrapper{width:auto;margin-top:0;transform:rotate(90deg)}}.who-we-serve-section{background-color:#fff;justify-content:center;align-items:center;width:100%;padding:5.5rem 1.5rem;display:flex}.who-we-serve-container{text-align:center;width:100%;max-width:1320px;margin:0 auto}.who-we-serve-header{text-align:center;max-width:1240px;margin:0 auto 3.5rem}.who-we-serve-eyebrow{color:#059f6f;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:21pt;font-weight:700;line-height:1.2}.who-we-serve-title{color:#000;letter-spacing:-.01em;white-space:nowrap;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:clamp(22px,2.4vw,42px);font-weight:700;line-height:1.2}.who-we-serve-subtitle{color:#000;max-width:1000px;margin:0 auto;font-family:Inter,sans-serif;font-size:18pt;font-weight:400;line-height:1.45}.stakeholders-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;margin-top:1rem;display:grid}.stakeholder-card{text-align:center;background:#fff;border-radius:16px;flex-direction:column;align-items:center;min-height:330px;padding:2.75rem 1.5rem 2.25rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 16px 36px #00000014,0 4px 12px #0000000a}.stakeholder-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px #0000001f,0 6px 16px #0000000f}.stakeholder-icon-wrapper{justify-content:center;align-items:center;width:100px;height:95px;margin-bottom:1.75rem;display:flex}.stakeholder-icon-img{object-fit:contain;max-width:100%;max-height:100%}.stakeholder-card-title{color:#000;letter-spacing:-.01em;margin-bottom:1rem;font-family:Arial,Inter,sans-serif;font-size:14pt;font-weight:700;line-height:1.3}.stakeholder-card-description{color:#000;margin:0 auto;font-family:Arimo,Inter,sans-serif;font-size:10pt;font-weight:400;line-height:1.45}@media (width<=1100px){.who-we-serve-title{white-space:normal;font-size:24pt}.who-we-serve-eyebrow{font-size:18pt}.who-we-serve-subtitle{max-width:100%;font-size:16pt}.stakeholders-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=640px){.who-we-serve-section{padding:3.5rem 1rem}.stakeholders-grid{grid-template-columns:1fr;gap:1.5rem}.stakeholder-card{min-height:auto}}.site-footer{color:#fff;background-color:#060e1d;background-image:url(/footer_bg.png);background-position:bottom;background-repeat:no-repeat;background-size:100% 100%;width:100%;position:relative;overflow:hidden}.site-footer.demo-footer-variant{background-color:#011433!important;background-image:none!important}.site-footer.demo-footer-variant .footer-bg-overlay{padding-top:3.5rem}.site-footer.demo-footer-variant .footer-brand-tagline{color:#fff;font-family:Inter,sans-serif;font-size:13.5px;font-weight:600}.site-footer.demo-footer-variant .footer-col-heading{color:#059669;font-family:Inter,sans-serif;font-size:15.5pt;font-weight:700}.site-footer.demo-footer-variant .footer-links-list a{color:#fff;font-family:Inter,sans-serif;font-size:15.5pt;font-weight:400}.site-footer.demo-footer-variant .contact-item,.site-footer.demo-footer-variant .contact-item a{color:#fff;font-family:Inter,sans-serif;font-size:16pt;font-weight:400}.footer-bg-overlay{background:0 0;width:100%;padding:5.5rem 1.5rem 2.5rem}.footer-container{width:100%;max-width:1320px;margin:0 auto}.footer-cta-banner{align-items:flex-start;gap:2.5rem;margin-bottom:4rem;display:flex}.cta-icon-wrapper{background:#06152b;border:3.5px solid #059669;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;display:flex;box-shadow:0 0 25px #05966966}.cta-icon-img{object-fit:contain;width:75px;height:75px}.cta-content{flex:1}.cta-heading{color:#fff;letter-spacing:-.01em;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:27pt;font-weight:700;line-height:1.25}.cta-subtitle{color:#fff;opacity:.95;max-width:1120px;margin-bottom:2.25rem;font-family:Inter,sans-serif;font-size:18pt;font-weight:400;line-height:1.45}.cta-button-group{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.btn-cta-primary{color:#fff;background-color:#10b884;border-radius:12px;align-items:center;gap:12px;padding:.85rem 2.25rem;font-family:Inter,sans-serif;font-size:12.2pt;font-weight:700;text-decoration:none;transition:background-color .25s,transform .2s;display:inline-flex;box-shadow:0 8px 20px #10b88459}.btn-cta-primary:hover{background-color:#0d9b6f;transform:translateY(-2px)}.btn-arrow-icon{object-fit:contain;width:24px;height:auto}.btn-cta-secondary{color:#fff;background-color:#0000;border:6px solid #f8fafc;border-radius:12px;padding:.75rem 2.25rem;font-family:Inter,sans-serif;font-size:12.2pt;font-weight:700;text-decoration:none;transition:background-color .25s,border-color .25s,transform .2s}.btn-cta-secondary:hover{background-color:#f8fafc26;border-color:#fff;transform:translateY(-2px)}.footer-divider{opacity:.35;border:none;border-top:1px solid #d9d9d9;width:100%;margin:3.5rem 0}.footer-main-content{grid-template-columns:2.2fr 1.3fr 1.3fr 1.8fr;align-items:start;gap:3.5rem;margin-bottom:2rem;display:grid}.footer-brand-col{flex-direction:column;align-items:flex-start;margin:0;padding:0;display:flex}.footer-logo{align-items:flex-start;margin:0;padding:0;display:flex}.footer-logo-img{object-fit:contain;width:auto;height:54px;margin-top:-5px;display:block}.footer-brand-tagline{color:#fff;letter-spacing:.03em;text-transform:uppercase;margin:1.25rem 0 1.75rem;font-family:Inter,sans-serif;font-size:13.5px;font-weight:600;line-height:1.45}.footer-social-links{align-items:center;gap:.9rem;margin-top:.25rem;display:flex}.glossy-social-btn{width:44px;height:44px;text-decoration:none;transition:transform .2s,filter .2s;display:inline-block}.glossy-social-btn:hover{filter:brightness(1.15);transform:translateY(-3px)}.glossy-social-svg,.glossy-social-img{object-fit:contain;width:44px;height:44px;display:block}.footer-col{flex-direction:column;align-items:flex-start;display:flex}.footer-col-heading{color:#059669;text-transform:uppercase;letter-spacing:.04em;margin-top:0;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:15.5pt;font-weight:700;line-height:1}.footer-links-list{flex-direction:column;gap:.9rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-list a{color:#fff;font-family:Inter,sans-serif;font-size:15.5pt;font-weight:400;text-decoration:none;transition:color .2s}.footer-links-list a:hover{color:#10b884}.footer-contact-list{flex-direction:column;gap:1.4rem;margin:0;padding:0;list-style:none;display:flex}.contact-item{color:#fff;align-items:center;gap:1.1rem;font-family:Inter,sans-serif;font-size:16pt;font-weight:400;display:flex}.contact-item a{color:#fff;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#10b884}.white-contact-icon{flex-shrink:0}.mail-svg{width:33.1px;height:22.9px}.location-svg{width:28px;height:39.6px}.footer-bottom-bar{grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding-top:.5rem;display:grid}.copyright-text{color:#fff;justify-self:start;font-family:Arimo,sans-serif;font-size:12pt;font-weight:400}.bottom-tagline{color:#6b93ec;text-align:center;justify-self:center;font-family:Arimo,sans-serif;font-size:12pt;font-weight:400}.green-dot{color:#10b884;margin:0 .4rem;font-weight:700}.bottom-bar-right-spacer{justify-self:end}@media (width<=1024px){.cta-heading{font-size:22pt}.cta-subtitle{font-size:15pt}.footer-main-content{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=768px){.footer-cta-banner{flex-direction:column;align-items:flex-start;gap:1.5rem}.cta-heading{font-size:18pt}.cta-subtitle{font-size:13pt}.footer-main-content{grid-template-columns:1fr;gap:2.5rem}.footer-bottom-bar{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}.copyright-text,.bottom-tagline{justify-self:auto}}.services-hero-section{background-color:#f8fafc;width:100%;position:relative;overflow:hidden}.services-hero-banner{background-position:100%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:580px;position:relative}.services-hero-overlay{background:linear-gradient(90deg,#ffffffd9 0%,#ffffffa6 45%,#ffffff1a 85%,#fff0 100%);align-items:center;width:100%;height:100%;min-height:580px;display:flex}.services-hero-container{max-width:var(--container-max-width,1280px);width:100%;margin:0 auto;padding:4rem 2rem}.services-hero-content{flex-direction:column;align-items:flex-start;max-width:680px;display:flex}.services-hero-tag{color:#059669;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:21pt;font-weight:700;display:inline-block}.services-hero-title{color:#000;letter-spacing:-.01em;margin:0 0 1.75rem;font-family:Noto Serif Ethiopic,Noto Serif,serif;font-size:48pt;font-weight:700;line-height:1.15}.services-hero-subtitle{color:#000;max-width:620px;margin:0 0 2.5rem;font-family:Arimo,sans-serif;font-size:16pt;font-weight:700;line-height:1.5}.services-hero-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.btn-request-demo{color:#fff;cursor:pointer;background-color:#059669;border:2px solid #059669;border-radius:36px;justify-content:center;align-items:center;gap:1rem;padding:.85rem 1.75rem;font-family:Inter,sans-serif;font-size:16pt;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #05966940}.btn-request-demo:hover{background-color:#047857;border-color:#047857;transform:translateY(-2px);box-shadow:0 6px 18px #05966959}.btn-request-demo .arrow-icon-wrapper{justify-content:center;align-items:center;display:flex}.btn-talk-expert{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#000;cursor:pointer;background-color:#ffffffa6;border:2.5px solid #059669;border-radius:36px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-family:Inter,sans-serif;font-size:16pt;font-weight:700;transition:all .25s;display:inline-flex}.btn-talk-expert:hover{background-color:#05966914;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.services-hero-footer-divider{background-color:#f8fafc;height:24px}.desktop-break{display:block}@media (width<=1024px){.services-hero-title{font-size:38pt}.services-hero-tag{font-size:18pt}}@media (width<=768px){.services-hero-banner,.services-hero-overlay{min-height:auto}.services-hero-overlay{background:linear-gradient(#ffffffeb 0%,#fffc 100%)}.services-hero-container{padding:3rem 1.5rem}.services-hero-title{font-size:30pt}.desktop-break{display:inline}.services-hero-tag{font-size:16pt}.services-hero-subtitle{font-size:14pt}.btn-request-demo,.btn-talk-expert{width:100%;padding:.75rem 1.4rem;font-size:14pt}.services-hero-actions{flex-direction:column;width:100%}}.forecasting-solutions-section{background-color:#f8fafc;width:100%;padding:4rem 1.5rem 6rem}.forecasting-container{flex-direction:column;align-items:center;max-width:1350px;margin:0 auto;display:flex}.forecasting-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.forecasting-tag{color:#059669;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:21pt;font-weight:700;display:block}.forecasting-title{color:#000;letter-spacing:.02em;text-transform:uppercase;margin:0 0 1.25rem;font-family:Inter,sans-serif;font-size:32pt;font-weight:800;line-height:1.2}.forecasting-accent-line{background-color:#10b884;border-radius:2px;width:460px;max-width:90%;height:2px;margin-top:.25rem}.forecasting-cards-list{flex-direction:column;gap:2rem;width:100%;display:flex}.forecasting-card{background-color:#fff;border:1px solid #edf2f7;border-radius:16px;align-items:center;width:100%;min-height:240px;padding:1rem;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.forecasting-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #05966914}.card-icon-box{background-color:#d9f8ee;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:278px;min-width:278px;height:220px;padding:1.5rem;display:flex}.card-main-icon{object-fit:contain;width:100%;max-width:180px;height:100%;max-height:180px}.card-content-area{flex-direction:column;flex:1;justify-content:center;padding:1.5rem 2.5rem;display:flex}.solution-title{color:#000;margin:0 0 1rem;font-family:Arimo,sans-serif;font-size:30pt;font-weight:700;line-height:1.2}.solution-desc{color:#000;max-width:950px;margin:0;font-family:Arimo,sans-serif;font-size:20pt;font-weight:400;line-height:1.45}.solar-content-area{padding:1rem 2rem 1.5rem}.solar-main-title{color:#000;margin:0 0 1rem;font-family:Arimo,sans-serif;font-size:24pt;font-weight:700}.solar-subgrid{align-items:flex-start;gap:1.5rem;width:100%;display:flex}.solar-subcol{flex-direction:column;flex:1;gap:.5rem;display:flex}.subcol-header{align-items:center;gap:.6rem;display:flex}.subcol-icon{object-fit:contain;flex-shrink:0;width:28px;height:28px}.subcol-title{color:#000;margin:0;font-family:Inter,sans-serif;font-size:16pt;font-weight:700;line-height:1.25}.subcol-desc{color:#000;margin:0;font-family:Arimo,sans-serif;font-size:13pt;font-weight:400;line-height:1.4}.subcol-divider{background-color:#cbd5e1;flex-shrink:0;align-self:center;width:1px;height:100px}@media (width<=1200px){.forecasting-title{font-size:26pt}.solution-title{font-size:24pt}.solution-desc{font-size:16pt}.card-icon-box{width:220px;min-width:220px;height:200px}}@media (width<=992px){.solar-subgrid{flex-direction:column;gap:1.25rem}.subcol-divider{display:none}.forecasting-card{flex-direction:column;align-items:stretch}.card-icon-box{border-radius:12px;width:100%;min-width:100%;height:180px}.card-content-area{padding:1.5rem}}@media (width<=640px){.forecasting-tag{font-size:16pt}.forecasting-title,.solution-title{font-size:20pt}.solution-desc,.subcol-title{font-size:14pt}.subcol-desc{font-size:12pt}}.why-choose-us-section{color:#fff;background-color:#011433;width:100%;padding:5rem 1.5rem 2rem}.why-choose-us-container{flex-direction:column;align-items:center;max-width:1350px;margin:0 auto;display:flex}.why-choose-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:4rem;display:flex}.why-choose-tag{color:#059669;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-family:Arimo,sans-serif;font-size:21pt;font-weight:700;display:block}.why-choose-title{color:#fff;margin:0 0 1.25rem;font-family:Arimo,sans-serif;font-size:32pt;font-weight:700;line-height:1.2}.why-choose-accent-line{background-color:#10b884;border-radius:2px;width:150px;height:2px;margin-top:.25rem}.why-choose-grid{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;margin-bottom:5rem;display:flex}.why-choose-item{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 .75rem;display:flex}.feature-icon-wrapper{justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:1.5rem;display:flex}.feature-icon{object-fit:contain;width:100%;height:100%}.feature-title{color:#fff;justify-content:center;align-items:center;min-height:2.5em;margin:0 0 .85rem;font-family:Arimo,Arial,sans-serif;font-size:17.1pt;font-weight:700;line-height:1.25;display:flex}.feature-desc{color:#fff;opacity:.9;margin:0;font-family:Arimo,sans-serif;font-size:13.5pt;font-weight:400;line-height:1.45}.feature-divider{background-color:#ffffff40;flex-shrink:0;align-self:center;width:1px;height:200px}.services-cta-banner{background-color:#10b884;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1302px;min-height:230px;margin-bottom:4rem;padding:2.5rem 3rem;display:flex;box-shadow:0 8px 30px #10b88433}.cta-left-content{flex:1;align-items:center;gap:2rem;display:flex}.cta-icon-circle{background-color:#011433;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:110px;height:110px;padding:1.25rem;display:flex}.cta-icon{object-fit:contain;width:100%;height:100%}.cta-text-group{flex-direction:column;display:flex}.cta-title{color:#fff;margin:0 0 .5rem;font-family:Arimo,sans-serif;font-size:25pt;font-weight:700;line-height:1.2}.cta-subtitle{color:#fff;max-width:600px;margin:0;font-family:Arimo,sans-serif;font-size:17.1pt;font-weight:400;line-height:1.4}.cta-actions{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.btn-cta-demo{color:#10b884;cursor:pointer;background-color:#fff;border:2px solid #fff;border-radius:36px;justify-content:center;align-items:center;gap:.75rem;padding:.85rem 1.75rem;font-family:Arimo,sans-serif;font-size:14.9pt;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #0000001a}.btn-cta-demo:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 6px 18px #00000026}.btn-cta-demo .cta-arrow-wrapper{color:#10b884;justify-content:center;align-items:center;display:flex}.btn-cta-expert{color:#fff;cursor:pointer;background-color:#0000;border:2.5px solid #fff;border-radius:36px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-family:Arimo,sans-serif;font-size:14.9pt;font-weight:700;transition:all .25s;display:inline-flex}.btn-cta-expert:hover{background-color:#ffffff26;transform:translateY(-2px)}.services-footer-divider{background-color:#d9d9d94d;width:100%;height:1px;margin-bottom:1.5rem}.services-bottom-footer{color:#fff;opacity:.85;justify-content:space-between;align-items:center;width:100%;padding-bottom:1rem;font-family:Arimo,sans-serif;font-size:11pt;display:flex}.footer-tagline .dot{color:#10b884;margin:0 .4rem}@media (width<=1200px){.why-choose-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.feature-divider{display:none}.services-cta-banner{flex-direction:column;align-items:flex-start;padding:2rem}.cta-actions{justify-content:flex-start;width:100%}}@media (width<=768px){.why-choose-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.why-choose-title{font-size:24pt}.why-choose-tag{font-size:16pt}.cta-left-content{flex-direction:column;align-items:flex-start}.cta-title{font-size:20pt}.cta-subtitle{font-size:14pt}.cta-actions{flex-direction:column;width:100%}.btn-cta-demo,.btn-cta-expert{width:100%;font-size:13pt}.services-bottom-footer{text-align:center;flex-direction:column;gap:.75rem}}@media (width<=480px){.why-choose-grid{grid-template-columns:1fr}}.demo-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:99999;background-color:#060e1dbf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.25s ease-out forwards fadeIn;display:flex;position:fixed;top:0;left:0}.demo-modal-container{background-color:#fff;border:1px solid #10b88433;border-radius:20px;width:100%;max-width:620px;animation:.3s ease-out forwards slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000059}.demo-modal-close{color:#475569;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.demo-modal-close:hover{color:#0f172a;background-color:#e2e8f0}.demo-modal-body{padding:2.25rem 2.5rem}.demo-modal-header{margin-bottom:1.75rem}.demo-modal-tag{color:#059669;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.4rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;display:block}.demo-modal-title{color:#0f172a;margin-bottom:.5rem;font-family:Noto Serif,Georgia,serif;font-size:1.85rem;font-weight:700}.demo-modal-subtitle{color:#64748b;font-family:Arimo,sans-serif;font-size:.95rem;line-height:1.45}.demo-modal-form{flex-direction:column;gap:1.15rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#334155;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#0f172a;background-color:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#10b884;box-shadow:0 0 0 3px #10b88426}.demo-modal-submit-btn{color:#fff;cursor:pointer;background-color:#10b884;border:none;border-radius:12px;margin-top:.5rem;padding:.95rem 1.5rem;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700;transition:background-color .2s,transform .15s;box-shadow:0 8px 20px #10b8844d}.demo-modal-submit-btn:hover{background-color:#0d9b6f;transform:translateY(-2px)}.demo-modal-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3.5rem 2.5rem;display:flex}.success-icon{color:#10b884;margin-bottom:1.25rem}.demo-modal-success h2{color:#0f172a;margin-bottom:.75rem;font-family:Noto Serif,serif;font-size:1.8rem}.demo-modal-success p{color:#475569;max-width:480px;margin-bottom:2rem;font-family:Arimo,sans-serif;font-size:1.05rem;line-height:1.55}.demo-modal-done-btn{color:#fff;cursor:pointer;background-color:#063125;border:none;border-radius:10px;padding:.8rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.form-row{grid-template-columns:1fr}.demo-modal-body{padding:1.75rem 1.5rem}}.demo-page-shell{background-color:#fff;width:100%;min-height:100vh;overflow-x:hidden}.demo-main-content{width:100%}.demo-hero-section{background-color:#dbf1ea;width:100%;padding:4.5rem 2rem 5.5rem;overflow:hidden}.demo-hero-container{grid-template-columns:1.15fr 1fr;align-items:center;gap:3.5rem;max-width:1380px;margin:0 auto;display:grid}.demo-hero-left{flex-direction:column;align-items:flex-start;display:flex}.demo-hero-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:26pt;font-weight:700;display:block}.demo-hero-title{color:#000;letter-spacing:-.02em;margin-bottom:2rem;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(2.5rem,4.5vw,53pt);font-weight:700;line-height:1.12}.demo-hero-subtitle{color:#000;max-width:680px;margin-bottom:2.75rem;font-family:Arimo,sans-serif;font-size:clamp(1.25rem,2vw,25pt);font-weight:400;line-height:1.35}.demo-hero-cta-wrapper{align-items:center;display:flex}.btn-demo-hero-primary{color:#fff;white-space:nowrap;cursor:pointer;background-color:#10b884;border:none;border-radius:12px;justify-content:center;align-items:center;gap:1.25rem;width:435.7px;max-width:100%;height:111.2px;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:clamp(1.2rem,1.8vw,26pt);font-weight:400;transition:transform .25s,background-color .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 25px #10b8844d}.btn-demo-hero-primary:hover{background-color:#0d9b6f;transform:translateY(-3px);box-shadow:0 14px 30px #10b88466}.demo-btn-arrow{flex-shrink:0;width:44px;height:44px}.demo-hero-right{justify-content:center;width:100%;display:flex}.demo-dashboard-preview-card{background-color:#fff;border-radius:11px;justify-content:center;align-items:center;width:100%;max-width:814.6px;min-height:520px;padding:1.25rem;display:flex;overflow:hidden;box-shadow:0 20px 45px #00000014}.demo-dashboard-placeholder-inner{background-color:#fff;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;min-height:480px;display:flex}.demo-dashboard-watermark{color:#0f172a59;text-align:center;-webkit-user-select:none;user-select:none;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(2rem,3.8vw,3.5rem);font-weight:700;line-height:1.15;transform:rotate(-35deg)}.demo-features-section{background-color:#fff;width:100%;padding:5.5rem 2rem 6.5rem}.demo-features-container{max-width:1320px;margin:0 auto}.demo-features-header{text-align:center;margin-bottom:4rem}.demo-section-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:20pt;font-weight:700;display:block}.demo-section-title{color:#000;font-family:Noto Serif,Georgia,serif;font-size:28pt;font-weight:700;line-height:1.25}.demo-features-grid{grid-template-columns:repeat(3,1fr);justify-items:center;gap:2.25rem;display:grid}.demo-feature-card{text-align:center;background-color:#f8fafc;border:1px solid #edf2f7;border-radius:10px;flex-direction:column;align-items:center;width:100%;max-width:356.3px;height:356.3px;padding:2rem 1.75rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 10px 25px #0000000a}.demo-feature-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #0596691f}.feature-icon-circle-wrapper{border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1.5rem;display:flex}.feature-card-svg,.feature-card-img{object-fit:contain;width:100%;height:100%;display:block}.demo-feature-card-title{color:#000;margin-bottom:.75rem;font-family:Arial MT Pro,Arial,sans-serif;font-size:20.2pt;font-weight:700;line-height:1.25}.demo-feature-card-desc{color:#000;font-family:Arimo,sans-serif;font-size:14.5pt;font-weight:700;line-height:1.45}.demo-outcomes-section{background-color:#dbf1ea;width:100%;padding:5.5rem 2rem 6.5rem}.demo-outcomes-container{max-width:1392px;margin:0 auto}.demo-outcomes-header{text-align:center;margin-bottom:4rem}.demo-benefits-row{justify-content:space-between;align-items:flex-start;width:100%;margin-bottom:4.5rem;display:flex}.benefit-item{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 1rem;display:flex}.benefit-circle-wrapper{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.25rem;display:flex}.benefit-circle-svg{width:100%;height:100%;display:block}.benefit-item-title{color:#000;font-family:Arial MT Pro,Arial,sans-serif;font-size:16pt;font-weight:700;line-height:1.3}.benefit-separator{opacity:.4;background-color:#059669;flex-shrink:0;width:1.5px;height:120px;margin-top:.5rem}.demo-banner-card{background-color:#063125;border-radius:12px;justify-content:space-between;align-items:center;gap:2rem;width:100%;max-width:1392.1px;min-height:182px;padding:1.75rem 2.5rem;display:flex;box-shadow:0 20px 45px #06312540}.banner-left-content{flex:1;align-items:center;gap:1.75rem;display:flex}.banner-icon-circle{background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.banner-monitor-svg{width:48px;height:48px;display:block}.banner-text-group{flex-direction:column;gap:.4rem;display:flex}.banner-heading{color:#fff;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(1.25rem,1.8vw,21pt);font-weight:700;line-height:1.25}.banner-subtitle{color:#fff;opacity:.95;font-family:Arimo,sans-serif;font-size:clamp(.95rem,1.3vw,16pt);font-weight:400;line-height:1.4}.banner-cta-action{flex-shrink:0}.btn-banner-request-demo{color:#10b884;white-space:nowrap;cursor:pointer;background-color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.85rem;width:291.9px;max-width:100%;height:74.5px;padding:0 1.25rem;font-family:Inter,sans-serif;font-size:clamp(1rem,1.4vw,17.5pt);font-weight:700;transition:transform .25s,background-color .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 20px #00000026}.btn-banner-request-demo:hover{background-color:#f8fafc;transform:translateY(-2px);box-shadow:0 12px 25px #00000040}.banner-btn-arrow{flex-shrink:0;width:32px;height:32px}@media (width<=1280px){.demo-hero-title{font-size:clamp(2.2rem,4vw,53pt)}.demo-hero-subtitle{font-size:clamp(1.1rem,1.8vw,25pt)}.btn-demo-hero-primary{width:100%;max-width:435.7px;height:95px;font-size:clamp(1.1rem,1.6vw,26pt)}}@media (width<=960px){.demo-hero-container{grid-template-columns:1fr;gap:3rem}}@media (width<=850px){.demo-features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.demo-banner-card{flex-direction:column;align-items:flex-start;height:auto;padding:2rem}.btn-banner-request-demo{width:100%;max-width:291.9px}}@media (width<=768px){.demo-features-grid{grid-template-columns:1fr}.demo-hero-section,.demo-features-section,.demo-outcomes-section{padding:3rem 1.25rem}.banner-left-content{flex-direction:column;align-items:flex-start}}.contact-hero-section{background-color:#fff;width:100%;position:relative;overflow:hidden}.contact-hero-banner{background-position:100%;background-repeat:no-repeat;background-size:cover;width:100%;min-height:820px;position:relative}.contact-hero-overlay{background:linear-gradient(90deg,#fff 0%,#fffffff5 42%,#efefefb3 70%,#efefef59 100%);align-items:center;width:100%;min-height:820px;padding:4.5rem 2rem 5.5rem;display:flex}.contact-hero-container{width:100%;max-width:1380px;margin:0 auto}.contact-hero-content{flex-direction:column;align-items:flex-start;max-width:720px;display:flex}.contact-hero-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.04em;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:clamp(1.1rem,1.6vw,21pt);font-weight:700;display:block}.contact-hero-title{color:#000;letter-spacing:-.01em;margin-bottom:2.25rem;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(2.2rem,4.2vw,48.6pt);font-weight:700;line-height:1.15}.title-break{display:block}.contact-hero-description{color:#000;max-width:680px;margin-bottom:3rem;font-family:Arimo,sans-serif;font-size:clamp(1.2rem,2vw,25pt);font-weight:400;line-height:1.35}.contact-info-list{flex-direction:column;gap:1.5rem;width:100%;display:flex}.contact-info-item{align-items:center;gap:1.25rem;display:flex}.contact-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:58px;min-width:58px;height:58px;display:flex}.contact-icon-img{object-fit:contain;width:100%;height:100%;display:block}.contact-info-text{color:#059669;font-family:Arimo,sans-serif;font-size:clamp(1.15rem,1.8vw,24pt);font-weight:700;line-height:1.25;text-decoration:none}.contact-email-link:hover{opacity:.9;text-decoration:underline}@media (width<=1024px){.contact-hero-banner,.contact-hero-overlay{min-height:700px}.contact-hero-content{max-width:620px}}@media (width<=768px){.contact-hero-banner,.contact-hero-overlay{min-height:600px;padding:3rem 1.25rem}.contact-hero-overlay{background:linear-gradient(#fffffffa 0%,#ffffffeb 70%,#efefefbf 100%)}.title-break{display:inline}.contact-icon-wrapper{width:46px;min-width:46px;height:46px}}.get-in-touch-section{background-color:#fff;width:100%;padding:5.5rem 2rem 6.5rem}.get-in-touch-container{grid-template-columns:1fr 1fr;align-items:start;gap:3.5rem;max-width:1380px;margin:0 auto;display:grid}.get-in-touch-left{flex-direction:column;align-items:flex-start;width:100%;display:flex}.git-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:clamp(1.1rem,1.5vw,19pt);font-weight:700;display:block}.git-headline{color:#000;letter-spacing:-.01em;margin-bottom:1.25rem;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(1.8rem,2.8vw,33pt);font-weight:700;line-height:1.2}.git-underline-accent{background-color:#10b884;border-radius:2px;width:188px;height:4px;margin-bottom:2rem}.git-body-copy{color:#000;max-width:620px;margin-bottom:3rem;font-family:Arimo,sans-serif;font-size:clamp(1.15rem,1.8vw,24pt);font-weight:400;line-height:1.4}.git-topics-list{flex-direction:column;gap:1.5rem;width:100%;display:flex}.git-topic-item{border-bottom:1px solid #edf2f7;align-items:flex-start;gap:1.4rem;padding-bottom:1.25rem;transition:transform .2s;display:flex}.git-topic-item:last-child{border-bottom:none}.git-topic-item:hover{transform:translate(4px)}.git-topic-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;display:flex}.git-topic-icon-circle.mint-green{background-color:#d1fae5}.git-topic-icon-circle.solid-green{background-color:#059669;box-shadow:0 6px 16px #05966940}.git-topic-img{object-fit:contain;width:44px;height:44px;display:block}.git-topic-content{flex-direction:column;gap:.35rem;display:flex}.git-topic-title{color:#000;font-family:Arial MT Pro,Arial,sans-serif;font-size:clamp(1.05rem,1.3vw,17.2pt);font-weight:700;line-height:1.3}.git-topic-desc{color:#334155;font-family:Arimo,sans-serif;font-size:clamp(.88rem,1vw,11pt);font-weight:400;line-height:1.45}.get-in-touch-right{justify-content:flex-end;width:100%;display:flex}.git-form-panel{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:640.3px;padding:2.25rem 2.25rem 2rem;position:relative;overflow:hidden;box-shadow:0 16px 40px #0000000f}.git-form-top-accent{background-color:#059669;height:5px;position:absolute;top:0;left:0;right:0}.git-form-header{margin-bottom:1.75rem}.git-form-title{color:#0f172a;margin-bottom:.4rem;font-family:Inter,sans-serif;font-size:1.65rem;font-weight:700}.git-form-subtitle{color:#64748b;font-family:Arimo,sans-serif;font-size:.95rem}.git-contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-grid-2col{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.input-group-with-icon{width:100%;position:relative}.input-field-icon{color:#059669;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-group-with-icon input,.input-group-with-icon select{color:#0f172a;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:50px;padding:0 1rem 0 2.75rem;font-family:Arimo,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background-color .2s}.input-group-with-icon input:focus,.input-group-with-icon select:focus,.form-full-row select:focus,.form-full-row textarea:focus{background-color:#fff;border-color:#059669;box-shadow:0 0 0 3px #0596691f}.select-wrapper{position:relative}.select-wrapper select{appearance:none;cursor:pointer}.select-chevron{color:#059669;pointer-events:none;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.form-full-row{flex-direction:column;gap:.4rem;width:100%;display:flex}.form-label-above{color:#334155;font-family:Inter,sans-serif;font-size:.88rem;font-weight:600}.form-full-row select{color:#0f172a;appearance:none;cursor:pointer;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:50px;padding:0 2.5rem 0 1rem;font-family:Arimo,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-full-row textarea{color:#0f172a;resize:vertical;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;min-height:100px;padding:.85rem 1rem;font-family:Arimo,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.btn-git-submit{color:#fff;cursor:pointer;background-color:#059669;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;height:54px;margin-top:.5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #05966940}.btn-git-submit:hover{background-color:#047857;transform:translateY(-2px);box-shadow:0 12px 25px #05966959}.submit-btn-arrow{transition:transform .2s}.btn-git-submit:hover .submit-btn-arrow{transform:translate(4px)}.git-security-notice{color:#64748b;text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-family:Arimo,sans-serif;font-size:.85rem;display:flex}.git-success-message{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex}.success-icon-badge{color:#059669;background-color:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;font-weight:700;display:flex}.git-success-message h4{color:#0f172a;font-family:Inter,sans-serif;font-size:1.35rem;font-weight:700}.git-success-message p{color:#475569;max-width:440px;font-family:Arimo,sans-serif;font-size:1rem}@media (width<=1024px){.get-in-touch-container{grid-template-columns:1fr;gap:3.5rem}.get-in-touch-right{justify-content:center}}@media (width<=640px){.get-in-touch-section{padding:3.5rem 1.25rem}.form-grid-2col{grid-template-columns:1fr}.git-topic-icon-circle{width:56px;min-width:56px;height:56px}.git-form-panel{padding:1.5rem}}.why-contact-us-section{background-color:#fff;width:100%;padding:0 2rem 5.5rem}.why-contact-us-panel{text-align:center;background-color:#d9f8ee;border-radius:13px;flex-direction:column;align-items:center;max-width:1315.8px;min-height:312px;margin:0 auto;padding:2.75rem 2rem 3rem;display:flex;box-shadow:0 10px 30px #0596690f}.wcu-header{margin-bottom:2.75rem}.wcu-eyebrow{color:#059669;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:clamp(1rem,1.3vw,17pt);font-weight:700;display:block}.wcu-title{color:#000;font-family:Noto Serif Ethiopic Extra Condensed,Noto Serif,Georgia,serif;font-size:clamp(1.4rem,2vw,25pt);font-weight:700;line-height:1.25}.wcu-points-row{justify-content:space-between;align-items:flex-start;width:100%;max-width:1240px;display:flex}.wcu-point-item{text-align:center;flex-direction:column;flex:1;align-items:center;padding:0 .75rem;transition:transform .25s;display:flex}.wcu-point-item:hover{transform:translateY(-4px)}.wcu-icon-circle{background-color:#fff;border:2px solid #059669;border-radius:50%;justify-content:center;align-items:center;width:76px;min-width:76px;height:76px;margin-bottom:1.25rem;transition:transform .25s,background-color .25s;display:flex;box-shadow:0 6px 16px #0596691f}.wcu-point-item:hover .wcu-icon-circle{background-color:#059669;transform:scale(1.06)}.wcu-point-item:hover .wcu-icon-circle svg{stroke:#fff}.wcu-point-title{color:#000;font-family:Arial MT Pro,Arial,sans-serif;font-size:clamp(.95rem,1.15vw,14.1pt);font-weight:700;line-height:1.35}.wcu-vertical-divider{opacity:.35;background-color:#059669;flex-shrink:0;width:1.5px;height:95px;margin-top:.25rem}@media (width<=1024px){.wcu-points-row{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.wcu-vertical-divider{display:none}}@media (width<=640px){.why-contact-us-section{padding:0 1.25rem 3.5rem}.why-contact-us-panel{padding:2rem 1.25rem}.wcu-points-row{grid-template-columns:1fr;gap:2rem}.wcu-icon-circle{width:64px;min-width:64px;height:64px}}.contact-page-shell{background-color:#fff;flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.contact-main-content{flex:1;width:100%}
