.category-page-hero-card{display:grid;grid-template-columns:220px 1fr;gap:28px;align-items:center;background:#fff;border:1px solid #d9e8f2;border-radius:18px;padding:24px;box-shadow:0 12px 28px rgba(6,26,47,.08);margin-top:24px}.category-page-hero-card img{width:100%;border-radius:16px;display:block}.category-page-hero-card h3{margin:0 0 8px;color:#062b49}.category-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.category-list-box{background:#fff;border:1px solid #d9e8f2;border-radius:16px;padding:24px;box-shadow:0 10px 24px rgba(6,26,47,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.category-list-box:hover{transform:translateY(-4px);border-color:#f0a020;box-shadow:0 16px 34px rgba(240,160,32,.25),0 8px 22px rgba(6,26,47,.12)}.category-list-box h3{margin:0 0 10px;color:#062b49}.category-list-box ul{margin:0 0 0 18px;padding:0;line-height:1.7}.brand-strip{background:#eef7fc;border:1px solid #d9e8f2;border-radius:16px;padding:24px;color:#243b4c}.rfq-note{background:#092c49;color:#fff;border-radius:16px;padding:28px}.rfq-note h2,.rfq-note p,.rfq-note li{color:#fff}@media(max-width:800px){.category-page-hero-card,.category-list-grid{grid-template-columns:1fr}}