html.sfhh-growth-popup-open,
html.sfhh-growth-popup-open body {
  overflow: hidden;
}

.sfhh-growth-popup[hidden] {
  display: none !important;
}

.sfhh-growth-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.sfhh-growth-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.sfhh-growth-popup__container {
  position: relative;
  width: min(calc(100% - 32px), var(--sfhh-popup-max-width, 620px));
  margin: min(8vh, 72px) auto;
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #2a2a2a 100%);
  border-radius: 20px;
  box-shadow: 0 25px 80px rgba(0,0,0,.42);
  overflow: hidden;
}

.sfhh-growth-popup__content {
  padding: 34px 28px 28px;
  text-align: center;
}

.sfhh-growth-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.sfhh-growth-popup__logo {
  text-align: center;
  margin: 0 0 12px;
}

.sfhh-growth-popup__logo img {
  max-width: 150px;
  height: auto;
  display: inline-block;
}

.sfhh-growth-popup__title {
  font-family: Impact, "Arial Black", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0 0 12px;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
}

.sfhh-nowrap {
  white-space: nowrap;
}

.sfhh-growth-popup__subheadline {
  margin: 0 0 20px;
  color: #d5d5d5;
  font-size: 16px;
  line-height: 1.55;
}

.sfhh-growth-popup__form {
  display: grid;
  gap: 12px;
}

.sfhh-growth-popup__input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.18);
  background: #ffffff;
  color: #111111;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  box-sizing: border-box;
}

.sfhh-growth-popup__input:focus {
  outline: none;
  border-color: var(--sfhh-accent, #ff0013);
  box-shadow: 0 0 0 3px rgba(255,0,19,.16);
}

.sfhh-growth-popup__button {
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 15px 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, var(--sfhh-accent, #ff0013) 0%, var(--sfhh-accent-alt, #d7a448) 100%);
}

.sfhh-growth-popup__button[disabled] {
  opacity: .72;
  cursor: wait;
}

.sfhh-growth-popup__privacy {
  margin: 2px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #bcbcbc;
}

.sfhh-growth-popup__message {
  margin-top: 4px;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
}

.sfhh-growth-popup__message.is-success {
  display: block;
  background: rgba(34, 197, 94, 0.14);
  color: #d8ffe5;
  border: 1px solid rgba(34,197,94,.28);
}

.sfhh-growth-popup__message.is-error {
  display: block;
  background: rgba(239, 68, 68, 0.14);
  color: #ffd8d8;
  border: 1px solid rgba(239,68,68,.28);
}

.sfhh-growth-popup__honeypot,
.screen-reader-text {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 480px) {
  .sfhh-growth-popup__content {
    padding: 28px 20px 22px;
  }

  .sfhh-growth-popup__title {
    font-size: 30px;
    line-height: 1.08;
  }
}
