.hl-products-hero{background:var(--hl-primary-dark);padding:180px 0 64px;color:#fff;border-bottom:3px solid var(--hl-primary)}.hl-products-hero h1{color:#fff;font-size:2.25rem;margin:12px 0 16px}.hl-products-hero-sub{color:rgba(255,255,255,.86);font-size:1.0625rem;max-width:780px;line-height:1.7;margin:0}.hl-product-tabs{border-bottom:2px solid var(--hl-border);flex-wrap:wrap;gap:4px}.hl-product-tabs .nav-link{color:var(--hl-text-secondary);background:0 0;border:none;border-bottom:3px solid transparent;border-radius:0;padding:14px 22px;font-weight:700;text-transform:uppercase;font-size:.86rem;letter-spacing:.06em;transition:color .2s,border-color .2s}.hl-product-tabs .nav-link:hover{color:var(--hl-primary-dark)}.hl-product-tabs .nav-link.active{color:var(--hl-primary-dark);border-bottom-color:var(--hl-primary);background:0 0}.hl-product-card{cursor:pointer;background:var(--hl-bg);border:1px solid var(--hl-border);border-top:3px solid transparent;transition:.2s;height:100%;display:flex;flex-direction:column}.hl-product-card:hover{border-top-color:var(--hl-primary);box-shadow:0 10px 24px rgba(13,27,42,.12);transform:translateY(-2px)}.hl-product-img{background:var(--hl-bg-alt);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.hl-product-img img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.hl-product-info{padding:18px 20px;text-align:left}.hl-product-name{font-size:1rem;margin-bottom:8px;color:var(--hl-text);line-height:1.3}.hl-product-cta{font-size:.82rem;font-weight:700;color:var(--hl-primary-dark);text-transform:uppercase;letter-spacing:.06em}.hl-product-card:hover .hl-product-cta{color:var(--hl-primary)}