.vsp-quote-box {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.vsp-quote-head h3 {
  font-size: 28px;
  margin: 0 0 8px;
}
.vsp-quote-head p {
  margin: 0 0 22px;
  color: #6b7280;
}
.vsp-quote-form .form-group { margin-bottom: 16px; }
.vsp-quote-form label { font-weight: 600; margin-bottom: 6px; display: block; }
.vsp-hp { position:absolute !important; left:-9999px !important; opacity:0 !important; pointer-events:none !important; }
.vsp-privacy, .vsp-switch-label { display:flex; gap:10px; align-items:flex-start; }
.vsp-privacy input, .vsp-switch-label input { margin-top:4px; }
.vsp-submit { min-width: 220px; }
.vsp-switch-wrap { display:flex; align-items:center; }
@media (max-width: 767px) {
  .vsp-quote-box { padding: 20px; }
  .vsp-quote-head h3 { font-size: 24px; }
}
