   Dr Chiu Eye Health Quiz — Pure Sight brand palette
   Teal primary: #3ab5b0  |  Teal dark: #1a8a87  |  Teal light: #e6f7f7
   White surfaces, dark text, clean clinical feel.
   ================================================================ */

/* --- Wrap & layout -------------------------------------------- */
.dceq-wrap {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1c2e3a;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 16px 64px;
  -webkit-font-smoothing: antialiased;
}

.dceq-screen { display: block; }
.dceq-hidden { display: none !important; }

/* --- Header ---------------------------------------------------- */
.dceq-header {
  text-align: center;
  padding: 48px 0 36px;
}

.dceq-brand {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3ab5b0;
  margin-bottom: 10px;
}

.dceq-title {
  font-size: 28px;
  font-weight: 700;
  color: #1c2e3a;
  margin: 0 0 8px;
  line-height: 1.25;
}

.dceq-subtitle {
  font-size: 15px;
  color: #6b8899;
  margin: 0;
  line-height: 1.5;
}

/* --- Progress bar --------------------------------------------- */
.dceq-progress-wrap {
  margin-bottom: 36px;
}

.dceq-progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.dceq-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3ab5b0;
}

.dceq-progress-count {
  font-size: 12px;
  color: #9ab0bb;
}

.dceq-progress-bar {
  height: 4px;
  background: #d6eef0;
  border-radius: 4px;
  overflow: hidden;
}

.dceq-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #3ab5b0, #56cfc9);
  border-radius: 4px;
  transition: width 0.4s ease;
}

/* --- Question -------------------------------------------------- */
.dceq-question-text {
  font-size: 20px;
  font-weight: 600;
  color: #1c2e3a;
  margin: 0 0 24px;
  line-height: 1.4;
}

/* --- Explainer box -------------------------------------------- */
.dceq-explainer {
  background: #e6f7f7;
  border-left: 4px solid #3ab5b0;
  border-radius: 0 10px 10px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #2a5a5a;
}

/* --- Options -------------------------------------------------- */
.dceq-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dceq-opt-btn {
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1.5px solid #c8dfe4;
  border-radius: 12px;
  padding: 15px 20px;
  color: #2c4050;
  font-size: 15px;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.18s ease;
  line-height: 1.5;
  -webkit-appearance: none;
}

.dceq-opt-btn:hover {
  background: #f0fafa;
  border-color: #3ab5b0;
  color: #1a6a68;
}

.dceq-opt-btn.dceq-selected {
  background: #e0f5f5;
  border-color: #3ab5b0;
  color: #1a6a68;
  font-weight: 600;
}

.dceq-opt-btn.dceq-prev {
  background: #f7fbfc;
  border-color: #a8d4d8;
}

/* --- Back button ---------------------------------------------- */
.dceq-back-btn {
  background: none;
  border: none;
  color: #9ab0bb;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 0;
  font-family: inherit;
  margin-top: 12px;
  transition: color 0.15s;
}

.dceq-back-btn:hover { color: #3ab5b0; }

/* --- Disclaimer ----------------------------------------------- */
.dceq-disclaimer {
  font-size: 11px;
  color: #aabcca;
  margin-top: 40px;
  line-height: 1.6;
  text-align: center;
}

/* ================================================================
   RESULTS SCREEN
   ================================================================ */

.dceq-results-header {
  text-align: center;
  padding: 48px 0 32px;
}

.dceq-results-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3ab5b0;
  margin-bottom: 12px;
}

.dceq-results-title {
  font-size: 28px;
  font-weight: 700;
  color: #1c2e3a;
  margin: 0 0 12px;
  line-height: 1.25;
}

.dceq-results-desc {
  font-size: 14px;
  color: #6b8899;
  line-height: 1.65;
  max-width: 560px;
  margin: 0 auto;
}

/* --- Result cards --------------------------------------------- */
.dceq-card {
  background: #ffffff;
  border: 1.5px solid #d6eef0;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 16px;
  border-left-width: 5px;
}

.dceq-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.dceq-card-icon { font-size: 26px; flex-shrink: 0; }

.dceq-card-title {
  font-size: 19px;
  font-weight: 700;
  color: #1c2e3a;
  margin: 0;
}

.dceq-card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #4a6475;
  margin: 0 0 16px;
}

.dceq-next-step {
  background: #f0fafa;
  border-radius: 10px;
  padding: 14px 18px;
  border: 1px solid #c8e8ea;
}

.dceq-next-step-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3ab5b0;
  margin-bottom: 6px;
}

.dceq-next-step-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: #2c4050;
  margin: 0;
}

/* --- Referral box --------------------------------------------- */
.dceq-referral-box {
  background: #e6f7f7;
  border: 1.5px solid #a8d8d8;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 20px;
}

.dceq-referral-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a6a68;
  margin: 0 0 10px;
}

.dceq-referral-text {
  font-size: 14px;
  line-height: 1.7;
  color: #2a5a5a;
  margin: 0;
}

/* --- Booking box ---------------------------------------------- */
.dceq-book-box {
  background: linear-gradient(135deg, #3ab5b0 0%, #1a8a87 100%);
  border-radius: 16px;
  padding: 36px 28px;
  margin-top: 28px;
  text-align: center;
}

.dceq-book-title {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}

.dceq-book-locations {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin: 0 0 20px;
}

.dceq-book-btn {
  display: inline-block;
  background: #ffffff;
  color: #1a6a68;
  padding: 14px 36px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.2s, transform 0.15s;
}

.dceq-book-btn:hover {
  background: #e6f7f7;
  transform: translateY(-1px);
  color: #1a6a68;
  text-decoration: none;
}

.dceq-book-hours {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin: 14px 0 0;
}

/* --- Retake button -------------------------------------------- */
.dceq-retake-wrap { text-align: center; margin-top: 28px; }

.dceq-retake-btn {
  background: none;
  border: 1.5px solid #c8dfe4;
  color: #6b8899;
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.18s;
}

.dceq-retake-btn:hover { border-color: #3ab5b0; color: #3ab5b0; }

/* --- Responsive ----------------------------------------------- */
@media (max-width: 480px) {
  .dceq-title, .dceq-results-title { font-size: 22px; }
  .dceq-question-text { font-size: 17px; }
  .dceq-card { padding: 20px 18px; }
  .dceq-book-box { padding: 28px 18px; }
}

