.bell-corporate-footer {
  background:
    radial-gradient(circle at 15% 0%, rgba(124, 58, 237, 0.24), transparent 30%),
    linear-gradient(135deg, #111827 0%, #1f1147 48%, #0f172a 100%);
  border-top: 1px solid rgba(196, 181, 253, 0.22);
  color: #ede9fe;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bell-corporate-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1rem 1.25rem 0.9rem;
  text-align: center;
}

.bell-corporate-footer__tagline {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  max-width: 42rem;
}

.bell-corporate-footer .bell-corporate-footer__links {
  align-items: baseline !important;
  display: block !important;
  gap: 0 !important;
  grid-template-columns: none !important;
  justify-content: center !important;
  line-height: 1.35;
  text-align: center !important;
  white-space: nowrap;
}

.bell-corporate-footer .bell-corporate-footer__links > a,
.bell-corporate-footer .bell-corporate-footer__links > .bell-corporate-footer__link {
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #ede9fe !important;
  cursor: pointer;
  display: inline !important;
  float: none !important;
  flex: 0 0 auto !important;
  font-size: 0.875rem;
  font-weight: 600;
  grid-column: auto !important;
  height: auto !important;
  line-height: inherit !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: static !important;
  text-align: inherit !important;
  text-decoration: none !important;
  transform: none !important;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
  width: auto !important;
}

.bell-corporate-footer .bell-corporate-footer__links > a:hover,
.bell-corporate-footer .bell-corporate-footer__links > a:focus-visible,
.bell-corporate-footer .bell-corporate-footer__links > .bell-corporate-footer__link:hover,
.bell-corporate-footer .bell-corporate-footer__links > .bell-corporate-footer__link:focus-visible {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #c4b5fd !important;
  outline: none;
  text-decoration: underline !important;
  text-decoration-color: rgba(196, 181, 253, 0.75) !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.bell-corporate-footer .bell-corporate-footer__links > .bell-corporate-footer__sep {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: rgba(196, 181, 253, 0.42) !important;
  display: inline !important;
  float: none !important;
  flex: 0 0 auto !important;
  font-size: 0.875rem;
  font-weight: 400;
  grid-column: auto !important;
  height: auto !important;
  line-height: inherit !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0 0.55rem !important;
  position: static !important;
  transform: none !important;
  width: auto !important;
  user-select: none;
}

.bell-corporate-footer__meta {
  color: #c4b5fd;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 520px) {
  .bell-corporate-footer__inner {
    gap: 0.5rem;
    padding: 0.95rem 1rem 0.9rem;
  }

  .bell-corporate-footer .bell-corporate-footer__links {
    white-space: normal;
  }

  .bell-corporate-footer .bell-corporate-footer__links > .bell-corporate-footer__sep {
    padding: 0 0.4rem !important;
  }
}
