.gemnms-cf7-status {
  display: none;
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.gemnms-cf7-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 12, 8, 0.78);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.gemnms-cf7-popup-overlay.show {
  display: flex;
}
.gemnms-cf7-popup {
  width: 100%;
  max-width: 440px;
  background: #081909;
  border: 1px solid rgba(105, 240, 174, 0.25);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  text-align: center;
  position: relative;
}
.gemnms-cf7-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.gemnms-cf7-popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #69f0ae;
  margin-bottom: 14px;
}
.gemnms-cf7-popup-copy {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
}
.gemnms-cf7-popup-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  background: #69f0ae;
  color: #08260c;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}
.gemnms-cf7-popup-button:hover {
  background: #8cffb8;
}
.gemnms-cf7-popup-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 14px;
}
.gemnms-cf7-popup-overlay .wpcf7-response-output,
.gemnms-cf7-popup-overlay .wpcf7-not-valid-tip {
  display: none;
}
