.pathak-enquiry-wrap {
  position: relative;
}

.pathak-enquiry-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pathak-enquiry-form input,
.pathak-enquiry-form textarea {
  width: 100%;
  border: 1px solid #d2d6db;
  border-radius: 6px;
  padding: 11px 12px;
  margin-top: 6px;
  background: #fff;
}

.pathak-enquiry-form textarea {
  resize: vertical;
  min-height: 110px;
}

.pathak-enquiry-label {
  display: block;
  font-weight: 600;
  color: #23272f;
}

.pathak-required {
  color: #b42318;
}

.pathak-enquiry-field {
  margin-bottom: 16px;
}

.pathak-enquiry-field-error {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: #b42318;
  font-size: 12px;
}

.pathak-enquiry-actions,
.pathak-otp-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pathak-enquiry-submit,
.pathak-enquiry-secondary {
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pathak-enquiry-submit {
  background: #1f6feb;
  color: #fff;
}

.pathak-enquiry-secondary {
  background: #eef2f6;
  color: #23272f;
}

.pathak-enquiry-submit:disabled,
.pathak-enquiry-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pathak-enquiry-response {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.pathak-enquiry-response.is-error {
  color: #b42318;
}

.pathak-enquiry-response.is-success {
  color: #067647;
}

.pathak-otp-modal[hidden] {
  display: none;
}

.pathak-otp-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.pathak-otp-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
}

.pathak-otp-dialog {
  position: relative;
  z-index: 2;
  width: min(92vw, 480px);
  margin: 8vh auto 0;
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.28);
}

.pathak-otp-dialog h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.pathak-otp-copy {
  margin: 0 0 18px;
  color: #475467;
  line-height: 1.7;
}

.pathak-otp-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #475467;
  cursor: pointer;
}

.pathak-otp-meta {
  margin-bottom: 16px;
  color: #475467;
  font-size: 13px;
}

.pathak-enquiry-badge {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #eef2f6;
  color: #344054;
}

.pathak-enquiry-badge--verified,
.pathak-enquiry-badge--ok {
  background: #e7f6ec;
  color: #067647;
}

.pathak-enquiry-badge--spam,
.pathak-enquiry-badge--blocked,
.pathak-enquiry-badge--failed {
  background: #fde8e8;
  color: #b42318;
}

.pathak-enquiry-badge--muted {
  background: #f2f4f7;
  color: #475467;
}

.pathak-enquiry-admin-note {
  padding: 12px 14px;
  border-left: 4px solid #d0a400;
  background: #fff8d6;
}

@media (max-width: 767px) {
  .pathak-otp-dialog {
    width: calc(100vw - 24px);
    margin-top: 5vh;
    padding: 22px 18px;
  }

  .pathak-otp-dialog h2 {
    font-size: 22px;
  }
}
