/* AURENBIO Footer — approved Desktop Phase 1 only. */
#aurenbio-approved-site-footer,
#aurenbio-approved-site-footer * {
  box-sizing: border-box;
  font-family: "Poppins", Arial, sans-serif !important;
}

#aurenbio-approved-site-footer {
  display: none;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: #041534;
  color: #c9d5e8;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  isolation: isolate;
}

#aurenbio-approved-site-footer::before,
#aurenbio-approved-site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#aurenbio-approved-site-footer::before {
  z-index: 0;
  background-image: url("footer-global-globe-v2.webp");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .90;
}

#aurenbio-approved-site-footer::after {
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 48, .97) 0%, rgba(3, 21, 55, .92) 46%, rgba(3, 22, 60, .70) 72%, rgba(3, 23, 65, .48) 100%),
    linear-gradient(180deg, rgba(3, 17, 45, .16) 0%, rgba(2, 14, 37, .64) 100%);
}

#aurenbio-approved-site-footer > * {
  position: relative;
  z-index: 1;
}

#aurenbio-approved-site-footer a {
  color: inherit;
  text-decoration: none;
}

#aurenbio-approved-site-footer .aurenbio-footer-shell {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

#aurenbio-approved-site-footer .aurenbio-footer-cta {
  position: relative;
  min-height: 300px;
  padding: 50px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(4, 24, 66, .28), rgba(4, 24, 66, .04));
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

#aurenbio-approved-site-footer .aurenbio-footer-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(3, 20, 57, .46) 0%, rgba(3, 20, 57, .18) 58%, rgba(3, 20, 57, 0) 82%);
}

#aurenbio-approved-site-footer .aurenbio-footer-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  align-items: center;
  min-height: 200px;
  gap: 28px;
}

#aurenbio-approved-site-footer .aurenbio-footer-cta__copy {
  max-width: 700px;
}

#aurenbio-approved-site-footer .aurenbio-footer-eyebrow {
  margin: 0 0 11px;
  color: #8fc5ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .07em;
}

#aurenbio-approved-site-footer .aurenbio-footer-cta h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font: 700 32px/1.2 "Poppins", Arial, sans-serif;
  letter-spacing: -.025em;
}

#aurenbio-approved-site-footer .aurenbio-footer-cta__body {
  max-width: 700px;
  margin: 16px 0 0;
  color: #dce6f5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

#aurenbio-approved-site-footer .aurenbio-footer-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding-top: 4px;
  justify-self: end;
}

#aurenbio-approved-site-footer .aurenbio-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 48px;
  min-height: 48px;
  padding: 12px 20px;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .02em;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}

#aurenbio-approved-site-footer .aurenbio-footer-button--primary {
  color: #08286d;
  background: #fff;
  border-color: #fff;
}

#aurenbio-approved-site-footer .aurenbio-footer-button--secondary {
  color: #fff;
  background: rgba(5, 27, 77, .58);
  border-color: rgba(255, 255, 255, .72);
}

#aurenbio-approved-site-footer .aurenbio-footer-button:hover,
#aurenbio-approved-site-footer .aurenbio-footer-button:focus-visible {
  transform: translateY(-1px);
}

#aurenbio-approved-site-footer .aurenbio-footer-button--primary:hover,
#aurenbio-approved-site-footer .aurenbio-footer-button--primary:focus-visible {
  color: #005ddd;
  background: #eef6ff;
}

#aurenbio-approved-site-footer .aurenbio-footer-button--secondary:hover,
#aurenbio-approved-site-footer .aurenbio-footer-button--secondary:focus-visible {
  color: #08286d;
  background: #fff;
  border-color: #fff;
}

#aurenbio-approved-site-footer a:focus-visible {
  outline: 3px solid #73b8ff;
  outline-offset: 3px;
}

#aurenbio-approved-site-footer .aurenbio-footer-main {
  padding: 52px 0 44px;
  background: linear-gradient(90deg, rgba(4, 23, 58, .74), rgba(4, 23, 58, .44));
}

#aurenbio-approved-site-footer .aurenbio-footer-grid {
  display: grid;
  grid-template-columns: minmax(330px, 1.2fr) minmax(150px, .7fr) minmax(210px, .95fr) minmax(190px, .85fr);
  align-items: start;
  gap: 56px;
}

#aurenbio-approved-site-footer .aurenbio-footer-brand {
  width: 100%;
  max-width: 350px;
  padding-right: 0;
}

#aurenbio-approved-site-footer .aurenbio-footer-brand__home {
  display: inline-flex;
  position: relative;
  width: 210px;
  height: 70px;
  padding: 0;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 0;
  background: transparent;
}

#aurenbio-approved-site-footer .aurenbio-footer-brand__home::before {
  content: none;
}

#aurenbio-approved-site-footer .aurenbio-footer-brand__home img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

#aurenbio-approved-site-footer .aurenbio-footer-brand__description {
  max-width: 350px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

#aurenbio-approved-site-footer .aurenbio-footer-research-notice {
  display: flex;
  align-items: flex-start;
  max-width: 340px;
  margin-top: 20px;
  padding: 13px 15px 13px 14px;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 3px solid #6fa3f2;
  border-radius: 10px;
  background: rgba(255, 255, 255, .035);
}

#aurenbio-approved-site-footer .aurenbio-footer-research-notice strong,
#aurenbio-approved-site-footer .aurenbio-footer-research-notice span {
  display: block;
}

#aurenbio-approved-site-footer .aurenbio-footer-research-notice strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

#aurenbio-approved-site-footer .aurenbio-footer-research-notice span {
  margin-top: 2px;
  color: #afc0d8;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

#aurenbio-approved-site-footer .aurenbio-footer-column h3 {
  display: flex;
  align-items: center;
  min-height: 24px;
  margin: 2px 0 22px;
  gap: 9px;
  color: #fff;
  font: 700 13px/1.4 "Poppins", Arial, sans-serif;
  letter-spacing: .055em;
}

#aurenbio-approved-site-footer .aurenbio-footer-column__toggle {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-align: left;
  opacity: 1;
  appearance: none;
}

#aurenbio-approved-site-footer .aurenbio-footer-column__toggle:disabled {
  color: inherit;
  opacity: 1;
}

#aurenbio-approved-site-footer .aurenbio-footer-column__label {
  min-width: 0;
}

#aurenbio-approved-site-footer .aurenbio-footer-column__chevron {
  display: none;
}

#aurenbio-approved-site-footer .aurenbio-footer-column__panel {
  display: block;
}

#aurenbio-approved-site-footer .aurenbio-footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#aurenbio-approved-site-footer .aurenbio-footer-column li + li {
  margin-top: 14px;
}

#aurenbio-approved-site-footer .aurenbio-footer-column a {
  display: inline-flex;
  position: relative;
  align-items: center;
  min-height: 23px;
  gap: 7px;
  color: rgba(255, 255, 255, .86);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: color .18s ease, transform .18s ease;
}

#aurenbio-approved-site-footer .aurenbio-footer-column a > span {
  width: 0;
  overflow: hidden;
  color: #73b8ff;
  opacity: 0;
  transform: translateX(-5px);
  transition: width .18s ease, opacity .18s ease, transform .18s ease;
}

#aurenbio-approved-site-footer .aurenbio-footer-column a:hover,
#aurenbio-approved-site-footer .aurenbio-footer-column a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

#aurenbio-approved-site-footer .aurenbio-footer-column a:hover > span,
#aurenbio-approved-site-footer .aurenbio-footer-column a:focus-visible > span {
  width: 13px;
  opacity: 1;
  transform: translateX(0);
}

#aurenbio-approved-site-footer .aurenbio-footer-icon {
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  -webkit-mask: var(--aurenbio-footer-icon) center / contain no-repeat;
  mask: var(--aurenbio-footer-icon) center / contain no-repeat;
}

#aurenbio-approved-site-footer .aurenbio-footer-column .aurenbio-footer-icon,
#aurenbio-approved-site-footer .aurenbio-footer-research-notice > .aurenbio-footer-icon {
  color: #6fa3f2;
}

#aurenbio-approved-site-footer .aurenbio-footer-bottom {
  background: rgba(2, 14, 39, .68);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

#aurenbio-approved-site-footer .aurenbio-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 32px;
}

#aurenbio-approved-site-footer .aurenbio-footer-bottom p {
  margin: 0;
  color: rgba(220, 230, 245, .72);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #aurenbio-approved-site-footer { display: block; }

  /* One desktop footer render path: suppress known theme/Elementor legacy locations only. */
  body.aurenbio-approved-footer-live #colophon,
  body.aurenbio-approved-footer-live .site-footer:not(#aurenbio-approved-site-footer),
  body.aurenbio-approved-footer-live .elementor-location-footer:not(#aurenbio-approved-site-footer),
  body.aurenbio-approved-footer-live [data-elementor-type="footer"]:not(#aurenbio-approved-site-footer) {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1319px) {
  #aurenbio-approved-site-footer .aurenbio-footer-shell { width: min(1160px, calc(100% - 48px)); }
  #aurenbio-approved-site-footer .aurenbio-footer-grid {
    grid-template-columns: minmax(330px, 1.2fr) minmax(145px, .7fr) minmax(205px, .95fr) minmax(185px, .85fr);
    gap: 40px;
  }
  #aurenbio-approved-site-footer .aurenbio-footer-cta__inner { grid-template-columns: minmax(0, 1fr) 230px; gap: 28px; }
  #aurenbio-approved-site-footer .aurenbio-footer-button { width: 230px; }
}

@media (min-width: 1600px) {
  #aurenbio-approved-site-footer .aurenbio-footer-shell { width: min(1320px, calc(100% - 96px)); }
  #aurenbio-approved-site-footer .aurenbio-footer-grid { gap: 64px; }
}

/* Footer Mobile Phase 2 — responsive adaptation of the locked Desktop design. */
@media (max-width: 1023px) {
  #aurenbio-approved-site-footer {
    display: block;
    font-size: 14px;
  }

  body.aurenbio-approved-footer-live #colophon,
  body.aurenbio-approved-footer-live .site-footer:not(#aurenbio-approved-site-footer),
  body.aurenbio-approved-footer-live .elementor-location-footer:not(#aurenbio-approved-site-footer),
  body.aurenbio-approved-footer-live [data-elementor-type="footer"]:not(#aurenbio-approved-site-footer) {
    display: none !important;
  }

  #aurenbio-approved-site-footer::before {
    background-position: 72% center;
    background-size: auto 100%;
    opacity: .88;
  }

  #aurenbio-approved-site-footer::after {
    background:
      linear-gradient(90deg, rgba(3, 18, 48, .97) 0%, rgba(3, 21, 55, .90) 60%, rgba(3, 23, 65, .68) 100%),
      linear-gradient(180deg, rgba(3, 17, 45, .24) 0%, rgba(2, 14, 37, .68) 100%);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-shell {
    width: calc(100% - 32px);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta {
    min-height: 0;
    padding: 34px 0 34px;
    border-bottom-color: rgba(255, 255, 255, .055);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta__inner {
    display: block;
    min-height: 0;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta h2 {
    max-width: 620px;
    font-size: clamp(27px, 7.4vw, 32px);
    line-height: 1.22;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta__body {
    max-width: 700px;
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.65;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta__actions {
    align-items: stretch;
    width: 100%;
    margin-top: 28px;
    padding-top: 0;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-button {
    width: 100%;
    height: 48px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-main {
    padding: 32px 0 28px;
    background: linear-gradient(180deg, rgba(4, 23, 58, .72), rgba(4, 23, 58, .52));
  }

  #aurenbio-approved-site-footer .aurenbio-footer-grid {
    display: block;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-brand {
    max-width: 100%;
    padding-bottom: 30px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-brand__home {
    width: 210px;
    height: 70px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-brand__description {
    max-width: 540px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.62;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-research-notice {
    max-width: 540px;
    margin-top: 20px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column {
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column h3 {
    display: block;
    min-height: 0;
    margin: 0;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column__toggle {
    min-height: 50px;
    padding: 0 2px;
    cursor: pointer;
    touch-action: manipulation;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column__toggle:focus-visible {
    outline: 3px solid #73b8ff;
    outline-offset: -3px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column__label {
    flex: 1 1 auto;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column__chevron {
    display: block;
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    border-right: 1.5px solid #9bc6ff;
    border-bottom: 1.5px solid #9bc6ff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column.is-open .aurenbio-footer-column__chevron {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column__panel {
    display: none;
    padding: 0 0 19px 25px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column.is-open .aurenbio-footer-column__panel {
    display: block;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column li + li {
    margin-top: 4px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column--legal li + li {
    margin-top: 0;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column a {
    display: flex;
    min-height: 42px;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.45;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-column a > span {
    display: none;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-bottom__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 0;
    padding: 16px 0 18px;
    gap: 5px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-bottom p {
    font-size: 11.5px;
  }
}

@media (min-width: 600px) and (max-width: 1023px) {
  #aurenbio-approved-site-footer .aurenbio-footer-shell {
    width: min(704px, calc(100% - 64px));
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta {
    padding-top: 40px;
    padding-bottom: 38px;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-cta__actions {
    flex-direction: row;
    align-items: center;
  }

  #aurenbio-approved-site-footer .aurenbio-footer-button {
    width: 230px;
  }
}
