/* Hide Framer acquisition banner (absolute + overflow clip) */
[data-framer-name="Acquisition Banner"],
a.framer-1m7eirq[data-framer-name="Acquisition Banner"] {
  display: none !important;
}

/*
  Replacement banner — measured 1:1 from Framer staging
  Desktop: 38px / 12px 30px / Ancizar 14px / tracking 0.56px
  Mobile:  31px / 10px 16px / Ancizar 11px / tracking 0.22px
  Do not retouch hero padding: Framer already clears this strip.
*/
.kku-acquisition-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 38px;
  padding: 12px 30px;
  background: #e0fbcf;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.kku-acquisition-banner span {
  font-family: "Ancizar Serif", "Ancizar Serif Placeholder", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 809.98px) {
  .kku-acquisition-banner {
    height: 31px;
    padding: 10px 16px;
  }

  .kku-acquisition-banner span {
    font-size: 11px;
    letter-spacing: 0.22px;
    line-height: 11px;
    white-space: normal;
  }
}
