.products-hero{background:linear-gradient(135deg,#0b1f35,var(--brand-primary-dark));color:var(--brand-text-inverse)}.products-hero h1,.products-hero p{color:var(--brand-text-inverse)}.products-hero h1{max-width:760px;font-size:48px;font-weight:800}.products-hero p{max-width:760px;font-size:18px;opacity:.88}.finder-bar{display:flex;max-width:760px;gap:12px;margin-top:28px}.finder-bar input{flex:1;min-width:0;padding:13px 16px;border:1px solid rgba(255,255,255,.3);border-radius:var(--brand-radius)}.market-card{height:100%;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff;overflow:hidden}.market-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#dfe9f2}.market-card h3,.market-card p{margin-left:20px;margin-right:20px}.market-card h3{margin-top:20px;font-size:22px;font-weight:800}.market-card p{margin-bottom:22px;color:var(--brand-text-muted)}.category-block{margin-bottom:42px}.category-heading{display:flex;justify-content:space-between;gap:16px;align-items:baseline;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--brand-border)}.category-heading h3{margin:0;font-weight:800}.category-heading span{color:var(--brand-text-muted)}.product-card{height:100%;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;cursor:pointer;transition:transform 180ms,box-shadow 180ms}.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(8,42,117,.12)}.product-card img{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card-body{padding:22px}.product-card h4{font-size:20px;font-weight:800}.product-card p{color:var(--brand-text-muted)}@media (max-width:767px){.products-hero h1{font-size:34px}.category-heading,.finder-bar{flex-direction:column}}