.sung-product-feature{background:var(--brand-bg-alt);padding:150px 0 72px}.sung-product-feature .container{display:grid;grid-template-columns:1fr 0.9fr;grid-gap:48px;gap:48px;align-items:center}.sung-product-feature h1{font-size:max(2rem, min(4vw, 3.5rem));font-weight:900;line-height:1.08;margin-bottom:16px}.sung-product-feature p{color:var(--brand-text-secondary);font-size:1.08rem;margin-bottom:24px}.sung-product-feature img{border-radius:var(--brand-radius);background:#fff;box-shadow:0 20px 60px rgba(31,158,255,.18)}.sung-product-grid{background:var(--brand-bg)}.product-category{margin-bottom:56px}.product-category h2{font-weight:900;border-left:5px solid var(--brand-accent);padding-left:16px;margin-bottom:12px}.product-category>p{color:var(--brand-text-secondary);max-width:760px;margin-bottom:24px}.product-card{height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(10,30,50,.12)}.product-card a{display:block;height:100%;color:var(--brand-text)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card div{padding:22px}.product-card h3{font-size:1.1rem;font-weight:800;margin-bottom:6px}.product-card span{color:var(--brand-primary-dark);font-weight:800;font-size:.92rem}@media (max-width:991px){.sung-product-feature{padding-top:128px}}@media (max-width:768px){.sung-product-feature .container{grid-template-columns:1fr}}