:root{--primary: #007000;--primary-dark: #005000;--secondary: #C41E3A;--accent: #B00000;--text-dark: #1A1A1A;--text-light: #666666;--bg-light: #F8FAF5;--white: #FFFFFF;--shadow: 0 10px 30px rgba(0, 0, 0, .08);--transition: all .4s cubic-bezier(.165, .84, .44, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,sans-serif;color:var(--text-dark);background-color:var(--white);line-height:1.6;overflow-x:hidden}h1,h2,h3,.logo-text{font-family:Playfair Display,serif}ul{list-style:none}a{text-decoration:none;color:inherit;transition:var(--transition)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.8rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;transition:var(--transition);border:none;font-size:.95rem}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 15px #7ab3174d}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px #7ab31766}.btn-secondary{background-color:transparent;border:2px solid var(--primary);color:var(--primary)}.btn-secondary:hover{background-color:var(--primary);color:var(--white);transform:translateY(-3px)}.header{padding:1.5rem 0;position:fixed;width:100%;top:0;left:0;z-index:1000;transition:var(--transition);background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header.sticky{background:var(--white);padding:.8rem 0;box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.header .container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo-img{height:50px;width:auto;display:block}.nav-list{display:flex;gap:2rem}.nav-link{font-weight:600;font-size:1rem;color:var(--white);position:relative}.header.sticky .nav-link{color:var(--text-dark)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:var(--transition)}.nav-link:hover{color:var(--primary)}.nav-link:hover:after{width:100%}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--white);z-index:2000;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:var(--transition)}.mobile-nav.active{right:0}.close-menu{position:absolute;top:2rem;right:2rem;font-size:2rem;background:none;border:none;color:var(--text-dark);cursor:pointer}.mobile-nav-list{text-align:center}.mobile-nav-list li{margin:1rem 0}.mobile-nav-list .nav-link{font-size:1.4rem;color:var(--text-dark);font-weight:600}.mobile-nav-list .btn{margin-top:1rem}.modal{display:none;position:fixed;z-index:3000;left:0;top:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);align-items:center;justify-content:center}.modal.active{display:flex}.modal-content{background-color:var(--white);padding:3rem;border-radius:20px;width:90%;max-width:500px;position:relative;box-shadow:0 20px 50px #0000004d;animation:modalFadeIn .4s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.close-modal{position:absolute;right:1.5rem;top:1rem;font-size:2rem;font-weight:700;color:#999;cursor:pointer}.modal h3{font-size:2rem;margin-bottom:.5rem;color:var(--primary)}.form-group{margin-bottom:1.2rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid #ddd;border-radius:10px;font-family:inherit;font-size:.95rem;outline:none;transition:var(--transition)}.form-group input:focus{border-color:var(--primary)}.w-100{width:100%}.mobile-menu-btn{display:none;align-items:center;justify-content:center;font-size:1.8rem;background:none;border:none;color:var(--white);cursor:pointer}.header.sticky .mobile-menu-btn{color:var(--text-dark)}body.js-reveal-enabled [data-reveal]{opacity:0;transition:.8s cubic-bezier(.165,.84,.44,1)}body.js-reveal-enabled [data-reveal=left]{transform:translate(-50px)}body.js-reveal-enabled [data-reveal=right]{transform:translate(50px)}body.js-reveal-enabled [data-reveal=up]{transform:translateY(50px)}body.js-reveal-enabled [data-reveal].active{opacity:1!important;transform:translate(0)!important}body.js-reveal-enabled .product-card[data-reveal].active:hover{transform:translateY(-10px)!important}body.js-reveal-enabled .service-item[data-reveal].active:hover{transform:scale(1.05)!important}.hero{padding:15rem 0 12rem;background:url(./banner-Du2fmMCh.jpeg) center/cover no-repeat;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:80vh}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0009,#0000004d);z-index:1}.hero .container{position:relative;z-index:2}.hero-content{max-width:800px;margin:0 auto}.tagline{color:var(--secondary);font-weight:700;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:1.5rem;text-shadow:1px 1px 10px rgba(0,0,0,.5)}.hero h1{font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;color:var(--white);text-shadow:2px 2px 20px rgba(0,0,0,.4)}.hero h1 span{color:var(--secondary)}.hero p{font-size:1.25rem;color:#ffffffe6;margin:0 auto 3rem;max-width:650px}.hero-btns{display:flex;gap:1.5rem;justify-content:center}.btn-secondary-white{background-color:transparent;border:2px solid var(--white);color:var(--white)}.btn-secondary-white:hover{background-color:var(--white);color:var(--text-dark);transform:translateY(-3px)}.hero-shape{position:absolute;bottom:0;left:0;width:100%;line-height:0}.hero-shape svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px}.hero-shape .shape-fill{fill:var(--white)}section{padding:6rem 0}.section-title{margin-bottom:2rem}.subtitle{color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;display:block;margin-bottom:.5rem}.section-title h2{font-size:2.8rem;color:var(--text-dark);line-height:1.2;margin-bottom:1rem}.section-title h2 span{color:var(--primary)}.text-center{text-align:center}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image img{width:100%;border-radius:20px}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.feature-item{display:flex;align-items:center;gap:.8rem}.feature-item i{color:var(--secondary);font-size:1.2rem}.feature-item span{font-weight:600}.mission-vision{background-color:var(--bg-light)}.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mv-card{background:var(--white);padding:3.5rem;border-radius:30px;text-align:center;transition:var(--transition);border-bottom:4px solid transparent}.mv-card:hover{transform:translateY(-10px);border-color:var(--primary);box-shadow:var(--shadow)}.mv-card .icon{width:80px;height:80px;background:var(--bg-light);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:2rem;border-radius:50%;margin:0 auto 2rem;transition:var(--transition)}.mv-card:hover .icon{background:var(--primary);color:var(--white)}.mv-card h3{font-size:1.8rem;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:var(--transition)}.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow)}.product-image{position:relative;height:250px}.product-image img{width:100%;height:100%;object-fit:cover}.category{position:absolute;top:15px;right:15px;background:var(--secondary);color:var(--white);padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700}.product-info{padding:2rem}.product-info h3{margin-bottom:1rem;font-size:1.5rem}.product-info ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:var(--text-light)}.product-info ul li:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;position:absolute;left:0;color:var(--primary);font-size:.8rem}.services{background:url(https://www.transparenttextures.com/patterns/cubes.png),var(--primary);color:var(--white)}.services .subtitle{color:var(--secondary)}.services .section-title h2,.services .section-title h2 span{color:var(--white)}.services-grid{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center;max-width:1200px;margin:0 auto}.service-item{background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:3rem;border-radius:20px;transition:var(--transition);width:350px;display:flex;flex-direction:column;align-items:center;text-align:center}.service-item:hover{background:var(--white);color:var(--text-dark);transform:scale(1.05)}.service-icon{font-size:3rem;margin-bottom:1.5rem;color:var(--white)}.service-item:hover .service-icon{color:var(--primary)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-list{display:flex;flex-direction:column;gap:2rem}.why-list li{display:flex;gap:1.5rem;align-items:flex-start}.icon-wrap{width:60px;height:60px;background:var(--bg-light);color:var(--secondary);display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:1.5rem;flex-shrink:0}.why-list h4{font-size:1.2rem;margin-bottom:.3rem}.why-image img{width:100%;border-radius:30px}.footer{background:#111;color:var(--white);padding-top:5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;padding-bottom:4rem}.footer-about .logo-text{color:var(--white)}.footer-about p{margin:1.5rem 0;color:#999}.social-links{display:flex;gap:1rem}.social-links a{width:40px;height:40px;background:#222;display:flex;align-items:center;justify-content:center;border-radius:50%}.social-links a:hover{background:var(--primary)}.footer-links h3,.footer-contact h3{margin-bottom:2rem;font-size:1.5rem}.footer-links ul li{margin-bottom:1rem}.footer-links ul li a{color:#999}.footer-links ul li a:hover{color:var(--primary);padding-left:10px}.contact-info li{display:flex;gap:1rem;margin-bottom:1.5rem;color:#999}.contact-info i{color:var(--secondary)}.footer-bottom{border-top:1px solid #222;padding:1.5rem 0}.bottom-flex{display:flex;justify-content:space-between;align-items:center;color:#777;font-size:.9rem}@media (max-width: 992px){.nav,.header-right .btn{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.header{padding:1rem 0}.hero{min-height:50vh;padding:10rem 0 6rem}.hero h1{font-size:2.8rem}.hero-btns{flex-direction:column;align-items:center;gap:1rem}.hero-btns .btn{width:100%;max-width:300px}.about-grid,.why-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.section-title{margin-bottom:1.5rem}.section-title h2{font-size:1.6rem;margin-bottom:.8rem;line-height:1.2}.about-content p{font-size:.9rem;line-height:1.5;margin-bottom:1rem}.about-features{justify-content:center;gap:1.5rem;margin-top:2rem}.header .container{height:60px;display:flex;align-items:center}.logo-img{height:45px}.mobile-menu-btn{height:40px;width:40px;font-size:1.8rem;display:flex;align-items:center;justify-content:center}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.cards-grid{grid-template-columns:1fr}section{padding:4rem 0}.container{padding:0 1.2rem}}@media (max-width: 480px){.hero h1{font-size:2.2rem}.logo-img{height:35px}.modal-content{padding:2rem 1.2rem}.modal h3,.section-title h2{font-size:1.6rem}.about-content p{font-size:.9rem}.about-features{grid-template-columns:1fr;text-align:left}}
