/* Yes/No ADHD screening - scoped to .adhd-test-shell */

.adhd-test-shell {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 0 0.75rem;
}

@media (min-width: 768px) {
  .adhd-test-shell {
    padding-bottom: 1rem;
  }
}

.yesno-start {
  background: var(--color-white, #fff);
  border: 1px solid var(--color-line, #e6e8ee);
  border-radius: 20px;
  padding: 1.35rem 1.15rem 1.15rem;
}

@media (min-width: 768px) {
  .yesno-start {
    padding: 2rem 2.25rem 1.5rem;
  }
}

.yesno-start .eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-teal, #36aba7);
}

.yesno-start h1 {
  font-size: clamp(1.7rem, 3.6vw, 2.4rem);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 1rem;
  max-width: 18ch;
  color: var(--color-navy, #163a5f);
}

.yesno-start__lead,
.yesno-start__hint {
  margin: 0 0 1.25rem;
  max-width: 58ch;
  color: var(--color-muted, #5b6472);
  font-size: 1.05rem;
  line-height: 1.55;
}

.yesno-badges {
  display: grid;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .yesno-badges {
    grid-template-columns: repeat(3, 1fr);
  }
}

.yesno-badges li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  background: var(--blue-100, #eef4fb);
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--color-navy, #163a5f);
}

.yesno-badges i {
  font-size: 1.15rem;
  color: var(--color-teal, #36aba7);
}

.adhd-age-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0 0 1rem;
  font-size: 0.98rem;
  cursor: pointer;
}

.adhd-age-check input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
}

.yesno-start .btn-lg {
  min-height: 52px;
  padding: 0.85rem 1.6rem;
  width: 100%;
  margin: 0 0 1rem;
}

.yesno-start .screening-attribution {
  margin: 0;
  max-width: 62ch;
  color: var(--color-muted, #5b6472);
  font-size: 0.85rem;
  line-height: 1.5;
}

.yesno-progress {
  height: 6px;
  border-radius: 99px;
  background: var(--color-line, #e6e8ee);
  margin: 0 0 1.25rem;
  overflow: hidden;
}

.yesno-progress span {
  display: block;
  height: 100%;
  background: var(--color-accent, #f4a261);
  border-radius: 99px;
  transition: width 0.25s ease;
}

.yesno-meta {
  margin: 0 0 0.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--color-muted, #5b6472);
}

.yesno-question h2 {
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 1.5rem;
  color: var(--color-navy, #163a5f);
}

.yesno-chip {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: var(--blue-100, #eef4fb);
  color: var(--color-navy, #163a5f);
  font-size: 0.8rem;
  font-weight: 600;
}

.yesno-choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 0 0 0.5rem;
}

.yesno-choice {
  min-height: 64px;
  border-radius: 14px;
  border: 2px solid var(--color-line, #e6e8ee);
  background: #fff;
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  color: var(--color-navy, #163a5f);
}

.yesno-choice:hover {
  border-color: var(--color-teal, #36aba7);
}

.yesno-choice--yes.is-selected {
  background: var(--color-navy, #163a5f);
  border-color: var(--color-navy, #163a5f);
  color: #fff;
}

.yesno-choice--no.is-selected {
  background: #fff;
  border-color: var(--color-navy, #163a5f);
  box-shadow: inset 0 0 0 1px var(--color-navy, #163a5f);
}

.adhd-analyzing {
  min-height: 180px;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: var(--color-navy, #163a5f);
}

.yesno-result {
  background: var(--color-white, #fff);
  border: 1px solid var(--color-line, #e6e8ee);
  border-radius: 20px;
  padding: 2rem 1.5rem 2.25rem;
}

.yesno-result.is-positive {
  border-color: #f4c9a5;
  background: linear-gradient(180deg, #fff8f2 0%, #fff 40%);
}

.yesno-result.is-positive h2 {
  font-size: clamp(1.55rem, 3.4vw, 2rem);
  line-height: 1.2;
}

.yesno-result__hook {
  margin: 0 0 1rem;
  max-width: 52ch;
  color: var(--color-muted, #5b6472);
  font-size: 1.05rem;
  line-height: 1.55;
}

.yesno-result .eyebrow {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-teal, #36aba7);
}

.yesno-result h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: -0.03em;
  color: var(--color-navy, #163a5f);
}

.yesno-result__score {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}

.yesno-result__meter {
  height: 10px;
  border-radius: 99px;
  background: var(--color-line, #e6e8ee);
  margin: 0 0 1.25rem;
  overflow: hidden;
}

.yesno-result__meter span {
  display: block;
  height: 100%;
  background: var(--color-accent, #f4a261);
}

.yesno-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

@media (max-width: 480px) {
  .yesno-choices {
    grid-template-columns: 1fr;
  }

  .yesno-result__actions,
  .screening-nav {
    flex-direction: column;
  }

  .yesno-result__actions .btn,
  .screening-nav .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .adhd-test-shell[data-test-view="start"] {
    --decor-corner-top: 0.35rem;
    padding-top: 3.5rem;
  }

  .yesno-result.has-site-decor {
    --decor-low-bottom: 0.9rem;
    padding-bottom: 5rem;
  }
}
