/* Site footer — black band + PGP + page nav (home + SEO pages) */

/* —— Black MIXTURA footer block —— */
.site-footer,
.legal-page > .BlockSection_container__mVt3d.BlockSection_BLACK__xYyvL {
  --sf-bg: #0a0a0a;
  --sf-text: #f5f5f5;
  --sf-muted: rgba(245, 245, 245, 0.68);
  --sf-line: rgba(255, 255, 255, 0.12);
  background: var(--sf-bg);
  color: var(--sf-text);
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
  padding: 56px 0 0;
  box-sizing: border-box;
}

.legal-page > .BlockSection_container__mVt3d.BlockSection_BLACK__xYyvL .BlockSection_contentContainer__AkKZD {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px 40px;
  box-sizing: border-box;
}

/* Kill original SectionTitle bar on SEO pages */
.legal-page .SectionTitle_title__dTSRB.Footer_title__AoyxX {
  margin: 0 0 28px !important;
  padding: 0 !important;
  font-size: 0.8125rem !important;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sf-text);
  white-space: normal;
}

.legal-page .SectionTitle_title__dTSRB.Footer_title__AoyxX:after {
  display: none !important;
}

/* Reset FlashMixer absolute footer layout */
.legal-page .Footer_container__jAGWN {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 28px 36px;
  align-items: start;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sf-text) !important;
  max-width: 720px;
}

.legal-page .Footer_image__YwT1u {
  position: static !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  width: 88px !important;
  height: 88px !important;
  margin: 4px 0 0 !important;
  transform: none !important;
  opacity: 0.92;
}

.legal-page .Footer_info__byCJz {
  flex: none !important;
  max-width: none !important;
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: 400 !important;
}

.legal-page .Footer_subtitle__gCCR6 {
  margin: 0 0 10px !important;
  padding: 0;
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sf-muted) !important;
  opacity: 1 !important;
}

.legal-page .Footer_anchor__oqDJy,
.legal-page .Footer_value__pz0gl {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.35) !important;
  font-size: 0.8125rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  margin: 0 0 14px !important;
  max-width: 100% !important;
  word-break: break-all;
  overflow: visible !important;
  text-overflow: unset !important;
  text-decoration: none;
}

.legal-page .Footer_anchor__oqDJy:hover {
  border-bottom-color: #fff !important;
  opacity: 1;
}

.legal-page .Footer_text__Nxe8S,
.legal-page .Footer_info__byCJz p,
.legal-page > .BlockSection_BLACK__xYyvL p {
  margin: 0 !important;
  color: var(--sf-muted) !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  max-width: 42rem;
  opacity: 1 !important;
}

.legal-page > .BlockSection_BLACK__xYyvL a {
  color: #fff;
}

/* —— Bottom link row —— */
.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 4px;
  padding: 22px 24px 36px;
  margin: 0;
  background: #000;
  border-top: 1px solid var(--sf-line, rgba(255, 255, 255, 0.12));
  font-family: var(--font-family-primary, Comfortaa, "Segoe UI", sans-serif);
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.site-footer-nav a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 0;
  transition: color 0.15s ease;
}

.site-footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer-nav a[aria-current="page"] {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer-nav .site-footer-nav__lang {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
}

.site-footer-nav .site-footer-nav__lang a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.site-footer-nav .site-footer-nav__lang a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Homepage AEO entity summary (visible, not display:none) */
.seo-entity-glance {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 32px 24px;
  box-sizing: border-box;
  color: #111;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.seo-entity-glance h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
}

.seo-entity-glance p {
  margin: 0 0 12px;
  line-height: 1.65;
}

.seo-entity-glance ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
  line-height: 1.65;
}

.seo-entity-glance a {
  color: #111;
  text-decoration: underline;
}

.site-seo-crawl {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.site-seo-crawl code {
  font-size: 0.85em;
  word-break: break-all;
}

@media (max-width: 768px) {
  .seo-entity-glance {
    padding: 24px 16px 18px;
  }

  .seo-entity-glance h2 {
    font-size: 1.125rem;
    font-weight: 700;
  }

  .legal-page > .BlockSection_container__mVt3d.BlockSection_BLACK__xYyvL {
    padding-top: 36px;
  }

  .legal-page > .BlockSection_container__mVt3d.BlockSection_BLACK__xYyvL .BlockSection_contentContainer__AkKZD {
    padding: 0 16px 24px;
  }

  .legal-page .Footer_container__jAGWN {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .legal-page .Footer_image__YwT1u {
    width: 56px !important;
    height: 56px !important;
  }

  .site-footer-nav {
    justify-content: flex-start;
    gap: 0;
    padding: 16px 8px calc(22px + env(safe-area-inset-bottom, 0px));
  }

  .site-footer-nav a {
    padding: 8px 10px;
    min-height: 36px;
    border-radius: 0;
  }
}
