.home-hero{align-items:center;display:flex;min-height:680px;overflow:hidden;position:relative;background-color:var(--brand-primary-dark)}.hero-bg,.hero-overlay{height:100%;top:0;right:0;bottom:0;left:0;position:absolute;width:100%}.hero-bg{-o-object-fit:cover;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.36))}.hero-content{color:#fff;max-width:840px;padding-bottom:70px;padding-top:70px;position:relative;z-index:1;background-color:var(--brand-primary-dark)}.hero-content h1{color:#fff;font-size:max(2.25rem, min(5vw, 4.4rem));font-weight:900;line-height:1.05}.hero-content p{color:rgba(255,255,255,.84)}.cta-actions,.hero-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:30px}.feature-row{align-items:center;display:grid;grid-gap:48px;gap:48px;grid-template-columns:1fr 1fr;margin-bottom:64px}.feature-row.reverse img{order:2}.feature-row img{background:var(--brand-bg-alt);width:100%}.feature-row h2{font-weight:850}.cert-row{background:#fff}.cert-logos{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.cert-logos span{align-items:center;border:1px solid var(--brand-border);color:var(--brand-muted);display:flex;font-weight:800;justify-content:center;min-height:64px;padding:14px}@media (max-width:767px){.home-hero{min-height:520px}.feature-row,.feature-row.reverse{grid-template-columns:1fr}.feature-row.reverse img{order:0}.cta-actions .btn,.hero-actions .btn{width:100%}}