@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap";:root{--primary-text:#2c2c2a;--secondary-text:#5f5e5a;--green-900:#27500a;--green-700:#3b6d11;--green-500:#639922;--green-300:#97c459;--accent-fill:#eaf3de;--white:#fff;--gray-50:#f8f8f7;--gray-100:#f0efed;--gray-200:#e2e1dd;--gray-300:#c8c7c3;--gray-800:#3a3a38}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--primary-text);background:var(--white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-title{color:var(--green-900);margin-bottom:16px;font-size:2.5rem}.section-subtitle{color:var(--secondary-text);max-width:600px;font-size:1.125rem}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 32px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background:var(--green-700);color:var(--white)}.btn-primary:hover{background:var(--green-900);transform:translateY(-2px);box-shadow:0 4px 12px #3b6d114d}.btn-outline{color:var(--green-700);border:2px solid var(--green-700);background:0 0}.btn-outline:hover{background:var(--green-700);color:var(--white)}@media (width<=768px){.section{padding:48px 0}.section-title{font-size:1.875rem}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-200);background:#fffffff2;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 20px #00000014}.navbar .container{justify-content:space-between;align-items:center;height:72px;display:flex}.navbar-brand{color:var(--green-900);align-items:center;gap:12px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:flex}.navbar-brand .logo-icon{background:var(--green-700);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:800;display:flex}.nav-links{align-items:center;gap:8px;list-style:none;display:flex}.nav-links a{color:var(--secondary-text);border-radius:6px;padding:8px 18px;font-size:.95rem;font-weight:500;transition:all .2s}.nav-links a:hover,.nav-links a.active{color:var(--green-700);background:var(--accent-fill)}.nav-links .btn-primary{color:var(--white);background:var(--green-700);padding:10px 24px}.nav-links .btn-primary:hover{background:var(--green-900);color:var(--white)}.mobile-toggle{cursor:pointer;color:var(--primary-text);background:0 0;border:none;display:none}@media (width<=768px){.mobile-toggle{display:block}.nav-links{background:var(--white);border-bottom:1px solid var(--gray-200);flex-direction:column;padding:16px 24px;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 20px #00000014}.nav-links.open{display:flex}.nav-links a{width:100%;padding:12px 18px}}.hero{background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 50%, var(--green-500) 100%);color:var(--white);margin-top:72px;padding:100px 0 80px;position:relative;overflow:hidden}.hero:before{content:"";background:#97c45926;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:#97c4591a;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.hero .container{z-index:1;position:relative}.hero-content{max-width:650px}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:8px 20px;font-size:.875rem;font-weight:500;display:inline-flex}.hero h1{color:var(--white);margin-bottom:24px;font-size:3.5rem;line-height:1.1}.hero h1 span{color:var(--green-300)}.hero p{opacity:.9;margin-bottom:36px;font-size:1.2rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero .btn-primary{background:var(--white);color:var(--green-900)}.hero .btn-primary:hover{background:var(--accent-fill);color:var(--green-900);box-shadow:0 4px 20px #0003}.hero .btn-outline{color:var(--white);border-color:#ffffff80}.hero .btn-outline:hover{border-color:var(--white);background:#ffffff26}.hero-stats{border-top:1px solid #fff3;gap:48px;margin-top:64px;padding-top:40px;display:flex}.stat h3{color:var(--green-300);margin-bottom:4px;font-family:Inter,sans-serif;font-size:2.25rem;font-weight:800}.stat p{opacity:.8;margin-bottom:0;font-size:.9rem}@media (width<=768px){.hero{padding:60px 0 50px}.hero h1{font-size:2.25rem}.hero-stats{flex-wrap:wrap;gap:24px}.stat h3{font-size:1.75rem}}.features{background:var(--gray-50)}.features-header{text-align:center;margin-bottom:56px}.features-header .section-subtitle{margin:0 auto}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:36px 28px;transition:all .3s}.feature-card:hover{border-color:var(--green-300);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.feature-icon{background:var(--accent-fill);width:56px;height:56px;color:var(--green-700);border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature-card h3{color:var(--primary-text);margin-bottom:12px;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700}.feature-card p{color:var(--secondary-text);font-size:.95rem;line-height:1.65}@media (width<=768px){.features-grid{grid-template-columns:1fr;gap:20px}}.products-section{background:var(--white)}.products-header{text-align:center;margin-bottom:56px}.products-header .section-subtitle{margin:0 auto}.products-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.product-card{border:1px solid var(--gray-200);background:var(--white);border-radius:16px;transition:all .3s;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.product-image{background:var(--accent-fill);height:200px;color:var(--green-500);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-image:after{content:"";background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);opacity:.08;position:absolute;inset:0}.product-info{padding:24px}.product-info h3{color:var(--primary-text);margin-bottom:8px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:700}.product-info p{color:var(--secondary-text);margin-bottom:16px;font-size:.9rem;line-height:1.6}.product-tag{background:var(--accent-fill);color:var(--green-700);border-radius:100px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}@media (width<=768px){.products-grid{grid-template-columns:1fr}}.cta-section{background:linear-gradient(135deg, var(--green-900), var(--green-700));color:var(--white);text-align:center}.cta-section .section-title{color:var(--white)}.cta-section .section-subtitle{color:#ffffffd9;margin:0 auto 36px}.cta-section .btn{background:var(--white);color:var(--green-900)}.cta-section .btn:hover{background:var(--accent-fill);box-shadow:0 4px 20px #0003}.footer{background:var(--gray-800);color:var(--gray-300);padding:64px 0 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.footer-brand h3{color:var(--white);margin-bottom:16px;font-size:1.5rem}.footer-brand p{color:var(--gray-300);font-size:.9rem;line-height:1.7}.footer h4{color:var(--white);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.footer ul{list-style:none}.footer ul li{margin-bottom:12px}.footer ul a{color:var(--gray-300);font-size:.9rem;transition:color .2s}.footer ul a:hover{color:var(--green-300)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:24px 0;font-size:.85rem;display:flex}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}}.page-header{background:linear-gradient(135deg, var(--green-900) 0%, var(--green-700) 100%);color:var(--white);text-align:center;margin-top:72px;padding:80px 0}.page-header h1{color:var(--white);margin-bottom:16px;font-size:3rem}.page-header p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.15rem}.about-story{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about-story-text h2{color:var(--green-900);margin-bottom:20px;font-size:2rem}.about-story-text p{color:var(--secondary-text);margin-bottom:16px;line-height:1.75}.about-image{background:var(--accent-fill);height:400px;color:var(--green-500);border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.about-image:before{content:"";background:linear-gradient(135deg, var(--green-900), var(--green-500));opacity:.1;position:absolute;inset:0}.values-grid{grid-template-columns:repeat(4,1fr);gap:28px;display:grid}.value-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:32px 20px}.value-icon{background:var(--accent-fill);width:64px;height:64px;color:var(--green-700);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.value-card h3{margin-bottom:8px;font-family:Inter,sans-serif;font-size:1.05rem;font-weight:700}.value-card p{color:var(--secondary-text);font-size:.9rem}@media (width<=768px){.about-story{grid-template-columns:1fr;gap:32px}.values-grid{grid-template-columns:repeat(2,1fr);gap:16px}.page-header h1{font-size:2.25rem}}.products-page-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.product-detail-card{border:1px solid var(--gray-200);background:var(--white);border-radius:16px;transition:all .3s;overflow:hidden}.product-detail-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.product-detail-image{background:var(--accent-fill);height:220px;color:var(--green-500);justify-content:center;align-items:center;display:flex}.product-detail-info{padding:28px}.product-detail-info h3{margin-bottom:12px;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:700}.product-detail-info p{color:var(--secondary-text);margin-bottom:16px;font-size:.9rem;line-height:1.65}.product-features{padding:0;list-style:none}.product-features li{color:var(--secondary-text);align-items:center;gap:8px;margin-bottom:8px;font-size:.875rem;display:flex}.product-features li svg{color:var(--green-500);flex-shrink:0}.product-applications{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.app-tag{background:var(--accent-fill);color:var(--green-700);border-radius:100px;padding:4px 12px;font-size:.78rem;font-weight:600}@media (width<=768px){.products-page-grid{grid-template-columns:1fr}}.contact-grid{grid-template-columns:1fr 1fr;gap:48px;display:grid}.contact-info-cards{flex-direction:column;gap:24px;display:flex}.contact-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;gap:20px;padding:28px;transition:all .2s;display:flex}.contact-card:hover{border-color:var(--green-300);box-shadow:0 4px 16px #0000000f}.contact-card-icon{background:var(--accent-fill);width:52px;height:52px;color:var(--green-700);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-card h3{margin-bottom:6px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.contact-card p{color:var(--secondary-text);font-size:.9rem;line-height:1.6}.contact-form-wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:20px;padding:40px}.contact-form-wrapper h2{color:var(--green-900);margin-bottom:8px;font-size:1.75rem}.contact-form-wrapper>p{color:var(--secondary-text);margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{color:var(--primary-text);margin-bottom:8px;font-size:.875rem;font-weight:600;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--gray-200);width:100%;color:var(--primary-text);background:var(--gray-50);border-radius:10px;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--green-500);background:var(--white);outline:none;box-shadow:0 0 0 3px #6399221a}.form-group textarea{resize:vertical;min-height:120px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=768px){.contact-grid,.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:24px}}
