.nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease;
}

.nav--hidden {
  transform: translateY(-100%);
}

/* Smooth scroll globally */
html {
  scroll-behavior: smooth;
}

/* Center button groups inside centered text containers */
.utility-text-align-center .button-group {
  justify-content: center;
}

/* Secondary button on dark/inverse background — readable white outline style */
.utility-background-inverse .button.secondary-button {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.utility-background-inverse .button.secondary-button:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.7);
}

/* Stats / liczby w sekcji "Kim jesteśmy" */
.stat-value {
  font-family: inherit;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.375rem;
  color: var(--ai-gen-82921b10-4b39-48f0-b346-808cf4903d29-1748718217009---text-color--text-secondary);
  opacity: 0.6;
}
