.hero-banner{position:relative;background:var(--brand-primary-dark);color:var(--brand-text-inverse);padding-top:88px;padding-bottom:140px;overflow:hidden}.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.86fr);grid-gap:48px;gap:48px;align-items:center}.hero-copy h1,.hero-copy p{color:var(--brand-text-inverse)}.hero-copy p{max-width:620px;font-size:1.15rem;opacity:.9}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-media{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:var(--brand-radius);padding:12px}.hero-media img{display:block;width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:var(--brand-radius);background:rgba(255,255,255,.08)}.hero-stat-bar{position:absolute;left:0;right:0;bottom:0;background:rgba(69,86,124,.92)}.stat-row{display:flex;flex-wrap:nowrap;gap:0;overflow-x:auto}.stat-item{flex:1 1 0;min-width:190px;padding:22px 18px;border-right:1px solid rgba(255,255,255,.18);text-align:center}.stat-item:last-child{border-right:0}.stat-item strong{display:block;color:var(--brand-text-inverse);font-size:1.35rem;white-space:nowrap}.stat-item span{color:rgba(255,255,255,.78);font-size:.86rem}.featured-product{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);grid-gap:28px;gap:28px;align-items:stretch;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;background:var(--brand-bg)}.featured-product-media img{width:100%;height:100%;min-height:360px;-o-object-fit:cover;object-fit:cover}.featured-product-copy{padding:32px}.product-mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px;margin-top:18px}.product-mini-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.product-mini-grid img{width:100%;aspect-ratio:7/5;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-mini-grid h3,.product-mini-grid p{margin-left:20px;margin-right:20px}.product-mini-grid h3{margin-top:20px}.product-mini-grid p{margin-bottom:22px;color:var(--brand-muted)}.horizontal-light{background:var(--brand-bg-alt);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);padding-top:34px;padding-bottom:34px}.trust-row{display:flex;flex-wrap:nowrap;overflow-x:auto}.trust-item{flex:1 1 0;min-width:210px;padding:10px 22px;border-right:1px solid var(--brand-border)}.trust-item:last-child{border-right:0}.trust-item span{display:block;color:var(--brand-primary);font-size:1.45rem;font-weight:800}.trust-item p{margin-bottom:0;color:var(--brand-muted)}.industry-cards{background:var(--brand-bg)}.large-quote{background:var(--brand-bg-alt)}.quote-wrap{max-width:920px;text-align:center}.quote-mark{color:var(--brand-text);font-size:1.65rem;line-height:1.35}.quote-credit{color:var(--brand-muted);font-weight:700}@media (max-width:991px){.featured-product,.hero-inner{grid-template-columns:1fr}.hero-banner{padding-bottom:150px}}