/* ============ Assessment Styles ============ */

.pd-assessment-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  font-family:
    "Instrument Sans",
    system-ui,
    -apple-system,
    sans-serif;
}

.pd-assessment-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.pd-eyebrow {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a0552f;
  display: block;
  margin-bottom: 1.1rem;
}

.pd-assessment-intro h2 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw + 0.8rem, 3.25rem);
  margin-bottom: 1.4rem;
  letter-spacing: -0.01em;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.pd-lede {
  font-size: clamp(1.125rem, 0.6vw + 1rem, 1.3rem);
  line-height: 1.6;
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
  color: #5a5248;
}

.pd-instruction {
  font-size: clamp(1.125rem, 0.6vw + 1rem, 1.3rem);
  line-height: 1.6;
  max-width: 62ch;
  margin: 1.2rem auto 0;
  font-weight: 600;
}

/* === Quiz Grid === */
.pd-quiz-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2.5rem 0;
}

@media (min-width: 820px) {
  .pd-quiz-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pd-quiz-col {
  background: #fffdf8;
  border: 1px solid #e7dcc9;
  border-radius: 16px;
  padding: 1.8rem 1.5rem;
}

.pd-quiz-col-title {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2f5240;
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #e7dcc9;
}

.pd-quiz-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #26211a;
  transition: color 0.15s ease;
}

.pd-quiz-check:hover {
  color: #2f5240;
}

.pd-quiz-check input[type="checkbox"] {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #2f5240;
  cursor: pointer;
}

.pd-quiz-check span {
  user-select: none;
}

/* === Actions === */
.pd-quiz-actions {
  text-align: center;
  margin: 1.5rem 0 2.5rem;
}

.pd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  background: #2f5240;
  color: #fffdf8;
  border-radius: 999px;
  padding: 0.95rem 1.9rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition:
    transform 0.16s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.16s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.16s cubic-bezier(0.22, 1, 0.36, 1);
  border: 1.5px solid #2f5240;
  cursor: pointer;
}

.pd-btn:hover {
  background: #22402f;
  border-color: #22402f;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(47, 82, 64, 0.25);
}

.pd-btn:active {
  transform: translateY(0);
}

.pd-btn-primary {
  background: #2f5240;
  color: #fffdf8;
}

/* === Results === */
.pd-quiz-results {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e7dcc9;
}

.pd-result-card {
  background: #f2ebdf;
  border-radius: 16px;
  padding: 2rem 2.2rem;
  margin-bottom: 1.5rem;
  border-left: 4px solid #2f5240;
}

.pd-result-card h3 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 460;
  color: #26211a;
  margin-bottom: 0.5rem;
}

.pd-result-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #5a5248;
  margin-bottom: 0.5rem;
}

.pd-result-price {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #a0552f;
  margin: 0.5rem 0;
}

.pd-result-price-large {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 460;
  color: #a0552f;
  margin: 0.5rem 0;
}

.pd-result-card ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 1rem;
}

.pd-result-card ul li {
  padding: 0.3rem 0;
  font-size: 0.95rem;
  color: #5a5248;
}

.pd-result-complete {
  background: #e4eae0;
  border-left-color: #3e5c46;
}

.pd-result-complete h3 {
  color: #22402f;
}

.pd-result-team {
  margin-top: 1rem;
}

.pd-result-bridge {
  text-align: center;
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1.5rem;
  background: #faf6ef;
  border-radius: 16px;
  border: 1px solid #e7dcc9;
}

.pd-bridge-text {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 460;
  color: #2f5240;
  margin-bottom: 1.5rem;
}

.pd-result-bridge .pd-btn {
  font-size: 1.0625rem;
  padding: 1.15rem 2.4rem;
}

/* === Footer === */
.pd-assessment-footer {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e7dcc9;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 820px) {
  .pd-assessment-footer {
    grid-template-columns: 2fr 1fr;
  }
}

.pd-confidential {
  background: #faf6ef;
  border-radius: 16px;
  padding: 1.8rem 2rem;
  border: 1px solid #e7dcc9;
}

.pd-confidential h4 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2f5240;
  margin-bottom: 0.8rem;
}

.pd-confidential p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a5248;
  margin-bottom: 0.6rem;
}

.pd-confidential p:last-child {
  margin-bottom: 0;
}

.pd-confidential strong {
  color: #26211a;
}

.pd-privacy-reminder {
  background: #f5dfcb;
  border-radius: 16px;
  padding: 1.8rem 2rem;
  border: 1px solid #e7dcc9;
}

.pd-privacy-reminder h4 {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #a0552f;
  margin-bottom: 0.8rem;
}

.pd-privacy-reminder p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5a5248;
  margin-bottom: 0.6rem;
}

.pd-privacy-reminder p:last-child {
  margin-bottom: 0;
}

/* === Responsive === */
@media (max-width: 639px) {
  .pd-quiz-col {
    padding: 1.2rem 1rem;
  }

  .pd-quiz-check {
    font-size: 0.9rem;
    padding: 0.5rem 0;
  }

  .pd-result-card {
    padding: 1.5rem 1.2rem;
  }

  .pd-result-bridge {
    padding: 1.5rem 1rem;
  }

  .pd-confidential,
  .pd-privacy-reminder {
    padding: 1.2rem 1rem;
  }
}
