.blog-hero,.contact-hero,.products-hero{background:var(--brand-bg-alt);padding:82px 0}.blog-hero h1,.contact-hero h1,.products-hero h1{max-width:850px;font-weight:800}.contact-hero p,.products-hero p{max-width:760px;color:var(--brand-text-secondary)}.product-featured-section,.product-grid-section{padding:72px 0}.featured-product{display:grid;grid-template-columns:0.9fr 1.1fr;grid-gap:34px;gap:34px;align-items:center;background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:6px;padding:28px}.featured-product img,.product-card img{background:var(--brand-bg-alt);border-radius:6px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;width:100%}.category-note{max-width:760px;margin-bottom:30px}.product-category-block{margin-top:30px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.product-card{border:1px solid var(--brand-border);border-radius:6px;overflow:hidden;background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(20,66,92,.12)}.product-card__body{padding:22px}@media (max-width:900px){.featured-product,.product-grid{grid-template-columns:1fr}}