/* stylesheet_10.css - Footer and Support Components */
footer.full-width {
  width: 100%;
  background-color: #01040a;
  padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.support-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--brand-reg);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  z-index: 100;
}