/* Think Unlimited Research — Authority Network contrast lock
   Scope: only the section detected by JS as the authority network before footer.
   Purpose: fix white/low-contrast text/cards while keeping all links unchanged.
*/

html body .tu-authority-contrast-lock {
  position: relative !important;
  max-width: 1120px !important;
  margin: clamp(34px, 7vw, 80px) auto clamp(34px, 6vw, 70px) !important;
  padding: clamp(24px, 5vw, 46px) !important;
  border-radius: 30px !important;
  border: 1px solid rgba(0, 229, 255, 0.36) !important;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 229, 255, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(235,252,255,0.94)) !important;
  box-shadow: 0 28px 80px rgba(15, 76, 129, 0.14) !important;
  color: #0b1f33 !important;
  opacity: 1 !important;
  overflow: hidden !important;
}

html body .tu-authority-contrast-lock,
html body .tu-authority-contrast-lock * {
  text-shadow: none !important;
  opacity: 1 !important;
  -webkit-text-fill-color: currentColor !important;
}

html body .tu-authority-contrast-lock h1,
html body .tu-authority-contrast-lock h2,
html body .tu-authority-contrast-lock h3,
html body .tu-authority-contrast-lock h4,
html body .tu-authority-contrast-lock strong {
  color: #081827 !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
}

html body .tu-authority-contrast-lock p,
html body .tu-authority-contrast-lock span,
html body .tu-authority-contrast-lock div,
html body .tu-authority-contrast-lock li {
  color: #32465c !important;
}

html body .tu-authority-contrast-lock a,
html body .tu-authority-contrast-lock .tu-authority-link-card {
  display: block !important;
  width: 100% !important;
  min-height: 74px !important;
  margin: 12px 0 !important;
  padding: 17px 18px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(0, 229, 255, 0.36) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(244,252,255,0.92)) !important;
  box-shadow: 0 16px 44px rgba(8, 24, 39, 0.08) !important;
  color: #0b1f33 !important;
  text-decoration: none !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

html body .tu-authority-contrast-lock a:hover,
html body .tu-authority-contrast-lock a:focus-visible {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 168, 255, 0.72) !important;
  box-shadow: 0 20px 56px rgba(0, 168, 255, 0.16) !important;
  outline: none !important;
}

html body .tu-authority-contrast-lock a small,
html body .tu-authority-contrast-lock a span,
html body .tu-authority-contrast-lock a p {
  color: #53677d !important;
  font-weight: 520 !important;
}

/* Mobile polish */
@media (max-width: 720px) {
  html body .tu-authority-contrast-lock {
    margin: 34px 16px 38px !important;
    padding: 22px 16px !important;
    border-radius: 24px !important;
  }

  html body .tu-authority-contrast-lock a,
  html body .tu-authority-contrast-lock .tu-authority-link-card {
    min-height: 70px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }
}
