/*#hero-container {*/
/*  position: relative;*/
/*  height: 100vh;*/
/*  overflow: hidden;*/
/*  background: radial-gradient(circle at 30% 40%, #0f2a4f 0%, #071426 60%, #050d18 100%);*/
/*}*/

/*!* Central container *!*/
/*#title {*/
/*  position: absolute;*/
/*  width: 100%;*/
/*  top: 50%;*/
/*  text-align: center;*/
/*  transform: translateY(-50%);*/
/*  z-index: 10;*/
/*  animation: fadeIn 2s ease forwards;*/
/*  opacity: 0;*/
/*}*/

/*!* Title *!*/
/*#title h1 {*/
/*  font-family: 'Orbitron', sans-serif;*/
/*  font-size: 72px;*/
/*  margin: 0;*/
/*  letter-spacing: 4px;*/
/*  background: linear-gradient(90deg, #60a5fa, #3b82f6, #2563eb, #60a5fa);*/
/*  background-size: 300% 300%;*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  animation: gradientMove 6s ease infinite, reveal 1.8s ease forwards;*/
/*  text-shadow:*/
/*    0 0 12px rgba(59,130,246,0.4),*/
/*    0 0 35px rgba(59,130,246,0.25);*/
/*}*/

/*#title p {*/
/*  margin-top: 25px;*/
/*  font-size: 20px;*/
/*  color: rgba(255,255,255,0.85);*/
/*  backdrop-filter: blur(10px);*/
/*  background: rgba(255,255,255,0.05);*/
/*  display: inline-block;*/
/*  padding: 12px 28px;*/
/*  border-radius: 30px;*/
/*  border: 1px solid rgba(255,255,255,0.15);*/
/*}*/

/*@keyframes gradientMove {*/
/*  0% { background-position: 0% 50%; }*/
/*  50% { background-position: 100% 50%; }*/
/*  100% { background-position: 0% 50%; }*/
/*}*/

/*@keyframes fadeIn {*/
/*  to { opacity: 1; }*/
/*}*/

/*@keyframes reveal {*/
/*  from { opacity: 0; transform: translateY(20px); filter: blur(6px); }*/
/*  to { opacity: 1; transform: translateY(0); filter: blur(0); }*/
/*}*/

.md-header {
  background: rgba(10, 20, 40, 0.6) !important;
  backdrop-filter: blur(10px);
}