.footer-links summary { color: #fff; font-size: 13px; font-weight: 800; list-style: none; }
.footer-links summary::-webkit-details-marker { display: none; }
.footer-links > div { display: grid; gap: 7px; margin-top: 12px; }
.content-share { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; margin-top: 22px; border-top: 1px solid #d7e1e7; border-bottom: 1px solid #d7e1e7; padding: 14px 0; }
.content-share > div { display: grid; gap: 2px; margin-right: auto; }
.content-share > div strong { color: #173251; font-size: 12px; }
.content-share > div span { color: #78889a; font-size: 9px; }
.content-share nav { display: flex; flex-wrap: wrap; gap: 7px; }
.content-share nav a,.content-share nav button { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #cddae2; border-radius: 50%; color: #0c315f; background: #fff; font: inherit; font-size: 9px; font-weight: 800; text-decoration: none; transition: .16s ease; }
.content-share nav a:hover,.content-share nav button:hover { border-color: #07958e; color: #fff; background: #07958e; }
.content-share > small { width: 100%; min-height: 12px; color: #078d87; font-size: 9px; }
.site-footer .footer__standards { display: flex; min-height: 48px; flex-wrap: wrap; gap: 0; align-items: center; margin-top: 20px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); padding: 8px 0; }
.site-footer .footer__standards .footer-badge { display: inline-flex; width: auto; min-height: 30px; gap: 8px; align-items: center; justify-content: flex-start; border: 0; border-right: 1px solid rgba(255,255,255,.14); border-radius: 0; padding: 3px 15px; color: rgba(255,255,255,.76); background: transparent; box-shadow: none; font-size: 9px; }
.site-footer .footer__standards .footer-badge:first-child { padding-left: 0; }
.site-footer .footer__standards .footer-badge:last-child { border-right: 0; }
.site-footer .footer__standards .footer-badge img { width: auto; max-width: 48px; height: 20px; max-height: 20px; object-fit: contain; }
.site-footer .footer__standards .footer-badge strong { color: #fff; font-size: 9px; }
.site-footer .footer__standards .footer-badge span { color: rgba(255,255,255,.66); font-size: 8px; }
.site-footer .footer__standards .footer-badge--ssl svg { width: 16px; height: 16px; padding: 0; }

@media (min-width: 761px) {
  .footer-links > summary { pointer-events: none; }
}

/* Final footer standards strip: no card treatment on mobile. */
.site-footer .footer__standards {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 0 !important;
  margin-top: 14px !important;
  border-top: 1px solid rgba(255,255,255,.13) !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
  padding: 12px 0 !important;
  text-align: center !important;
}

.site-footer .footer__standards .footer-badge {
  display: inline-flex !important;
  width: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  padding: 4px 12px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer .footer__standards .footer-badge:last-child {
  border-right: 0 !important;
}

.site-footer .footer__standards .footer-badge img {
  width: 52px !important;
  max-width: 52px !important;
  height: 22px !important;
  max-height: 22px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.site-footer .footer__standards .footer-badge--scholar img {
  width: 78px !important;
  max-width: 78px !important;
  height: 22px !important;
  max-height: 22px !important;
}

.site-footer .footer__standards .footer-badge--ssl svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.site-footer .footer__standards .footer-badge strong,
.site-footer .footer__standards .footer-badge span {
  display: inline !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  .site-footer { overflow: hidden; padding-top: 28px; padding-bottom: max(14px,env(safe-area-inset-bottom)); }
  .site-footer .footer__grid { display: grid; grid-template-columns: 1fr; gap: 0; text-align: left; }
  .site-footer .footer__brand { display: grid; justify-items: center; margin-bottom: 22px; text-align: center; }
  .site-footer .footer__brand img { width: min(220px,72vw); height: auto; }
  .site-footer .footer__brand p { max-width: 310px; margin: 12px auto 14px; font-size: 11px; line-height: 1.6; }
  .site-footer .social-row { justify-content: center; }
  .site-footer .footer-links { border-top: 1px solid rgba(255,255,255,.12); }
  .site-footer .footer-links summary { position: relative; display: flex; min-height: 50px; align-items: center; justify-content: space-between; cursor: pointer; }
  .site-footer .footer-links summary::after { color: #59d8d0; content: '+'; font-size: 19px; font-weight: 400; }
  .site-footer .footer-links[open] summary::after { content: '−'; }
  .site-footer .footer-links > div { gap: 0; margin: 0 0 12px; }
  .site-footer .footer-links a { display: flex; min-height: 38px; align-items: center; border-top: 1px solid rgba(255,255,255,.06); font-size: 11px; }
  .site-footer .footer-contact p { display: grid; gap: 2px; margin: 0; border-top: 1px solid rgba(255,255,255,.06); padding: 11px 0 8px; font-size: 11px; line-height: 1.45; }
  .site-footer .footer-company-link { font-size: 12.5px; }
  .site-footer .footer-contact .footer-company span:first-child { font-size: 12.5px; font-weight: 800; }
  .site-footer .footer-contact .footer-company span + span { margin-left: 0; font-size: 10px; }
  .site-footer .footer-contact a { display: flex; min-height: 34px; align-items: center; gap: 8px; border-top: 1px solid rgba(255,255,255,.06); overflow-wrap: anywhere; font-size: 11px; font-weight: 500; }
  .site-footer .footer-contact a svg { width: 14px; height: 14px; flex: 0 0 14px; }
  .site-footer .footer__standards { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 18px; border-bottom: 0; padding: 14px 0; }
  .site-footer .footer__standards .footer-badge { width: 100%; min-height: 58px; gap: 12px; justify-content: flex-start; border: 1px solid rgba(89,216,208,.2); border-radius: 10px; padding: 10px 13px; text-align: left; background: rgba(255,255,255,.035); }
  .site-footer .footer__standards .footer-badge:first-child { padding-left: 13px; }
  .site-footer .footer__standards .footer-badge img { width: 56px; max-width: 56px; height: 30px; max-height: 30px; }
  .site-footer .footer__standards .footer-badge--ssl svg { width: 27px; height: 27px; margin-inline: 10px 8px; }
  .site-footer .footer__standards .footer-badge span { font-size: 10px; }
  .site-footer .footer__standards .footer-badge strong { font-size: 11px; white-space: normal; }
  .site-footer .footer__bottom { display: grid; gap: 12px; justify-items: center; padding: 16px 16px max(28px,env(safe-area-inset-bottom)); text-align: center; font-size: 10px; line-height: 1.55; }
  .site-footer .footer__bottom > span:first-child { max-width: 290px; }
  .site-footer .footer-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 18px; }
  .site-footer .footer-legal-links a { font-size: 10px; }
  .footer-is-visible .caj-chatbot__toggle { opacity: 0; pointer-events: none; transform: translateY(12px); }
}

/* Final mobile cascade lock: publication standards are a flat centered strip, not cards. */
.site-footer .footer__standards {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 8px 0 !important;
  margin-top: 14px !important;
  border-top: 1px solid rgba(255,255,255,.13) !important;
  border-bottom: 1px solid rgba(255,255,255,.13) !important;
  padding: 12px 0 !important;
  text-align: center !important;
}

.site-footer .footer__standards .footer-badge {
  display: inline-flex !important;
  width: auto !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 0 !important;
  padding: 4px 12px !important;
  text-align: center !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer .footer__standards .footer-badge:last-child {
  border-right: 0 !important;
}

.site-footer .footer__standards .footer-badge img {
  width: 52px !important;
  max-width: 52px !important;
  height: 22px !important;
  max-height: 22px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.site-footer .footer__standards .footer-badge--ssl svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.site-footer .footer__standards .footer-badge strong,
.site-footer .footer__standards .footer-badge span {
  display: inline !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}
