html.theme-tech-visionary {
  --bg-color: #0f0f23;
  --surface-color: rgba(12, 12, 36, 0.85);
  --text-color: #e8f7ff;
  --muted-color: rgba(232, 247, 255, 0.7);
  --accent-color: #00d9ff;
  --accent-secondary: #b700ff;
  --heading-font: 'Roboto', 'Space Grotesk', sans-serif;
  --body-font: 'Space Grotesk', 'Inter', sans-serif;
  --border-radius: 8px;
  --shadow-style: 0 20px 55px rgba(0, 0, 0, 0.65);
  --transition-speed: 350ms;
  --glass-effect: blur(20px);
}

html.theme-tech-visionary body {
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), transparent 55%), #050512;
}

html.theme-tech-visionary .hero {
  background-image: linear-gradient(120deg, rgba(0, 217, 255, 0.12), rgba(183, 0, 255, 0.08));
  border-bottom: 1px solid rgba(0, 217, 255, 0.2);
  clip-path: polygon(0 0, 100% 0, 100% 92%, 80% 100%, 0 92%);
}

html.theme-tech-visionary .card {
  border: 1px solid rgba(0, 217, 255, 0.35);
  box-shadow: 0 22px 44px rgba(183, 0, 255, 0.25);
  position: relative;
  overflow: hidden;
}

html.theme-tech-visionary .card::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(0, 217, 255, 0.25);
  transform: translate(6px, 6px);
  pointer-events: none;
}
