.home-hero{position:relative;min-height:720px;padding-top:180px;padding-bottom:110px;display:flex;align-items:center;overflow:hidden;background:var(--brand-primary-dark)}.hero-media,.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.36))}.hero-content{position:relative;max-width:820px;z-index:1}.home-hero h1{color:#fff;font-size:58px}.home-hero p{color:rgba(255,255,255,.86);font-size:19px}.spec-table-shell{border:1px solid var(--brand-border);overflow:hidden;background:#fff}.spec-group-title{padding:14px 20px;background:var(--brand-bg-alt);font-weight:800}.spec-row{display:grid;grid-template-columns:220px 1fr;border-top:1px solid var(--brand-border)}.spec-row span{padding:16px 20px;background:#f8fafc;color:var(--brand-text);font-weight:700}.spec-row strong{padding:16px 20px;color:var(--brand-text)}.cert-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}.cert-row span{border:1px solid var(--brand-border);background:#fff;min-height:58px;min-width:150px;display:inline-flex;align-items:center;justify-content:center;color:var(--brand-text);font-weight:800}@media (max-width:767px){.home-hero h1{font-size:36px}.spec-row{grid-template-columns:1fr}}