.unl-ip-footer {
  position: relative;
  z-index: 1;
  clear: both;
  box-sizing: border-box;
  width: min(100% - 2rem, 76rem);
  margin: 2.5rem auto 0;
  padding: 1.25rem clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(121, 226, 255, 0.28);
  border-radius: 1rem 1rem 0 0;
  background: rgba(7, 13, 31, 0.92);
  color: #f7f4ff;
  text-align: center;
  font: 500 0.9rem/1.6 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.unl-ip-footer p {
  max-width: 68rem;
  margin: 0 auto 0.7rem;
}

.unl-ip-footer p:last-child {
  margin-bottom: 0;
}

.unl-ip-footer a {
  color: #7eeeff;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.unl-ip-footer a:hover,
.unl-ip-footer a:focus-visible {
  color: #ff87d7;
}

.unl-ip-page {
  min-height: 100%;
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 60, 195, 0.2), transparent 35rem),
    radial-gradient(circle at 95% 10%, rgba(0, 226, 255, 0.18), transparent 38rem),
    #070d1f;
  color: #f7f4ff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.unl-ip-notice {
  box-sizing: border-box;
  width: min(100% - 2rem, 74rem);
  margin: 0 auto;
  padding: clamp(1.25rem, 4vw, 3.5rem) 0 2rem;
}

.unl-ip-notice__back {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: #7eeeff;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.unl-ip-notice__hero,
.unl-ip-notice section {
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: clamp(1rem, 3vw, 1.7rem);
  border: 1px solid rgba(121, 226, 255, 0.24);
  border-radius: 1rem;
  background: rgba(13, 22, 48, 0.9);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.unl-ip-notice__eyebrow {
  margin: 0 0 0.35rem;
  color: #ffd34f;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.unl-ip-notice h1,
.unl-ip-notice h2 {
  margin-top: 0;
  color: #fff8ef;
  line-height: 1.15;
}

.unl-ip-notice h1 {
  margin-bottom: 0.6rem;
  font-size: clamp(2rem, 6vw, 4rem);
}

.unl-ip-notice h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
}

.unl-ip-notice p,
.unl-ip-notice li {
  color: #dce5f8;
  line-height: 1.7;
}

.unl-ip-notice ul {
  padding-left: 1.35rem;
}

.unl-ip-notice a {
  color: #7eeeff;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.unl-ip-notice__principle {
  color: #ff87d7 !important;
  font-size: 1.1rem;
  font-weight: 900;
}

@media (max-width: 40rem) {
  .unl-ip-footer {
    width: min(100% - 1rem, 76rem);
    margin-top: 1.5rem;
    padding: 1rem;
    font-size: 0.82rem;
  }

  body:has(.mobile-companion-dock) .unl-ip-footer p:first-child {
    max-width: calc(100% - 4rem);
    margin-left: 0;
    text-align: left;
  }

  .unl-ip-notice {
    width: min(100% - 1rem, 74rem);
  }
}

@media print {
  .unl-ip-footer {
    display: none !important;
  }
}
