.ffq-wrap { max-width: 920px; margin: 0 auto; }
.ffq-card-shell { background: #fff; padding: 56px 48px; border: 1px solid #eee; }
.ffq-step { display:none; }
.ffq-step.is-active { display:block; }

.ffq-h1 {
  text-align: center;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 36px;
}

.ffq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: end;
}
.ffq-field label { display:block; font-weight:500; margin: 0 0 10px; }
.ffq-field input, .ffq-field select, .ffq-field textarea {
  width:100%;
  padding: 14px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
}
.ffq-field-full { grid-column: 1 / -1; }

.ffq-actions { margin-top: 28px; display:flex; justify-content:center; gap: 12px; flex-wrap: wrap; }
.ffq-btn {
  display:inline-flex; align-items:center; justify-content:center;
  padding: 16px 22px;
  border: 0;
  background: #000;
  color: #fff;
  cursor: pointer;
  text-decoration:none;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 14px;
}
.ffq-btn-wide { width: 100%; max-width: 720px; }
.ffq-btn:disabled { opacity: .7; cursor: not-allowed; }

.ffq-link {
  background: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  color: #111;
  padding: 0;
}

.ffq-result { margin-top: 12px; display:flex; justify-content:center; }
.ffq-quote { text-align:center; padding: 26px 0 10px; }
.ffq-quote-price { font-size: 22px; margin-bottom: 10px; }
.ffq-quote-price strong { font-size: 30px; }
.ffq-quote-message { font-size: 16px; opacity: .85; }

.ffq-inline-error, .ffq-error {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #fecaca;
  background: #fff1f2;
}
.ffq-inline-success {
  margin-top: 18px;
  padding: 12px;
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
}

.ffq-loading { padding: 12px; border: 1px solid #e5e7eb; }

@media (max-width: 720px) {
  .ffq-card-shell { padding: 38px 18px; }
  .ffq-grid { grid-template-columns: 1fr; }
  .ffq-h1 { font-size: 18px; letter-spacing: 4px; }
  .ffq-btn { letter-spacing: 4px; }
  .ffq-btn-wide { max-width: 100%; }
}


.ffq-quote-meta{margin-top:10px;font-size:14px;line-height:1.5;}
.ffq-quote-meta div{margin:2px 0;}
