.dasmed-quote {
  max-width: 100%;
  margin: 0 auto;
  font-family: Montserrat;
}
.dq-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #111;
}
.dq-form {
  display: block;
}
.dq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.dq-col {
  display: grid;
  gap: 16px;
}
.dq-col.dq-col-left {
  grid-template-rows: 1fr 1fr;
}
.dq-col .dq-card {
  height: 100%;
}
.dq-col.dq-col-left,
.dq-col.dq-col-right {
  align-content: start;
}
.dq-card {
  background: #f7fbff;
  border: 1px solid #e1efff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.dq-card h3 {
  margin: 0 0 20px;
  color: #0b63a5;
  font-weight: 700;
}
.dq-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.dq-row.dq-row-1col {
  grid-template-columns: 1fr;
}
.dq-card label {
  display: block;
  font-weight: 600;
  color: #122;
  margin-bottom: 12px;
}
.dq-card label span {
  color: #d44f3a;
  margin-left: 4px;
}
.dq-card input[type="text"],
.dq-card input[type="email"],
.dq-card input[type="tel"],
.dq-card input[type="number"],
.dq-card select {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 15px;
  background: #fff;
}
.dq-card input:focus {
  outline: 0;
  border-color: #0b63a5;
  box-shadow: 0 0 0 3px rgba(11, 99, 165, 0.15);
}
.dq-card input.dq-invalid,
.dq-card select.dq-invalid {
  border-color: #e79a92;
  box-shadow: 0 0 0 3px rgba(212, 79, 58, 0.15);
}
.dq-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.dq-link {
  background: transparent;
  border: 0;
  color: #0b63a5;
  text-decoration: underline;
  cursor: pointer;
  padding: 6px 0;
}
.dq-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  justify-content: center;
}
.dq-btn {
  border: 0;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
}
.dq-btn-primary {
  background: #d44f3a;
  color: #fff;
}
.dq-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.dq-result {
  margin-top: 8px;
  border-radius: 12px;
  padding: 14px 16px;
  background: #e8f4ff;
  border: 1px solid #cfe5ff;
  font-weight: 700;
  color: #073d68;
}
.dq-result:empty { display: none; }
.dq-modal.hidden { display:none; }
.dq-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}
.dq-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}
.dq-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, 92vw);
  background: #fff;
  border: 1px solid #e1efff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.dq-modal__dialog h3 { margin: 0 0 10px; color: #0b63a5; }
.dq-modal__dialog label { display:block; font-weight:600; color:#122; margin:12px 0; }
.dq-modal__dialog input[type="text"] {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #cfe0ff;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 16px;
}
.dq-modal__actions { display:flex; gap:10px; justify-content:flex-end; margin-top:10px; }
.dq-modal__msg { margin-top:8px; color:#073d68; font-weight:600; }
.hidden {
  display: none;
}
.dq-extra.hidden {
  display: none;
}
.dq-card.dq-card-wide {
  grid-column: 1/-1;
}
.dq-card.dq-card-wide.dq-consent {
  margin-top: 20px;
}

/* Mobile */
@media (max-width: 640px) {
  .dq-row {
    grid-template-columns: 1fr;
  }
  .dq-grid {
    grid-template-columns: 1fr;
  }
  .dq-col.dq-col-left {
    grid-template-rows: auto;
  }
}
.dq-card label span {
  color: #000;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

#addExtraStop {
  font-size: 14px;
  font-weight: 600;
  color: #14457b;
  text-decoration: underline;
}

#lodzDirectionWrap {
  margin-top: 20px;
}