
.han-bh2,
.han-bh2 *{box-sizing:border-box;}
.han-bh2{
  --han-accent:#ff7a00;
  --han-text:#161616;
  --han-muted:#6d6a66;
  background:#f7f4ef;
  border:1px solid rgba(17,17,17,.10);
  border-radius:28px;
  width:100%;
  overflow:hidden;
  position:relative;
  font-family:inherit;
}
.han-bh2 a{text-decoration:none !important;}
.han-bh2__inner{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:42px;
  align-items:center;
}
.han-bh2__content{min-width:0; position:relative; z-index:2;}
.han-bh2__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:600;
  color:var(--han-text);
  margin-bottom:20px;
  max-width:100%;
  flex-wrap:wrap;
  letter-spacing:-0.01em;
}
.han-bh2__badge-icon{
  width:22px;
  height:22px;
  min-width:22px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--han-accent);
  background:linear-gradient(180deg, rgba(255,122,0,.16), rgba(255,122,0,.07));
  box-shadow:inset 0 0 0 1px rgba(255,122,0,.10);
}
.han-bh2__badge-icon i,
.han-bh2__badge-icon svg{width:13px;height:13px;display:block;}
.han-bh2__title{
  margin:0;
  color:var(--han-text);
  font-size:clamp(32px, 4.2vw, 58px);
  line-height:1.02;
  font-weight:700;
  letter-spacing:-0.045em;
  text-wrap:balance;
  word-break:break-word;
  overflow-wrap:anywhere;
  max-width:11ch;
}
.han-bh2__bottom-row{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px 30px;
}
.han-bh2__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:58px;
  padding:14px 24px;
  background:#161616;
  color:#fff;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
  line-height:1;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  max-width:100%;
  box-shadow:0 12px 24px rgba(17,17,17,.10);
}
.han-bh2__button:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 32px rgba(17,17,17,.14);
}
.han-bh2__button-icon{
  width:20px;
  height:20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
}
.han-bh2__button-icon i,
.han-bh2__button-icon svg{width:1em;height:1em;display:block;}
.han-bh2__rating{display:flex; flex-direction:column; gap:7px; min-width:0;}
.han-bh2__stars{
  color:var(--han-accent);
  font-size:22px;
  line-height:1;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.han-bh2__rating-text{
  color:var(--han-text);
  font-size:15px;
  font-weight:500;
  line-height:1.45;
  word-break:break-word;
}
.han-bh2__visual{
  min-width:0;
  min-height:330px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
}
.han-bh2__glow{
  position:absolute;
  left:50%;
  top:50%;
  width:350px;
  height:350px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(255,122,0,.10) 0%, rgba(255,122,0,.04) 34%, rgba(255,255,255,0) 72%);
  border-radius:50%;
  z-index:0;
  pointer-events:none;
}
.han-bh2__glow::before,
.han-bh2__glow::after{
  content:"";
  position:absolute;
  inset:28px;
  border:1px solid rgba(17,17,17,.06);
  border-radius:50%;
}
.han-bh2__glow::after{ inset:68px; }
.han-bh2__mini-card,
.han-bh2__center-card{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border-radius:24px;
  box-shadow:0 18px 45px rgba(17,17,17,.08);
  position:absolute;
  z-index:2;
  border:1px solid rgba(17,17,17,.05);
}
.han-bh2__mini-card{
  width:min(100%, 268px);
  min-height:168px;
  padding:24px 24px 22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:14px;
}
.han-bh2__mini-card--left{ left:18px; top:50%; transform:translateY(-50%); }
.han-bh2__mini-card--right{ right:18px; top:50%; transform:translateY(-50%); }
.han-bh2__center-card{
  width:min(100%, 214px);
  min-height:214px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  padding:18px 18px 20px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
}
.han-bh2__center-card::before,
.han-bh2__center-card::after{
  content:"";
  position:absolute;
  width:44px;
  height:44px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,122,0,.18) 0%, rgba(255,122,0,0) 72%);
}
.han-bh2__center-card::before{ left:-9px; top:-9px; }
.han-bh2__center-card::after{ right:-9px; bottom:-9px; }
.han-bh2__card-icon{
  color:var(--han-accent);
  font-size:18px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(180deg, rgba(255,122,0,.16), rgba(255,122,0,.06));
  box-shadow:inset 0 0 0 1px rgba(255,122,0,.10);
}
.han-bh2__card-icon i,
.han-bh2__card-icon svg{ width:1em; height:1em; display:block; }
.han-bh2__card-icon--center{ margin-bottom:10px; }
.han-bh2__mini-title{
  color:var(--han-text);
  font-size:18px;
  font-weight:700;
  line-height:1.18;
  letter-spacing:-0.02em;
  word-break:break-word;
}
.han-bh2__mini-desc{
  color:var(--han-muted);
  font-size:14px;
  line-height:1.55;
  word-break:break-word;
}
.han-bh2__center-ring{
  width:108px;
  height:108px;
  border-radius:50%;
  margin:2px auto 12px;
  background:conic-gradient(var(--han-accent) 0 72%, #e1e4e9 72% 100%);
  position:relative;
}
.han-bh2__center-ring::after{
  content:"";
  position:absolute;
  inset:12px;
  background:#fff;
  border-radius:50%;
}
.han-bh2__center-number{
  position:absolute;
  top:78px;
  left:50%;
  transform:translateX(-50%);
  font-size:50px;
  line-height:1;
  font-weight:700;
  color:var(--han-text);
  z-index:2;
  letter-spacing:-0.04em;
}
.han-bh2__center-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:16px;
  font-weight:600;
  color:var(--han-muted);
  margin-top:4px;
  flex-wrap:wrap;
}
@media (max-width: 1200px){
  .han-bh2__inner{ grid-template-columns:minmax(0,1fr); }
  .han-bh2__title{max-width:100%;}
  .han-bh2__visual{ min-height:340px; }
}
@media (max-width: 767px){
  .han-bh2{ border-radius:22px; }
  .han-bh2__inner{ gap:28px; }
  .han-bh2__title{
    font-size:clamp(30px, 11vw, 44px);
    line-height:1.04;
    max-width:100%;
  }
  .han-bh2__bottom-row{ align-items:flex-start; }
  .han-bh2__button{ width:100%; }
  .han-bh2__rating{ width:100%; }
  .han-bh2__visual{
    min-height:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
  }
  .han-bh2__glow{ width:220px; height:220px; }
  .han-bh2__mini-card,
  .han-bh2__center-card{
    position:relative;
    width:100%;
    max-width:none;
    left:auto;
    right:auto;
    top:auto;
    transform:none;
  }
  .han-bh2__mini-card{ min-height:140px; }
  .han-bh2__center-card{ order:-1; min-height:220px; }
  .han-bh2__center-number{ top:80px; font-size:46px; }
  .han-bh2__stars{ font-size:20px; gap:6px; }
}
