.landing-hub {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 10%, #1a1a1a 0%, #090909 40%, #000000 100%);
  color: #f3f3f3;
}

.landing-tag {
  border: 1px solid #30343a;
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.8rem;
  color: #c6ccd4;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.03);
}

.landing-title {
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-subtitle {
  color: #b8bcc2;
  max-width: 760px;
  margin: 0 auto;
}

.lang-switch {
  border: 1px solid #2f3338;
  color: #d8dbe0;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.35rem 0.85rem;
  font-size: 0.82rem;
  transition: all 0.2s ease;
  display: inline-block;
}

.lang-switch:hover,
.lang-switch.active {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.brand-card {
  background: linear-gradient(145deg, #101214, #0a0b0d);
  border: 1px solid #23272d;
  border-radius: 18px;
  height: 100%;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.brand-card:hover {
  transform: translateY(-6px);
  border-color: #4b545f;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

.brand-logo-wrap {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.brand-logo {
  max-height: 72px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

.brand-name {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-cta {
  font-size: 0.85rem;
  color: #c8d0da;
}

.landing-hint {
  color: #939aa3;
  font-size: 0.92rem;
}

.onb-shell {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 5%, #1a1a1a 0%, #0b0b0b 44%, #000000 100%);
  color: #efefef;
}

.onb-container {
  max-width: 980px;
}

.onb-hero {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid #2b2f34;
  border-radius: 18px;
  padding: 1.1rem 1.2rem;
}

.onb-form {
  display: grid;
  gap: 1rem;
}

.onb-panel {
  background: linear-gradient(145deg, #111315, #0c0d0f);
  border: 1px solid #262a2f;
  border-radius: 16px;
  padding: 1rem;
}

.onb-logo {
  max-height: 48px;
  width: auto;
}

.onb-sublogo {
  max-height: 30px;
  width: auto;
}

.onb-quote {
  font-size: 0.92rem;
  color: #d7dbe0;
}

.onb-intro {
  font-size: 0.8rem;
  color: #aab2bc;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.onb-company {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  background: #1b1f24;
  border-color: #313842;
  color: #f6f6f6;
}

.onb-section-label {
  font-size: 1.08rem;
  margin-bottom: 0;
  color: #f3f3f3;
}

.onb-subtitle {
  margin-top: 0.35rem;
  color: #f3f3f3;
}

.onb-helper {
  color: #94a0ad;
  font-size: 0.78rem;
}

.onb-helper ul {
  padding-left: 1rem;
}

.onb-helper-centered {
  max-width: 760px;
  margin: 0 auto;
}

.onb-helper-under-registration {
  margin-top: 0.15rem;
}

.onb-form .form-control {
  border-radius: 8px;
  border-color: #313842;
  background: #171b20;
  color: #f1f5f9;
  min-height: 42px;
}

.onb-form .form-select,
.onb-select {
  border-radius: 8px;
  border-color: #313842;
  background-color: #171b20;
  color: #f1f5f9;
  min-height: 42px;
}

.onb-form .form-control::placeholder {
  color: #74808f;
  font-size: 0.8rem;
}

.onb-form .form-control:disabled,
.onb-form .form-control.onb-immutable-field,
.onb-panel .form-control:disabled,
.onb-panel .form-control.onb-immutable-field {
  background: #10141a;
  border-color: #3a4655;
  color: #8fa0b3;
  cursor: not-allowed;
  opacity: 1;
  font-style: italic;
}

.onb-form .form-label,
.onb-form .form-check-label {
  font-size: 0.98rem;
  color: #dde2e8;
}

.onb-form .form-check-input {
  border-color: #46505c;
  background-color: #14181d;
}

.onb-notes {
  color: #ff7474;
  font-size: 0.92rem;
  padding: 0.25rem;
}

.onb-notes ul {
  padding-left: 1.15rem;
}

.onb-save .btn {
  border-radius: 999px;
  font-weight: 700;
}

.onb-form {
  padding-bottom: 170px;
}

.onb-save-fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  bottom: 10px;
  width: min(980px, calc(100% - 1.5rem));
  z-index: 1050;
  border-color: #344253;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.onb-save-fixed-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
}

.onb-save-fixed-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.onb-save-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.onb-save-meta {
  min-width: 0;
}

.onb-save-cta .btn {
  white-space: nowrap;
}

.onb-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #1a232d;
  overflow: hidden;
}

.onb-progress-bar {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7f2a 0%, #4ade80 100%);
  transition: width 0.2s ease;
}

.onb-alert-stack .alert {
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 0.9rem;
}

.onb-alert-stack .alert-success {
  background: rgba(74, 222, 128, 0.18);
  border-color: rgba(74, 222, 128, 0.35);
  color: #d9ffe6;
}

.onb-alert-stack .alert-danger {
  background: rgba(248, 113, 113, 0.16);
  border-color: rgba(248, 113, 113, 0.35);
  color: #ffdede;
}

@media (max-width: 767.98px) {
  .onb-hero,
  .onb-panel {
    border-radius: 14px;
    padding: 0.9rem;
  }

  .onb-section-label {
    font-size: 1.06rem;
  }

  .onb-form {
    padding-bottom: 210px;
  }

  .onb-save-row {
    flex-direction: column;
    align-items: stretch;
  }

  .onb-save-cta .btn {
    width: 100%;
  }
}

.onb-entity-logo {
  max-height: 72px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
}

#facility_fields_wrap.is-locked {
  opacity: 0.9;
}

.onb-contacts-wrap.is-locked {
  opacity: 0.9;
}

.onb-contact-item {
  border: 1px solid #29303a;
  border-radius: 12px;
  padding: 0.8rem;
  background: #11161c;
  margin-bottom: 0.75rem;
}

.onb-contact-title {
  font-size: 0.92rem;
  color: #e2e8f0;
}

.onb-save-status {
  font-size: 0.85rem;
  color: #9ca3af;
  transition: color 0.2s ease;
}

.onb-save-status.is-saving {
  color: #fbbf24;
}

.onb-save-status.is-saved {
  color: #4ade80;
}

.onb-save-status.is-error {
  color: #f87171;
}
