.vt-hero{
  min-height: calc(100vh - 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  background: radial-gradient(1200px 600px at 20% 10%, rgba(0,0,0,0.08), transparent 60%),
              radial-gradient(1000px 500px at 80% 30%, rgba(0,0,0,0.06), transparent 55%),
              linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.00));
}
.vt-hero__inner{
  max-width: 920px;
  width: 100%;
  text-align: center;
}
.vt-logo{
  width: 92px;
  height: 92px;
  display: inline-block;
  margin-bottom: 12px;
}
.vt-title{
  font-size: 40px;
  margin: 0;
  letter-spacing: 0.2px;
}
.vt-subtitle{
  font-size: 18px;
  margin: 12px 0 22px;
  opacity: 0.8;
}
.vt-actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.vt-info{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
  text-align: left;
}
@media (max-width: 860px){
  .vt-info{ grid-template-columns: 1fr; }
  .vt-title{ font-size: 32px; }
}
.vt-card{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 14px 16px;
  background: #171a1e;
  backdrop-filter: blur(6px);
}
.vt-card__title{
  font-weight: 700;
  margin-bottom: 6px;
}
.vt-card__text{
  opacity: 0.85;
  line-height: 1.4;
}
.vt-footer{
  margin-top: 26px;
  opacity: 0.6;
  font-size: 13px;
}
