.ki-check-page {
  --check-black: #0a0a0a;
  --check-yellow: #ffd500;
  --check-yellow-dark: #d8b600;
  --check-cream: #f3f3ef;
  --check-blue: #061b31;
  background: var(--white);
}

#moeglichkeiten,
#potenzialcheck,
#ablauf,
.quiz-result {
  scroll-margin-top: 140px;
}

[hidden] {
  display: none !important;
}

.ki-check-header {
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.check-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
  font-weight: 700;
}

.check-nav > a:not(.nav-cta) {
  border-bottom: 2px solid transparent;
}

.check-nav > a:not(.nav-cta):hover,
.check-nav > a:not(.nav-cta):focus-visible {
  border-color: var(--check-yellow);
}

.check-hero {
  position: relative;
  min-height: 860px;
  padding: 142px 0 112px;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.98) 0 55%, rgba(243, 243, 239, 0.96) 55%),
    var(--white);
  overflow: hidden;
}

.check-hero::before {
  position: absolute;
  top: -300px;
  right: -210px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(10, 10, 10, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(10, 10, 10, 0.025), 0 0 0 200px rgba(10, 10, 10, 0.018);
  content: "";
}

.check-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: 60px;
  align-items: center;
}

.check-hero-copy h1 {
  max-width: 790px;
  font-size: clamp(62px, 6vw, 94px);
}

.check-hero-lead {
  max-width: 660px;
  margin-bottom: 36px;
  color: #45556a;
  font-size: 19px;
}

.check-hero-actions,
.final-cta-actions,
.lead-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.check-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin: 52px 0 0;
  padding: 0;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  text-transform: uppercase;
}

.check-trust li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.check-trust li::before {
  width: 9px;
  height: 9px;
  background: var(--check-yellow);
  border-radius: 50%;
  content: "";
}

.check-hero-visual {
  position: relative;
  min-height: 560px;
  margin: 0;
  align-self: end;
}

.check-hero-visual::before {
  position: absolute;
  right: 8%;
  bottom: 18px;
  width: 84%;
  aspect-ratio: 1;
  background: var(--check-yellow);
  border-radius: 50%;
  content: "";
}

.check-hero-visual img {
  position: absolute;
  right: -2%;
  bottom: -86px;
  z-index: 2;
  width: min(520px, 100%);
  max-height: 690px;
  object-fit: contain;
  object-position: bottom;
  filter: drop-shadow(0 25px 35px rgba(10, 10, 10, 0.18));
}

.check-hero-orbit {
  position: absolute;
  inset: 62px auto auto -28px;
  z-index: 3;
  display: grid;
  gap: 10px;
}

.check-hero-orbit span {
  width: max-content;
  padding: 8px 13px;
  color: var(--white);
  background: var(--check-black);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.check-hero-orbit span:nth-child(2) {
  margin-left: 26px;
  color: var(--check-black);
  background: var(--white);
  border: 1px solid var(--check-black);
}

.check-hero-orbit span:nth-child(3) {
  margin-left: 8px;
}

.check-hero-line {
  position: absolute;
  right: -2%;
  bottom: 12px;
  left: -2%;
  z-index: 5;
  height: 8px;
  background: var(--check-yellow);
  transform: rotate(-1.4deg);
}

.check-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 58px;
}

.check-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.check-heading h2,
.process-copy h2,
.personal-copy h2,
.faq-title h2,
.final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 5vw, 76px);
}

.check-heading > p:last-child {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 17px;
}

.recognition-section {
  padding-top: 132px;
  background: var(--white);
}

.friction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.friction-card {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.friction-card > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 60px;
  background: var(--check-yellow);
  font-weight: 900;
}

.friction-card h3,
.opportunity-card h3,
.check-process-list h3 {
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1;
}

.friction-card p,
.opportunity-card p {
  margin: 0;
  color: var(--muted);
}

.possibilities-section {
  color: var(--white);
  background: var(--check-black);
}

.check-heading-light h2,
.check-heading-light > p:last-child,
.process-copy h2,
.process-copy > p,
.process-copy .eyebrow,
.final-cta h2,
.final-cta p {
  color: var(--white);
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.opportunity-card {
  min-height: 260px;
  padding: 32px;
  background: var(--check-black);
}

.opportunity-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 54px;
  color: var(--check-black);
  background: var(--check-yellow);
  font-size: 25px;
  font-weight: 900;
}

.opportunity-card h3 {
  color: var(--white);
}

.opportunity-card p {
  color: rgba(255, 255, 255, 0.7);
}

.check-section {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 213, 0, 0.16), transparent 22%),
    var(--check-cream);
}

.quiz-shell {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #d5d5cf;
  box-shadow: 14px 14px 0 var(--check-yellow);
}

.quiz-topbar {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px 30px;
  color: var(--white);
  background: var(--check-black);
}

.quiz-topbar > div:first-child {
  display: flex;
  flex-direction: column;
}

.quiz-kicker {
  color: var(--check-yellow);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.quiz-progress {
  height: 9px;
  background: rgba(255, 255, 255, 0.18);
}

.quiz-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--check-yellow);
  transition: width 0.25s ease;
}

.quiz-form {
  min-height: 610px;
  padding: 48px;
}

.quiz-step {
  margin: 0;
  padding: 0;
  border: 0;
}

.quiz-step legend {
  max-width: 850px;
  margin-bottom: 10px;
  color: var(--check-black);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.quiz-help {
  margin-bottom: 30px;
  color: var(--muted);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.task-options {
  display: grid;
  gap: 34px;
}

.task-area-group {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.task-area-group:first-child {
  padding-top: 0;
  border-top: 0;
}

.task-area-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.task-area-heading > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  background: var(--check-yellow);
  color: var(--check-black);
  font-weight: 900;
}

.task-area-heading h3 {
  margin: 0;
  color: var(--check-black);
  font-size: 25px;
  line-height: 1;
}

.task-area-heading small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.choice-card,
.choice-row label {
  position: relative;
  cursor: pointer;
}

.choice-card input,
.choice-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card > span {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px 20px 58px;
  background: #fafaf8;
  border: 2px solid #deded8;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.choice-card > span::before {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 20px;
  height: 20px;
  background: var(--white);
  border: 2px solid #777;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.choice-card input[type="checkbox"] + span::before {
  border-radius: 2px;
}

.choice-card input:checked + span {
  background: #fff8c8;
  border-color: var(--check-black);
  box-shadow: inset 7px 0 0 var(--check-yellow);
}

.choice-card input:checked + span::before {
  background: var(--check-yellow);
  border-color: var(--check-black);
  box-shadow: inset 0 0 0 4px var(--white);
}

.choice-card input:focus-visible + span,
.choice-row input:focus-visible + span {
  outline: 3px solid var(--check-yellow);
  outline-offset: 3px;
}

.choice-card:hover > span {
  border-color: var(--check-black);
  transform: translateY(-2px);
}

.choice-card b {
  color: var(--check-black);
  font-size: 17px;
}

.choice-card small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.quiz-question-group {
  margin-top: 34px;
}

.quiz-question-group:first-of-type {
  margin-top: 26px;
}

.quiz-question-group-last {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.quiz-question-group h3 {
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
}

.choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choice-row label > span {
  display: block;
  padding: 12px 16px;
  background: #fafaf8;
  border: 2px solid #deded8;
  font-size: 14px;
  font-weight: 700;
}

.choice-row input:checked + span {
  background: var(--check-yellow);
  border-color: var(--check-black);
}

.quiz-error {
  min-height: 24px;
  margin: 24px 0 4px;
  color: #9e2424;
  font-size: 14px;
  font-weight: 700;
}

.quiz-controls {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.quiz-back,
.result-restart {
  padding: 10px 0;
  color: var(--check-black);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--check-yellow);
  font: 700 14px var(--font-body);
  cursor: pointer;
}

.quiz-next {
  margin-left: auto;
  border: 0;
  cursor: pointer;
}

.quiz-result {
  background: var(--white);
}

.result-score {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 28px 48px;
  background: var(--check-yellow);
}

.result-score span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.result-score strong {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  text-transform: uppercase;
}

.result-copy {
  padding: 50px 48px 36px;
}

.result-copy h3,
.lead-form-heading h3 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: clamp(38px, 5vw, 64px);
}

.result-copy > p:not(.eyebrow),
.result-copy li {
  max-width: 820px;
  color: var(--muted);
  font-size: 17px;
}

.result-copy ul {
  display: grid;
  gap: 10px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.result-copy li {
  position: relative;
  padding-left: 28px;
  color: var(--check-black);
  font-weight: 700;
}

.result-copy li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background: var(--check-yellow);
  content: "";
}

.result-disclaimer {
  padding: 16px 18px;
  background: var(--check-cream);
  border-left: 5px solid var(--check-yellow);
  font-size: 13px !important;
}

.lead-form {
  margin: 0 48px 34px;
  padding: 36px;
  background: var(--check-black);
  color: var(--white);
}

.lead-form-heading {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.lead-form-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -15px;
  color: var(--white);
}

.lead-form-heading h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(34px, 4vw, 52px);
}

.lead-form-heading > p:last-child {
  color: rgba(255, 255, 255, 0.68);
}

.lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lead-fields label {
  font-size: 13px;
  font-weight: 700;
}

.lead-fields input {
  width: 100%;
  min-height: 50px;
  margin-top: 6px;
  padding: 10px 12px;
  color: var(--check-black);
  background: var(--white);
  border: 2px solid transparent;
  font: 16px var(--font-body);
}

.lead-fields input:focus {
  border-color: var(--check-yellow);
  outline: 0;
}

.lead-honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.lead-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 20px 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.lead-consent input {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  accent-color: var(--check-yellow);
}

.lead-consent a {
  color: var(--check-yellow);
  text-decoration: underline;
}

.lead-message {
  min-height: 22px;
  margin-bottom: 14px;
  color: #ff9c9c;
  font-weight: 700;
}

.lead-message.is-success {
  padding: 13px 15px;
  color: var(--check-black);
  background: var(--check-yellow);
}

.lead-form button:disabled {
  opacity: 0.6;
  cursor: wait;
}

.lead-actions .text-link {
  color: var(--white);
}

.preview-form-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.result-restart {
  margin: 0 48px 44px;
}

.process-section {
  position: relative;
  color: var(--white);
  background: var(--check-blue);
  overflow: hidden;
}

.process-section::before {
  position: absolute;
  right: -30px;
  bottom: -100px;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--font-display);
  font-size: 280px;
  font-weight: 900;
  line-height: 1;
  content: "WEITER";
}

.process-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.process-copy > p:last-child {
  max-width: 520px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.check-process-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.18);
  list-style: none;
}

.check-process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 30px;
  background: var(--check-blue);
}

.check-process-list li > span {
  color: var(--check-yellow);
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 900;
}

.check-process-list h3 {
  color: var(--white);
}

.check-process-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.personal-section {
  background: var(--white);
}

.personal-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.personal-layout--copy-only {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
}

.photo-placeholder {
  position: relative;
  min-height: 520px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(135deg, transparent 48%, rgba(255, 213, 0, 0.3) 48% 52%, transparent 52%),
    var(--check-cream);
  border: 2px dashed #9f9f96;
}

.photo-placeholder::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 100px;
  border: 4px solid var(--check-black);
  border-radius: 10px;
  content: "";
  transform: translate(-50%, -65%);
}

.photo-placeholder::after {
  position: absolute;
  top: calc(50% - 17px);
  left: 50%;
  width: 35px;
  height: 35px;
  border: 4px solid var(--check-black);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.photo-placeholder span {
  width: max-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  background: var(--check-yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.photo-placeholder strong {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.photo-placeholder p {
  max-width: 440px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.personal-copy blockquote {
  margin: 34px 0;
  padding-left: 24px;
  color: #3f4b59;
  border-left: 6px solid var(--check-yellow);
  font-size: 21px;
  line-height: 1.5;
}

.faq-section {
  background: var(--check-cream);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.faq-title {
  position: sticky;
  top: 150px;
}

.check-faq details {
  border-bottom: 1px solid #bdbdb6;
}

.check-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--check-black);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.check-faq summary::-webkit-details-marker {
  display: none;
}

.check-faq summary::after {
  position: absolute;
  top: 19px;
  right: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--check-yellow);
  content: "+";
  font-size: 22px;
}

.check-faq details[open] summary::after {
  content: "−";
}

.check-faq details p {
  max-width: 700px;
  padding: 0 48px 22px 0;
  color: var(--muted);
}

.final-cta {
  padding: 90px 0;
  color: var(--white);
  background: var(--check-black);
}

.final-cta-card {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: end;
}

.final-cta-card > div:last-child > p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.button-outline {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-outline:hover {
  color: var(--check-black);
  background: var(--white);
}

@media (max-width: 980px) {
  .check-hero-grid,
  .check-heading,
  .process-layout,
  .personal-layout,
  .faq-layout,
  .final-cta-card {
    grid-template-columns: 1fr;
  }

  .check-hero {
    padding-top: 165px;
  }

  .check-hero-visual {
    width: min(620px, 100%);
    min-height: 620px;
    margin-inline: auto;
  }

  .check-heading {
    gap: 28px;
  }

  .check-heading .eyebrow {
    margin-bottom: -10px;
  }

  .friction-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opportunity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lead-form-heading {
    grid-template-columns: 1fr;
  }

  .faq-title {
    position: static;
  }
}

@media (max-width: 760px) {
  .check-nav > a:not(.nav-cta) {
    display: none;
  }

  .check-nav .nav-cta {
    padding: 10px 13px;
    font-size: 12px;
  }

  .check-hero {
    min-height: auto;
    padding: 106px 0 88px;
    background: linear-gradient(160deg, #fff 0 61%, var(--check-cream) 61%);
  }

  .check-hero-grid {
    gap: 28px;
  }

  .check-hero-copy h1 {
    font-size: clamp(48px, 14.5vw, 68px);
  }

  .check-hero-lead {
    font-size: 16px;
  }

  .check-hero-actions,
  .final-cta-actions,
  .lead-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .check-hero-actions .button,
  .final-cta-actions .button,
  .lead-actions .button {
    width: calc(100% - 8px);
  }

  .check-hero-visual {
    min-height: 480px;
  }

  .check-hero-visual img {
    bottom: -66px;
    width: 100%;
    max-height: 550px;
  }

  .check-hero-orbit {
    top: 40px;
    left: 0;
  }

  .check-heading h2,
  .process-copy h2,
  .personal-copy h2,
  .faq-title h2,
  .final-cta h2 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .recognition-section {
    padding-top: 100px;
  }

  .friction-grid,
  .opportunity-grid,
  .choice-grid,
  .lead-fields {
    grid-template-columns: 1fr;
  }

  .task-options {
    gap: 28px;
  }

  .task-area-heading h3 {
    font-size: 22px;
  }

  .friction-card {
    min-height: auto;
  }

  .friction-card > span,
  .opportunity-icon {
    margin-bottom: 34px;
  }

  .quiz-shell {
    width: calc(100% - 7px);
    box-shadow: 7px 7px 0 var(--check-yellow);
  }

  .quiz-topbar {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .quiz-form {
    min-height: 0;
    padding: 28px 20px;
  }

  .quiz-step legend {
    font-size: clamp(31px, 10vw, 44px);
  }

  .choice-card > span {
    min-height: 88px;
    padding: 17px 17px 17px 52px;
  }

  .choice-card > span::before {
    left: 18px;
  }

  .choice-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .choice-row label > span {
    text-align: center;
  }

  .quiz-controls {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .quiz-next {
    width: calc(100% - 8px);
  }

  .quiz-back {
    align-self: start;
  }

  .result-score {
    align-items: start;
    flex-direction: column;
    padding: 24px 20px;
  }

  .result-copy {
    padding: 36px 20px 26px;
  }

  .lead-form {
    margin: 0 20px 28px;
    padding: 26px 20px;
  }

  .result-restart {
    margin: 0 20px 34px;
  }

  .process-layout,
  .personal-layout,
  .faq-layout,
  .final-cta-card {
    gap: 54px;
  }

  .check-process-list li {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding: 24px 18px;
  }

  .check-process-list li > span {
    font-size: 30px;
  }

  .photo-placeholder {
    min-height: 470px;
    padding: 24px;
  }

  .personal-copy blockquote {
    font-size: 18px;
  }

  .final-cta {
    padding: 76px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quiz-progress span,
  .choice-card > span {
    transition: none;
  }
}
