/* The site footer (21.9.2026, Ben chose "columns by subject"). One footer for every page: the homepages,
   the landing pages, the blog and the legal pages each had their own, and the homepage's had grown into
   sixteen links in one dotted run. Self-contained on purpose - its own class prefix and its own colours -
   because it is dropped into pages that load different stylesheets (the homepage's inline CSS, legal.css,
   blog.css, landing.css) and must look the same in all of them. */
.sf { clear: both; margin: 64px 0 0; border-top: 1px solid #e7eaf6; background: #fafbff; color: #54596f; font-family: "Rubik", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; font-size: 14px; line-height: 1.6; direction: rtl; text-align: right; }
.sf *, .sf *::before, .sf *::after { box-sizing: border-box; }
.sf .sf-in { max-width: 1180px; margin: 0 auto; padding: 44px 22px 22px; }
.sf .sf-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 30px 26px; }
.sf .sf-brand a.sf-logo { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; color: #141a33; font-weight: 700; font-size: 18px; padding: 0; }
.sf .sf-brand a.sf-logo img { width: 22px; height: 22px; object-fit: contain; }
.sf .sf-brand .sf-lx { color: #4e8cf9; }
.sf .sf-brand .sf-bt { font-size: 10.5px; font-weight: 700; letter-spacing: .12em; color: #aa5470; margin-inline-start: 2px; }
.sf .sf-tag { margin: 10px 0 14px; max-width: 30ch; font-size: 13.5px; color: #54596f; text-align: right; }
.sf h2 { margin: 0 0 10px; padding: 0; font-size: 13px; line-height: 1.6; font-weight: 700; letter-spacing: .02em; color: #141a33; text-align: right; }
.sf h2::before { content: none; display: none; }
.sf ul { list-style: none; margin: 0; padding: 0; }
.sf li { margin: 0 0 2px; font-size: 14px; color: inherit; }
.sf li a { display: inline-block; padding: 4px 0; color: #3d4668; text-decoration: none; font-size: 14px; font-weight: 400; }
.sf li a:hover { color: #2e63d6; text-decoration: underline; }
.sf a:focus-visible { outline: 2px solid #141a33; outline-offset: 2px; border-radius: 4px; }
.sf .sf-soc { display: flex; gap: 8px; }
.sf .sf-soc a { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #edf4ff; color: #3d6dc3; padding: 0; transition: background .2s, color .2s; }
.sf .sf-soc a:hover { background: #3d6dc3; color: #fff; }
.sf .sf-soc svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.sf .sf-bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; margin-top: 34px; padding-top: 16px; border-top: 1px solid #e7eaf6; font-size: 12.5px; color: #69708d; }
.sf .sf-bar p { margin: 0; font-size: 12.5px; color: #69708d; }
.sf .sf-legal { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.sf .sf-legal a { color: #69708d; text-decoration: none; padding: 4px 0; font-size: 12.5px; }
.sf .sf-legal a:hover { color: #2e63d6; text-decoration: underline; }
@media (max-width: 900px) { .sf .sf-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sf .sf-brand { grid-column: 1 / -1; } }
@media (max-width: 420px) { .sf .sf-in { padding: 34px 16px 18px; } .sf .sf-grid { gap: 24px 16px; } }
@media (prefers-reduced-motion: reduce) { .sf .sf-soc a { transition: none; } }
@media print { .sf { display: none; } }
