@charset "UTF-8";.home-hero{position:relative;min-height:680px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--meva-secondary)}.home-hero .hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:0}.home-hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(15,15,26,.88) 0,rgba(204,51,0,.35) 100%);z-index:1}.home-hero .hero-content{position:relative;z-index:2;padding:80px 20px;max-width:900px}.hero-label{display:inline-block;background:rgba(245,166,35,.2);border:1px solid rgba(245,166,35,.5);color:var(--meva-accent);font-size:.82rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:24px}.hero-title{font-size:3rem;font-weight:800;color:var(--meva-white);line-height:1.15;margin-bottom:20px;text-shadow:0 2px 16px rgba(0,0,0,.4)}.hero-subtitle{font-size:1.15rem;color:rgba(255,255,255,.82);max-width:680px;margin:0 auto 36px;line-height:1.7}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}.hero-cert-row{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hero-cert-row .cert-badge{font-size:.75rem}.product-showcase-section{padding:100px 0;background:var(--meva-bg-light)}.product-card{background:var(--meva-white);border-radius:var(--meva-radius-lg);overflow:hidden;box-shadow:var(--meva-shadow);cursor:pointer;transition:var(--meva-transition);height:100%;display:flex;flex-direction:column}.product-card:focus,.product-card:hover{box-shadow:var(--meva-shadow-heavy);transform:translateY(-4px);outline:0}.product-card ai-img,.product-card img{width:100%;-o-object-fit:cover;object-fit:cover}.product-card-featured ai-img,.product-card-featured img{height:280px}.product-card-sm ai-img,.product-card-sm img{height:160px}.product-card-body{padding:20px;flex:1;display:flex;flex-direction:column}.product-tag{display:inline-block;background:var(--meva-primary);color:var(--meva-white);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:3px;margin-bottom:10px}.product-name{font-size:1.15rem;font-weight:700;color:var(--meva-secondary);margin-bottom:8px}.product-card-sm .product-name{font-size:.95rem;margin-bottom:6px}.product-desc{font-size:.88rem;color:var(--meva-text-muted);line-height:1.6;flex:1;margin-bottom:12px}.product-card-sm .product-desc{font-size:.82rem}.product-cta{font-size:.85rem;font-weight:700;color:var(--meva-primary);text-transform:uppercase;letter-spacing:.05em;margin-top:auto}.product-card:hover .product-cta{color:var(--meva-primary-dark)}.sustainability-section{padding:100px 0;background:var(--meva-white)}.sustainability-section ai-img,.sustainability-section img{border-radius:var(--meva-radius-lg);width:100%;-o-object-fit:cover;object-fit:cover;height:420px;box-shadow:var(--meva-shadow-heavy)}.sustainability-points{list-style:none;padding:0;margin:0 0 20px}.sustainability-points li{display:flex;gap:10px;margin-bottom:14px;font-size:.96rem;color:var(--meva-text);line-height:1.5}.sp-icon{color:var(--meva-primary);font-size:.5rem;margin-top:7px;flex-shrink:0}.industries-section{padding:100px 0;background:var(--meva-bg-light)}.industry-card{display:block;border-radius:var(--meva-radius-lg);overflow:hidden;position:relative;box-shadow:var(--meva-shadow);transition:var(--meva-transition)}.industry-card:hover{transform:translateY(-4px);box-shadow:var(--meva-shadow-heavy)}.industry-card ai-img,.industry-card img{width:100%;height:220px;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s}.industry-card:hover ai-img,.industry-card:hover img{transform:scale(1.03)}.industry-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(15,15,26,.9) 0,transparent 100%);color:var(--meva-white);font-size:.95rem;font-weight:700;padding:32px 16px 14px;letter-spacing:.02em}@media (max-width:991.98px){.hero-title{font-size:2.2rem}.industries-section,.product-showcase-section,.sustainability-section{padding:60px 0}.sustainability-section ai-img,.sustainability-section img{height:300px}}@media (max-width:767.98px){.home-hero{min-height:540px}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn-meva-outline,.hero-actions .btn-meva-primary{width:100%;max-width:320px;text-align:center}}