.home-hero{position:relative;min-height:680px;display:grid;align-items:center;justify-items:center;place-items:center;overflow:hidden;background:var(--brand-primary-dark);padding:170px 24px 112px}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.home-hero::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(30,36,31,.78),rgba(39,53,62,.52));z-index:1}.home-hero__copy{position:relative;z-index:2;max-width:820px;text-align:center}.home-hero .eyebrow,.home-hero h1,.home-hero p{color:#fff}.home-hero p{max-width:720px;margin:18px auto 0;font-size:1.14rem}.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:32px}.home-product-list{background:#fff}.list-product-grid{display:grid;grid-gap:16px;gap:16px}.list-product-card{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:24px;gap:24px;align-items:center;padding:20px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.list-product-card img{width:220px;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.list-product-card h3{margin:0 0 8px;color:var(--brand-text)}.list-product-card p{margin:0 0 10px;color:var(--brand-text)}.bt-purpose{background:var(--brand-bg-alt)}.bt-purpose__title{max-width:760px;margin:0 0 28px;color:var(--brand-text);font-size:max(1.8rem, min(3vw, 2.6rem))}.bt-purpose__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.bt-purpose-card{position:relative;padding:28px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:#fff}.bt-purpose-card__ico{display:inline-block;width:34px;height:34px;margin-bottom:16px;background:var(--brand-accent);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.play-stage-scroll{background:#fff}.stage-scroll{display:flex;gap:18px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity}.stage-scroll article{flex:0 0 240px;min-height:220px;padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-neutral-light);scroll-snap-align:start}.stage-scroll span{color:var(--brand-accent);font-weight:800}.bt-trust{padding:32px 0;background:var(--brand-neutral-light);border-top:1px solid var(--brand-border);border-bottom:1px solid var(--brand-border)}.bt-trust__inner{display:flex;flex-wrap:nowrap;gap:1px}.bt-trust__item{flex:1 1 0;min-width:0;padding:20px;background:#fff;color:var(--brand-text)}.bt-trust__ico{display:block;width:22px;height:22px;margin-bottom:10px;border:2px solid var(--brand-accent)}.bt-trust__item span,.bt-trust__item strong{display:block}.home-cta{background:var(--brand-primary-dark)}.home-cta>.container{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,0.75fr);grid-gap:42px;gap:42px;align-items:center}.home-cta__copy .eyebrow,.home-cta__copy h2,.home-cta__copy li,.home-cta__copy p{color:#fff}.home-cta__copy ul{padding-left:20px}.home-cta__form{padding:28px;background:#fff;border-radius:var(--brand-radius)}@media (max-width:991px){.home-hero{min-height:560px;padding-top:150px}.home-cta>.container,.list-product-card{grid-template-columns:1fr}.list-product-card img{width:100%}.bt-purpose__cards{grid-template-columns:1fr}.bt-trust__inner{flex-wrap:wrap}.bt-trust__item{flex:0 0 calc(50% - 1px)}}@media (max-width:575px){.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.bt-trust__item{flex:0 0 100%}}