@charset "UTF-8";.products-hero{background:linear-gradient(135deg,var(--me-navy) 0,#0d1330 100%);padding:80px 0;position:relative;overflow:hidden}.products-hero::after{content:"";position:absolute;right:0;top:0;bottom:0;width:45%;background:linear-gradient(135deg,transparent,rgba(230,0,40,.12));pointer-events:none}.products-hero h1{font-size:max(1.8rem, min(4vw, 2.6rem));font-weight:900;color:var(--me-white);margin-bottom:14px}.products-hero .hero-sub{font-size:1rem;color:rgba(255,255,255,.7);max-width:580px;line-height:1.7;margin-bottom:28px}.products-hero .cert-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.products-hero .cert-tag{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7);font-size:.75rem;font-weight:600;padding:5px 12px;border-radius:2px;letter-spacing:.04em}.products-section{padding:70px 0}.products-section:nth-child(2n){background:var(--me-off-white)}.category-header{margin-bottom:36px}.category-header .cat-label{display:inline-block;background:var(--me-red);color:var(--me-white);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:2px;margin-bottom:10px}.category-header h2{font-size:1.6rem;font-weight:800;color:var(--me-navy);margin-bottom:10px}.category-header p{font-size:.9rem;color:var(--me-gray-text);max-width:620px;line-height:1.65}.product-card-me{background:var(--me-white);border-radius:var(--me-radius-lg);overflow:hidden;box-shadow:var(--me-shadow);transition:transform .25s,box-shadow .25s;cursor:pointer;height:100%;display:flex;flex-direction:column}.product-card-me:hover{transform:translateY(-5px);box-shadow:var(--me-shadow-hover)}.product-card-me .card-img{aspect-ratio:4/3;overflow:hidden;background:var(--me-gray-light);position:relative}.product-card-me .card-img ai-img,.product-card-me .card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s}.product-card-me:hover .card-img ai-img,.product-card-me:hover .card-img img{transform:scale(1.04)}.product-card-me .card-badge{position:absolute;top:10px;left:10px;background:var(--me-red);color:var(--me-white);font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:2px;z-index:2}.product-card-me .card-body-me{padding:18px;flex:1;display:flex;flex-direction:column}.product-card-me .card-name{font-weight:700;font-size:.97rem;color:var(--me-navy);margin-bottom:6px}.product-card-me .card-desc{font-size:.82rem;color:var(--me-gray-text);line-height:1.55;margin-bottom:12px;flex:1}.product-card-me .card-specs{margin-bottom:14px}.product-card-me .spec-tag{display:inline-block;background:var(--me-off-white);color:var(--me-navy);font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:2px;margin:2px 2px 0 0;letter-spacing:.02em}.product-card-me .card-cta-link{font-size:.82rem;font-weight:700;color:var(--me-red);text-transform:uppercase;letter-spacing:.06em;margin-top:auto}.product-card-me .card-cta-link::after{content:" →"}