:root{--primary-bg: #FFFFFF;--secondary-bg: #F5F7FA;--accent-lime: #9BC53D;--accent-hover: #8AB332;--text-main: #3D4244;--text-light: #6E7C85;--white: #FFFFFF;--border-radius: 16px;--container-width: 1200px;--shadow-sm: 0 4px 6px rgba(0, 0, 0, .05);--shadow-md: 0 10px 30px rgba(0, 0, 0, .08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--primary-bg);color:var(--text-main);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-align:center}.btn-primary{background-color:var(--accent-lime);color:var(--white);box-shadow:0 4px 15px #9bc53d4d}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #9bc53d80}.highlight{color:var(--accent-lime)}.construction-banner{background:repeating-linear-gradient(-45deg,gold,gold 20px,#000 20px 40px);color:var(--white);padding:1rem 0;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;position:relative;z-index:1001;box-shadow:0 4px 12px #00000026;border-bottom:2px solid rgba(255,255,255,.2)}.banner-content{display:flex;justify-content:center;align-items:center;gap:1rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.8)}.banner-icon{font-size:1.5rem;background:#fff3;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 5px #0000001a}.construction-banner p{margin:0;font-weight:500}.header{position:sticky;top:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.header-content{display:flex;justify-content:space-between;align-items:center}.logo img{height:48px}.nav-menu ul{display:flex;gap:2.5rem}.nav-menu a{font-weight:600;color:var(--text-main);font-size:.95rem}.nav-menu a:hover{color:var(--accent-lime)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;padding:.5rem}.mobile-menu-btn span{width:28px;height:3px;background-color:var(--text-main);border-radius:2px}.hero{padding:6rem 0 10rem;background-color:var(--primary-bg);position:relative;overflow:hidden;background-image:url("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cpattern%20id='network'%20x='0'%20y='0'%20width='200'%20height='200'%20patternUnits='userSpaceOnUse'%3e%3c!--%20Nodes%20--%3e%3ccircle%20cx='20'%20cy='20'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='100'%20cy='50'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='180'%20cy='20'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='50'%20cy='100'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='150'%20cy='100'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='20'%20cy='180'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='100'%20cy='150'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='180'%20cy='180'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3c!--%20Random%20scattered%20smaller%20nodes%20--%3e%3ccircle%20cx='60'%20cy='40'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='130'%20cy='70'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='30'%20cy='140'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='170'%20cy='130'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3c!--%20Connections%20(Lines)%20--%3e%3c!--%20Main%20geometric%20connections%20--%3e%3cline%20x1='20'%20y1='20'%20x2='100'%20y2='50'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='180'%20y2='20'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='20'%20y1='20'%20x2='50'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='150'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='50'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='180'%20y1='20'%20x2='150'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='50'%20y1='100'%20x2='20'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='50'%20y1='100'%20x2='100'%20y2='150'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='150'%20y1='100'%20x2='100'%20y2='150'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='150'%20y1='100'%20x2='180'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='150'%20x2='20'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='150'%20x2='180'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20Cross%20connections%20--%3e%3cline%20x1='20'%20y1='20'%20x2='20'%20y2='0'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20wrapping%20top%20--%3e%3cline%20x1='180'%20y1='20'%20x2='180'%20y2='0'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20wrapping%20top%20--%3e%3c/pattern%3e%3c/defs%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23network)'/%3e%3c/svg%3e");background-size:300px 300px;background-position:center top;background-repeat:repeat;background-attachment:scroll;mask-image:linear-gradient(to bottom,#000 0% 60%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem}.hero-text h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;font-weight:800;color:var(--text-main);letter-spacing:-1px}.hero-text h1 .highlight{color:var(--accent-lime)}.hero-text p{font-size:1.15rem;color:var(--text-light);margin-bottom:2.5rem;max-width:550px}.hero-image{position:relative;animation:float 6s ease-in-out infinite}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.4) 30%,transparent 60%);background-size:200% 100%;animation:shine 4s infinite linear;pointer-events:none;mix-blend-mode:overlay;border-radius:20px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.custom-shape-divider-bottom-167890{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg)}.custom-shape-divider-bottom-167890 svg{position:relative;display:block;width:calc(100% + 1.3px);height:120px}.custom-shape-divider-bottom-167890 .shape-fill{fill:var(--secondary-bg)}.services{padding:4rem 0 8rem;background-color:var(--secondary-bg)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.service-card{background:var(--white);padding:3.5rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid transparent}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #9bc53d26;border-color:#9bc53d4d}.card-icon{width:140px;height:140px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;transition:transform .4s ease}.service-card:hover .card-icon{transform:scale(1.1) translateY(-5px)}.service-card h3{font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-main)}.service-list{margin-top:1rem}.service-list li{font-size:1.1rem;margin-bottom:.8rem;color:var(--text-light);position:relative;padding-bottom:.5rem}.service-list li:last-child{border-bottom:none}.about-section{padding:8rem 0;background-color:var(--primary-bg);position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3csvg%20width='200'%20height='200'%20viewBox='0%200%20200%20200'%20xmlns='http://www.w3.org/2000/svg'%3e%3cdefs%3e%3cpattern%20id='network'%20x='0'%20y='0'%20width='200'%20height='200'%20patternUnits='userSpaceOnUse'%3e%3c!--%20Nodes%20--%3e%3ccircle%20cx='20'%20cy='20'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='100'%20cy='50'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='180'%20cy='20'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='50'%20cy='100'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='150'%20cy='100'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='20'%20cy='180'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='100'%20cy='150'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3ccircle%20cx='180'%20cy='180'%20r='2'%20fill='%239BC53D'%20opacity='0.3'/%3e%3c!--%20Random%20scattered%20smaller%20nodes%20--%3e%3ccircle%20cx='60'%20cy='40'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='130'%20cy='70'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='30'%20cy='140'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3ccircle%20cx='170'%20cy='130'%20r='1.5'%20fill='%239BC53D'%20opacity='0.2'/%3e%3c!--%20Connections%20(Lines)%20--%3e%3c!--%20Main%20geometric%20connections%20--%3e%3cline%20x1='20'%20y1='20'%20x2='100'%20y2='50'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='180'%20y2='20'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='20'%20y1='20'%20x2='50'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='150'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='50'%20x2='50'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='180'%20y1='20'%20x2='150'%20y2='100'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='50'%20y1='100'%20x2='20'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='50'%20y1='100'%20x2='100'%20y2='150'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='150'%20y1='100'%20x2='100'%20y2='150'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='150'%20y1='100'%20x2='180'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='150'%20x2='20'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3cline%20x1='100'%20y1='150'%20x2='180'%20y2='180'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20Cross%20connections%20--%3e%3cline%20x1='20'%20y1='20'%20x2='20'%20y2='0'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20wrapping%20top%20--%3e%3cline%20x1='180'%20y1='20'%20x2='180'%20y2='0'%20stroke='%239BC53D'%20stroke-width='0.8'%20opacity='0.2'/%3e%3c!--%20wrapping%20top%20--%3e%3c/pattern%3e%3c/defs%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23network)'/%3e%3c/svg%3e");background-size:300px 300px;opacity:.05;pointer-events:none;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.about-header{text-align:center;max-width:800px;margin:0 auto 4rem;position:relative;z-index:2}.about-header h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-main)}.about-intro{font-size:1.2rem;color:var(--text-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem;position:relative;z-index:2}.about-visual img{border-radius:20px;animation:float 8s ease-in-out infinite}.about-pillars{display:flex;flex-direction:column;gap:2rem}.pillar-card{background:var(--white);padding:1.5rem 2rem;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:1.5rem;transition:all .3s ease;border-left:4px solid transparent}.pillar-icon{font-size:2rem;background-color:var(--secondary-bg);width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pillar-card h3{margin-bottom:.5rem;font-size:1.2rem}.pillar-card p{font-size:1rem;color:var(--text-light);line-height:1.5}.pillar-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #9bc53d33;border-left-color:var(--accent-lime)}.pillar-card:hover .pillar-icon{background-color:#9bc53d1a;color:var(--accent-lime)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;position:relative;z-index:2}.benefit-card{background:var(--secondary-bg);padding:2rem;border-radius:var(--border-radius);text-align:center;border:1px solid transparent;transition:all .3s ease}.benefit-card:hover{background:var(--white);border-color:var(--accent-lime);box-shadow:var(--shadow-md)}.benefit-card h4{color:var(--accent-lime);font-size:1.3rem;margin-bottom:1rem}.benefit-card p{color:var(--text-main);font-weight:500}.about-quote{text-align:center;font-size:1.5rem;font-style:italic;color:var(--text-main);max-width:700px;margin:0 auto;position:relative;padding-left:2rem;border-left:4px solid var(--accent-lime)}@media(max-width:900px){.about-grid{grid-template-columns:1fr;gap:3rem}.about-visual{order:-1}.benefits-grid{grid-template-columns:1fr}.about-quote{font-size:1.2rem;padding-left:1.5rem}}.usp-section{padding:6rem 0;background-color:var(--primary-bg)}.usp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.usp-item{padding:2rem}.usp-number{font-size:3.5rem;font-weight:800;color:var(--accent-lime);margin-bottom:1rem;line-height:1}.usp-item p{font-size:1.1rem;font-weight:500;max-width:250px;margin:0 auto}.logistics-section{padding:6rem 0;background:linear-gradient(135deg,var(--secondary-bg) 0%,#eef1f5 100%);text-align:center}.logistics-content h2{font-size:2.5rem;margin-bottom:1.5rem}.logistics-content p{font-size:1.2rem;color:var(--text-light);max-width:700px;margin:0 auto}.footer{background-color:var(--white);padding:5rem 0 2rem;border-top:1px solid #eee}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem}.slogan{margin-top:1rem;font-size:1.1rem;font-weight:500;color:var(--text-main)}.contact-info{text-align:right}.contact-info h4{margin-bottom:1rem;font-size:1.1rem;color:var(--text-light);text-transform:uppercase;letter-spacing:1px}.contact-link{font-size:1.5rem;font-weight:700;color:var(--text-main);display:block;margin-bottom:1.5rem}.contact-link:hover{color:var(--accent-lime)}.footer-logo{max-width:60%}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #f0f0f0;color:#ccc;font-size:.9rem}@media(max-width:900px){.header-content .btn,.nav-menu{display:none}.mobile-menu-btn{display:flex}.nav-menu.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;padding:2rem;box-shadow:var(--shadow-md);text-align:center}.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-text h1{font-size:2.5rem}.hero-text p{margin-left:auto;margin-right:auto}.services-grid,.usp-grid{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:3rem;text-align:center;align-items:center}.contact-info{text-align:center}}
