*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--green:#198B45;--green-dark:#126B34;--green-light:#e8f5ed;--red:#ED2024;--red-dark:#C91A1E;--red-light:#fdeaea;--white:#FFFFFF;--off-white:#FAFBFC;--gray-50:#F4F5F7;--gray-100:#E8EAED;--gray-200:#D3D6DB;--gray-400:#9AA0A9;--gray-600:#5F6672;--gray-800:#2D3239;--gray-900:#1A1D21;--shadow-sm:0 1px 3px rgba(0,0,0,0.06),0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 12px 40px rgba(0,0,0,0.1);--radius:10px;--radius-lg:16px;--radius-xl:24px;--transition:0.2s cubic-bezier(0.4, 0, 0.2, 1)}html{scroll-behavior:smooth}body{font-family:'DM Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.65;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}a{color:var(--green);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--green-dark)}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);border-bottom:1px solid transparent;transition:all var(--transition)}.header.scrolled{border-bottom-color:var(--gray-100);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:38px;width:auto}.nav{display:flex;gap:.25rem}.nav-link{padding:.5rem 1rem;font-size:.88rem;font-weight:500;color:var(--gray-600);border-radius:var(--radius);transition:all var(--transition);text-decoration:none;letter-spacing:-.01em}.nav-link:hover{color:var(--gray-900);background:var(--gray-50)}.nav-link.active{color:var(--green);background:var(--green-light);font-weight:600}.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:8px}.menu-toggle span{display:block;width:22px;height:2px;background:var(--gray-800);border-radius:2px;transition:all var(--transition)}.menu-toggle.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav-overlay{position:fixed;inset:0;top:68px;z-index:99;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all var(--transition)}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav{background:var(--white);display:flex;flex-direction:column;padding:.75rem;box-shadow:var(--shadow-lg)}.mobile-nav-link{padding:.9rem 1.25rem;font-size:.95rem;font-weight:500;color:var(--gray-600);border-radius:var(--radius);transition:all var(--transition);text-decoration:none}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--green);background:var(--green-light)}.page{display:none;min-height:calc(100vh - 68px);padding-top:68px}.page.active{display:block}.hero{position:relative;background:linear-gradient(160deg,rgba(25,139,69,.88) 0,rgba(18,107,52,.92) 50%,rgba(13,77,36,.95) 100%),url('images/products/all-products-opt.webp') center/cover no-repeat;color:var(--white);padding:5rem 0 4.5rem;overflow:hidden;text-align:center}.hero::before{content:'';position:absolute;top:-40%;right:-15%;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.06) 0,transparent 70%);border-radius:50%}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--red)}.hero-content{position:relative;z-index:1}.hero-logo{height:56px;width:auto;margin-bottom:1.5rem;filter:brightness(0) invert(1)}.hero h1{font-family:Sora,sans-serif;font-size:3.25rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-1.5px;line-height:1.1}.hero-tagline{font-size:1.2rem;opacity:.85;font-style:italic;margin-bottom:1.5rem}.hero-badge{display:inline-block;padding:.5rem 1.5rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:100px;font-size:.85rem;font-weight:600;letter-spacing:.02em;backdrop-filter:blur(8px)}.page-header{background:linear-gradient(160deg,var(--green) 0,var(--green-dark) 100%);color:var(--white);padding:3rem 0 2.5rem;position:relative}.page-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--red)}.page-header h1{font-family:Sora,sans-serif;font-size:2.5rem;font-weight:800;letter-spacing:-1px}.section-body{padding:3.5rem 0 4rem}.about-grid{display:grid;gap:3.5rem}.about-text h2{font-family:Sora,sans-serif;font-size:2rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;letter-spacing:-.5px}.about-text p{color:var(--gray-600);margin-bottom:1rem;font-size:1.02rem}.about-highlights{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.highlight{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;background:var(--off-white);border-radius:var(--radius);border-left:3px solid var(--green);transition:all var(--transition)}.highlight:hover{background:var(--green-light)}.highlight-icon{color:var(--green);flex-shrink:0;margin-top:2px}.highlight strong{display:block;margin-bottom:.2rem;font-weight:600;color:var(--gray-900)}.highlight p{margin:0;font-size:.88rem;color:var(--gray-600)}.about-products h3{font-family:Sora,sans-serif;font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1.25rem;letter-spacing:-.3px}.product-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{position:relative;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition)}.product-card:hover{border-color:var(--green);box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card.featured{grid-column:span 2;background:linear-gradient(135deg,var(--green-light) 0,var(--white) 100%);border-color:var(--green);border-width:2px}.product-badge{position:absolute;top:1rem;right:1rem;padding:.2rem .75rem;background:var(--red-dark);color:var(--white);font-size:.72rem;font-weight:700;border-radius:100px;letter-spacing:.05em;text-transform:uppercase;z-index:1}.product-img{width:100%;height:180px;object-fit:contain;margin-bottom:.75rem;border-radius:var(--radius)}.product-card.featured .product-img{height:220px}.product-card h4{font-family:Sora,sans-serif;font-size:1rem;font-weight:600;margin-bottom:.4rem;color:var(--gray-900);letter-spacing:-.2px}.product-card.featured h4{font-size:1.1rem}.product-card p{font-size:.85rem;color:var(--gray-600);line-height:1.55}.contacts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.5rem}.contact-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem;transition:all var(--transition)}.contact-card:hover{border-color:var(--green);box-shadow:var(--shadow-md)}.contact-icon{color:var(--green);margin-bottom:.75rem}.contact-card h3{font-family:Sora,sans-serif;font-size:.95rem;font-weight:600;margin-bottom:.6rem;color:var(--gray-900);letter-spacing:-.2px}.contact-card p{font-size:.88rem;color:var(--gray-600);margin-bottom:.2rem}.contact-card a{color:var(--green);font-weight:500}.address-card{grid-column:span 3;background:var(--off-white);border-color:var(--gray-100)}.map-container{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--gray-100)}.map-container iframe{display:block}.content-with-image{max-width:780px}.content-text .lead{font-size:1.12rem;color:var(--gray-800);margin-bottom:1.5rem;line-height:1.75}.content-text p{color:var(--gray-600);margin-bottom:1rem;line-height:1.75}.styled-list{list-style:none;padding:0;margin:1.25rem 0}.styled-list li{position:relative;padding:.55rem 0 .55rem 1.75rem;color:var(--gray-800);border-bottom:1px solid var(--gray-50);font-size:.95rem}.styled-list li:last-child{border-bottom:none}.styled-list li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--green);border-radius:50%}.cta-box{margin-top:2.5rem;padding:2rem;background:var(--green-light);border:1px solid rgba(25,139,69,.15);border-radius:var(--radius-lg)}.cta-box h3{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:600;color:var(--green-dark);margin-bottom:.6rem;letter-spacing:-.2px}.cta-box p{color:var(--gray-600);margin-bottom:1.25rem;font-size:.92rem}.btn{display:inline-block;padding:.7rem 1.75rem;background:var(--green);color:var(--white);font-weight:600;font-size:.88rem;border-radius:var(--radius);transition:all var(--transition);text-decoration:none;letter-spacing:-.01em}.btn:hover{background:var(--green-dark);color:var(--white);box-shadow:0 4px 12px rgba(25,139,69,.3);transform:translateY(-1px)}.vacancies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:2rem 0}.vacancy-group h3{font-family:Sora,sans-serif;font-size:.92rem;font-weight:600;color:var(--green-dark);margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:2px solid var(--red);letter-spacing:-.1px}.vacancy-group .styled-list{margin:0}.vacancy-group .styled-list li{font-size:.88rem;padding:.45rem 0 .45rem 1.5rem}.vacancy-group .styled-list li::before{width:6px;height:6px}.footer{background:var(--gray-900);color:var(--gray-400);padding:3rem 0 2rem;position:relative}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green) 33%,var(--white) 33%,var(--white) 66%,var(--red) 66%)}.footer-inner{display:grid;grid-template-columns:auto 1fr auto;gap:3rem;align-items:start}.footer-logo{height:36px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-info p{font-size:.83rem;margin-bottom:.2rem}.footer-info a{color:var(--gray-400)}.footer-info a:hover{color:var(--white)}.footer-links{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;justify-content:center;padding-top:.5rem}.footer-links a{font-size:.83rem;color:var(--gray-400);transition:color var(--transition)}.footer-links a:hover{color:var(--white)}.footer-copyright{text-align:right;font-size:.78rem}.footer-copyright a{color:var(--gray-400)}.footer-copyright a:hover{color:var(--white)}@media (max-width:768px){.nav{display:none}.menu-toggle{display:flex}.hero h1{font-size:2.25rem;letter-spacing:-1px}.hero{padding:3.5rem 0 3rem}.hero-tagline{font-size:1rem}.hero-logo{height:44px}.hero-badge{font-size:.78rem;padding:.4rem 1.25rem}.page-header h1{font-size:1.75rem}.page-header{padding:2rem 0 1.5rem}.section-body{padding:2rem 0 3rem}.contacts-grid{grid-template-columns:1fr}.address-card{grid-column:span 1}.product-cards{grid-template-columns:1fr}.product-card.featured{grid-column:span 1}.vacancies-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;text-align:center;gap:1.5rem}.footer-copyright{text-align:center}.footer-links{justify-content:center}}@media (max-width:480px){.hero h1{font-size:1.85rem}}