.noteydoc-shared-footer {
  border-top: 1px solid var(--border-soft, var(--border, #1f2933));
  padding: 1.5rem;
  font-size: 0.78rem;
  color: var(--text-muted, var(--muted, #9ca3af));
  background: #020617;
  width: 100%;
  text-align: left;
}

.noteydoc-shared-footer .footer-inner {
  max-width: var(--max-width, 1100px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, minmax(150px, 1fr));
  gap: 1rem;
  align-items: start;
}

.noteydoc-shared-footer .footer-brand {
  line-height: 1.5;
}

.noteydoc-shared-footer .footer-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.noteydoc-shared-footer .footer-group h2 {
  margin: 0 0 0.1rem;
  color: var(--text-main, var(--text, #e5e7eb));
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.noteydoc-shared-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.noteydoc-shared-footer a:hover {
  color: var(--text-main, var(--text, #f8fafc));
}

@media (max-width: 960px) {
  .noteydoc-shared-footer .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .noteydoc-shared-footer .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .noteydoc-shared-footer .footer-inner {
    grid-template-columns: 1fr;
  }
}
