#sqo-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 16px;
}

.sqo-dialog {
  max-width: 460px;
  margin: 6vh auto 0;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
}

.sqo-title {
  margin: 0 0 12px;
  font-size: 20px;
}

#sqo-form {
  display: grid;
  gap: 10px;
}

.sqo-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#sqo-form input,
#sqo-form select,
#sqo-form button,
#sqo-success button,
#sqo-success .sqo-wa-button {
  width: 100%;
  padding: 10px 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
}

#sqo-form button,
#sqo-success .sqo-wa-button {
  border: 0;
  background: #0b7a75;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.sqo-wa-button{
  margin-bottom: 10px;
}
#sqo-success button {
  margin-top: 10px;
  border: 1px solid #d0d6db;
  background: #fff;
}

.sqo-legal {
  display: grid;
  gap: 8px;
  margin: 2px 0 4px;
  color: #26313d;
  font-size: 12px;
  line-height: 1.35;
}

.sqo-check {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
}

#sqo-form .sqo-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  padding: 0;
  accent-color: #0b7a75;
}

.sqo-check a {
  color: #0b7a75;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
