*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#49a7dd;--secondary-color:#2a388f;--accent-color:#49a7dd;--dark-blue:#2a388f;--light-blue:#49a7dd;--text-dark:#2c3e50;--text-light:#6c757d;--white:#fff;--light-bg:#f8f9fa}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--text-dark);overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.navbar.scrolled{background:hsla(0,0%,100%,.98)!important;box-shadow:0 2px 20px rgba(0,0,0,.15)!important}.nav-wrapper{justify-content:space-between;padding:1rem 0}.logo,.nav-wrapper{display:flex;align-items:center}.logo-img{height:50px;width:auto;max-width:200px}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(90deg,#49a7dd,#2a388f);transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-menu a:hover{color:#49a7dd}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:4px}.hamburger span{width:25px;height:3px;background:var(--text-dark);transition:all .3s ease;border-radius:2px}.hero{position:relative;height:100vh;min-height:100vh;max-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#49a7dd,#2a388f);overflow:hidden;padding-top:80px;padding-bottom:2rem}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:var(--white);max-width:1200px;width:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;max-height:calc(100vh - 80px)}.hero-contact-button{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:4;animation:fadeInUp .8s ease;margin-bottom:1rem}.hero-main-layout{gap:2rem;width:100%;margin-top:clamp(10px,2vh,25px);margin-bottom:clamp(.5rem,2vh,1.5rem);z-index:2}.hero-logo-section,.hero-main-layout{display:flex;align-items:center;justify-content:center}.hero-logo-section{flex-direction:column;flex-shrink:0;animation:fadeInUp .8s ease;z-index:3}.hero-logo-overlay{position:relative;width:100%;max-width:400px;min-width:200px;z-index:3;animation:fadeInUp .8s ease}.hero-logo{width:100%;height:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.hero-image-wrapper{position:relative;flex:1 1;animation:fadeInUp 1s ease;z-index:2;flex-shrink:1;display:flex;align-items:center;justify-content:center}.hero-image,.hero-image-wrapper{width:100%;max-width:100%;max-height:50vh}.hero-image{height:auto;object-fit:contain;border-radius:10px}.hero-tagline{position:relative;top:auto;right:auto;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:600;margin:clamp(2rem,4vh,3.5rem) 0 0;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:fadeInUp 1s ease .2s both;text-transform:uppercase;line-height:1.2;z-index:3;white-space:normal;text-align:center;width:100%}.hero-description{font-size:clamp(.875rem,2vw,1.25rem);margin-bottom:clamp(.5rem,2vh,2rem);opacity:.95;animation:fadeInUp 1s ease .4s both;padding:0 1rem;line-height:1.5}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease .6s both}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#49a7dd,#2a388f);color:var(--white);box-shadow:0 4px 15px rgba(73,167,221,.4)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(73,167,221,.6)}.btn-secondary{background:#2a388f;color:var(--white);border:2px solid var(--white);box-shadow:0 4px 15px rgba(42,56,143,.3)}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(42,56,143,.4)}.btn-secondary:hover,.btn-white{background:var(--white);color:#2a388f}.btn-white{box-shadow:0 4px 15px hsla(0,0%,100%,.3)}.btn-white:hover{transform:translateY(-2px);box-shadow:0 6px 20px hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.95)}.hero-shape{position:absolute;bottom:0;left:0;width:100%;height:100px;-webkit-clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:1}.hero-shape,.services{background:var(--light-bg)}.services{padding:100px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#49a7dd,#2a388f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{font-size:1.25rem;color:var(--text-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.service-card{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:all .3s ease;text-align:center}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(73,167,221,.2)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#49a7dd,#2a388f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white)}.service-icon svg{width:40px;height:40px}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.service-card p{color:var(--text-light);line-height:1.8}.features{padding:100px 0;background:var(--white)}.features-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.features-text h2{font-size:2.5rem;margin-bottom:2rem;color:var(--text-dark)}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-check{width:35px;height:35px;background:linear-gradient(135deg,#49a7dd,#2a388f);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;flex-shrink:0}.feature-item h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.feature-item p{color:var(--text-light)}.features-image{position:relative}.image-placeholder{height:400px}.gradient-box,.image-placeholder{width:100%;border-radius:15px;overflow:hidden}.gradient-box{height:100%;background:linear-gradient(135deg,#49a7dd,#2a388f);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.services-image{position:relative;z-index:1}.about{padding:100px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.about-content{max-width:900px;margin:0 auto;text-align:center}.about-text h2{font-size:2.5rem;margin-bottom:2rem;color:var(--text-dark)}.about-text p{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#49a7dd,#2a388f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{color:var(--text-light);font-weight:500}.contact{padding:100px 0;background:var(--white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon{font-size:2rem;width:60px;height:60px;background:linear-gradient(135deg,#49a7dd,#2a388f);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.contact-item p{color:var(--text-light);margin-bottom:.5rem}.contact-item a{color:#49a7dd;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-item a:hover{color:#2a388f}.contact-form-wrapper{background:var(--light-bg);padding:2.5rem;border-radius:15px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#49a7dd;box-shadow:0 0 0 3px rgba(73,167,221,.1)}.form-group textarea{resize:vertical}.form-message{padding:1rem;border-radius:10px;margin-bottom:1rem;font-weight:500}.form-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.btn:disabled{opacity:.6;cursor:not-allowed}.footer{background:linear-gradient(135deg,#49a7dd,#2a388f);color:var(--white);padding:60px 0 20px}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem}.footer-section h4{font-size:1.25rem;margin-bottom:1rem}.footer-section p{opacity:.9;margin-bottom:1rem}.footer-logos{display:flex;align-items:flex-start;gap:2rem;flex-shrink:0}.footer-image{margin-top:0;flex-shrink:0}.footer-image.western-power{align-self:flex-start;justify-content:flex-start}.footer-image a,.footer-image.western-power{display:flex;flex-direction:column;align-items:center}.footer-image a{text-decoration:none;transition:opacity .3s ease;color:inherit}.footer-image.western-power a{align-items:center}.footer-image a:hover{opacity:.8}.footer-image img,.neca-logo,.western-power-logo{max-width:144px!important;width:144px!important;height:auto!important;opacity:.95}.western-power-logo{margin-top:0}.sacs-text{font-size:.875rem;color:hsla(0,0%,100%,.9);text-align:center;margin-top:1.5rem;margin-bottom:.5rem;font-weight:500;white-space:nowrap;line-height:1.2;display:block}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--white);text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer-section a:hover{opacity:1;color:#49a7dd}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.2);opacity:.8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.logo-img{height:40px;max-width:160px}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:var(--white);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.hamburger{display:flex}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{padding-bottom:1rem}.hero-content{padding:.5rem;max-height:calc(100vh - 80px)}.hero-main-layout{flex-direction:row;gap:1.5rem;margin-top:clamp(10px,2vh,20px)}.hero-logo-section{max-width:300px}.hero-logo-overlay{max-width:300px;min-width:180px}.hero-image-wrapper{margin-bottom:clamp(.5rem,1.5vh,1rem);max-height:45vh}.hero-image{max-height:45vh}.hero-tagline{font-size:clamp(1.25rem,2.5vw,1.75rem);margin-top:clamp(1.5rem,3.5vh,2.5rem);text-align:center}.hero-description{font-size:clamp(.875rem,2.5vw,1rem);margin-bottom:clamp(.5rem,1.5vh,1.5rem)}.section-title{font-size:2rem}.contact-content,.features-content,.stats{grid-template-columns:1fr}.footer-content{text-align:center;gap:2rem}.footer-content,.footer-logos{flex-direction:column;align-items:center}.footer-logos{gap:1.5rem}.footer-image{margin-top:0}}@media (max-width:640px){.logo-img{height:35px;max-width:140px}.hero{padding-top:70px;padding-bottom:.5rem}.hero-content{padding:.5rem;max-height:calc(100vh - 70px)}.hero-contact-button{display:none}.hero-main-layout{gap:clamp(1rem,2vh,1.5rem);margin-top:clamp(5px,1vh,15px);margin-bottom:clamp(.25rem,1vh,.75rem)}.hero-logo-section,.hero-main-layout{flex-direction:column;align-items:center}.hero-logo-section{display:flex;width:100%;max-width:100%}.hero-logo-overlay{position:relative;width:60%;max-width:300px;min-width:200px;margin:0 auto;right:auto;top:auto;transform:none;padding:0}.hero-image-wrapper{margin-bottom:clamp(.25rem,1vh,.75rem);margin-top:0;padding:0 .5rem;max-height:40vh}.hero-image{max-height:40vh}.hero-tagline{position:relative;top:auto;right:auto;font-size:clamp(1.25rem,4vw,1.75rem);margin-top:clamp(1.5rem,3vh,2rem);margin-bottom:0;white-space:normal;text-align:center;width:100%}.hero-description{font-size:clamp(.75rem,2vw,1rem);margin-bottom:clamp(.25rem,1vh,1rem);padding:0 .5rem}.btn{padding:.875rem 2rem;font-size:.9rem}.services-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}}@media (max-width:480px){.hero{padding-top:60px;padding-bottom:.25rem}.hero-content{padding:.25rem;max-height:calc(100vh - 60px)}.hero-main-layout{gap:clamp(.75rem,1.5vh,1rem);margin-top:clamp(5px,.75vh,10px);margin-bottom:clamp(.25rem,.5vh,.5rem)}.hero-logo-overlay{width:50%;max-width:250px;min-width:150px}.hero-image-wrapper{max-height:35vh;margin-bottom:clamp(.25rem,.5vh,.5rem)}.hero-image{max-height:35vh}.hero-tagline{position:relative;top:auto;right:auto;font-size:clamp(1rem,3.5vw,1.5rem);margin-top:clamp(1.25rem,2.5vh,2rem);margin-bottom:0;white-space:normal;text-align:center;width:100%}.hero-description{font-size:clamp(.7rem,1.8vw,.9rem);margin-bottom:clamp(.25rem,.5vh,.75rem);padding:0 .25rem}}@media (min-width:1400px){.hero-content{max-width:1400px}.hero-image,.hero-image-wrapper{max-height:55vh}}.email-disclaimer{padding:120px 0 100px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);min-height:calc(100vh - 200px)}.disclaimer-content{max-width:900px;margin:0 auto;background:var(--white);padding:3rem;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1)}.disclaimer-logo{display:flex;justify-content:center;margin-bottom:2rem}.disclaimer-logo img{width:auto;height:auto;max-width:250px;max-height:63px}.disclaimer-content h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark);text-align:center;background:linear-gradient(135deg,#49a7dd,#2a388f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.disclaimer-content h2{font-size:1.75rem;margin-bottom:2rem;color:var(--text-dark);text-align:center;font-weight:600}.disclaimer-list{list-style:none;padding:0}.disclaimer-list li{font-size:1.125rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.8;padding-left:2rem;position:relative}.disclaimer-list li:before{content:"●";position:absolute;left:0;color:#49a7dd;font-size:1.5rem;line-height:1.5}@media (max-width:768px){.email-disclaimer{padding:100px 0 80px}.disclaimer-content{padding:2rem 1.5rem}.disclaimer-logo{margin-bottom:1.5rem}.disclaimer-logo img{max-width:200px;max-height:50px}.disclaimer-content h1{font-size:2rem}.disclaimer-content h2{font-size:1.5rem}.disclaimer-list li{font-size:1rem;padding-left:1.5rem}}@media (max-width:640px){.email-disclaimer{padding:90px 0 60px}.disclaimer-content{padding:1.5rem 1rem}.disclaimer-logo{margin-bottom:1rem}.disclaimer-logo img{max-width:180px;max-height:45px}.disclaimer-content h1{font-size:1.75rem}.disclaimer-content h2{font-size:1.25rem}.disclaimer-list li{font-size:.95rem;padding-left:1.25rem}}