.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:var(--nav-height);background:#fffffff2;border-bottom:1px solid #0000000f;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar-logo img{width:auto;height:40px}.navbar-nav{align-items:center;gap:4px;display:flex}.navbar-nav>a,.nav-dropdown-trigger{color:var(--dark);cursor:pointer;font-size:.9rem;font-weight:500;font-family:var(--font-body);background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:8px 16px;transition:all .2s;display:flex}.navbar-nav>a:hover,.nav-dropdown-trigger:hover{background:var(--light-gray);color:var(--green)}.navbar-nav>a.active{color:var(--green);font-weight:600}.nav-cta{margin-left:8px;background:var(--green)!important;color:var(--white)!important;border-radius:6px!important}.nav-cta:hover{transform:translateY(-1px);background:var(--green-dark)!important}.nav-dropdown{position:relative}.nav-dropdown-menu{background:var(--white);opacity:0;visibility:hidden;border-radius:8px;min-width:200px;padding:8px;transition:all .2s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 8px 30px #0000001f}.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{color:var(--dark);border-radius:6px;padding:10px 16px;font-size:.88rem;font-weight:500;transition:all .2s;display:block}.nav-dropdown-menu a:hover{background:var(--light-gray);color:var(--green)}.nav-dropdown-menu a.active{color:var(--green);background:#7ab92914}.navbar-toggle{cursor:pointer;color:var(--dark);background:0 0;border:none;padding:8px;display:none}@media (width<=900px){.navbar-toggle{display:block}.navbar-nav{top:var(--nav-height);height:calc(100vh - var(--nav-height));height:calc(100dvh - var(--nav-height));background:var(--white);z-index:9999;flex-direction:column;align-items:stretch;gap:4px;padding:24px;transition:transform .3s;position:fixed;left:0;right:0;overflow-y:auto;transform:translate(100%)}.navbar-nav.open{transform:translate(0)}.nav-dropdown-menu{box-shadow:none;background:var(--light-gray);opacity:0;visibility:hidden;border-radius:8px;max-height:0;padding:0;transition:max-height .3s,opacity .2s,visibility .2s;position:static;overflow:hidden;transform:none}.nav-dropdown-menu.open{opacity:1;visibility:visible;max-height:300px;padding:8px 8px 8px 16px}.nav-cta{text-align:center;justify-content:center;margin-top:12px;margin-left:0!important}}.footer{color:#ccc;background:#1a1a1a;padding:60px 0 0}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-logo{filter:brightness(10);height:36px;margin-bottom:20px}.footer-col h4{color:var(--white);margin-bottom:16px;font-size:1rem;font-weight:600}.footer-col a{color:#aaa;padding:4px 0;font-size:.9rem;transition:color .2s;display:block}.footer-col a:hover{color:var(--green)}.footer-contact-item{color:#aaa;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.9rem;display:flex}.footer-contact-item a{padding:0;display:inline}.footer-social{gap:12px;display:flex}.footer-social a{color:#ccc;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.footer-social a:hover{background:var(--green);color:var(--white);transform:translateY(-2px)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 0;font-size:.85rem;display:flex}.footer-bottom a{color:#aaa;transition:color .2s}.footer-bottom a:hover{color:var(--green)}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column;gap:8px}}.hero-slider{background:#0a0a0a;height:100vh;min-height:600px;max-height:960px;position:relative;overflow:hidden}.hero-slide{opacity:0;will-change:opacity, transform;background-position:50%;background-size:cover;transition:opacity 1.4s,transform 7s;position:absolute;inset:0;transform:scale(1.06)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{z-index:1;background:linear-gradient(160deg,#000000c7 0%,#00000059 55%,#0000001f 100%),linear-gradient(#0000 60%,#0000008c 100%);position:absolute;inset:0}.hero-slider:before{content:"";background:linear-gradient(to bottom, transparent 15%, var(--green) 40%, var(--green) 60%, transparent 85%);z-index:2;opacity:.3;width:3px;position:absolute;top:0;bottom:0;left:5.5%}.hero-content{z-index:2;height:100%;color:var(--white);box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;padding:0 80px 100px 7%;display:flex;position:relative}.hero-content h1{letter-spacing:-1.5px;text-shadow:0 4px 30px #0006;max-width:620px;margin-bottom:24px;font-size:clamp(2.2rem,3.8vw,3.5rem);font-weight:800;line-height:1.12}.hero-content h1 span{background:linear-gradient(90deg, var(--green), #2bb5b2);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-content p{opacity:.85;letter-spacing:.2px;max-width:460px;margin-bottom:40px;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:300;line-height:1.75}.hero-buttons{flex-wrap:wrap;gap:14px;display:flex}.hero-buttons .btn{letter-spacing:.3px;padding:14px 32px;font-size:.95rem}.hero-buttons .btn-primary{box-shadow:0 4px 24px #7ab92959}.hero-buttons .btn-outline{border-width:1.5px;border-color:#fff6}.hero-buttons .btn-outline:hover{border-color:var(--white)}.slider-dots{z-index:3;align-items:center;gap:6px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff40;border:none;border-radius:2px;width:24px;height:3px;padding:0;transition:all .4s}.dot.active{background:var(--green);width:40px;box-shadow:0 0 12px #7ab92980}.dot:hover:not(.active){background:#ffffff80}.services-bar{z-index:10;margin-top:-48px;padding:0 24px 24px;position:relative}.services-grid{max-width:var(--max-width);border-radius:16px;grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 8px 40px #0000001f,0 1px 3px #0000000f}.service-card{background:var(--white);color:var(--dark);border-right:1px solid #0000000f;align-items:center;gap:14px;padding:24px 28px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;position:relative}.service-card:after{content:"";background:var(--accent,var(--green));height:3px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.service-card:hover:after{transform:scaleX(1)}.service-card:last-child{border-right:none}.service-card:hover{background:var(--light-gray);color:var(--green-dark)}.service-card:first-child{--accent:#7ab929}.service-card:nth-child(2){--accent:#2bb5b2}.service-card:nth-child(3){--accent:#555}.service-card:nth-child(4){--accent:#4a9e3f}.service-icon{width:44px;height:44px;color:var(--accent,var(--green));background:#0000000a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:#7ab9291f}.service-arrow{opacity:0;margin-left:auto;transition:all .3s;transform:translate(-8px)}.service-card:hover .service-arrow{opacity:1;transform:translate(0)}.home-grid{grid-template-columns:1fr 1.5fr;gap:60px;display:grid}.about-image{border-radius:12px;margin-bottom:20px;box-shadow:0 4px 20px #0000001a}.home-about p{color:var(--gray);margin-bottom:24px;line-height:1.8}.news-list{flex-direction:column;gap:20px;display:flex}.news-card{background:var(--light-gray);border:1px solid #0000;border-radius:12px;padding:24px;transition:all .3s}.news-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 4px 20px #0000000f}.news-card h3{margin-bottom:4px;font-size:1rem;font-weight:700;line-height:1.4}.news-card time{color:var(--green);font-size:.8rem;font-weight:600}.news-card p{color:var(--gray);margin-top:8px;font-size:.88rem;line-height:1.6}.read-more{color:var(--green);margin-top:8px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-block}.read-more:hover{color:var(--green-dark)}.partners-section{background:var(--light-gray);border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;padding:40px 0}.partners-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.partner-logo img{filter:grayscale();opacity:.5;width:auto;height:50px;transition:all .3s}.partner-logo:hover img{filter:grayscale(0);opacity:1}@media (width<=1100px){.hero-content{padding-left:80px}.hero-slider:before{left:48px}}@media (width<=900px){.hero-slider{height:75vh;min-height:480px;max-height:650px}.hero-slider:before{display:none}.hero-content{max-width:none;padding:0 60px 100px 32px}.services-bar{margin-top:-36px;padding:0 16px 16px}.services-grid{border-radius:12px;grid-template-columns:repeat(2,1fr)}.service-card{border-bottom:1px solid #0000000f}.home-grid{grid-template-columns:1fr;gap:40px}}@media (width<=600px){.hero-slider{height:70vh;min-height:400px;max-height:560px}.hero-overlay{background:linear-gradient(#00000040 0%,#000000b3 100%)}.hero-content{justify-content:flex-end;padding:0 20px 110px}.hero-content h1{letter-spacing:-1px}.slider-dots{bottom:16px}.services-bar{margin-top:-30px;padding:0 12px 12px}.services-grid{border-radius:10px;grid-template-columns:1fr 1fr}.service-card{gap:10px;padding:16px;font-size:.82rem}.service-icon{border-radius:8px;width:34px;height:34px;font-size:1rem}.service-arrow{display:none}.hero-buttons{flex-direction:column;align-items:stretch}.hero-buttons .btn{justify-content:center}.partners-strip{gap:24px}.partner-logo img{height:36px}}.page-hero{background:linear-gradient(135deg,#2d2d2d 0%,#1a1a1a 100%) 50%/cover;align-items:center;min-height:320px;display:flex;position:relative;overflow:hidden}.page-hero-overlay{background:linear-gradient(135deg,#000000b3 0%,#0006 100%);position:absolute;inset:0}.page-hero-content{z-index:1;color:var(--white);padding:60px 24px;position:relative}.page-hero-content h1{letter-spacing:-1px;margin-bottom:12px;font-size:3rem;font-weight:800}.page-hero-content p{opacity:.9;max-width:600px;font-size:1.15rem}@media (width<=768px){.page-hero{min-height:240px}.page-hero-content h1{font-size:2rem}}.about-intro{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-text p{color:var(--gray);margin-bottom:16px;line-height:1.8}.about-image-wrapper img{border-radius:16px;box-shadow:0 8px 40px #0000001a}.about-strengths{background:var(--light-gray)}.strengths-subtitle{text-align:center;color:var(--gray);margin-bottom:48px;font-size:1.1rem}.about-strengths .section-title:after{margin-left:auto;margin-right:auto}.strengths-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.strength-card{background:var(--white);text-align:center;border:1px solid #0000000a;border-radius:16px;padding:32px;transition:all .3s}.strength-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.strength-icon{width:56px;height:56px;color:var(--green);background:#7ab9291a;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.4rem;display:flex}.strength-card h3{margin-bottom:8px;font-size:1.05rem}.strength-card p{color:var(--gray);font-size:.9rem;line-height:1.6}.about-manufacturing p{color:var(--gray);max-width:800px;margin-bottom:16px;line-height:1.8}@media (width<=900px){.about-intro{grid-template-columns:1fr}.strengths-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.strengths-grid{grid-template-columns:1fr}}.service-intro{text-align:center;max-width:800px;margin:0 auto 60px}.service-intro-icon{width:80px;height:80px;color:var(--green);background:#7ab9291a;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 24px;display:flex}.service-desc{color:var(--gray);margin-bottom:12px;font-size:1.05rem;line-height:1.8}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px;display:grid}.features-grid-3{grid-template-columns:repeat(3,1fr)}.feature-card{background:var(--light-gray);text-align:center;border:1px solid #0000;border-radius:16px;padding:32px;transition:all .3s}.feature-card:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.feature-icon{width:56px;height:56px;color:var(--green);background:#7ab9291a;border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.4rem;display:flex}.feature-card h3{margin-bottom:8px;font-size:1.05rem}.feature-card p{color:var(--gray);font-size:.9rem;line-height:1.6}.applications-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:60px;display:grid}.application-card{background:var(--light-gray);border:1px solid #0000;border-radius:16px;padding:36px;transition:all .3s}.application-card:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 8px 30px #0000000f}.application-header{align-items:center;gap:16px;margin-bottom:16px;display:flex}.application-header .feature-icon{margin:0}.application-card h3{font-size:1.2rem}.application-card p{color:var(--gray);margin-bottom:16px;font-size:.92rem;line-height:1.7}.application-highlights{flex-wrap:wrap;gap:8px;display:flex}.highlight-tag{color:var(--green);background:#7ab9291a;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600}.service-cta{text-align:center;color:var(--white);background:linear-gradient(135deg,#2d2d2d,#1a1a1a);border-radius:20px;padding:48px}.service-cta h3{margin-bottom:8px;font-size:1.5rem}.service-cta p{color:#aaa;margin-bottom:24px}@media (width<=768px){.features-grid-3,.applications-grid{grid-template-columns:1fr}.service-cta{padding:32px 24px}}.news-page-grid{flex-direction:column;gap:24px;display:flex}.news-article{background:var(--light-gray);border:1px solid #0000;border-radius:16px;transition:all .3s;overflow:hidden}.news-article:hover{border-color:var(--green);box-shadow:0 4px 20px #0000000f}.news-article.featured{background:linear-gradient(135deg,#7ab9290d,#2bb5b20d);border:1px solid #7ab92926}.news-article-content{padding:36px}.news-date{color:var(--green);text-transform:uppercase;letter-spacing:.5px;font-size:.8rem;font-weight:700}.news-article h2{margin:8px 0 12px;font-size:1.3rem;line-height:1.4}.news-article.featured h2{font-size:1.6rem}.news-article p{color:var(--gray);font-size:.95rem;line-height:1.7}.news-highlights{flex-wrap:wrap;gap:8px;margin-top:16px;list-style:none;display:flex}.news-highlights li{color:var(--green);background:#7ab9291a;border-radius:20px;padding:6px 14px;font-size:.82rem;font-weight:600}@media (width<=768px){.news-article-content{padding:24px}.news-article.featured h2{font-size:1.3rem}}.dist-intro{text-align:center;max-width:700px;margin:0 auto 60px}.dist-intro-icon{width:72px;height:72px;color:var(--green);background:#7ab9291a;border-radius:18px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.dist-intro p{color:var(--gray);font-size:1.05rem;line-height:1.7}.dist-intro .section-title:after{margin-left:auto;margin-right:auto}.dist-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;display:grid}.dist-region{background:var(--light-gray);border:1px solid #0000;border-radius:16px;transition:all .3s;overflow:hidden}.dist-region:hover{border-color:var(--green);box-shadow:0 4px 20px #0000000f}.dist-region-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.dist-region-header h3{font-size:1.1rem}.dist-type{color:var(--green);text-transform:uppercase;letter-spacing:.5px;background:#7ab9291a;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700}.dist-card{padding:20px 24px}.dist-card h4{margin-bottom:10px;font-size:.95rem}.dist-detail{color:var(--gray);align-items:center;gap:8px;margin-bottom:6px;font-size:.88rem;display:flex}.dist-detail a{color:var(--green);transition:color .2s}.dist-detail a:hover{color:var(--green-dark)}.contact-grid{grid-template-columns:1.2fr 1fr;gap:60px;display:grid}.contact-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:var(--dark);font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{font-size:.95rem;font-family:var(--font-body);background:var(--light-gray);border:1px solid #ddd;border-radius:8px;padding:12px 16px;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--green);outline:none;box-shadow:0 0 0 3px #7ab9291a}.form-group textarea{resize:vertical}.offices-list{flex-direction:column;gap:20px;display:flex}.office-card{background:var(--light-gray);border:1px solid #0000;border-radius:12px;padding:24px;transition:all .3s}.office-card:hover{border-color:var(--green)}.office-card h3{color:var(--green);margin-bottom:8px;font-size:1rem}.office-name{margin-bottom:8px;font-size:.9rem;font-weight:600}.office-detail{color:var(--gray);align-items:flex-start;gap:8px;margin-bottom:4px;font-size:.85rem;line-height:1.5;display:flex}.office-detail a{color:var(--green);transition:color .2s}.office-detail a:hover{color:var(--green-dark)}@media (width<=900px){.contact-grid,.form-row{grid-template-columns:1fr}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#7ab929;--green-dark:#5a9a10;--teal:#2bb5b2;--dark:#2d2d2d;--gray:#666;--light-gray:#f6f6f5;--white:#fff;--font-heading:"Plus Jakarta Sans", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--max-width:1200px;--nav-height:80px}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--dark);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{margin-bottom:1rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--green);border-radius:2px;width:60px;height:4px;margin-top:12px;display:block}.btn{cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 28px;transition:all .3s;display:inline-flex}.btn-primary{background:var(--green);color:var(--white)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 4px 20px #7ab9294d}.btn-outline{color:var(--white);border:2px solid var(--white);background:0 0}.btn-outline:hover{background:var(--white);color:var(--dark)}@media (width<=768px){.section{padding:50px 0}.section-title{font-size:1.8rem}}
