.FooterBar {
  background: linear-gradient(120deg, rgba(2, 6, 23, 0.92), rgba(7, 18, 18, 0.92));
  color: #e6fffb;
  width: 100%;
  padding: 48px 6vw 56px;
  border-top: 1px solid rgba(88, 230, 212, 0.14);
  box-shadow: 0 -18px 38px rgba(2, 6, 23, 0.35);
  position: relative;
  overflow: hidden;
}

.FooterBarSnapping {
  width: 100vw;
  padding: 28px 6vw 32px;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  align-items: flex-start;
}

.FooterBar .LiquidBackground {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.FooterBar .LiquidBackground canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.FooterBarInner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.FooterBrand h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.FooterTagline {
  margin: 0;
  color: rgba(230, 255, 251, 0.65);
  line-height: 1.6;
  max-width: 360px;
}

.FooterColumn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.FooterColumn h4 {
  margin: 0 0 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: rgba(88, 230, 212, 0.9);
}

.FooterColumn a {
  text-decoration: none;
  color: rgba(230, 255, 251, 0.82);
  font-size: 0.92rem;
  transition: color 0.2s ease;
}

.FooterColumn a:hover {
  color: #58e6d4;
}

.FooterMeta {
  margin-top: 10px;
  font-size: 0.82rem;
  color: rgba(230, 255, 251, 0.55);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.FooterClimate {
  width: 100%;
  max-width: 300px;
  display: block;
  border: 0;
  overflow: hidden;
  height: 110px;
}

@media (max-width: 900px) {
  .FooterBarInner {
    grid-template-columns: 1fr;
  }
}
