.hs-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 25000;
  background: rgba(7, 9, 13, 0.97);
  border-top: 1px solid rgba(1, 181, 253, 0.32);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
  padding: 1rem 0;
  color: #e7edf7;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.hs-consent-inner {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hs-consent-text {
  flex: 1 1 420px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(231, 237, 247, 0.9);
}

.hs-consent-text a {
  color: #01b5fd;
}

.hs-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hs-consent-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #e7edf7;
  padding: 0.72rem 1rem;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.hs-consent-btn:hover {
  border-color: rgba(1, 181, 253, 0.45);
}

.hs-consent-btn-primary {
  background: #01b5fd;
  border-color: #01b5fd;
  color: #061018;
}

.hs-consent-btn-primary:hover {
  background: #33c4ff;
  border-color: #33c4ff;
}

.contact-map iframe[data-consent-pending="true"] {
  display: none;
}

.contact-map .hs-consent-map-placeholder {
  display: grid;
  place-items: center;
  min-height: 360px;
  border: 1px solid rgba(1, 181, 253, 0.22);
  background: #f5f7fa;
  color: #2f3848;
  text-align: center;
  padding: 1.5rem;
}

.contact-map .hs-consent-map-placeholder.is-hidden {
  display: none;
}

@media (max-width: 640px) {
  .hs-consent-actions {
    width: 100%;
  }

  .hs-consent-btn {
    flex: 1 1 auto;
    text-align: center;
  }
}
