.theme-09 {
  --bg: #130a2f;
  --line: rgba(151, 138, 255, 0.34);
  --accent: #765eff;
  --glow: #53c5ff;
}

.theme-09 .hero,
.theme-09 .section,
.theme-09 .card {
  border-radius: 20px;
  background: linear-gradient(156deg, rgba(28, 18, 66, 0.72), rgba(16, 11, 42, 0.94));
}

.theme-09 .btn-primary {
  background: linear-gradient(136deg, #735dff, #53c5ff);
}

.theme-09 .confirmation {
  box-shadow: inset 0 0 14px rgba(83, 197, 255, 0.2);
}
