
.vrh{position:relative;width:100%;min-height:var(--vrh-height);height:var(--vrh-height);overflow:hidden;background:#020722;color:#fff;font-family:inherit}
.vrh *{box-sizing:border-box}
.vrh-slides,.vrh-slide,.vrh-bg,.vrh-overlay{position:absolute;inset:0}
.vrh-slide{opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.vrh-slide.is-active{opacity:1;visibility:visible;z-index:2}
.vrh-bg{background-size:cover;background-position:center center;transform:scale(1.02)}
.vrh-overlay{background:linear-gradient(90deg,rgba(2,8,34,.93) 0%,rgba(5,10,35,.79) 31%,rgba(6,10,35,.42) 55%,rgba(8,8,26,.18) 100%),linear-gradient(180deg,rgba(3,4,17,.10) 0%,rgba(3,4,17,.20) 100%)}
.vrh-inner{position:relative;z-index:3;max-width:1280px;height:100%;margin:0 auto;padding:128px 300px 88px 24px;display:flex;align-items:flex-start}
.vrh-content{max-width:640px}
.vrh-title{margin:0;color:#fff;font-size:clamp(40px,5vw,72px);font-weight:900;line-height:.94;letter-spacing:-.04em;text-transform:uppercase}
.vrh-subtitle{margin-top:18px;max-width:560px;color:rgba(255,255,255,.92);font-size:clamp(20px,2vw,32px);font-weight:500;line-height:1.22}
.vrh-badge{display:inline-flex;align-items:center;max-width:100%;margin-top:20px;padding:10px 17px 11px;border:1px solid rgba(255,49,187,.62);border-radius:14px;background:rgba(10,8,31,.42);box-shadow:0 0 20px rgba(255,0,170,.07) inset;color:#fff;font-size:15px;font-weight:800;line-height:1.1;white-space:nowrap}
.vrh-stats{display:flex;flex-wrap:wrap;gap:14px;margin-top:20px}
.vrh-stat{display:flex;align-items:center;gap:10px;min-height:48px;padding:9px 14px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(2,10,35,.31);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}
.vrh-stat-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#f54ac5}
.vrh-stat-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.vrh-stat-text{font-size:17px;font-weight:700;line-height:1.1}
.vrh-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-width:320px;min-height:62px;margin-top:24px;padding:15px 28px;border:1px solid rgba(130,183,255,.58);border-radius:17px;background:linear-gradient(90deg,#c924b3 0%,#6c42ff 52%,#2577ff 100%);box-shadow:0 12px 28px rgba(37,119,255,.23);color:#fff!important;font-size:19px;font-weight:800;line-height:1.1;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease}
.vrh-button:hover,.vrh-button:focus{transform:translateY(-2px);box-shadow:0 16px 36px rgba(37,119,255,.29)}
.vrh-button-arrow{font-size:29px;line-height:1;transform:translateY(-1px)}

/* Десктоп: лёгкие вертикальные табы справа без «карточек». */
.vrh-nav{
  position:absolute;
  right:max(28px,calc(50% - 640px));
  top:50%;
  transform:translateY(-50%);
  z-index:6;
  display:flex;
  flex-direction:column;
  gap:4px;
  width:220px;
  padding:0;
}
.vrh-nav-item{
  appearance:none;
  position:relative;
  min-height:54px;
  border:0;
  border-left:1px solid rgba(255,255,255,.15);
  border-radius:0;
  background:transparent;
  box-shadow:none;
  padding:11px 12px 11px 22px;
  color:rgba(255,255,255,.60);
  text-align:left;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,background .18s ease,padding-left .18s ease;
}
.vrh-nav-item:hover{
  color:rgba(255,255,255,.90);
  border-left-color:rgba(255,255,255,.32);
  background:linear-gradient(90deg,rgba(255,255,255,.035),rgba(255,255,255,0));
  padding-left:26px;
  transform:none;
}
.vrh-nav-item.is-active{
  color:#fff;
  border-left:2px solid #ff2ab8;
  background:linear-gradient(90deg,rgba(255,42,184,.10),rgba(123,73,255,.025) 68%,rgba(0,0,0,0));
}
.vrh-nav-item.is-active:before{
  display:none;
}
.vrh-nav-title{
  display:block;
  font-size:19px;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.vrh-nav-accent{
  display:block;
  width:26px;
  height:2px;
  margin-top:7px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}
.vrh-nav-item.is-active .vrh-nav-accent{
  width:42px;
  background:linear-gradient(90deg,#ff2ab8,#7b49ff);
}

@media(max-width:1400px){
  .vrh-inner{padding-right:280px}
  .vrh-nav{right:24px;width:205px}
  .vrh-nav-title{font-size:18px}
}
@media(max-width:1200px){
  .vrh-inner{padding-top:122px;padding-right:255px}
  .vrh-title{font-size:clamp(38px,4.7vw,64px)}
  .vrh-nav{width:190px}
  .vrh-nav-title{font-size:17px}
}

/* Планшет/мобила: вкладки снизу, без прыжков. */
@media(max-width:991px){
  .vrh{min-height:var(--vrh-height-mobile);height:var(--vrh-height-mobile)}
  .vrh-inner{padding:86px 16px 120px;align-items:flex-end}
  .vrh-content{max-width:100%}
  .vrh-title{font-size:clamp(34px,10.5vw,52px);line-height:.95}
  .vrh-subtitle{margin-top:13px;max-width:340px;font-size:clamp(16px,4.8vw,23px);line-height:1.24}
  .vrh-badge{margin-top:14px;padding:8px 12px 9px;border-radius:12px;font-size:12px;white-space:normal}
  .vrh-stats{gap:8px;margin-top:16px}
  .vrh-stat{flex:1 1 calc(33.333% - 8px);min-width:0;min-height:42px;gap:6px;padding:7px 8px;border-radius:11px}
  .vrh-stat-icon{width:22px;height:22px}.vrh-stat-icon svg{width:20px;height:20px}.vrh-stat-text{font-size:11px}
  .vrh-button{min-width:0;width:100%;min-height:52px;margin-top:18px;border-radius:14px;font-size:16px}
  .vrh-nav{left:16px;right:16px;top:auto;bottom:16px;transform:none;width:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .vrh-nav-item{min-width:0;min-height:42px;border:1px solid rgba(255,255,255,.10);border-left:1px solid rgba(255,255,255,.10);border-radius:13px;background:rgba(3,8,31,.62);padding:10px 8px 12px;text-align:center}
  .vrh-nav-title{font-size:12px;line-height:1.1;white-space:normal}
  .vrh-nav-accent{margin:6px auto 0;width:28px;height:2px}
  .vrh-nav-item:hover{transform:none}

  .vrh-nav-item.is-active:before{display:none}
  .vrh-nav-item.is-active{border-color:rgba(245,74,197,.34);background:linear-gradient(90deg,rgba(201,36,179,.20),rgba(108,66,255,.16));padding-left:8px}
  .vrh-nav-item:hover{padding-left:8px;background:rgba(3,8,31,.70)}
}
@media(max-width:480px){
  .vrh-inner{padding-top:76px;padding-bottom:110px}
  .vrh-title{font-size:clamp(30px,10vw,43px)}
  .vrh-subtitle{max-width:300px;font-size:14px}
  .vrh-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .vrh-stat{width:100%;justify-content:center;padding:6px 4px}
  .vrh-stat-text{text-align:center;font-size:10.5px}
  .vrh-nav-item{padding:9px 6px 11px}
  .vrh-nav-title{font-size:11px}
}
