.z7herobx {
  position: relative;
  min-height: 42vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
  background: url('/public/z7/z7herobg3.webp') center center no-repeat;
  background-size:cover;
}
.z7herobx video {  
  width: 100vw;
  margin:auto;
  height: 42vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.z7herobx .z7searchbox {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.z7herobx .z7searchbox h1 {
  display: block;
  margin: 0 0 0.6em;
  font-family: sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 4.2px;
  color: #aff;
  text-align: center;
  text-shadow: 0 0 7px #000;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.z7herobx .z7searchbox form {
  display: flex;
  align-items: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 255, 255, 0.2));
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  width: 100%;
}
.z7herobx .z7searchbox input[type="text"] {
  background-color: rgba(34, 34, 34, 0.7);
  border: 2px solid #0ff;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
  text-shadow: 0 0 4px rgba(0, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.z7herobx .z7searchbox input[type="text"]:focus {
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
}
.z7herobx .z7searchbox input[type="text"]::placeholder {
  color: #88ffff;
  transition: opacity 0.3s ease;
}
.z7herobx .z7searchbox input[type="text"]:focus::placeholder {
  opacity: 0;
}
.z7herobx .z7searchbox input[type="submit"] {
  background-color: rgba(0, 255, 255, 0.15);
  border: 2px solid #0ff;
  border-left: none;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23fff' stroke-width='2' viewBox='0 0 16 16'%3E%3Ccircle cx='7' cy='7' r='5'/%3E%3Cline x1='11' y1='11' x2='15' y2='15'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  color: transparent;
  box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
  transition: all 0.3s ease;
}
.z7herobx .z7searchbox input[type="submit"]:hover {
  background-color: rgba(0, 255, 255, 0.3);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
  transform: scale(1.05);
}

@media (max-width: 600px) {

.z7herobx .z7searchbox {
  width: 90%;
  margin-top: 15px;
}
.z7herobx .z7searchbox h1 {
  font-size: 2rem;
  letter-spacing: 1.5px;
  margin-bottom: 0.5em;
  text-shadow: 0 0 7px #000;
}
.z7herobx .z7searchbox form {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}
.z7herobx .z7searchbox input[type="text"] {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #0ff;
}
.z7herobx .z7searchbox input[type="submit"] {
  padding: 10px 22px;
  font-size: 14px;
  border: 1px solid #0ff;
  border-left: none;
}
}

/* === Ticker === */

.ticker-container {
  width: 100%;
  height: 44px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    to top left,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(215, 190, 255, 0.22) 15%,
    rgba(245, 245, 255, 0.07) 70%
  );
  border-top: 1px solid #5182A2;
  box-shadow:
    inset 0 1px 3px rgba(255, 255, 255, 0.18),
    inset 0 -1px 2px rgba(150, 120, 240, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 10;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.ticker-text {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.4px;
  color: #f5c845;
  text-shadow:
    0 0 1px rgba(245, 200, 69, 0.2),
    0 0 5px rgba(185, 150, 255, 0.1);
  z-index: 11;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.ticker-text a {
  color: #f5c845;
  text-decoration: none;
  margin-right: 32px;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.ticker-text a:hover {
  color: #ffdb66;
  text-decoration: underline;
  text-shadow: none;
}

