.privacy-banner[hidden], .hubspot-placeholder[hidden], .hs-form-frame[hidden], .hubspot-status[hidden], .hubspot-submit-error[hidden] { display: none !important; }
.privacy-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(16px, 3vw, 48px);
  bottom: clamp(16px, 3vw, 40px);
  left: clamp(16px, 3vw, 48px);
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 30px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid #D8DCEC;
  border-radius: 20px;
  background: #fff;
  color: #111827;
  box-shadow: 0 16px 55px rgba(11, 14, 32, .19);
  font: 400 14px/1.55 Inter, sans-serif;
}
.privacy-banner__copy { max-width: 690px; }
.privacy-banner h2 { margin: 0 0 6px; color: #111827; font: 800 18px/1.3 Manrope, sans-serif; letter-spacing: -.02em; }
.privacy-banner p { margin: 0 0 6px; color: #4B5568; }
.privacy-banner a { color: #4038D8; text-decoration: underline; text-underline-offset: 3px; }
.privacy-banner__actions { display: flex; gap: 10px; flex: none; }
.privacy-banner button, .site-footer__privacy-button {
  cursor: pointer;
  font: 700 13px/1.4 Manrope, sans-serif;
}
.privacy-banner button { min-height: 44px; padding: 10px 16px; border: 1px solid #D8DCEC; border-radius: 10px; background: #fff; color: #111827; }
.privacy-banner .privacy-banner__allow { border-color: #4F46F5; background: #4F46F5; color: #fff; }
.privacy-banner button:hover { border-color: #4F46F5; }
.privacy-banner button:focus-visible, .privacy-banner a:focus-visible { outline: 3px solid #4F46F5; outline-offset: 3px; }
.site-footer .site-footer__privacy-button { padding: 0; border: 0; background: none; color: rgba(255,255,255,.66); text-align: left; }
.site-footer .site-footer__privacy-button:hover { color: #fff; }
.site-footer .site-footer__privacy-button:focus-visible { outline: 2px solid #A9A5FF; outline-offset: 4px; }
.hubspot-placeholder { display: grid; gap: 14px; align-content: center; min-height: 260px; padding: 26px; border: 1px solid #E7E9F2; border-radius: 16px; background: #F8F9FC; color: #4B5568; font: 400 15px/1.6 Inter, sans-serif; }
.hs-form-shell:has(.hubspot-placeholder:not([hidden])) { min-height: 0; }
.hubspot-placeholder p { margin: 0; }
.hubspot-placeholder button { width: fit-content; min-height: 44px; padding: 12px 18px; border: 0; border-radius: 11px; background: #4F46F5; color: #fff; cursor: pointer; font: 700 14px/1.3 Manrope, sans-serif; }
.hubspot-placeholder a { color: #4038D8; }
.hubspot-placeholder button:focus-visible, .hubspot-placeholder a:focus-visible { outline: 3px solid #4F46F5; outline-offset: 3px; }
.hubspot-status { margin: 18px 0; color: #4B5568; font: 400 14px/1.5 Inter, sans-serif; }
.hubspot-submit-error { margin: 18px 0; padding: 14px 16px; border: 1px solid #F1BEC5; border-radius: 10px; background: #FFF4F5; color: #8E1F31; font: 500 14px/1.5 Inter, sans-serif; }
.hubspot-submit-error a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 800px) {
  .privacy-banner { flex-direction: column; align-items: stretch; gap: 18px; }
  .privacy-banner__actions { flex-wrap: wrap; }
  .privacy-banner button { flex: 1 1 180px; }
}
@media (max-width: 450px) {
  .privacy-banner { padding: 18px; border-radius: 16px; }
  .privacy-banner__actions { flex-direction: column; }
  .privacy-banner button { flex-basis: auto; }
}
