*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{line-height:1.6;color:#333}.hero{min-height:100vh;padding:5rem 2rem 2rem;flex-direction:column;text-align:center;color:white}.hero,nav{background:linear-gradient(135deg,#006425,#004e1c);display:flex;align-items:center}nav{width:100%;justify-content:space-between;position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;transition:box-shadow .3s ease}nav.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.15)}nav.hero-nav,nav.page-nav{max-width:none}.nav-content{max-width:1200px;margin:0 auto;justify-content:space-between;width:100%}.logo,.nav-content{display:flex;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:white;text-decoration:none}.logo img{width:200px;display:block}.nav-links{display:flex;align-items:center}.nav-links a{color:white;text-decoration:none;margin-left:2rem;transition:opacity .3s;line-height:1}.nav-links .linkedin-link,.nav-links a{display:inline-flex;align-items:center}.nav-links .linkedin-link svg{margin-right:.5rem;width:18px;height:18px;fill:currentColor;flex-shrink:0}.nav-links .linkedin-link span{line-height:1}.nav-links:has(.nav-dropdown:hover)>.nav-dropdown:not(:hover),.nav-links:has(.nav-dropdown:hover)>a:not(:hover),.nav-links:has(a:hover)>.nav-dropdown:not(:hover),.nav-links:has(a:hover)>a:not(:hover){opacity:.4;filter:blur(1px);transition:opacity .3s ease,filter .3s ease}.nav-links>.nav-dropdown,.nav-links>a{transition:opacity .3s ease,filter .3s ease}.nav-dropdown{position:relative;margin-left:2rem}.nav-dropdown-trigger{background:none;border:none;color:white;font-size:inherit;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;padding:0;transition:opacity .3s}.nav-dropdown-trigger:hover{opacity:1}.dropdown-arrow{width:10px;height:6px}.nav-dropdown-menu{position:absolute;top:100%;left:0;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:160px;padding:.5rem 0;margin-top:.5rem;z-index:100}.nav-dropdown-menu .dropdown-item{display:block;padding:.75rem 1rem;color:#333;text-decoration:none;transition:background-color .2s;margin-left:0}.nav-dropdown-menu .dropdown-item:hover{background-color:#f5f5f5;opacity:1}.hero-content{max-width:800px;margin:auto}.hero-content h1{font-size:3.5rem;font-weight:300;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em;opacity:0}.hero-content .tagline{font-size:1.5rem;font-weight:300;opacity:.9;letter-spacing:-.01em}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button{background-color:white;color:#006425;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:700;transition:transform .3s;display:inline-block;margin-top:1rem;border:none;cursor:pointer;font-size:1rem}.cta-button:hover{transform:translateY(-3px)}.features{padding:4rem 2rem;max-width:1200px;margin:auto}.features h2{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:#333;text-align:center;letter-spacing:-.02em}.section-intro{text-align:center;font-size:1.2rem;color:#666;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#e5e5e5;max-width:1400px;margin:0 auto;box-shadow:0 4px 20px rgba(0,0,0,.08),0 8px 40px rgba(0,0,0,.04)}.grid-item{background:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:center;min-height:280px;transition:opacity .3s ease,filter .3s ease}.content-grid:has(.grid-item:hover) .grid-item:not(:hover){opacity:.5;filter:blur(2px)}.grid-item.text-block h2{font-size:2.2rem;margin-bottom:1rem}.grid-item.text-block h2,.grid-item.text-block h3{font-weight:300;color:#004e1c;letter-spacing:-.02em;line-height:1.2}.grid-item.text-block h3{font-size:1.8rem;margin-bottom:.75rem}.grid-item.text-block p{font-size:1.1rem;line-height:1.7;color:#444}a.grid-item.text-block{text-decoration:none;cursor:pointer}.grid-item .learn-more{margin-top:auto;padding-top:1rem;font-size:.95rem;font-weight:500;color:#004e1c;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.grid-item:hover .learn-more{opacity:1;transform:translateY(0)}.grid-item.highlight .learn-more{color:#fff}.grid-item.image-block{padding:0;overflow:hidden;background:#f5f5f5}.grid-item.image-block img{width:100%;height:100%;object-fit:cover}.grid-item.image-block.large{grid-column:span 2}.grid-item.highlight{background:#004e1c}.grid-item.highlight h3,.grid-item.highlight p{color:#fff}@media (max-width:900px){.content-grid{grid-template-columns:repeat(2,1fr)}.grid-item.image-block.large{grid-column:span 1}}@media (max-width:600px){.content-grid{grid-template-columns:1fr}.grid-item{min-height:200px;padding:2rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.features-grid.two-column{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.features-grid.two-column{grid-template-columns:1fr}}.section-outro{text-align:center;font-size:1.1rem;color:#555;margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}#contact,.feature-card,.team-member,.vision-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}#contact.animate-in,.feature-card.animate-in,.team-member.animate-in,.vision-section.animate-in{opacity:1;transform:translateY(0)}.feature-card:first-child{transition-delay:0s}.feature-card:nth-child(2){transition-delay:.1s}.feature-card:nth-child(3){transition-delay:.2s}.feature-card:nth-child(4){transition-delay:.3s}.feature-card:nth-child(5){transition-delay:.4s}.feature-card:nth-child(6){transition-delay:.5s}.feature-card{padding:2rem;background:white;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:left}.feature-card svg{width:60px;height:60px;margin-bottom:1rem}.feature-card h3{font-weight:500;margin-bottom:1rem;color:#333;letter-spacing:-.01em}.vision-section{padding:6rem 2rem;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.vision-content{max-width:600px}.vision-content h2{font-size:2.8rem;font-weight:300;color:#004e1c;letter-spacing:-.02em;line-height:1.2;margin-bottom:2rem}.vision-content p{font-size:1.15rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.vision-values{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.vision-value{padding:.5rem 1.25rem;background:#f0f4f0;border:1px solid #d0e0d0;color:#004e1c;font-size:.9rem;font-weight:500;letter-spacing:.02em;transition:background .3s ease,transform .3s ease,box-shadow .3s ease}.vision-value:hover{background:#004e1c;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,78,28,.2)}.vision-graphic{display:flex;justify-content:center;align-items:center}.vision-graphic svg{width:100%;max-width:400px;height:auto}@media (max-width:900px){.vision-section{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem}.vision-content{max-width:100%}.vision-content h2{font-size:2.2rem}.vision-graphic{order:-1}}.team{padding:6rem 2rem;max-width:1400px;margin:0 auto;background:#f9f9f7}.team h2{font-size:2.8rem;font-weight:300;margin-bottom:1rem;color:#004e1c;letter-spacing:-.02em;text-align:center}.team-intro{text-align:center;max-width:600px;margin:0 auto 3rem;color:#666;font-size:1.1rem;line-height:1.6}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.team-member{padding:3rem 2rem;background:white;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease,filter .3s ease}.team-member:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.06)}.team-grid:has(.team-member:hover) .team-member:not(:hover){opacity:.6;filter:blur(1px)}.team-member-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#e8f0e8,#d0e0d0);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.team-member:hover .team-member-avatar{transform:scale(1.05)}.team-member-avatar svg{width:60px;height:60px;color:#004e1c}.team-member h3{font-size:1.4rem;font-weight:500;color:#222;margin-bottom:.5rem;letter-spacing:-.01em}.team-member p{color:#004e1c;font-size:.95rem;font-weight:500;letter-spacing:.02em}@media (max-width:700px){.team-grid{grid-template-columns:1fr}.team h2{font-size:2.2rem}}.contact{padding:4rem 2rem;max-width:800px;margin:auto;text-align:center}.contact h2{font-size:2.5rem;font-weight:300;margin-bottom:2rem;color:#333;letter-spacing:-.02em}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form input,.contact-form textarea{padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.contact-form textarea{min-height:150px}.contact-form button{background:#006425;color:white;padding:1rem;border:none;border-radius:5px;font-size:1rem;cursor:pointer;transition:background .3s}.contact-form button:hover{background:#004e1c}.form-status{margin-top:1.5rem;text-align:center;font-weight:400;font-size:1rem;padding:1.25rem 1.5rem;border-radius:8px;border:1px solid;line-height:1.5;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-status.success{color:#004e1c;background:linear-gradient(135deg,rgba(0,100,37,.08),rgba(0,78,28,.12));border-color:rgba(0,100,37,.25)}.form-status.success:before{content:"✓ ";font-weight:600}.form-status.error{color:#7f1d1d;background:linear-gradient(135deg,rgba(185,28,28,.08),rgba(127,29,29,.12));border-color:rgba(185,28,28,.25)}.form-status.error:before{content:"✕ ";font-weight:600}.form-status.loading{color:#004e1c;background:linear-gradient(135deg,rgba(0,100,37,.05),rgba(0,78,28,.08));border-color:rgba(0,100,37,.15)}.form-status.loading:before{content:"";display:inline-block;width:14px;height:14px;border:2px solid rgba(0,78,28,.3);border-top-color:#004e1c;border-radius:50%;margin-right:.5rem;vertical-align:middle;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.contact-form button:disabled,.contact-form input:disabled,.contact-form textarea:disabled{opacity:.7;cursor:not-allowed}footer{background:#f5f5f5;padding:4rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-logo img{width:150px}.footer-links{display:flex;align-items:center;flex-wrap:wrap}.footer-links a{color:#333;text-decoration:none;margin-left:2rem;transition:color .3s;display:inline-flex;align-items:center;line-height:1}.footer-links a svg{margin-right:.5rem;width:18px;height:18px;fill:currentColor;flex-shrink:0}.footer-links a:hover{color:#667eea}.copyright{color:#666;font-size:.9rem}.blog-container{max-width:1400px;margin:0 auto;padding:7rem 2rem 3rem}.blog-grid{display:flex;flex-direction:column;gap:2rem}.blog-card{background:white;text-decoration:none;color:inherit;display:flex;flex-direction:row;min-height:200px;box-shadow:0 4px 20px rgba(0,0,0,.08),0 8px 40px rgba(0,0,0,.04);transition:opacity .3s ease,filter .3s ease}.blog-grid:has(.blog-card:hover) .blog-card:not(:hover){opacity:.5;filter:blur(2px)}.blog-card-image{width:250px;min-width:250px;height:auto;object-fit:cover;display:block;background:#f5f5f5}@media (max-width:768px){.blog-card{flex-direction:column}.blog-card-image{width:100%;min-width:unset;height:200px}}.blog-card-content{padding:2rem;display:flex;flex-direction:column;flex:1 1}.blog-card-date{display:block;font-size:.85rem;color:#888;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.blog-card h2{font-size:1.8rem;font-weight:300;margin-bottom:1rem;letter-spacing:-.02em;line-height:1.2;color:#004e1c}.blog-card p{margin-bottom:1.5rem;color:#555;line-height:1.6;flex:1 1}.read-more{color:#004e1c;text-decoration:none;font-weight:500;font-size:.95rem;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.blog-card:hover .read-more{opacity:1;transform:translateY(0)}.article-container{max-width:900px;margin:0 auto;padding:6rem 2rem 4rem}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.article-header h1{font-size:2.8rem;font-weight:300;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;color:#004e1c}.article-meta{color:#666;font-size:.95rem}.article-meta .author{font-weight:500;color:#004e1c}.article-content{font-size:1.15rem;color:#333;line-height:1.8}.article-content h2{font-size:1.8rem;font-weight:300;margin:3rem 0 1.5rem;color:#004e1c;letter-spacing:-.02em}.article-content h3{font-size:1.4rem;font-weight:400;margin:2rem 0 1rem;color:#004e1c;letter-spacing:-.01em}.article-content p{margin-bottom:1.5rem}.article-content ol,.article-content ul{margin:1rem 0 1.5rem 2rem}.article-content li{margin-bottom:.75rem;line-height:1.7}.back-link{display:inline-block;margin-bottom:2rem;color:#004e1c;text-decoration:none;font-weight:500;font-size:.95rem;opacity:.7;transition:opacity .2s ease}.back-link:hover{opacity:1}.highlight-box{background:#f5f5f5;padding:2rem;border-left:4px solid #006425;margin:2rem 0}.highlight-box h3{margin-bottom:1rem}.presentation-highlight{background:linear-gradient(135deg,#f0f7f0,#e8f5e8);padding:2rem;border-radius:10px;margin:2rem 0;border:2px solid #006425}.presentation-highlight h3{color:#004e1c;margin-bottom:1rem}.company-mention{background:#f5f5f5;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.product-showcase{background:#f5f5f5;padding:2rem;border-radius:10px;margin:2rem 0}.product-showcase h3{color:#006425;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1rem}.product-item{background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.product-item h4{color:#004e1c;margin-bottom:.5rem}.contact-page{min-height:calc(100vh - 200px)}.contact-hero{background:linear-gradient(135deg,#006425,#004e1c);color:white;padding:6rem 2rem 4rem;text-align:center}.contact-hero h1{font-size:2.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:-.02em}.contact-hero p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.contact-content{max-width:1000px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem}.contact-form-container h2,.contact-info h2{font-size:1.8rem;font-weight:300;color:#333;margin-bottom:1.5rem;letter-spacing:-.02em}.contact-info p{color:#666;line-height:1.8;margin-bottom:2rem}.contact-details{gap:1.5rem}.contact-details,.contact-item{display:flex;flex-direction:column}.contact-item{gap:.25rem}.contact-item strong{color:#333;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.contact-item a{color:#006425;text-decoration:none;font-size:1.1rem}.contact-item a:hover{text-decoration:underline}@media (max-width:768px){.contact-content{grid-template-columns:1fr;gap:3rem}.hero-content h1{font-size:2.5rem}.nav-links{display:none}.footer-content{flex-direction:column;text-align:center}.footer-links a{display:block;margin:1rem 0}.blog-grid{grid-template-columns:1fr}.article-header h1{font-size:2rem}}