* {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.container {
  max-width: 1200px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.spinner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.iconify {
  display: inline-block;
  width: 1em;
  height: 1em;
}

@media (max-width: 1023px) {
  #mobileMenu.open {
    display: block;
  }
}

#cookieBanner {
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

#cookieModal {
  background-color: rgba(0, 0, 0, 0.7);
}

#cookieModalContent {
  max-height: 90vh;
  overflow-y: auto;
}