/*!
 * PhishDestroy unified footer v1.0
 * Canonical layout layer for legacy (.pd-footer-links-row) and modern
 * (.pd-footer-main) footers. Loaded last to neutralize historical bundle
 * collisions without changing translated markup.
 */

html:root body footer.pd-site-footer {
  --pdf-bg: #070b10;
  --pdf-bg-deep: #04070b;
  --pdf-line: rgba(34, 197, 94, .18);
  --pdf-line-soft: rgba(148, 163, 184, .12);
  --pdf-text: #e6eef7;
  --pdf-muted: #9eacbf;
  --pdf-icon: #aeb9c8;
  --pdf-green: #22c55e;
  --pdf-red: #b91c1c;
  --pdf-red-hover: #991b1b;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(48px, 5vw, 64px) 0 0 !important;
  padding: 48px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line) !important;
  background:
    radial-gradient(70% 160px at 50% 0, rgba(34, 197, 94, .055), transparent 72%),
    linear-gradient(180deg, var(--pdf-bg) 0, var(--pdf-bg-deep) 100%) !important;
  color: var(--pdf-text) !important;
  overflow: visible !important;
  isolation: isolate;
}

html:root body footer.pd-site-footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 8% auto !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, .62), rgba(34, 211, 238, .34), transparent) !important;
  pointer-events: none !important;
}

html:root body footer.pd-site-footer,
html:root body footer.pd-site-footer *,
html:root body footer.pd-site-footer *::before,
html:root body footer.pd-site-footer *::after {
  box-sizing: border-box;
}

html:root body footer.pd-site-footer > .ftr-wrap,
html:root body footer.pd-site-footer .ftr-wrap {
  display: block !important;
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}

html:root body footer.pd-site-footer a {
  text-decoration: none !important;
  text-underline-offset: .18em;
}

html:root body footer.pd-site-footer a:focus-visible {
  outline: 2px solid var(--pdf-green) !important;
  outline-offset: 3px !important;
  border-radius: 7px;
}

html:root body footer.pd-site-footer .pd-footer-logo {
  display: inline-flex !important;
  width: auto !important;
  max-width: 180px !important;
  min-height: 44px !important;
  padding: 0 !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

html:root body footer.pd-site-footer .pd-footer-logo img {
  display: block !important;
  width: auto !important;
  height: 38px !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

html:root body footer.pd-site-footer .pd-footer-tagline {
  max-width: 38ch !important;
  margin: 0 !important;
  color: var(--pdf-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

/* Shared icon contract. The report CTA is deliberately excluded. */
html:root body footer.pd-site-footer .pd-footer-socials > a:not(.pd-footer-report-btn) {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(174, 185, 200, .16) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: var(--pdf-icon) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease !important;
}

html:root body footer.pd-site-footer .pd-footer-socials > a:not(.pd-footer-report-btn):hover {
  color: var(--pdf-text) !important;
  border-color: rgba(34, 197, 94, .48) !important;
  background: rgba(34, 197, 94, .11) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.pd-site-footer .pd-footer-socials > a:not(.pd-footer-report-btn) :is(svg, img) {
  width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  max-height: 18px !important;
  fill: currentColor !important;
  object-fit: contain !important;
}

/* Shared threat-report CTA. */
html:root body footer.pd-site-footer a.pd-footer-report-btn,
html:root body footer.pd-site-footer .pd-footer-socials > a.pd-footer-report-btn {
  display: inline-flex !important;
  width: auto !important;
  min-width: 180px !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  padding: 12px 20px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 1px solid rgba(248, 113, 113, .46) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pdf-red), #a81414) !important;
  box-shadow: 0 8px 24px rgba(185, 28, 28, .22), inset 0 1px rgba(255, 255, 255, .1) !important;
  color: #fff !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  overflow: visible !important;
  animation: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

html:root body footer.pd-site-footer a.pd-footer-report-btn:hover,
html:root body footer.pd-site-footer .pd-footer-socials > a.pd-footer-report-btn:hover {
  color: #fff !important;
  border-color: rgba(254, 202, 202, .58) !important;
  background: linear-gradient(135deg, var(--pdf-red-hover), #7f1d1d) !important;
  box-shadow: 0 10px 28px rgba(153, 27, 27, .32), inset 0 1px rgba(255, 255, 255, .1) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.pd-site-footer a.pd-footer-report-btn::before,
html:root body footer.pd-site-footer a.pd-footer-report-btn::after {
  animation: none !important;
}

/* Legacy footer: brand/social header. */
html:root body footer.pd-site-footer .pd-footer-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 28px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pdf-line-soft) !important;
  text-align: start !important;
}

html:root body footer.pd-site-footer .pd-footer-brand-row {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
}

html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  row-gap: 10px !important;
  overflow: visible !important;
  grid-template-columns: none !important;
}

html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials > a.pd-footer-report-btn {
  order: 99 !important;
  margin: 0 0 0 auto !important;
}

/* Appeals variant: socials and CTA are wrapped in .pd-footer-actions. */
html:root body footer.pd-site-footer .pd-footer-actions {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 14px !important;
}

html:root body footer.pd-site-footer .pd-footer-actions > .pd-footer-socials {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  grid-template-columns: none !important;
}

/* Legacy footer: link groups. */
html:root body footer.pd-site-footer .pd-footer-links-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 36px !important;
  margin: 0 !important;
  padding: 28px 0 30px !important;
  align-items: start !important;
}

html:root body footer.pd-site-footer .pd-footer-links-row > .pd-footer-links-group {
  display: flex !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: initial !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  align-content: normal !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}

html:root body footer.pd-site-footer .pd-footer-links-row > .pd-footer-links-group > a {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 31px !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  align-items: center !important;
  color: var(--pdf-muted) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-align: start !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto;
  opacity: 1 !important;
  transition: color .16s ease !important;
}

html:root body footer.pd-site-footer .pd-footer-links-row > .pd-footer-links-group > a:hover {
  color: var(--pdf-text) !important;
  background: transparent !important;
  text-shadow: none !important;
  transform: none !important;
}

/* Modern footer: brand + named navigation columns. */
html:root body footer.pd-site-footer .pd-footer-main {
  display: grid !important;
  grid-template-columns: minmax(250px, 1.55fr) repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 36px 28px !important;
  margin: 0 !important;
  padding: 0 0 36px !important;
  align-items: start !important;
}

/* Older named-column footer used by the crypto-drainer family. */
html:root body footer.pd-site-footer .pd-footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 32px !important;
  margin: 0 !important;
  padding: 0 0 30px !important;
  align-items: start !important;
}

html:root body footer.pd-site-footer .pd-footer-brand {
  display: flex !important;
  min-width: 0 !important;
  max-width: 330px !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
}

html:root body footer.pd-site-footer .pd-footer-brand > .pd-footer-socials {
  display: flex !important;
  width: 100% !important;
  max-width: 252px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  grid-template-columns: none !important;
}

html:root body footer.pd-site-footer .pd-footer-col {
  display: flex !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  text-align: start !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html:root body footer.pd-site-footer .pd-footer-col :is(h3, h4, .footer-heading) {
  display: block !important;
  width: 100% !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(34, 197, 94, .28) !important;
  color: var(--pdf-text) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  letter-spacing: .095em !important;
  text-align: start !important;
  text-transform: uppercase !important;
}

html:root body footer.pd-site-footer .pd-footer-col > a {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 31px !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  align-items: center !important;
  color: var(--pdf-muted) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
  text-align: start !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto;
  opacity: 1 !important;
}

html:root body footer.pd-site-footer .pd-footer-col > a:hover {
  color: var(--pdf-text) !important;
  transform: none !important;
}

/* Shared bottom bar. */
html:root body footer.pd-site-footer .pd-footer-bottom {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line-soft) !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px 20px !important;
  text-align: start !important;
}

html:root body footer.pd-site-footer .pd-footer-bottom p {
  margin: 0 !important;
  color: var(--pdf-muted) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  letter-spacing: .015em !important;
  text-align: inherit !important;
}

html:root body footer.pd-site-footer .pd-footer-bottom > span,
html:root body footer.pd-site-footer .pd-footer-bottom > a.pd-footer-cookie-link {
  margin: 0 !important;
  color: var(--pdf-muted) !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  letter-spacing: .015em !important;
}

html:root body footer.pd-site-footer .pd-footer-bottom > a.pd-footer-cookie-link:hover {
  color: var(--pdf-text) !important;
}

html:root body footer.pd-site-footer .pd-footer-bottom p:only-child {
  margin-inline: auto !important;
  text-align: center !important;
}

html:root body footer.pd-site-footer .pd-footer-badges {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px 14px !important;
}

html:root body footer.pd-site-footer .pd-footer-badges span {
  color: var(--pdf-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

@media (max-width: 1023px) {
  html:root body footer.pd-site-footer {
    padding-top: 40px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-brand-row {
    justify-content: center !important;
    text-align: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials {
    margin-inline: auto !important;
    justify-content: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-actions {
    margin-inline: auto !important;
    align-items: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-actions > .pd-footer-socials {
    justify-content: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-main,
  html:root body footer.pd-site-footer .pd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 32px 28px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-main > .pd-footer-brand {
    grid-column: 1 / -1 !important;
    max-width: none !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid var(--pdf-line-soft) !important;
  }
}

@media (max-width: 719px) {
  html:root body footer.pd-site-footer {
    margin-top: 48px !important;
    padding-top: 32px !important;
  }

  html:root body footer.pd-site-footer > .ftr-wrap,
  html:root body footer.pd-site-footer .ftr-wrap {
    padding-inline: 20px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-brand-row {
    flex-direction: column !important;
    gap: 8px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top {
    gap: 20px !important;
    padding-bottom: 24px !important;
    text-align: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials {
    display: grid !important;
    width: min(100%, 252px) !important;
    max-width: 252px !important;
    grid-template-columns: repeat(5, 44px) !important;
    grid-auto-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials > a.pd-footer-report-btn {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 0 !important;
  }

  html:root body footer.pd-site-footer .pd-footer-actions {
    width: min(100%, 252px) !important;
    max-width: 252px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-actions > .pd-footer-socials {
    display: grid !important;
    width: 252px !important;
    max-width: 252px !important;
    grid-template-columns: repeat(5, 44px) !important;
    grid-auto-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-actions > a.pd-footer-report-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  html:root body footer.pd-site-footer .pd-footer-links-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2px 20px !important;
    padding: 24px 0 26px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-links-row > .pd-footer-links-group {
    display: contents !important;
  }

  html:root body footer.pd-site-footer .pd-footer-links-row > .pd-footer-links-group > a {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 7px 0 !important;
    align-items: center !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  html:root body footer.pd-site-footer .pd-footer-main,
  html:root body footer.pd-site-footer .pd-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 20px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-main > .pd-footer-brand {
    align-items: center !important;
    text-align: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-brand > .pd-footer-socials {
    justify-content: center !important;
    margin-inline: auto !important;
  }

  html:root body footer.pd-site-footer .pd-footer-brand > a.pd-footer-report-btn {
    width: min(100%, 280px) !important;
    align-self: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-col {
    align-items: flex-start !important;
    text-align: start !important;
  }

  html:root body footer.pd-site-footer .pd-footer-col > a {
    width: 100% !important;
    min-height: 44px !important;
    padding: 7px 0 !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  html:root body footer.pd-site-footer .pd-footer-bottom {
    flex-direction: column !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-badges {
    justify-content: center !important;
  }
}

@media (max-width: 359px) {
  html:root body footer.pd-site-footer > .ftr-wrap,
  html:root body footer.pd-site-footer .ftr-wrap {
    padding-inline: 16px !important;
  }

  html:root body footer.pd-site-footer .pd-footer-top > .pd-footer-socials {
    width: min(100%, 200px) !important;
    max-width: 200px !important;
    grid-template-columns: repeat(4, 44px) !important;
  }

  html:root body footer.pd-site-footer .pd-footer-links-row,
  html:root body footer.pd-site-footer .pd-footer-main,
  html:root body footer.pd-site-footer .pd-footer-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:root body footer.pd-site-footer .pd-footer-col {
    align-items: center !important;
    text-align: center !important;
  }

  html:root body footer.pd-site-footer .pd-footer-col :is(h3, h4, .footer-heading) {
    text-align: center !important;
  }
}

/* Investigation footer (.sf-footer): normalize the parallel legacy contract. */
html:root body footer.sf-footer {
  --pdf-bg: #070b10;
  --pdf-bg-deep: #04070b;
  --pdf-line: rgba(34, 197, 94, .18);
  --pdf-line-soft: rgba(148, 163, 184, .12);
  --pdf-text: #e6eef7;
  --pdf-muted: #9eacbf;
  --pdf-icon: #aeb9c8;
  --pdf-green: #22c55e;
  --pdf-red: #b91c1c;
  --pdf-red-hover: #991b1b;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(48px, 5vw, 64px) 0 0 !important;
  padding: 48px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line) !important;
  background:
    radial-gradient(70% 160px at 50% 0, rgba(34, 197, 94, .055), transparent 72%),
    linear-gradient(180deg, var(--pdf-bg) 0, var(--pdf-bg-deep) 100%) !important;
  color: var(--pdf-text) !important;
  overflow: visible !important;
  isolation: isolate;
}

html:root body footer.sf-footer::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 8% auto !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, .62), rgba(34, 211, 238, .34), transparent) !important;
  pointer-events: none !important;
}

html:root body footer.sf-footer,
html:root body footer.sf-footer *,
html:root body footer.sf-footer *::before,
html:root body footer.sf-footer *::after {
  box-sizing: border-box;
}

html:root body footer.sf-footer > .sf-ftr-wrap {
  display: block !important;
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}

html:root body footer.sf-footer .sf-ftr-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 28px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pdf-line-soft) !important;
}

html:root body footer.sf-footer .sf-ftr-brand {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
}

html:root body footer.sf-footer .sf-ftr-brand > a {
  display: inline-flex !important;
  min-height: 44px !important;
  padding: 0 !important;
  align-items: center !important;
}

html:root body footer.sf-footer .sf-ftr-brand img {
  display: block !important;
  width: auto !important;
  height: 38px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

html:root body footer.sf-footer .sf-ftr-tagline {
  max-width: 38ch !important;
  margin: 0 !important;
  color: var(--pdf-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}

html:root body footer.sf-footer .sf-ftr-socials {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  row-gap: 10px !important;
  overflow: visible !important;
}

html:root body footer.sf-footer .sf-ftr-socials > a:not(.sf-ftr-report) {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(174, 185, 200, .16) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: var(--pdf-icon) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html:root body footer.sf-footer .sf-ftr-socials > a:not(.sf-ftr-report):hover {
  color: var(--pdf-text) !important;
  border-color: rgba(34, 197, 94, .48) !important;
  background: rgba(34, 197, 94, .11) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.sf-footer .sf-ftr-socials > a.sf-ftr-report {
  display: inline-flex !important;
  order: 99 !important;
  width: auto !important;
  min-width: 180px !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  margin: 0 0 0 auto !important;
  padding: 12px 20px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 1px solid rgba(248, 113, 113, .46) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pdf-red), #a81414) !important;
  box-shadow: 0 8px 24px rgba(185, 28, 28, .22), inset 0 1px rgba(255, 255, 255, .1) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  animation: none !important;
}

html:root body footer.sf-footer .sf-ftr-socials > a.sf-ftr-report:hover {
  color: #fff !important;
  border-color: rgba(254, 202, 202, .58) !important;
  background: linear-gradient(135deg, var(--pdf-red-hover), #7f1d1d) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.sf-footer .sf-ftr-links {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 36px !important;
  margin: 0 !important;
  padding: 28px 0 30px !important;
  align-items: start !important;
}

html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group {
  display: flex !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 0 !important;
}

html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group > a {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 31px !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  align-items: center !important;
  color: var(--pdf-muted) !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
  text-align: start !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  opacity: 1 !important;
}

html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group > a:hover {
  color: var(--pdf-text) !important;
  transform: none !important;
}

html:root body footer.sf-footer .sf-ftr-bottom {
  display: block !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line-soft) !important;
  color: var(--pdf-muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

html:root body footer.sf-footer .sf-ftr-bottom p {
  margin: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 1023px) {
  html:root body footer.sf-footer {
    padding-top: 40px !important;
  }

  html:root body footer.sf-footer .sf-ftr-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  html:root body footer.sf-footer .sf-ftr-brand {
    justify-content: center !important;
    text-align: center !important;
  }

  html:root body footer.sf-footer .sf-ftr-socials {
    margin-inline: auto !important;
    justify-content: center !important;
  }
}

@media (max-width: 719px) {
  html:root body footer.sf-footer {
    margin-top: 48px !important;
    padding-top: 32px !important;
  }

  html:root body footer.sf-footer > .sf-ftr-wrap {
    padding-inline: 20px !important;
  }

  html:root body footer.sf-footer .sf-ftr-brand {
    flex-direction: column !important;
    gap: 8px !important;
  }

  html:root body footer.sf-footer .sf-ftr-socials {
    display: grid !important;
    width: min(100%, 252px) !important;
    max-width: 252px !important;
    grid-template-columns: repeat(5, 44px) !important;
    grid-auto-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html:root body footer.sf-footer .sf-ftr-socials > a.sf-ftr-report {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 0 !important;
  }

  html:root body footer.sf-footer .sf-ftr-links {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    padding: 24px 0 26px !important;
  }

  html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2px 20px !important;
    width: 100% !important;
  }

  html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group::before,
  html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group > :is(h3, h4, .footer-heading) {
    grid-column: 1 / -1 !important;
  }

  html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group > a {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 7px 0 !important;
    align-items: center !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 359px) {
  html:root body footer.sf-footer > .sf-ftr-wrap {
    padding-inline: 16px !important;
  }

  html:root body footer.sf-footer .sf-ftr-socials {
    width: min(100%, 200px) !important;
    max-width: 200px !important;
    grid-template-columns: repeat(4, 44px) !important;
  }

  html:root body footer.sf-footer .sf-ftr-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:root body footer.sf-footer .sf-ftr-links > .sf-ftr-group {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Domain report footer (.ftr): same visual system, theme-aware. */
html:root body footer.ftr {
  --pdf-bg: #070b10;
  --pdf-bg-deep: #04070b;
  --pdf-line: rgba(34, 197, 94, .18);
  --pdf-line-soft: rgba(148, 163, 184, .12);
  --pdf-text: #e6eef7;
  --pdf-muted: #9eacbf;
  --pdf-icon: #aeb9c8;
  --pdf-green: #22c55e;
  --pdf-red: #b91c1c;
  --pdf-red-hover: #991b1b;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: clamp(48px, 5vw, 64px) 0 0 !important;
  padding: 48px 0 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line) !important;
  background:
    radial-gradient(70% 160px at 50% 0, rgba(34, 197, 94, .055), transparent 72%),
    linear-gradient(180deg, var(--pdf-bg) 0, var(--pdf-bg-deep) 100%) !important;
  color: var(--pdf-text) !important;
  overflow: visible !important;
  isolation: isolate;
}

html:root body footer.ftr::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 8% auto !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, .62), rgba(34, 211, 238, .34), transparent) !important;
  pointer-events: none !important;
}

html:root body footer.ftr,
html:root body footer.ftr *,
html:root body footer.ftr *::before,
html:root body footer.ftr *::after {
  box-sizing: border-box;
}

html:root body footer.ftr > .container {
  display: block !important;
  width: min(100%, 1200px) !important;
  max-width: 1200px !important;
  min-width: 0 !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}

html:root body footer.ftr .ftr-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 28px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 0 28px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--pdf-line-soft) !important;
  text-align: start !important;
}

html:root body footer.ftr .ftr-brand {
  display: flex !important;
  min-width: 0 !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
}

html:root body footer.ftr .ftr-logo {
  display: inline-flex !important;
  width: 71px !important;
  min-height: 44px !important;
  padding: 0 !important;
  align-items: center !important;
  flex: 0 0 71px !important;
}

html:root body footer.ftr .ftr-logo img {
  display: block !important;
  width: 71px !important;
  height: 38px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

html:root body footer.ftr .ftr-tagline {
  max-width: 38ch !important;
  margin: 0 !important;
  color: var(--pdf-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  opacity: 1 !important;
}

html:root body footer.ftr .ftr-socials {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 520px !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: flex-end !important;
  align-content: flex-start !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  row-gap: 10px !important;
  overflow: visible !important;
}

html:root body footer.ftr .ftr-socials > a:not(.ftr-report-btn) {
  display: inline-flex !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  padding: 0 !important;
  flex: 0 0 44px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(174, 185, 200, .16) !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, .045) !important;
  color: var(--pdf-icon) !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

html:root body footer.ftr .ftr-socials > a:not(.ftr-report-btn):hover {
  color: var(--pdf-text) !important;
  border-color: rgba(34, 197, 94, .48) !important;
  background: rgba(34, 197, 94, .11) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.ftr .ftr-socials > a.ftr-report-btn {
  display: inline-flex !important;
  order: 99 !important;
  width: auto !important;
  min-width: 180px !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  margin: 0 0 0 auto !important;
  padding: 12px 20px !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  border: 1px solid rgba(248, 113, 113, .46) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--pdf-red), #a81414) !important;
  box-shadow: 0 8px 24px rgba(185, 28, 28, .22), inset 0 1px rgba(255, 255, 255, .1) !important;
  color: #fff !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .055em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  animation: none !important;
}

html:root body footer.ftr .ftr-socials > a.ftr-report-btn:hover {
  color: #fff !important;
  border-color: rgba(254, 202, 202, .58) !important;
  background: linear-gradient(135deg, var(--pdf-red-hover), #7f1d1d) !important;
  box-shadow: 0 10px 28px rgba(153, 27, 27, .32), inset 0 1px rgba(255, 255, 255, .1) !important;
  transform: translateY(-2px) !important;
}

html:root body footer.ftr .ftr-links {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  min-width: 0 !important;
  gap: 36px !important;
  margin: 0 !important;
  padding: 28px 0 30px !important;
  align-items: start !important;
}

html:root body footer.ftr .ftr-links > .ftr-links-group {
  display: flex !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

html:root body footer.ftr .ftr-links > .ftr-links-group > a {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 31px !important;
  margin: 0 !important;
  padding: 5px 0 !important;
  align-items: center !important;
  color: var(--pdf-muted) !important;
  font-size: 13px !important;
  font-weight: 450 !important;
  line-height: 1.45 !important;
  text-align: start !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  opacity: 1 !important;
}

html:root body footer.ftr .ftr-links > .ftr-links-group > a:hover {
  color: var(--pdf-text) !important;
  transform: none !important;
}

html:root body footer.ftr .ftr-bar {
  display: block !important;
  width: 100% !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 18px 0 calc(18px + env(safe-area-inset-bottom, 0px)) !important;
  border: 0 !important;
  border-top: 1px solid var(--pdf-line-soft) !important;
  color: var(--pdf-muted) !important;
  font-size: 12px !important;
  font-weight: 450 !important;
  line-height: 1.5 !important;
  letter-spacing: .015em !important;
  text-align: center !important;
}

html[data-page="domain"][data-theme="light"] body footer.ftr {
  --pdf-bg: #f2f5f8;
  --pdf-bg-deep: #e8edf2;
  --pdf-line: rgba(22, 163, 74, .22);
  --pdf-line-soft: rgba(15, 23, 42, .12);
  --pdf-text: #172033;
  --pdf-muted: #475569;
  --pdf-icon: #475569;
  background:
    radial-gradient(70% 160px at 50% 0, rgba(22, 163, 74, .07), transparent 72%),
    linear-gradient(180deg, var(--pdf-bg) 0, var(--pdf-bg-deep) 100%) !important;
}

html[data-page="domain"][data-theme="light"] body footer.ftr .ftr-socials > a:not(.ftr-report-btn) {
  border-color: rgba(15, 23, 42, .14) !important;
  background: rgba(255, 255, 255, .62) !important;
}

@media (max-width: 1023px) {
  html:root body footer.ftr {
    padding-top: 40px !important;
  }

  html:root body footer.ftr .ftr-top {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  html:root body footer.ftr .ftr-brand {
    justify-content: center !important;
    text-align: center !important;
  }

  html:root body footer.ftr .ftr-socials {
    margin-inline: auto !important;
    justify-content: center !important;
  }
}

@media (max-width: 719px) {
  html:root body footer.ftr {
    margin-top: 48px !important;
    padding-top: 32px !important;
  }

  html:root body footer.ftr > .container {
    padding-inline: 20px !important;
  }

  html:root body footer.ftr .ftr-brand {
    flex-direction: column !important;
    gap: 8px !important;
  }

  html:root body footer.ftr .ftr-top {
    gap: 20px !important;
    padding-bottom: 24px !important;
    text-align: center !important;
  }

  html:root body footer.ftr .ftr-socials {
    display: grid !important;
    width: min(100%, 252px) !important;
    max-width: 252px !important;
    grid-template-columns: repeat(5, 44px) !important;
    grid-auto-rows: auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }

  html:root body footer.ftr .ftr-socials > a.ftr-report-btn {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 4px 0 0 !important;
  }

  html:root body footer.ftr .ftr-links {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    padding: 24px 0 26px !important;
  }

  html:root body footer.ftr .ftr-links > .ftr-links-group {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 2px 20px !important;
    width: 100% !important;
  }

  html:root body footer.ftr .ftr-links > .ftr-links-group::before,
  html:root body footer.ftr .ftr-links > .ftr-links-group > :is(h3, h4, .footer-heading) {
    grid-column: 1 / -1 !important;
  }

  html:root body footer.ftr .ftr-links > .ftr-links-group > a {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 7px 0 !important;
    align-items: center !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 359px) {
  html:root body footer.ftr > .container {
    padding-inline: 16px !important;
  }

  html:root body footer.ftr .ftr-socials {
    width: min(100%, 200px) !important;
    max-width: 200px !important;
    grid-template-columns: repeat(4, 44px) !important;
  }

  html:root body footer.ftr .ftr-links {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  html:root body footer.ftr .ftr-links > .ftr-links-group {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:root body footer.pd-site-footer *,
  html:root body footer.pd-site-footer *::before,
  html:root body footer.pd-site-footer *::after,
  html:root body footer.ftr *,
  html:root body footer.ftr *::before,
  html:root body footer.ftr *::after,
  html:root body footer.sf-footer *,
  html:root body footer.sf-footer *::before,
  html:root body footer.sf-footer *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  html:root body footer.pd-site-footer,
  html:root body footer.ftr,
  html:root body footer.sf-footer {
    display: none !important;
  }
}
