.df-test-drive {
  --df-red: #c8102e;
  --df-dark: #111318;
  --df-muted: #626871;
  --df-line: #dfe2e6;
  max-width: 1120px;
  margin: 40px auto;
  padding: clamp(28px, 5vw, 64px);
  color: var(--df-dark);
  background: #fff;
  border: 1px solid #eceef0;
  box-shadow: 0 18px 60px rgba(17, 19, 24, .08);
  font-family: inherit;
}

.df-test-drive__intro { max-width: 720px; margin-bottom: 34px; }
.df-test-drive__eyebrow { margin: 0 0 8px; color: var(--df-red); font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.df-test-drive h2 { margin: 0 0 12px; font-size: clamp(32px, 5vw, 52px); line-height: 1.05; }
.df-test-drive__intro > p:last-child { margin: 0; color: var(--df-muted); font-size: 17px; line-height: 1.65; }
.df-test-drive__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.df-field { display: flex; flex-direction: column; gap: 8px; }
.df-field--full { grid-column: 1 / -1; }
.df-field label { font-size: 14px; font-weight: 650; }
.df-field label > span, .df-field > label > span { color: var(--df-red); }
.df-field input:not([type="checkbox"]), .df-field select, .df-field textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; color: var(--df-dark); background: #fff;
  border: 1px solid var(--df-line); border-radius: 2px; outline: none; transition: border-color .2s, box-shadow .2s;
}
.df-field textarea { min-height: 120px; resize: vertical; }
.df-time-help { min-height: 18px; color: var(--df-muted); font-size: 12px; line-height: 1.45; }
.df-field input:focus, .df-field select:focus, .df-field textarea:focus { border-color: var(--df-red); box-shadow: 0 0 0 3px rgba(200, 16, 46, .1); }
.df-test-drive #df-time,
.df-test-drive #df-time:required:invalid,
.df-test-drive #df-time option {
  color: var(--df-dark) !important;
  background-color: #fff !important;
  border-color: var(--df-line) !important;
}
.df-test-drive #df-time:focus {
  border-color: #1f73d8 !important;
  box-shadow: 0 0 0 3px rgba(31, 115, 216, .12) !important;
}
.df-consent label { display: flex; align-items: flex-start; gap: 10px; color: var(--df-muted); font-weight: 400; }
.df-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--df-red); }
.df-consent label span { color: inherit; }
.df-submit { min-height: 54px; padding: 14px 28px; color: #fff; background: var(--df-red); border: 0; cursor: pointer; font-weight: 700; letter-spacing: .02em; transition: background .2s, transform .2s; }
.df-submit:hover { background: #a80d27; transform: translateY(-1px); }
.df-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.df-form-status { margin-top: 14px; padding: 0; font-size: 14px; }
.df-form-status.is-success, .df-form-status.is-error { padding: 12px 14px; border-left: 3px solid; }
.df-form-status.is-success { color: #176b3a; background: #edf8f1; border-color: #239554; }
.df-form-status.is-error { color: #9b1c1c; background: #fff1f1; border-color: #c62828; }
.df-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

@media (max-width: 680px) {
  .df-test-drive { margin: 20px 0; padding: 26px 20px; }
  .df-test-drive__form { grid-template-columns: 1fr; }
  .df-field--full { grid-column: auto; }
  .df-submit { width: 100%; }
}
