.mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #050816;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.mobile-overlay.visible {
  display: flex;
}

.mobile-overlay-icon {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.6;
}

.mobile-overlay h1 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #edf3ff;
  margin-bottom: 12px;
}

.mobile-overlay p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.9rem;
  color: rgba(237, 243, 255, 0.6);
  line-height: 1.6;
  max-width: 380px;
  margin-bottom: 32px;
}

.mobile-overlay .dismiss-link {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.8rem;
  color: rgba(237, 243, 255, 0.35);
  text-decoration: underline;
  cursor: pointer;
  border: none;
  background: none;
  padding: 8px;
}

.mobile-overlay .dismiss-link:hover {
  color: rgba(237, 243, 255, 0.6);
}
