.products-section{background:#fff;padding:4rem 1.5rem}.section-title{text-align:center;color:#43087d;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3rem;font-size:2.2rem;font-weight:700}.product-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.product-card{cursor:pointer;background:#f7f7f7;border-radius:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 6px 18px #00000014}.product-card:hover{transform:translateY(-6px);box-shadow:0 14px 36px #43087d26}.product-image{background:#fff;justify-content:center;align-items:center;width:100%;height:260px;display:flex;position:relative;overflow:hidden}.product-image img{-o-object-fit:scale-down;object-fit:scale-down;width:100%;height:100%;display:block}.product-card:hover .product-image img{transform:scale(1.04)}.product-name{color:#1a1a1a;text-align:center;padding:1.3rem;font-size:1.05rem;font-weight:600}.product-section{background:#fff;width:100%;padding:6rem 1.5rem 4rem}.product-list{flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.product-row{border-bottom:1px solid #fff;grid-template-columns:1.1fr .9fr;gap:3rem;padding:3.5rem 0;display:grid}.product-row:last-child{border-bottom:none}.product-row.reverse{grid-template-columns:.9fr 1.1fr}.product-row-content{order:1}.product-row-image{order:2}.product-row.reverse .product-row-image{order:1}.product-row.reverse .product-row-content{order:2}.product-row-image{min-height:420px;position:relative;overflow:hidden}.img-wrapper,.image-motion{width:100%;height:100%;position:relative}.product-row-image img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;display:block}.product-row-content{flex-direction:column;gap:1rem;display:flex}.product-meta{color:#43087d;letter-spacing:.5px;text-transform:uppercase;font-size:.8rem;font-weight:600}.product-row-content h2{color:#1a1a1a;font-size:2rem;font-weight:700}.product-description{color:#444;font-size:.95rem;line-height:1.7}.product-features{margin-top:1.5rem}.product-features summary{color:#1a1a1a;cursor:pointer;margin-bottom:.8rem;font-size:1.45rem;font-weight:600}.product-features summary::marker{color:#43087d;font-size:1.2rem}.product-features ul{margin-top:.5rem;padding-left:1.2rem}.product-features ul li{color:#333;font-size:1.05rem;line-height:1.6}.product-cta{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.enquire-btn{color:#fff;letter-spacing:.6px;cursor:pointer;background:#43087d;border:none;border-radius:999px;padding:14px 36px;font-size:.95rem;font-weight:600;text-decoration:none;transition:box-shadow .3s,transform .2s;box-shadow:0 0 12px #43087d59,0 0 26px #43087d40}.enquire-btn:hover{transform:translateY(-2px);box-shadow:0 0 18px #43087d99,0 0 42px #43087d73}@media (max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-row,.product-row.reverse{grid-template-columns:1fr}.product-row-image,.product-row-content{order:unset}.product-row-image{min-height:360px}}@media (max-width:768px){.product-grid{grid-template-columns:1fr}.product-row-content h2{font-size:1.7rem}.product-features summary{font-size:1.3rem}.product-cta{flex-direction:column;align-items:flex-start}}.accordion-header{color:#1a1a1a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;font-size:1rem;font-weight:600;display:flex}.accordion-header span{font-size:inherit}.accordion-header svg{color:#43087d;font-size:1.6rem}
