.egs-lock { overflow: hidden; }

.header__area.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--bg-white, #fff);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.dark-mode .header__area.sticky {
  background: #1a1a1a;
}

.mode__switch.active span::before {
  opacity: 0.35;
}

.scroll-up {
  cursor: pointer;
}

.egs-form-status {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}

.egs-form-status.is-success { color: #57b33e; }
.egs-form-status.is-error { color: #d64545; }

.egs-honeypot {
  position: absolute !important;
  left: -9999px !important;
  height: 0 !important;
  width: 0 !important;
  opacity: 0 !important;
}

.menu__bar-popup.show { display: block; }
