/*
 * Developer Info Header
 * Developed by Maria Skampoura
 * DEVELOPABLE LTD
 * maria@developable.tech
 * https://developable.tech/
 * Version: 1.0
 * Updated: 03/02/2026 (MM/DD/YYYY)
 */

.saasops-global-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1rem 1.4rem;
}

.saasops-global-footer--index {
  margin-top: -0.5rem;
  padding-top: 0.6rem;
}

.saasops-global-footer-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.56rem;
  border-radius: 12px;
  border: 1px solid rgba(22, 36, 72, 0.16);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(10, 20, 44, 0.14);
  backdrop-filter: blur(2px);
}

.saasops-global-logo {
  display: block;
  width: min(104px, 38vw);
  height: auto;
}

.developer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.28rem;
  width: min(1100px, 94vw);
  margin: 0.45rem auto 0.1rem;
  padding: 0.52rem 0.9rem;
  border: 1px solid rgba(120, 120, 120, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  color: var(--text-secondary, #4b5563);
  font-size: 0.78rem;
  line-height: 1.45;
  text-align: center;
  backdrop-filter: blur(2px);
}

.developer-info .dev-name {
  color: var(--text-primary, #111827);
  font-weight: 700;
}

.developer-info .dev-sep {
  opacity: 0.68;
  margin: 0 0.25rem;
}

.developer-info .dev-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}

.developer-info .dev-link:hover,
.developer-info .dev-link:focus-visible {
  text-decoration: none;
  border-bottom-style: solid;
}

@media (max-width: 700px) {
  .developer-info {
    width: min(96vw, 740px);
    padding: 0.5rem 0.7rem;
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .developer-info .dev-sep {
    margin: 0 0.14rem;
  }

  .saasops-global-footer {
    padding: 0.92rem 0.75rem 1.1rem;
  }

  .saasops-global-footer--index {
    margin-top: -0.36rem;
    padding-top: 0.52rem;
  }

  .saasops-global-logo {
    width: min(88px, 45vw);
  }
}
