.home-hero{position:relative;min-height:720px;display:grid;align-items:center;overflow:hidden;padding-top:170px;padding-bottom:110px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-dark))}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,rgba(30,26,18,.88),rgba(131,79,0,.7),rgba(0,91,187,.46));z-index:1}.home-hero__content{position:relative;z-index:2;max-width:820px}.home-hero .eyebrow,.home-hero h1,.home-hero p{color:var(--brand-text-inverse)}.home-hero p{max-width:700px;margin:18px 0 0;font-size:1.14rem}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.trust-bar{padding:28px 0}.trust-bar__row{display:flex;flex-wrap:nowrap}.trust-item{flex:1 1 0;min-width:0;padding:0 24px;text-align:center;border-right:1px solid rgba(255,255,255,.24)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--brand-text-inverse);font-size:max(1.45rem, min(3vw, 2.4rem));line-height:1.1}.trust-item span{display:block;margin-top:8px;color:var(--brand-text-inverse);font-size:.92rem}.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.home-product-card{overflow:hidden}.home-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-neutral-light)}.home-product-card div{padding:24px}.home-product-card h3{margin:0 0 12px;color:var(--brand-text);font-size:1.35rem}.home-product-card p{color:var(--brand-text)}.home-industries{background:var(--brand-bg-alt)}.home-industry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.home-industry-card{position:relative;min-height:300px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-secondary)}.home-industry-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.home-industry-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(30,26,18,.14),rgba(30,26,18,.88));z-index:1}.home-industry-card div{position:absolute;left:20px;right:20px;bottom:20px;z-index:2}.home-industry-card h3,.home-industry-card p{color:var(--brand-text-inverse)}.home-industry-card h3{margin:0 0 8px;font-size:1.18rem}.home-industry-card p{margin:0;font-size:.92rem}.home-industry-card:hover img{transform:scale(1.05)}.home-testimonial{background:var(--brand-bg)}.home-testimonial blockquote{max-width:920px;margin:0 auto;text-align:center}.home-testimonial blockquote p{margin:0 0 22px;color:var(--brand-text);font-size:max(1.55rem, min(3vw, 2.3rem));line-height:1.26;font-weight:800}.home-testimonial cite{color:var(--brand-accent);font-style:normal;font-weight:700}@media (max-width:991px){.home-product-grid{grid-template-columns:1fr}.home-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-bar__row{flex-wrap:wrap}.trust-item{flex:0 0 50%;border-right:0;padding:16px}}@media (max-width:575px){.home-hero{min-height:640px}.home-industry-grid,.trust-item{grid-template-columns:1fr}.trust-item{flex:0 0 100%}}