.home-hero{padding:104px 0 72px;background:linear-gradient(135deg,var(--brand-neutral-light),var(--brand-bg-alt))}.home-hero>.container{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,1fr);grid-gap:48px;gap:48px;align-items:center;min-height:600px}.hero-copy{display:flex;flex-direction:column;align-items:flex-start}.hero-copy p{max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero-media{position:relative;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-primary-light);box-shadow:0 22px 60px rgba(35,32,28,.14)}.hero-media img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover}.product-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-feature-card{position:relative;overflow:hidden;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);transition:transform .2s,box-shadow .2s}.product-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(35,32,28,.12)}.product-feature-card__image{background:var(--brand-neutral-light)}.product-feature-card__image img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.product-feature-card__body{padding:24px}.product-feature-card__body span{display:inline-flex;margin-bottom:10px;padding:4px 10px;border-radius:999px;background:var(--brand-primary-light);color:var(--brand-primary-dark);font-size:.78rem;font-weight:800}.product-feature-card__body h3{color:var(--brand-text);font-size:1.24rem}.product-feature-card__body p{color:var(--brand-text)}.bt-trust{background:var(--brand-bg-alt)}.bt-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.bt-trust__item{display:grid;grid-gap:6px;gap:6px;padding:22px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg);color:var(--brand-text)}.bt-trust__ico{display:inline-grid;width:48px;height:48px;align-items:center;justify-items:center;place-items:center;border-radius:999px;background:var(--brand-secondary);color:var(--brand-text-inverse);font-weight:800}.image-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.image-card{position:relative;min-height:260px;overflow:hidden;border-radius:var(--brand-radius);background:var(--brand-primary-dark)}.image-card img{width:100%;height:100%;min-height:260px;-o-object-fit:cover;object-fit:cover;transition:transform .25s}.image-card::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(35,32,28,.12),rgba(35,32,28,.76))}.image-card span{position:absolute;right:18px;bottom:18px;left:18px;z-index:1;color:var(--brand-text-inverse);font-weight:800}.image-card:hover img{transform:scale(1.05)}.home-testimonials{background:var(--brand-neutral-light)}.rating{color:var(--brand-accent);font-weight:800}.home-cta{background:var(--brand-bg-alt)}@media (max-width:991.98px){.bt-trust__grid,.home-hero>.container,.image-card-grid,.product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero>.container{min-height:auto}}@media (max-width:575.98px){.home-hero{padding-top:96px}.bt-trust__grid,.home-hero>.container,.image-card-grid,.product-feature-grid{grid-template-columns:1fr}}