.elementor-1227 .elementor-element.elementor-element-6cf6009{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1227 .elementor-element.elementor-element-aae2f47{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1227 .elementor-element.elementor-element-564cfbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1227 .elementor-element.elementor-element-604bc43{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-aae2f47 *//* ==========================================================================
   QUIZ CSS — FINAL COMPLETO
   ========================================================================== */

/* ==========================================================================
   1. TOKENS / RESET
   ========================================================================== */
:root {
  --qc-green: #00A859;
  --qc-green-dark: #00934d;
  --qc-blue: #003366;
  --qc-blue-2: #0F3B7A;
  --qc-yellow: #F9B233;
  --qc-orange: #FF8C42;
  --qc-red: #B91C1C;

  --qc-bg: #ffffff;
  --qc-bg-soft: #f8fafc;
  --qc-bg-muted: #f3f4f6;

  --qc-text: #1f2937;
  --qc-text-soft: #4b5563;
  --qc-text-muted: #374151;
  --qc-border: #e5e7eb;
  --qc-border-dark: #d1d5db;

  --qc-radius-sm: 8px;
  --qc-radius-md: 12px;
  --qc-radius-lg: 16px;

  --qc-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --qc-shadow-md: 0 6px 20px rgba(0, 0, 0, 0.08);
  --qc-shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);

  --qc-max: 600px;
  --qc-transition: 0.2s ease;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

#qc-quiz,
#qc-quiz * {
  box-sizing: border-box;
}

#qc-quiz {
  width: 100%;
  min-height: 100dvh;
  background: var(--qc-bg);
  color: var(--qc-text);
  position: relative;
}

#qc-quiz img {
  display: block;
  max-width: 100%;
  height: auto;
}

#qc-quiz button,
#qc-quiz input,
#qc-quiz textarea,
#qc-quiz select {
  font: inherit;
}

#qc-quiz .qc-step {
  display: none;
}

#qc-quiz .qc-step.is-active {
  display: block;
}

/* ==========================================================================
   2. LAYOUT BASE
   ========================================================================== */
#qc-quiz .qc-shell {
  width: 100%;
  max-width: var(--qc-max);
  margin: 0 auto;
  padding: 8px 10px 24px;
  min-height: calc(100dvh - 6px);
}

#qc-quiz .qc-card {
  background: #fff;
  border: 1px solid var(--qc-border);
  border-radius: var(--qc-radius-lg);
  box-shadow: var(--qc-shadow-sm);
  padding: 24px;
  margin-bottom: 20px;
}

#qc-quiz .qc-card--hero {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0;
}

#qc-quiz .qc-h2 {
  margin: 0 0 8px;
  color: var(--qc-blue);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

#qc-quiz .qc-p {
  margin: 0 0 24px;
  color: var(--qc-text-soft);
  font-size: 16px;
  line-height: 1.65;
}

#qc-quiz .qc-h2,
#qc-quiz .qc-p,
#qc-quiz .qc-title,
#qc-quiz .qc-subtitle,
#qc-quiz .qc-choice__title,
#qc-quiz .qc-choice__desc,
#qc-quiz .qc-document__p,
#qc-quiz .qc-sales-letter__text,
#qc-quiz .qc-testimonial-text {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* ==========================================================================
   3. BARRA DE PROGRESSO
   ========================================================================== */
#qc-quiz .qc-global-progress {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--qc-border);
  z-index: 9000;
  overflow: hidden;
}

#qc-quiz .qc-global-progress__fill {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--qc-yellow) 0%, var(--qc-orange) 100%);
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

#qc-quiz .qc-global-progress--hidden {
  opacity: 0;
  pointer-events: none;
}

/* ==========================================================================
   4. HERO / CAPA
   ========================================================================== */
#qc-quiz .qc-badges-row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#qc-quiz .qc-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  background: var(--qc-green);
  color: #fff;
}

#qc-quiz .qc-badge--count {
  background: #f9fafb;
  color: var(--qc-blue);
  border: 2px solid var(--qc-green);
}

#qc-quiz .qc-title {
  margin: 0 0 12px;
  color: var(--qc-blue);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  text-align: left;
}

#qc-quiz .qc-subtitle {
  margin: 0 0 24px;
  color: var(--qc-text-soft);
  font-size: 17px;
  line-height: 1.65;
  text-align: left;
}

#qc-quiz .qc-hero__img {
  width: calc(100% + 20px);
  margin: 24px -10px;
  overflow: hidden;
}

#qc-quiz .qc-hero__img img {
  width: 100%;
}

#qc-quiz .qc-seal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid var(--qc-border);
  border-radius: 999px;
  background: #f9fafb;
  color: var(--qc-text-soft);
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
}

/* ==========================================================================
   5. BOTÕES
   ========================================================================== */
#qc-quiz .qc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  margin: 10px 0 0;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
  transition:
    background-color var(--qc-transition),
    transform var(--qc-transition),
    box-shadow var(--qc-transition),
    border-color var(--qc-transition),
    color var(--qc-transition);
}

#qc-quiz .qc-btn:disabled,
#qc-quiz .qc-btn.is-disabled,
#qc-quiz .qc-btn[aria-disabled="true"] {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
}

#qc-quiz .qc-btn--primary {
  background: var(--qc-green);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 168, 89, 0.2);
}

#qc-quiz .qc-btn--primary:hover,
#qc-quiz .qc-btn--primary:focus {
  background: var(--qc-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 168, 89, 0.24);
}

#qc-quiz .qc-btn--secondary {
  background: #e5e7eb;
  color: #1f2937;
}

#qc-quiz .qc-btn--secondary:hover,
#qc-quiz .qc-btn--secondary:focus {
  background: #d1d5db;
}

#qc-quiz .qc-btn--reveal {
  background: var(--qc-green);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 168, 89, 0.2);
}

#qc-quiz .qc-btn--reveal:hover,
#qc-quiz .qc-btn--reveal:focus {
  background: var(--qc-green-dark);
  transform: translateY(-1px);
}

#qc-quiz .qc-btn--doc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  min-width: 280px;
  padding: 0.9rem 1.8rem;
  background: var(--qc-green);
  color: #fff;
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0, 168, 89, 0.24);
}

#qc-quiz .qc-btn--doc:hover,
#qc-quiz .qc-btn--doc:focus {
  background: var(--qc-green-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 168, 89, 0.26);
}

/* desliga a animação antiga pesada */
#qc-quiz .btn-pulse {
  animation: none;
}

/* ==========================================================================
   6. AÇÕES / FORM
   ========================================================================== */
#qc-quiz .qc-actions {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  width: 100%;
}

#qc-quiz .qc-actions .qc-btn {
  flex: 1 1 0;
  min-width: 0;
}

#qc-quiz .qc-actions--single {
  display: block;
}

#qc-quiz .qc-form {
  width: 100%;
}

#qc-quiz .qc-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 20px 0;
}

#qc-quiz .qc-field span {
  display: block;
  margin-bottom: 6px;
  color: var(--qc-blue);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

#qc-quiz .qc-field input {
  width: 100%;
  padding: 14px 16px;
  background: #f9fafb;
  color: var(--qc-text);
  border: 1px solid var(--qc-border-dark);
  border-radius: var(--qc-radius-sm);
  transition:
    border-color var(--qc-transition),
    background-color var(--qc-transition),
    box-shadow var(--qc-transition);
}

#qc-quiz .qc-field input:focus {
  outline: none;
  background: #fff;
  border-color: var(--qc-green);
  box-shadow: 0 0 0 3px rgba(0, 168, 89, 0.18);
}

#qc-quiz .qc-consent-field {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
}

#qc-quiz .qc-consent-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  flex-shrink: 0;
}

#qc-quiz .qc-consent-field label {
  color: var(--qc-text-soft);
  font-size: 14px;
  line-height: 1.55;
}

#qc-quiz .qc-consent-field label a {
  color: var(--qc-blue);
  text-decoration: underline;
  cursor: pointer;
}

/* ==========================================================================
   7. GRID DE ESCOLHAS
   ========================================================================== */
#qc-quiz .qc-choicegrid {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

#qc-quiz .qc-choicegrid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#qc-quiz .qc-choicegrid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#qc-quiz .qc-choicegrid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#qc-quiz .qc-choice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 16px 12px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--qc-border);
  border-radius: 10px;
  cursor: pointer;
  transition:
    border-color var(--qc-transition),
    background-color var(--qc-transition),
    transform var(--qc-transition),
    box-shadow var(--qc-transition);
}

#qc-quiz .qc-choice:hover,
#qc-quiz .qc-choice:focus {
  border-color: var(--qc-green);
  transform: translateY(-2px);
  box-shadow: var(--qc-shadow-sm);
}

#qc-quiz .qc-choice.is-selected {
  border-color: var(--qc-green);
  background: #E8F6EF;
  box-shadow: 0 0 0 3px rgba(0, 168, 89, 0.18);
}

#qc-quiz .qc-choice--danger.is-selected {
  border-color: var(--qc-red);
  background: #fee2e2;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.14);
}

#qc-quiz .qc-choice__icon {
  flex-shrink: 0;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1;
}

#qc-quiz .qc-choice__title {
  width: 100%;
  margin-bottom: 6px;
  color: var(--qc-blue-2);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

#qc-quiz .qc-choice__desc {
  width: 100%;
  color: var(--qc-text-soft);
  font-size: 13px;
  line-height: 1.45;
}

#qc-quiz .qc-multi .qc-choice.is-selected::after {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--qc-green);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

#qc-quiz .qc-choice--danger.is-selected::after {
  background: var(--qc-red);
}

#qc-quiz .qc-multi-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  padding: 12px 16px;
  background: #E8F6EF;
  color: #065f46;
  border-radius: var(--qc-radius-sm);
  font-size: 14px;
}

#qc-quiz .qc-multi-hint__text {
  font-weight: 600;
}

/* ==========================================================================
   8. LOADER
   ========================================================================== */
#qc-quiz .qc-card--processing {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
}

#qc-quiz .qc-loader {
  width: 100%;
  text-align: center;
  padding: 40px 20px;
}

#qc-quiz .qc-loader__spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  border: 5px solid var(--qc-border);
  border-top-color: var(--qc-green);
  border-radius: 50%;
  animation: qc-spin 1s linear infinite;
}

#qc-quiz .qc-loader__title {
  margin: 0 0 12px;
  color: var(--qc-blue);
  font-size: 24px;
  font-weight: 700;
}

#qc-quiz .qc-loader__text {
  margin: 0 0 30px;
  color: var(--qc-text-soft);
  font-size: 16px;
  line-height: 1.55;
}

#qc-quiz .qc-loader__progress {
  width: 100%;
  max-width: 300px;
  height: 8px;
  margin: 0 auto;
  background: var(--qc-border);
  border-radius: 999px;
  overflow: hidden;
}

#qc-quiz .qc-loader__progress-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--qc-yellow) 0%, var(--qc-orange) 100%);
  border-radius: inherit;
  animation: qc-loading 2s ease-in-out;
}

@keyframes qc-spin {
  to { transform: rotate(360deg); }
}

@keyframes qc-loading {
  from { width: 0%; }
  to { width: 100%; }
}

/* ==========================================================================
   9. STEP MÉDICO
   ========================================================================== */
#qc-quiz .qc-card--doctor {
  overflow: hidden;
}

#qc-quiz .qc-doctor-photo {
  width: calc(100% + 48px);
  margin: 0 -24px 24px;
  overflow: hidden;
}

#qc-quiz .qc-doctor-photo img {
  width: 100%;
}

#qc-quiz .doctor-headline {
  display: block;
  color: var(--qc-red);
  font-size: 1.3rem;
  font-weight: 800;
  text-transform: uppercase;
}

/* ==========================================================================
   10. DOCUMENTO / RESULTADO FINAL
   ========================================================================== */
#qc-quiz .qc-step[data-step="99"] .qc-document-wrapper {
  width: 100%;
  min-height: 100dvh;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
}

#qc-quiz .qc-document {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 680px;
  margin: 0 auto;
  padding: 2.5rem 2rem 0;
  background: #fff;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.8;
  overflow-x: hidden;
  box-shadow: var(--qc-shadow-lg);
}

#qc-quiz .qc-document__header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  text-align: center;
  border-bottom: 2px solid var(--qc-green);
}

#qc-quiz .qc-document__main-title {
  margin: 0;
  color: var(--qc-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 700;
}

#qc-quiz .qc-document__main-title span {
  display: block;
  margin-top: 0.35rem;
  color: #555;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#qc-quiz .qc-document__body {
  color: #1a1a1a;
  font-size: 1rem;
}

#qc-quiz .qc-document__section-title {
  margin: 2.25rem 0 1rem;
  padding-bottom: 0.4rem;
  color: var(--qc-blue);
  border-bottom: 1px solid #e0e0e0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#qc-quiz .qc-document__section-title:first-of-type {
  margin-top: 0;
}

#qc-quiz .qc-document__p {
  margin: 1rem 0;
  color: #1a1a1a;
  line-height: 1.8;
}

#qc-quiz .qc-document__patient-info {
  margin-bottom: 1.5rem;
}

#qc-quiz .qc-document__info-row {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.95rem;
}

#qc-quiz .qc-document__info-label {
  min-width: 130px;
  display: inline-block;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
}

#qc-quiz .qc-document__info-value {
  flex: 1;
  color: #1a1a1a;
  font-size: 0.95rem;
}

/* ==========================================================================
   11. LISTAS
   ========================================================================== */
#qc-quiz .qc-document__list,
#qc-quiz .qc-sales-letter__list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}

#qc-quiz .qc-document__li {
  position: relative;
  margin: 0.65rem 0;
  padding-left: 1.75rem;
  color: #1a1a1a;
  font-size: 0.97rem;
  line-height: 1.7;
}

#qc-quiz .qc-document__li::before {
  content: "⚠️";
  position: absolute;
  top: 0.2rem;
  left: 0;
  font-size: 1rem;
  line-height: 1;
}

#qc-quiz #qc-r-missing .qc-document__li::before {
  content: "❌";
}

/* ajuste para bullets da capa */
#qc-quiz .qc-card--hero .qc-document__list {
  margin: 0;
}

#qc-quiz .qc-card--hero .qc-document__li {
  margin: 0 0 10px;
  padding-left: 28px;
  color: var(--qc-text);
  font-size: 16px;
  line-height: 1.5;
}

#qc-quiz .qc-card--hero .qc-document__li::before {
  content: "✓";
  top: 1px;
  color: var(--qc-green);
  font-size: 1.15rem;
  font-weight: 700;
}

/* ==========================================================================
   12. SCORE / GAUGE
   ========================================================================== */
#qc-quiz .qc-score-card {
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#qc-quiz .qc-score-label {
  margin: 0 0 0.25rem;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

#qc-quiz .gauge-container {
  width: 100%;
  margin: 1.5rem 0 1rem;
}

#qc-quiz .gauge-bar {
  position: relative;
  width: 100%;
  height: 28px;
  margin-bottom: 0.6rem;
  background: linear-gradient(to right, #d32f2f, #f9a825, #2e7d32);
  border-radius: 999px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
}

#qc-quiz .gauge-bar__marker {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  pointer-events: none;
  transition: left 0.3s ease;
}

#qc-quiz .gauge-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

#qc-quiz .gauge-labels span:first-child { color: #b71c1c; }
#qc-quiz .gauge-labels span:nth-child(2) { color: #b45309; }
#qc-quiz .gauge-labels span:last-child { color: #1b5e20; }

#qc-quiz .gauge-value-display {
  color: var(--qc-blue);
  text-align: center;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

#qc-quiz .gauge-value-number {
  color: var(--qc-blue);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

#qc-quiz .gauge-value-unit {
  margin-left: 0.2rem;
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
}

#qc-quiz .gauge-value-status {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  padding: 0.2rem 1rem;
  border-radius: 999px;
  background: #f1f1f1;
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#qc-quiz .gauge-value-status.baixa {
  background: #ffcdd2;
  color: #b71c1c;
}

#qc-quiz .gauge-value-status.media {
  background: #fff9c4;
  color: #b45309;
}

#qc-quiz .gauge-value-status.alta {
  background: #c8e6c9;
  color: #1b5e20;
}

/* ==========================================================================
   13. BLOCOS DINÂMICOS
   ========================================================================== */
#qc-quiz .qc-alarm-copy,
#qc-quiz .qc-bridge-intro,
#qc-quiz .qc-empathy-block {
  margin: 0 0 1.5rem;
  padding: 0;
  background: transparent;
  border: 0;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.8;
}

#qc-quiz .qc-alarm-copy p,
#qc-quiz .qc-bridge-intro p,
#qc-quiz .qc-empathy-block p {
  margin: 0.5rem 0;
}

#qc-quiz .qc-alarm-copy p:first-child,
#qc-quiz .qc-bridge-intro p:first-child,
#qc-quiz .qc-empathy-block p:first-child {
  margin-top: 0;
}

#qc-quiz .qc-alarm-copy p:last-child,
#qc-quiz .qc-bridge-intro p:last-child,
#qc-quiz .qc-empathy-block p:last-child {
  margin-bottom: 0;
}

#qc-quiz .qc-alarm-copy--fora strong { color: var(--qc-red); }
#qc-quiz .qc-alarm-copy--em-duvida strong { color: #b45309; }
#qc-quiz .qc-alarm-copy--apto strong { color: var(--qc-green); }

#qc-quiz .qc-transition-block {
  margin: 2.5rem 0 2rem;
  padding: 1.5rem 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: transparent;
  box-shadow: none;
}

#qc-quiz .qc-transition-headline {
  margin: 0 0 0.75rem;
  color: var(--qc-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 700;
}

#qc-quiz .qc-transition-subheadline {
  max-width: 500px;
  margin: 0 auto 1.5rem;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

#qc-quiz .transition-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: var(--qc-radius-sm);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#qc-quiz .qc-hidden-content {
  animation: qc-fade-in-up 0.45s ease;
}

@keyframes qc-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   14. SALES LETTER / TESTEMUNHOS / OFERTA
   ========================================================================== */
#qc-quiz .qc-sales-letter {
  margin: 1.5rem 0;
}

#qc-quiz .qc-sales-letter__headline {
  margin: 0 0 0.75rem;
  color: var(--qc-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
}

#qc-quiz .qc-sales-letter__text {
  margin: 0 0 1rem;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.8;
}

#qc-quiz .qc-sales-letter__benefits {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 2px solid var(--qc-blue);
}

#qc-quiz .qc-sales-letter__benefits-title {
  margin: 0 0 0.6rem;
  color: var(--qc-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
}

#qc-quiz .qc-sales-letter__list li {
  position: relative;
  margin: 0.45rem 0;
  padding-left: 1.5rem;
  color: #1a1a1a;
  font-size: 0.95rem;
  line-height: 1.7;
}

#qc-quiz .qc-sales-letter__list li::before {
  content: "✅";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9rem;
}

#qc-quiz .qc-sales-letter__urgency {
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: transparent;
  text-align: left;
}

#qc-quiz .qc-sales-letter__urgency p {
  margin: 0.4rem 0;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.7;
}

#qc-quiz .qc-testimonials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0;
}

#qc-quiz .qc-testimonial {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  background: transparent;
}

#qc-quiz .qc-testimonial:last-child {
  border-bottom: 0;
}

#qc-quiz .qc-testimonial-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--qc-blue);
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}

#qc-quiz .qc-testimonial-text {
  margin: 0 0 0.3rem;
  color: #333;
  font-size: 0.95rem;
  line-height: 1.65;
  font-style: italic;
}

#qc-quiz .qc-testimonial-author {
  margin: 0;
  color: var(--qc-blue);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  font-style: normal;
}

#qc-quiz .qc-offer-image-wrapper {
  margin: 1.5rem 0;
  text-align: center;
}

#qc-quiz .qc-offer-image {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
}

#qc-quiz .qc-cta-intro {
  margin: 1rem auto 0.75rem;
  color: var(--qc-text-soft);
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
}

#qc-quiz .qc-document__cta {
  margin: 1.5rem 0 0.5rem;
  text-align: center;
}

/* ==========================================================================
   15. FOOTER FINAL
   ========================================================================== */
#qc-quiz .qc-document > footer {
  margin-top: 2rem;
  margin-right: -2rem;
  margin-left: -2rem;
  padding: 2rem 1.5rem;
  background: var(--qc-blue);
  color: #fff;
  text-align: center;
}

#qc-quiz .qc-document > footer > div {
  max-width: 600px;
  margin: 0 auto;
}

#qc-quiz .qc-document > footer img {
  max-width: 180px;
  margin: 0 auto 1rem;
}

#qc-quiz .qc-document > footer p {
  margin: 0.5rem 0;
}

#qc-quiz .qc-document > footer p:nth-of-type(1) {
  font-size: 0.9rem;
  color: #ffffff;
}

#qc-quiz .qc-document > footer p:nth-of-type(2),
#qc-quiz .qc-document > footer p:nth-of-type(3) {
  font-size: 0.8rem;
  color: #dbe7f3;
}

#qc-quiz .qc-document > footer p:nth-of-type(4) {
  margin-top: 1rem;
  font-size: 0.72rem;
  line-height: 1.6;
  color: #c1d3e6;
}

/* ==========================================================================
   16. MODAIS
   ========================================================================== */
#qc-quiz .qc-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

#qc-quiz .qc-modal[aria-hidden="false"] {
  display: block;
}

#qc-quiz .qc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  backdrop-filter: blur(4px);
  cursor: pointer;
}

#qc-quiz .qc-modal__card {
  position: relative;
  z-index: 1001;
  max-width: 450px;
  margin: 20px auto;
  padding: 24px;
  background: #fff;
  border-radius: var(--qc-radius-md);
  box-shadow: var(--qc-shadow-md);
}

#qc-quiz .qc-modal__card--large {
  max-width: 700px;
}

#qc-quiz .qc-modal__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

#qc-quiz .qc-modal__top h3 {
  margin: 0;
  color: var(--qc-blue);
  font-size: 20px;
  line-height: 1.3;
}

#qc-quiz .qc-modal__x {
  border: 0;
  border-radius: 8px;
  background: #f3f4f6;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 18px;
}

#qc-quiz .qc-modal__body {
  max-height: calc(100dvh - 150px);
  overflow-y: auto;
}

#qc-quiz .qc-modal__p {
  margin: 0 0 20px;
  color: var(--qc-text-soft);
  font-size: 16px;
  line-height: 1.5;
}

#qc-quiz .qc-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#qc-quiz .qc-modal__content h4 {
  color: var(--qc-blue);
}

#qc-quiz .qc-modal__content p,
#qc-quiz .qc-modal__content li {
  color: var(--qc-text-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* ==========================================================================
   17. HELPERS
   ========================================================================== */
#qc-quiz .qc-status-apto {
  color: var(--qc-green);
  font-weight: 700;
}

#qc-quiz .qc-status-em-duvida {
  color: #b45309;
  font-weight: 700;
}

#qc-quiz .qc-status-fora {
  color: var(--qc-red);
  font-weight: 700;
}

/* ==========================================================================
   18. RESPONSIVO
   ========================================================================== */
@media (max-width: 768px) {
  #qc-quiz .qc-choicegrid--3,
  #qc-quiz .qc-choicegrid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #qc-quiz .qc-shell {
    padding: 2px 4px 20px;
  }

  #qc-quiz .qc-card {
    padding: 20px;
  }

  #qc-quiz .qc-title {
    font-size: 24px;
  }

  #qc-quiz .qc-h2 {
    font-size: 20px;
  }

  #qc-quiz .qc-actions {
    flex-direction: column-reverse;
  }

  #qc-quiz .qc-hero__img {
    width: calc(100% + 8px);
    margin: 20px -4px;
  }

  #qc-quiz .qc-btn--doc {
    width: 100%;
    min-width: 0;
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }

  #qc-quiz .qc-step[data-step="99"] .qc-document-wrapper {
    padding-top: 20px;
  }

  #qc-quiz .qc-document {
    width: 100%;
    padding: 1.25rem 1rem 0;
    box-shadow: none;
  }

  #qc-quiz .qc-document > footer {
    margin-right: -1rem;
    margin-left: -1rem;
    padding: 1.5rem 1rem;
  }

  #qc-quiz .qc-doctor-photo {
    width: calc(100% + 40px);
    margin: 0 -20px 20px;
  }

  #qc-quiz .gauge-container {
    margin: 1.2rem 0 0.8rem;
  }

  #qc-quiz .gauge-bar {
    height: 24px;
  }

  #qc-quiz .gauge-bar__marker {
    width: 18px;
    height: 18px;
  }

  #qc-quiz .gauge-labels {
    font-size: 0.75rem;
  }

  #qc-quiz .gauge-value-display {
    font-size: 1.5rem;
  }

  #qc-quiz .gauge-value-number {
    font-size: 1.6rem;
  }

  #qc-quiz .gauge-value-unit,
  #qc-quiz .gauge-value-status {
    font-size: 0.95rem;
  }

  #qc-quiz .gauge-value-status {
    margin-left: 0.5rem;
    padding: 0.15rem 0.8rem;
  }

  #qc-quiz .doctor-headline {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  #qc-quiz .qc-choicegrid--2,
  #qc-quiz .qc-choicegrid--3,
  #qc-quiz .qc-choicegrid--4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #qc-quiz input[type="text"],
  #qc-quiz input[type="email"],
  #qc-quiz input[type="tel"] {
    font-size: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #qc-quiz *,
  #qc-quiz *::before,
  #qc-quiz *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}/* End custom CSS */