.tslot-quote {
  width: 100%;
  max-width: none;
  margin: 20px 0 0;
  padding: 30px 34px;
  border: 1px solid #e2e5e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}
.tslot-quote * { box-sizing: border-box; }
.tslot-quote__header h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.25; }
.tslot-quote__header p { margin: 0 0 26px; color: #5d6670; line-height: 1.7; }
.tslot-quote fieldset { border: 0; padding: 0; margin: 0 0 28px; }
.tslot-quote legend {
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eceff2;
  font-size: 19px;
  font-weight: 700;
}
.tslot-quote__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}
.tslot-field--full { grid-column: 1 / -1; }
.tslot-field label { display: block; margin-bottom: 7px; font-weight: 600; }
.tslot-field label span { color: #b42318; }
.tslot-field input,
.tslot-field select,
.tslot-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #ccd2d8;
  border-radius: 6px;
  background: #fff;
  color: #20252a;
  font: inherit;
}
.tslot-field textarea { min-height: 130px; resize: vertical; }
.tslot-field input:focus,
.tslot-field select:focus,
.tslot-field textarea:focus {
  outline: 0;
  border-color: #5d6b78;
  box-shadow: 0 0 0 3px rgba(60,72,84,.1);
}
.tslot-field small { display: block; margin-top: 7px; color: #747d86; }
.tslot-error { min-height: 18px; margin-top: 5px; color: #b42318; font-size: 13px; }
.tslot-quote__footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #eceff2;
}
.tslot-quote__footer p { margin: 0; max-width: 620px; color: #6a737c; font-size: 13px; line-height: 1.5; }
.tslot-quote__submit {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 12px 22px;
  border: 0;
  border-radius: 6px;
  background: #1f1f1f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.tslot-quote__submit:hover { opacity: .9; }
.tslot-quote__submit:disabled { cursor: wait; opacity: .6; }
.tslot-quote__message { display: none; margin: 0 0 22px; padding: 14px 16px; border-radius: 6px; }
.tslot-quote__message.is-success { display: block; background: #edf9f0; border: 1px solid #a7d8b2; color: #1d6b2d; }
.tslot-quote__message.is-error { display: block; background: #fff1f0; border: 1px solid #f0b2ad; color: #9f231b; }
.tslot-quote__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tslot-quote__captcha { margin: 0 0 24px; }

@media (max-width: 700px) {
  .tslot-quote { padding: 20px; margin: 18px 0 0; }
  .tslot-quote__grid { grid-template-columns: 1fr; }
  .tslot-field--full { grid-column: auto; }
  .tslot-quote__footer { display: block; }
  .tslot-quote__footer p { margin-bottom: 14px; }
  .tslot-quote__submit { width: 100%; }
}
