@media (prefers-reduced-motion: reduce) {
  .reveal-up,
  .floating-badge {
    opacity: 1 !important;
    transform: none !important;
  }
}

.glass-panel {
  box-shadow:
    0 18px 44px rgba(6, 8, 12, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.contact-form__honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
