/* One compact footer for the homepage and all PHP subpages. */
body .sv-footer {
  padding: 48px 0 22px;
  background: radial-gradient(ellipse at 0 0, #24213f 0, transparent 52%), #111626;
  color: #f6f5ff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body .sv-footer *, body .sv-footer *::before, body .sv-footer *::after { box-sizing: border-box; }
body .sv-footer .sv-container { width: min(calc(100% - 64px), 1380px); margin-inline: auto; }
body .sv-footer a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
body .sv-footer a:focus-visible { outline: 2px solid #bbb3ff; outline-offset: 5px; border-radius: 2px; }
body .sv-footer-top { display: grid; grid-template-columns: 1fr 2.6fr; gap: 64px; padding-bottom: 34px; }
body .sv-footer .sv-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 25px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
body .sv-footer .sv-brand img { display: block; width: 29px; height: 34px; object-fit: contain; }
body .sv-footer-identity p { margin: 18px 0 0; color: #aeb6cc; font-size: 13px; line-height: 1.7; }
body .sv-footer-navigation { display: grid; grid-template-columns: 1fr .8fr 1fr; gap: 44px; }
body .sv-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; }
body .sv-footer-column h2 { margin: 5px 0 13px; color: #f6f5ff; font-size: 13px; font-weight: 750; letter-spacing: .01em; line-height: 1.4; text-wrap: balance; }
body .sv-footer-column a { padding-block: 3px; color: #b9c1d5; font-size: 13px; line-height: 1.6; transition: color .15s ease; }
body .sv-footer-column a:hover { color: #d4ceff; text-decoration: underline; text-underline-offset: 4px; }
body .sv-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px 30px; border-top: 1px solid #ffffff16; padding-top: 18px; color: #aeb6cc; font-size: 11px; line-height: 1.6; }
body .sv-footer-copyright { display: flex; flex-wrap: wrap; gap: 3px 14px; margin: 0; color: inherit; font-size: inherit; }
body .sv-footer-copyright strong { color: #d7dcef; font-weight: 550; }
body .sv-footer-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 24px; margin-left: auto; }
body .sv-footer-legal a { padding-block: 5px; }
body .sv-footer-legal a:hover, body .sv-footer-legal a[aria-current="page"] { color: #f6f5ff; text-decoration: underline; text-underline-offset: 4px; }
body .sv-footer-cookie-settings { appearance:none; padding:5px 0; border:0; background:transparent; color:inherit; font:inherit; cursor:pointer; }
body .sv-footer-cookie-settings:hover { color:#f6f5ff; text-decoration:underline; text-underline-offset:4px; }
body .sv-footer-cookie-settings:focus-visible { outline:2px solid #bbb3ff; outline-offset:5px; border-radius:2px; }
body .sv-footer-cookie-settings[hidden] { display:none; }

@media (max-width: 980px) {
  body .sv-footer .sv-container { width: calc(100% - 48px); }
  body .sv-footer-top { grid-template-columns: 1fr 3fr; gap: 32px; }
  body .sv-footer-navigation { grid-template-columns: 1fr .8fr 1.1fr; gap: 24px; }
}
@media (max-width: 760px) {
  body .sv-footer { padding-top: 34px; }
  body .sv-footer .sv-container { width: calc(100% - 36px); }
  body .sv-footer-top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 26px; }
  body .sv-footer-identity { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  body .sv-footer-identity p { margin: 0; font-size: 12px; }
  body .sv-footer-column a { padding-block: 5px; }
  body .sv-footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  body .sv-footer-legal { margin-left: 0; gap: 6px 20px; }
}
@media (max-width: 480px) {
  body .sv-footer-identity { display: block; }
  body .sv-footer-identity p { margin-top: 12px; }
  body .sv-footer-identity p br { display: none; }
  body .sv-footer-navigation { grid-template-columns: 1fr 1fr; gap: 22px 20px; }
  body .sv-footer-column:last-child { grid-column: 1 / -1; display: block; }
  body .sv-footer-column:last-child h2 { margin-bottom: 12px; }
  body .sv-footer-column:last-child a { display: inline-block; margin-right: 18px; }
  body .sv-footer-column h2 { margin-top: 0; margin-bottom: 10px; }
  body .sv-footer-column a { font-size: 12px; }
}
@media (max-width: 370px) {
  body .sv-footer .sv-container { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) {
  body .sv-footer a { transition: none; }
}
