.cate-home-hero{position:relative;min-height:640px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;background:var(--brand-primary-dark);padding:120px 0}.cate-home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cate-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(17,24,32,.9),rgba(17,24,32,.5))}.cate-home-hero__copy{position:relative;z-index:2;text-align:center;max-width:840px}.cate-home-hero h1{font-size:max(2rem, min(4vw, 3.5rem));color:var(--brand-text-inverse)}.cate-home-hero a,.cate-home-hero p{color:var(--brand-text-inverse)}.cate-home-hero .eyebrow{color:#f7b85b}.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:32px}.cate-trust{background:var(--brand-bg);border-bottom:1px solid var(--brand-border)}.cate-trust-row{display:flex;flex-wrap:nowrap}.cate-trust-row>div{flex:1 1 0;min-width:0;padding:24px;border-right:1px solid var(--brand-border)}.cate-trust-row span,.cate-trust-row strong{display:block;color:var(--brand-text)}.cate-trust-row span{font-size:.85rem}.cate-product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.cate-product-grid article{border-top:4px solid var(--brand-accent);background:var(--brand-bg-alt);padding:32px}.cate-product-grid article p{color:var(--brand-text)}.cate-product-grid article span{color:var(--brand-accent);font-weight:700}.cate-industry-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:var(--brand-border)}.cate-industry-grid article{padding:40px;background:var(--brand-bg)}.cate-industry-grid article p{color:var(--brand-text)}.cate-industry-grid b{color:var(--brand-accent)}@media (max-width:767px){.cate-home-hero{min-height:520px}.hero-actions{flex-direction:column}.cate-trust-row{flex-wrap:wrap}.cate-trust-row>div{flex:0 0 50%}.cate-industry-grid,.cate-product-grid{grid-template-columns:1fr}}