.theme-07 {
  --bg: #0b172e;
  --line: rgba(150, 177, 232, 0.3);
  --accent: #c24a72;
  --glow: #7ea6ff;
}

.theme-07 .hero,
.theme-07 .section,
.theme-07 .card {
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(15, 31, 58, 0.72), rgba(10, 23, 45, 0.92));
}

.theme-07 .btn-primary {
  background: linear-gradient(136deg, #a53f63, #6f90e8);
}

.theme-07 .ticket {
  border-style: solid;
}
