:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{line-height:1.2}a{font-weight:500;color:#2d5016;text-decoration:inherit}a:hover{color:#1a2f0c}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2d5016;color:#fff;cursor:pointer;transition:all .25s ease}button:hover{background-color:#1a2f0c}button:focus,button:focus-visible{outline:2px solid #2d5016;outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff}.App{min-height:100vh}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;box-shadow:0 2px 30px #0000001a;transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center}.logo{height:96px;width:auto;display:block}.nav-logo h1{color:#2d5016;font-size:1.8rem;font-weight:700;margin-bottom:-.2rem}.tagline{color:#666;font-size:.8rem;font-weight:400;letter-spacing:.5px}.nav-menu{display:flex;list-style:none;gap:2.5rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative}.nav-menu a:hover{color:#2d5016}.nav-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#2d5016;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-auth-link{background:#2d5016!important;color:#fff!important;padding:.5rem 1rem!important;border-radius:4px!important;font-weight:600!important}.nav-auth-link:hover{background:#3a6b1e!important;color:#fff!important}.nav-auth-link:after{display:none!important}.user-menu-container{position:relative}.user-menu-container:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;z-index:-1}.user-avatar{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:8px;transition:background-color .2s ease;position:relative}.user-avatar:hover{background-color:#2d50161a}.avatar-circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2d5016,#3a6b1e);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;border:2px solid rgba(45,80,22,.2)}.user-name{font-weight:500;color:#333;font-size:.9rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-dropdown{position:absolute;top:100%;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(0,0,0,.1);min-width:160px;z-index:1000;margin-top:.25rem;overflow:hidden}.user-dropdown:after{content:"";position:absolute;top:-.75rem;right:0;left:0;height:.75rem;background:transparent}.user-dropdown:before{content:"";position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid white}.dropdown-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:background-color .2s ease;color:#333}.dropdown-item:hover{background-color:#f8f9fa}.admin-item{color:#2d5016;font-weight:500}.admin-item:not(:last-of-type){border-bottom:1px solid #f1f3f4}.admin-item:hover{background-color:#2d50160d}.customer-item{color:#2d5016;font-weight:500;border-bottom:1px solid #f1f3f4}.customer-item:hover{background-color:#2d50160d}.logout-item{color:#dc3545}.logout-item:hover{background-color:#dc35450d}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video video{width:100%;height:100%;object-fit:cover}.hero-image-container{width:100%;height:100%;overflow:hidden;position:relative;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.8) contrast(1.1);animation:subtleZoom 15s ease-in-out infinite alternate;transform-origin:center center;display:block}.hero-fallback{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}@keyframes subtleZoom{0%{transform:scale(1)}to{transform:scale(1.05)}}.hero-svg-video{width:100%;height:100%;overflow:hidden;position:relative}.hero-animated-bg{width:120%;height:120%;object-fit:cover;object-position:center;filter:brightness(.7) contrast(1.1);animation:slowZoom 20s ease-in-out infinite alternate;transform-origin:center center}@keyframes slowZoom{0%{transform:scale(1) translate(0)}50%{transform:scale(1.05) translate(-2%)}to{transform:scale(1.02) translate(2%)}}.hero-background{width:100%;height:100%;background:linear-gradient(45deg,#2d5016,#4a7c2a,#2d5016,#4a7c2a,#2d5016);background-size:100px 100px;animation:moveBackground 20s linear infinite;opacity:.3}@keyframes moveBackground{0%{background-position:0 0}to{background-position:100px 100px}}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2d5016b3,#2d501680,#0009);z-index:2}.hero-content{max-width:1400px;margin:0 auto;padding:0 2rem;width:100%;z-index:3;position:relative;animation:fadeInUp 1.2s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-text{max-width:700px;color:#fff;text-align:left}.hero-text h1{font-size:4rem;font-weight:700;margin-bottom:1rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:slideInLeft 1s ease-out .3s both}.hero-text h2{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9;text-shadow:1px 1px 3px rgba(0,0,0,.3);animation:slideInLeft 1s ease-out .6s both}.hero-text p{font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.2);animation:slideInLeft 1s ease-out .9s both}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.hero-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;animation:slideInLeft 1s ease-out 1.2s both}.cta-button{border:none;padding:1.2rem 2.5rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cta-button.primary{background:#2d5016;color:#fff}.cta-button.primary:hover{background:#1a2f0c;transform:translateY(-3px);box-shadow:0 15px 40px #2d501666}.cta-button.secondary{background:transparent;color:#fff;border:2px solid white}.cta-button.secondary:hover{background:#fff;color:#2d5016;transform:translateY(-3px);box-shadow:0 15px 40px #ffffff4d}.hero-stats{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:flex;gap:3rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 3rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);z-index:3;animation:fadeInUp 1s ease-out 1.5s both,floatStats 6s ease-in-out infinite}@keyframes floatStats{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.stat-item{text-align:center;color:#fff}.stat-number{display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:3rem;color:#2d5016;margin-bottom:1rem;font-weight:600}.section-subtitle{font-size:1.3rem;color:#666;max-width:600px;margin:0 auto;line-height:1.6}.about{padding:8rem 0;background:#fff}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:5rem;align-items:start}.about-text h3{color:#2d5016;font-size:1.8rem;margin-bottom:1.5rem;margin-top:2rem}.about-text h3:first-child{margin-top:0}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#555;text-align:justify}.about-features{display:flex;flex-direction:column;gap:2rem}.feature-highlight{background:#f8fdf4;padding:2rem;border-radius:15px;border-left:4px solid #2d5016;transition:transform .3s ease}.feature-highlight:hover{transform:translate(10px)}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-highlight h4{color:#2d5016;font-size:1.2rem;margin-bottom:.8rem}.feature-highlight p{color:#666;line-height:1.6;font-size:.95rem}.products{padding:8rem 0;background:#f8fdf4}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem}.product-card{background:#fff;padding:3rem;border-radius:20px;text-align:left;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border-top:4px solid #2d5016}.product-card:hover{transform:translateY(-15px);box-shadow:0 25px 60px #00000026}.product-icon{font-size:3.5rem;margin-bottom:2rem}.product-card h3{color:#2d5016;font-size:1.6rem;margin-bottom:1.5rem;font-weight:600}.product-card>p{color:#666;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}.product-features{list-style:none;padding:0}.product-features li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.product-features li:before{content:"✓";position:absolute;left:0;color:#2d5016;font-weight:700}.solutions{padding:8rem 0;background:#fff}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem}.solution-card{background:linear-gradient(135deg,#f8fdf4,#fff);padding:2.5rem;border-radius:15px;text-align:center;transition:all .3s ease;border:1px solid #e8f5e8}.solution-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #2d50161a;border-color:#2d5016}.solution-image{font-size:4rem;margin-bottom:1.5rem}.solution-card h3{color:#2d5016;font-size:1.4rem;margin-bottom:1rem;font-weight:600}.solution-card p{color:#666;line-height:1.6;font-size:.95rem}.innovation{padding:8rem 0;background:linear-gradient(135deg,#2d5016,#1a2f0c);color:#fff}.innovation-content{display:grid;grid-template-columns:2fr 1fr;gap:5rem;align-items:center}.innovation-text h2{font-size:3rem;margin-bottom:1.5rem;color:#fff}.lead{font-size:1.3rem;line-height:1.7;margin-bottom:3rem;opacity:.9}.innovation-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.innovation-item h4{font-size:1.2rem;margin-bottom:.8rem;color:#a8d991}.innovation-item p{line-height:1.6;opacity:.9;font-size:.95rem}.innovation-image{display:flex;justify-content:center;align-items:center}.innovation-placeholder{background:#ffffff1a;border-radius:20px;padding:3rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.innovation-icon{font-size:5rem;margin-bottom:1rem;opacity:.8}.innovation-placeholder p{font-size:1.1rem;opacity:.9}.contact{padding:8rem 0;background:#fff}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;margin-top:4rem}.contact-info{display:flex;flex-direction:column;gap:2.5rem}.contact-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#f8fdf4;border-radius:15px;transition:transform .3s ease}.contact-item:hover{transform:translate(10px)}.contact-icon{font-size:1.8rem;min-width:40px}.contact-item h4{color:#2d5016;font-size:1.2rem;margin-bottom:.5rem;font-weight:600}.contact-item p{color:#666;line-height:1.6;margin:.2rem 0}.contact-form{background:linear-gradient(135deg,#f8fdf4,#fff);padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.contact-form h4{color:#2d5016;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.contact-form>p{color:#666;margin-bottom:2rem;line-height:1.6}.contact-form form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contact-form input,.contact-form select,.contact-form textarea{padding:1.2rem;border:2px solid #e8f5e8;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.form-checkbox{display:flex;align-items:center;gap:.8rem}.form-checkbox input[type=checkbox]{width:auto;margin:0}.form-checkbox label{font-size:.9rem;color:#666;line-height:1.4}.form-checkbox a{color:#2d5016;text-decoration:underline}.contact-form button{background:#2d5016;color:#fff;border:none;padding:1.5rem;border-radius:10px;font-size:1.1rem;cursor:pointer;transition:all .3s ease;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.contact-form button:hover{background:#1a2f0c;transform:translateY(-2px);box-shadow:0 10px 30px #2d50164d}.footer{background:linear-gradient(135deg,#2d5016,#1a2f0c);color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.8rem;margin-bottom:1.5rem;color:#a8d991}.footer-section h4{font-size:1.2rem;margin-bottom:1.5rem;color:#a8d991;font-weight:600}.footer-section p{line-height:1.7;opacity:.9;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.8;transition:all .3s ease}.footer-section ul li a:hover{opacity:1;color:#a8d991;transform:translate(5px);display:inline-block}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{font-size:1.5rem;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{opacity:.8;margin:0}@media (max-width: 1200px){.hero-stats{flex-wrap:wrap;gap:2rem;padding:1.5rem 2rem}.about-grid,.innovation-content,.contact-content{grid-template-columns:1fr;gap:3rem}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.nav-menu{position:fixed;left:-100%;top:80px;flex-direction:column;background-color:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;text-align:center;transition:.3s;box-shadow:0 10px 40px #0000001a;padding:3rem 0;gap:1.5rem}.nav-menu.active{left:0}.nav-toggle{display:flex}.hero-text h1{font-size:2.8rem}.hero-text h2{font-size:1.8rem}.hero-text p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:flex-start}.cta-button{width:100%;text-align:center}.hero-stats{position:relative;bottom:auto;left:auto;transform:none;margin:3rem auto 0;width:90%;grid-template-columns:repeat(2,1fr);display:grid;gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}.section-header h2{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.products-grid,.solutions-grid,.innovation-features,.form-row{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;text-align:center}.about-features{margin-top:2rem}}@media (max-width: 480px){.hero{padding:5rem 1rem 2rem;height:auto;min-height:100vh}.hero-text h1{font-size:2.2rem}.hero-text h2{font-size:1.4rem}.container{padding:0 1rem}.about,.products,.solutions,.innovation,.contact{padding:5rem 0}.product-card,.contact-form{padding:2rem}.hero-stats{grid-template-columns:1fr;gap:1rem}.nav-container{padding:0 1rem}.section-header{margin-bottom:3rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-header,.product-card,.solution-card,.contact-item{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2d5016;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a2f0c}
