.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)}.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(39,62,56,.82),rgba(39,62,56,.52));z-index:1}.home-hero__copy{position:relative;z-index:2;max-width:820px;text-align:center}.home-hero .section-eyebrow,.home-hero h1,.home-hero p{color:var(--brand-text-inverse)}.home-hero p{max-width:720px;margin:1rem auto 0;font-size:1.15rem}.hero-actions{display:flex;justify-content:center;gap:16px;margin-top:32px}.bt-purpose__cards,.bt-trust__items,.product-grid{display:grid;grid-gap:24px;gap:24px}.product-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.bt-purpose-card,.mini-product-card,.product-card{position:relative;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);overflow:hidden}.product-card{display:grid}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt)}.product-card div{padding:24px}.product-card p{min-height:78px}.product-card a{font-weight:800}.bt-purpose{background:var(--brand-bg-alt)}.bt-purpose__cards{grid-template-columns:repeat(3,minmax(0,1fr))}.bt-purpose-card{padding:28px}.bt-purpose-card__ico,.bt-trust__ico{display:inline-block;width:34px;height:34px;margin-bottom:16px;background:linear-gradient(135deg,var(--brand-primary-light),var(--brand-accent))}.mini-product-card{padding:16px}.mini-product-card img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:var(--brand-bg-alt);margin-bottom:16px}.mini-product-card span{color:var(--brand-primary-dark);font-weight:700}.bt-trust{background:var(--brand-bg)}.bt-trust__items{grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px}.bt-trust__item{display:grid;grid-gap:4px;gap:4px;min-width:0}.bt-trust__item strong{color:var(--brand-text)}.bt-trust__item span:last-child{color:var(--brand-text);font-size:.92rem}.home-cta{background:var(--brand-primary-dark)}.home-cta__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,0.8fr);grid-gap:40px;gap:40px;align-items:start}.home-cta__copy .section-eyebrow,.home-cta__copy h2,.home-cta__copy li,.home-cta__copy p{color:var(--brand-text-inverse)}.home-cta__form{padding:28px;background:var(--brand-bg);border-radius:var(--brand-radius)}@media (max-width:991px){.bt-purpose__cards,.bt-trust__items,.home-cta__grid,.product-grid--four,.product-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.home-hero{min-height:560px}.hero-actions,.home-cta__grid{flex-direction:column;display:grid;grid-template-columns:1fr}.bt-purpose__cards,.bt-trust__items,.product-grid--four,.product-grid--three{grid-template-columns:1fr}}