.topbar{background:#001A29;color:#fff;font-size:13px;padding:10px 0}.topbar .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.topbar-left{display:flex;gap:24px;flex-wrap:wrap}.topbar-left a{color:#cce8ff;display:flex;align-items:center;gap:7px;transition:color .2s}.topbar-left a:hover{color:#4AAB3D}.topbar-left i{color:#4AAB3D;font-size:14px}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-right span{color:#aaa}.topbar-social{display:flex;gap:8px}.topbar-social a{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;transition:background .2s}.topbar-social a:hover{background:#4AAB3D;color:#fff}@media (max-width:600px){.topbar .container{justify-content:center}.topbar-right{display:none}}.header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.08)}.header-inner{display:flex;align-items:stretch;justify-content:space-between}.header-logo{background:#001A29;padding:14px 32px;display:flex;align-items:center;flex-shrink:0}.header-logo svg{height:44px;width:auto;transition:transform .3s ease}.header-logo:hover svg{transform:scale(1.04)}.header-nav{display:flex;align-items:center;gap:6px;padding:0 16px;flex:1}.header-nav a{position:relative;color:#001A29;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;padding:8px 12px;border-radius:4px;transition:color .2s,transform .2s}.header-nav a:after{content:"";position:absolute;left:12px;right:12px;bottom:2px;height:2px;background:#4AAB3D;transform:scaleX(0);transform-origin:right;transition:transform .25s ease}.header-nav a:hover{color:#4AAB3D;transform:translateY(-2px)}.header-nav a:hover:after{transform:scaleX(1);transform-origin:left}.header-cta{display:flex;align-items:center;padding-right:20px}.hamburger{display:none;background:none;border:none;font-size:26px;cursor:pointer;color:#001A29;padding:16px}.mobile-nav{display:none;flex-direction:column;background:#fff;border-top:1px solid #eee;padding:12px 20px 20px;gap:4px}.mobile-nav.open{display:flex}.mobile-nav a{display:block;color:#001A29;font-weight:600;font-size:14px;padding:10px 0;border-bottom:1px solid #f0f0f0}.mobile-nav a:hover{color:#4AAB3D}.mobile-nav .btn-green{margin-top:10px;width:100%}@media (max-width:900px){.header-cta,.header-nav{display:none}.hamburger{display:block}}.hero{position:relative;padding:90px 0 80px;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;animation:softZoom 12s ease-in-out infinite alternate}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,52,82,.5) 20%,rgba(0,52,82,0));z-index:1}.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.hero-tag{display:inline-block;background:rgba(74,171,61,.2);border:1px solid #4aab3d;color:#4AAB3D;font-size:13px;font-weight:600;padding:6px 16px;border-radius:20px;margin-bottom:20px;animation:fadeInUp .75s ease both}.hero-left h1{font-size:44px;font-weight:800;line-height:1.2;color:#fff;margin-bottom:24px;animation:fadeInUp .75s ease .12s both}.hero-left h1 span{color:#4AAB3D}.hero-list{margin-bottom:32px}.hero-list li{padding:6px 0 6px 28px;position:relative;font-size:15px;color:#cce8ff;animation:fadeInUp .65s ease both}.hero-list li:first-child{animation-delay:.22s}.hero-list li:nth-child(2){animation-delay:.32s}.hero-list li:nth-child(3){animation-delay:.42s}.hero-list li:before{content:"✔";position:absolute;left:0;color:#4AAB3D;font-size:14px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.btn-soft{background:linear-gradient(90deg,#001A29 50%,#4AAB3D 0)}.btn-soft,.btn-soft:hover{color:#fff}.hero-form-box{background:rgba(255,255,255,.7);backdrop-filter:blur(1px);border-radius:20px;padding:24px 20px;border:1px solid rgba(255,255,255,.4);border-top:5px solid #4aab3d;color:#001A29;box-shadow:0 10px 40px rgba(0,0,0,.25);width:100%;max-width:380px;margin:0 auto;animation:fadeInUp .85s ease .22s both}.hero-form-box h3{font-size:22px;font-weight:700;margin-bottom:22px;color:#001A29}.hero-form-box input,.hero-form-box textarea{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:6px;font-family:Inter,sans-serif;font-size:14px;margin-bottom:14px;outline:none;background:#fff;transition:border-color .2s,box-shadow .2s;color:#333}.hero-form-box input:focus,.hero-form-box textarea:focus{border-color:#4AAB3D;box-shadow:0 0 0 3px rgba(74,171,61,.18)}.hero-form-box textarea{resize:none;height:90px}.hero-form-box button{width:100%;padding:14px;font-size:16px}.toast-msg{background:#4AAB3D;color:#fff;padding:12px 20px;border-radius:6px;margin-top:12px;font-size:14px;text-align:center;animation:fadeInUp .35s ease both}.hero-left .btn-green{animation:fadeInUp .75s ease .52s both,buttonPulse 2.4s ease-in-out 1.2s infinite}.hero-left .btn-green:not(.btn-soft){padding-left:28px;padding-right:28px}@media (max-width:900px){.hero .container{grid-template-columns:1fr}.hero-left h1{font-size:30px}.hero{padding:60px 0}}.services{position:relative;background:#F4F8FA;padding:96px 0;overflow:visible}.services-bg{position:absolute;inset:0;z-index:0}.services-bg img{width:100%;height:100%;object-fit:cover}.services-overlay{position:absolute;inset:0;background:rgba(244,248,250,.01);z-index:1}.services>.container{position:relative;z-index:2}.services-header{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:50px;flex-wrap:wrap}.services-header .section-title{flex:1;min-width:280px}.services-desc{flex:1;min-width:260px}.services-desc p{color:#74787C;line-height:1.7;margin-bottom:20px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-card{position:relative;background:#fff;border:1px solid rgba(74,171,61,.18);border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;margin-top:0;margin-bottom:0;transition:margin-top .6s cubic-bezier(.22,1,.36,1),margin-bottom .6s cubic-bezier(.22,1,.36,1),box-shadow .6s cubic-bezier(.22,1,.36,1)}.service-card:hover{margin-top:-10px;margin-bottom:10px;z-index:5;box-shadow:0 16px 36px rgba(0,0,0,.18)}.service-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:#4AAB3D;z-index:1}.service-card-img{position:relative;height:200px;overflow:hidden}.service-card-img img{width:100%;height:100%;object-fit:cover}.service-card-body{padding:24px 22px 22px;flex:1;display:flex;flex-direction:column}.service-card-body h3{font-size:18px;font-weight:700;color:#001A29;margin-bottom:10px}.service-card-body p{color:#74787C;font-size:14px;line-height:1.65;flex:1;margin-bottom:18px}.service-card-body .btn-green{width:100%;font-size:14px;padding:11px}@media (max-width:900px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.services-grid{grid-template-columns:1fr}}.about{padding:90px 0;background:#fff}.about .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-images{position:relative;height:460px}.about-img-main{position:absolute;top:0;left:0;width:72%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12)}.about-img-main img{width:100%;height:300px;object-fit:cover}.about-img-sub{position:absolute;bottom:0;right:0;width:58%;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12);border:5px solid #fff}.about-img-sub img{width:100%;height:230px;object-fit:cover}.about-badge{position:absolute;bottom:40px;left:0;background:#001A29;color:#fff;padding:18px 64px;border-radius:12px;text-align:center;z-index:2;box-shadow:0 6px 20px rgba(0,0,0,.2);animation:pulseGlow 2.8s ease-in-out infinite}.about-badge h2{font-size:36px;font-weight:800;color:#4AAB3D}.about-badge p{font-size:12px;color:#cce8ff;margin-top:4px}.about-content p{color:#74787C;line-height:1.75;margin-bottom:28px;font-size:15px}.about-features{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.about-feature{display:flex;gap:16px;align-items:flex-start}.about-feature-icon{width:48px;height:48px;border-radius:8px;background:rgba(74,171,61,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#4AAB3D;font-size:20px;transition:transform .3s,background .3s,color .3s}.about-feature:hover .about-feature-icon{background:#4AAB3D;color:#fff;transform:translateY(-3px) rotate(-4deg)}.about-feature h3{font-size:16px;font-weight:700;color:#001A29;margin-bottom:6px}.about-feature p{font-size:14px;color:#74787C;line-height:1.6;margin:0}@media (max-width:900px){.about .container{grid-template-columns:1fr}.about-images{height:340px;margin-bottom:20px}}.approach{background:#F4F8FA;padding:90px 0}.approach .container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.approach-content>p{color:#74787C;line-height:1.75;margin-bottom:36px;font-size:15px}.approach-items{display:flex;flex-direction:column;gap:24px}.approach-item{display:flex;gap:18px;align-items:flex-start}.approach-item-icon{width:52px;height:52px;border-radius:12px;background:#4AAB3D;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:20px;transition:transform .3s,box-shadow .3s}.approach-item:hover .approach-item-icon{transform:scale(1.08);box-shadow:0 10px 22px #001A2933}.approach-item h3{font-size:17px;font-weight:700;color:#001A29;margin-bottom:7px}.approach-item p{font-size:14px;color:#74787C;line-height:1.6;margin:0}.approach-image{border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1);animation:floatLift 4s ease-in-out infinite}.approach-image img{width:100%;height:420px;object-fit:cover}@media (max-width:900px){.approach .container{grid-template-columns:1fr}.approach-image img{height:260px}}.testimonials{background:#f8f9fa;padding:100px 0 80px;overflow:hidden}.testimonials-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:50px;align-items:center}.testimonials-left{max-width:450px}.section-sub-title{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:6px 14px;border-radius:30px;color:#001A29;font-weight:600;margin-bottom:24px}.section-sub-title .dot{width:6px;height:6px;background:#4AAB3D;border-radius:50%;display:inline-block}.testimonials-left .section-title h2{font-size:38px;font-weight:800;line-height:1.2;color:#0d1e2d;margin-bottom:30px}.btn-icon{display:inline-flex;align-items:center;gap:8px}.rating-box{background:#fff;border-radius:12px;padding:24px;margin-top:40px;box-shadow:0 10px 30px rgba(0,0,0,.04);max-width:320px}.rating-box-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rating-score{font-size:28px;font-weight:800;color:#0d1e2d}.rating-box-top .stars{color:#4AAB3D;font-size:16px;margin-bottom:0}.rating-box-bottom{display:flex;align-items:flex-start;gap:12px}.avatar,.avatar-stack{display:flex;align-items:center}.avatar{width:32px;height:32px;border-radius:50%;background:#e2e8f0;justify-content:center;border:2px solid #fff;margin-left:-10px;font-size:12px;color:#718096}.avatar:first-child{margin-left:0}.avatar.plus{background:#4AAB3D;color:#fff}.rating-box-bottom p{font-size:13px;line-height:1.5;color:#4a5568;margin:0}.rating-box-bottom p strong{color:#0d1e2d}.testimonials-right{min-width:0}.testimonial-marquee{width:100%;overflow-x:auto;padding:20px 0;mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 5%,black 95%,transparent);scrollbar-width:none;-ms-overflow-style:none}.testimonial-marquee::-webkit-scrollbar{display:none}.testimonial-track{display:flex;gap:24px;width:max-content}.testimonial-card{flex-shrink:0;width:320px;background:#fff;border-radius:12px;padding:32px 28px;box-shadow:0 8px 24px rgba(0,0,0,.05);display:flex;flex-direction:column}.testimonial-stars{color:#4AAB3D;font-size:16px;margin-bottom:24px}.testimonial-card p{font-size:16px;color:#2d3748;line-height:1.7;font-weight:500;margin-bottom:30px;flex:1}.testimonial-author{border-top:1px solid #edf2f7;padding-top:20px}.testimonial-author h4{font-size:16px;font-weight:700;color:#0d1e2d;margin-bottom:4px}.testimonial-author span{font-size:14px;color:#718096}.testimonials-footer{display:flex;align-items:center;justify-content:space-between;margin-top:60px;flex-wrap:wrap;gap:20px;background-color:#F4F8FA;border-radius:12px;padding:24px 28px}.footer-left{gap:16px}.footer-icon-wrap,.footer-left{display:flex;align-items:center}.footer-icon-wrap{width:44px;height:44px;background:#4AAB3D;color:#fff;border-radius:50%;justify-content:center;font-size:18px}.footer-left p{font-size:15px;color:#4a5568;margin:0}.footer-left p a{color:#4AAB3D;font-weight:600;text-decoration:underline}.footer-right{display:flex;align-items:center;gap:10px}.footer-score{font-size:18px;font-weight:800;color:#0d1e2d}.footer-right .stars{color:#4AAB3D;font-size:14px;margin-bottom:0}.footer-right p{font-size:15px;color:#4a5568;margin:0}.footer-right p strong{color:#0d1e2d}@media (max-width:1024px){.testimonials-grid{grid-template-columns:1fr;gap:40px}.testimonials-left{max-width:100%;text-align:center}.rating-box{margin:40px auto 0}}@media (max-width:768px){.testimonials-footer{text-align:center}.footer-left,.testimonials-footer{flex-direction:column}}.footer{background-color:#0d1e2d;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 0);background-size:30px 30px;color:#fff;padding-top:80px;font-family:Inter,sans-serif}.footer-top{display:grid;grid-template-columns:320px 1fr;gap:40px;margin-bottom:50px}.footer-about{display:flex;flex-direction:column}.footer-about p,.footer-logo{margin-bottom:24px}.footer-about p{color:#cbd5e1;font-size:14px;line-height:1.6}.footer-about .divider{height:1px;background:rgba(255,255,255,.1);margin-bottom:24px}.social-heading{font-size:16px;font-weight:700;margin-bottom:16px}.footer-social{display:flex;gap:12px;margin-bottom:24px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);color:#fff;transition:all .3s}.footer-social a:hover{background:#4AAB3D;border-color:#4AAB3D}.footer-map{width:100%}.footer-right-box{background-color:#1e293b;border-radius:16px;padding:40px 40px 50px;display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:30px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.footer-col h3{font-size:18px;font-weight:700;margin-bottom:24px;color:#fff}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:16px;position:relative;padding-left:14px}.footer-links li:before{content:"•";color:#4AAB3D;position:absolute;left:0;top:-2px;font-size:16px}.footer-links a{color:#cbd5e1;font-size:14px;transition:color .3s}.footer-links a:hover{color:#4AAB3D}.footer-form-col p{font-size:14px;color:#cbd5e1;line-height:1.5;margin-bottom:24px}.footer-form{display:flex;flex-direction:column;gap:16px}.footer-form input{width:100%;background:transparent;border:none;border-bottom:1px solid rgba(255,255,255,.15);padding:10px 0;color:#fff;font-size:14px;font-family:inherit;outline:none;transition:border-color .3s}.footer-form input::placeholder{color:#94a3b8}.footer-form input:focus{border-bottom-color:#4AAB3D}.footer-form .btn-green{align-self:flex-start;margin-top:10px;padding:12px 24px;border-radius:6px;background:#4AAB3D;color:#fff;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center}.footer-form .btn-green:hover{background:#3f9434}.toast-msg{color:#4AAB3D;font-size:13px;margin-top:10px}.footer-contact-bar{border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:30px 0;margin-bottom:20px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.contact-item{display:flex;align-items:center;gap:16px}.contact-item-icon{width:46px;height:46px;background:#4AAB3D;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;flex-shrink:0}.contact-item-text p{font-size:12px;color:#cbd5e1;margin-bottom:4px}.contact-item-text h4{font-size:16px;font-weight:700;color:#fff;line-height:1.4;margin:0}.footer-copyright{text-align:center;padding-bottom:30px}.footer-copyright p{color:#cbd5e1;font-size:14px;margin:0}@media (max-width:1024px){.footer-top{grid-template-columns:1fr}.footer-right-box{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-right-box{grid-template-columns:1fr;padding:30px 20px}.contact-grid{grid-template-columns:1fr;gap:24px}}.float-phone,.float-whatsapp{position:fixed;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;z-index:9999;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:transform .2s,box-shadow .2s;bottom:36px}.float-whatsapp{left:36px;background:#4AAB3D}.float-phone{right:36px;background:#e91d1d}.float-phone:hover,.float-whatsapp:hover{transform:scale(1.1);box-shadow:0 8px 24px rgba(0,0,0,.3)}.pest-killer-root{font-family:Inter,sans-serif;font-size:16px;color:#74787C;background:#fff;overflow-x:clip;position:relative;min-height:100vh}#main-header,.fixed.bottom-5.right-5.z-\[9999\],body>iframe,footer:not(.footer){display:none!important}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:1280px;margin:0 auto;padding:0 20px}.btn-green{position:relative;display:inline-block;background:linear-gradient(90deg,#001A29 50%,#4AAB3D 0);background-size:200% 100%;background-position:100% 100%;background-repeat:no-repeat;color:#fff;font-weight:600;font-size:15px;padding:13px 40px;border-radius:5px;border:none;cursor:pointer;transition:background-position .26s ease;text-align:center}.btn-green:hover{background-position:0 100%;color:#fff}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes softZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes floatLift{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 6px 20px rgba(0,0,0,.2)}50%{box-shadow:0 12px 34px rgba(74,171,61,.35)}}@keyframes buttonPulse{0%,to{box-shadow:0 0 0 0 rgba(74,171,61,.35)}50%{box-shadow:0 0 0 8px rgba(74,171,61,0)}}@keyframes buttonShine{0%,45%{transform:translateX(-120%)}75%,to{transform:translateX(120%)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.section-sub-title{display:block;color:#4AAB3D;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:12px}.section-title h2{font-size:36px;font-weight:800;color:#001A29;line-height:1.25;margin-bottom:16px}@media (max-width:768px){.section-title h2{font-size:26px}}