.products-section{text-align:center;background:#f9fbfd;padding:6rem 0}.section-header{max-width:700px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:2rem}.section-header span{color:#4fa3e3}.section-header p{color:#666}.products{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.product-card{cursor:pointer;background:#fff;border-radius:16px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 15px 40px #0000000d}.product-card:hover{transform:translateY(-8px)}.product-card img{object-fit:contain;width:100%;height:180px;margin-bottom:1.5rem}.product-card p{text-transform:uppercase;font-size:.9rem;font-weight:600}@media (max-width:1100px){.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.products{grid-template-columns:1fr}}
