.bhl-hero-v2{background-color:#1a1a1a;align-items:center;min-height:70vh;display:flex;position:relative;overflow:hidden}.bhl-hero-v2__bg{z-index:0;position:absolute;inset:0}.bhl-hero-v2__image{object-fit:cover;width:100%;height:100%}.bhl-hero-v2__overlay-h{background:linear-gradient(90deg,#1a1a1af2,#1a1a1ab3 60%,#1a1a1a66 100%);position:absolute;inset:0}.bhl-hero-v2__overlay-v{background:linear-gradient(#0000 60%,#1a1a1a);position:absolute;inset:0}.bhl-hero-v2__container{z-index:10;grid-template-columns:7fr 3fr;align-items:center;gap:48px;width:100%;display:grid;position:relative}.bhl-hero-v2__content{max-width:800px}.bhl-hero-v2__title{color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:40px;font-size:clamp(32px,5vw,56px);font-weight:900;line-height:1.1}.text-accent-yellow{color:#ffcd11}.bhl-hero-v2__bullets{flex-direction:column;gap:16px;margin:0 0 40px;padding:0;list-style:none;display:flex}.bhl-hero-v2__bullet{color:#fff;align-items:center;gap:12px;font-size:16px;font-weight:500;display:flex}.bhl-hero-v2__bullet-icon{color:#000;background:#ffcd11;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.bhl-hero-v2__bullet-icon svg{width:12px;height:12px}.bhl-hero-v2__cta-desktop{margin-top:32px}.bhl-hero-v2__cta-mobile{display:none}.bhl-hero-v2__mobile-phone{color:#fff;text-align:center;margin-top:16px;font-size:14px;font-weight:600;text-decoration:none;display:block}.bhl-hero-v2__form-wrapper{background:#2d2d2d;border:1px solid #ffffff1a;border-radius:4px;width:100%;padding:40px;box-shadow:0 32px 64px #00000080}.bhl-hero-v2__form-title{color:#fff;margin-bottom:8px;font-size:20px;font-weight:800}.bhl-hero-v2__form-subtitle{color:#b0b0b0;margin-bottom:32px;font-size:14px}.bhl-hero-v2__form-fields{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.bhl-hero-v2__form-submit{width:100%}@media (max-width:1024px){.bhl-hero-v2__container{text-align:center;grid-template-columns:1fr}.bhl-hero-v2__content{max-width:100%}.bhl-hero-v2__bullets{align-items:center}}@media (max-width:768px){.bhl-hero-v2{min-height:70vh;padding-bottom:64px}.bhl-hero-v2__bg:after{content:"";background:#0006;position:absolute;inset:0}.bhl-hero-v2__overlay-h{background:linear-gradient(#1a1a1a66 0%,#1a1a1ae6 100%)}.bhl-hero-v2__title{font-size:32px}.bhl-hero-v2__cta-mobile{margin-top:32px;display:block}}
.bhl-catalog{background-color:#1a1a1a;padding:100px 0}.bhl-catalog__header{justify-content:space-between;align-items:flex-end;margin-bottom:48px;display:flex}.bhl-section-label{color:#ffcd11;text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.bhl-section-title{color:#fff;text-transform:uppercase;margin:0;font-size:40px;font-weight:900}.bhl-catalog__arrows{gap:12px;display:flex}.bhl-catalog__arrow{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:2px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.bhl-catalog__arrow:hover{color:#ffcd11;border-color:#ffcd11}.bhl-catalog__arrow svg{width:20px;height:20px}.bhl-catalog__grid-wrap{margin:0 -16px;padding:0 16px}.bhl-catalog__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.bhl-model-card{background:#2d2d2d;border:1px solid #ffffff0d;border-radius:4px;transition:all .3s;overflow:hidden}.bhl-model-card:hover{border-color:#ffcd114d;transform:translateY(-8px);box-shadow:0 20px 40px #0006}.bhl-model-card__image-wrap{aspect-ratio:4/3;position:relative;overflow:hidden}.bhl-model-card__img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.bhl-model-card:hover .bhl-model-card__img{transform:scale(1.1)}.bhl-model-card__tag{color:#000;text-transform:uppercase;letter-spacing:.05em;background:#ffcd11;border-radius:2px;padding:4px 10px;font-size:12px;font-weight:600;position:absolute;top:16px;left:16px}.bhl-model-card__content{padding:24px}.bhl-model-card__title{color:#fff;margin:0 0 20px;font-size:24px;font-weight:800}.bhl-model-card__specs{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px;display:grid}.bhl-model-card__spec{color:#fff;background:#3a3a3a;border-radius:2px;flex-direction:column;justify-content:space-between;align-items:baseline;gap:12px;padding:10px 12px;font-size:13px;display:flex}.bhl-model-card__spec-label{color:#ffffffbf;flex-shrink:0}.bhl-model-card__spec-value{color:#ffcd11;font-weight:600}.bhl-model-card__actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.bhl-btn-v2--small{padding:12px 16px;font-size:12px}.visible-mobile{display:none}@media (max-width:1024px){.bhl-catalog__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.bhl-catalog{padding:64px 0}.bhl-catalog__header{text-align:center;justify-content:center;margin-bottom:32px}.bhl-section-title{font-size:32px}.bhl-catalog__grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;padding-bottom:20px;display:flex;overflow-x:auto}.bhl-catalog__grid::-webkit-scrollbar{display:none}.bhl-model-card{scroll-snap-align:center;flex:0 0 280px}.visible-mobile{justify-content:center;margin-top:10px;display:flex}.bhl-catalog__arrow{width:42px;height:42px}}
.bhl-values-grid{background-color:#0f0f0f;border-top:1px solid #ffffff0d;padding:120px 48px}.bhl-values-grid__header{flex-direction:column;align-items:center;margin-bottom:80px;display:flex}.bhl-values-grid__wrapper{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.bhl-value-card{background:#1a1a1a;border:1px solid #ffffff0d;border-radius:4px;flex-direction:column;align-items:flex-start;padding:48px 40px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.bhl-value-card:hover{background:#252525;border-color:#ffcd114d;transform:translateY(-8px);box-shadow:0 30px 60px #0006}.bhl-value-card:before{content:"";background:#ffcd11;width:2px;height:0;transition:height .3s;position:absolute;top:0;left:0}.bhl-value-card:hover:before{height:100%}.bhl-value-card__icon{color:#ffcd11;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;transition:transform .3s;display:flex}.bhl-value-card__img-icon{object-fit:contain;border-radius:4px;width:100%;height:100%}.bhl-value-card:hover .bhl-value-card__icon{transform:scale(1.1)}.bhl-value-card__title{color:#fff;letter-spacing:.02em;margin-bottom:12px;font-size:20px;font-weight:800}.bhl-value-card__desc{color:#b0b0b0;margin:0;font-size:15px;line-height:1.6}.text-center{text-align:center}@media (max-width:1024px){.bhl-values-grid__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.bhl-values-grid{padding:80px 0}.bhl-values-grid__wrapper{grid-template-columns:1fr;gap:20px}.bhl-value-card{padding:40px 32px}}
