.wave4-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(15, 14, 13, 0.96);
  border-top: 1px solid rgba(196, 169, 106, 0.35);
  backdrop-filter: blur(4px);
}

.wave4-sticky-cta a {
  flex: 1;
  text-align: center;
  padding: 11px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.wave4-sticky-cta .wave4-primary {
  background: #c4a96a;
  color: #1a1209;
}

.wave4-sticky-cta .wave4-secondary {
  background: transparent;
  color: #f5efe3;
  border: 1px solid rgba(245, 239, 227, 0.4);
}

.wave4-return-hub {
  margin: 26px auto 6px;
  text-align: center;
}

.wave4-return-hub a {
  color: #c4a96a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 981px) {
  .wave4-sticky-cta {
    max-width: 560px;
    left: auto;
    right: 16px;
    bottom: 16px;
    border: 1px solid rgba(196, 169, 106, 0.35);
    border-radius: 14px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  }
}
