:root{--green:#5BB878}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,sans-serif;background-color:#f4f4f4}.cta-mobile{display:none}.desktop-cta{display:block}.navbar{position:fixed;top:0;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.8);z-index:1000;display:flex;justify-content:center;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow:0 6px 20px rgba(0,0,0,.1);transition:all .3s ease}.navbar.scrolled{background-color:whitesmoke;box-shadow:0 6px 20px rgba(0,0,0,.4)}.navbar-container{width:100%;max-width:1250px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:relative;height:100px}.logo{height:180px;cursor:pointer;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-links{list-style:none;display:flex;align-items:center;gap:28px;margin-left:auto}.nav-links li a{color:#111;text-decoration:none;font-size:17px;font-weight:500;padding:8px 14px;border-radius:6px;transition:all .3s ease}.nav-links li a:hover{background-color:var(--gold);color:#000}.cta-button{background:var(--green);color:#000;border:none;padding:10px 22px;font-size:16px;border-radius:28px;font-weight:600;transition:all .3s ease;cursor:pointer;margin-left:16px}.cta-button:hover{background-color:var(--gold);transform:translateY(-2px);box-shadow:0 4px 12px rgba(91,184,120,.4)}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1100}.bar{width:26px;height:3px;background-color:white;border-radius:2px;transition:.3s}@media screen and (max-width:768px){.cta-mobile{display:block}.desktop-cta{display:none}.bar{background-color:#000}.navbar-container{flex-wrap:wrap;justify-content:space-between;gap:10px}.logo{height:120px}.nav-links{display:none;flex-direction:column;background-color:rgba(0,0,0,.98);position:absolute;top:100px;left:0;width:100%;padding:20px 0;animation:slideIn .3s ease-out}.nav-links.active{display:flex;background-color:#ccc}.nav-links li a{font-size:18px;padding:12px;text-align:center}.cta-button{width:80%;margin:14px auto 0;font-size:17px;text-align:center}.hamburger{display:flex}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@import url("https://fonts.googleapis.com/css2?family=Segoe+UI&display=swap");:root{--gold:#B8975C;--dark-bg:#111;--text-light:#ccc;--whatsapp-green:#25D366;--whatsapp-hover:#1ebe5d}.modern-footer{background-color:whitesmoke;color:#fff;padding:60px 30px 30px;font-family:Segoe UI,sans-serif}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:40px;gap:40px;max-width:1200px;margin:auto;align-items:start}.footer-logo img{height:200px;width:150px;margin-bottom:10px}.footer-logo p{color:#111;font-size:.95rem;line-height:1.6;margin-top:-70px}.footer-contact h3,.footer-links h3,.footer-social h3{margin-bottom:16px;font-size:1.2rem;color:var(--gold)}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:10px}.footer-links a{color:#111;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--gold)}.footer-contact p{margin-bottom:10px;display:flex;align-items:center;gap:10px;color:black}.footer-contact a{color:black;text-decoration:none}.footer-contact a:hover{color:var(--gold)}.whatsapp-link{display:inline-flex;align-items:center;gap:8px;margin-top:12px;background:var(--whatsapp-green);color:white;padding:8px 14px;border-radius:30px;text-decoration:none;font-weight:700;transition:background .3s ease}.whatsapp-link:hover{background:var(--whatsapp-hover)}.footer-social .social-icons{display:flex;gap:18px;font-size:1.4rem}.footer-social .social-icons a{color:black;transition:color .3s ease}.footer-social .social-icons a:hover{color:var(--gold)}.footer-bottom{text-align:center;padding-top:40px;color:#aaa;font-size:.9rem;border-top:1px solid #333;margin-top:30px}.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-contact .whatsapp-link{margin-top:8px}.footer-social{display:flex;flex-direction:column;align-items:flex-start}.footer-social .social-icons{margin-top:10px}@media screen and (max-width:768px){.footer-top{text-align:center;gap:30px}.footer-contact a,.footer-contact p,.footer-links a{justify-content:center;text-align:center}.footer-social .social-icons,.whatsapp-link{justify-content:center}}.service-details-page{font-family:Poppins,sans-serif;color:#222;line-height:1.6;margin-top:3%;padding:0}h1,h2,h3{font-weight:600;color:#1a1a1a}p{color:#444;margin-bottom:.8rem}.highlight{font-weight:500;color:#007b5e}.hero-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:4rem 8%;background:linear-gradient(135deg,#f5f9ff,#e8f4ff);flex-wrap:wrap}.hero-text{flex:1 1;min-width:280px}.hero-text h1{font-size:2.5rem;margin-bottom:1rem;color:#007b5e}.hero-text p{margin-bottom:1rem;font-size:1.05rem}.hero-image{flex:1 1;text-align:center;min-width:260px}.hero-image img{max-width:100%;border-radius:12px;box-shadow:0 6px 18px rgba(0,0,0,.15)}.usecase-section{padding:3rem 8%}.usecase-section h2{margin-bottom:2rem;font-size:1.8rem;text-align:center;color:#007b5e}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.usecase-card{background:#fff;border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s ease}.usecase-card:hover{transform:translateY(-6px)}.usecase-card img{width:80px;height:80px;margin-bottom:1rem}.usecase-card h3{margin-bottom:.5rem;font-size:1.2rem;color:#007b5e}.materials-section{padding:3rem 8%;background:#f8f9fa}.materials-section h2{text-align:center;margin-bottom:2rem;color:#007b5e}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-box{display:flex;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.feature-box .icon{font-size:1.4rem;margin-right:.8rem;color:#007b5e}.why-section{padding:3rem 8%;background:white}.why-section h2{text-align:center;margin-bottom:1.5rem;color:#007b5e}.why-list{max-width:700px;margin:auto;list-style:none;padding:0}.why-list li{background:#f1f9f6;margin:.5rem 0;padding:.8rem 1rem;border-radius:8px;font-size:1rem}.faq-section{padding:3rem 8%;background:#f8f9fa}.faq-section h2{text-align:center;margin-bottom:2rem;color:#007b5e}.faq-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}.faq-card{background:#fff;padding:1.2rem 1.5rem;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.faq-q{font-weight:600;color:#007b5e;margin-bottom:.5rem}.faq-a{font-size:.95rem;color:#444}.testimonials-section{padding:3rem 8%}.testimonials-section h2{text-align:center;margin-bottom:2rem;color:#007b5e}.testimonial-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.testimonial{background:#fff;padding:1.5rem;border-radius:12px;font-style:italic;box-shadow:0 4px 12px rgba(0,0,0,.08);position:relative}.testimonial .quote-mark{font-size:2rem;color:#007b5e;margin-right:6px}.regions-section{padding:2.5rem 8%;background:#f1f9f6;text-align:center}.regions-section h2{margin-bottom:1rem;color:#007b5e}.regions-section p{font-size:1.05rem;color:#555}.contact-footer{padding:3rem 8%;background:linear-gradient(135deg,#8d9dac,#007b5e);color:#fff;text-align:center}.contact-footer h2{margin-bottom:1rem;font-size:1.6rem}.contact-grid p{margin:.5rem 0;font-size:1rem}.whatsapp-btn{display:inline-block;margin-top:1rem;padding:.7rem 1.5rem;background:#25d366;color:#fff;border-radius:8px;font-weight:500;text-decoration:none;transition:background .3s ease}.whatsapp-btn:hover{background:#1ebe5d}.not-found{text-align:center;padding:5rem 1rem;font-size:1.5rem;color:#cc0000}@media (max-width:1200px){.hero-text h1{font-size:2.2rem}}@media (max-width:992px){.hero-section{flex-direction:column;text-align:center;padding:3rem 5%}.hero-text{margin-bottom:2rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.card-grid,.features-grid,.testimonial-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.service-details-page{margin-top:5.5rem}.hero-text h1{font-size:1.8rem}.faq-section h2,.materials-section h2,.regions-section h2,.testimonials-section h2,.usecase-section h2,.why-section h2{font-size:1.5rem}.usecase-card h3{font-size:1.05rem}.card-grid,.features-grid,.testimonial-grid{grid-template-columns:1fr}}@media (max-width:576px){.hero-text h1{font-size:1.6rem}.hero-text p{font-size:.95rem}.feature-box{flex-direction:column;text-align:center}.feature-box .icon{margin-bottom:.5rem}.contact-footer h2{font-size:1.3rem}.whatsapp-btn{padding:.6rem 1.2rem;font-size:.9rem}}