.home-hero{padding:96px 0;background:var(--brand-bg-alt)}.home-hero .hero-image{width:100%;min-height:360px;border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover;background:linear-gradient(135deg,var(--brand-primary-light),var(--brand-secondary));box-shadow:0 28px 70px rgba(27,104,85,.2)}.industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.industry-card{padding:24px}.product-preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.product-card{overflow:hidden}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card div{padding:24px}.product-card a{font-weight:800}.stats-band{padding:34px 0;background:var(--brand-primary-dark)}.stats-row{display:flex;flex-wrap:nowrap;gap:18px}.stat-item{flex:1 1 0;min-width:0;padding:18px;text-align:center;border-right:1px solid rgba(255,255,255,.18)}.stat-item:last-child{border-right:0}.stat-item span,.stat-item strong{display:block;color:var(--brand-text-inverse)}.stat-item strong{font-size:max(1.1rem, min(2vw, 1.6rem))}.stat-item span{opacity:.78;font-size:.88rem}.im-trust{padding:42px 0;border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border);background:var(--brand-bg)}.im-trust-accred{display:grid;grid-template-columns:repeat(4,1fr);padding:0;margin:0 0 26px;list-style:none;text-align:center}.im-trust-accred li{padding:12px;border-right:1px solid var(--brand-border);color:var(--brand-text);font-weight:800}.im-trust-accred li:last-child{border-right:0}.im-trust-logos{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.im-trust-logos img{width:100%;height:42px;-o-object-fit:contain;object-fit:contain;opacity:.62;filter:grayscale(1)}@media (max-width:767px){.stats-row{display:grid;grid-template-columns:repeat(2,1fr)}.stat-item{border-right:0}.im-trust-accred,.im-trust-logos{grid-template-columns:repeat(2,1fr)}}