.home-hero{position:relative;min-height:720px;padding:190px 0 120px;overflow:hidden;display:grid;align-items:center;justify-items:center;place-items:center;text-align:center}.gc-hero-video__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gc-hero-video__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;animation:18s ease-in-out infinite alternate heroDrift}.gc-hero-video__bg::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,rgba(34,98,84,.88),rgba(139,79,178,.6))}.gc-hero-video__overlay{position:relative;z-index:1;max-width:980px;padding:0 20px;color:#fff}.gc-hero-video__overlay .eyebrow,.gc-hero-video__overlay h1,.gc-hero-video__overlay p{color:#fff}.gc-hero-video__overlay p:not(.eyebrow){max-width:720px;margin:18px auto 28px;font-size:1.18rem}.feature-points img{min-height:520px;-o-object-fit:cover;object-fit:cover}.point-list{display:grid;grid-gap:18px;gap:18px}.point-list article{display:flex;gap:18px;padding:20px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.point-list b{flex:0 0 48px;width:48px;height:48px;border-radius:var(--brand-radius);display:grid;align-items:center;justify-items:center;place-items:center;background:var(--brand-primary-light);color:var(--brand-primary-dark)}.compare-table{background:#fff;border:1px solid var(--brand-border)}.compare-table th{background:var(--brand-primary-dark);color:#fff}.compare-table td,.compare-table th{padding:18px;vertical-align:middle}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.home-product-grid article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:16px;background:#fff;transition:transform .25s,box-shadow .25s}.home-product-grid article:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(42,38,34,.12)}.home-product-grid img{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;margin-bottom:14px}.home-product-grid span{color:var(--brand-primary-dark);font-weight:800}@keyframes heroDrift{from{transform:scale(1)}to{transform:scale(1.05)}}@media (max-width:991px){.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.home-product-grid{grid-template-columns:1fr}.home-hero{min-height:640px}}