.bxv5-hero{position:relative;overflow:hidden;background:var(--bxv5-navy);color:#fff}
.bxv5-hero__track{position:relative;height:min(690px,44vw);min-height:520px}
.bxv5-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease}
.bxv5-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.bxv5-hero-slide__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bxv5-hero-slide__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,48,.94) 0%,rgba(3,24,48,.73) 42%,rgba(3,24,48,.12) 78%)}
.bxv5-hero-slide__content{position:relative;z-index:2;height:100%;display:flex;align-items:center}
.bxv5-hero-slide__copy{max-width:670px}
.bxv5-hero-slide h1{max-width:700px;margin:12px 0 18px;color:#fff;font-size:clamp(46px,5.5vw,78px);line-height:.98}
.bxv5-hero-slide__text{max-width:620px;color:#dceaf6;font-size:19px;line-height:1.65}
.bxv5-hero-slide__actions{display:flex;gap:12px;margin-top:25px}
.bxv5-button.is-outline{border:1px solid rgba(255,255,255,.75);background:transparent;color:#fff}
.bxv5-button.is-white{background:#fff;color:var(--bxv5-navy)}
.bxv5-hero__arrow{position:absolute;top:50%;z-index:6;width:50px;height:50px;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(4,27,53,.56);color:#fff;font-size:36px;transform:translateY(-50%);cursor:pointer}
.bxv5-hero__arrow.is-prev{left:22px}.bxv5-hero__arrow.is-next{right:22px}
.bxv5-hero__dots{position:absolute;left:50%;bottom:20px;z-index:7;display:flex;gap:9px;transform:translateX(-50%)}
.bxv5-hero__dots button{width:11px;height:11px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.75)}
.bxv5-hero__dots button.is-active{width:30px;border-radius:999px;background:var(--bxv5-green)}
.bxv5-trustbar{border-bottom:1px solid var(--bxv5-border);background:#fff}
.bxv5-trustbar__grid{min-height:76px;display:grid;grid-template-columns:repeat(5,1fr)}
.bxv5-trustbar__grid>div{display:flex;align-items:center;justify-content:center;gap:9px;padding:12px;border-right:1px solid var(--bxv5-border);color:var(--bxv5-navy);font-size:13px}
.bxv5-trustbar__grid>div:last-child{border-right:0}
.bxv5-trustbar__grid span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e8f7e9;color:#17752e;font-weight:900}
.bxv5-home-section{padding:76px 0}
.bxv5-home-section.is-soft{background:var(--bxv5-soft)}
.bxv5-home-section.is-navy{background:var(--bxv5-navy);color:#fff}
.bxv5-kicker{display:block;margin-bottom:9px;color:var(--bxv5-green-dark);font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.bxv5-kicker.is-light{color:#8de17d}
.bxv5-home-title{margin:0 0 30px;color:var(--bxv5-navy);font-size:clamp(32px,4vw,50px);line-height:1.08}
.bxv5-home-title.is-light{color:#fff}
.bxv5-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}
.bxv5-section-heading .bxv5-home-title{margin-bottom:0}
.bxv5-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.bxv5-category-card{display:flex;min-height:145px;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:16px;padding:20px;border:1px solid var(--bxv5-border);border-radius:var(--bxv5-radius);background:#fff;color:var(--bxv5-navy);text-decoration:none;box-shadow:0 6px 22px rgba(6,38,74,.05)}
.bxv5-category-card span{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#eaf7e7;font-size:25px}
.bxv5-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.bxv5-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--bxv5-border);border-radius:var(--bxv5-radius);background:#fff;box-shadow:0 7px 24px rgba(6,38,74,.05)}
.bxv5-product-card__media{aspect-ratio:1/1;display:grid;place-items:center;padding:17px;background:#fff}
.bxv5-product-card__media img{width:100%;height:100%;object-fit:contain}
.bxv5-product-card__body{display:flex;flex:1;flex-direction:column;padding:19px;border-top:1px solid var(--bxv5-border)}
.bxv5-product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}
.bxv5-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#e7f7e9;color:#17752e;font-size:10px;font-weight:900}
.bxv5-product-card h3{margin:14px 0 11px;font-size:17px;line-height:1.35}
.bxv5-product-card h3 a{color:var(--bxv5-navy);text-decoration:none}
.bxv5-product-card__price{margin-bottom:15px;color:var(--bxv5-navy);font-size:18px;font-weight:900}
.bxv5-product-card .bxv5-button{margin-top:auto}
.bxv5-solutions-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.bxv5-solution-card{padding:24px;border:1px solid var(--bxv5-border);border-radius:var(--bxv5-radius);background:#fff;box-shadow:0 6px 22px rgba(6,38,74,.05)}
.bxv5-solution-card>span{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#eaf7e7;color:var(--bxv5-navy);font-weight:900}
.bxv5-solution-card h3{color:var(--bxv5-navy)}.bxv5-solution-card p{min-height:92px;color:var(--bxv5-muted);line-height:1.6}
.bxv5-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bxv5-benefits-grid article{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:var(--bxv5-radius);background:rgba(255,255,255,.07)}
.bxv5-benefits-grid article>span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--bxv5-green);color:#071d16;font-weight:900}
.bxv5-benefits-grid h3{color:#fff}.bxv5-benefits-grid p{color:#d9e7f4}
.bxv5-brands{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}
.bxv5-brands div{display:grid;min-height:72px;place-items:center;border:1px solid var(--bxv5-border);border-radius:12px;background:#fff;color:var(--bxv5-navy);font-weight:900}
.bxv5-promo{padding:55px 0;background:linear-gradient(120deg,var(--bxv5-navy),var(--bxv5-blue));color:#fff}
.bxv5-promo__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.bxv5-promo h2{margin:8px 0;font-size:38px}.bxv5-promo p{margin:0;color:#dceaf6}
.bxv5-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.bxv5-news-grid article{overflow:hidden;border:1px solid var(--bxv5-border);border-radius:var(--bxv5-radius);background:#fff}
.bxv5-news-grid__media{display:block;aspect-ratio:16/9}.bxv5-news-grid__media img{width:100%;height:100%;object-fit:cover}
.bxv5-news-grid article>div{padding:20px}.bxv5-news-grid h3 a{color:var(--bxv5-navy);text-decoration:none}.bxv5-news-grid p{color:var(--bxv5-muted)}
.bxv5-final-cta{padding:52px 0;background:var(--bxv5-soft)}
.bxv5-final-cta>.bxv5-container{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px;border-radius:18px;background:var(--bxv5-navy);color:#fff}
.bxv5-final-cta h2{margin:0 0 6px;font-size:36px}.bxv5-final-cta p{margin:0;color:#dceaf6}
.bxv5-final-cta .bxv5-container>div:last-child{display:flex;gap:10px}
@media(max-width:1100px){
 .bxv5-category-grid{grid-template-columns:repeat(3,1fr)}
 .bxv5-product-grid{grid-template-columns:repeat(3,1fr)}
 .bxv5-solutions-grid{grid-template-columns:repeat(3,1fr)}
 .bxv5-brands{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:780px){
 .bxv5-hero__track{height:auto;min-height:590px}
 .bxv5-hero-slide__background{object-position:center}
 .bxv5-hero-slide__overlay{background:linear-gradient(180deg,rgba(3,24,48,.75),rgba(3,24,48,.95))}
 .bxv5-hero-slide__content{align-items:flex-end;padding-bottom:65px}
 .bxv5-hero-slide h1{font-size:43px}
 .bxv5-hero-slide__text{font-size:16px}
 .bxv5-hero-slide__actions{display:grid;grid-template-columns:1fr 1fr}
 .bxv5-hero__arrow{width:39px;height:39px;font-size:28px}.bxv5-hero__arrow.is-prev{left:8px}.bxv5-hero__arrow.is-next{right:8px}
 .bxv5-trustbar__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
 .bxv5-trustbar__grid>div{flex:0 0 72%;justify-content:flex-start;scroll-snap-align:start}
 .bxv5-category-grid{grid-template-columns:repeat(2,1fr)}
 .bxv5-product-grid{grid-template-columns:repeat(2,1fr)}
 .bxv5-solutions-grid{grid-template-columns:repeat(2,1fr)}
 .bxv5-benefits-grid{grid-template-columns:repeat(2,1fr)}
 .bxv5-news-grid{grid-template-columns:1fr}
 .bxv5-promo__inner,.bxv5-final-cta>.bxv5-container{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
 .bxv5-home-section{padding:56px 0}
 .bxv5-hero__track{min-height:620px}
 .bxv5-hero-slide h1{font-size:39px}
 .bxv5-hero-slide__actions{grid-template-columns:1fr}
 .bxv5-hero__arrow{display:none}
 .bxv5-category-grid,.bxv5-product-grid,.bxv5-solutions-grid,.bxv5-benefits-grid{grid-template-columns:1fr}
 .bxv5-brands{grid-template-columns:repeat(2,1fr)}
 .bxv5-section-heading{align-items:flex-start;flex-direction:column}
 .bxv5-final-cta .bxv5-container>div:last-child{width:100%;flex-direction:column}
}
