/* V5 banner height adjustment requested for earlier solution visibility. */
.stage-solution-page .quiz-hero {
  min-height: 31.25rem;
  padding-block: 3rem;
}

.stage-solution-page .quiz-hero-inner {
  min-height: 25.25rem;
}

@media (max-width: 1199px) {
  .stage-solution-page .quiz-hero {
    min-height: 30rem;
  }

  .stage-solution-page .quiz-hero-inner {
    min-height: 24rem;
  }
}

@media (max-width: 767px) {
  .stage-solution-page .quiz-hero {
    min-height: 24rem;
    padding-block: 1.5rem 2rem;
  }

  .stage-solution-page .quiz-hero-inner {
    min-height: 20.5rem;
  }

  .stage-solution-page .quiz-hero-copy > .eyebrow {
    margin-bottom: .75rem;
  }

  .stage-solution-page .hero-description {
    margin-top: .75rem;
  }

  .stage-solution-page .hero-actions {
    display: none;
  }
}

@media (max-width: 359px) {
  .stage-solution-page .quiz-hero {
    min-height: 25rem;
  }

  .stage-solution-page .quiz-hero-inner {
    min-height: 21.5rem;
  }
}

/* CMS content refinements. Keep the copied reference styles unchanged. */
.stage-solution-page.quiz-page .playway-filter-group {
  position: static;
  top: auto;
  z-index: auto;
}

.stage-solution-page.quiz-page .quiz-hero h1 .hero-title-topic {
  color: var(--text-brand-on-dark);
}

.stage-solution-page.quiz-page .header-cta,
.stage-solution-page.quiz-page .hero-quote,
.stage-solution-page.quiz-page .lead-submit,
.stage-solution-page.quiz-page .mobile-quote {
  background: var(--conversion-accent);
}

.stage-solution-page.quiz-page .lead-copy h2 span {
  color: var(--conversion-accent);
}

.stage-solution-page.quiz-page .lead-submit {
  box-shadow: 0 .75rem 1.5rem color-mix(in srgb, var(--conversion-accent) 22%, transparent);
}

.stage-solution-page.quiz-page .hero-wechat,
.stage-solution-page.quiz-page .lead-wechat,
.stage-solution-page.quiz-page .mobile-wechat {
  background: var(--channel-wechat);
}

.stage-solution-page.quiz-page .pill.white,
.stage-solution-page.quiz-page .support-kicker,
.stage-solution-page.quiz-page .selected-label,
.stage-solution-page.quiz-page .recommendation-badge,
.stage-solution-page.quiz-page .optional-fields summary::after,
.stage-solution-page.quiz-page .lead-consent button,
.stage-solution-page.quiz-page .case-consult {
  color: var(--blue);
}

.stage-solution-page.quiz-page .solution-radio:checked + .solution-card,
.stage-solution-page.quiz-page .feature-card[aria-expanded="true"],
.stage-solution-page.quiz-page .template-card:hover,
.stage-solution-page.quiz-page .case-consult,
.stage-solution-page.quiz-page .template-gallery-thumbnails button[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--blue) 48%, white);
}

.stage-solution-page.quiz-page .solution-radio:checked + .solution-card,
.stage-solution-page.quiz-page .feature-card[aria-expanded="true"] {
  box-shadow: 0 0 0 1px var(--blue), 0 .75rem 2rem color-mix(in srgb, var(--blue) 8%, transparent);
}

.stage-solution-page.quiz-page .playway-filter-radio:checked + label {
  box-shadow: 0 3px 8px color-mix(in srgb, var(--blue) 16%, transparent);
}

.stage-solution-page.quiz-page .recommendation,
.stage-solution-page.quiz-page .play-detail {
  border-color: color-mix(in srgb, var(--blue) 28%, white);
}

.stage-solution-page.quiz-page .quiz-tags span,
.stage-solution-page.quiz-page .selected-label,
.stage-solution-page.quiz-page .recommendation-badge,
.stage-solution-page.quiz-page .step-icon,
.stage-solution-page.quiz-page .feature-icon,
.stage-solution-page.quiz-page .role-icon,
.stage-solution-page.quiz-page .faq-question-icon {
  background: color-mix(in srgb, var(--blue) 9%, white);
}

.stage-solution-page.quiz-page .quiz-tags span {
  color: color-mix(in srgb, var(--blue) 78%, #17202e);
}

.stage-solution-page.quiz-page .thumbnail-button[aria-pressed="true"] img,
.stage-solution-page.quiz-page .effect-button[aria-pressed="true"] img,
.stage-solution-page.quiz-page .template-gallery-thumbnails button[aria-pressed="true"] {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--blue) 18%, white);
}

.stage-solution-page.quiz-page .solution-radio:focus-visible + .solution-card,
.stage-solution-page.quiz-page .playway-filter-radio:focus-visible + label,
.stage-solution-page.quiz-page .faq-grid summary:focus-visible {
  outline-color: color-mix(in srgb, var(--blue) 55%, white);
}

.stage-solution-page.quiz-page .lead-field input:focus,
.stage-solution-page.quiz-page .lead-field select:focus,
.stage-solution-page.quiz-page .lead-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 16%, transparent);
}

.stage-solution-page.quiz-page .lead-consent input {
  accent-color: var(--blue);
}

.stage-solution-page.quiz-page .mobile-phone {
  background: var(--blue);
}

@media (min-width: 1200px) {
  .stage-solution-page.quiz-page .feature-grid {
    grid-template-columns: repeat(var(--desktop-playway-columns, 4), minmax(0, 1fr));
  }
}

.stage-solution-page.quiz-page .gallery-category-tabs,
.stage-solution-page.quiz-page .view-tabs {
  gap: .375rem;
  padding: .375rem;
  border-color: color-mix(in srgb, var(--blue) 34%, white);
  background: color-mix(in srgb, var(--blue) 9%, white);
}

.stage-solution-page.quiz-page .gallery-category-button,
.stage-solution-page.quiz-page .view-tabs button {
  color: #344054;
  font-weight: 600;
}

.stage-solution-page.quiz-page .gallery-category-button[aria-pressed="true"],
.stage-solution-page.quiz-page .view-tabs button[aria-pressed="true"] {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 .25rem .75rem color-mix(in srgb, var(--blue) 22%, transparent);
}

.stage-solution-page.quiz-page .gallery-category-tabs {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-top: .75rem;
  padding: .25rem;
  gap: .25rem;
  border-radius: .625rem;
}

.stage-solution-page.quiz-page .gallery-category-button {
  flex: 0 0 auto;
  min-height: 2rem;
  padding: .25rem .75rem;
  border-radius: .375rem;
  font-size: .8125rem;
  white-space: nowrap;
}

.stage-solution-page.quiz-page .thumbnail-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: .5rem;
  overflow-x: auto;
  padding: .125rem .125rem .375rem;
  scrollbar-width: thin;
  scrollbar-color: #b8c7df transparent;
}

.stage-solution-page.quiz-page .thumbnail-button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 5rem;
  min-height: 5rem;
  aspect-ratio: auto;
  overflow: hidden;
}

.stage-solution-page.quiz-page .thumbnail-button img {
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.stage-solution-page.quiz-page .preview-nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  color: #fff;
  background: rgb(6 29 71 / 72%);
  box-shadow: 0 .25rem .75rem rgb(15 23 42 / 18%);
  transform: translateY(-50%);
  backdrop-filter: blur(6px);
}

.stage-solution-page.quiz-page .preview-nav[hidden] {
  display: none;
}

.stage-solution-page.quiz-page .preview-nav:hover,
.stage-solution-page.quiz-page .preview-nav:focus-visible {
  background: rgb(6 29 71 / 90%);
}

.stage-solution-page.quiz-page .preview-nav-prev {
  left: .75rem;
}

.stage-solution-page.quiz-page .preview-nav-next {
  right: .75rem;
}

.stage-solution-page.quiz-page .preview-nav img {
  width: 1.5rem;
  height: 1.5rem;
  filter: brightness(0) invert(1);
}

.stage-solution-page.quiz-page .preview-nav-prev img {
  transform: rotate(180deg);
}

.stage-solution-page.quiz-page .play-demo-grid.without-media,
.stage-solution-page.quiz-page .play-demo-grid.without-roles {
  grid-template-columns: minmax(0, 1fr);
}

.stage-solution-page.quiz-page .play-detail {
  background: #f7faff;
}

.stage-solution-page.quiz-page .play-demo-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: var(--grid-gap);
}

.stage-solution-page.quiz-page .play-media-panel,
.stage-solution-page.quiz-page .play-role-panel {
  min-width: 0;
}

.stage-solution-page.quiz-page .play-detail .play-preview {
  aspect-ratio: 946 / 520;
}

.stage-solution-page.quiz-page .view-tabs {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  margin-top: .75rem;
  padding: .25rem;
  gap: .25rem;
  border-radius: .625rem;
}

.stage-solution-page.quiz-page .view-tabs button {
  flex: 0 0 auto;
  min-height: 2rem;
  height: 2rem;
  padding: .25rem .75rem;
  border-radius: .375rem;
}

.stage-solution-page.quiz-page .effect-gallery {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: .5rem;
  overflow-x: auto;
  padding: .125rem .125rem .375rem;
  scrollbar-width: thin;
  scrollbar-color: #b8c7df transparent;
}

.stage-solution-page.quiz-page .effect-button {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 5rem;
  min-height: 5rem;
  overflow: hidden;
}

.stage-solution-page.quiz-page .effect-button img {
  width: auto;
  max-width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
}

.stage-solution-page.quiz-page .play-role-panel .detail-heading {
  margin-bottom: 1rem;
}

.stage-solution-page.quiz-page .play-role-panel .detail-heading h3 {
  font-size: 1.25rem;
}

.stage-solution-page.quiz-page .role-guide {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: .875rem;
  background: #fff;
}

.stage-solution-page.quiz-page .role-card,
.stage-solution-page.quiz-page .role-card:nth-child(2n) {
  display: grid;
  grid-template-columns: 2.5rem minmax(6rem, .36fr) minmax(0, 1fr);
  grid-template-areas: "icon title description";
  align-items: center;
  min-height: 4.75rem;
  padding: .875rem 1rem;
  column-gap: .75rem;
  border: 0;
  border-bottom: 1px solid #e8edf5;
  border-radius: 0;
  background: #fff;
}

.stage-solution-page.quiz-page .role-card:last-child {
  border-bottom: 0;
}

.stage-solution-page.quiz-page .role-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .75rem;
}

.stage-solution-page.quiz-page .role-icon img {
  width: 1.25rem;
  height: 1.25rem;
}

.stage-solution-page.quiz-page .role-guide h4 {
  font-size: .9375rem;
}

.stage-solution-page.quiz-page .role-guide p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.55;
}

.stage-solution-page.quiz-page .template-card strong,
.stage-solution-page.quiz-page .template-card span {
  display: block;
}

.stage-solution-page.quiz-page .template-card strong {
  padding: .625rem .25rem 0;
  color: #17202e;
  font-size: .9375rem;
  line-height: 1.4;
}

.stage-solution-page.quiz-page .template-card span {
  display: -webkit-box;
  overflow: hidden;
  padding: .25rem .25rem .375rem;
  color: #667085;
  font-size: .75rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.stage-solution-page.quiz-page .role-card p span,
.stage-solution-page.quiz-page .role-card p small {
  display: block;
}

.stage-solution-page.quiz-page .role-card p small {
  margin-top: .25rem;
  color: #667085;
  font-size: .6875rem;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .stage-solution-page.quiz-page .participation-steps.single-row-mobile {
    grid-template-columns: repeat(var(--mobile-step-count, 4), minmax(0, 1fr));
    gap: .375rem;
    padding: 1rem .375rem;
  }

  .stage-solution-page.quiz-page .participation-steps.single-row-mobile .step-icon {
    width: 2.25rem;
    height: 2.25rem;
    margin-bottom: .5rem;
  }

  .stage-solution-page.quiz-page .participation-steps.single-row-mobile strong {
    font-size: .75rem;
    line-height: 1.35;
  }

  .stage-solution-page.quiz-page .participation-steps.single-row-mobile small {
    font-size: .6875rem;
    line-height: 1.4;
    margin-top: .25rem;
  }

  .stage-solution-page.quiz-page .effect-gallery {
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .25rem;
    scrollbar-width: none;
  }

  .stage-solution-page.quiz-page .effect-gallery::-webkit-scrollbar {
    display: none;
  }

  .stage-solution-page.quiz-page .thumbnail-button,
  .stage-solution-page.quiz-page .effect-button {
    flex: 0 0 auto;
    width: auto;
    height: 4rem;
    min-height: 4rem;
  }

  .stage-solution-page.quiz-page .thumbnail-button {
    aspect-ratio: auto;
  }

  .stage-solution-page.quiz-page .thumbnail-button img,
  .stage-solution-page.quiz-page .effect-button img {
    width: auto;
    max-width: none;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .stage-solution-page.quiz-page .preview-nav {
    width: 2.5rem;
    height: 2.5rem;
  }

  .stage-solution-page.quiz-page .preview-nav-prev {
    left: .5rem;
  }

  .stage-solution-page.quiz-page .preview-nav-next {
    right: .5rem;
  }

  .stage-solution-page.quiz-page .play-demo-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .stage-solution-page.quiz-page .play-role-panel .detail-heading {
    margin-top: .5rem;
  }

  .stage-solution-page.quiz-page .role-card,
  .stage-solution-page.quiz-page .role-card:nth-child(2n) {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    grid-template-areas: "icon title" "icon description";
    min-height: 0;
    padding: .75rem;
    column-gap: .625rem;
  }

  .stage-solution-page.quiz-page .role-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}
