/* ===== EPDS Quiz — femipremium.pl/depresja ===== */

.epds-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: var(--cream, #f7f3ee);
}

.epds-container {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

/* ── Intro ── */

.epds-sygnet {
  text-align: center;
  margin-bottom: 24px;
}

.epds-sygnet img {
  width: 60px;
  height: auto;
  opacity: 0.85;
}

.epds-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  color: #7b1a1a;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}

.epds-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #6b5e5e;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

.epds-description {
  font-size: 15px;
  line-height: 1.6;
  color: #2c2424;
  margin-bottom: 24px;
}

.epds-description p + p {
  margin-top: 12px;
}

.epds-disclaimer {
  font-size: 13px;
  line-height: 1.5;
  color: #6b5e5e;
  background: #ede6dc;
  border-left: 3px solid #c4a882;
  padding: 12px 16px;
  margin-bottom: 32px;
  border-radius: 0 4px 4px 0;
}

/* ── Buttons ── */

.epds-btn {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border: none;
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.1s;
  -webkit-appearance: none;
}

.epds-btn:active {
  transform: scale(0.98);
}

.epds-btn--primary {
  background: #7b1a1a;
  color: #f7f3ee;
}

.epds-btn--primary:hover {
  background: #9a3030;
}

.epds-btn--secondary {
  background: transparent;
  color: #7b1a1a;
  border: 1.5px solid #7b1a1a;
  margin-top: 12px;
}

.epds-btn--secondary:hover {
  background: rgba(123, 26, 26, 0.05);
}

.epds-btn--back {
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  color: #6b5e5e;
  font-size: 13px;
  padding: 12px 0;
  margin-top: 8px;
  cursor: pointer;
}

.epds-btn--back:hover {
  color: #7b1a1a;
}

/* ── Progress ── */

.epds-progress {
  width: 100%;
  height: 4px;
  background: #ede6dc;
  border-radius: 2px;
  margin-bottom: 32px;
  overflow: hidden;
}

.epds-progress__bar {
  height: 100%;
  background: #7b1a1a;
  border-radius: 2px;
  transition: width 0.4s ease;
}

/* ── Question ── */

.epds-question-counter {
  font-size: 12px;
  font-weight: 500;
  color: #6b5e5e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.epds-question {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 500;
  color: #2c2424;
  line-height: 1.3;
  margin-bottom: 28px;
}

/* ── Answers ── */

.epds-answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.epds-answer {
  display: block;
  width: 100%;
  padding: 16px 20px;
  background: #fff;
  border: 1.5px solid #ede6dc;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #2c2424;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.1s;
  -webkit-appearance: none;
  line-height: 1.4;
}

.epds-answer:hover {
  border-color: #c4a882;
  background: #faf8f5;
}

.epds-answer:active {
  transform: scale(0.98);
}

.epds-answer--selected {
  border-color: #7b1a1a;
  background: rgba(123, 26, 26, 0.06);
}

/* ── Result ── */

.epds-result__header {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 8px;
}

.epds-result__score-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.epds-result--low .epds-result__score-circle {
  background: #e8f5e9;
  border: 3px solid #4caf50;
}

.epds-result--moderate .epds-result__score-circle {
  background: #fff3e0;
  border: 3px solid #f57c00;
}

.epds-result--high .epds-result__score-circle {
  background: #fce4ec;
  border: 3px solid #c62828;
}

.epds-result__score-number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.epds-result--low .epds-result__score-number {
  color: #2e7d32;
}
.epds-result--moderate .epds-result__score-number {
  color: #e65100;
}
.epds-result--high .epds-result__score-number {
  color: #b71c1c;
}

.epds-result__score-max {
  font-size: 13px;
  color: #6b5e5e;
}

.epds-result__level {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 600;
}

.epds-result--low .epds-result__level {
  color: #2e7d32;
}
.epds-result--moderate .epds-result__level {
  color: #e65100;
}
.epds-result--high .epds-result__level {
  color: #b71c1c;
}

.epds-result__recommendation {
  font-size: 15px;
  line-height: 1.6;
  color: #2c2424;
  text-align: center;
  margin-bottom: 28px;
}

/* ── Self-harm alert ── */

.epds-alert {
  display: flex;
  gap: 16px;
  padding: 20px;
  background: #fce4ec;
  border: 2px solid #c62828;
  border-radius: 8px;
  margin-bottom: 28px;
}

.epds-alert__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #c62828;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.epds-alert__content {
  font-size: 14px;
  line-height: 1.6;
  color: #2c2424;
}

.epds-alert__content strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
}

.epds-alert__phones {
  display: flex;
  gap: 12px;
  margin: 12px 0;
  flex-wrap: wrap;
}

.epds-alert__phone {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #fff;
  border: 1.5px solid #c62828;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #c62828;
  text-decoration: none;
}

.epds-alert__phone span {
  font-size: 11px;
  font-weight: 400;
  color: #6b5e5e;
}

.epds-alert__content p {
  margin-top: 8px;
}

.epds-alert__content a {
  color: #7b1a1a;
  font-weight: 600;
}

/* ── Print info / manual copy ── */

.epds-result__print-info {
  text-align: center;
  margin-bottom: 28px;
  padding: 16px;
  background: #ede6dc;
  border-radius: 6px;
}

.epds-result__date {
  font-size: 14px;
  font-weight: 600;
  color: #2c2424;
  margin-bottom: 4px;
}

.epds-result__disclaimer {
  font-size: 12px;
  color: #6b5e5e;
  margin-bottom: 4px;
}

.epds-result__clinic {
  font-size: 12px;
  color: #6b5e5e;
}

.epds-result__actions {
  margin-bottom: 24px;
}

.epds-result__manual {
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #ede6dc;
}

.epds-result__manual p {
  font-size: 13px;
  color: #6b5e5e;
  margin-bottom: 8px;
}

.epds-result__manual-box {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1.5px dashed #c4a882;
  border-radius: 6px;
  padding: 12px 16px;
  color: #2c2424;
  user-select: all;
  cursor: text;
}

/* ── Print styles ── */

@media print {
  body * {
    visibility: hidden;
  }

  .epds-page,
  .epds-page * {
    visibility: visible;
  }

  .epds-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20mm;
    background: #fff;
  }

  .epds-btn,
  .epds-result__actions,
  .epds-result__manual {
    display: none;
  }

  .epds-result__score-circle {
    border-color: #000;
  }

  .epds-result__score-number,
  .epds-result__level {
    color: #000;
  }

  .epds-alert {
    border-color: #000;
    background: #f5f5f5;
  }

  .epds-result__print-info {
    background: #f5f5f5;
  }
}

/* ── Responsive ── */

@media (max-width: 480px) {
  .epds-title {
    font-size: 24px;
  }

  .epds-question {
    font-size: 20px;
  }

  .epds-answer {
    padding: 14px 16px;
    font-size: 14px;
  }

  .epds-alert {
    flex-direction: column;
    gap: 12px;
  }

  .epds-alert__phones {
    flex-direction: column;
  }
}
