.archive-site .nav-cta,
.archive-site .hero-btn,
.archive-site #register,
.archive-site footer a[href="#register"] {
  display: none !important;
}

.archive-site {
  padding-top: 44px;
}

.archive-banner {
  position: fixed;
  z-index: 100000;
  inset: 0 0 auto;
  min-height: 44px;
  padding: 8px clamp(14px, 3vw, 36px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #071f29;
  border-bottom: 1px solid rgba(126, 229, 216, 0.34);
  color: #f5f1e8;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.archive-banner a {
  color: #8ce5d9;
  text-decoration: none;
}

.archive-banner a:hover {
  color: #c1fff7;
}

.archive-banner a:focus-visible {
  outline: 2px solid #8ce5d9;
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .archive-site {
    padding-top: 48px;
  }

  .archive-banner {
    min-height: 48px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }
}
