@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@300;400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;color:#333;line-height:1.6;overflow-x:hidden}.app{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px}.image-watermark{position:absolute;bottom:20px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Montserrat,sans-serif;font-weight:800;font-size:20px;letter-spacing:1px;box-shadow:0 4px 15px #0000004d;z-index:10;opacity:.95}.header{background:transparent;padding:0;position:fixed;width:100%;top:0;z-index:1000;box-shadow:none;transition:all .3s ease}.header.scrolled{background:#fff;padding:0;box-shadow:0 4px 15px #00000026}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:8px}.logo-circle{width:32px;height:32px;background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Montserrat,sans-serif;font-weight:800;font-size:12px;letter-spacing:.5px}.logo-text h1{font-family:Montserrat,sans-serif;font-size:11px;font-weight:700;line-height:1.2;color:#1a5f2f;text-transform:uppercase;letter-spacing:.5px}.nav{display:flex;gap:35px;align-items:center}.nav a{color:#555;text-decoration:none;font-weight:500;transition:all .3s;font-size:14px;text-transform:uppercase;letter-spacing:.5px;position:relative}.nav a:hover,.nav a.active{color:#2d8b47}.header-contact{display:flex;align-items:center;gap:8px;color:#1a5f2f;font-weight:600;font-size:14px}.menu-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:#2d8b47;transition:all .3s}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden;margin-top:0}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1;z-index:1}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.7) 0%,rgba(26,95,47,.4) 100%);z-index:1}.hero-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:all .3s ease;color:#fff}.hero-carousel-btn:hover{background:rgba(255,255,255,.25);border-color:#ffffff80;transform:translateY(-50%) scale(1.1)}.hero-carousel-btn.prev{left:30px}.hero-carousel-btn.next{right:30px}.hero-carousel-btn svg{width:28px;height:28px}.hero-carousel-dots{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:3}.hero-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.6);cursor:pointer;transition:all .3s ease;padding:0}.hero-dot:hover{background:rgba(255,255,255,.7);transform:scale(1.2)}.hero-dot.active{background:#FFD700;border-color:gold;width:40px;border-radius:6px}.hero-content{max-width:900px;padding:80px 20px 0;z-index:2;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-brand{font-family:Montserrat,sans-serif;font-size:72px;font-weight:800;line-height:1.1;margin-bottom:30px;text-shadow:3px 3px 15px rgba(0,0,0,.7);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex-wrap:wrap}.brand-white{color:#fff}.brand-yellow{color:gold}.hero-title{font-family:Montserrat,sans-serif;font-size:32px;color:#fff;margin-bottom:15px;font-weight:700;line-height:1.3;text-shadow:2px 2px 10px rgba(0,0,0,.5)}.hero-subtitle{font-size:20px;color:#e8e8e8;margin-bottom:40px;font-weight:400;font-style:italic}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:50px}.cta-button{padding:16px 45px;border:none;border-radius:5px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;text-decoration:none;display:inline-block}.cta-button.primary{background:linear-gradient(135deg,#DAA520 0%,#FFD700 100%);color:#1a1a1a;box-shadow:0 4px 20px #ffd70066}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ffd70099}.hero-contact{display:flex;gap:30px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.hero-contact .contact-item{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 25px;border-radius:30px;border:1px solid rgba(255,255,255,.2)}.hero-contact .contact-item svg{width:20px;height:20px;color:#2d8b47}.hero-contact .contact-item span{color:#fff;font-weight:600;font-size:15px}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:900px;margin:0 auto}.feature-item{display:flex;gap:15px;align-items:flex-start;text-align:left;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:20px;border-radius:10px;border:1px solid rgba(0,0,0,.1);transition:all .3s ease}.feature-item:hover{background:rgba(255,255,255,1);transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.feature-item svg{width:28px;height:28px;color:#1a5f2f;flex-shrink:0}.feature-item h4{font-family:Montserrat,sans-serif;color:#1a5f2f;font-size:15px;margin-bottom:5px;font-weight:700}.feature-item p{color:#333;font-size:13px;line-height:1.5}.clients{padding:80px 0;background:#f8f9fa}.partners{padding:80px 0;background:#fff}.partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-top:40px}.partner-card{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.partner-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.partner-image{width:100%;height:200px;overflow:hidden;position:relative}.partner-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.partner-card:hover .partner-image img{transform:scale(1.1)}.partner-info{padding:20px;text-align:center}.partner-info h3{font-family:Montserrat,sans-serif;font-size:20px;color:#1a5f2f;margin-bottom:8px;font-weight:700}.partner-info p{color:#666;font-size:14px;line-height:1.4}.section-header{text-align:center;margin-bottom:60px}.section-title-small{font-family:Montserrat,sans-serif;font-size:32px;color:#1a5f2f;margin-bottom:10px;font-weight:700}.section-subtitle{color:#666;font-size:16px;max-width:700px;margin:0 auto}.clients-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;margin-bottom:60px}.client-card{background:#fff;padding:30px 20px;border-radius:10px;text-align:center;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.client-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.client-logo{font-family:Montserrat,sans-serif;font-size:24px;font-weight:800;color:#1a5f2f;margin-bottom:15px;height:60px;display:flex;align-items:center;justify-content:center}.client-logo-img{width:100%;height:120px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.client-logo-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.client-card:hover .client-logo-img img{transform:scale(1.05)}.client-card p{color:#666;font-size:12px;line-height:1.5}.stats-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:800px;margin:0 auto;padding:40px 0;border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0}.stat-item{text-align:center}.stat-item h3{font-family:Montserrat,sans-serif;font-size:48px;color:#1a5f2f;margin-bottom:10px;font-weight:800}.stat-item p{color:#666;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.about{padding:80px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:start}.about-image{position:relative}.about-image img{width:100%;height:600px;object-fit:cover;border-radius:10px}.section-title-left{font-family:Montserrat,sans-serif;font-size:42px;color:#1a5f2f;margin-bottom:25px;font-weight:700;text-align:left}.about-text p{color:#666;margin-bottom:20px;font-size:16px;line-height:1.8}.about-values-tabs{display:flex;gap:15px;margin:30px 0}.value-tab{flex:1;background:#f8f9fa;padding:15px 25px;border-radius:5px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.value-tab:hover{background:#1a5f2f;border-color:#1a5f2f}.value-tab h4{font-family:Montserrat,sans-serif;font-size:14px;color:#1a5f2f;font-weight:700;text-transform:uppercase}.value-tab:hover h4{color:#fff}.about-features{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-top:30px}.about-feature{display:flex;gap:15px;align-items:flex-start}.about-feature .feature-icon{width:45px;height:45px;background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature .feature-icon svg{width:24px;height:24px;color:#fff}.about-feature h4{font-family:Montserrat,sans-serif;font-size:16px;color:#1a5f2f;margin-bottom:5px;font-weight:700}.about-feature p{color:#666;font-size:14px;line-height:1.6;margin:0}.services{padding:80px 0;background:#f8f9fa}.section-title-dark{font-family:Montserrat,sans-serif;font-size:42px;text-align:center;margin-bottom:15px;color:#1a5f2f;font-weight:700}.section-subtitle-dark{text-align:center;max-width:700px;margin:0 auto 50px;color:#666;font-size:16px;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.service-card{background:white;padding:35px 25px;border-radius:10px;text-align:left;transition:all .3s ease;box-shadow:0 2px 10px #0000000d;border:1px solid #e8e8e8;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1a5f2f26;border-color:#2d8b47}.service-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.service-icon-wrapper svg{width:30px;height:30px;color:#fff}.service-card h3{font-family:Montserrat,sans-serif;color:#1a5f2f;margin-bottom:15px;font-size:18px;font-weight:700}.service-card p{color:#666;line-height:1.7;font-size:14px;margin-bottom:20px;flex-grow:1}.service-features{list-style:none;padding:0;margin:20px 0}.service-features li{color:#666;font-size:13px;padding:6px 0 6px 20px;position:relative}.service-features li:before{content:"✓";position:absolute;left:0;color:#2d8b47;font-weight:700}.service-btn{background:transparent;color:#1a5f2f;border:2px solid #1a5f2f;padding:10px 25px;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-size:13px;letter-spacing:.5px;margin-top:auto}.service-btn:hover{background:#1a5f2f;color:#fff}.gallery{padding:80px 0;background:#fff}.section-title-light{font-family:Montserrat,sans-serif;font-size:42px;text-align:center;margin-bottom:15px;color:#1a5f2f;font-weight:700}.section-subtitle-light{text-align:center;max-width:700px;margin:0 auto 50px;color:#666;font-size:16px;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.gallery-item{position:relative;overflow:hidden;border-radius:10px;height:250px;cursor:pointer}.gallery-item.main{grid-column:span 2;grid-row:span 2;height:auto}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.1)}.gallery-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.9));padding:60px 25px 25px;color:#fff;transform:translateY(100%);transition:transform .4s ease}.gallery-item:hover .gallery-label{transform:translateY(0)}.badge-hd{background:#2d8b47;color:#fff;padding:5px 12px;border-radius:5px;font-size:11px;font-weight:700;display:inline-block;margin-bottom:10px}.gallery-label h4{font-family:Montserrat,sans-serif;font-size:18px;margin-bottom:5px;font-weight:700}.gallery-label p{font-size:14px;opacity:.9}.projects{padding:80px 0;background:#fff}.badge-quality{background:#f8f9fa;color:#1a5f2f;padding:8px 20px;border-radius:20px;font-size:12px;font-weight:700;display:inline-block;margin:0 5px 20px;border:1px solid #e0e0e0}.section-title-white{font-family:Montserrat,sans-serif;font-size:42px;text-align:center;margin-bottom:15px;color:#1a5f2f;font-weight:700}.section-subtitle-white{text-align:center;max-width:700px;margin:0 auto 50px;color:#666;font-size:16px;line-height:1.8}.project-showcase{display:grid;grid-template-columns:2fr 1fr;gap:25px;margin-bottom:40px}.project-main{position:relative;overflow:hidden;border-radius:10px;height:600px}.project-main img{width:100%;height:100%;object-fit:cover}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 50%,transparent 100%);padding:40px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.project-badge{background:#2d8b47;color:#fff;padding:8px 20px;border-radius:5px;font-size:12px;font-weight:700;display:inline-block;margin-bottom:15px;width:fit-content}.project-overlay h3{font-family:Montserrat,sans-serif;font-size:28px;margin-bottom:15px;font-weight:700}.project-overlay p{font-size:14px;line-height:1.8;margin-bottom:25px;opacity:.9}.project-highlights h4{font-family:Montserrat,sans-serif;font-size:16px;margin-bottom:12px;color:#2d8b47;font-weight:700}.project-highlights ul{list-style:none;padding:0;margin-bottom:25px}.project-highlights li{font-size:13px;padding:5px 0 5px 20px;position:relative;opacity:.9}.project-highlights li:before{content:"✓";position:absolute;left:0;color:#2d8b47;font-weight:700}.project-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.project-stat{background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #e0e0e0}.project-stat h5{font-family:Montserrat,sans-serif;font-size:11px;color:#2d8b47;margin-bottom:5px;font-weight:700;text-transform:uppercase}.project-stat p{font-size:16px;font-weight:700;margin:0;opacity:1;color:#333}.project-sidebar{display:flex;flex-direction:column;gap:25px}.project-mini{background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);height:185px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.mini-badge{font-family:Montserrat,sans-serif;color:#fff;font-size:18px;font-weight:700;z-index:2}.project-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:800px;margin:0 auto;padding:40px 0;border-top:1px solid #e0e0e0}.summary-item{text-align:center}.summary-item h3{font-family:Montserrat,sans-serif;font-size:48px;color:#2d8b47;margin-bottom:10px;font-weight:800}.summary-item p{color:#666;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.testimonials{padding:80px 0;background:#f8f9fa}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:50px}.testimonial-card{background:#fff;padding:35px;border-radius:15px;box-shadow:0 5px 30px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001f}.testimonial-card.featured{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1.5fr auto;gap:35px;align-items:center}.testimonial-carousel{position:relative;width:100%;height:300px;border-radius:10px;overflow:hidden;background:#f0f0f0}.carousel-images{width:100%;height:100%;position:relative}.carousel-images img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.carousel-images img.active{opacity:1;z-index:1}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;box-shadow:0 2px 10px #00000026}.carousel-btn:hover{background:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 15px #00000040}.carousel-btn.prev{left:15px}.carousel-btn.next{right:15px}.carousel-btn svg{width:24px;height:24px;color:#1a5f2f}.carousel-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:2}.carousel-dots .dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.6);border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dots .dot:hover{background:rgba(255,255,255,.9);transform:scale(1.2)}.carousel-dots .dot.active{background:#fff;width:30px;border-radius:5px}.testimonial-content{flex:1;display:flex;flex-direction:column}.testimonial-text{font-size:16px;line-height:1.8;color:#333;font-style:italic;margin-bottom:25px;flex:1}.testimonial-author{display:flex;gap:15px;align-items:center;margin-bottom:20px}.testimonial-author img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #f8f9fa}.testimonial-author h4{font-family:Montserrat,sans-serif;font-size:15px;color:#1a5f2f;margin-bottom:5px;font-weight:700}.testimonial-author p{font-size:13px;color:#666;margin:2px 0}.testimonial-author .company{font-weight:600;color:#1a5f2f}.testimonial-rating{background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);padding:20px;border-radius:10px;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px}.testimonial-rating h3{font-family:Montserrat,sans-serif;font-size:32px;margin:0;font-weight:800}.testimonial-rating p{font-size:14px;margin:0;opacity:.9}.testimonial-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:800px;margin:0 auto;padding:50px 0 0;border-top:2px solid #e0e0e0}.summary-stat{text-align:center}.summary-stat h3{font-family:Montserrat,sans-serif;font-size:48px;color:#2d8b47;margin-bottom:10px;font-weight:800}.summary-stat p{color:#666;font-size:14px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.contact{padding:80px 0;background:#fff}.contact-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:60px;margin-top:40px}.contact-info-section h3{font-family:Montserrat,sans-serif;font-size:32px;color:#1a5f2f;margin-bottom:35px;font-weight:700}.contact-details{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.detail-group h4{font-family:Montserrat,sans-serif;font-size:16px;color:#1a5f2f;margin-bottom:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.detail-group p{color:#666;font-size:15px;margin:5px 0}.contact-link{display:block;color:#666;text-decoration:none;font-size:15px;margin:8px 0;transition:color .3s ease}.contact-link:hover{color:#2d8b47}.emergency-contact{background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);padding:30px;border-radius:10px;color:#fff}.emergency-contact p{font-size:14px;margin-bottom:15px;opacity:.9}.emergency-contact a{display:block;color:#fff;text-decoration:none;font-weight:700;font-size:16px;margin:8px 0}.contact-sidebar{background:#f8f9fa;padding:40px 35px;border-radius:10px;height:fit-content}.sidebar-box h4{font-family:Montserrat,sans-serif;font-size:20px;color:#1a5f2f;margin-bottom:25px;font-weight:700}.sidebar-box h5{font-family:Montserrat,sans-serif;font-size:14px;color:#1a5f2f;margin:20px 0 10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.sidebar-box p{color:#666;font-size:14px;line-height:1.7;margin-bottom:15px}.sidebar-box ul{list-style:none;padding:0}.sidebar-box li{color:#666;font-size:14px;padding:6px 0 6px 20px;position:relative}.sidebar-box li:before{content:"✓";position:absolute;left:0;color:#2d8b47;font-weight:700}.social-float-container{position:fixed;bottom:30px;right:30px;display:flex;gap:15px;z-index:999}.whatsapp-float{background:linear-gradient(135deg,#25D366 0%,#128C7E 100%);color:#fff;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 4px 20px #25d36666;transition:all .3s ease;text-decoration:none}.whatsapp-float:hover{transform:translateY(-5px);box-shadow:0 8px 30px #25d36699}.whatsapp-float svg{width:35px;height:35px}.whatsapp-float span{font-size:9px;font-weight:700;margin-top:3px;text-transform:uppercase;letter-spacing:.5px}.instagram-float-bottom{background:linear-gradient(135deg,#E1306C 0%,#C13584 50%,#833AB4 100%);color:#fff;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 4px 20px #e1306c66;transition:all .3s ease;text-decoration:none}.instagram-float-bottom:hover{transform:translateY(-5px);box-shadow:0 8px 30px #e1306c99}.instagram-float-bottom svg{width:35px;height:35px}.instagram-float-bottom span{display:none}.footer{background:#fff;color:#333}.footer-top{padding:60px 0 40px;border-bottom:1px solid #e0e0e0}.footer-top .container{display:grid;grid-template-columns:1.5fr 1fr;gap:60px}.footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:20px}.logo-circle-footer{width:60px;height:60px;background:linear-gradient(135deg,#1a5f2f 0%,#2d8b47 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-family:Montserrat,sans-serif;font-weight:800;font-size:22px;letter-spacing:1px}.logo-text-footer h3{font-family:Montserrat,sans-serif;font-size:20px;font-weight:700;color:#1a5f2f;margin-bottom:5px}.logo-text-footer p{color:#666;font-size:13px;font-style:italic}.footer-description{color:#666;font-size:14px;line-height:1.8;margin-bottom:25px;max-width:600px}.footer-contact-info{display:flex;flex-direction:column;gap:10px}.footer-contact-info a{color:#666;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-contact-info a:hover{color:#2d8b47}.footer-contact-info p{color:#666;font-size:14px;margin:5px 0}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.footer-col h4{font-family:Montserrat,sans-serif;font-size:16px;color:#1a5f2f;margin-bottom:20px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:12px}.footer-col a{color:#666;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-block}.footer-col a:hover{color:#2d8b47;transform:translate(5px)}.footer-bottom{padding:30px 0}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-social{display:flex;align-items:center;gap:15px}.footer-social span{color:#666;font-size:14px;font-weight:600}.footer-social a{width:40px;height:40px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2d8b47;transition:all .3s ease}.footer-social a:hover{background:#2d8b47;color:#fff;transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}.footer-bottom-content p{color:#666;font-size:14px;margin:0}.footer-emergency{display:flex;align-items:center;gap:15px}.footer-emergency span{color:#666;font-size:14px;font-weight:600}.footer-emergency a{color:#2d8b47;text-decoration:none;font-weight:700;font-size:14px}@media (max-width: 1024px){.clients-grid,.partners-grid{grid-template-columns:repeat(3,1fr)}.services-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}.project-showcase{grid-template-columns:1fr}.project-sidebar{flex-direction:row}.about-content,.contact-wrapper,.footer-top .container,.testimonial-card{grid-template-columns:1fr}}@media (max-width: 768px){.nav{position:fixed;top:75px;left:-100%;flex-direction:column;background:#fff;width:100%;padding:30px;transition:left .3s;box-shadow:0 10px 20px #0000001a;align-items:flex-start}.nav.open{left:0}.menu-toggle{display:flex}.header-contact{display:none}.hero-brand{font-size:48px}.hero-title{font-size:24px}.hero-features{grid-template-columns:1fr}.clients-grid,.partners-grid{grid-template-columns:repeat(2,1fr)}.stats-bar,.services-grid,.gallery-grid{grid-template-columns:1fr}.gallery-item.main{grid-column:span 1;grid-row:span 1}.project-sidebar{flex-direction:column}.project-summary,.about-features,.footer-links{grid-template-columns:1fr}.footer-bottom-content{flex-direction:column;text-align:center}.social-float-container{bottom:20px;right:20px;gap:10px}.whatsapp-float,.instagram-float-bottom{width:60px;height:60px}.whatsapp-float svg,.instagram-float-bottom svg{width:30px;height:30px}.whatsapp-float span{font-size:8px}.instagram-float-bottom span{display:none}}@media (max-width: 480px){.hero-brand{font-size:36px}.hero-title{font-size:20px}.hero-subtitle{font-size:16px}.section-title-small,.section-title-dark,.section-title-left,.section-title-light,.section-title-white{font-size:28px}.clients-grid,.partners-grid{grid-template-columns:1fr}.project-stats{grid-template-columns:repeat(2,1fr)}}
