.products-hero{padding:92px 0;background:linear-gradient(135deg,#f7fafc 0,#eaf4fb 100%)}.products-hero h1{margin:0 0 18px;font-size:2.8rem;line-height:1.12;font-weight:800}.products-hero p{color:var(--brand-text-secondary);font-size:1.08rem}.products-hero-img{width:100%;border-radius:8px;box-shadow:var(--shadow-soft)}.products-grid-section{background:var(--brand-bg)}.category-block{padding:0 0 62px;margin-bottom:62px;border-bottom:1px solid var(--brand-border)}.category-block:last-child{margin-bottom:0;border-bottom:0}.category-heading{max-width:780px;margin-bottom:26px}.category-heading h2{margin:0 0 10px;color:var(--brand-text);font-weight:800}.category-heading p{color:var(--brand-text-secondary)}.dynamic-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.product-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:8px;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.product-card a{display:block;color:var(--brand-text)}.product-card figure{margin:0;padding:18px;background:var(--brand-bg-alt);border-radius:8px 8px 0 0}.product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.product-card-body{padding:16px}.product-card h3{margin:0 0 8px;font-size:1rem;font-weight:800}.product-card span{color:var(--brand-primary);font-size:.9rem;font-weight:700}@media (max-width:767.98px){.products-hero{padding:64px 0}.products-hero h1{font-size:2.1rem}}