.productsHero{background:url(/Images/products-banner.jpg) 50%/cover;align-items:center;height:80vh;display:flex;position:relative}.heroOverlay{background:#000000a6;position:absolute;inset:0}.heroContent{z-index:2;color:#fff;width:90%;max-width:1400px;margin:auto;position:relative}.heroContent span{color:#00d4ff;letter-spacing:2px;font-weight:700}.heroContent h1{margin:20px 0;font-size:4rem;line-height:1.1}.heroContent p{max-width:700px;font-size:1.1rem;line-height:1.8}.productsSection{width:90%;max-width:1400px;margin:auto;padding:100px 0}.sectionTitle{text-align:center;margin-bottom:100px}.sectionTitle h2{color:#0f172a;font-size:3rem}.sectionTitle p{color:#64748b;margin-top:15px}.productRow{align-items:center;gap:80px;margin-bottom:120px;display:flex}.productRow.reverse{flex-direction:row-reverse}.productImage{border-radius:20px;flex:1;min-height:500px;position:relative;overflow:hidden}.productImg{object-fit:cover;object-position:center;transition:transform .5s;box-shadow:0 15px 40px #00000026}.productImage:hover .productImg{transform:scale(1.05)}.productInfo{flex:1}.category{color:#09c;background:#e0f7ff;border-radius:30px;padding:8px 16px;font-weight:600;display:inline-block}.productInfo h2{color:#0f172a;margin:20px 0;font-size:3rem}.productInfo p{color:#64748b;margin-bottom:30px;line-height:1.8}.specGrid{grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:35px;display:grid}.specCard{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px;font-weight:600}.productInfo button{color:#fff;cursor:pointer;background:#00c8ff;border:none;border-radius:10px;padding:15px 35px;font-weight:700;transition:all .3s}.productInfo button:hover{transform:translateY(-3px)}@media (max-width:992px){.productRow,.productRow.reverse{flex-direction:column;gap:40px}.productInfo h2{font-size:2.3rem}.heroContent h1{font-size:3rem}}@media (max-width:768px){.heroContent h1{font-size:2.2rem}.specGrid{grid-template-columns:1fr}.sectionTitle h2,.productInfo h2{font-size:2rem}}
