.bh-news{background:var(--news-bg);padding:60px 0}
.bh-news__container{max-width:1200px;margin:0 auto;padding:0 20px}
.bh-news__inner{border-radius:20px;padding:clamp(32px,5vw,56px);display:flex;align-items:center;justify-content:space-between;gap:40px}
.bh-news__text{max-width:440px}
.bh-news__title{font-size:clamp(22px,3vw,30px);font-weight:800;margin:0 0 8px}
.bh-news__sub{font-size:15px;line-height:1.6;margin:0}
.bh-news__form{flex:1;max-width:440px}
.bh-news__field{display:flex;gap:0;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}
.bh-news__input{flex:1;padding:14px 18px;border:none;background:rgba(255,255,255,.08);color:#fff;font-size:15px;outline:none}
.bh-news__input::placeholder{color:rgba(255,255,255,.5)}
.bh-news__btn{padding:14px 28px;border:none;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}
.bh-news__btn:hover{opacity:.9;transform:scale(1.02)}
.bh-news__success{color:#22c55e;font-size:14px;margin:10px 0 0;font-weight:600}
@media(max-width:749px){
  .bh-news{padding:40px 0}
  .bh-news__inner{flex-direction:column;text-align:center;gap:24px}
  .bh-news__form{width:100%;max-width:100%}
  .bh-news__field{flex-direction:column;border-radius:12px}
  .bh-news__input{border-radius:12px 12px 0 0}
  .bh-news__btn{border-radius:0 0 12px 12px;padding:14px}
}
