.home-hero{background:linear-gradient(135deg,#fff 0,var(--brand-bg-alt) 100%);padding-top:160px}.home-hero h1{font-size:3rem;line-height:1.08;color:var(--brand-text);font-weight:800}.hero-copy{color:var(--brand-text);font-size:1.08rem;margin:22px 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.hero-image,.industry-card-grid img{width:100%;display:block;-o-object-fit:cover;object-fit:cover}.hero-image{border-radius:var(--brand-radius);box-shadow:var(--shadow-soft)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.feature-grid article,.stat-line article{border:1px solid var(--brand-border);background:#fff;padding:28px;border-radius:var(--brand-radius)}.feature-grid span{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--brand-primary);color:#fff;font-weight:800;margin-bottom:18px}.feature-grid h3,.industry-card-grid h3{font-size:1.08rem;color:var(--brand-text)}.specs-compare{background:var(--brand-bg-alt)}.specs-compare table{margin-bottom:0}.specs-compare thead th{background:var(--brand-primary-dark);color:#fff}.industry-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:22px;gap:22px}.industry-card-grid article{position:relative;overflow:hidden;border-radius:var(--brand-radius);min-height:260px}.industry-card-grid img{height:100%;min-height:260px;transition:transform .28s}.industry-card-grid article:hover img{transform:scale(1.05)}.industry-card-grid h3{position:absolute;left:0;right:0;bottom:0;margin:0;padding:22px;color:#fff;background:linear-gradient(180deg,rgba(15,26,43,0),rgba(15,26,43,.86))}.cert-strip{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.cert-strip span{border:1px solid var(--brand-border);background:#fff;min-height:56px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;color:var(--brand-text);font-weight:800}.stats-horizontal{background:var(--brand-bg-alt)}.stat-line{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;border:1px solid var(--brand-border);background:#fff}.stat-line article{border-width:0 1px 0 0;box-shadow:none}.stat-line article:last-child{border-right:0}.stat-line strong{display:block;font-size:2.6rem;color:var(--brand-primary)}.stat-line span{color:var(--brand-text)}.home-cta{position:relative;overflow:hidden;background:var(--brand-primary-dark)}.cta-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.28}.cta-overlay{position:relative;z-index:1;padding:88px 0 104px;text-align:center}.home-cta h2,.home-cta p{color:#fff;max-width:820px;margin-left:auto;margin-right:auto}.cta-white{background:#fff;color:var(--brand-primary);font-weight:800;border-radius:var(--brand-radius)}@media (max-width:991px){.home-hero h1{font-size:2.25rem}.feature-grid,.stat-line{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.feature-grid,.stat-line{grid-template-columns:1fr}}