.products-hero{background:linear-gradient(135deg,var(--color-primary) 0%,#1e5a8e 100%);text-align:center;padding:6rem 0;color:var(--color-white);position:relative;overflow:hidden;width:100%;box-sizing:border-box;min-height:280px}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/images/NEEDL.webp?v=final);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;pointer-events:none;z-index:0}.products-hero .hero-label{font-size:.875rem;font-weight:600;letter-spacing:.1em;color:var(--color-secondary);margin-bottom:1rem;text-transform:uppercase}.products-hero h1{font-size:2.75rem;font-weight:700;color:var(--color-white);margin-bottom:1.5rem;position:relative;z-index:1}.products-hero .hero-description{font-size:1.15rem;color:#ffffffe6;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.products-hero .container{position:relative;z-index:1}.products-list{display:flex;flex-direction:column;gap:4rem}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:2rem 0}.product-detail.reverse{direction:rtl}.product-detail.reverse>*{direction:ltr}.product-detail-image{border-radius:var(--radius-lg);overflow:hidden;height:400px;width:100%;background-color:var(--color-white, #ffffff);display:flex;align-items:center;justify-content:center}.product-detail-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}.product-detail-image video{width:100%;height:100%;object-fit:contain;background:#fff;transition:transform var(--transition-base)}.product-detail:hover .product-detail-image img,.product-detail:hover .product-detail-image video{transform:scale(1.05)}.product-detail-content h2{font-size:2rem;color:var(--color-primary);margin-bottom:1rem;font-weight:700}.product-detail-description{color:var(--color-gray-600);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.product-features{margin-bottom:2rem}.product-features h4{font-size:1.1rem;color:var(--color-primary);margin-bottom:.75rem}.product-features ul{list-style:none;padding:0;margin:0}.product-features li{padding:.5rem 0;color:var(--color-gray-800);font-size:1.05rem;display:flex;align-items:center;gap:.5rem}.product-features li svg{color:var(--color-primary);flex-shrink:0;width:20px;height:20px}.cta-section{background-color:var(--color-primary);padding:4rem 0}.cta-content{max-width:800px;margin:0 auto}.cta-description{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.products-hero{padding:3rem 0;min-height:200px}.products-hero h1{font-size:1.875rem}.products-hero .hero-description{font-size:1rem}.products-list{gap:2rem}.product-detail{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem 0}.product-detail.reverse{direction:ltr}.product-detail-image{height:250px}.product-detail-image img,.product-detail-image video{height:100%}.product-detail-content h2{font-size:1.375rem;margin-bottom:.75rem}.product-detail-description{font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}.product-features{margin-bottom:1.5rem}.product-features h4{font-size:1rem;margin-bottom:.625rem}.product-features li{font-size:.9375rem;padding:.375rem 0}.product-features li svg{width:18px;height:18px}.cta-section{padding:2.5rem 0}.cta-content h2{font-size:1.5rem;line-height:1.3}.cta-description{font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.cta-actions{flex-direction:column;align-items:center;gap:.75rem}.cta-actions .btn{width:100%;max-width:280px}}@media(min-width:769px)and (max-width:1024px){.product-detail{gap:2rem}.product-detail-image{height:350px}.product-detail-image img,.product-detail-image video{height:100%}}
