.bx-home{--bx-navy:#083862;--bx-blue:#1a7ee6;--bx-bg:#f6f8fb;--bx-line:#e1e8ef;--bx-shadow:0 8px 28px rgba(8,56,98,.10)}
.bx-home__hero{display:grid;grid-template-columns:minmax(0,7fr) minmax(250px,3fr);gap:18px}
.bx-home__slider,.bx-home__promo{position:relative;overflow:hidden;border-radius:16px;background:var(--bx-navy);box-shadow:var(--bx-shadow)}
.bx-home__slider{min-height:410px}.bx-home__slides,.bx-home__slide{position:absolute;inset:0}.bx-home__slide{opacity:0;visibility:hidden;transition:opacity .4s ease}.bx-home__slide.is-active{opacity:1;visibility:visible}.bx-home__media{width:100%;height:100%;object-fit:cover;display:block}
.bx-home__placeholder{height:100%;min-height:410px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,5vw,70px);color:#fff;background:linear-gradient(135deg,#083862,#1a7ee6)}.bx-home__placeholder span{font-weight:700;text-transform:uppercase;letter-spacing:.12em}.bx-home__placeholder h2{color:#fff;font-size:clamp(30px,4vw,58px);line-height:1.04;margin:12px 0}.bx-home__placeholder p{max-width:560px;font-size:18px}.bx-home__placeholder strong{margin-top:12px;background:#fff;color:var(--bx-navy);padding:12px 20px;border-radius:999px}
.bx-home__side-promos{display:grid;gap:18px;grid-template-rows:1fr 1fr}.bx-home__promo{min-height:196px}.bx-home__promo-copy{height:100%;padding:28px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(145deg,#083862,#1a7ee6)}.bx-home__promo-copy small{font-weight:700;text-transform:uppercase}.bx-home__promo-copy h3{font-size:25px;color:#fff;margin:6px 0}.bx-home__promo-copy span{text-decoration:underline;font-weight:700}
.bx-home__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--bx-navy);font-size:27px;box-shadow:0 4px 15px rgba(0,0,0,.18);cursor:pointer}.bx-home__arrow--prev{left:14px}.bx-home__arrow--next{right:14px}.bx-home__dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;gap:7px;z-index:3}.bx-home__dots button{width:8px;height:8px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.65)}.bx-home__dots button.is-active{width:24px;background:#fff}
.bx-home__benefits{margin-top:22px;padding:20px 24px;border:1px solid var(--bx-line);border-radius:16px;background:#fff;box-shadow:0 4px 18px rgba(8,56,98,.06);display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.bx-home__benefit{display:flex;align-items:center;gap:12px;padding:7px 12px;border-right:1px solid var(--bx-line)}.bx-home__benefit:last-child{border-right:0}.bx-home__benefit-icon{font-size:28px}.bx-home__benefit strong,.bx-home__benefit small{display:block}.bx-home__benefit strong{color:var(--bx-navy);font-size:14px}.bx-home__benefit small{color:#66788a;font-size:12px;margin-top:2px}
.bx-home__heading-row{display:flex;justify-content:space-between;align-items:end;margin:36px 0 18px}.bx-home__heading-row p{margin:0;color:var(--bx-blue);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.bx-home__heading-row h2{margin:4px 0 0;color:var(--bx-navy)}.bx-home__heading-row a{font-weight:700;text-decoration:none;color:var(--bx-blue)}
.bx-home__categories{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:18px}.bx-home__category{text-align:center;text-decoration:none;color:var(--bx-navy);font-size:14px}.bx-home__category-image{width:100%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--bx-line);box-shadow:0 5px 18px rgba(8,56,98,.08);transition:.25s}.bx-home__category-image img,.bx-home__category-image svg{width:78%;height:78%;object-fit:contain}.bx-home__category strong{display:block;margin-top:10px}.bx-home__category:hover .bx-home__category-image{transform:translateY(-4px);border-color:var(--bx-blue);box-shadow:0 10px 25px rgba(26,126,230,.18)}
@media(max-width:989px){.bx-home__hero{grid-template-columns:1fr}.bx-home__slider{min-height:0;aspect-ratio:16/8}.bx-home__placeholder{min-height:0}.bx-home__side-promos{grid-template-columns:1fr 1fr;grid-template-rows:auto}.bx-home__promo{aspect-ratio:16/9;min-height:0}.bx-home__benefits{grid-template-columns:repeat(2,1fr)}.bx-home__benefit{border-right:0;border-bottom:1px solid var(--bx-line)}.bx-home__categories{grid-template-columns:repeat(4,1fr)}}
@media(max-width:599px){.bx-home__hero{gap:10px}.bx-home__slider{aspect-ratio:16/9;border-radius:11px}.bx-home__side-promos{gap:10px}.bx-home__promo{border-radius:11px}.bx-home__promo-copy{padding:16px}.bx-home__promo-copy h3{font-size:18px}.bx-home__arrow{display:none}.bx-home__benefits{grid-template-columns:1fr 1fr;padding:12px;gap:0}.bx-home__benefit{padding:11px 7px}.bx-home__benefit-icon{font-size:22px}.bx-home__categories{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;gap:14px}.bx-home__category{min-width:96px;scroll-snap-align:start}.bx-home__heading-row{margin-top:28px}.bx-home__heading-row h2{font-size:24px}}
