body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{--primary-color:#2c5f2d;--secondary-color:#4a7c59;--accent-color:#ff9800;--text-dark:#333;--text-light:#666;--bg-light:#f8f9fa;--white:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{color:var(--white);text-align:center;border-top:3px solid var(--accent-color);background-image:url(/electric-1162915_1920.jpg);background-position:50%;background-size:cover;background-attachment:fixed;margin-top:1rem;padding:100px 0;position:relative}.hero:before{content:"";z-index:1;background:linear-gradient(135deg,#2c5f2d99 0%,#000c 100%);position:absolute;inset:0}.hero .container{z-index:2;position:relative}.hero-content{max-width:800px;margin:0 auto}.hero-title{text-shadow:2px 4px 8px #0000004d;letter-spacing:-.5px;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2}.hero-subtitle{opacity:.95;text-shadow:1px 2px 4px #0000004d;margin-bottom:1rem;font-size:1.6rem;font-weight:600}.hero-description{opacity:.9;text-shadow:1px 2px 4px #0000004d;max-width:700px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.hero-location{opacity:.85;text-shadow:1px 2px 4px #0000004d;margin-bottom:2.5rem;font-size:1.15rem;font-style:italic}.cta-button{background:var(--accent-color);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:50px;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 6px 20px #ff980066}.cta-button:hover{background:#fa0;transform:translateY(-3px);box-shadow:0 8px 25px #ff980080}.company-overview{background:var(--white);padding:4rem 0;scroll-margin-top:90px}.company-overview .container{width:100%;max-width:100%;padding:0 40px}.overview-content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.overview-text{min-width:0}.overview-text h2{margin-bottom:1.5rem}.overview-text p{color:var(--text-light);margin-bottom:1.25rem;line-height:1.8}.pricing-section{background:var(--bg-light);border-radius:8px;margin-top:2rem;padding:2rem}.pricing-section h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem}.pricing-list{margin:1.5rem 0;padding:0;list-style:none}.pricing-list li{border-bottom:1px solid #ddd;padding:.75rem 0}.pricing-list li:last-child{border-bottom:none}.pricing-note{color:var(--text-light);margin-top:1.5rem;font-size:.9rem}.contact-cta{background:var(--primary-color);color:var(--white);text-align:center;border-radius:8px;margin-top:2rem;padding:1.5rem}.contact-cta-text{color:var(--white)!important}.contact-cta-text .phone-link{color:var(--accent-color)}.contact-cta h3{margin-bottom:.5rem}.phone-link{color:var(--accent-color);font-size:1.3rem;font-weight:600;text-decoration:none}.phone-link:hover{text-decoration:underline}.overview-image{justify-content:center;align-items:flex-start;display:flex;position:sticky;top:200px}.overview-image img{border-radius:8px;width:100%;height:auto;box-shadow:0 4px 20px #00000026}@media (max-width:768px){.hero{background-position:50%;background-attachment:scroll;padding:60px 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-location{font-size:.95rem}.cta-button{padding:1rem 2rem;font-size:1rem}.overview-content{grid-template-columns:1fr;gap:2rem}.overview-image{position:relative;top:0}.company-overview .container{padding:0 20px}.pricing-section{padding:1.5rem}.pricing-list li{font-size:.9rem}.contact-content{gap:2rem;grid-template-columns:1fr!important}}@media (max-width:480px){.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1rem}.hero-description{font-size:.9rem}.cta-button{padding:.9rem 1.8rem;font-size:.95rem}}section{padding:50px 0}.section-title{text-align:center;color:var(--primary-color);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.services{background:var(--bg-light)}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.service-card{background:var(--white);text-align:center;border-radius:10px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px #0000001a}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.service-icon{margin-bottom:1rem;font-size:3rem}.service-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem}.service-card p{color:var(--text-light);line-height:1.6}.about{background:var(--white)}.about-content{max-width:900px;margin:0 auto}.about-content p{color:var(--text-light);text-align:center;margin-bottom:1.5rem;font-size:1.1rem}.about-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature{text-align:center;background:var(--bg-light);border-radius:10px;padding:1.5rem}.feature h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.2rem}.feature p{color:var(--text-light);font-size:.95rem}.contact{background:var(--bg-light)}.contact-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1000px;margin:0 auto;display:grid}.contact-info h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.contact-info p{color:var(--text-light);margin-bottom:2rem}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item strong{color:var(--primary-color);margin-bottom:.25rem;display:block}.contact-item p{color:var(--text-dark);margin:0}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{border:2px solid #ddd;border-radius:5px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary-color);outline:none}.contact-form textarea{resize:vertical;min-height:150px}.submit-button{background:var(--primary-color);color:var(--white);cursor:pointer;border:none;border-radius:5px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background .3s,transform .2s}.submit-button:hover{background:var(--secondary-color);transform:translateY(-2px)}.footer{background:var(--primary-color);color:var(--white);text-align:center;padding:2rem 0}.footer p{margin:0}@media (max-width:768px){.nav-links{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.services-grid,.about-features,.contact-content{grid-template-columns:1fr}}@media (max-width:480px){.navbar .container{flex-direction:column;gap:1rem}.nav-brand{text-align:center;flex-direction:column}.nav-brand .logo{height:40px}.nav-brand h1{font-size:1.2rem}.nav-links{text-align:center;flex-direction:column;gap:.5rem}.hero{padding:60px 0}.hero-title{font-size:1.5rem}}.gallery{background-color:var(--bg-light);padding:50px 0}.gallery-subtitle{text-align:center;color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.gallery-carousel{align-items:center;gap:20px;margin-bottom:2rem;display:flex;position:relative}.carousel-arrow{background:var(--primary-color);color:var(--white);cursor:pointer;z-index:10;border:none;border-radius:8px;flex-shrink:0;padding:15px 20px;font-size:30px;transition:all .3s}.carousel-arrow:hover{background:var(--secondary-color);transform:scale(1.1)}.carousel-arrow:active{transform:scale(.95)}.gallery-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.gallery-pagination{flex-direction:column;align-items:center;gap:15px;margin-top:2rem;display:flex}.gallery-pagination span{color:var(--text-light);font-size:1rem;font-weight:500}.pagination-dots{gap:10px;display:flex}.pagination-dot{cursor:pointer;background:#ddd;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.pagination-dot.active{background:var(--primary-color);transform:scale(1.3)}.pagination-dot:hover{background:var(--secondary-color)}.gallery-item{cursor:pointer;aspect-ratio:1;background-color:#e0e0e0;border-radius:8px;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-item:hover img{transform:scale(1.1)}.gallery-overlay{opacity:0;background:#2c5f2dcc;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay,.gallery-item.hover .gallery-overlay{opacity:1}.gallery-overlay span{color:var(--white);text-transform:uppercase;letter-spacing:1px;pointer-events:none;font-size:1.2rem;font-weight:600}.lightbox{z-index:10000;background:#000000f2;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.lightbox-image{object-fit:contain;border-radius:4px;max-width:90%;max-height:90vh}.lightbox-close{color:var(--white);cursor:pointer;z-index:10001;background:0 0;border:none;font-size:50px;transition:color .3s;position:absolute;top:20px;right:40px}.lightbox-close:hover{color:var(--accent-color)}.lightbox-prev,.lightbox-next{color:var(--white);cursor:pointer;z-index:10001;background:#2c5f2db3;border:none;border-radius:4px;padding:16px 20px;font-size:40px;transition:background .3s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-prev:hover,.lightbox-next:hover{background:var(--primary-color)}.lightbox-prev{left:40px}.lightbox-next{right:40px}.lightbox-counter{color:var(--white);background:#0009;border-radius:20px;padding:10px 20px;font-size:1.2rem;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}@media (max-width:768px){.gallery-carousel{gap:0;position:relative}.carousel-arrow{z-index:20;background:#2c5f2de6;padding:20px 12px;font-size:28px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000004d}.carousel-prev{left:0}.carousel-next{right:0}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:6px;width:100%}.lightbox-prev,.lightbox-next{padding:12px 16px;font-size:30px}.lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{font-size:40px;right:20px}}@media (max-width:480px){.gallery-carousel{gap:0}.carousel-arrow{padding:18px 10px;font-size:24px}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:4px}.gallery-subtitle{margin-bottom:2rem;font-size:1rem}.gallery-overlay span{font-size:.8rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);z-index:100;border-bottom:2px solid var(--accent-color);background:#2c5f2df2;padding:1rem 0;position:sticky;top:0;box-shadow:0 2px 20px #0000001a}.navbar .container{grid-template-columns:auto 1fr auto;align-items:center;gap:2rem;max-width:100%;padding-left:20px;padding-right:20px;display:grid}.nav-brand{grid-column:1;align-items:center;display:flex}.nav-brand .logo{object-fit:contain;width:auto;height:80px}.hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;grid-column:3;gap:5px;padding:10px;display:none}.hamburger span{background:var(--white);border-radius:3px;width:30px;height:3px;transition:all .3s}.nav-links{grid-column:3;justify-self:end;align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--white);border-radius:5px;padding:.5rem 1rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s}.nav-links a:hover{color:var(--accent-color);background:#ffffff1a}@media (max-width:768px){.navbar .container{grid-template-columns:auto 1fr auto;padding-left:15px;padding-right:15px;position:relative}.nav-brand{grid-column:1}.nav-brand .logo{height:60px}.hamburger{grid-column:3;display:flex}.nav-links{background:#2c5f2dfa;flex-direction:column;grid-column:1/-1;justify-self:stretch;gap:0;max-height:0;padding:0;transition:max-height .3s,padding .3s;position:absolute;top:calc(100% + 1rem);left:0;right:0;overflow:hidden;box-shadow:0 4px 10px #0003}.nav-links.active{max-height:300px;padding:1rem 0}.nav-links a{text-align:center;border-radius:0;width:100%;padding:1rem;font-size:1.1rem}.nav-links a:hover{background:#ffffff26}}@media (max-width:480px){.nav-brand .logo{height:50px}.hamburger span{width:25px}}
