:root {
  --vt-profile-blue: #0051ff;
  --vt-bullish-blue: #0a36c7;
  --vt-royal-blue: #010082;
  --vt-custodian-navy: #031f45;
  --vt-indemnity-blue: #00f0ff;
  --vt-text: #eaf1ff;
  --vt-text-dim: #b9c7e8;
  --vt-divider: rgba(255, 255, 255, 0.14);
  --vt-card: rgba(255, 255, 255, 0.06);
  --vt-card-stroke: rgba(255, 255, 255, 0.12);
  --vt-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  --radius: 16px;
  --space-xxl: 72px;
  --space-xl: 56px;
  --space-lg: 40px;
  --space-md: 24px;
  --space-sm: 16px;
  --bg-gradient: linear-gradient(180deg, #031f45 0%, #0a36c7 60%, #010082 100%);
  --bg-navy: radial-gradient(
      1200px 600px at 10% -10%,
      rgba(0, 240, 255, 0.08),
      transparent 60%
    ),
    #031f45;
}

.bg-primary {
  background-color: var(--vt-bullish-blue) !important;
}

img[src*="logo"] {
  max-width: 240px;
  height: auto;
}

.hero {
  background-image: url(hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.hero .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#popup .badge {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #4f46e5, #6366f1);
  border-radius: 0.25rem;
}

@media screen and (max-width: 768px) {
  .hero .overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
