

.qc-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--heather-purple, #8B5CA6);
  margin: 0 0 0.5rem;
}
.qc-q {
  font-family: 'Oxygen', sans-serif;
  font-weight: 700;
  font-size: clamp(21px, 5.2vw, 27px);
  line-height: 1.25;
  color: var(--atlantic-blue, #03539D);
  margin: 0 0 0.5rem;
}
.qc-sub {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--muted, #60646C);
  margin: 0 auto 1.25rem;
  max-width: 400px;
}

.qc-choices { display: flex; flex-direction: column; gap: 0.6rem; margin-top: 0.5rem; }

.qc-choices-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  margin-bottom: 0;
}

.qc-choices-grid + .qc-choices { margin-top: 0.6rem; }
.qc-choices-grid .qc-choice { justify-content: center; text-align: center; }
.qc-choice-wide { justify-content: center; text-align: center; }

.qc-field { text-align: left; margin-bottom: 0.75rem; }
.qc-field:last-of-type { margin-bottom: 0; }
.qc-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--charcoal-grey, #3E3E3E);
  margin-bottom: 0.3rem;
}
.qc-input {
  width: 100%;
  min-height: 52px;
  padding: 0.7rem 0.9rem;
  border: 2px solid var(--border, #e3e8ee);
  border-radius: 10px;
  font-family: inherit;
  font-size: 1.05rem;
  color: var(--charcoal-grey, #3E3E3E);
  background: #fff;
}
.qc-input:focus { outline: none; border-color: var(--atlantic-blue, #03539D); box-shadow: 0 0 0 3px rgba(3, 83, 157, 0.1); }
.qc-input.error { border-color: #e74c3c; background: #fdf2f2; }
.qc-textarea { min-height: 92px; resize: vertical; line-height: 1.5; font-family: inherit; }
.qc-counter { font-size: 0.75rem; color: var(--muted, #60646C); text-align: right; margin-top: 0.2rem; }

.qc-row { display: flex; gap: 0.6rem; }
.qc-row .qc-field { flex: 1 1 0; min-width: 0; }

.qc-summary {
  text-align: left;
  background: #f2f7fb;
  border: 1px solid #dbe7f2;
  border-radius: 12px;
  padding: 0.75rem 0.9rem;
  margin: 0.25rem 0 1rem;
}
.qc-sum-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(3, 83, 157, 0.08);
}
.qc-sum-row:last-child { border-bottom: none; }
.qc-sum-tick { flex: 0 0 auto; color: var(--atlantic-blue, #03539D); font-weight: 700; line-height: 1.45; }
.qc-sum-text { flex: 1 1 auto; min-width: 0; font-size: 0.92rem; line-height: 1.45; color: var(--charcoal-grey, #3E3E3E); }

.qc-sum-change {
  flex: 0 0 auto;
  border: none;
  background: none;
  padding: 0.1rem 0.2rem;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--heather-purple, #8B5CA6);
  text-decoration: underline;
  cursor: pointer;
}
.qc-sum-change:hover { color: var(--atlantic-blue, #03539D); }

.qc-reassure {
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--muted, #60646C);
  text-align: left;
  margin: 0 0 0.25rem;
}

.qc-check {
  display: flex; align-items: flex-start; gap: 0.7rem;
  text-align: left; font-size: 0.92rem; line-height: 1.45;
  color: var(--charcoal-grey, #3E3E3E); margin: 1rem 0 0.5rem; cursor: pointer;
}
.qc-check input[type="checkbox"] {
  width: 22px; height: 22px; flex: 0 0 auto; margin-top: 1px;
  accent-color: var(--heather-purple, #8B5CA6);
}
.qc-check a, .qc-fineprint a { color: var(--heather-purple, #8B5CA6); text-decoration: underline; }
.qc-fineprint { font-size: 0.78rem; color: var(--muted, #60646C); line-height: 1.5; text-align: left; margin: 0.75rem 0 0; }

.qc-actions, .qc-nav { margin-top: 1.25rem; }
.qc-btn-primary:hover { opacity: 0.93; }

.qc-error {
  color: #e74c3c; font-size: 0.82rem; font-weight: 500;
  margin-top: 0.6rem; text-align: left; display: none;
}
.qc-error.show { display: block; }

.qc-end { text-align: left; }
.qc-end .qc-q { text-align: center; }
.qc-end p { font-size: 0.98rem; line-height: 1.55; color: var(--charcoal-grey, #3E3E3E); }
.qc-end .qc-help {
  margin-top: 1rem; padding: 0.9rem 1rem;
  background: var(--sea-mist, #eaf2f9); border-radius: 12px;
  font-size: 0.92rem; line-height: 1.5;
}
.qc-end .qc-help a { color: var(--heather-purple, #8B5CA6); font-weight: 600; }

@media (max-height: 700px) {
  .qc-q { margin-bottom: 0.35rem; }
  .qc-sub { margin-bottom: 0.9rem; }
  .qc-choices { gap: 0.5rem; }
  .qc-summary { padding: 0.6rem 0.75rem; }
  .qc-sum-row { padding: 0.28rem 0; }
  .qc-sum-text { font-size: 0.88rem; }
  .qc-field { margin-bottom: 0.55rem; }
  .qc-input { min-height: 48px; }
  .qc-actions, .qc-nav { margin-top: 1rem; }

  .qc-fineprint { font-size: 0.72rem; line-height: 1.4; margin-top: 0.5rem; }
}
@media (max-width: 360px) {
  .qc-row { flex-direction: column; gap: 0; }
  .qc-choice { font-size: 0.96rem; }

}
