.home-hero{padding:80px 0;background:linear-gradient(120deg,var(--brand-bg),var(--brand-primary-light))}.home-hero img{width:100%;height:540px;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius)}.home-hero p{font-size:1.15rem}.trust-bar{background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.trust-row{display:flex}.trust-row>div{flex:1;text-align:center;padding:22px}.trust-row span,.trust-row strong{display:block;color:var(--brand-text)}.feature-card{border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;padding-bottom:20px}.feature-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.feature-card h3,.feature-card p{margin:18px 20px 0}.industries-home{background:var(--brand-bg-alt)}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.icon-grid article{background:var(--brand-bg);border-radius:var(--brand-radius);padding:28px}.icon-grid b{color:var(--brand-primary)}.home-cta{position:relative;overflow:hidden;padding:88px 0 112px;color:var(--brand-text-inverse)}.home-cta-bg,.home-cta-bg:after{position:absolute;top:0;right:0;bottom:0;left:0}.home-cta-bg:after{content:"";background:rgba(66,50,77,.84)}.home-cta-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home-cta h2,.home-cta p{color:var(--brand-text-inverse);max-width:720px}@media (max-width:768px){.trust-row{flex-wrap:wrap}.trust-row>div{flex:0 0 50%}.icon-grid{grid-template-columns:1fr 1fr}}