@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300;400;500;600;700&display=swap";.navbar-container{position:fixed;top:0;left:0;right:0;z-index:1000;height:85px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:center;transition:all .3s ease}.navbar-container.scrolled{height:75px;box-shadow:0 10px 40px #0000000d}.navbar-inner{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none}.logo-image{height:50px;width:auto;object-fit:contain}.nav-links{display:flex;gap:40px;align-items:center}.nav-link{font-size:15px;font-weight:700;color:#1a1a1a;text-decoration:none;transition:all .3s ease;padding:8px 0;position:relative;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;gap:6px}.nav-link:hover,.nav-link.active{color:#1f8a44}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background:#1f8a44;border-radius:2px}.nav-dropdown-wrapper{position:relative;padding-bottom:15px;margin-bottom:-15px}.dropdown-trigger .chevron{transition:transform .3s ease}.dropdown-trigger .chevron.rotate{transform:rotate(180deg)}.services-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;width:220px;padding:12px;border-radius:20px;box-shadow:0 20px 50px #0000001a;border:1px solid rgba(0,0,0,.05);z-index:1010}.dropdown-item{display:flex;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;border-radius:12px;transition:all .2s ease}.di-icon{width:32px;height:32px;background:#f9f9f9;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .2s}.dropdown-item span{font-size:14px;font-weight:700;color:#444}.dropdown-item:hover{background:#1f8a440d}.dropdown-item:hover .di-icon{background:#1f8a44;color:#fff}.dropdown-item:hover span{color:#1f8a44}.dropdown-item.active{background:#1f8a4414}.dropdown-item.active span{color:#1f8a44}.dropdown-item.active .di-icon{background:#1f8a44;color:#fff}.on-dark-hero{background:#fff!important}.nav-actions{display:flex;gap:16px}.btn-talk{padding:12px 24px;background:#1f8a44;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s}.btn-talk:hover{background:#1f8a44;transform:translateY(-2px);box-shadow:0 8px 16px #1f8a4433}.btn-quote{padding:12px 24px;background:#f37021;color:#fff;font-size:14px;font-weight:700;text-decoration:none;border-radius:12px;transition:all .3s}.btn-quote:hover{transform:translateY(-2px);box-shadow:0 8px 16px #f3702133}.mobile-toggle{display:none;background:transparent;border:none;cursor:pointer;color:#1a1a1a}.mobile-menu{display:none}@media(max-width:1024px){.nav-links,.nav-actions{display:none}.mobile-toggle{display:block}.navbar-inner{padding:0 24px}.mobile-menu{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:40px 24px;border-top:1px solid #eee;height:calc(100vh - 80px);transform:translateY(-100%);transition:transform .5s ease;visibility:hidden;overflow-y:auto}.mobile-menu.open{transform:translateY(0);visibility:visible;box-shadow:0 20px 40px #0000001a}.mobile-nav-link{font-size:32px;font-weight:800;color:#1a1a1a;text-decoration:none;margin-bottom:24px}.mobile-nav-link.active{color:#1f8a44}.mobile-dropdown-group{display:flex;flex-direction:column;margin-bottom:32px}.mobile-link-label{font-size:12px;font-weight:800;color:#999;text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.mobile-dropdown-items{display:flex;flex-direction:column;gap:16px}.mobile-nav-link.sub{font-size:24px;margin-bottom:0}.btn-talk,.btn-quote{padding:20px;border-radius:16px;font-size:16px}}.footer-section{padding:80px 0;background-color:#1f8a44;position:relative;overflow:hidden;color:#fff}.footer-topo-bg{position:absolute;inset:0;opacity:.15;pointer-events:none}.footer-topo-bg svg{width:100%;height:100%}.footer-container{max-width:1300px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer-brand{flex:0 0 auto}.footer-logo{display:block;margin-bottom:24px}.footer-logo-image{height:60px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-col{flex:0 0 auto}.footer-col h4{font-size:14px;font-weight:300;color:#fff9;margin-bottom:24px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-links li a{color:#fff;text-decoration:none;font-size:14px;transition:color .3s}.footer-links li a:hover{color:#f37021}.footer-hiring-badge{font-size:8px;background:#ffffff26;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase;font-weight:500;letter-spacing:.05em;vertical-align:middle}.footer-contact-info{font-size:14px;line-height:1.6;color:#fff}.footer-contact-info p{margin-bottom:2px}.footer-email{margin-top:16px;display:block;color:#fff;text-decoration:none}.footer-phone{margin-top:8px;display:block;color:#fff;text-decoration:none}.footer-social-links{display:flex;flex-direction:column;gap:16px}.social-link{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:14px;transition:color .3s}.social-link:hover{color:#f37021}.footer-side{display:flex;flex-direction:column;align-items:flex-end;gap:40px}.footer-cta-btn{background:#fff;color:#1f8a44;padding:16px 32px;border-radius:20px;font-weight:600;font-size:15px;display:flex;align-items:center;gap:12px;text-decoration:none;box-shadow:0 20px 40px #0000001a;transition:transform .3s,box-shadow .3s}.footer-cta-btn:hover{transform:translateY(-5px);box-shadow:0 30px 60px #0003}.cta-icon-bg{width:28px;height:28px;background:#e8f3e8;border-radius:6px;display:flex;align-items:center;justify-content:center}.footer-copyright{font-size:13px;color:#ffffff80;text-align:right}@media(max-width:1024px){.footer-main{justify-content:flex-start}.footer-side{align-items:flex-start;width:100%;margin-top:40px}.footer-copyright{text-align:left}}@media(max-width:768px){.footer-section{padding:60px 0}.footer-main{flex-direction:column;gap:60px}.footer-col{width:100%}}.hero-section{position:relative;width:100%;min-height:calc(100vh - 85px);margin-top:85px;background:#fdfdfd;overflow:hidden;padding:40px 0;display:flex;align-items:center}.hero-container{width:100%;max-width:1400px;margin:0 auto;padding:0 60px}.hero-flex-layout{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px}.hero-text-side{z-index:10}.hero-badge-v3{display:inline-flex;align-items:center;gap:12px;background:#1f8a4414;padding:10px 24px;border-radius:100px;color:#1f8a44;font-size:11px;font-weight:800;letter-spacing:.15em;margin-bottom:32px;text-transform:uppercase;border:1px solid rgba(243,112,33,.3)}.hero-title-v3{font-family:"DM Serif Display",serif;font-size:clamp(52px,6vw,92px);line-height:1;color:#1a1a1a;margin-bottom:32px;letter-spacing:-.03em}.hero-title-v3 span{color:#1f8a44}.hero-subtext-v3{font-size:19px;color:#555;line-height:1.6;margin-bottom:48px;max-width:500px}.hero-ctas-v3{display:flex;gap:20px}.btn-main{background:#1f8a44;color:#fff;padding:20px 48px;border-radius:16px;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:12px;transition:.4s cubic-bezier(.165,.84,.44,1);box-shadow:0 20px 40px #1f8a4433}.btn-main:hover{transform:translateY(-5px);background:#166534;box-shadow:0 25px 50px #1f8a444d}.btn-outline{background:#fff;color:#1a1a1a;padding:20px 40px;border-radius:16px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:12px;border:1px solid #ddd;transition:.3s}.btn-outline:hover{background:#f9f9f9;border-color:#f37021;color:#f37021}.hero-media-side{position:relative;height:600px;width:100%}.hero-video-frame{width:100%;height:100%;border-radius:40px;overflow:hidden;position:relative;box-shadow:0 40px 100px #0000001f;background:#eee}.hero-video-bg{width:100%;height:100%;object-fit:cover}.hero-video-overlay-v3{position:absolute;inset:0;background:linear-gradient(135deg,#1f8a4433,#0000004d)}.hero-pagination-v3{position:absolute;bottom:-40px;left:0;display:flex;gap:12px}.pag-dot{width:50px;height:6px;background:#eee;border-radius:10px;overflow:hidden;cursor:pointer;position:relative}.pag-progress{position:absolute;top:0;left:0;height:100%;background:#1f8a44}.hero-metric-card{position:absolute;bottom:40px;right:-40px;background:#fff;padding:24px 32px;border-radius:30px;box-shadow:0 30px 60px #00000014;display:flex;align-items:center;gap:20px;min-width:280px;z-index:20;border:1px solid rgba(0,0,0,.05)}.hm-icon{width:60px;height:60px;background:#1f8a441a;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#1f8a44}.hm-info strong{display:block;font-size:32px;color:#1a1a1a;line-height:1;margin-bottom:4px}.hm-info span{font-size:11px;font-weight:800;color:#999;text-transform:uppercase;letter-spacing:.1em}@media(max-width:1200px){.hero-flex-layout{grid-template-columns:1fr;text-align:center;gap:60px}.hero-text-side{display:flex;flex-direction:column;align-items:center}.hero-metric-card{position:static;margin-top:30px;margin-right:0}.hero-media-side{height:auto;min-height:400px}.hero-pagination-v3{left:50%;transform:translate(-50%)}}.mobile-ctas{display:none}@media(max-width:768px){.hero-section{margin-top:85px;padding:30px 0;overflow-x:hidden}.hero-container{padding:0 20px;max-width:100%;box-sizing:border-box;overflow-x:hidden}.hero-flex-layout{display:flex;flex-direction:column;gap:25px;text-align:center}.hero-text-side{order:1;display:flex;flex-direction:column;align-items:center;width:100%}.hero-text-side>div{display:contents}.hero-badge-v3{order:1;margin-bottom:15px;font-size:10px;padding:8px 16px}.hero-title-v3{order:2;font-size:32px;margin-bottom:15px}.hero-subtext-v3{order:3;font-size:14px;margin-bottom:0}.hero-ctas-v3.desktop-ctas{display:none!important}.hero-ctas-v3.mobile-ctas{display:flex!important;order:3;flex-direction:column;width:100%;gap:12px}.hero-media-side{order:2;height:auto;min-height:250px;width:100%}.hero-video-frame{border-radius:20px;height:250px}.hero-metric-card{display:none}.hero-pagination-v3{position:relative;bottom:auto;left:auto;transform:none;justify-content:center;margin-top:15px}.btn-main,.btn-outline{justify-content:center;width:100%;padding:16px 24px}}.ticker-section{padding:30px 0;background-color:#fff;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);overflow:hidden;position:relative;z-index:10}.ticker-wrapper{display:flex;align-items:center;white-space:nowrap}.ticker-content{display:flex;align-items:center;gap:80px;will-change:transform}.ticker-item{display:flex;align-items:center;gap:80px;font-family:"DM Serif Display",serif;font-size:clamp(32px,4vw,64px);font-weight:300;text-transform:uppercase;letter-spacing:-.02em;color:#1a1a1a}.text-highlight{color:#1f8a44;font-style:italic;font-weight:400}.ticker-dot{width:12px;height:12px;background-color:#f37021;border-radius:50%;opacity:.6}@media(max-width:768px){.ticker-section{padding:24px 0}.ticker-content{gap:40px}.ticker-item{gap:40px;font-size:28px}.ticker-dot{width:8px;height:8px}}.service-types-section{padding:100px 0;background:linear-gradient(180deg,#f8faf8,#fff);overflow:hidden}.service-types-header{text-align:center;max-width:700px;margin:0 auto 60px}.service-types-badge{display:inline-block;padding:10px 24px;background:#1f8a44;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;border-radius:50px;margin-bottom:20px}.service-types-title{font-family:"DM Serif Display",serif;font-size:clamp(36px,5vw,56px);color:#1a1a1a;margin-bottom:20px;line-height:1.2}.service-types-title .highlight{color:#1f8a44}.service-types-desc{font-size:18px;color:#666;line-height:1.6}.service-types-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.service-type-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000014;transition:all .4s ease}.service-type-card:hover{box-shadow:0 30px 80px #0000001f}.service-type-image{position:relative;height:280px;overflow:hidden}.service-type-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.4) 100%);pointer-events:none}.service-icon-badge{position:absolute;top:20px;right:20px;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 20px #0003}.service-type-content{padding:30px}.service-subtitle{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px}.service-type-title{font-family:"DM Serif Display",serif;font-size:28px;color:#1a1a1a;margin:8px 0 15px}.service-type-desc{font-size:15px;color:#666;line-height:1.6;margin-bottom:20px}.service-features{list-style:none;padding:0;margin:0 0 25px;display:flex;flex-direction:column;gap:10px}.service-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#444;font-weight:500}.service-type-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;color:#fff;font-weight:600;font-size:14px;border-radius:50px;text-decoration:none;transition:all .3s ease}.service-type-cta:hover{transform:translate(5px);box-shadow:0 10px 30px #0003}@media(max-width:900px){.service-types-grid{grid-template-columns:1fr;gap:30px}}@media(max-width:768px){.service-types-section{padding:60px 0}.service-types-header{margin-bottom:40px}.service-type-image{height:220px}.service-type-content{padding:24px}.service-type-title{font-size:24px}}.services-section{padding:80px 0;max-width:1300px;margin:0 auto}.services-title-container{margin-bottom:60px;display:flex;flex-direction:column;width:100%}.services-title-top{font-family:"DM Serif Display",serif;font-size:clamp(54px,10vw,100px);font-weight:300;color:#1f8a44;line-height:1;margin-bottom:5px;text-align:left}.services-title-bottom{font-family:"DM Serif Display",serif;font-size:clamp(54px,10vw,110px);font-weight:300;color:#f37021;line-height:1;text-align:right;width:90%}.services-grid-match{display:grid;grid-template-columns:1fr 1fr;gap:24px}.service-image-card{position:relative;border-radius:24px;overflow:hidden;height:400px}.service-image-card.large{height:520px}.service-image-card img{width:100%;height:100%;object-fit:cover}.service-card-image-link{display:block;width:100%;height:100%;overflow:hidden;border-radius:20px 20px 0 0;position:relative}.card-overlay-glow{position:absolute;inset:0;background:radial-gradient(circle at 50% 120%,rgba(31,138,68,.4),transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.service-image-card:hover .card-overlay-glow{opacity:1}.service-card-image-link img{width:100%;height:100%;object-fit:cover;display:block}.card-footer{position:absolute;bottom:20px;left:15px;right:15px;display:flex;justify-content:space-between;align-items:center}.card-label{background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:10px;color:#fff;font-size:11px;font-weight:400}.watch-video-btn{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:8px 16px;border-radius:10px;color:#fff;font-size:11px;display:flex;align-items:center;gap:8px;text-decoration:none;transition:background .3s}.watch-video-btn:hover{background:#ffffff4d}.services-left-col,.services-right-col{display:flex;flex-direction:column;gap:24px}.promo-green-box-match{background-color:#1f8a44;border-radius:20px;padding:40px;position:relative;min-height:140px;display:flex;align-items:center}.promo-green-box-match p{color:#fff;font-size:20px;font-weight:400;max-width:90%;line-height:1.4}.promo-icon-orange-match{position:absolute;bottom:-10px;right:0;width:48px;height:48px;background-color:#f37021;border-radius:12px;display:flex;align-items:center;justify-content:center}.stats-white-card{background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:30px;text-align:center}.stats-white-card h4{color:#4c4b63;font-size:22px;font-weight:500;margin-bottom:24px}.stats-row-match{display:flex;gap:16px}.stat-item-match{flex:1;padding:28px 18px;border-radius:18px;color:#fff;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .3s ease;cursor:pointer}.stat-val-match{font-size:56px;font-weight:400;font-family:"DM Serif Display",serif;line-height:1}.stat-info-match{display:flex;flex-direction:column;align-items:center;margin-top:5px}.stat-info-match span{font-size:10px;font-weight:600;text-transform:uppercase}.stat-icon-small{margin-bottom:2px}@media(max-width:1024px){.services-grid-match{grid-template-columns:1fr}.services-title-top{font-size:clamp(40px,10vw,70px)}.services-title-bottom{font-size:clamp(44px,12vw,80px)}}@media(max-width:768px){.services-section{padding:60px 0}.services-title-container{padding:0 20px;margin-bottom:40px;text-align:center;width:100%;line-height:1.1;box-sizing:border-box}.services-grid-match{padding:0 20px}.services-title-bottom{font-size:clamp(32px,10vw,50px);margin-top:5px}.service-image-card.large{height:350px}.service-image-card{height:300px}.stats-row-match{flex-direction:column}.promo-green-box-match p{font-size:16px}}.testimonials-section{padding:80px 0;background:#fff;overflow:hidden;position:relative}.testimonials-header-v2{text-align:center;margin-bottom:60px}.t-badge{display:inline-block;padding:6px 14px;background:#f370211a;color:#f37021;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:15px}.testimonials-header-v2 h2{font-size:48px;font-weight:800;color:#1a1a1a}.testimonials-header-v2 h2 span{color:#1f8a44}.testimonials-slider-container{max-width:1000px;margin:0 auto;position:relative;padding-bottom:80px}.t-slide-v2{display:flex;background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 40px 100px #0000000f;border:1px solid #f0f0f0;min-height:400px}.t-image-side{flex:0 0 40%;position:relative;overflow:hidden}.t-image-side img{width:100%;height:100%;object-fit:cover}.t-image-overlay{position:absolute;inset:0;background:linear-gradient(to right,transparent,rgba(0,0,0,.1))}.t-content-side{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center;position:relative}.quote-icon-bg{position:absolute;top:30px;right:40px}.t-text-v2{font-size:20px;line-height:1.6;color:#444;margin-bottom:30px;font-style:italic;font-weight:500}.t-author-v2{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid #eee}.t-author-main{display:flex;flex-direction:column}.t-author-main strong{font-size:18px;color:#1a1a1a;margin-bottom:4px}.t-author-main span{font-size:14px;color:#888}.t-rating{display:flex;gap:4px}.t-nav-v2{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:40px}.t-nav-btn{width:50px;height:50px;border-radius:100px;border:1px solid #eee;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#666}.t-nav-btn:hover{background:#1f8a44;color:#fff;border-color:#1f8a44;transform:scale(1.1)}.t-nav-btn.prev:hover{background:#f37021;border-color:#f37021}.t-dots{display:flex;gap:10px}.t-dot{width:10px;height:10px;border-radius:100px;background:#ddd;cursor:pointer;transition:all .3s ease}.t-dot.active{width:30px;background:#1f8a44}@media(max-width:900px){.t-slide-v2{flex-direction:column}.t-image-side{height:250px;flex:none}.t-content-side{padding:40px 30px}.t-text-v2{font-size:18px}}@media(max-width:600px){.testimonials-header-v2 h2{font-size:32px}.t-content-side{padding:30px 20px}.t-author-v2{flex-direction:column;align-items:flex-start;gap:15px}}.impact-section{padding:80px 0;background:linear-gradient(180deg,#fff,#f8faf8);overflow:hidden}.impact-inner{max-width:1300px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.impact-content{display:flex;flex-direction:column;gap:40px}.impact-title{font-family:"DM Serif Display",serif;font-size:72px;line-height:1.1;color:#1a1a1a;letter-spacing:-.02em}.impact-title span{color:#1f8a44;display:block}.impact-features{display:grid;grid-template-columns:1fr;gap:24px}.feature-item{display:flex;gap:20px;padding:24px 32px;background:#fff;border-radius:24px;box-shadow:0 10px 40px #0000000a;border:1px solid rgba(0,0,0,.03);transition:all .4s cubic-bezier(.19,1,.22,1)}.feature-item:hover{transform:translate(12px);border-color:#1f8a44;box-shadow:0 20px 40px #1f8a441a}.feature-icon{width:56px;height:56px;background:#e8f3e8;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#1f8a44}.feature-item:nth-child(2) .feature-icon{background:#fff3e8;color:#f37021}.feature-item:nth-child(2):hover{border-color:#f37021;box-shadow:0 20px 40px #f370211a}.feature-text h4{font-size:18px;font-weight:700;margin-bottom:4px;color:#1a1a1a}.feature-text p{font-size:14px;color:#666;line-height:1.5}.impact-visual{position:relative}.illustration-card{background:#fff;padding:20px;border-radius:40px;box-shadow:0 40px 80px #0000001a;position:relative;z-index:2}.illustration-card img{width:100%;border-radius:30px;display:block}.floating-stats{position:absolute;bottom:-30px;left:-30px;background:#1f8a44;color:#fff;padding:24px 32px;border-radius:24px;box-shadow:0 20px 40px #1f8a444d;z-index:3;display:flex;flex-direction:column;gap:4px}.floating-stats .label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.floating-stats .value{font-size:24px;font-weight:700}.impact-bg-decoration{position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(243,112,33,.1) 0%,transparent 70%);z-index:1}@media(max-width:1150px){.impact-inner{grid-template-columns:1fr;gap:60px;text-align:center}.impact-title{font-size:56px}.impact-features{text-align:left}.impact-visual{max-width:600px;margin:0 auto}}@media(max-width:768px){.impact-section{padding:60px 0;overflow:hidden}.impact-inner{padding:0 20px}.impact-title{font-size:clamp(28px,8vw,40px);line-height:1.2;text-align:center;width:100%;margin-bottom:24px}.impact-title span{display:block;color:#f37021;margin-top:5px}.impact-content{gap:25px;align-items:center}.floating-stats{left:20px;right:20px;bottom:-20px}.impact-bg-decoration{display:none}}.solutions-circuit-section{position:relative;width:100%;background-color:#fff!important;padding:80px 0;overflow:hidden}.circuit-container{max-width:1200px;margin:0 auto;padding:0 40px}.circuit-header{text-align:center;margin-bottom:80px}.circuit-tag{font-size:11px;font-weight:900;letter-spacing:.3em;color:#1f8a44;text-transform:uppercase;margin-bottom:20px;display:inline-block}.circuit-title{font-family:"DM Serif Display",serif;font-size:clamp(38px,5vw,64px);line-height:1.1;color:#1a1a1a}.circuit-title span{color:#1f8a44}.circuit-visualizer{position:relative;width:100%;height:800px;display:flex;align-items:center;justify-content:center}.svg-network{position:absolute;inset:0;width:100%;height:100%;z-index:1}.circuit-hub-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;display:flex;flex-direction:column;align-items:center}.hub-box{position:relative;cursor:pointer}.hub-inner-panel{width:110px;height:110px;background:#fff;border:3px solid #1f8a44;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 15px 45px #1f8a4426;background-image:linear-gradient(rgba(31,138,68,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(31,138,68,.04) 1px,transparent 1px);background-size:18px 18px}.hub-glow-ring{position:absolute;inset:-12px;border:2px solid rgba(31,138,68,.2);border-radius:28px;animation:hubRingPulse 3s infinite}@keyframes hubRingPulse{0%{transform:scale(1);opacity:.8}to{transform:scale(1.3);opacity:0}}.hub-tag{margin-top:15px;font-size:10px;font-weight:900;letter-spacing:.2em;color:#1f8a44;background:#1f8a4414;padding:4px 12px;border-radius:100px}.circuit-node{position:absolute;z-index:100}.node-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.5);padding:24px;border-radius:24px;display:flex;align-items:center;gap:18px;width:340px;box-shadow:0 4px 15px #00000005,inset 0 0 20px #fff3;transition:all .5s cubic-bezier(.19,1,.22,1);position:relative}.node-1 .node-card,.node-3 .node-card,.node-5 .node-card{background:linear-gradient(145deg,#fffffff2,#1f8a440d)}.node-1:hover .node-card,.node-3:hover .node-card,.node-5:hover .node-card{background:linear-gradient(145deg,#fff,#1f8a441a)}.node-2 .node-card,.node-4 .node-card,.node-6 .node-card{background:linear-gradient(145deg,#fffffff2,#f370210d)}.node-2:hover .node-card,.node-4:hover .node-card,.node-6:hover .node-card{background:linear-gradient(145deg,#fff,#f370211a)}.node-icon-bg{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:#fff;box-shadow:0 8px 16px #0000000a;border:1px solid rgba(0,0,0,.03)}.node-text h4{font-size:18px;font-weight:700;margin-bottom:2px;color:#1a1a1a}.node-text p{font-size:13px;color:#666;line-height:1.4}.port-dot{position:absolute;width:10px;height:10px;border-radius:50%;z-index:5}@media(min-width:1201px){.node-1{top:110px;left:60px}.node-2{top:110px;right:60px}.node-3{top:50%;left:20px;transform:translateY(-50%)}.node-4{top:50%;right:20px;transform:translateY(-50%)}.node-5{bottom:110px;left:60px}.node-6{bottom:110px;right:60px}.node-1 .port-dot,.node-3 .port-dot,.node-5 .port-dot{right:-5px;top:50%;transform:translateY(-50%)}.node-2 .port-dot,.node-4 .port-dot,.node-6 .port-dot{left:-5px;top:50%;transform:translateY(-50%)}}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:1200px){.desktop-only{display:none}.mobile-only{display:block}.solutions-circuit-section{padding:80px 0}.circuit-container{padding:0 20px}.circuit-visualizer{height:auto;display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:60px}.svg-network{position:absolute;height:100%;width:60px;left:50%;transform:translate(-50%);z-index:1;display:block}.circuit-hub-container{position:relative;top:0;left:0;transform:none;margin-bottom:20px;z-index:50}.hub-inner-panel{width:85px;height:85px}.circuit-node{position:relative;width:100%;max-width:420px;z-index:10;inset:auto!important;transform:none!important}.node-card{width:100%;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.port-dot{display:none}}@media(max-width:640px){.node-card{padding:18px;gap:14px}.node-icon-bg{width:48px;height:48px}.node-text h4{font-size:16px}.node-text p{font-size:12px}}.showcase-section{padding:90px 0;background-color:#fff;position:relative;overflow:hidden}.showcase-container{max-width:1400px;margin:0 auto;padding:0 40px}.showcase-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:80px;gap:40px}.showcase-tag{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.3em;color:#1f8a44;display:block;margin-bottom:24px}.showcase-title{font-family:"DM Serif Display",serif;font-size:clamp(48px,6vw,84px);line-height:.95;color:#1a1a1a;letter-spacing:-.02em}.italic-serif{font-style:italic;font-weight:300;color:#1f8a44}.showcase-desc-area{max-width:420px}.showcase-desc{font-size:18px;color:#555;line-height:1.6;margin-bottom:32px}.showcase-cta{background:#1a1a1a;color:#fff;padding:18px 36px;border-radius:100px;border:none;display:inline-flex;align-items:center;gap:12px;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.19,1,.22,1)}.showcase-cta:hover{background:#1f8a44;transform:translateY(-4px) scale(1.02);box-shadow:0 15px 30px #1f8a4433}.showcase-visual-wrapper{position:relative;z-index:2}.showcase-visual{width:100%;height:750px;border-radius:50px;overflow:hidden;position:relative;box-shadow:0 50px 100px #0000001f}.showcase-visual img{width:100%;height:100%;object-fit:cover}.showcase-overlay-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent 60%)}.showcase-stats-overlay{position:absolute;bottom:50px;left:50px;display:flex;gap:24px;z-index:10}.showcase-stat-card{background:#ffffffd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:24px 36px;border-radius:28px;display:flex;align-items:center;gap:20px;box-shadow:0 20px 50px #0000001a;border:1px solid rgba(255,255,255,.5);transition:transform .3s ease}.showcase-stat-card:hover{transform:translateY(-5px)}.stat-icon{width:52px;height:52px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#1f8a44;box-shadow:0 10px 20px #1f8a441a}.showcase-stat-card:nth-child(2) .stat-icon{color:#f37021;box-shadow:0 10px 20px #f370211a}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:26px;font-weight:700;color:#1a1a1a;line-height:1}.stat-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.1em;margin-top:4px}.showcase-decor-blob{position:absolute;top:-120px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(31,138,68,.08) 0%,transparent 70%);z-index:-1}.showcase-bottom-accent{height:6px;background:linear-gradient(90deg,#1f8a44,#f37021);width:200px;margin:100px auto 0;border-radius:100px;opacity:.3}@media(max-width:1100px){.showcase-header{flex-direction:column;align-items:flex-start;gap:32px}.showcase-visual{height:550px;border-radius:32px}.showcase-stats-overlay{position:absolute;bottom:30px;left:30px;right:30px;display:flex;flex-wrap:wrap;gap:16px}.showcase-stat-card{padding:16px 20px;flex:1;min-width:180px;border-radius:20px}.stat-value{font-size:22px}}@media(max-width:768px){.showcase-section{padding:60px 0}.showcase-container{padding:0 20px}.showcase-header{margin-bottom:40px}.showcase-visual{height:350px;border-radius:20px;overflow:visible}.showcase-stats-overlay{position:relative;bottom:auto;left:auto;right:auto;padding-top:24px;display:flex;flex-direction:column;gap:12px;z-index:20}.showcase-stat-card{min-width:100%;background:#f7f9f7;-webkit-backdrop-filter:none;backdrop-filter:none;border:1px solid #e5e7eb;padding:18px 24px;transform:none!important}.showcase-title{font-size:clamp(32px,10vw,48px);text-align:center;width:100%}.showcase-tag{text-align:center;width:100%;margin-bottom:15px}.showcase-desc-area{text-align:center;max-width:100%}.showcase-desc{font-size:15px}.showcase-cta{width:100%;justify-content:center;padding:15px}.showcase-bottom-accent{margin-top:60px}.showcase-decor-blob{display:none}}@media(max-width:600px){.showcase-section{padding:80px 0}.showcase-visual{height:400px}.showcase-stat-card{min-width:100%}}.savings-section{padding:80px 0;background:#fff;overflow:hidden;position:relative}.savings-container{max-width:1280px;margin:0 auto;padding:0 24px}.savings-flex{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.savings-visuals{position:relative}.savings-card-primary{background:#fff;border-radius:32px;padding:50px;color:var(--text-main);box-shadow:0 40px 100px #0000000f;position:relative;z-index:2;border:1px solid #f0f0f0}.savings-badge{display:inline-block;padding:6px 14px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:20px;border:1px solid rgba(31,138,68,.2)}.savings-header h2{font-size:42px;font-weight:800;line-height:1.1;margin-bottom:20px;color:#1a1a1a}.savings-header h2 span{color:#1f8a44}.savings-header p{color:#666;font-size:18px;margin-bottom:40px;max-width:450px}.savings-chart-wrapper{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.chart-item{display:flex;flex-direction:column;gap:12px}.chart-info{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:#444}.price-up{color:#ef4444}.price-down{color:#1f8a44}.chart-bar-bg{height:14px;background:#f0f0f0;border-radius:100px;overflow:hidden}.chart-bar{height:100%;border-radius:100px}.chart-bar.utility{background:linear-gradient(90deg,#ef4444,#f87171)}.chart-bar.solar{background:linear-gradient(90deg,#1f8a44,#4ade80)}.savings-highlight{display:flex;align-items:center;gap:15px;background:#f7f9f7;padding:15px 25px;border-radius:16px;border-left:4px solid #F37021}.savings-highlight p{margin:0;font-size:15px;color:#555}.savings-highlight strong{color:#1a1a1a}.floating-saving-badge{position:absolute;bottom:-30px;right:-40px;background:#fff;padding:20px 25px;border-radius:20px;box-shadow:0 20px 40px #0000001a;display:flex;align-items:center;gap:15px;color:#1a1a1a;z-index:3}.f-icon{width:44px;height:44px;background:#fff8e1;border-radius:12px;display:flex;align-items:center;justify-content:center}.f-text{display:flex;flex-direction:column}.f-text strong{font-size:20px;line-height:1}.f-text span{font-size:12px;color:#666}.savings-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.saving-info-card{background:#f9f9f9;padding:30px;border-radius:24px;border:1px solid #eee;transition:all .3s ease}.si-icon{width:48px;height:48px;background:#fff;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#1f8a44;margin-bottom:20px;box-shadow:0 4px 10px #0000000d}.saving-info-card h3{font-size:28px;font-weight:800;margin-bottom:5px;color:#1a1a1a}.saving-info-card label{font-size:14px;font-weight:700;color:#1f8a44;text-transform:uppercase;display:block;margin-bottom:12px}.saving-info-card p{font-size:14px;color:#666;line-height:1.5}.savings-cta-card{grid-column:span 2;background:#f37021;padding:40px;border-radius:24px;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.savings-cta-card h4{font-size:24px;margin-bottom:10px}.savings-cta-card p{margin-bottom:25px;opacity:.9}.btn-savings{background:#fff;color:#1f8a44;padding:12px 30px;border-radius:100px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:10px;transition:all .3s ease}.btn-savings:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}@media(max-width:1024px){.savings-flex{display:flex;flex-direction:column;gap:40px}.savings-visuals{order:1}.savings-info-grid{order:2}}@media(max-width:768px){.savings-section{padding:60px 0;overflow:hidden}.savings-container{padding:0 20px}.savings-flex{display:flex;flex-direction:column;gap:30px}.savings-visuals{order:1}.savings-info-grid{order:2;display:flex;flex-direction:column;gap:15px}.saving-info-card{order:1}.savings-cta-card{order:3;grid-column:span 1}.savings-card-primary{padding:30px 20px}.savings-header h2{font-size:32px}.floating-saving-badge{position:relative;bottom:auto;right:auto;margin:-40px auto 20px;width:fit-content;z-index:10;padding:15px 25px;box-shadow:0 15px 30px #0000001a}}.govt-section{padding:80px 0;background:#fdfdfd}.govt-container{max-width:1280px;margin:0 auto;padding:0 24px}.section-header-v4{text-align:center;max-width:700px;margin:0 auto 60px}.govt-badge-v4{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#1f8a44;color:#fff;border-radius:100px;font-size:13px;font-weight:700;margin-bottom:24px;box-shadow:0 10px 20px #1f8a4433}.section-header-v4 h2{font-size:48px;font-weight:800;color:#1a1a1a;line-height:1.1;margin-bottom:20px}.section-header-v4 h2 span{color:#1f8a44}.section-header-v4 p{font-size:18px;color:#666}.govt-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.govt-visual{background:#fff;border-radius:32px;padding:40px;box-shadow:0 40px 100px #00000008;border:1px solid #f0f0f0}.svg-canvas{width:100%;margin-bottom:30px}.svg-label{font-size:11px;font-weight:700;fill:#1f8a44;text-transform:uppercase;letter-spacing:.5px}.govt-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.gf-item{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#444}.subsidy-tiers h3{font-size:32px;margin-bottom:15px}.subsidy-tiers h3 span{color:#1f8a44}.tier-desc{color:#777;margin-bottom:40px}.tiers-list{display:flex;flex-direction:column;gap:15px;margin-bottom:40px}.tier-card{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;border-radius:20px;transition:transform .3s ease}.tier-card:hover{transform:translate(10px);border-left:3px solid #F37021}.tier-info h4{font-size:18px;margin-bottom:4px;color:#1a1a1a}.tier-info p{font-size:13px;color:#666;margin:0}.tier-amount{font-size:24px;font-weight:800;color:#096909}.govt-cta-box{background:#fff;padding:25px;border-radius:20px;display:flex;align-items:center;gap:20px;color:#1a1a1a;border:1px solid #eee;box-shadow:0 10px 30px #0000000d}.cta-icon{width:48px;height:48px;background:#f7f9f7;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f37021}.cta-txt{flex:1}.cta-txt strong{display:block;margin-bottom:4px;color:#1a1a1a}.cta-txt p{font-size:13px;color:#666;margin:0}.btn-govt{background:#1f8a44;color:#fff;padding:12px 20px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;white-space:nowrap;transition:all .3s ease}.btn-govt:hover{transform:translateY(-2px);background:#166534}@media(max-width:1024px){.govt-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:768px){.govt-section{padding:60px 0}.govt-container{padding:0 24px}.section-header-v4 h2{font-size:36px}.govt-visual{padding:20px}.govt-features-list{grid-template-columns:1fr}.tier-card{padding:20px}.tier-amount{font-size:20px}.govt-cta-box{flex-direction:column;text-align:center}}.projects-page{padding-top:100px;background-color:#fafafa}.projects-hero{padding:100px 0 60px;text-align:center;background-color:#fff}.projects-title{font-family:"DM Serif Display",serif;font-size:64px;line-height:1.1;color:#1a1a1a;margin-bottom:24px}.projects-title span{color:#1f8a44}.projects-subtitle{font-size:18px;color:#666;max-width:600px;margin:0 auto}.filter-section{padding:40px 0;background-color:#fff;border-bottom:1px solid #eee;position:sticky;top:80px;z-index:50}.filter-container{display:flex;align-items:center;justify-content:center;gap:32px}.filter-label{display:flex;align-items:center;gap:8px;font-weight:600;color:#1a1a1a}.filter-tabs{display:flex;gap:12px}.filter-tab{padding:10px 24px;border-radius:100px;border:1px solid #eee;background:transparent;font-weight:500;font-size:14px;color:#666;cursor:pointer;transition:all .3s ease}.filter-tab:hover{border-color:#1f8a44;color:#1f8a44}.filter-tab.active{background-color:#1f8a44;border-color:#1f8a44;color:#fff;box-shadow:0 10px 20px #1f8a4433}.gallery-section{padding:80px 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:40px}.project-card{background:#fff;border-radius:32px;overflow:hidden;box-shadow:0 20px 40px #0000000d;transition:transform .4s ease,box-shadow .4s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 40px 80px #0000001a}.project-image{position:relative;height:280px;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;transition:scale .6s ease}.project-card:hover .project-image img{scale:1.1}.project-category{position:absolute;top:20px;left:20px;background:#ffffffe6;padding:6px 16px;border-radius:100px;font-size:12px;font-weight:700;color:#1f8a44;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-overlay{position:absolute;inset:0;background:#1f8a44cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease}.project-card:hover .project-overlay{opacity:1}.view-details{color:#fff;text-decoration:none;font-weight:700;display:flex;align-items:center;gap:8px;border:2px solid white;padding:12px 24px;border-radius:100px;transition:all .3s ease}.view-details:hover{background:#fff;color:#1f8a44}.project-info{padding:30px}.project-info h3{font-family:"DM Serif Display",serif;font-size:24px;color:#1a1a1a;margin-bottom:8px}.location{font-size:14px;color:#666;margin-bottom:24px}.project-stats{display:flex;gap:30px;padding-top:20px;border-top:1px solid #eee}.stat{display:flex;flex-direction:column}.stat .label{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#999;margin-bottom:4px}.stat .value{font-weight:700;color:#1a1a1a;font-size:16px}.projects-cta{padding-bottom:100px}.cta-box{background-color:#1f8a44;border-radius:40px;padding:80px 40px;text-align:center;color:#fff}.cta-box h2{font-family:"DM Serif Display",serif;font-size:48px;margin-bottom:16px}.cta-box p{font-size:18px;opacity:.8;margin-bottom:40px}.cta-btn-white{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#fff;color:#1f8a44;font-weight:600;font-size:16px;border-radius:100px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #00000026}.cta-btn-white:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 8px 30px #0003}@media(max-width:900px){.projects-title{font-size:48px}.filter-container{flex-direction:column;gap:16px}.filter-tabs{flex-wrap:wrap;justify-content:center}}@media(max-width:600px){.projects-grid{grid-template-columns:1fr}.cta-box{padding:60px 20px}.cta-box h2{font-size:32px}}.contact-page{padding-top:100px;background-color:#fcfcfc;position:relative;overflow:hidden}.contact-global-topo{position:absolute;inset:0;pointer-events:none;z-index:0;color:#1f8a44}.contact-global-topo svg{width:100%;height:100%}.contact-hero{padding:100px 0 60px;text-align:center}.contact-badge{display:inline-block;padding:6px 16px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.15em;margin-bottom:24px;border:1px solid rgba(31,138,68,.2)}.contact-title{font-family:"DM Serif Display",serif;font-size:72px;line-height:1;color:#1a1a1a;margin-bottom:24px}.contact-title span{color:#f37021}.contact-subtitle{font-size:18px;color:#666;max-width:650px;margin:0 auto;line-height:1.6}.contact-main{padding:60px 0 100px}.contact-grid{display:grid;grid-template-columns:400px 1fr;gap:40px}.contact-sidebar{display:flex;flex-direction:column;gap:24px}.contact-card{background:#1f8a44;border-radius:40px;padding:50px 40px;color:#fff;position:relative;box-shadow:0 30px 60px #1f8a444d}.gradient-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);border-radius:50%}.contact-card h3{font-family:"DM Serif Display",serif;font-size:32px;margin-bottom:12px}.card-top p{font-size:14px;opacity:.8;margin-bottom:60px}.sidebar-links{display:flex;flex-direction:column;gap:32px}.sidebar-item{display:flex;align-items:center;gap:20px}.item-icon{width:48px;height:48px;background:#ffffff1a;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-content label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:2px}.item-content p{font-size:16px;font-weight:500}.sidebar-socials{display:flex;gap:16px;margin-top:60px}.sidebar-socials a{width:44px;height:44px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.sidebar-socials a:hover{background:#fff;color:#1f8a44}.trust-card{background:#fff;padding:30px;border-radius:30px;display:flex;align-items:center;gap:20px;box-shadow:0 10px 30px #00000008}.trust-card h4{font-size:16px;color:#1a1a1a;margin-bottom:4px}.trust-card p{font-size:13px;color:#888}.form-wrapper{background:#fff;border-radius:40px;padding:60px;box-shadow:0 40px 100px #0000000d}.form-header{margin-bottom:40px}.form-header h2{font-family:"DM Serif Display",serif;font-size:32px;color:#1a1a1a;margin-bottom:8px}.form-header p{color:#888;font-size:15px}.contact-form-premium{display:flex;flex-direction:column;gap:20px}.input-row{display:flex;gap:20px}.input-group{flex:1}.input-group input,.input-group select,.input-group textarea{width:100%;padding:16px 24px;border-radius:16px;border:1px solid #eee;background:#f9f9f9;font-size:15px;transition:all .3s ease;outline:none;color:#1a1a1a}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{background:#fff;border-color:#1f8a44;box-shadow:0 10px 20px #1f8a440d}.input-group textarea{height:180px;resize:none}.contact-submit-btn{padding:18px 40px;background:#f37021;color:#fff;border:none;border-radius:16px;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 15px 30px #f3702140;margin-top:10px}.contact-submit-btn:hover{transform:translateY(-3px);box-shadow:0 20px 40px #f3702159;background:#e0631b}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.form-wrapper.success-state{display:flex;align-items:center;justify-content:center;min-height:500px}.success-content{text-align:center}.success-content h2{font-family:"DM Serif Display",serif;font-size:40px;color:#1f8a44;margin:24px 0 12px}.success-content p{color:#666;font-size:16px;margin-bottom:32px;max-width:350px}.form-error{color:#dc3545;font-size:14px;text-align:center;margin-top:12px}.faq-section{padding:100px 0;background:#fff}.section-badge{display:inline-block;margin-bottom:16px}.section-badge span{color:#1f8a44;font-weight:700;letter-spacing:.1em;font-size:12px}.section-title{font-family:"DM Serif Display",serif;font-size:48px;color:#1a1a1a;margin-bottom:60px}.section-title span{color:#1f8a44}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:1000px;margin:0 auto}.faq-item{background:#fcfcfc;border:1px solid #eee;border-radius:20px;padding:24px;cursor:pointer;transition:all .3s ease}.faq-item:hover{border-color:#1f8a44;filter:drop-shadow(0 10px 20px rgba(0,0,0,.02))}.faq-item.open{background:#fff;border-color:#1f8a44;box-shadow:0 20px 40px #1f8a441a}.faq-question{display:flex;justify-content:space-between;align-items:center}.q-left{display:flex;align-items:center;gap:16px}.q-icon{color:#1f8a44}.faq-question h4{font-size:16px;font-weight:600;color:#1a1a1a}.q-chevron{color:#ccc;transition:transform .3s ease}.open .q-chevron{transform:rotate(180deg);color:#1f8a44}.faq-answer{overflow:hidden}.faq-answer p{padding-top:20px;color:#666;line-height:1.6;font-size:14px}.location-visual{padding-bottom:100px}.visual-card{height:500px;border-radius:50px;overflow:hidden;position:relative;box-shadow:0 40px 100px #0000001a}.visual-card img{width:100%;height:100%;object-fit:cover;opacity:.15}.visual-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;background:transparent}.map-marker-premium{width:80px;height:80px;background:#1f8a44;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 20px 40px #1f8a4466;margin-bottom:40px}.marker-pulse{position:absolute;inset:-10px;border:2px solid #1F8A44;border-radius:50%;animation:pulse-ring 2s infinite ease-out}@keyframes pulse-ring{0%{transform:scale(.5);opacity:0}50%{opacity:.5}to{transform:scale(1.5);opacity:0}}.location-details{text-align:center}.location-details h3{font-family:"DM Serif Display",serif;font-size:32px;margin-bottom:8px}.location-details p{color:#666;font-size:16px;margin-bottom:12px}.location-details .address{font-weight:700;color:#1f8a44;font-size:18px;letter-spacing:-.02em}@media(max-width:1200px){.contact-title{font-size:56px}.contact-grid{grid-template-columns:1fr}.contact-sidebar{order:2;flex-direction:row;flex-wrap:wrap}.contact-card,.trust-card{flex:1;min-width:300px}.faq-grid{grid-template-columns:1fr}}@media(max-width:768px){.contact-title{font-size:42px}.form-wrapper{padding:40px 24px}.input-row{flex-direction:column;gap:20px}.contact-sidebar{flex-direction:column}.contact-card{padding:32px 20px;border-radius:24px}.contact-card h3{font-size:24px}.card-top p{margin-bottom:32px;font-size:13px}.sidebar-links{gap:20px}.sidebar-item{gap:12px}.item-icon{width:40px;height:40px;border-radius:10px}.item-content label{font-size:10px}.item-content p{font-size:13px;word-break:break-word}.sidebar-socials{margin-top:32px}}.res-solar-page{background-color:#fcfcfc;color:#1a1a1a;position:relative;overflow-x:hidden}.res-fixed-topo{position:absolute;inset:0;pointer-events:none;z-index:0}.res-hero-premium{padding:120px 0 60px;min-height:80vh;display:flex;align-items:center}.res-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-badge-vibrant{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.1em;margin-bottom:24px;border:1px solid rgba(31,138,68,.2)}.pulse-dot{width:6px;height:6px;background:#1f8a44;border-radius:50%;animation:pulse-ring 1.5s infinite}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #1f8a44b3}70%{transform:scale(1);box-shadow:0 0 0 6px #1f8a4400}to{transform:scale(.95);box-shadow:0 0 #1f8a4400}}.hero-title-main{font-family:"DM Serif Display",serif;font-size:80px;line-height:1.05;margin-bottom:24px}.hero-title-main span{color:#f37021;background:linear-gradient(120deg,#f37021,#ff9b5f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-desc{font-size:18px;color:#666;line-height:1.6;max-width:500px;margin-bottom:40px}.hero-buttons{display:flex;gap:20px}.btn-vibrant-primary{background:#1f8a44;color:#fff;padding:18px 36px;border-radius:16px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:12px;box-shadow:0 15px 30px #1f8a4433;transition:all .3s ease}.btn-vibrant-primary:hover{transform:translateY(-3px);background:#186f36}.btn-vibrant-ghost{background:#fff;color:#1a1a1a;padding:18px 36px;border-radius:16px;font-weight:700;text-decoration:none;border:1px solid #eee;transition:all .3s ease}.btn-vibrant-ghost:hover{border-color:#1f8a44;color:#1f8a44}.main-visual-wrapper{position:relative}.hero-main-img{width:100%;border-radius:40px;box-shadow:0 40px 80px #0000001a}.img-vibrant-glow{position:absolute;inset:-30px;background:radial-gradient(circle,rgba(31,138,68,.1) 0%,transparent 70%);z-index:-1}.floating-stats-vibrant{position:absolute;bottom:20px;right:-20px;background:#fff;padding:20px;border-radius:20px;display:flex;align-items:center;gap:16px;box-shadow:0 20px 50px #00000026}.stat-v-icon{width:44px;height:44px;background:#f37021;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-v-data label{display:block;font-size:10px;font-weight:800;color:#999;margin-bottom:2px}.sv-val{font-size:22px;font-weight:900}.sv-val span{font-size:13px;color:#666}.savings-section-compact{padding:60px 0}.savings-grid-vibrant{display:grid;grid-template-columns:1fr 380px;gap:32px}.savings-main-card{background:#fff;border:1px solid #eee;border-radius:32px;padding:40px;box-shadow:0 10px 30px #00000005}.v-card-header h3{font-family:"DM Serif Display",serif;font-size:48px;color:#1a1a1a;margin:12px 0 4px}.v-card-header p{color:#666;font-size:15px;margin-bottom:40px}.v-simple-graph{display:flex;flex-direction:column;gap:12px}.v-bar-label{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:#999}.v-bars{height:10px;background:#f0f0f0;border-radius:100px;position:relative;overflow:hidden}.v-bar-red{height:100%;background:#ff4d4d;position:absolute;left:0}.v-bar-green{height:100%;background:#1f8a44;position:absolute;left:0;z-index:2}.v-impact-stats{display:flex;flex-direction:column;gap:16px}.v-stat-item{background:#fff;border:1px solid #eee;padding:24px;border-radius:24px;display:flex;align-items:center;gap:20px;transition:all .3s ease}.v-stat-item:hover{transform:translate(10px);border-color:#1f8a44}.v-icon-bg{width:48px;height:48px;background:#f9f9f9;border-radius:14px;display:flex;align-items:center;justify-content:center}.v-stat-num{font-size:24px;font-weight:900}.v-stat-info label{font-size:12px;color:#999;font-weight:700}.comparison-impact-vibrant{padding:80px 0;background:#fff}.section-header-compact{margin-bottom:40px}.solar-label-vibrant{display:block;font-size:11px;font-weight:800;color:#1f8a44;letter-spacing:.1em;margin-bottom:8px}.section-header-compact h2{font-family:"DM Serif Display",serif;font-size:40px}.section-header-compact h2 span{color:#1f8a44}.comparison-table-vibrant{display:flex;align-items:center;gap:24px;margin-top:40px}.comp-col{flex:1;background:#fdfdfd;border:1px solid #eee;border-radius:32px;padding:48px;position:relative;transition:all .4s ease}.comp-col.yes2solar{background:#f9fff9;border-color:#1f8a44;box-shadow:0 40px 80px #1f8a441a;transform:scale(1.02)}.comp-header{margin-bottom:32px}.comp-icon{margin-bottom:16px}.comp-icon.red{color:#ff4d4d}.comp-icon.green{color:#1f8a44}.comp-col h3{font-family:"DM Serif Display",serif;font-size:28px;margin-bottom:8px}.comp-col p{font-size:14px;color:#999}.comp-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.comp-list li{font-size:15px;font-weight:600;color:#555;position:relative;padding-left:20px}.comp-list li:before{content:"•";position:absolute;left:0;color:#ccc}.yes2solar .comp-list li{color:#1a1a1a}.yes2solar .comp-list li:before{color:#1f8a44}.comp-vs-circle{width:60px;height:60px;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:20px;flex-shrink:0;z-index:5;box-shadow:0 10px 20px #0003}.comp-highlight-badge{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);background:#1f8a44;color:#fff;padding:8px 16px;border-radius:100px;font-size:10px;font-weight:800;white-space:nowrap}.tech-section-compact{padding:100px 0;background:#fff}.res-tech-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.res-blueprint-container{background:#fdfdfd;border-radius:40px;padding:40px;border:1px solid #eee;box-shadow:inset 0 20px 40px #00000005;position:relative;overflow:hidden}.res-blueprint-svg{width:100%;height:auto;filter:drop-shadow(0 10px 20px rgba(31,138,68,.05))}.bp-text{font-size:10px;font-weight:800;fill:#999;letter-spacing:.1em}.tech-cards-col{display:flex;flex-direction:column;gap:20px}.res-tech-card-v2{background:#fff;border:1px solid #eee;padding:24px;border-radius:24px;display:flex;gap:20px;align-items:center;transition:all .3s ease}.c-tech-icon-v2{width:56px;height:56px;background:#1f8a440d;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#1f8a44}.c-tech-info-v2 h4{font-size:18px;margin-bottom:4px}.c-tech-info-v2 p{font-size:14px;color:#666;line-height:1.5}@media(max-width:1100px){.res-tech-layout{grid-template-columns:1fr}}.final-cta-compact{padding-bottom:80px}.cta-box-vibrant{background:#1f8a44;border-radius:40px;padding:60px;display:flex;justify-content:space-between;align-items:center;color:#fff;background-image:radial-gradient(circle at 0% 0%,rgba(255,255,255,.15) 0%,transparent 60%)}.cta-v-content h2{font-family:"DM Serif Display",serif;font-size:40px;margin-bottom:8px}.cta-v-content p{font-size:18px;opacity:.8}.btn-vibrant-white{background:#fff;color:#1f8a44;padding:20px 40px;border-radius:16px;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:16px;transition:all .3s ease}.btn-vibrant-white:hover{transform:scale(1.05)}@media(max-width:1200px){.res-hero-grid{grid-template-columns:1fr;text-align:center}.hero-text-content{display:flex;flex-direction:column;align-items:center}.hero-title-main{font-size:64px}.savings-grid-vibrant{grid-template-columns:1fr}.comparison-table-vibrant{flex-direction:column}.comp-col{width:100%}.comp-vs-circle{margin:-20px 0}.compact-tech-grid{grid-template-columns:repeat(2,1fr)}.cta-box-vibrant{flex-direction:column;text-align:center;gap:32px}}@media(max-width:768px){.container{padding:0 24px}.hero-title-main{font-size:48px}.savings-main-card h3{font-size:36px}.compact-tech-grid{grid-template-columns:1fr}}.comm-solar-page{background-color:#fcfcfc;color:#1a1a1a;min-height:100vh;padding-top:80px;overflow-x:hidden;position:relative}.comm-fixed-topo{position:absolute;inset:0;pointer-events:none;z-index:0}.container{max-width:1200px;margin:0 auto;padding:0 40px;position:relative;z-index:2}.comm-hero-v2{padding:100px 0;min-height:80vh;display:flex;align-items:center}.comm-hero-flex{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.comm-badge-vibrant{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.1em;margin-bottom:24px;border:1px solid rgba(31,138,68,.15)}.comm-hero-content h1{font-family:"DM Serif Display",serif;font-size:72px;line-height:1.05;margin-bottom:24px}.comm-hero-content h1 span{color:#1f8a44}.hero-subtext{font-size:18px;color:#666;line-height:1.6;max-width:580px;margin-bottom:48px}.comm-hero-ctas{display:flex;align-items:center;gap:32px}.btn-v-commercial{background:#1f8a44;color:#fff;padding:20px 40px;border-radius:16px;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:12px;box-shadow:0 20px 40px #1f8a4433;transition:all .3s ease}.btn-v-commercial:hover{transform:translateY(-5px);background:#186f36}.roi-quick-badge{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#f37021}.comm-hero-visual-v2{position:relative}.visual-image-wrapper{position:relative;border-radius:40px;overflow:hidden;box-shadow:0 40px 80px #0000001a}.visual-image-wrapper img{width:100%;height:500px;object-fit:cover}.v-stats-grid{position:absolute;bottom:-30px;left:40px;display:flex;gap:20px}.vs-card{background:#fff;padding:24px;border-radius:20px;box-shadow:0 20px 50px #00000026;border:1px solid #f0f0f0}.vs-card label{display:block;font-size:10px;font-weight:800;color:#999;margin-bottom:4px}.vs-val{font-size:28px;font-weight:900;color:#1f8a44}.vs-val .u{font-size:14px;color:#666}.comm-financials{padding:80px 0;background:#fff;border-top:1px solid #eee}.v-section-header{margin-bottom:50px}.v-label{font-size:11px;font-weight:800;letter-spacing:.15em;color:#1f8a44;margin-bottom:12px;display:block}.v-section-header h2{font-family:"DM Serif Display",serif;font-size:44px}.v-section-header h2 span{color:#1f8a44}.financial-grid-detailed{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.f-card-detailed{background:#fafafa;padding:40px;border-radius:32px;border:1px solid #eee;transition:all .3s}.f-card-detailed:hover{transform:translateY(-10px);background:#fff;border-color:#1f8a44;box-shadow:0 20px 40px #0000000d}.f-icon-circle{width:56px;height:56px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#f37021;margin-bottom:24px;box-shadow:0 10px 20px #0000000d}.f-card-detailed h3{font-size:22px;margin-bottom:12px}.f-card-detailed p{font-size:15px;color:#666;line-height:1.6}.comm-vs-section{padding:100px 0;background:#fcfcfc}.comparison-v-wrapper{display:flex;align-items:center;gap:32px}.v-col-bad,.v-col-good{flex:1;padding:60px;border-radius:40px;background:#fff;border:1px solid #eee}.v-col-good{background:#f9fff9;border-color:#1f8a44;box-shadow:0 40px 100px #1f8a441a;position:relative}.v-col-header{text-align:center;margin-bottom:40px}.v-bad-icon{color:#ff4d4d;margin-bottom:16px}.v-good-icon{color:#1f8a44;margin-bottom:16px}.v-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.v-list li{font-size:16px;font-weight:600;color:#666;display:flex;align-items:center;gap:12px}.v-list li:before{content:"•";color:#ccc}.v-col-good .v-list li{color:#1a1a1a}.v-col-good .v-list li:before{color:#1f8a44}.v-divider-text{width:64px;height:64px;background:#1a1a1a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:"DM Serif Display",serif;font-size:24px;flex-shrink:0;z-index:5}.v-badge-industrial{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);background:#1f8a44;color:#fff;padding:10px 24px;border-radius:100px;font-size:10px;font-weight:900;letter-spacing:.1em}.comm-deployment{padding:100px 0}.center{text-align:center}.v-desc-wide{max-width:600px;margin:20px auto 0;color:#666;font-size:18px}.deployment-line-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:60px}.deployment-step-card{background:#fff;border:1px solid #eee;padding:40px 32px;border-radius:32px;text-align:center;transition:all .3s}.deployment-step-card:hover{border-color:#1f8a44;box-shadow:0 20px 40px #00000008}.step-num{font-size:32px;font-weight:900;color:#1f8a441a;margin-bottom:12px;font-family:"DM Serif Display",serif}.deployment-step-card h4{font-size:18px;margin-bottom:12px;color:#1a1a1a}.deployment-step-card p{font-size:14px;color:#666;line-height:1.5}.comm-hardware{padding:80px 0}.hardware-box-light{background:#fff;color:#1a1a1a;border-radius:40px;padding:80px;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center;border:1px solid #eee;box-shadow:0 40px 100px #00000008;position:relative;overflow:hidden}.hardware-box-light:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(31,138,68,.05) 0%,transparent 60%);pointer-events:none}.h-text h2{font-family:"DM Serif Display",serif;font-size:52px;margin-bottom:20px}.h-text h2 span{color:#1f8a44}.h-text p{font-size:18px;color:#666;margin-bottom:48px;max-width:600px}.h-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.h-spec-item{display:flex;gap:16px}.h-spec-icon{width:44px;height:44px;background:#f9f9f9;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1f8a44;border:1px solid #eee}.h-spec-cat{font-size:15px;font-weight:700;margin-bottom:4px;color:#1a1a1a}.h-spec-det{font-size:13px;color:#666;line-height:1.4}.h-visual{background:#fdfdfd;border-radius:32px;padding:30px;border:1px solid #eee;box-shadow:inset 0 0 40px #00000005}.bp-text{font-size:10px;font-weight:800;fill:#1f8a44;letter-spacing:.1em}.comm-om{padding:100px 0;background:#fff}.om-flex{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.om-content h2{font-family:"DM Serif Display",serif;font-size:44px;margin-top:12px}.om-content p{font-size:18px;color:#666;margin:24px 0 32px}.om-perks{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.om-perks li{display:flex;align-items:center;gap:12px;font-weight:700;color:#1f8a44;font-size:15px}.monitoring-mockup-light{background:#fff;border-radius:20px;padding:24px;box-shadow:0 30px 60px #0000000d;width:100%;max-width:450px;margin-left:auto;border:1px solid #eee}.mockup-header-light{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}.m-dot{width:8px;height:8px;border-radius:50%}.m-dot.red{background:#ff4d4d}.m-dot.yellow{background:#fc0}.m-dot.green{background:#0c6}.mockup-header-light span{font-size:10px;font-weight:800;color:#999;text-transform:uppercase;letter-spacing:.1em}.m-graph-row{display:flex;align-items:flex-end;gap:12px;height:120px;margin-bottom:24px}.m-bar-vibrant{flex:1;background:#f0f0f0;border-radius:6px;transition:background .3s}.m-bar-vibrant.orange{background:#f37021;box-shadow:0 10px 20px #f3702133}.m-bar-vibrant.green{background:#1f8a44;box-shadow:0 10px 20px #1f8a4433}.m-status-text-vibrant{font-size:13px;font-weight:800;color:#1f8a44;text-align:center;padding-top:12px;border-top:1px solid #f5f5f5}.comm-roi{padding-bottom:120px}.roi-box-premium{background:#fff;border:1px solid #eee;border-radius:40px;padding:80px;display:flex;justify-content:space-between;align-items:center;color:#1a1a1a;box-shadow:0 40px 100px #00000008;background-image:radial-gradient(circle at 100% 0%,rgba(31,138,68,.05) 0%,transparent 60%)}.roi-badge-dark{display:inline-block;padding:6px 14px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:10px;font-weight:800;letter-spacing:.1em;margin-bottom:24px}.roi-text h2{font-family:"DM Serif Display",serif;font-size:56px;margin-bottom:20px}.roi-text h2 span{color:#1f8a44}.roi-text p{font-size:18px;color:#666;max-width:500px;margin-bottom:40px}.roi-features-mini{display:flex;gap:32px}.rf-item{display:flex;align-items:center;gap:10px;color:#1f8a44;font-weight:700;font-size:14px}.roi-cta-side{text-align:right}.btn-comm-white{background:#1f8a44;color:#fff;padding:24px 48px;border-radius:16px;font-weight:800;text-decoration:none;display:inline-block;margin-bottom:12px;transition:all .3s ease;box-shadow:0 15px 30px #1f8a4433}.btn-comm-white:hover{transform:scale(1.05);background:#186f36}.roi-cta-side p{font-size:12px;color:#999;font-weight:700}.comm-final-cta{padding-bottom:120px}.final-cta-box-premium{background:#1f8a44;border-radius:40px;padding:80px;display:flex;justify-content:space-between;align-items:center;color:#fff;background-image:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 100%)}.cta-left h2{font-family:"DM Serif Display",serif;font-size:48px;margin-bottom:16px}.cta-left p{font-size:19px;opacity:.8;max-width:500px;margin-bottom:32px}.cta-guarantees{display:flex;gap:24px}.g-item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.cta-right{text-align:center}.btn-v-commercial-white{background:#fff;color:#1f8a44;padding:24px 48px;border-radius:16px;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:16px;margin-bottom:12px;transition:.3s}.btn-v-commercial-white:hover{transform:scale(1.05)}.cta-note{font-size:11px;opacity:.6;font-weight:700}@media(max-width:1200px){.comm-hero-flex{grid-template-columns:1fr;text-align:center}.comm-hero-content{display:flex;flex-direction:column;align-items:center}.hero-subtext{max-width:100%}.comm-hero-ctas{flex-direction:column;gap:20px}.v-stats-grid{position:relative;margin-top:40px;bottom:0;left:0;justify-content:center}.financial-grid-detailed{grid-template-columns:repeat(2,1fr)}.comparison-v-wrapper{flex-direction:column}.v-divider-text{margin:-20px 0}.deployment-line-grid{grid-template-columns:repeat(2,1fr)}.hardware-box-light{grid-template-columns:1fr;text-align:center;padding:40px 24px}.h-text p{max-width:100%}.h-specs-grid{grid-template-columns:1fr;text-align:left}.om-flex{grid-template-columns:1fr;text-align:center}.monitoring-mockup-light{margin:40px auto 0}.final-cta-box-premium{flex-direction:column;gap:48px;text-align:center;padding:40px 24px}.cta-guarantees{flex-direction:column;gap:12px;align-items:center}}@media(max-width:768px){.comm-hero-content h1{font-size:42px}.financial-grid-detailed,.deployment-line-grid{grid-template-columns:1fr}.h-text h2{font-size:36px}.cta-left h2{font-size:32px}}.about-page{background-color:#fdfdfd;color:#1a1a1a;padding-top:80px}.container{max-width:1200px;margin:0 auto;padding:0 40px}.about-hero{padding:120px 0 80px;background:radial-gradient(circle at 100% 0%,rgba(31,138,68,.05) 0%,transparent 50%)}.about-hero-content{max-width:800px}.about-badge{display:inline-block;padding:8px 16px;background:#1f8a441a;color:#1f8a44;border-radius:100px;font-size:11px;font-weight:800;letter-spacing:.1em;margin-bottom:24px}.about-hero-content h1{font-family:"DM Serif Display",serif;font-size:80px;line-height:1.1;margin-bottom:32px}.about-hero-content h1 span{color:#1f8a44}.about-hero-content p{font-size:20px;color:#666;line-height:1.6}.about-values{padding:100px 0}.section-header{margin-bottom:60px}.section-header.center{text-align:center}.section-header h2{font-family:"DM Serif Display",serif;font-size:48px}.section-header h2 span{color:#1f8a44}.v-label{display:block;font-size:11px;font-weight:800;color:#f37021;letter-spacing:.15em;margin-bottom:12px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.value-card{background:#fff;padding:40px;border-radius:32px;border:1px solid #f0f0f0;transition:all .3s}.value-card:hover{transform:translateY(-10px);border-color:#1f8a44;box-shadow:0 20px 40px #0000000d}.val-icon{width:60px;height:60px;background:#f9f9f9;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#1f8a44;margin-bottom:24px}.value-card h3{font-size:20px;margin-bottom:12px}.value-card p{font-size:14px;color:#666;line-height:1.6}.about-why-choose{padding:100px 0;background:#fafafa}.why-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.why-stat-card{background:#fff;padding:48px 32px;border-radius:32px;text-align:center;border:1px solid #eee;transition:all .3s}.why-stat-card:hover{transform:translateY(-8px);border-color:#1f8a44;box-shadow:0 20px 40px #1f8a441a}.why-icon{width:56px;height:56px;background:linear-gradient(135deg,#1f8a441a,#f370211a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#1f8a44}.why-stat{font-family:"DM Serif Display",serif;font-size:40px;color:#1f8a44;margin-bottom:8px}.why-label{font-size:14px;font-weight:600;color:#666}.about-commitment{padding:100px 0}.commitment-box{padding:80px;background:linear-gradient(135deg,#1f8a44,#166633);border-radius:50px;color:#fff}.commitment-box .section-header h2{color:#fff}.commitment-box .section-header h2 span{color:#f37021}.commitment-box .section-header p{color:#fffc;font-size:18px;max-width:600px}.commitment-box .v-label{color:#fff9}.commitment-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px}.commitment-item{display:flex;gap:16px;align-items:flex-start;background:#ffffff1a;padding:24px;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.commitment-item .check-icon{color:#f37021;flex-shrink:0;margin-top:2px}.commitment-item h4{font-size:18px;margin-bottom:8px}.commitment-item p{font-size:14px;opacity:.8;line-height:1.5}.about-certs{padding:80px 0}.certs-banner{background:#1a1a1a;border-radius:40px;padding:60px 80px;display:flex;justify-content:space-between;align-items:center;color:#fff;background-image:radial-gradient(circle at 0% 0%,rgba(243,112,33,.2) 0%,transparent 50%)}.cb-text{max-width:500px}.cb-text h3{font-family:"DM Serif Display",serif;font-size:40px;margin-bottom:16px}.cb-text h3 span{color:#f37021}.cb-text p{opacity:.7}.cb-icons{display:flex;gap:32px}.cert-logo{background:#ffffff0d;padding:12px 24px;border-radius:12px;font-size:12px;font-weight:800;letter-spacing:.05em;border:1px solid rgba(255,255,255,.1)}.about-impact{padding:100px 0}.impact-flex{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.impact-text h2{font-family:"DM Serif Display",serif;font-size:52px;margin-bottom:24px}.impact-text h2 span{color:#1f8a44}.impact-text p{font-size:18px;color:#666;margin-bottom:40px}.impact-stats{display:flex;flex-direction:column;gap:20px}.is-item{display:flex;align-items:center;gap:12px;font-weight:700;color:#1f8a44}.impact-visual{background:#fdfaf8;border-radius:40px;padding:60px;border:1px solid #f9ece2}.impact-glass-card{background:#fff;padding:32px;border-radius:24px;box-shadow:0 10px 30px #00000008}.impact-glass-card h4{margin-bottom:16px}.progress-bar-v{height:12px;background:#f0f0f0;border-radius:100px;overflow:hidden;margin-bottom:12px}.pb-fill{height:100%;background:#f37021;border-radius:100px}.about-cta{padding:80px 0 120px}.vision-cta-box{text-align:center;background:#1f8a44;padding:100px 40px;border-radius:50px;color:#fff;background-image:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 100%)}.vision-cta-box h2{font-family:"DM Serif Display",serif;font-size:64px;margin-bottom:24px}.vision-cta-box h2 span{color:#fff;text-decoration:underline;text-decoration-color:#ffffff4d}.vision-cta-box p{font-size:20px;opacity:.9;margin-bottom:48px}.about-cta-buttons{display:flex;justify-content:center;gap:24px}.btn-about-primary{background:#fff;color:#1f8a44;padding:20px 40px;border-radius:16px;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:12px;transition:.3s}.btn-about-primary:hover{transform:scale(1.05)}.btn-about-ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:20px 40px;border-radius:16px;font-weight:800;text-decoration:none;transition:.3s}.btn-about-ghost:hover{background:#fff3}@media(max-width:1200px){.about-hero-content h1{font-size:64px}.values-grid,.why-stats-grid{grid-template-columns:repeat(2,1fr)}.certs-banner{flex-direction:column;text-align:center;gap:40px}.impact-flex{grid-template-columns:1fr;text-align:center}.impact-stats{align-items:center}.vision-cta-box h2{font-size:48px}}@media(max-width:768px){.container{padding:0 24px}.about-hero-content h1{font-size:48px}.values-grid{grid-template-columns:1fr}.why-stats-grid{grid-template-columns:repeat(2,1fr)}.commitment-grid{grid-template-columns:1fr}.commitment-box{padding:40px 24px;border-radius:32px}.about-cta-buttons{flex-direction:column}.about-certs{padding:40px 0}.certs-banner{padding:32px 20px;border-radius:24px;flex-direction:column;text-align:center;gap:24px}.cb-text h3{font-size:28px;line-height:1.2}.cb-text p{font-size:14px;line-height:1.5}.cb-icons{flex-wrap:wrap;justify-content:center;gap:12px}.cert-logo{padding:10px 16px;font-size:10px}}.floating-actions-container{position:fixed;bottom:30px;right:30px;display:flex;flex-direction:column;gap:15px;z-index:9999}.floating-btn{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 25px #0003;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;text-decoration:none}.floating-btn:hover{transform:scale(1.1) translateY(-5px);box-shadow:0 15px 35px #0000004d}.whatsapp-btn{background-color:#25d366}.call-btn{background-color:var(--primary)}.tooltip{position:absolute;right:75px;background:#333;color:#fff;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;pointer-events:none}.tooltip:after{content:"";position:absolute;right:-5px;top:50%;transform:translateY(-50%);border-width:5px 0 5px 5px;border-style:solid;border-color:transparent transparent transparent #333}.floating-btn:hover .tooltip{opacity:1;visibility:visible;right:80px}@media(max-width:768px){.floating-actions-container{bottom:20px;right:20px;gap:10px}.floating-btn{width:50px;height:50px}.tooltip{display:none}}:root{--primary: #1F8A44;--primary-dark: #166534;--secondary: #F37021;--accent: #E8F3E8;--bg-white: #FFFFFF;--bg-gray: #F7F9F7;--text-main: #1A1A1A;--text-muted: #6A6A6A;--glass: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .05);--shadow-md: 0 10px 30px rgba(0, 0, 0, .08);--transition: all .4s cubic-bezier(.4, 0, .2, 1);--radius-full: 9999px;--radius-lg: 32px;--radius-md: 16px;--font-heading: "DM Serif Display", serif;--font-body: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);color:var(--text-main);background:var(--bg-white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.heading{font-family:var(--font-heading);font-weight:400;line-height:1.1}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.container{padding:0 20px}}img{max-width:100%;height:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.w-full{width:100%}.h-full{height:100%}.h-4{height:1rem}.w-4{width:1rem}.h-6{height:1.5rem}.w-6{width:1.5rem}.h-8{height:2rem}.w-8{width:2rem}.h-10{height:2.5rem}.w-10{width:2.5rem}.h-12{height:3rem}.w-12{width:3rem}.h-16{height:4rem}.w-16{width:4rem}.h-20{height:5rem}.w-20{width:5rem}.h-24{height:6rem}.w-24{width:6rem}.h-32{height:8rem}.w-32{width:8rem}.h-\[400px\]{height:400px}.h-\[500px\]{height:500px}.h-\[85vh\]{height:85vh}.min-h-\[90vh\]{min-height:90vh}.min-h-screen{min-height:100vh}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow-0{flex-grow:0}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.object-center{object-position:center}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-loose{line-height:2}.fill-current{fill:currentColor}html,body{overflow-x:hidden;width:100%;position:relative}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.bg-\[\#1F8A44\]{background-color:#1f8a44}.bg-\[\#F37021\]{background-color:#f37021}.bg-\[\#F7F9F7\]{background-color:#f7f9f7}.bg-\[\#4C4B63\]{background-color:#4c4b63}.text-\[\#1F8A44\]{color:#1f8a44}.text-\[\#F37021\]{color:#f37021}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.text-8xl{font-size:6rem}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-left{text-align:left}.text-right{text-align:right}.text-justify{text-align:justify}.text-center{text-align:center}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.text-white{color:#fff}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.text-text-main{color:var(--text-main)}.text-text-muted{color:var(--text-muted)}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.bg-white{background-color:#fff}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-bg-gray{background-color:var(--bg-gray)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;border-radius:var(--radius-full);font-weight:500;text-decoration:none;transition:var(--transition);cursor:pointer;border:1px solid transparent;gap:.5rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 8px 20px #228b2240}.btn-outline{background:transparent;border-color:var(--primary);color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:var(--radius-lg)}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-xl{font-size:1.25rem}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:block{display:block}}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.hover\:-translate-y-2:hover{transform:translateY(-.5rem)}.top-0{top:0}.top-8{top:2rem}.top-10{top:2.5rem}.top-16{top:4rem}.top-20{top:5rem}.top-24{top:6rem}.-top-4{top:-1rem}.-top-8{top:-2rem}.left-0{left:0}.left-8{left:2rem}.right-0{right:0}.right-8{right:2rem}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.bottom-8{bottom:2rem}.bottom-12{bottom:3rem}.bottom-20{bottom:5rem}.-bottom-4{bottom:-1rem}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translate(-50%)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-4xl{border-radius:2rem}.rounded-\[40px\]{border-radius:40px}.rounded-\[60px\]{border-radius:60px}.scale-125{transform:scale(1.25)}.origin-left{transform-origin:left}.blur-2xl{filter:blur(40px)}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-60{opacity:.6}.opacity-80{opacity:.8}.text-black\/40{color:#0006}.text-white\/40{color:#fff6}.text-white\/60{color:#fff9}.text-white\/80{color:#fffc}.text-white\/90{color:#ffffffe6}.border-white\/5{border-color:#ffffff0d}.border-white\/10{border-color:#ffffff1a}.border-white\/30{border-color:#ffffff4d}.bg-black\/10{background-color:#0000001a}.bg-black\/30{background-color:#0000004d}.bg-black\/50{background-color:#00000080}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}
