html.sfhh-growth-popup-open, body.sfhh-growth-popup-open { 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,.65); }
.sfhh-growth-popup__container {
  position: relative; z-index: 2; width: calc(100% - 32px); max-width: var(--sfhh-popup-max-width, 620px);
  margin: 22px auto; background: radial-gradient(circle at top, rgba(17,24,39,.25), rgba(0,0,0,.1) 32%), linear-gradient(180deg, #05070b 0%, #101010 100%);
  border: 1px solid rgba(255,255,255,.08); border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.45); color: #fff;
}
.sfhh-growth-popup__content { padding: 28px 24px 26px; text-align: center; }
.sfhh-growth-popup__close { position: absolute; top: 10px; right: 14px; border: 0; background: transparent; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.sfhh-growth-popup__logo { margin: 0 0 10px; }
.sfhh-growth-popup__logo img { max-width: 170px; height: auto; display: inline-block; }
.sfhh-growth-popup__title {
  margin: 6px 0 14px; color: #fff; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-weight: 900; font-size: 64px; line-height: .95; letter-spacing: -.02em; text-transform: none;
}
.sfhh-nowrap { white-space: nowrap; }
.sfhh-growth-popup__subheadline { margin: 0 auto 18px; max-width: 540px; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.45; font-style: italic; }
.sfhh-growth-popup__form { margin-top: 4px; }
.sfhh-growth-popup__input {
  width: 100%; display: block; margin: 0 0 14px; border: 0; border-radius: 14px; background: #e8edf7; color: #1a1a1a;
  padding: 18px 16px; font-size: 17px; outline: none; box-sizing: border-box;
}
.sfhh-growth-popup__input::placeholder { color: rgba(26,26,26,.78); }
.sfhh-growth-popup__button {
  width: 100%; border: 0; border-radius: 14px; padding: 17px 18px; cursor: pointer; color: #fff; font-size: 17px; font-weight: 700; font-style: italic;
  background: linear-gradient(90deg, var(--sfhh-accent, #ff0013), var(--sfhh-accent-alt, #d7a448));
}
.sfhh-growth-popup__button[disabled] { opacity: .75; cursor: wait; }
.sfhh-growth-popup__privacy { margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: 14px; font-style: italic; }
.sfhh-growth-popup__message { margin-top: 14px; padding: 12px 14px; border-radius: 12px; font-size: 15px; line-height: 1.4; }
.sfhh-growth-popup__message.is-success { background: rgba(12, 128, 75, .18); color: #d8ffe6; border: 1px solid rgba(12, 128, 75, .34); }
.sfhh-growth-popup__message.is-error { background: rgba(176, 29, 29, .18); color: #ffd8d8; border: 1px solid rgba(176, 29, 29, .34); }
.sfhh-growth-popup__honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
@media (max-width: 640px) {
  .sfhh-growth-popup__container { width: calc(100% - 18px); margin: 8px auto; }
  .sfhh-growth-popup__content { padding: 24px 16px 22px; }
  .sfhh-growth-popup__title { font-size: 52px; }
  .sfhh-growth-popup__subheadline { font-size: 15px; }
}
