.navbar{z-index:1000;background:var(--theme-navbar-bg);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:100%;transition:box-shadow .3s,background .3s,border-color .3s;position:sticky;top:0}.navbar-container{width:min(100% - 40px, var(--container-width));justify-content:space-between;align-items:center;gap:28px;min-height:78px;margin:0 auto;display:flex}.navbar-logo{color:var(--color-primary);flex-shrink:0;align-items:center;gap:10px;text-decoration:none;transition:transform .25s,opacity .25s;display:flex}.navbar-logo:hover{opacity:.92;transform:translateY(-1px)}.navbar-logo-mark{background:var(--color-primary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s,background .3s;display:flex;overflow:hidden}.navbar-logo:hover .navbar-logo-mark{background:var(--color-primary-dark);transform:scale(1.04)}.navbar-logo-mark img{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.navbar-logo-text{flex-direction:column;line-height:1;display:flex}.navbar-logo-text strong{color:var(--color-primary);letter-spacing:.08em;white-space:nowrap;font-size:18px;font-weight:800;transition:color .3s}.navbar-logo-text small{color:var(--color-text-light);letter-spacing:.14em;white-space:nowrap;margin-top:5px;font-size:8px;font-weight:700;transition:color .3s;display:block}.navbar-links{flex:1;justify-content:center;align-items:center;gap:22px;display:flex}.nav-link{color:var(--color-text);white-space:nowrap;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s,transform .2s;position:relative}.nav-link:hover{color:var(--color-primary);transform:translateY(-1px)}.nav-link.active{color:var(--color-primary);font-weight:600}.nav-link.active:after{content:"";background:var(--color-secondary);transform-origin:50%;border-radius:999px;height:2px;animation:.3s navActiveLine;position:absolute;bottom:-9px;left:0;right:0}@keyframes navActiveLine{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.navbar-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--theme-toggle-border);background:var(--theme-toggle-bg);min-height:40px;color:var(--theme-toggle-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:7px;padding:8px 11px;font-family:inherit;font-size:11px;font-weight:750;transition:background .3s,border-color .3s,color .3s,transform .25s,box-shadow .25s;display:inline-flex}.theme-toggle:hover{background:var(--theme-toggle-hover);transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.theme-toggle svg{color:var(--color-secondary-dark);flex-shrink:0;transition:transform .35s,color .3s}.theme-toggle:hover svg{transform:rotate(18deg)scale(1.08)}.desktop-theme-toggle{min-width:72px}.mobile-theme-toggle{display:none}.navbar-cta{background:var(--color-primary);color:var(--color-white);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:13px 20px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .25s,background .25s,box-shadow .25s}.navbar-cta:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.menu-toggle{background:var(--color-background-soft);cursor:pointer;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:42px;height:42px;padding:0;transition:background .25s,transform .25s;display:none}.menu-toggle:hover{background:var(--theme-menu-hover);transform:translateY(-1px)}.menu-toggle span{background:var(--color-primary);border-radius:10px;width:20px;height:2px;transition:transform .3s,opacity .25s,background .3s;display:block}.menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-quote-button{display:none}@media (width<=1100px){.navbar-container{gap:18px}.navbar-links{gap:14px}.nav-link{font-size:12px}.navbar-logo-text strong{font-size:16px}.desktop-theme-toggle{width:42px;min-width:42px;padding:8px}.theme-toggle-label{display:none}}@media (width<=900px){.navbar-container{min-height:70px}.navbar-actions{display:none}.menu-toggle{display:flex}.navbar-links{background:var(--theme-mobile-menu-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;flex:none;justify-content:flex-start;align-items:stretch;gap:0;padding:15px 20px 20px;transition:opacity .3s,transform .3s,visibility .3s,background .3s;display:flex;position:absolute;top:70px;left:0;right:0;transform:translateY(-12px)}.navbar-links.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-link{opacity:0;width:100%;padding:13px 5px;font-size:14px;transition:color .2s,opacity .3s,transform .3s;transform:translate(-12px)}.navbar-links.open .nav-link{opacity:1;transform:translate(0)}.navbar-links.open .nav-link:first-child{transition-delay:40ms}.navbar-links.open .nav-link:nth-child(2){transition-delay:80ms}.navbar-links.open .nav-link:nth-child(3){transition-delay:.12s}.navbar-links.open .nav-link:nth-child(4){transition-delay:.16s}.navbar-links.open .nav-link:nth-child(5){transition-delay:.2s}.navbar-links.open .nav-link:nth-child(6){transition-delay:.24s}.navbar-links.open .nav-link:nth-child(7){transition-delay:.28s}.navbar-links.open .nav-link:nth-child(8){transition-delay:.32s}.nav-link.active:after{display:none}.mobile-theme-toggle{opacity:0;border-radius:9px;justify-content:flex-start;width:100%;margin-top:12px;padding:12px 14px;transition:opacity .3s .34s,transform .3s .34s,background .3s,border-color .3s,color .3s;display:flex;transform:translateY(8px)}.navbar-links.open .mobile-theme-toggle{opacity:1;transform:translateY(0)}.mobile-theme-toggle span{display:inline}.mobile-quote-button{background:var(--color-primary);width:100%;color:var(--color-white);text-align:center;opacity:0;border-radius:8px;margin-top:10px;padding:13px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .3s .42s,transform .3s .42s,background .2s;display:block;transform:translateY(8px)}.navbar-links.open .mobile-quote-button{opacity:1;transform:translateY(0)}.mobile-quote-button:hover{background:var(--color-primary-dark)}}@media (width<=600px){.navbar-container{width:min(92%, var(--container-width))}.navbar-logo-mark{width:42px;height:42px}.navbar-logo-text strong{letter-spacing:.06em;font-size:15px}.navbar-logo-text small{font-size:7px}}@media (width<=420px){.navbar-logo-text strong{font-size:13px}.navbar-logo-text small{font-size:6px}.navbar-logo-mark{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){.navbar,.navbar-logo,.navbar-logo-mark,.nav-link,.navbar-cta,.menu-toggle,.menu-toggle span,.navbar-links,.mobile-quote-button,.theme-toggle{transition:none;animation:none}}.site-footer{background:var(--color-primary-dark);color:var(--color-white);margin-top:80px;transition:background .35s,color .35s}.footer-container{width:min(100% - 40px, var(--container-width));grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:50px;margin:0 auto;padding:70px 0 50px;display:grid}.footer-brand{max-width:350px}.footer-logo{color:var(--color-white);align-items:center;gap:12px;text-decoration:none;transition:opacity .25s,transform .25s;display:inline-flex}.footer-logo:hover{opacity:.9;transform:translateY(-1px)}.footer-logo-image{object-fit:contain;background:var(--color-white);border-radius:9px;min-width:52px;min-height:52px;transition:transform .3s,box-shadow .3s;display:block;width:52px!important;max-width:52px!important;height:52px!important;max-height:52px!important}.footer-logo:hover .footer-logo-image{transform:scale(1.04);box-shadow:0 8px 20px #0000002e}.footer-brand-name{color:var(--color-white);letter-spacing:.05em;flex-direction:column;font-size:17px;font-weight:800;line-height:1.1;display:flex}.footer-brand-name small{color:#ffffff9e;letter-spacing:.1em;margin-top:5px;font-size:8px;font-weight:700;line-height:1;display:block}.footer-brand>p{color:#ffffffb3;max-width:350px;margin:22px 0 0;font-size:14px;line-height:1.7}.footer-quote-button{background:var(--color-secondary);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;margin-top:22px;padding:13px 22px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .25s,background .25s,box-shadow .25s;display:inline-flex}.footer-quote-button:hover{background:var(--color-secondary-dark);transform:translateY(-2px);box-shadow:0 10px 24px #0000002e}.footer-column{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.footer-column h4{color:var(--color-white);letter-spacing:.02em;margin:0 0 10px;font-size:15px;font-weight:700}.footer-column a,.footer-column p{color:#ffffffad;margin:0;font-size:13px;line-height:1.5;text-decoration:none;transition:color .2s,transform .2s}.footer-column a:hover{color:var(--color-secondary);transform:translate(3px)}.footer-contact a{word-break:break-word}.footer-enquiry-link{margin-top:3px}.footer-bottom{width:min(100% - 40px, var(--container-width));border-top:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:22px 0;display:flex}.footer-bottom p{color:#ffffff80;margin:0;font-size:12px;line-height:1.5}[data-theme=dark] .site-footer{background:linear-gradient(135deg,#050d09,#091b12,#0b2418);border-top:1px solid #ffffff0d}[data-theme=dark] .footer-brand-name{color:#f1f7f3}[data-theme=dark] .footer-brand-name small{color:#ffffff85}[data-theme=dark] .footer-brand>p{color:#ffffff9e}[data-theme=dark] .footer-column h4{color:#f1f7f3}[data-theme=dark] .footer-column a,[data-theme=dark] .footer-column p{color:#fff9}[data-theme=dark] .footer-column a:hover{color:#f5c84c}[data-theme=dark] .footer-quote-button{color:#10261b;background:#f5c84c}[data-theme=dark] .footer-quote-button:hover{background:#ffd967;box-shadow:0 12px 28px #f5bd3529}[data-theme=dark] .footer-bottom{border-top-color:#ffffff17}[data-theme=dark] .footer-bottom p{color:#ffffff6b}@media (width<=900px){.footer-container{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{max-width:100%}}@media (width<=600px){.site-footer{margin-top:60px}.footer-container{grid-template-columns:1fr;gap:35px;padding:50px 0 35px}.footer-brand{max-width:100%}.footer-logo-image{min-width:46px;min-height:46px;width:46px!important;max-width:46px!important;height:46px!important;max-height:46px!important}.footer-brand-name{font-size:14px}.footer-brand-name small{font-size:7px}.footer-brand>p{font-size:13px}.footer-column{gap:10px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:6px;padding:18px 0}}@media (width<=400px){.footer-container,.footer-bottom{width:calc(100% - 28px)}.footer-logo{gap:9px}.footer-logo-image{min-width:42px;min-height:42px;width:42px!important;max-width:42px!important;height:42px!important;max-height:42px!important}.footer-brand-name{font-size:12px}.footer-brand-name small{font-size:6px}}@media (prefers-reduced-motion:reduce){.site-footer *,.site-footer :before,.site-footer :after{transition:none!important;animation:none!important}}.floating-contact{z-index:999;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:22px;right:22px}.floating-contact-button{color:#fff;border-radius:999px;align-items:center;gap:9px;min-width:112px;padding:11px 15px;font-size:.8rem;font-weight:700;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:flex;box-shadow:0 8px 25px #00000029}.floating-contact-button:hover{filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 12px 30px #00000038}.floating-contact-icon{background:#ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;display:flex}.floating-whatsapp{background:#25d366}.floating-call{background:var(--color-primary)}.floating-contact-label{white-space:nowrap}@media (width<=600px){.floating-contact{gap:8px;bottom:16px;right:14px}.floating-contact-button{border-radius:50%;justify-content:center;width:46px;min-width:auto;height:46px;padding:0}.floating-contact-icon{background:0 0;width:100%;height:100%;font-size:1.1rem}.floating-contact-label{display:none}}@media (prefers-reduced-motion:reduce){.floating-contact-button{transition:none}}.scroll-reveal{box-sizing:border-box;opacity:0;width:100%;max-width:100%;transition:opacity .8s,transform .8s;transition-delay:var(--reveal-delay);will-change:opacity, transform}.scroll-reveal-up{transform:translateY(45px)}.scroll-reveal-down{transform:translateY(-45px)}.scroll-reveal-left{transform:translate(-45px)}.scroll-reveal-right{transform:translate(45px)}.scroll-reveal-zoom{transform:scale(.92)}.scroll-reveal-visible{opacity:1;transform:translate(0,0)scale(1)}@media (width<=600px){.scroll-reveal{width:100%;max-width:100%}.scroll-reveal-up{transform:translateY(25px)}.scroll-reveal-down{transform:translateY(-25px)}.scroll-reveal-left,.scroll-reveal-right{transform:translateY(25px)}.scroll-reveal-zoom{transform:scale(.96)}.scroll-reveal-visible{transform:translate(0,0)scale(1)}}@media (width<=380px){.scroll-reveal-up{transform:translateY(18px)}.scroll-reveal-down{transform:translateY(-18px)}.scroll-reveal-left,.scroll-reveal-right{transform:translateY(18px)}}@media (prefers-reduced-motion:reduce){.scroll-reveal{opacity:1;will-change:auto;transition:none;transform:none}}.home-page{width:100%;color:var(--color-navy);background:#fff;overflow-x:clip}.home-container{width:min(1200px,90%);margin:0 auto}.home-hero{background:radial-gradient(circle at 75% 20%,#f5b7001f,#0000 28%),radial-gradient(circle at 10% 80%,#1b674314,#0000 32%),#f5faf7;align-items:center;min-height:720px;padding:110px 0 100px;display:flex;position:relative;overflow:hidden}.home-hero-glow{filter:blur(90px);pointer-events:none;border-radius:50%;width:320px;height:320px;position:absolute}.home-hero-glow-one{background:#f5b70029;top:-170px;right:5%}.home-hero-glow-two{background:#0b3d2e17;bottom:-180px;left:5%}.home-hero-grid{z-index:2;grid-template-columns:1fr .9fr;align-items:center;gap:75px;display:grid;position:relative}.home-hero-content{max-width:690px}.home-hero-label{color:var(--color-primary);letter-spacing:2px;align-items:center;gap:10px;margin-bottom:22px;font-size:.72rem;font-weight:800;display:inline-flex}.home-live-dot{background:var(--color-secondary);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #f5b7001f}.home-hero h1{letter-spacing:-3.5px;color:#0b2118;margin:0 0 26px;font-size:clamp(3.4rem,6vw,6.2rem);line-height:.98}.home-hero h1 span{color:var(--color-primary);display:block}.home-hero p{max-width:650px;color:var(--color-text-light);margin:0 0 34px;font-size:1.02rem;line-height:1.8}.home-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.home-primary-button,.home-secondary-button,.home-cta-button{border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 22px;font-size:.88rem;font-weight:750;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,border-color .3s;display:inline-flex}.home-primary-button{background:var(--color-primary);color:#fff}.home-primary-button:hover{background:var(--color-primary-dark);transform:translateY(-3px);box-shadow:0 15px 30px #0b3d2e2e}.home-secondary-button{color:var(--color-primary);background:#ffffffb3;border:1px solid #0b3d2e2e}.home-secondary-button:hover{border-color:var(--color-primary);background:#fff;transform:translateY(-3px);box-shadow:0 12px 25px #0b3d2e14}.home-hero-stats{gap:0;margin-top:44px;display:flex}.home-hero-stat{border-right:1px solid #0b3d2e21;align-items:center;gap:12px;min-width:135px;margin-right:22px;padding-right:22px;display:flex}.home-hero-stat:last-child{border-right:none;margin-right:0;padding-right:0}.home-hero-stat strong{color:var(--color-secondary-dark);letter-spacing:1px;font-size:.72rem}.home-hero-stat span{color:#6b766f;font-size:.7rem;font-weight:600;line-height:1.35}.home-hero-visual{width:100%;position:relative;overflow:visible}.home-image-frame{background:#173d2b;border-radius:34px;width:100%;min-height:545px;position:relative;overflow:hidden;box-shadow:0 30px 80px #09281b33}.home-hero-image{object-fit:cover;width:100%;height:100%;transition:transform .8s;position:absolute;inset:0}.home-image-frame:hover .home-hero-image{transform:scale(1.035)}.home-image-overlay{background:linear-gradient(145deg,#0520151a,#05201585);position:absolute;inset:0}.home-floating-card{z-index:4;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;background:#ffffffed;border:1px solid #ffffff47;border-radius:15px;align-items:center;gap:12px;padding:14px 17px;display:flex;position:absolute;box-shadow:0 15px 35px #00000029}.home-floating-top{top:25px;left:20px}.home-floating-bottom{bottom:30px;right:20px}.home-floating-icon,.home-energy-ring{background:var(--color-primary);width:42px;height:42px;color:var(--color-secondary);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.home-floating-card strong{color:#15251c;font-size:.8rem;display:block}.home-floating-card small{color:#778079;margin-top:4px;font-size:.66rem;display:block}.home-solar-mark{z-index:3;width:88px;height:88px;color:var(--color-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08281a7a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-solar-mark:before{content:"";border:1px solid #fff3;border-radius:50%;position:absolute;inset:-12px}.home-scroll-indicator{color:#0b3d2e73;letter-spacing:2px;align-items:center;gap:12px;font-size:.58rem;font-weight:800;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.home-scroll-indicator i{background:#0b3d2e4d;width:30px;height:1px;display:block}.home-energy-strip{color:#fff;background:#0a2518}.home-energy-strip-inner{justify-content:space-between;align-items:center;gap:40px;min-height:115px;display:flex}.home-energy-intro{flex-direction:column;gap:6px;display:flex}.home-energy-intro span{color:var(--color-secondary);letter-spacing:2px;font-size:.62rem;font-weight:800}.home-energy-intro strong{font-size:1rem;font-weight:600}.home-energy-points{align-items:center;display:flex}.home-energy-points>div{border-left:1px solid #ffffff21;min-width:145px;padding:0 28px}.home-energy-points strong{color:var(--color-secondary);letter-spacing:1.5px;margin-bottom:5px;font-size:.68rem;display:block}.home-energy-points span{color:#ffffff94;font-size:.68rem}.home-section-heading{max-width:720px;margin-bottom:52px}.home-heading-wide{max-width:800px}.home-section-tag{color:var(--color-primary);letter-spacing:2px;margin-bottom:15px;font-size:.68rem;font-weight:850;display:inline-block}.home-section-heading h2,.home-why-content h2,.home-savings-content h2{color:var(--color-navy);letter-spacing:-1.5px;margin:0 0 18px;font-size:clamp(2.1rem,4vw,3.35rem);line-height:1.08}.home-section-heading h2 span,.home-why-content h2 span,.home-savings-content h2 span{color:var(--color-primary);display:block}.home-section-heading p,.home-why-content p,.home-savings-content p{color:var(--color-text-light);margin:0;font-size:.96rem;line-height:1.8}.home-intro{background:#fff;padding:115px 0}.home-feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.home-feature-card{background:#fff;border:1px solid #0b3d2e1a;border-radius:22px;flex-direction:column;min-height:315px;padding:32px;transition:transform .35s,box-shadow .35s,border-color .35s;display:flex;position:relative;box-shadow:0 12px 35px #0b3d2e0b}.home-feature-card:hover{border-color:#0b3d2e40;transform:translateY(-9px);box-shadow:0 22px 50px #0b3d2e1a}.home-feature-featured{color:#fff;background:linear-gradient(145deg,#0b3d2e,#123f2f)}.home-feature-featured h3{color:#fff}.home-feature-featured p{color:#ffffffad}.home-feature-featured a{color:var(--color-secondary)}.home-card-top{justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.home-feature-number{color:var(--color-primary);letter-spacing:1px;font-size:.68rem;font-weight:850}.home-feature-featured .home-feature-number{color:var(--color-secondary)}.home-card-arrow{color:#8b958e;font-size:1.1rem}.home-feature-featured .home-card-arrow{color:#ffffffa6}.home-feature-card h3{margin:0 0 12px;font-size:1.5rem}.home-feature-card p{color:var(--color-text-light);margin:0 0 25px;font-size:.88rem;line-height:1.7}.home-feature-card a{color:var(--color-primary);margin-top:auto;font-size:.76rem;font-weight:800;text-decoration:none}.home-why{background:linear-gradient(135deg,#f4f8f5,#edf4ef);padding:120px 0}.home-why-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:90px;display:grid}.home-why-content{max-width:560px}.home-why-label{color:#7d8880;letter-spacing:1.7px;align-items:center;gap:12px;margin-bottom:22px;font-size:.6rem;font-weight:800;display:flex}.home-why-label i{background:var(--color-secondary-dark);width:30px;height:1px}.home-why-content p{max-width:510px;margin-bottom:28px}.home-outline-link{color:var(--color-primary);align-items:center;gap:12px;font-size:.78rem;font-weight:800;text-decoration:none;display:inline-flex}.home-outline-link span{transition:transform .25s}.home-outline-link:hover span{transform:translate(5px)}.home-benefits{flex-direction:column;gap:12px;display:flex}.home-benefit{background:#fffc;border:1px solid #0b3d2e1a;border-radius:17px;grid-template-columns:45px 1fr 25px;align-items:start;gap:20px;padding:26px 24px;transition:transform .3s,background .3s,box-shadow .3s;display:grid}.home-benefit:hover{background:#fff;transform:translate(7px);box-shadow:0 15px 35px #0b3d2e12}.home-benefit>span{color:var(--color-primary);font-size:.66rem;font-weight:850}.home-benefit h3{margin:0 0 7px;font-size:1.05rem}.home-benefit p{color:var(--color-text-light);margin:0;font-size:.83rem;line-height:1.65}.home-benefit b{color:#8b958e;font-size:1rem}.home-services{background:#fff;padding:115px 0}.home-services-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.home-service-card{background:#fff;border:1px solid #0b3d2e1a;border-radius:20px;min-height:310px;padding:28px;transition:transform .3s,box-shadow .3s,background .3s;position:relative}.home-service-card:hover{background:#f7faf8;transform:translateY(-8px);box-shadow:0 20px 45px #0b3d2e14}.home-service-card>span{color:var(--color-primary);letter-spacing:1px;font-size:.65rem;font-weight:850}.home-service-line{background:var(--color-secondary);width:45px;height:1px;margin:25px 0 35px}.home-service-card h3{margin:0 0 12px;font-size:1.15rem}.home-service-card p{color:var(--color-text-light);margin:0 0 25px;font-size:.84rem;line-height:1.7}.home-service-card a{color:var(--color-primary);font-size:.72rem;font-weight:800;text-decoration:none;position:absolute;bottom:28px;left:28px}.home-centered-link{text-align:center;margin-top:38px}.home-text-link{color:var(--color-primary);align-items:center;gap:10px;font-size:.76rem;font-weight:800;text-decoration:none;display:inline-flex}.home-text-link span{transition:transform .25s}.home-text-link:hover span{transform:translate(5px)}.home-projects{background:#f4f7f4;padding:115px 0}.home-project-heading-row{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.home-project-link{border:1px solid #0b3d2e26;border-radius:9px;flex-shrink:0;margin-bottom:52px;padding:12px 18px}.home-project-link:hover{border-color:var(--color-primary)}.home-project-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.home-project-item{background:#fff;border:1px solid #0b3d2e1a;border-radius:20px;grid-template-columns:55px 1fr 25px;align-items:start;gap:20px;min-height:210px;padding:30px;transition:transform .3s,box-shadow .3s;display:grid;position:relative;overflow:hidden}.home-project-item:before{content:"";background:#f5b7001a;border-radius:50%;width:160px;height:160px;transition:transform .4s;position:absolute;bottom:-90px;right:-70px}.home-project-item:hover{transform:translateY(-7px);box-shadow:0 20px 45px #0b3d2e14}.home-project-item:hover:before{transform:scale(1.4)}.home-project-number{color:var(--color-primary);font-size:.68rem;font-weight:850}.home-project-item h3{margin:0 0 9px;font-size:1.25rem}.home-project-item p{max-width:360px;color:var(--color-text-light);margin:0;font-size:.84rem;line-height:1.65}.home-project-arrow{z-index:2;color:#8c958f;font-size:1rem;position:relative}.home-savings{background:#fff;padding:120px 0}.home-savings-grid{grid-template-columns:1fr .8fr;align-items:center;gap:90px;display:grid}.home-savings-content{max-width:600px}.home-savings-content p{max-width:540px;margin-bottom:28px}.home-savings-card{color:#fff;background:radial-gradient(circle at 80% 20%,#f5b70033,#0000 28%),linear-gradient(145deg,#0b3d2e,#082519);border-radius:28px;min-height:400px;padding:30px;position:relative;overflow:hidden;box-shadow:0 30px 70px #0b3d2e2e}.home-savings-card:before{content:"";border:1px solid #ffffff1a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.home-savings-card:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:350px;height:350px;position:absolute;top:-125px;right:-125px}.home-savings-card-top{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.home-savings-card-top span{color:var(--color-secondary);letter-spacing:2px;font-size:.62rem;font-weight:850}.home-savings-card-top strong{font-size:1.3rem}.home-savings-orbit{border:1px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:175px;height:175px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-52%)}.home-savings-orbit:before{content:"";border:1px dashed #f5b7008c;border-radius:50%;position:absolute;inset:20px}.home-orbit-core{z-index:2;background:var(--color-secondary);color:#10261b;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:1.35rem;display:flex;position:relative;box-shadow:0 0 40px #f5b7004d}.home-savings-card-bottom{z-index:3;position:absolute;bottom:30px;left:30px;right:30px}.home-savings-card-bottom strong{margin-bottom:7px;font-size:1.05rem;display:block}.home-savings-card-bottom p{color:#ffffff9e;max-width:340px;margin:0;font-size:.76rem;line-height:1.6}.home-cta{background:linear-gradient(135deg,#071d13,#0b3d2e);padding:125px 0;position:relative;overflow:hidden}.home-cta-glow{filter:blur(70px);background:#f5b7001f;border-radius:50%;width:400px;height:400px;position:absolute;top:-220px;right:5%}.home-cta-content{z-index:2;text-align:center;max-width:780px;margin:0 auto;position:relative}.home-cta .home-section-tag{color:var(--color-secondary)}.home-cta h2{color:#fff;letter-spacing:-2px;margin:0 0 20px;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1}.home-cta h2 span{color:var(--color-secondary);display:block}.home-cta p{color:#ffffff9e;max-width:630px;margin:0 auto 30px;font-size:.96rem;line-height:1.75}.home-cta-button{background:var(--color-secondary);color:#10261b}.home-cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #f5b7002e}@media (width<=1050px){.home-hero-grid{grid-template-columns:1fr;gap:55px}.home-hero-content{max-width:800px}.home-hero-visual{width:min(700px,100%);margin:0 auto;padding:0 5px}.home-image-frame{min-height:500px}.home-floating-top{top:22px;left:20px}.home-floating-bottom{bottom:25px;right:20px}.home-feature-grid,.home-services-grid{grid-template-columns:repeat(2,1fr)}.home-why-grid,.home-savings-grid{grid-template-columns:1fr;gap:55px}.home-savings-card{width:min(600px,100%)}}@media (width<=700px){.home-container{width:92%}.home-hero{min-height:auto;padding:75px 0 85px}.home-hero-grid{gap:45px}.home-hero-label{font-size:.62rem;line-height:1.5}.home-hero h1{letter-spacing:-2px;font-size:clamp(2.65rem,12vw,4rem)}.home-hero p{font-size:.91rem}.home-hero-actions{flex-direction:column}.home-primary-button,.home-secondary-button{width:100%}.home-hero-stats{justify-content:space-between;margin-top:35px}.home-hero-stat{flex:1;gap:7px;min-width:auto;margin-right:10px;padding-right:10px}.home-hero-stat span{font-size:.58rem}.home-image-frame{border-radius:23px;min-height:390px}.home-floating-top{top:15px;left:12px}.home-floating-bottom{bottom:18px;right:12px}.home-floating-card{white-space:nowrap;gap:8px;max-width:calc(100% - 24px);padding:10px 12px}.home-floating-icon,.home-energy-ring{border-radius:9px;width:34px;height:34px;font-size:.9rem}.home-floating-card strong{font-size:.68rem}.home-floating-card small{font-size:.55rem}.home-solar-mark{width:68px;height:68px;font-size:1.5rem}.home-scroll-indicator{display:none}.home-energy-strip-inner{flex-direction:column;align-items:flex-start;gap:22px;padding:25px 0}.home-energy-points{width:100%}.home-energy-points>div{flex:1;min-width:0;padding:0 12px}.home-energy-points>div:first-child{padding-left:0}.home-intro,.home-why,.home-services,.home-projects,.home-savings{padding:80px 0}.home-section-heading{margin-bottom:35px}.home-section-heading h2,.home-why-content h2,.home-savings-content h2{font-size:clamp(2rem,9vw,2.8rem)}.home-feature-grid{grid-template-columns:1fr}.home-feature-card{min-height:280px;padding:28px}.home-why-grid{gap:45px}.home-benefit{grid-template-columns:35px 1fr 20px;gap:13px;padding:21px 18px}.home-services-grid{grid-template-columns:1fr}.home-service-card{min-height:275px}.home-project-heading-row{flex-direction:column;align-items:flex-start;gap:0}.home-project-link{margin:-10px 0 35px}.home-project-grid{grid-template-columns:1fr}.home-project-item{grid-template-columns:40px 1fr 20px;min-height:175px;padding:25px}.home-savings-grid{gap:45px}.home-savings-card{border-radius:22px;min-height:360px}.home-cta{padding:90px 0}.home-cta h2{font-size:clamp(2.4rem,11vw,3.5rem)}}@media (width<=400px){.home-container{width:90%}.home-hero h1{letter-spacing:-1.5px;font-size:2.5rem}.home-image-frame{min-height:350px}.home-hero-stats{gap:5px}.home-hero-stat strong{font-size:.6rem}.home-hero-stat span{font-size:.53rem}.home-floating-top{left:8px}.home-floating-bottom{right:8px}.home-floating-card{gap:7px;max-width:calc(100% - 16px);padding:9px 10px}.home-floating-card strong{font-size:.64rem}.home-floating-card small{font-size:.52rem}}@media (prefers-reduced-motion:reduce){.home-page *,.home-page :before,.home-page :after{transition:none!important;animation:none!important}}[data-theme=dark] .home-page{color:#edf5f0;background:#07130e}[data-theme=dark] .home-hero{background:radial-gradient(circle at 75% 20%,#f5b7001a,#0000 30%),radial-gradient(circle at 10% 80%,#1b674329,#0000 32%),#07130e}[data-theme=dark] .home-hero h1{color:#f1f7f3}[data-theme=dark] .home-hero h1 span{color:#f5c84c}[data-theme=dark] .home-hero p{color:#a9b8b0}[data-theme=dark] .home-hero-label{color:#a9c8b7}[data-theme=dark] .home-secondary-button{color:#edf5f0;background:#10251c;border-color:#ffffff1f}[data-theme=dark] .home-secondary-button:hover{background:#183126;border-color:#f5b70066}[data-theme=dark] .home-hero-stat{border-color:#ffffff1a}[data-theme=dark] .home-hero-stat strong{color:#f5c84c}[data-theme=dark] .home-hero-stat span{color:#819188}[data-theme=dark] .home-floating-card{background:#10251cf5;border-color:#ffffff1a;box-shadow:0 18px 40px #0000004d}[data-theme=dark] .home-floating-card strong{color:#edf5f0}[data-theme=dark] .home-floating-card small{color:#91a39a}[data-theme=dark] .home-intro{background:#0b1d15}[data-theme=dark] .home-section-heading h2,[data-theme=dark] .home-why-content h2,[data-theme=dark] .home-savings-content h2{color:#f1f7f3}[data-theme=dark] .home-section-heading h2 span,[data-theme=dark] .home-why-content h2 span,[data-theme=dark] .home-savings-content h2 span{color:#f5c84c}[data-theme=dark] .home-section-heading p,[data-theme=dark] .home-why-content p,[data-theme=dark] .home-savings-content p{color:#9eafa5}[data-theme=dark] .home-section-tag{color:#f5c84c}[data-theme=dark] .home-feature-card{background:#10251c;border-color:#ffffff14;box-shadow:0 18px 40px #0000002e}[data-theme=dark] .home-feature-card:hover{background:#142c21;border-color:#f5b70038}[data-theme=dark] .home-feature-card h3{color:#edf5f0}[data-theme=dark] .home-feature-card p{color:#91a39a}[data-theme=dark] .home-feature-card a{color:#f5c84c}[data-theme=dark] .home-feature-featured{background:linear-gradient(145deg,#0d3c2c,#102e21)}[data-theme=dark] .home-feature-number{color:#f5c84c}[data-theme=dark] .home-why{background:linear-gradient(135deg,#091b13,#0d241a)}[data-theme=dark] .home-why-label{color:#819188}[data-theme=dark] .home-why-label i{background:#f5c84c}[data-theme=dark] .home-benefit{background:#10251c;border-color:#ffffff14}[data-theme=dark] .home-benefit:hover{background:#142c21;box-shadow:0 18px 40px #0003}[data-theme=dark] .home-benefit h3{color:#edf5f0}[data-theme=dark] .home-benefit p{color:#91a39a}[data-theme=dark] .home-benefit>span{color:#f5c84c}[data-theme=dark] .home-benefit b{color:#74857b}[data-theme=dark] .home-services{background:#07130e}[data-theme=dark] .home-service-card{background:#10251c;border-color:#ffffff14}[data-theme=dark] .home-service-card:hover{background:#142c21;box-shadow:0 20px 45px #00000038}[data-theme=dark] .home-service-card h3{color:#edf5f0}[data-theme=dark] .home-service-card p{color:#91a39a}[data-theme=dark] .home-service-card>span,[data-theme=dark] .home-service-card a{color:#f5c84c}[data-theme=dark] .home-service-line{background:#f5c84c}[data-theme=dark] .home-projects{background:#091b13}[data-theme=dark] .home-project-item{background:#10251c;border-color:#ffffff14}[data-theme=dark] .home-project-item:hover{background:#142c21;box-shadow:0 20px 45px #00000038}[data-theme=dark] .home-project-item h3{color:#edf5f0}[data-theme=dark] .home-project-item p{color:#91a39a}[data-theme=dark] .home-project-number{color:#f5c84c}[data-theme=dark] .home-project-arrow{color:#74857b}[data-theme=dark] .home-project-link{color:#edf5f0;border-color:#ffffff1f}[data-theme=dark] .home-project-link:hover{color:#f5c84c;border-color:#f5c84c}[data-theme=dark] .home-savings{background:#0b1d15}[data-theme=dark] .home-savings-card{background:radial-gradient(circle at 80% 20%,#f5b70029,#0000 28%),linear-gradient(145deg,#0d3c2c,#071b12)}[data-theme=dark] .home-cta{background:linear-gradient(135deg,#030c08,#08281c)}[data-theme=dark] .home-cta h2{color:#f1f7f3}[data-theme=dark] .home-cta h2 span{color:#f5c84c}[data-theme=dark] .home-cta p{color:#91a39a}.about-page{color:var(--color-navy)}.about-container{width:min(1200px,90%);margin:0 auto}.about-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0}.about-hero .about-container{max-width:850px}.about-eyebrow{letter-spacing:1.6px;color:var(--color-primary-green);margin-bottom:18px;font-size:.82rem;font-weight:700;display:inline-block}.about-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1}.about-hero h1 span{color:var(--color-primary-green);display:block}.about-hero p{max-width:720px;color:var(--color-text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8}.about-intro{background:var(--color-white);padding:100px 0}.about-grid{grid-template-columns:1.4fr .8fr;align-items:center;gap:70px;display:grid}.about-section-tag{letter-spacing:1.4px;color:var(--color-primary-green);margin-bottom:14px;font-size:.8rem;font-weight:700;display:inline-block}.about-content h2,.about-section-heading h2,.about-mission-content h2{margin:0 0 20px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2}.about-content p,.about-section-heading p,.about-mission-content p{color:var(--color-text-secondary);margin:0 0 16px;font-size:.98rem;line-height:1.8}.about-highlight{background:var(--color-light-green);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:45px 35px}.about-highlight>span{background:var(--color-primary-green);width:48px;height:48px;color:var(--color-white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:25px;font-size:.85rem;font-weight:700;display:inline-flex}.about-highlight h3{margin:0 0 12px;font-size:1.5rem}.about-highlight p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.7}.about-approach{background:var(--color-light-bg);padding:100px 0}.about-section-heading{max-width:720px;margin-bottom:50px}.about-section-heading p{max-width:650px}.about-approach-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.about-approach-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s}.about-approach-card:hover{border-color:var(--color-primary-green);box-shadow:var(--shadow-md);transform:translateY(-5px)}.about-approach-card>span{color:var(--color-primary-green);margin-bottom:22px;font-size:.8rem;font-weight:700;display:block}.about-approach-card h3{margin:0 0 10px;font-size:1.25rem}.about-approach-card p{color:var(--color-text-secondary);margin:0;font-size:.92rem;line-height:1.7}.about-mission{background:var(--color-navy);padding:100px 0}.about-mission-content{text-align:center;max-width:800px;margin:0 auto}.about-mission .about-section-tag{color:var(--color-solar-yellow)}.about-mission h2{color:var(--color-white)}.about-mission p{color:#ffffffbf;max-width:700px;margin:0 auto}.about-cta{text-align:center;border-top:1px solid #ffffff26;max-width:700px;margin:55px auto 0;padding-top:45px}.about-cta h3{color:var(--color-white);margin:0 0 10px;font-size:clamp(1.5rem,3vw,2rem)}.about-cta p{color:#ffffffb3;margin:0 0 25px}.about-cta-button{background:var(--color-solar-yellow);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:13px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}.about-cta-button:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (width<=900px){.about-hero{padding:90px 0}.about-grid{grid-template-columns:1fr;gap:45px}.about-approach-grid{grid-template-columns:1fr}}@media (width<=600px){.about-container{width:min(92%,1200px)}.about-hero{padding:75px 0}.about-hero p{font-size:.95rem}.about-intro,.about-approach,.about-mission{padding:70px 0}.about-highlight{padding:32px 25px}.about-approach-card{padding:27px}.about-cta{margin-top:40px;padding-top:35px}.about-cta-button{width:100%}}[data-theme=dark] .about-page{color:#edf5f0;background:#07130e}[data-theme=dark] .about-hero{background:radial-gradient(circle at 80% 20%,#f5b7001a,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .about-eyebrow{color:#f5c84c}[data-theme=dark] .about-hero h1{color:#f1f7f3}[data-theme=dark] .about-hero h1 span{color:#f5c84c}[data-theme=dark] .about-hero p{color:#a5b5ac}[data-theme=dark] .about-intro{background:#0b1d15}[data-theme=dark] .about-content h2{color:#f1f7f3}[data-theme=dark] .about-content p{color:#9eafa5}[data-theme=dark] .about-section-tag{color:#f5c84c}[data-theme=dark] .about-highlight{background:radial-gradient(circle at 80% 15%,#f5b70024,#0000 28%),linear-gradient(145deg,#0d3c2c,#10281e);border-color:#ffffff14;box-shadow:0 20px 50px #0003}[data-theme=dark] .about-highlight>span{color:#f5c84c}[data-theme=dark] .about-highlight h3{color:#fff}[data-theme=dark] .about-highlight p{color:#ffffffa6}[data-theme=dark] .about-approach{background:#07130e}[data-theme=dark] .about-section-heading h2{color:#f1f7f3}[data-theme=dark] .about-section-heading p{color:#9eafa5}[data-theme=dark] .about-approach-card{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .about-approach-card:hover{background:#142c21;border-color:#f5b70038;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .about-approach-card>span{color:#f5c84c}[data-theme=dark] .about-approach-card h3{color:#edf5f0}[data-theme=dark] .about-approach-card p{color:#91a39a}[data-theme=dark] .about-mission{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .about-mission-content h2{color:#f1f7f3}[data-theme=dark] .about-mission-content>p{color:#9eafa5}[data-theme=dark] .about-cta{background:linear-gradient(145deg,#10291e,#0d2118);border-color:#ffffff14;box-shadow:0 20px 50px #0000002e}[data-theme=dark] .about-cta h3{color:#fff}[data-theme=dark] .about-cta p{color:#91a39a}[data-theme=dark] .about-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .about-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}.solutions-page{color:var(--color-navy);background:var(--color-white)}.solutions-container{width:min(1200px,90%);margin:0 auto}.solutions-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0;transition:background .35s,color .35s}.solutions-hero .solutions-container{max-width:850px}.solutions-eyebrow{letter-spacing:1.6px;color:var(--color-primary);margin-bottom:18px;font-size:.82rem;font-weight:700;transition:color .35s;display:inline-block}.solutions-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;transition:color .35s}.solutions-hero h1 span{color:var(--color-primary);transition:color .35s;display:block}.solutions-hero p{max-width:700px;color:var(--color-text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8;transition:color .35s}.solutions-overview{background:var(--color-white);padding:100px 0;transition:background .35s,color .35s}.solutions-section-heading{max-width:720px;margin-bottom:55px}.solutions-section-tag{letter-spacing:1.4px;color:var(--color-primary);margin-bottom:14px;font-size:.8rem;font-weight:700;transition:color .35s;display:inline-block}.solutions-section-heading h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.solutions-section-heading p{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.solutions-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.solution-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:310px;box-shadow:var(--shadow-sm);flex-direction:column;padding:32px;transition:transform .3s,box-shadow .3s,border-color .3s,background .35s,color .35s;display:flex;position:relative}.solution-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-6px)}.solution-number{background:var(--color-light-green);width:44px;height:44px;color:var(--color-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:24px;font-size:.8rem;font-weight:700;transition:background .35s,color .35s;display:inline-flex}.solution-card h3{margin:0 0 12px;font-size:1.3rem;line-height:1.3;transition:color .35s}.solution-card p{color:var(--color-text-secondary);flex-grow:1;margin:0 0 24px;font-size:.92rem;line-height:1.7;transition:color .35s}.solution-link{width:fit-content;color:var(--color-primary);align-items:center;font-size:.88rem;font-weight:700;text-decoration:none;transition:transform .25s,color .25s;display:inline-flex}.solution-link:hover{color:var(--color-primary-dark);transform:translate(4px)}.solutions-cta{background:var(--color-navy);padding:100px 0;transition:background .35s,color .35s}.solutions-cta-content{text-align:center;max-width:760px;margin:0 auto}.solutions-cta .solutions-section-tag{color:var(--color-solar-yellow)}.solutions-cta h2{color:var(--color-white);margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;transition:color .35s}.solutions-cta p{color:#ffffffbf;max-width:650px;margin:0 auto 30px;font-size:1rem;line-height:1.7;transition:color .35s}.solutions-cta-button{background:var(--color-solar-yellow);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:inline-flex}.solutions-cta-button:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}[data-theme=dark] .solutions-page{color:#edf5f0;background:#07130e}[data-theme=dark] .solutions-hero{background:radial-gradient(circle at 80% 20%,#f5b7001a,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .solutions-eyebrow{color:#f5c84c}[data-theme=dark] .solutions-hero h1{color:#f1f7f3}[data-theme=dark] .solutions-hero h1 span{color:#f5c84c}[data-theme=dark] .solutions-hero p{color:#a5b5ac}[data-theme=dark] .solutions-overview{background:#0b1d15}[data-theme=dark] .solutions-section-tag{color:#f5c84c}[data-theme=dark] .solutions-section-heading h2{color:#f1f7f3}[data-theme=dark] .solutions-section-heading p{color:#9eafa5}[data-theme=dark] .solution-card{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .solution-card:hover{background:#142c21;border-color:#f5b70038;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .solution-number{color:#f5c84c;background:#183126}[data-theme=dark] .solution-card h3{color:#edf5f0}[data-theme=dark] .solution-card p{color:#91a39a}[data-theme=dark] .solution-link{color:#f5c84c}[data-theme=dark] .solution-link:hover{color:#ffd967}[data-theme=dark] .solutions-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .solutions-cta .solutions-section-tag{color:#f5c84c}[data-theme=dark] .solutions-cta h2{color:#f1f7f3}[data-theme=dark] .solutions-cta p{color:#ffffffa6}[data-theme=dark] .solutions-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .solutions-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}@media (width<=1000px){.solutions-grid{grid-template-columns:repeat(2,1fr)}.solution-card{min-height:300px}}@media (width<=600px){.solutions-container{width:min(92%,1200px)}.solutions-hero{padding:75px 0}.solutions-hero p{font-size:.95rem}.solutions-overview,.solutions-cta{padding:70px 0}.solutions-section-heading{margin-bottom:35px}.solutions-grid{grid-template-columns:1fr;gap:18px}.solution-card{min-height:auto;padding:27px}.solution-card p{margin-bottom:22px}}@media (width<=380px){.solution-card{padding:24px}.solution-card h3{font-size:1.2rem}.solution-card p{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.solutions-page *,.solutions-page :before,.solutions-page :after{transition:none!important;animation:none!important}}.services-page{color:var(--color-navy);background:var(--color-white);transition:background .35s,color .35s}.services-container{width:min(1200px,90%);margin:0 auto}.services-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0;transition:background .35s,color .35s}.services-hero .services-container{max-width:850px}.services-eyebrow{letter-spacing:1.6px;color:var(--color-primary);margin-bottom:18px;font-size:.82rem;font-weight:700;transition:color .35s;display:inline-block}.services-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;transition:color .35s}.services-hero h1 span{color:var(--color-primary);transition:color .35s;display:block}.services-hero p{max-width:720px;color:var(--color-text-light);margin:0 auto;font-size:1.05rem;line-height:1.8;transition:color .35s}.services-overview{background:var(--color-white);padding:100px 0;transition:background .35s,color .35s}.services-section-heading{max-width:720px;margin-bottom:55px}.services-section-tag{letter-spacing:1.4px;color:var(--color-primary);margin-bottom:14px;font-size:.8rem;font-weight:700;transition:color .35s;display:inline-block}.services-section-heading h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.services-section-heading p{color:var(--color-text-light);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.services-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.service-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:280px;box-shadow:var(--shadow-sm);flex-direction:column;padding:32px;transition:transform .35s,box-shadow .35s,border-color .35s,background .35s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--color-secondary);width:0;height:3px;transition:width .4s;position:absolute;top:0;left:0}.service-card:after{content:"";background:#0b3d2e0d;border-radius:50%;width:120px;height:120px;transition:transform .4s,opacity .4s,background .35s;position:absolute;bottom:-60px;right:-60px}.service-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.service-card:hover:before{width:100%}.service-card:hover:after{opacity:.7;transform:scale(2.2)}.service-number{z-index:2;background:var(--color-background-soft);width:44px;height:44px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:24px;font-size:.8rem;font-weight:700;transition:transform .35s,background .35s,color .35s;display:inline-flex;position:relative}.service-card:hover .service-number{background:var(--color-primary);color:var(--color-white);transform:scale(1.12)rotate(8deg)}.service-card h3{z-index:2;margin:0 0 12px;font-size:1.3rem;line-height:1.3;transition:transform .35s,color .35s;position:relative}.service-card:hover h3{color:var(--color-primary);transform:translate(4px)}.service-card p{z-index:2;color:var(--color-text-light);margin:0;font-size:.92rem;line-height:1.7;transition:transform .35s,color .35s;position:relative}.service-card:hover p{transform:translate(4px)}.services-process{background:var(--color-background-soft);padding:100px 0;transition:background .35s,color .35s}.services-process-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.services-process-step{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-height:220px;box-shadow:var(--shadow-sm);padding:30px;transition:transform .3s,box-shadow .3s,border-color .3s,background .35s;position:relative;overflow:hidden}.services-process-step:before{content:"";background:var(--color-primary);width:0;height:3px;transition:width .35s;position:absolute;top:0;left:0}.services-process-step:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-6px)}.services-process-step:hover:before{width:100%}.services-process-step>span{color:var(--color-primary);margin-bottom:20px;font-size:.8rem;font-weight:700;transition:transform .3s,color .35s;display:block}.services-process-step:hover>span{transform:translate(5px)}.services-process-step h3{margin:0 0 10px;font-size:1.2rem;transition:transform .3s,color .3s}.services-process-step:hover h3{color:var(--color-primary);transform:translate(4px)}.services-process-step p{color:var(--color-text-light);margin:0;font-size:.9rem;line-height:1.7;transition:color .35s}.services-cta{background:var(--color-navy);padding:100px 0;transition:background .35s,color .35s;position:relative;overflow:hidden}.services-cta:before{content:"";background:#f5b70014;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-100px}.services-cta:after{content:"";background:#ffffff0a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;left:-100px}.services-cta-content{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.services-cta .services-section-tag{color:var(--color-secondary)}.services-cta h2{color:var(--color-white);margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;transition:color .35s}.services-cta p{color:#ffffffbf;max-width:650px;margin:0 auto 30px;font-size:1rem;line-height:1.7;transition:color .35s}.services-cta-button{background:var(--color-secondary);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:inline-flex}.services-cta-button:hover{background:var(--color-secondary-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}[data-theme=dark] .services-page{color:#edf5f0;background:#07130e}[data-theme=dark] .services-hero{background:radial-gradient(circle at 80% 20%,#f5b7001a,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .services-eyebrow{color:#f5c84c}[data-theme=dark] .services-hero h1{color:#f1f7f3}[data-theme=dark] .services-hero h1 span{color:#f5c84c}[data-theme=dark] .services-hero p{color:#a5b5ac}[data-theme=dark] .services-overview{background:#0b1d15}[data-theme=dark] .services-section-tag{color:#f5c84c}[data-theme=dark] .services-section-heading h2{color:#f1f7f3}[data-theme=dark] .services-section-heading p{color:#9eafa5}[data-theme=dark] .service-card{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .service-card:hover{background:#142c21;border-color:#f5b70040;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .service-card:before{background:#f5c84c}[data-theme=dark] .service-card:after{background:#f5b7000f}[data-theme=dark] .service-number{color:#f5c84c;background:#183126}[data-theme=dark] .service-card:hover .service-number{color:#10261b;background:#f5c84c}[data-theme=dark] .service-card h3{color:#edf5f0}[data-theme=dark] .service-card:hover h3{color:#f5c84c}[data-theme=dark] .service-card p{color:#91a39a}[data-theme=dark] .services-process{background:#07130e}[data-theme=dark] .services-process-step{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .services-process-step:hover{background:#142c21;border-color:#f5b70040;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .services-process-step:before{background:#f5c84c}[data-theme=dark] .services-process-step>span{color:#f5c84c}[data-theme=dark] .services-process-step h3{color:#edf5f0}[data-theme=dark] .services-process-step:hover h3{color:#f5c84c}[data-theme=dark] .services-process-step p{color:#91a39a}[data-theme=dark] .services-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .services-cta:before{background:#f5b7001a}[data-theme=dark] .services-cta:after{background:#ffffff06}[data-theme=dark] .services-cta .services-section-tag{color:#f5c84c}[data-theme=dark] .services-cta h2{color:#f1f7f3}[data-theme=dark] .services-cta p{color:#ffffffa6}[data-theme=dark] .services-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .services-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}@media (width<=1000px){.services-grid,.services-process-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:270px}}@media (width<=600px){.services-container{width:min(92%,1200px)}.services-hero{padding:75px 0}.services-hero p{font-size:.95rem}.services-overview,.services-process,.services-cta{padding:70px 0}.services-section-heading{margin-bottom:35px}.services-grid,.services-process-grid{grid-template-columns:1fr;gap:18px}.service-card,.services-process-step{min-height:auto;padding:27px}}@media (width<=380px){.service-card,.services-process-step{padding:24px}.service-card h3{font-size:1.2rem}.service-card p,.services-process-step p{font-size:.88rem}}@media (prefers-reduced-motion:reduce){.service-card,.service-card:before,.service-card:after,.service-number,.service-card h3,.service-card p,.services-process-step,.services-process-step:before,.services-process-step>span,.services-process-step h3,.services-cta-button{transition:none}}.projects-page{color:var(--color-navy);background:var(--color-white);transition:background .35s,color .35s}.projects-container{width:min(1200px,90%);margin:0 auto}.projects-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0;transition:background .35s,color .35s}.projects-hero .projects-container{max-width:850px}.projects-eyebrow{letter-spacing:1.6px;color:var(--color-primary);margin-bottom:18px;font-size:.82rem;font-weight:700;transition:color .35s;display:inline-block}.projects-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;transition:color .35s}.projects-hero h1 span{color:var(--color-primary);transition:color .35s;display:block}.projects-hero p{max-width:720px;color:var(--color-text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8;transition:color .35s}.projects-showcase{background:var(--color-white);padding:100px 0;transition:background .35s,color .35s}.projects-section-heading{max-width:720px;margin-bottom:40px}.projects-section-tag{letter-spacing:1.4px;color:var(--color-primary);margin-bottom:14px;font-size:.8rem;font-weight:700;transition:color .35s;display:inline-block}.projects-section-heading h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.projects-section-heading p{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.projects-filters{flex-wrap:wrap;gap:10px;margin-bottom:45px;display:flex}.project-filter{border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text-secondary);cursor:pointer;border-radius:999px;padding:10px 18px;font-family:inherit;font-size:.86rem;font-weight:600;transition:background .25s,color .25s,border-color .25s,transform .25s,box-shadow .25s}.project-filter:hover{border-color:var(--color-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.project-filter.active{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-white);box-shadow:var(--shadow-sm)}.projects-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.project-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .35s,box-shadow .35s,border-color .35s,background .35s;position:relative;overflow:hidden}.project-card:before{content:"";z-index:5;background:var(--color-secondary);width:0;height:3px;transition:width .4s;position:absolute;top:0;left:0}.project-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.project-card:hover:before{width:100%}.project-placeholder{background:var(--color-background-soft);border-bottom:1px solid var(--color-border);justify-content:center;align-items:center;height:280px;transition:background .35s,border-color .35s;display:flex;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .6s,filter .4s;display:block}.project-card:hover .project-image{filter:brightness(1.04);transform:scale(1.06)}.project-placeholder:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(#0000 55%,#07291f33);transition:opacity .4s;position:absolute;inset:0}.project-card:hover .project-placeholder:after{opacity:1}.project-placeholder-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:25px;transition:opacity .3s,transform .3s;display:flex;position:relative}.project-placeholder-icon{background:var(--color-white);width:58px;height:58px;color:var(--color-secondary);box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-size:1.6rem;transition:background .35s,color .35s,transform .35s;display:flex}.project-card:hover .project-placeholder-icon{transform:scale(1.08)rotate(5deg)}.project-placeholder-label{letter-spacing:1.2px;color:var(--color-primary);margin-bottom:8px;font-size:.75rem;font-weight:800;transition:color .35s}.project-placeholder-content p{color:var(--color-text-secondary);margin:0;font-size:.85rem;transition:color .35s}.project-card-content{background:var(--color-white);padding:28px;transition:transform .35s,background .35s}.project-card:hover .project-card-content{transform:translateY(-2px)}.project-category{background:var(--color-light-bg);letter-spacing:1px;color:var(--color-primary);border-radius:999px;align-items:center;margin-bottom:11px;padding:5px 10px;font-size:.68rem;font-weight:800;transition:background .3s,color .3s,transform .3s;display:inline-flex}.project-card:hover .project-category{background:var(--color-primary);color:var(--color-white);transform:translate(3px)}.project-card h3{margin:0 0 10px;font-size:1.3rem;line-height:1.3;transition:color .3s,transform .3s}.project-card:hover h3{color:var(--color-primary);transform:translate(3px)}.project-card p{color:var(--color-text-secondary);margin:0;font-size:.92rem;line-height:1.7;transition:color .35s}.projects-info{background:var(--color-light-bg);padding:90px 0;transition:background .35s,color .35s}.projects-info-content{text-align:center;max-width:760px;margin:0 auto}.projects-info-content h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.2;transition:color .35s}.projects-info-content p{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.projects-cta{background:var(--color-navy);padding:100px 0;transition:background .35s,color .35s;position:relative;overflow:hidden}.projects-cta:before{content:"";background:#f5b70014;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-100px}.projects-cta:after{content:"";background:#ffffff0a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;left:-100px}.projects-cta-content{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.projects-cta .projects-section-tag{color:var(--color-solar-yellow)}.projects-cta h2{color:var(--color-white);margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;transition:color .35s}.projects-cta p{color:#ffffffbf;max-width:650px;margin:0 auto 30px;font-size:1rem;line-height:1.7;transition:color .35s}.projects-cta-button{background:var(--color-solar-yellow);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,color .3s;display:inline-flex}.projects-cta-button:hover{background:var(--color-secondary-dark);box-shadow:var(--shadow-lg);transform:translateY(-3px)}[data-theme=dark] .projects-page{color:#edf5f0;background:#07130e}[data-theme=dark] .projects-hero{background:radial-gradient(circle at 80% 20%,#f5b7001a,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .projects-eyebrow{color:#f5c84c}[data-theme=dark] .projects-hero h1{color:#f1f7f3}[data-theme=dark] .projects-hero h1 span{color:#f5c84c}[data-theme=dark] .projects-hero p{color:#a5b5ac}[data-theme=dark] .projects-showcase{background:#0b1d15}[data-theme=dark] .projects-section-tag{color:#f5c84c}[data-theme=dark] .projects-section-heading h2{color:#f1f7f3}[data-theme=dark] .projects-section-heading p{color:#9eafa5}[data-theme=dark] .project-filter{color:#a9b8b0;background:#10251c;border-color:#ffffff1a}[data-theme=dark] .project-filter:hover{color:#f5c84c;background:#142c21;border-color:#f5b70059}[data-theme=dark] .project-filter.active{color:#10261b;background:#f5c84c;border-color:#f5c84c;box-shadow:0 8px 24px #f5b70026}[data-theme=dark] .project-card{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .project-card:hover{background:#142c21;border-color:#f5b70040;box-shadow:0 22px 50px #0000003d}[data-theme=dark] .project-card:before{background:#f5c84c}[data-theme=dark] .project-placeholder{background:#142c21;border-color:#ffffff14}[data-theme=dark] .project-placeholder:after{background:linear-gradient(#0000 55%,#0000004d)}[data-theme=dark] .project-placeholder-icon{color:#f5c84c;background:#183126}[data-theme=dark] .project-placeholder-label{color:#f5c84c}[data-theme=dark] .project-placeholder-content p{color:#91a39a}[data-theme=dark] .project-card-content{background:#10251c}[data-theme=dark] .project-category{color:#f5c84c;background:#183126}[data-theme=dark] .project-card:hover .project-category{color:#10261b;background:#f5c84c}[data-theme=dark] .project-card h3{color:#edf5f0}[data-theme=dark] .project-card:hover h3{color:#f5c84c}[data-theme=dark] .project-card p{color:#91a39a}[data-theme=dark] .projects-info{background:#07130e}[data-theme=dark] .projects-info-content h2{color:#f1f7f3}[data-theme=dark] .projects-info-content p{color:#9eafa5}[data-theme=dark] .projects-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .projects-cta:before{background:#f5b7001a}[data-theme=dark] .projects-cta:after{background:#ffffff06}[data-theme=dark] .projects-cta .projects-section-tag{color:#f5c84c}[data-theme=dark] .projects-cta h2{color:#f1f7f3}[data-theme=dark] .projects-cta p{color:#ffffffa6}[data-theme=dark] .projects-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .projects-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}@media (width<=800px){.projects-grid{grid-template-columns:1fr}}@media (width<=600px){.projects-container{width:min(92%,1200px)}.projects-hero{padding:75px 0}.projects-hero p{font-size:.95rem}.projects-showcase,.projects-info,.projects-cta{padding:70px 0}.projects-section-heading{margin-bottom:35px}.projects-filters{gap:8px;margin-bottom:30px}.project-filter{padding:9px 14px;font-size:.8rem}.projects-grid{gap:18px}.project-placeholder{height:230px}.project-card-content{padding:24px}.project-card h3{font-size:1.2rem}.project-card p{font-size:.88rem}}@media (width<=380px){.project-placeholder{height:210px}.project-card-content{padding:22px}}@media (prefers-reduced-motion:reduce){.project-filter,.project-card,.project-card:before,.project-placeholder img,.project-placeholder:after,.project-card-content,.project-category,.project-card h3,.project-placeholder-icon,.projects-cta-button{transition:none}}.solar-savings-page{color:var(--color-navy);background:var(--color-white);transition:background .35s,color .35s}.solar-savings-container{width:min(1200px,90%);margin:0 auto}.solar-savings-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0;transition:background .35s,color .35s}.solar-savings-hero .solar-savings-container{max-width:850px}.solar-savings-eyebrow{letter-spacing:1.6px;color:var(--color-primary-green);margin-bottom:18px;font-size:.82rem;font-weight:700;transition:color .35s;display:inline-block}.solar-savings-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;transition:color .35s}.solar-savings-hero h1 span{color:var(--color-primary-green);transition:color .35s;display:block}.solar-savings-hero p{max-width:720px;color:var(--color-text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8;transition:color .35s}.solar-savings-intro,.solar-savings-calculator,.solar-savings-process{padding:100px 0;transition:background .35s,color .35s}.solar-savings-intro{background:var(--color-white)}.solar-savings-calculator,.solar-savings-process{background:var(--color-light-bg)}.solar-savings-section-heading{max-width:720px;margin-bottom:55px}.solar-savings-section-tag{letter-spacing:1.4px;color:var(--color-primary-green);margin-bottom:14px;font-size:.8rem;font-weight:700;transition:color .35s;display:inline-block}.solar-savings-section-heading h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.solar-savings-section-heading p{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.solar-savings-benefits{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.solar-savings-benefit{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px;transition:transform .3s,box-shadow .3s,background .35s,border-color .35s}.solar-savings-benefit:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.solar-savings-benefit>span{background:var(--color-light-green);width:44px;height:44px;color:var(--color-primary-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-size:.8rem;font-weight:700;transition:background .35s,color .35s,transform .3s;display:inline-flex}.solar-savings-benefit:hover>span{transform:scale(1.08)}.solar-savings-benefit h3{margin:0 0 12px;font-size:1.25rem;transition:color .35s}.solar-savings-benefit p{color:var(--color-text-secondary);margin:0;font-size:.92rem;line-height:1.7;transition:color .35s}.solar-savings-calculator-content{text-align:center;max-width:900px;margin:0 auto}.solar-savings-calculator-content h2{margin:0 0 18px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.solar-savings-calculator-content>p{max-width:650px;color:var(--color-text-secondary);margin:0 auto 40px;font-size:.98rem;line-height:1.8;transition:color .35s}.solar-savings-calculator-box{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);max-width:850px;box-shadow:var(--shadow-md);text-align:left;margin:0 auto;padding:38px;transition:background .35s,border-color .35s,box-shadow .35s}.calculator-field{margin-bottom:24px}.calculator-field label{color:var(--color-navy);margin-bottom:8px;font-size:.88rem;font-weight:700;transition:color .35s;display:block}.calculator-field input{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-white);width:100%;color:var(--color-navy);border-radius:8px;outline:none;padding:14px 16px;font-family:inherit;font-size:.95rem;transition:border-color .25s,box-shadow .25s,background .35s,color .35s}.calculator-field input:focus{border-color:var(--color-primary-green);box-shadow:0 0 0 3px #16a34a1a}.calculator-field input::placeholder{color:#9ca3af}.calculator-results{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px;display:grid}.calculator-result{background:var(--color-light-green);border:1px solid var(--color-border);text-align:center;border-radius:10px;padding:22px;transition:background .35s,border-color .35s}.calculator-result span{color:var(--color-text-secondary);margin-bottom:10px;font-size:.78rem;line-height:1.4;transition:color .35s;display:block}.calculator-result strong{color:var(--color-primary-green);font-size:1.35rem;transition:color .35s;display:block}.calculator-disclaimer{color:var(--color-text-secondary);text-align:center;margin:24px 0 0;font-size:.78rem;line-height:1.6;transition:color .35s}.solar-savings-process-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.solar-savings-process-grid article{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:30px;transition:transform .3s,box-shadow .3s,background .35s,border-color .35s}.solar-savings-process-grid article:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.solar-savings-process-grid article>span{color:var(--color-primary-green);margin-bottom:20px;font-size:.8rem;font-weight:700;transition:color .35s;display:block}.solar-savings-process-grid h3{margin:0 0 10px;font-size:1.2rem;transition:color .35s}.solar-savings-process-grid p{color:var(--color-text-secondary);margin:0;font-size:.9rem;line-height:1.7;transition:color .35s}.solar-savings-note{background:var(--color-light-green);padding:80px 0;transition:background .35s,color .35s}.solar-savings-note-content{text-align:center;max-width:800px;margin:0 auto}.solar-savings-note-content h2{margin:0 0 16px;font-size:clamp(1.8rem,4vw,2.5rem);transition:color .35s}.solar-savings-note-content p{color:var(--color-text-secondary);margin:0;font-size:.95rem;line-height:1.8;transition:color .35s}.solar-savings-cta{background:var(--color-navy);padding:100px 0;transition:background .35s,color .35s;position:relative;overflow:hidden}.solar-savings-cta:before{content:"";background:#f5b70014;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-100px}.solar-savings-cta:after{content:"";background:#ffffff0a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;left:-100px}.solar-savings-cta-content{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.solar-savings-cta .solar-savings-section-tag{color:var(--color-solar-yellow)}.solar-savings-cta h2{color:var(--color-white);margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;transition:color .35s}.solar-savings-cta p{color:#ffffffbf;max-width:650px;margin:0 auto 30px;font-size:1rem;line-height:1.7;transition:color .35s}.solar-savings-cta-button{background:var(--color-solar-yellow);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.solar-savings-cta-button:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}[data-theme=dark] .solar-savings-page{color:#edf5f0;background:#07130e}[data-theme=dark] .solar-savings-hero{background:radial-gradient(circle at 80% 20%,#f5b7001c,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .solar-savings-eyebrow{color:#f5c84c}[data-theme=dark] .solar-savings-hero h1{color:#f1f7f3}[data-theme=dark] .solar-savings-hero h1 span{color:#f5c84c}[data-theme=dark] .solar-savings-hero p{color:#a5b5ac}[data-theme=dark] .solar-savings-intro{background:#0b1d15}[data-theme=dark] .solar-savings-section-tag{color:#f5c84c}[data-theme=dark] .solar-savings-section-heading h2{color:#f1f7f3}[data-theme=dark] .solar-savings-section-heading p{color:#9eafa5}[data-theme=dark] .solar-savings-benefit{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .solar-savings-benefit:hover{background:#142c21;border-color:#f5b70038;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .solar-savings-benefit>span{color:#f5c84c;background:#183126}[data-theme=dark] .solar-savings-benefit h3{color:#edf5f0}[data-theme=dark] .solar-savings-benefit p{color:#91a39a}[data-theme=dark] .solar-savings-calculator{background:#07130e}[data-theme=dark] .solar-savings-calculator-content h2{color:#f1f7f3}[data-theme=dark] .solar-savings-calculator-content>p{color:#9eafa5}[data-theme=dark] .solar-savings-calculator-box{background:#10251c;border-color:#ffffff14;box-shadow:0 20px 50px #00000038}[data-theme=dark] .calculator-field label{color:#edf5f0}[data-theme=dark] .calculator-field input{color:#edf5f0;background:#0b1d15;border-color:#ffffff1f}[data-theme=dark] .calculator-field input:focus{border-color:#f5c84c;box-shadow:0 0 0 3px #f5b7001a}[data-theme=dark] .calculator-field input::placeholder{color:#718178}[data-theme=dark] .calculator-result{background:#183126;border-color:#ffffff14}[data-theme=dark] .calculator-result span{color:#91a39a}[data-theme=dark] .calculator-result strong{color:#f5c84c}[data-theme=dark] .calculator-disclaimer{color:#819188}[data-theme=dark] .solar-savings-process{background:#0b1d15}[data-theme=dark] .solar-savings-process-grid article{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000024}[data-theme=dark] .solar-savings-process-grid article:hover{background:#142c21;border-color:#f5b70038;box-shadow:0 22px 50px #00000038}[data-theme=dark] .solar-savings-process-grid article>span{color:#f5c84c}[data-theme=dark] .solar-savings-process-grid h3{color:#edf5f0}[data-theme=dark] .solar-savings-process-grid p{color:#91a39a}[data-theme=dark] .solar-savings-note{background:linear-gradient(135deg,#102c20,#0d2419)}[data-theme=dark] .solar-savings-note-content h2{color:#f1f7f3}[data-theme=dark] .solar-savings-note-content p{color:#9eafa5}[data-theme=dark] .solar-savings-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .solar-savings-cta:before{background:#f5b7001a}[data-theme=dark] .solar-savings-cta:after{background:#ffffff06}[data-theme=dark] .solar-savings-cta .solar-savings-section-tag{color:#f5c84c}[data-theme=dark] .solar-savings-cta h2{color:#f1f7f3}[data-theme=dark] .solar-savings-cta p{color:#ffffffa6}[data-theme=dark] .solar-savings-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .solar-savings-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}@media (width<=1000px){.solar-savings-benefits{grid-template-columns:1fr}.solar-savings-process-grid{grid-template-columns:repeat(2,1fr)}.calculator-results{grid-template-columns:1fr}}@media (width<=600px){.solar-savings-container{width:min(92%,1200px)}.solar-savings-hero{padding:75px 0}.solar-savings-hero p{font-size:.95rem}.solar-savings-intro,.solar-savings-calculator,.solar-savings-process,.solar-savings-cta{padding:70px 0}.solar-savings-note{padding:65px 0}.solar-savings-benefits,.solar-savings-process-grid{grid-template-columns:1fr;gap:18px}.solar-savings-benefit,.solar-savings-process-grid article{padding:27px}.solar-savings-calculator-box{padding:25px 20px}.calculator-results{grid-template-columns:1fr;gap:12px}.calculator-result{padding:18px}}@media (prefers-reduced-motion:reduce){.solar-savings-page *,.solar-savings-page :before,.solar-savings-page :after{transition:none!important;animation:none!important}}.why-delta-page{color:var(--color-navy);background:var(--color-white);transition:background .35s,color .35s}.why-delta-container{width:min(1200px,90%);margin:0 auto}.why-delta-hero{text-align:center;background:linear-gradient(135deg,#ecfdf5f2,#f0fdfabf);padding:110px 0;transition:background .35s,color .35s}.why-delta-hero .why-delta-container{max-width:850px}.why-delta-eyebrow{letter-spacing:1.6px;color:var(--color-primary);margin-bottom:18px;font-size:.82rem;font-weight:700;transition:color .35s;display:inline-block}.why-delta-hero h1{margin:0 0 22px;font-size:clamp(2.3rem,5vw,4rem);line-height:1.1;transition:color .35s}.why-delta-hero h1 span{color:var(--color-primary);transition:color .35s;display:block}.why-delta-hero p{max-width:720px;color:var(--color-text-secondary);margin:0 auto;font-size:1.05rem;line-height:1.8;transition:color .35s}.why-delta-benefits{background:var(--color-white);padding:100px 0;transition:background .35s,color .35s}.why-delta-section-heading{max-width:720px;margin-bottom:50px}.why-delta-section-tag{letter-spacing:1.4px;color:var(--color-primary);margin-bottom:14px;font-size:.8rem;font-weight:700;transition:color .35s;display:inline-block}.why-delta-section-heading h2{margin:0 0 18px;font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.why-delta-section-heading p{color:var(--color-text-secondary);margin:0;font-size:.98rem;line-height:1.8;transition:color .35s}.why-delta-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.why-delta-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:32px;transition:transform .35s,box-shadow .35s,border-color .35s,background .35s;position:relative;overflow:hidden}.why-delta-card:before{content:"";background:var(--color-secondary);width:0;height:3px;transition:width .4s;position:absolute;top:0;left:0}.why-delta-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-7px)}.why-delta-card:hover:before{width:100%}.why-delta-card>span{background:var(--color-light-bg);width:44px;height:44px;color:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-size:.8rem;font-weight:700;transition:transform .3s,background .3s,color .3s;display:inline-flex}.why-delta-card:hover>span{background:var(--color-primary);color:var(--color-white);transform:scale(1.1)rotate(6deg)}.why-delta-card h3{margin:0 0 12px;font-size:1.25rem;transition:transform .3s,color .3s}.why-delta-card:hover h3{color:var(--color-primary);transform:translate(4px)}.why-delta-card p{color:var(--color-text-secondary);margin:0;font-size:.92rem;line-height:1.7;transition:transform .3s,color .35s}.why-delta-card:hover p{transform:translate(3px)}.why-delta-commitment{background:var(--color-light-bg);padding:100px 0;transition:background .35s,color .35s}.why-delta-commitment-grid{grid-template-columns:1.4fr .8fr;align-items:center;gap:70px;display:grid}.why-delta-commitment-content{max-width:700px}.why-delta-commitment-content h2{margin:0 0 22px;font-size:clamp(2rem,4vw,2.8rem);line-height:1.2;transition:color .35s}.why-delta-commitment-content p{color:var(--color-text-secondary);margin:0 0 18px;font-size:.98rem;line-height:1.8;transition:color .35s}.why-delta-commitment-content p:last-child{margin-bottom:0}.why-delta-commitment-highlight{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:45px;transition:transform .35s,box-shadow .35s,background .35s;position:relative;overflow:hidden}.why-delta-commitment-highlight:before{content:"";background:#ffffff12;border-radius:50%;width:180px;height:180px;position:absolute;top:-90px;right:-60px}.why-delta-commitment-highlight:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.why-delta-highlight-number{z-index:2;letter-spacing:1.2px;color:var(--color-solar-yellow);margin-bottom:30px;font-size:.8rem;font-weight:700;display:block;position:relative}.why-delta-commitment-highlight h3{z-index:2;color:var(--color-white);margin:0 0 10px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1;transition:transform .3s,color .3s;position:relative}.why-delta-commitment-highlight h3:hover{color:var(--color-solar-yellow);transform:translate(5px)}.why-delta-commitment-highlight h3:last-child{margin-bottom:0}.why-delta-cta{background:var(--color-navy);padding:100px 0;transition:background .35s,color .35s;position:relative;overflow:hidden}.why-delta-cta:before{content:"";background:#f5b70014;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-100px}.why-delta-cta:after{content:"";background:#ffffff0a;border-radius:50%;width:250px;height:250px;position:absolute;bottom:-150px;left:-100px}.why-delta-cta-content{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.why-delta-cta .why-delta-section-tag{color:var(--color-solar-yellow)}.why-delta-cta h2{color:var(--color-white);margin:0 0 18px;font-size:clamp(2rem,4vw,3rem);line-height:1.2;transition:color .35s}.why-delta-cta p{color:#ffffffbf;max-width:650px;margin:0 auto 30px;font-size:1rem;line-height:1.7;transition:color .35s}.why-delta-cta-button{background:var(--color-solar-yellow);color:var(--color-navy);border-radius:8px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:inline-flex}.why-delta-cta-button:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}[data-theme=dark] .why-delta-page{color:#edf5f0;background:#07130e}[data-theme=dark] .why-delta-hero{background:radial-gradient(circle at 80% 20%,#f5b7001a,#0000 30%),linear-gradient(135deg,#07130e,#0b2419)}[data-theme=dark] .why-delta-eyebrow{color:#f5c84c}[data-theme=dark] .why-delta-hero h1{color:#f1f7f3}[data-theme=dark] .why-delta-hero h1 span{color:#f5c84c}[data-theme=dark] .why-delta-hero p{color:#a5b5ac}[data-theme=dark] .why-delta-benefits{background:#0b1d15}[data-theme=dark] .why-delta-section-tag{color:#f5c84c}[data-theme=dark] .why-delta-section-heading h2{color:#f1f7f3}[data-theme=dark] .why-delta-section-heading p{color:#9eafa5}[data-theme=dark] .why-delta-card{background:#10251c;border-color:#ffffff14;box-shadow:0 15px 40px #00000029}[data-theme=dark] .why-delta-card:hover{background:#142c21;border-color:#f5b70040;box-shadow:0 22px 50px #0000003b}[data-theme=dark] .why-delta-card:before{background:#f5c84c}[data-theme=dark] .why-delta-card>span{color:#f5c84c;background:#183126}[data-theme=dark] .why-delta-card:hover>span{color:#10261b;background:#f5c84c}[data-theme=dark] .why-delta-card h3{color:#edf5f0}[data-theme=dark] .why-delta-card:hover h3{color:#f5c84c}[data-theme=dark] .why-delta-card p{color:#91a39a}[data-theme=dark] .why-delta-commitment{background:#07130e}[data-theme=dark] .why-delta-commitment-content h2{color:#f1f7f3}[data-theme=dark] .why-delta-commitment-content p{color:#9eafa5}[data-theme=dark] .why-delta-commitment-highlight{background:linear-gradient(135deg,#0f3a27,#0b2b1e);box-shadow:0 20px 50px #00000038}[data-theme=dark] .why-delta-commitment-highlight:before{background:#f5b70014}[data-theme=dark] .why-delta-highlight-number{color:#f5c84c}[data-theme=dark] .why-delta-commitment-highlight h3{color:#f1f7f3}[data-theme=dark] .why-delta-commitment-highlight h3:hover{color:#f5c84c}[data-theme=dark] .why-delta-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .why-delta-cta:before{background:#f5b7001a}[data-theme=dark] .why-delta-cta:after{background:#ffffff06}[data-theme=dark] .why-delta-cta .why-delta-section-tag{color:#f5c84c}[data-theme=dark] .why-delta-cta h2{color:#f1f7f3}[data-theme=dark] .why-delta-cta p{color:#ffffffa6}[data-theme=dark] .why-delta-cta-button{color:#10261b;background:#f5c84c}[data-theme=dark] .why-delta-cta-button:hover{background:#ffd967;box-shadow:0 12px 30px #f5b7002e}@media (width<=900px){.why-delta-grid{grid-template-columns:repeat(2,1fr)}.why-delta-commitment-grid{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.why-delta-container{width:min(92%,1200px)}.why-delta-hero{padding:75px 0}.why-delta-hero p{font-size:.95rem}.why-delta-benefits,.why-delta-commitment,.why-delta-cta{padding:70px 0}.why-delta-grid{grid-template-columns:1fr;gap:18px}.why-delta-card{padding:27px}.why-delta-commitment-grid{gap:30px}.why-delta-commitment-highlight{padding:35px}.why-delta-commitment-highlight h3{font-size:2rem}.why-delta-cta-button{width:100%}}@media (prefers-reduced-motion:reduce){.why-delta-page *,.why-delta-page :before,.why-delta-page :after{transition:none!important;animation:none!important}}.contact-page{background:var(--color-white);width:100%;color:var(--color-navy);transition:background .35s,color .35s;overflow:hidden}.contact-container{width:min(1180px,90%);margin:0 auto}.contact-hero{color:#fff;background:radial-gradient(circle at 80% 20%,#f7b82524,#0000 35%),linear-gradient(135deg,#07140d 0%,#0b2417 55%,#102e1c 100%);align-items:center;min-height:58vh;padding:120px 0 90px;display:flex}.contact-eyebrow{letter-spacing:3px;color:#f5bd35;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-block}.contact-hero h1{letter-spacing:-2px;max-width:780px;margin:0;font-size:clamp(44px,6vw,78px);font-weight:700;line-height:1.02}.contact-hero h1 span{color:#f5bd35;display:block}.contact-hero p{color:#ffffffb8;max-width:650px;margin-top:28px;font-size:17px;line-height:1.8}.contact-main{background:var(--color-light-bg);padding:110px 0;transition:background .35s,color .35s}.contact-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.contact-intro{padding-top:15px}.contact-section-tag{letter-spacing:2.5px;color:var(--color-secondary);margin-bottom:18px;font-size:11px;font-weight:800;transition:color .35s;display:inline-block}.contact-intro h2{letter-spacing:-1.5px;max-width:520px;color:var(--color-navy);margin:0;font-size:clamp(34px,4vw,52px);line-height:1.08;transition:color .35s}.contact-intro>p{max-width:500px;color:var(--color-text-secondary);margin:24px 0 38px;font-size:16px;line-height:1.8;transition:color .35s}.contact-social-cards{flex-direction:column;gap:14px;max-width:520px;display:flex}.contact-social-card{border:1px solid var(--color-border);background:var(--color-white);border-radius:16px;align-items:center;gap:16px;padding:19px 20px;text-decoration:none;transition:transform .3s,border-color .3s,box-shadow .3s,background .35s;display:flex}.contact-social-card:hover{border-color:#f5bd358c;transform:translateY(-4px);box-shadow:0 18px 40px #10201814}.contact-social-icon{color:#f5bd35;background:#102e1c;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s,background .3s,color .3s;display:flex}.contact-social-card:hover .contact-social-icon{transform:scale(1.06)}.contact-social-content{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.contact-social-content span{letter-spacing:1.8px;color:var(--color-text-light);font-size:10px;font-weight:800;transition:color .35s}.contact-social-content strong{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;transition:color .35s;overflow:hidden}.contact-social-arrow{color:var(--color-text-light);flex-shrink:0;transition:transform .3s,color .3s}.contact-social-card:hover .contact-social-arrow{color:var(--color-secondary);transform:translate(3px,-3px)}.contact-trust-note{border-top:1px solid var(--color-border);align-items:flex-start;gap:12px;max-width:480px;margin-top:34px;padding-top:24px;transition:border-color .35s;display:flex}.contact-trust-dot{color:#102018;background:#f5bd35;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;display:flex}.contact-trust-note p{color:var(--color-text-secondary);margin:4px 0 0;font-size:13px;line-height:1.6;transition:color .35s}.contact-form-wrapper{border:1px solid var(--color-border);background:var(--color-white);border-radius:24px;padding:38px;transition:background .35s,border-color .35s,box-shadow .35s;box-shadow:0 25px 70px #10201817}.contact-form-top{border-bottom:1px solid var(--color-border);margin-bottom:28px;padding-bottom:25px;transition:border-color .35s}.contact-form-top span{letter-spacing:2px;color:var(--color-secondary);margin-bottom:7px;font-size:11px;font-weight:800;transition:color .35s;display:block}.contact-form-top p{color:var(--color-text-secondary);margin:0;font-size:14px;line-height:1.6;transition:color .35s}.contact-form{flex-direction:column;gap:20px;display:flex}.contact-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-field{flex-direction:column;gap:8px;display:flex}.contact-field label{color:var(--color-text);font-size:12px;font-weight:700;transition:color .35s}.contact-field input,.contact-field select,.contact-field textarea{box-sizing:border-box;border:1px solid var(--color-border);background:var(--color-light-bg);width:100%;color:var(--color-text);border-radius:10px;outline:none;padding:14px 15px;font-family:inherit;font-size:14px;transition:border-color .25s,background .35s,color .35s,box-shadow .25s}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--color-text-light)}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{background:var(--color-white);border-color:#d5a72d;box-shadow:0 0 0 3px #f5bd351f}.contact-field textarea{resize:vertical;min-height:130px}.contact-submit-button{color:#fff;cursor:pointer;background:#102e1c;border:none;border-radius:11px;justify-content:center;align-items:center;gap:9px;width:100%;margin-top:5px;padding:15px 22px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .3s,background .3s,box-shadow .3s;display:flex}.contact-submit-button:hover:not(:disabled){background:#183d27;transform:translateY(-2px);box-shadow:0 12px 25px #102e1c2e}.contact-submit-button:disabled{opacity:.65;cursor:not-allowed}.contact-status{text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.contact-status.success{color:#267345;background:#23824b14}.contact-status.error{color:#a43e3e;background:#b43c3c14}.contact-cta{color:#fff;background:linear-gradient(135deg,#0a2114,#102e1c);padding:100px 0;position:relative;overflow:hidden}.contact-cta:before{content:"";background:#f5bd3512;border-radius:50%;width:300px;height:300px;position:absolute;top:-150px;right:-100px}.contact-cta-content{z-index:2;text-align:center;max-width:760px;margin:0 auto;position:relative}.contact-cta-content .contact-section-tag{color:#f5bd35}.contact-cta-content h2{letter-spacing:-1.5px;color:#fff;margin:0;font-size:clamp(34px,5vw,58px);line-height:1.08}.contact-cta-content p{color:#ffffffad;max-width:620px;margin:22px auto 0;font-size:16px;line-height:1.8}[data-theme=dark] .contact-page{color:#edf5f0;background:#07130e}[data-theme=dark] .contact-hero{background:radial-gradient(circle at 80% 20%,#f5bd351f,#0000 35%),linear-gradient(135deg,#050d09 0%,#091c12 55%,#0d291b 100%)}[data-theme=dark] .contact-eyebrow{color:#f5c84c}[data-theme=dark] .contact-hero h1{color:#f3f8f5}[data-theme=dark] .contact-hero h1 span{color:#f5c84c}[data-theme=dark] .contact-hero p{color:#ffffffad}[data-theme=dark] .contact-main{background:#07130e}[data-theme=dark] .contact-section-tag{color:#f5c84c}[data-theme=dark] .contact-intro h2{color:#f1f7f3}[data-theme=dark] .contact-intro>p{color:#9eafa5}[data-theme=dark] .contact-social-card{background:#10251c;border-color:#ffffff14}[data-theme=dark] .contact-social-card:hover{background:#142c21;border-color:#f5bd354d;box-shadow:0 18px 45px #0000003d}[data-theme=dark] .contact-social-icon{color:#f5c84c;background:#183126}[data-theme=dark] .contact-social-content span{color:#73847a}[data-theme=dark] .contact-social-content strong{color:#edf5f0}[data-theme=dark] .contact-social-arrow{color:#73847a}[data-theme=dark] .contact-social-card:hover .contact-social-arrow{color:#f5c84c}[data-theme=dark] .contact-trust-note{border-color:#ffffff14}[data-theme=dark] .contact-trust-dot{color:#10261b;background:#f5c84c}[data-theme=dark] .contact-trust-note p{color:#91a39a}[data-theme=dark] .contact-form-wrapper{background:#10251c;border-color:#ffffff14;box-shadow:0 25px 70px #0000003d}[data-theme=dark] .contact-form-top{border-color:#ffffff14}[data-theme=dark] .contact-form-top span{color:#f5c84c}[data-theme=dark] .contact-form-top p{color:#91a39a}[data-theme=dark] .contact-field label{color:#dce8e1}[data-theme=dark] .contact-field input,[data-theme=dark] .contact-field select,[data-theme=dark] .contact-field textarea{color:#edf5f0;background:#0b1d15;border-color:#ffffff1f}[data-theme=dark] .contact-field input::placeholder,[data-theme=dark] .contact-field textarea::placeholder{color:#66766e}[data-theme=dark] .contact-field input:focus,[data-theme=dark] .contact-field select:focus,[data-theme=dark] .contact-field textarea:focus{background:#0d2118;border-color:#f5c84c;box-shadow:0 0 0 3px #f5bd351a}[data-theme=dark] .contact-submit-button{color:#10261b;background:#f5c84c}[data-theme=dark] .contact-submit-button:hover:not(:disabled){background:#ffd967;box-shadow:0 12px 30px #f5bd352e}[data-theme=dark] .contact-status.success{color:#6ed394;background:#3db4691f}[data-theme=dark] .contact-status.error{color:#f08080;background:#dc50501f}[data-theme=dark] .contact-cta{background:linear-gradient(135deg,#091b13,#0b2b1e)}[data-theme=dark] .contact-cta:before{background:#f5bd3517}[data-theme=dark] .contact-cta-content .contact-section-tag{color:#f5c84c}[data-theme=dark] .contact-cta-content h2{color:#f1f7f3}[data-theme=dark] .contact-cta-content p{color:#ffffffa6}@media (width<=900px){.contact-grid{grid-template-columns:1fr;gap:55px}.contact-intro{max-width:700px}}@media (width<=600px){.contact-container{width:min(92%,1180px)}.contact-hero{min-height:auto;padding:100px 0 75px}.contact-hero h1{letter-spacing:-1.5px;font-size:44px}.contact-hero p{font-size:15px}.contact-main{padding:75px 0}.contact-intro h2{font-size:36px}.contact-social-content strong{font-size:13px}.contact-form-wrapper{border-radius:18px;padding:24px 18px}.contact-form-row{grid-template-columns:1fr;gap:20px}.contact-cta{padding:75px 0}.contact-cta-content h2{font-size:36px}}@media (prefers-reduced-motion:reduce){.contact-page *,.contact-page :before,.contact-page :after{transition:none!important;animation:none!important}}:root{--color-primary:#0b3d2e;--color-primary-dark:#07291f;--color-secondary:#f5b700;--color-secondary-dark:#d99f00;--color-navy:#0f2742;--color-primary-green:#0b3d2e;--color-light-green:#e8f5ee;--color-solar-yellow:#f5b700;--color-light-bg:#f5f7f6;--color-text-secondary:#6b7280;--color-white:#fff;--color-black:#111;--color-text:#1f2937;--color-text-light:#6b7280;--color-background:#fff;--color-background-soft:#f5f7f6;--color-border:#e5e7eb;--font-heading:Arial, Helvetica, sans-serif;--font-body:Arial, Helvetica, sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--container-width:1200px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 24px #00000014;--shadow-lg:0 16px 40px #0000001f;--theme-body-bg:#fff;--theme-surface:#fff;--theme-surface-soft:#f4f7f4;--theme-text:#111827;--theme-text-muted:#647069;--theme-border:#0b3d2e1a;--theme-navbar-bg:#fffffff7;--theme-mobile-menu-bg:#fffffffa;--theme-toggle-bg:#f4f7f4;--theme-toggle-border:#0b3d2e1f;--theme-toggle-text:#0b3d2e;--theme-toggle-hover:#e9efec;--theme-menu-hover:#e9efec;--theme-card-bg:#fff;--theme-heading:#10261b;--theme-shadow:0 15px 40px #0b3d2e0f}[data-theme=dark]{--theme-body-bg:#07130e;--theme-surface:#0b1d15;--theme-surface-soft:#10251c;--theme-text:#edf5f0;--theme-text-muted:#a8b8af;--theme-border:#ffffff17;--theme-navbar-bg:#07130ef5;--theme-mobile-menu-bg:#081610fc;--theme-toggle-bg:#13291f;--theme-toggle-border:#ffffff1f;--theme-toggle-text:#f5c84c;--theme-toggle-hover:#19372a;--theme-menu-hover:#183126;--theme-card-bg:#10251c;--theme-heading:#f2f8f4;--theme-shadow:0 20px 50px #00000040}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--theme-body-bg);transition:background-color .35s}body{background:var(--theme-body-bg);min-width:320px;min-height:100vh;color:var(--theme-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Arial,Helvetica,sans-serif;transition:background-color .35s,color .35s}#root{background:var(--theme-body-bg);width:100%;max-width:100%;min-height:100vh;transition:background-color .35s,color .35s;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}img{max-width:100%;height:auto;display:block}button{border:0}::selection{color:#fff;background:#f4b400}html,body{width:100%;max-width:100%;overflow-x:hidden}body,#root,.navbar,.navbar-links,.navbar-logo-text strong,.navbar-logo-text small,.nav-link,.theme-toggle,.menu-toggle,.home-page,.about-page,.solutions-page,.services-page,.projects-page,.why-delta-page,.solar-savings-page,.contact-page{transition:background-color .35s,color .35s,border-color .35s}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:#edf5f0;background:#10251c;border-color:#ffffff1f}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#819188}[data-theme=dark] option{color:#edf5f0;background:#10251c}[data-theme=dark]{scrollbar-color:#315342 #07130e}[data-theme=dark]::-webkit-scrollbar{width:10px}[data-theme=dark]::-webkit-scrollbar-track{background:#07130e}[data-theme=dark]::-webkit-scrollbar-thumb{background:#315342;border-radius:999px}:root{scrollbar-color:#b9c7bf #f4f7f4}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}
