function Footer() {
  return (
    <footer className="footer">
      <div className="footer-inner footer-inner-simple">
        <div className="footer-brand">
          <img src="/assets/growth-dna-ai-logo.svg" alt="Growth DNA AI" height="28"/>
          <p className="footer-tag">Innsbruck · Austria</p>
        </div>
        <div className="footer-cols footer-cols-simple">
          <a href="/imprint.html">Imprint</a>
        </div>
      </div>
      <div className="footer-bottom">
        <span className="mono-label">© 2026 GROWTH DNA KG · ALL SYSTEMS NOMINAL</span>
        <span className="pulse-dot small"/>
      </div>
    </footer>
  );
}

window.Footer = Footer;
