*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;line-height:1.5}.app,.main-content{min-height:100vh}.header{position:absolute;top:0;left:0;right:0;background:linear-gradient(to top,transparent,rgb(29,29,29));padding:1.2rem 3rem;z-index:1000}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.company-name{display:flex;align-items:center;gap:.75rem;cursor:pointer}.company-name h1{font-size:2rem;font-weight:700;color:#f9f8f8;margin:0;letter-spacing:-.5px}.company-logo{height:2.9rem;width:auto;display:block;object-fit:contain}.nav-buttons{display:flex;gap:.5rem}.dropdown{position:relative;display:flex}.dropdown-menu{position:absolute;top:100%;left:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.4rem;border-radius:8px;display:none;flex-direction:column;min-width:180px;box-shadow:0 8px 20px #00000059;z-index:1100}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{display:flex}.dropdown-menu button{width:100%;text-align:left;padding:.6rem .9rem;background:transparent;border:none;color:#fff;font-size:.85rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-menu button:hover{background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff}.dropdown.active-parent>button:not(.active){background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff}.nav-buttons button{padding:.9rem 1.6rem;background-color:transparent;border:none;border-radius:15px;font-size:.95rem;font-weight:700;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;position:relative}.nav-buttons button.active,.nav-buttons button:hover{background:linear-gradient(180deg,#079c17,#067611 70%,#02540b);color:#fff;box-shadow:0 6px 16px #0000002e}.btn-glass{position:relative;background:transparent;border:1px solid rgba(255,255,255,.15)}.btn-glass:after{display:none}.btn-glass:hover,.btn-glass.active{background:linear-gradient(180deg,#079c17,#067611 70%,#02540b);box-shadow:0 6px 16px #0000002e;transform:translateY(-2px)}.btn-glass:hover:after,.btn-glass.active:after{content:"";position:absolute;left:12px;right:12px;top:10px;height:36%;border-radius:12px;background:linear-gradient(180deg,#ffffff59,#ffffff14);pointer-events:none}.dropdown-menu{border-radius:12px}.dropdown-menu button.btn-glass{width:100%;text-align:left;padding:.6rem .9rem}.dropdown-menu button.btn-glass.active,.nav-buttons .btn-glass.active{background:linear-gradient(180deg,#079c17,#067611 70%,#02540b)}.btn-primary{background:linear-gradient(180deg,#079c17,#067611 70%,#02540b);box-shadow:0 6px 16px #00000040}.btn-primary:after{content:"";position:absolute;left:8px;right:8px;top:8px;height:40%;border-radius:10px;background:linear-gradient(180deg,#ffffff59,#ffffff0f);pointer-events:none}.home{width:100%}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:flex-start;padding:2rem;padding-top:calc(80px + 2rem);position:relative;background-image:url(/assets/home_bg-qvc56Wt5.png);background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}.hero-section:before{content:"";position:absolute;inset:0;background:#00000080;z-index:1}.hero-content{max-width:950px;text-align:left;z-index:2;position:relative;animation:hero-fade-in .8s ease-out}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:4.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-2px;text-shadow:0 2px 20px rgba(0,0,0,.3)}.hero-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;margin-bottom:1.5rem;z-index:2}.hero-badges .badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:999px;font-size:.9rem;font-weight:700;color:#fff;border:2px solid rgba(255,255,255,.4);background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease}.hero-badges .badge:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-2px)}.hero-description{font-size:1.5rem;color:#fff;margin-bottom:2.5rem;line-height:1.7;font-weight:300;max-width:700px;text-shadow:0 1px 10px rgba(0,0,0,.2)}.cta-button{display:inline-block;padding:1.2rem 3.5rem;color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:800;cursor:pointer;transition:all .3s ease;border:none;position:relative;background:linear-gradient(135deg,#029e12,#0b6e16);box-shadow:0 8px 24px #029e1266;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 12px 32px #029e1280}.cta-button:hover:before{left:100%}.features-section{background-color:#fff;padding:0}.container{max-width:100%;margin:0}.section-title{font-size:3rem;font-weight:800;color:#1a1a1a;text-align:center;padding:5rem 2rem 3rem;margin:0;letter-spacing:-1.5px;position:relative}.section-title:after{content:"";position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#0b6e16,#029e12);border-radius:2px}.services-vertical{max-width:100%}.service-block{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;padding:0;background:#fff;border:none;border-radius:0;margin:0;min-height:100vh;width:100%}.service-block:nth-child(2n){background-color:#f8f8f8}#waste-collection{background-color:#f0f8f1;border-top:4px solid #029e12}#waste-treatment{background-color:#f0f8f1;border-top:4px solid #0b6e16}#consultancy-services{background-color:#f0f8f1;border-top:4px solid #1b8f2a}.service-block:hover{transform:none;box-shadow:none}.service-image-placeholder{width:50%;height:100vh;border-radius:0;background:#f3f3f3;display:flex;align-items:center;justify-content:center;padding:3rem;overflow:visible;position:relative}.service-image{width:100%;height:90%;max-height:85vh;object-fit:cover;display:block;border-radius:4rem;box-shadow:.4rem .4rem #029e12;animation:slide-in-image .8s ease-out forwards;animation-timeline:view();animation-range:entry 0% cover 40%;transition:all .4s ease}.service-image:hover{transform:scale(1.02);box-shadow:.6rem .6rem #029e12}#waste-collection .service-image{box-shadow:.4rem .4rem #029e12}#waste-treatment .service-image{box-shadow:-.4rem .4rem #029e12;animation:slide-in-image-right .8s ease-out forwards;animation-timeline:view();animation-range:entry 0% cover 40%}#consultancy-services .service-image{box-shadow:.4rem .4rem #029e12}@keyframes slide-in-image{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-image-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.service-content{width:50%;padding:3rem 4rem;display:flex;flex-direction:column;justify-content:center}.service-header{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.5rem}.service-icon{width:56px;height:56px;min-width:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#029e12,#0b6e16);box-shadow:0 4px 12px #029e1240}.service-icon svg{width:28px;height:28px;color:#fff;stroke-width:2}.service-content h3{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0}.service-content .service-heading{margin:0 0 1.5rem}.service-content .service-heading .scroll-float-text{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:left}.service-content p{font-size:1.1rem;line-height:1.8;color:#444;margin:0 0 1.5rem}.service-content p:last-child{margin-bottom:0}.service-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem}.feature-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#029e1214;border-left:3px solid #029e12;border-radius:8px;transition:all .3s ease}.feature-badge:hover{background:#029e121f;transform:translate(4px)}.feature-badge svg{width:20px;height:20px;min-width:20px;color:#029e12;stroke-width:2.5}.feature-badge span{font-size:.95rem;font-weight:600;color:#333;line-height:1.4}@media(max-width:968px){.service-block{flex-direction:column;min-height:auto}.service-image-placeholder{width:100%;height:50vh;min-height:300px;padding:2rem}.service-image{height:100%;max-height:45vh;border-radius:3rem;box-shadow:.5rem .3rem #029e12}#waste-collection .service-image{box-shadow:.5rem .3rem #029e12}#consultancy-services .service-image{box-shadow:.5rem .3rem #029e12}#waste-treatment .service-image{box-shadow:-.5rem .3rem #029e12}.service-content{width:100%;padding:3rem 2rem}.service-content h3{font-size:2rem}.service-header{gap:1rem}.service-icon{width:48px;height:48px;min-width:48px}.service-icon svg{width:24px;height:24px}.service-features{grid-template-columns:1fr}}@media(max-width:600px){.section-title{font-size:2.2rem;padding:3rem 1.5rem 1.5rem}.service-image-placeholder{padding:1.5rem}.service-image{border-radius:2rem;box-shadow:.3rem .2rem #029e12}#waste-collection .service-image{box-shadow:.3rem .2rem #029e12}#consultancy-services .service-image{box-shadow:.3rem .2rem #029e12}#waste-treatment .service-image{box-shadow:-.3rem .2rem #029e12}.service-content{padding:2rem 1.5rem}.service-content h3{font-size:1.75rem}.service-content p{font-size:1rem}}.feature-card h3{font-size:1.5rem;color:#1a1a1a;margin-bottom:1rem;font-weight:600}.feature-card p{color:#666;line-height:1.7;font-size:1rem}.about-section{background:linear-gradient(135deg,#f0f8f1,#e8f5ea);padding:6rem 2rem;position:relative}.about-section .section-title{color:#1a1a1a;margin-bottom:1.5rem}.about-text{font-size:1.25rem;line-height:1.9;text-align:center;max-width:850px;margin:0 auto 4rem;color:#333;font-weight:400}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;margin-top:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.stat-item{text-align:center;padding:3rem 2rem;background:#fff;border-radius:20px;border:2px solid transparent;box-shadow:0 4px 20px #00000014;transition:all .4s ease;position:relative;overflow:hidden}.stat-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#0b6e16,#029e12,#1b8f2a);transform:scaleX(0);transition:transform .4s ease}.stat-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #029e1226;border-color:#029e12}.stat-item:hover:before{transform:scaleX(1)}.stat-number{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#0b6e16,#029e12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1}.stat-label{font-size:1.15rem;color:#555;font-weight:600;letter-spacing:.5px}.about-section:before{content:"";position:absolute;top:-60px;left:0;width:100%;height:60px;background-repeat:no-repeat;background-size:cover;background-position:top center;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23f8f8f8' d='M0,64L48,80C96,96,192,128,288,112C384,96,480,32,576,26.7C672,21,768,75,864,96C960,117,1056,107,1152,96C1248,85,1344,75,1392,69.3L1440,64L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'/></svg>")}.certifications-bar{background:#f7f7f7;border-top:1px solid #ececec;padding:1.25rem 1rem 1.5rem;position:relative}.certifications-bar:before{content:"";position:absolute;top:-60px;left:0;width:100%;height:60px;background-repeat:no-repeat;background-size:cover;background-position:top center;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'><path fill='%23f7f7f7' d='M0,64L48,80C96,96,192,128,288,112C384,96,480,32,576,26.7C672,21,768,75,864,96C960,117,1056,107,1152,96C1248,85,1344,75,1392,69.3L1440,64L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'/></svg>")}.certs-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cert-item{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e7e7e7;border-radius:12px;padding:.6rem .9rem}.cert-item svg{width:28px;height:28px;color:#029e12;fill:none;stroke:currentColor;stroke-width:2}.cert-text strong{display:block;font-size:.95rem;color:#111}.cert-text span{display:block;font-size:.82rem;color:#555}@media(max-width:768px){.certs-container{justify-content:center}}@media(max-width:768px){.hero-title{font-size:2.8rem}.hero-description{font-size:1.2rem}.section-title{font-size:2.2rem}.features-grid,.stats-grid{grid-template-columns:1fr}}.reveal-up{opacity:0;transform:translateY(16px);animation:reveal-up .6s ease-out forwards;animation-timeline:view();animation-range:entry 0% cover 30%}@keyframes reveal-up{to{opacity:1;transform:translateY(0)}}.cta-button:active{transform:translateY(1px) scale(.99);box-shadow:0 4px 14px #00000038}.contact-page{width:100%;min-height:calc(100vh - 80px);background-color:#fff}.contact-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 3rem;text-align:center;color:#fff}.page-title{font-size:5.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.page-subtitle{font-size:1.3rem;opacity:.85;font-weight:300}.contact-content{background-color:#fff;padding:6rem 2rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1200px;margin:0 auto}.contact-info{background:#f8f8f8;padding:3rem;border-radius:16px;height:fit-content}.contact-info h2{font-size:2rem;color:#1a1a1a;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.5px}.info-items{display:flex;flex-direction:column;gap:2.5rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.info-icon img{width:100%;height:100%;object-fit:contain}.info-text h3{font-size:1.1rem;color:#1a1a1a;margin-bottom:.5rem;font-weight:600}.info-text p{color:#666;line-height:1.6;margin:.25rem 0}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:16px;border:1px solid #e5e5e5}.contact-form-wrapper h2{font-size:2rem;color:#1a1a1a;margin-bottom:2.5rem;font-weight:700;letter-spacing:-.5px}.contact-form{display:flex;flex-direction:column;gap:1.8rem}.form-group{display:flex;flex-direction:column;gap:.6rem}.form-group label{font-size:.95rem;font-weight:600;color:#1a1a1a}.form-group input,.form-group textarea{padding:1rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .2s ease;background-color:#fafafa}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#000;background-color:#fff}.form-group textarea{resize:vertical;min-height:140px}.submit-button{padding:1.1rem 3rem;background:linear-gradient(180deg,#7c3aed,#6d28d9 70%,#4c1d95);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem;align-self:flex-start}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000040}@media(max-width:968px){.contact-grid{grid-template-columns:1fr}.page-title{font-size:2.8rem}.page-subtitle{font-size:1.2rem}}@media(max-width:480px){.contact-hero{padding:4rem 1.5rem 2.5rem}.contact-content{padding:4rem 1.5rem}.contact-info,.contact-form-wrapper{padding:2rem}.page-title{font-size:2.2rem}}.gallery-page{width:100%;min-height:calc(100vh - 80px)}.gallery-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 4rem;text-align:center;color:#fff}.gallery-hero .page-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px}.gallery-hero .page-subtitle{font-size:1.3rem;opacity:.9;font-weight:300}.gallery-carousel{height:600px;position:relative;background-color:#000}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer}.lightbox-content{position:relative;max-width:90%;max-height:90%;cursor:default}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;display:block}.lightbox-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;line-height:1;transition:opacity .2s}.lightbox-close:hover{opacity:.7}@media(max-width:968px){.gallery-hero .page-title{font-size:2.5rem}.gallery-hero .page-subtitle{font-size:1.1rem}.gallery-carousel{height:500px}}@media(max-width:600px){.gallery-hero{padding:5rem 1.5rem 3rem}.gallery-carousel{height:400px}}.circular-gallery{width:100%;height:100%;overflow:hidden;cursor:grab}.circular-gallery:active{cursor:grabbing}.about-page{width:100%;min-height:calc(100vh - 80px)}.about-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);padding:6rem 2rem 4rem;text-align:center;color:#fff}.about-hero .container{max-width:1100px;margin:0 auto}.about-hero .page-logo{max-width:280px;width:100%;height:auto;display:inline-block}.about-hero .hero-cta{margin-top:1.25rem}.about-story{background-color:#fff;padding:6rem 2rem}.about-story h2{font-size:2.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1.25rem}.about-story p{max-width:900px;margin:0 auto 1.25rem;font-size:1.05rem;line-height:1.8;color:#444}.story-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start;max-width:1100px;margin:0 auto}.story-text h2{text-align:left;font-size:2.4rem}.story-text p{text-align:left;margin:0}.story-quick{background:#f9fffa;border-radius:10px;padding:1.25rem;border:1px solid #e6f4ea}.quick-features{list-style:none;padding:0;margin:0}.quick-features li{padding:.9rem 0;border-bottom:1px dashed #e6f4ea}.quick-features li:last-child{border-bottom:0}.quick-features li strong{display:block;color:#05640f;font-weight:700;margin-bottom:.25rem}.quick-features li span{color:#444;font-size:.95rem}.about-team{background-color:#fff;padding:6rem 2rem}.about-team .container{max-width:1000px;margin:0 auto}.about-team h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:1.25rem}.commitment-content{max-width:900px;margin:0 auto}.commitment-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.25rem;text-align:center}@media(max-width:768px){.about-story,.about-team{padding:4rem 1.5rem}.about-hero .page-logo{max-width:220px}.story-grid{grid-template-columns:1fr}}.laws-page{width:100%;background:#fff}.laws-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);color:#fff;padding:6rem 2rem 4rem;text-align:center}.laws-hero .page-title{font-size:3rem;font-weight:800;letter-spacing:-.5px;margin:0}.laws-container{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.section-title{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin:2rem 0 1rem;letter-spacing:-.3px}.lead{font-size:1.05rem;line-height:1.75;color:#333}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;margin:2rem 0}.law-card{background:#fff;border:1px solid #e7e7e7;border-radius:14px;padding:1.25rem 1rem;box-shadow:0 6px 16px #0000000f}.law-card h3{font-size:1.2rem;margin:0 0 .5rem;color:#111827}.law-card p,.law-card ul{font-size:.98rem;color:#444;line-height:1.7;margin:.25rem 0 .5rem}.law-list{list-style:none;padding:0;margin:.5rem 0 0}.law-list li{display:grid;grid-template-columns:120px 1fr;gap:.75rem;padding:.6rem .4rem;border-bottom:1px dashed #e6e6e6}.law-list li strong{color:#111827}.note{background:#f8fcf9;border:1px solid #e3f1e6;border-radius:12px;padding:1rem;color:#245c2c;margin-top:1rem}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.tight p,.tight ul,.tight li{margin:.4rem 0}@media(max-width:900px){.two-col{grid-template-columns:1fr}}@media(max-width:600px){.laws-hero{padding:4.5rem 1.25rem 2.5rem}.laws-hero .page-title{font-size:2.2rem}}.services-page{width:100%;background:#fff}.services-hero{background:linear-gradient(135deg,#0b6e16,#029e12 60%,#1b8f2a);color:#fff;padding:6rem 2rem 4rem;text-align:center}.services-container{max-width:1100px;margin:0 auto;padding:0 1.25rem}.services-hero .page-title{font-size:3rem;font-weight:800;letter-spacing:-.5px;margin:0}.services-hero .page-subtitle{opacity:.95;margin-top:.5rem}.services-list{padding:3rem 0 5rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}.service-card{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e8f6ec,#dbeee2) border-box;border:1px solid transparent;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0000000f;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 36px #0000001a;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#bfe7c9,#aee0bb) border-box}.service-card:focus-within{outline:none;box-shadow:0 0 0 3px #029e1226,0 14px 28px #0000001a}.service-card img{width:100%;height:clamp(160px,22vw,220px);object-fit:cover;display:block}.service-card .card-body{padding:1rem 1rem 1.1rem}.service-card h3{margin:0 0 .5rem;font-size:1.22rem;color:#0f3b12;font-weight:800;letter-spacing:-.2px;position:relative}.service-card h3:after{content:"";position:absolute;left:0;bottom:-6px;width:46px;height:3px;border-radius:3px;background:linear-gradient(90deg,#029e12,#1b8f2a)}.service-card p{margin:0 0 .6rem;color:#444;line-height:1.7;font-size:.98rem}.service-card ul{margin:.35rem 0 0;padding-left:0;list-style:none;color:#2e2e2e;font-size:.94rem;line-height:1.6}.service-card ul li{position:relative;padding-left:1.35rem;margin:.25rem 0}.service-card ul li:before{content:"";position:absolute;left:0;top:.45rem;width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#52d66a,#029e12);box-shadow:0 0 0 2px #029e121f}@media(max-width:600px){.services-hero .page-title{font-size:2.2rem}.service-card img{height:160px}}.notfound-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e8f5e9)}.notfound-content{text-align:center;max-width:600px;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014}.notfound-icon{width:80px;height:80px;margin:0 auto 2rem;color:#029e12}.notfound-icon svg{width:100%;height:100%}.notfound-title{font-size:6rem;font-weight:700;color:#029e12;margin:0 0 1rem;line-height:1;letter-spacing:-2px}.notfound-subtitle{font-size:2rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.notfound-text{font-size:1.1rem;color:#666;line-height:1.6;margin:0 0 2.5rem}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.9rem 2rem;font-size:1rem;font-weight:700;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#0b6e16,#029e12);color:#fff;box-shadow:0 4px 12px #029e124d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #029e1266}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#fff;color:#029e12;border:2px solid #029e12}.btn-secondary:hover{background:#f0f8f1;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}@media(max-width:768px){.notfound-title{font-size:4rem}.notfound-subtitle{font-size:1.5rem}.notfound-content{padding:2rem 1.5rem}.notfound-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}
