function Footer() {
  return (
    <footer className="sft-footer">
      <div className="sft-footer__inner sft-footer__inner--slim">
        <div className="sft-footer__brand">
          <a href={window.langHref ? window.langHref("etusivu") : "etusivu"} aria-label="Softera" className="sft-footer__brand-link">
            <img src="assets/softera-logo-white.png" alt="" />
          </a>
          <div className="sft-footer__contact">
            <span><i data-lucide="mail"></i>contact@softera.fi</span>
            <span><i data-lucide="phone"></i>+358 9 2310 2040</span>
            <span><i data-lucide="map-pin"></i>Sokerilinnantie 11 A (Sola Business Valley), 02600 Espoo</span>
          </div>
        </div>
        <div className="sft-footer__side">
          <div className="sft-footer__social-h">{window.L ? window.L("Seuraa meitä","Follow us") : "Seuraa meitä"}</div>
          <div className="sft-footer__social">
            <a href="https://linkedin.com/company/softera-oy" target="_blank" rel="noopener" aria-label="Softera LinkedInissä" className="sft-footer__sicon">
              <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
                <path d="M20.45 20.45h-3.55v-5.57c0-1.33-.02-3.04-1.85-3.04-1.86 0-2.14 1.45-2.14 2.95v5.66H9.36V9h3.41v1.56h.05c.47-.9 1.64-1.85 3.37-1.85 3.6 0 4.27 2.37 4.27 5.46v6.28zM5.34 7.43a2.06 2.06 0 11-.001-4.121A2.06 2.06 0 015.34 7.43zM7.12 20.45H3.55V9h3.57v11.45zM22.22 0H1.77C.79 0 0 .77 0 1.72v20.56C0 23.23.79 24 1.77 24h20.45c.98 0 1.78-.77 1.78-1.72V1.72C24 .77 23.2 0 22.22 0z" />
              </svg>
            </a>
            <a href="https://instagram.com/softeraoy" target="_blank" rel="noopener" aria-label="Softera Instagramissa" className="sft-footer__sicon">
              <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
                <path d="M12 2.16c3.2 0 3.58.01 4.85.07 1.17.05 1.8.25 2.23.41.56.22.96.48 1.38.9.42.42.68.82.9 1.38.16.42.36 1.06.41 2.23.06 1.27.07 1.65.07 4.85s-.01 3.58-.07 4.85c-.05 1.17-.25 1.8-.41 2.23-.22.56-.48.96-.9 1.38-.42.42-.82.68-1.38.9-.42.16-1.06.36-2.23.41-1.27.06-1.65.07-4.85.07s-3.58-.01-4.85-.07c-1.17-.05-1.8-.25-2.23-.41a3.72 3.72 0 01-1.38-.9 3.72 3.72 0 01-.9-1.38c-.16-.42-.36-1.06-.41-2.23C2.17 15.58 2.16 15.2 2.16 12s.01-3.58.07-4.85c.05-1.17.25-1.8.41-2.23.22-.56.48-.96.9-1.38.42-.42.82-.68 1.38-.9.42-.16 1.06-.36 2.23-.41C8.42 2.17 8.8 2.16 12 2.16zM12 0C8.74 0 8.33.01 7.05.07 5.78.13 4.9.33 4.14.63a5.9 5.9 0 00-2.13 1.39A5.9 5.9 0 00.63 4.14C.33 4.9.13 5.78.07 7.05.01 8.33 0 8.74 0 12s.01 3.67.07 4.95c.06 1.27.26 2.15.56 2.91.31.79.73 1.46 1.39 2.13.66.66 1.34 1.08 2.13 1.39.76.3 1.64.5 2.91.56C8.33 23.99 8.74 24 12 24s3.67-.01 4.95-.07c1.27-.06 2.15-.26 2.91-.56a5.9 5.9 0 002.13-1.39 5.9 5.9 0 001.39-2.13c.3-.76.5-1.64.56-2.91.06-1.28.07-1.69.07-4.95s-.01-3.67-.07-4.95c-.06-1.27-.26-2.15-.56-2.91a5.9 5.9 0 00-1.39-2.13A5.9 5.9 0 0019.86.63C19.1.33 18.22.13 16.95.07 15.67.01 15.26 0 12 0zm0 5.84a6.16 6.16 0 100 12.32 6.16 6.16 0 000-12.32zm0 10.16a4 4 0 110-8 4 4 0 010 8zm7.84-10.4a1.44 1.44 0 11-2.88 0 1.44 1.44 0 012.88 0z" />
              </svg>
            </a>
          </div>
        </div>
      </div>
      <div className="sft-footer__bottom">
        <span className="sft-footer__copy">© 2026 Softera Oy — Y-tunnus 1524748-7</span>
        <a href={window.langHref ? window.langHref("tietosuoja") : "tietosuoja"} className="sft-footer__legal">{window.L ? window.L("Tietosuojaseloste","Privacy policy") : "Tietosuojaseloste"}</a>
        <span className="sft-footer__spacer"></span>
      </div>
    </footer>
  );
}
