.hawthorne-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  z-index: 99999;
}

.hawthorne-popup-overlay.is-open { display: flex; }

.hawthorne-popup-modal {
  width: min(520px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  position: relative;
  font-family: inherit;
}

.hawthorne-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 26px;
  cursor: pointer;
  line-height: 1;
}

.hawthorne-popup-modal h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.hawthorne-popup-subtitle {
  margin: 0 0 16px;
  opacity: .85;
}

.hawthorne-popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.hawthorne-popup-modal input[type="text"],
.hawthorne-popup-modal input[type="email"] {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,.18);
  border-radius: 12px;
  font-size: 15px;
}

.hawthorne-popup-btn {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  background: #111;
  color: #fff;
}

.hawthorne-popup-msg {
  margin-top: 10px;
  font-size: 14px;
}

.hawthorne-popup-fineprint {
  margin-top: 10px;
  font-size: 12px;
  opacity: .7;
}

.hawthorne-popup-hp { display:none; }
