@charset "UTF-8";.em-hero{background:var(--em-primary-dark);position:relative;padding:200px 0 100px;text-align:center;overflow:hidden}.em-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(13,40,24,.92) 0,rgba(27,67,50,.85) 100%);z-index:1}.em-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.em-hero .container{position:relative;z-index:2}.em-hero-tag{display:inline-block;color:var(--em-secondary);font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:20px}.em-hero h1{color:#fff;font-size:52px;font-weight:800;max-width:800px;margin:0 auto 20px;line-height:1.1}.em-hero-desc{color:rgba(255,255,255,.8);font-size:18px;max-width:680px;margin:0 auto 36px;line-height:1.6}.em-hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media (max-width:768px){.em-hero{padding:160px 0 64px}.em-hero h1{font-size:30px}.em-hero-desc{font-size:16px}.em-hero-actions{flex-direction:column;align-items:center}.em-hero-actions a{width:100%;max-width:320px;text-align:center}}.em-trust-bar{background:var(--em-primary);padding:32px 0}.em-trust-items{display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;align-items:center}.em-trust-item{flex:1 1 0;text-align:center;min-width:0;border-right:1px solid rgba(255,255,255,.15);padding:0 16px}.em-trust-item:last-child{border-right:none}.em-trust-number{font-size:32px;font-weight:800;color:#fff;line-height:1}.em-trust-label{font-size:13px;color:rgba(255,255,255,.7);margin-top:6px;text-transform:uppercase;letter-spacing:.5px}@media (max-width:768px){.em-trust-items{flex-wrap:wrap}.em-trust-item{flex:0 0 50%;border-right:none;margin-bottom:16px}}.em-testimonials{padding:80px 0;background:var(--em-bg-light)}.em-testimonial-card{background:#fff;border:1px solid var(--em-border);padding:40px 32px;position:relative}.em-testimonial-card::before{content:"“";position:absolute;top:16px;left:24px;font-size:64px;color:var(--em-secondary);line-height:1;font-family:Georgia,serif}.em-testimonial-text{font-size:16px;color:var(--em-text);line-height:1.7;font-style:italic;margin-bottom:24px;padding-top:24px}.em-testimonial-author{font-size:15px;font-weight:600;color:var(--em-text)}.em-testimonial-role{font-size:13px;color:var(--em-text-muted)}.em-products-showcase{padding:80px 0}.em-product-card{background:#fff;border:1px solid var(--em-border);padding:0;transition:box-shadow .2s,transform .2s;cursor:pointer;overflow:hidden}.em-product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.em-product-card-img{width:100%;height:200px;overflow:hidden;background:var(--em-bg-alt)}.em-product-card-img ai-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.em-product-card-body{padding:24px}.em-product-card-title{font-size:18px;font-weight:600;margin-bottom:8px;color:var(--em-text)}.em-product-card-desc{font-size:14px;color:var(--em-text-muted);line-height:1.5;margin-bottom:16px}.em-product-card-link{font-size:14px;font-weight:600;color:var(--em-primary);-webkit-text-decoration:none;text-decoration:none}.em-product-card-link:hover{color:var(--em-secondary)}.em-sustainability{padding:80px 0;background:var(--em-bg-light)}.em-sustainability-content{display:flex;align-items:center;gap:48px}.em-sustainability-img,.em-sustainability-text{flex:1}.em-sustainability-list{list-style:none;padding:0;margin:24px 0 0}.em-sustainability-list li{position:relative;padding-left:28px;margin-bottom:12px;font-size:15px;color:var(--em-text)}.em-sustainability-list li::before{content:"";position:absolute;left:0;top:6px;width:16px;height:16px;background:var(--em-secondary);border-radius:2px}@media (max-width:991px){.em-sustainability-content{flex-direction:column}}.em-industries{padding:80px 0}.em-industry-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.em-industry-card{background:#fff;border:1px solid var(--em-border);padding:32px 24px;text-align:center;transition:border-color .2s}.em-industry-card:hover{border-color:var(--em-primary)}.em-industry-icon{width:56px;height:56px;margin:0 auto 16px}.em-industry-name{font-size:17px;font-weight:600;color:var(--em-text);margin-bottom:8px}.em-industry-desc{font-size:14px;color:var(--em-text-muted);line-height:1.5}@media (max-width:768px){.em-industry-grid{grid-template-columns:1fr}}.em-cta-section{background:var(--em-primary-dark);padding:80px 0;text-align:center}.em-cta-section h2{color:#fff;font-size:36px;margin-bottom:16px}.em-cta-section p{color:rgba(255,255,255,.8);font-size:18px;max-width:600px;margin:0 auto 32px}.em-cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}