*{margin:0;padding:0;box-sizing:border-box}*{will-change:auto}.hero-illustration,.navbar,.service-card{will-change:transform}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#2d5a27}.logo-image{height:40px;width:auto;margin-right:.5rem;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#2d5a27}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2d5a27;transition:width .3s ease}.nav-link:hover::after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.3s}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8f9fa 0,#e9ecef 100%);padding-top:80px}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content h1{font-size:3.5rem;font-weight:700;color:#2d5a27;margin-bottom:1.5rem;line-height:1.2}.hero-content p{font-size:1.2rem;color:#666;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:12px 30px;border:none;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#2d5a27 0,#4a7c59 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(45,90,39,.3)}.btn-secondary{background:0 0;color:#2d5a27;border:2px solid #2d5a27}.btn-secondary:hover{background:#2d5a27;color:#fff;transform:translateY(-2px)}.hero-image{display:flex;justify-content:center;align-items:center}.hero-illustration{width:100%;max-width:500px;height:auto;filter:drop-shadow(0 10px 30px rgba(0, 0, 0, .1));animation:gentle-float 8s ease-in-out infinite;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@keyframes gentle-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(1deg)}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#2d5a27;margin-bottom:1rem}.section-header p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.services{padding:5rem 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid #f0f0f0}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.service-icon{width:80px;height:80px;background:linear-gradient(135deg,#2d5a27 0,#4a7c59 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:2rem;color:#fff}.service-card h3{font-size:1.5rem;font-weight:600;color:#2d5a27;margin-bottom:1rem}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-card ul{list-style:none}.service-card li{padding:.5rem 0;color:#555;position:relative;padding-left:1.5rem}.service-card li::before{content:'✓';position:absolute;left:0;color:#2d5a27;font-weight:700}.about{padding:5rem 0;background:#f8f9fa}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text h2{font-size:2.5rem;font-weight:700;color:#2d5a27;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6}.company-info{margin-top:2rem}.info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem}.info-item i{font-size:1.5rem;color:#2d5a27;margin-right:1rem;margin-top:.25rem}.info-item h4{font-weight:600;color:#2d5a27;margin-bottom:.5rem}.info-item p{color:#666;margin:0}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.1)}.stat-item h3{font-size:2.5rem;font-weight:700;color:#2d5a27;margin-bottom:.5rem}.stat-item p{color:#666;font-weight:500}.contact{padding:5rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;font-weight:600;color:#2d5a27;margin-bottom:2rem}.contact-item{display:flex;align-items:flex-start;margin-bottom:2rem}.contact-item i{font-size:1.5rem;color:#2d5a27;margin-right:1rem;margin-top:.25rem}.contact-item h4{font-weight:600;color:#2d5a27;margin-bottom:.5rem}.contact-item p{color:#666;margin:0;line-height:1.5}.contact-form{background:#f8f9fa;padding:2.5rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#2d5a27}.form-group textarea{resize:vertical;min-height:120px}.captcha-container{display:flex;align-items:center;gap:1rem}.captcha-challenge{flex:1;display:flex;align-items:center;gap:.5rem;background:#f8f9fa;padding:.75rem;border-radius:8px;border:2px solid #e9ecef}.captcha-challenge span{font-weight:600;color:#2d5a27;font-size:1.1rem;min-width:80px}.captcha-challenge input{flex:1;border:none;background:0 0;padding:.5rem;font-size:1rem;outline:0}.captcha-challenge input:focus{border:none;background:#fff;border-radius:4px}.btn-refresh{background:#2d5a27;color:#fff;border:none;padding:.75rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}.btn-refresh:hover{background:#1e3f1a}.btn-refresh i{font-size:1rem}.form-group.error .captcha-challenge,.form-group.error input,.form-group.error select,.form-group.error textarea{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-group.success .captcha-challenge,.form-group.success input,.form-group.success select,.form-group.success textarea{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:none}.form-group.error .error-message{display:block}.success-message{color:#28a745;font-size:.875rem;margin-top:.25rem;display:none}.form-group.success .success-message{display:block}.footer{background:#2d5a27;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-logo{display:flex;align-items:center;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-image{height:30px;width:auto;margin-right:.5rem;object-fit:contain}.footer-section h4{margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#b8c5b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-section p{color:#b8c5b8;line-height:1.6}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #4a7c59;color:#b8c5b8}@media (max-width:768px){.logo-image{height:35px}.footer-logo .logo-image{height:25px}.hamburger{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0}.nav-menu.active{left:0}.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content h1{font-size:2.5rem}.hero-buttons{justify-content:center}.services-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.section-header h2{font-size:2rem}.hero-illustration{max-width:300px}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.btn{padding:10px 20px;font-size:.9rem}.service-card{padding:1.5rem}.contact-form{padding:1.5rem}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.privacy-policy{padding:120px 0 5rem 0;background:#f8f9fa;min-height:100vh}.policy-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e9ecef}.policy-header h1{font-size:3rem;font-weight:700;color:#2d5a27;margin-bottom:1rem}.last-updated{color:#666;font-style:italic;font-size:1rem}.policy-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.policy-section{margin-bottom:2.5rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.8rem;font-weight:600;color:#2d5a27;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e9ecef}.policy-section h3{font-size:1.3rem;font-weight:600;color:#4a7c59;margin:1.5rem 0 .5rem 0}.policy-section p{color:#333;line-height:1.7;margin-bottom:1rem}.policy-section ul{margin:1rem 0;padding-left:1.5rem}.policy-section li{color:#333;line-height:1.6;margin-bottom:.5rem}.policy-section strong{color:#2d5a27;font-weight:600}.contact-info{background:#f8f9fa;padding:1.5rem;border-radius:10px;border-left:4px solid #2d5a27;margin-top:1rem}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#2d5a27;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}@media (max-width:768px){.privacy-policy{padding:100px 0 3rem 0}.policy-header h1{font-size:2.5rem}.policy-content{padding:2rem;margin:0 1rem}.policy-section h2{font-size:1.5rem}.policy-section h3{font-size:1.2rem}}@media (max-width:480px){.policy-header h1{font-size:2rem}.policy-content{padding:1.5rem}.policy-section h2{font-size:1.3rem}.policy-section h3{font-size:1.1rem}}