:root {
  --qj-research-bg: #f4f6f8;
  --qj-research-card: #ffffff;
  --qj-research-card-soft: #f7f9fb;
  --qj-research-text: #121417;
  --qj-research-muted: #5c6874;
  --qj-research-border: rgba(15, 23, 42, 0.12);
  --qj-research-red: rgb(234, 30, 38);
  --qj-research-red-hover: rgb(201, 21, 40);
  --qj-research-red-soft: rgba(234, 30, 38, 0.10);
  --qj-research-cyan: rgb(19, 216, 238);
  --qj-research-cyan-soft: rgba(19, 216, 238, 0.12);
  --qj-research-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  --qj-research-shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.08);
}

html[data-theme=dark],
body[data-theme=dark] {
  --qj-research-bg: #0d1014;
  --qj-research-card: #171d23;
  --qj-research-card-soft: #20272f;
  --qj-research-text: #f3f6f8;
  --qj-research-muted: #b8c2cc;
  --qj-research-border: rgba(255, 255, 255, 0.12);
  --qj-research-red-hover: #ff4b5d;
  --qj-research-red-soft: rgba(234, 30, 38, 0.15);
  --qj-research-shadow: 0 26px 80px rgba(0, 0, 0, 0.36);
  --qj-research-shadow-soft: 0 14px 38px rgba(0, 0, 0, 0.24);
}

body {
  background: radial-gradient(circle at 8% 8%, rgba(19, 216, 238, 0.1), transparent 28rem), radial-gradient(circle at 92% 18%, rgba(234, 30, 38, 0.1), transparent 30rem), var(--qj-research-bg);
  color: var(--qj-research-text);
}

.qj-research-page {
  width: min(1380px, 100% - 32px);
  margin: 0 auto;
  padding: 26px 0 44px;
  font-family: "Poppins", sans-serif;
}

.qj-research-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.qj-research-logo img {
  display: none;
  width: 185px;
  height: auto;
}

body:not([data-theme=dark]) .qj-logo-for-light,
body[data-theme=light] .qj-logo-for-light {
  display: block;
}

body[data-theme=dark] .qj-logo-for-dark {
  display: block;
}

.qj-research-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.qj-research-btn:hover {
  transform: translateY(-1px);
}

.qj-research-btn-primary {
  color: #fff;
  background: var(--qj-research-red);
  box-shadow: 0 12px 26px rgba(234, 30, 38, 0.22);
}

.qj-research-btn-primary:hover {
  color: #fff;
  background: var(--qj-research-red-hover);
}

.qj-research-btn-outline {
  color: var(--qj-research-text);
  background: var(--qj-research-card);
  border-color: var(--qj-research-border);
}

.qj-research-btn-outline:hover {
  color: var(--qj-research-red);
  border-color: var(--qj-research-red);
}

.qj-research-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
  margin-bottom: 28px;
}

.qj-research-hero-copy,
.qj-research-hero-panel,
.qj-research-section,
.qj-research-access {
  border: 1px solid var(--qj-research-border);
  border-radius: 28px;
  background: var(--qj-research-card);
  box-shadow: var(--qj-research-shadow);
}

.qj-research-hero-panel p {
  font-size: 1.1rem;
}

.qj-research-hero-copy {
  padding: clamp(30px, 5vw, 70px);
  position: relative;
  overflow: hidden;
}

.qj-research-hero-copy::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -120px;
  border-radius: 50%;
  background: var(--qj-research-red-soft);
}

.qj-research-eyebrow {
  margin: 0 0 9px;
  color: var(--qj-research-red);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qj-research-hero h1 {
  max-width: 840px;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.qj-research-lead {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--qj-research-muted);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.8;
}

.qj-research-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.qj-research-hero-panel {
  padding: 34px;
  background: linear-gradient(145deg, var(--qj-research-card), var(--qj-research-card-soft));
}

.qj-research-hero-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 2rem;
}

.qj-research-hero-panel h2 {
  margin: 24px 0 12px;
  font-size: 1.7rem;
  font-weight: 800;
}

.qj-research-hero-panel > p {
  color: var(--qj-research-muted);
  line-height: 1.75;
}

.qj-research-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.qj-research-stats div {
  padding: 16px 12px;
  border: 1px solid var(--qj-research-border);
  border-radius: 16px;
  background: var(--qj-research-card);
  text-align: center;
}

.qj-research-stats strong {
  display: block;
  color: var(--qj-research-red);
  font-size: 2rem;
}

.qj-research-stats span {
  display: block;
  margin-top: 4px;
  color: var(--qj-research-muted);
  font-size: 1rem;
}

.qj-research-section {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 44px);
  box-shadow: var(--qj-research-shadow-soft);
}

.qj-research-section-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.qj-research-section-heading h2,
.qj-research-access h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 850;
}

.qj-research-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border-radius: 999px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}

.qj-research-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  overflow: hidden;
  border: 1px solid var(--qj-research-border);
  border-radius: 24px;
  background: var(--qj-research-card-soft);
}

.qj-research-feature-content {
  padding: clamp(24px, 4vw, 42px);
}

.qj-research-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.qj-research-badges span {
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--qj-research-text);
  background: var(--qj-research-card);
  border: 1px solid var(--qj-research-border);
  font-size: 1.1rem;
  font-weight: 700;
}

.qj-research-feature-content h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 850;
}

.qj-research-feature-content > p {
  margin: 16px 0 0;
  color: var(--qj-research-muted);
  line-height: 1.75;
}

.qj-research-check-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.qj-research-check-list li {
  display: flex;
  gap: 10px;
  line-height: 1.55;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.qj-research-check-list i {
  flex: 0 0 auto;
  color: var(--qj-research-red);
  font-size: 1.3rem;
}

.qj-research-feature-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px;
  color: #fff;
  background: linear-gradient(145deg, #d7192d, #f34350);
  text-align: center;
}

.qj-research-feature-visual i {
  font-size: 5rem;
}

.qj-research-feature-visual strong {
  margin-top: 20px;
  font-size: 1.35rem;
}

.qj-research-feature-visual span {
  margin-top: 10px;
  opacity: 0.86;
  font-size: 1.15rem;
  line-height: 1.65;
}

.qj-research-video-feature {
  display: grid;
  grid-template-columns: minmax(300px, 1.05fr) minmax(0, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--qj-research-border);
  border-radius: 24px;
  background: var(--qj-research-card-soft);
}

.qj-research-video-cover {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  background: #111;
}

.qj-research-video-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.qj-research-video-cover:hover img {
  transform: scale(1.025);
}

.qj-research-video-placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 330px;
  font-size: 5rem;
  color: #fff;
  background: linear-gradient(145deg, #161b22, #2b333d);
}

.qj-research-play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  color: #fff;
  background: var(--qj-research-red);
  font-size: 2rem;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
}

.qj-research-video-copy {
  padding: clamp(25px, 4vw, 44px);
}

.qj-research-video-copy h3,
.qj-research-card h3,
.qj-research-empty-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
}

.qj-research-video-copy > p:not(.qj-research-eyebrow),
.qj-research-card p,
.qj-research-empty-card p,
.qj-research-access > div > p {
  color: var(--qj-research-muted);
  line-height: 1.7;
  font-size: 1.1rem;
}

.qj-research-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--qj-research-red);
  font-weight: 800;
  text-decoration: none;
}

.qj-research-text-link:hover {
  color: var(--qj-research-red-hover);
}

.qj-research-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.qj-research-video-grid {
  margin-top: 18px;
}

.qj-research-card {
  overflow: hidden;
  border: 1px solid var(--qj-research-border);
  border-radius: 20px;
  background: var(--qj-research-card-soft);
}

.qj-research-card-media {
  display: grid;
  place-items: center;
  height: 190px;
  overflow: hidden;
  color: #fff;
  background: #20262d;
  font-size: 3rem;
}

.qj-research-card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.qj-research-card-body {
  padding: 22px;
}

.qj-research-card-body > span {
  display: block;
  margin-bottom: 9px;
  color: var(--qj-research-red);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.qj-research-report-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 0;
}

.qj-research-report-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 1.45rem;
}

.qj-research-report-date {
  color: var(--qj-research-muted);
  font-size: 0.8rem;
}

.qj-research-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 18px;
}

.qj-research-empty-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border: 1px dashed var(--qj-research-border);
  border-radius: 20px;
  background: var(--qj-research-card-soft);
}

.qj-research-empty-card > i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 1.7rem;
}

.qj-research-empty-card p {
  margin: 7px 0 0;
}

.qj-research-access {
  margin-top: 24px;
  padding: clamp(26px, 5vw, 52px);
}

.qj-research-access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 26px 0;
}

.qj-research-access-grid article {
  padding: 24px;
  border: 1px solid var(--qj-research-border);
  border-radius: 20px;
  background: var(--qj-research-card-soft);
}

.qj-research-access-grid i {
  color: var(--qj-research-red);
  font-size: 1.8rem;
}

.qj-research-access-grid h3 {
  margin: 16px 0 8px;
  font-size: 1.25rem;
  font-weight: 800;
}

.qj-research-access-grid p {
  margin: 0;
  color: var(--qj-research-muted);
  line-height: 1.65;
  font-size: 1.2rem;
}

.qj-research-page .qj-results-card {
  position: relative;
  margin-top: 24px;
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid var(--qj-research-border);
  border-radius: 24px;
  background: linear-gradient(135deg, var(--qj-research-card), var(--qj-research-card-soft));
  box-shadow: var(--qj-research-shadow-soft);
}

.qj-research-page .qj-results-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--qj-research-red);
}

.qj-research-page .qj-results-source-content {
  max-width: 1050px;
}

.qj-research-page .qj-results-source-content h2 {
  margin: 0 0 14px;
  color: var(--qj-research-text);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 850;
  line-height: 1.25;
}

.qj-research-page .qj-results-source-content p {
  margin: 0;
  color: var(--qj-research-muted);
  font-size: 1.25rem;
  line-height: 1.75;
}

.qj-research-page .qj-results-source-link {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 20px;
  padding: 12px 16px;
  border: 1px solid var(--qj-research-border);
  border-radius: 12px;
  color: var(--qj-research-red);
  background: var(--qj-research-card);
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  overflow-wrap: anywhere;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qj-research-page .qj-results-source-link.is-copied {
  color: #ffffff;
  border-color: var(--qj-research-red);
  background: var(--qj-research-red);
}

.qj-research-page .qj-results-source-link:hover {
  color: #ffffff;
  border-color: var(--qj-research-red);
  background: var(--qj-research-red);
  transform: translateY(-1px);
}

.qj-research-page .qj-results-source-link:focus-visible {
  outline: 3px solid var(--qj-research-red-soft);
  outline-offset: 3px;
}

.qj-research-bottom-actions {
  display: flex;
  justify-content: center;
  margin: 28px 0;
}

.qj-research-footer {
  padding: 24px 15px 10px;
  color: var(--qj-research-muted);
  text-align: center;
  font-size: 0.9rem;
}

.qj-research-footer p {
  margin: 4px 0;
}

@media (max-width: 1050px) {
  .qj-research-hero,
  .qj-research-feature-card,
  .qj-research-video-feature {
    grid-template-columns: 1fr;
  }
  .qj-research-feature-visual {
    min-height: 280px;
  }
  .qj-research-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .qj-research-page {
    width: min(100% - 18px, 1380px);
    padding-top: 14px;
  }
  .qj-research-logo img {
    width: 145px;
  }
  .qj-research-topbar .qj-research-btn {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 0.86rem;
  }
  .qj-research-hero-copy,
  .qj-research-hero-panel,
  .qj-research-section,
  .qj-research-access {
    border-radius: 20px;
  }
  .qj-research-stats,
  .qj-research-grid,
  .qj-research-access-grid {
    grid-template-columns: 1fr;
  }
  .qj-research-section-heading {
    flex-direction: column;
  }
  .qj-research-hero-actions,
  .qj-research-report-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .qj-research-btn {
    width: 100%;
  }
  .qj-research-video-cover,
  .qj-research-video-placeholder {
    min-height: 230px;
  }
  .qj-research-page .qj-results-card {
    padding: 22px 18px 22px 22px;
    border-radius: 20px;
  }
  .qj-research-page .qj-results-source-content h2 {
    font-size: 1.3rem;
  }
  .qj-research-page .qj-results-source-content p {
    font-size: 0.92rem;
    line-height: 1.7;
  }
  .qj-research-page .qj-results-source-link {
    display: block;
    width: 100%;
    padding: 11px 13px;
    font-size: 0.82rem;
  }
}
.qj-research-section-description {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--qj-research-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.qj-research-survey-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.qj-research-latest-report {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--qj-research-border);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--qj-research-card-soft), var(--qj-research-card));
}

.qj-research-latest-report-icon {
  display: grid;
  place-items: center;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 4rem;
}

.qj-research-latest-report-content h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.2;
  font-weight: 850;
}

.qj-research-latest-report-content > p:not(.qj-research-eyebrow) {
  max-width: 900px;
  margin: 16px 0 0;
  color: var(--qj-research-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.qj-research-report-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.qj-research-report-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--qj-research-muted);
  font-size: 1.05rem;
  font-weight: 600;
}

.qj-research-report-grid {
  margin-top: 24px;
}

.qj-research-vote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.qj-research-vote-hidden {
  display: contents;
}

.qj-research-vote-hidden[hidden] {
  display: none;
}

.qj-research-vote-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--qj-research-border);
  border-radius: 22px;
  background: var(--qj-research-card-soft);
}

.qj-research-vote-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  background: #000;
}

.qj-research-video-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
}

.qj-research-video-preview img,
.qj-research-vote-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.qj-research-video-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.28));
}

.qj-research-video-preview .qj-research-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  background: var(--qj-research-red);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.3);
  font-size: 2.3rem;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

.qj-research-video-preview:hover .qj-research-play {
  background: var(--qj-research-red-hover);
  transform: translate(-50%, -50%) scale(1.06);
}

.qj-research-vote-card .qj-research-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.qj-research-vote-card .qj-research-card-body h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.qj-research-vote-card .qj-research-card-body p {
  flex: 1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.qj-research-vote-card .qj-research-btn {
  width: 100%;
  margin-top: auto;
}

.qj-research-show-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.qj-research-show-more .bi-chevron-down {
  transition: transform 0.2s ease;
}

.qj-research-show-more .is-expanded .bi-chevron-down {
  transform: rotate(180deg);
}

@media (max-width: 1180px) {
  .qj-research-vote-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .qj-research-latest-report {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .qj-research-latest-report-icon {
    width: 100px;
    height: 100px;
    border-radius: 22px;
    font-size: 3rem;
  }
  .qj-research-vote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .qj-research-latest-report {
    grid-template-columns: 1fr;
  }
  .qj-research-latest-report-icon {
    width: 84px;
    height: 84px;
    font-size: 2.5rem;
  }
  .qj-research-vote-grid {
    grid-template-columns: 1fr;
  }
  .qj-research-survey-actions,
  .qj-research-report-actions {
    flex-direction: column;
  }
  .qj-research-survey-actions .qj-research-btn,
  .qj-research-report-actions .qj-research-btn {
    width: 100%;
  }
}
.qj-research-report-page {
  min-height: 100vh;
}

.qj-research-report-hero {
  align-items: stretch;
}

.qj-research-report-progress {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.qj-research-report-progress-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  opacity: 0.68;
}

.qj-research-report-progress-item > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--qj-research-border);
  border-radius: 50%;
  color: var(--qj-research-muted);
  background: var(--qj-research-card-soft);
  font-size: 1.15rem;
}

.qj-research-report-progress-item.is-active {
  opacity: 1;
}

.qj-research-report-progress-item.is-active > span {
  border-color: var(--qj-research-red);
  color: #fff;
  background: var(--qj-research-red);
}

.qj-research-report-progress-item strong,
.qj-research-report-progress-item small {
  display: block;
}

.qj-research-report-progress-item strong {
  color: var(--qj-research-text);
  font-size: 1rem;
}

.qj-research-report-progress-item small {
  margin-top: 3px;
  color: var(--qj-research-muted);
  line-height: 1.45;
}

.qj-research-report-info-card .qj-research-feature-content h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.25;
}

.qj-research-report-info-card .qj-research-feature-content > p:not(.qj-research-eyebrow) {
  margin: 18px 0 0;
  color: var(--qj-research-muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.qj-research-report-placeholder {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 34px;
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--qj-research-border);
  border-radius: 26px;
  background: linear-gradient(145deg, var(--qj-research-card-soft), var(--qj-research-card));
}

.qj-research-report-placeholder-icon {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 4.25rem;
}

.qj-research-report-placeholder-content h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.2;
}

.qj-research-report-placeholder-content > p:not(.qj-research-eyebrow) {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--qj-research-muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

.qj-research-report-planned-date {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px !important;
  color: var(--qj-research-text) !important;
}

.qj-research-report-planned-date i {
  color: var(--qj-research-red);
  font-size: 1.35rem;
}

.qj-research-report-placeholder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 760px) {
  .qj-research-report-placeholder {
    grid-template-columns: 1fr;
  }
  .qj-research-report-placeholder-icon {
    width: 92px;
    height: 92px;
    border-radius: 22px;
    font-size: 2.8rem;
  }
  .qj-research-report-placeholder-actions {
    flex-direction: column;
  }
  .qj-research-report-placeholder-actions .qj-research-btn {
    width: 100%;
  }
}
.qj-research-pending {
  max-width: 980px;
  margin: 56px auto 0;
  padding: clamp(32px, 6vw, 72px);
  border: 1px solid var(--qj-research-border);
  border-radius: 28px;
  background: linear-gradient(145deg, var(--qj-research-card-soft), var(--qj-research-card));
  text-align: center;
}

.qj-research-pending-icon {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 0 auto 28px;
  border-radius: 28px;
  color: var(--qj-research-red);
  background: var(--qj-research-red-soft);
  font-size: 3.4rem;
}

.qj-research-pending h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.12;
  font-weight: 900;
}

.qj-research-pending .qj-research-status {
  display: inline-flex;
  margin: 28px auto 0;
}

.qj-research-pending h2 {
  max-width: 780px;
  margin: 24px auto 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.3;
}

.qj-research-pending-lead {
  max-width: 800px;
  margin: 20px auto 0;
  color: var(--qj-research-text);
  font-size: 1.18rem;
  line-height: 1.75;
}

.qj-research-pending-description {
  max-width: 800px;
  margin: 14px auto 0;
  color: var(--qj-research-muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.qj-research-pending-date {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
  padding: 12px 18px;
  border: 1px solid var(--qj-research-border);
  border-radius: 14px;
  color: var(--qj-research-text);
  background: var(--qj-research-card);
}

.qj-research-pending-date i {
  color: var(--qj-research-red);
}

.qj-research-pending-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.qj-research-pending-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 28px auto 0;
}

.qj-research-pending-steps article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--qj-research-border);
  border-radius: 20px;
  background: var(--qj-research-card-soft);
  opacity: 0.68;
}

.qj-research-pending-steps article.is-current,
.qj-research-pending-steps article.is-completed {
  opacity: 1;
}

.qj-research-pending-steps article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: var(--qj-research-muted);
  background: var(--qj-research-card);
  font-size: 1.25rem;
}

.qj-research-pending-steps article.is-current > span {
  color: #fff;
  background: var(--qj-research-red);
}

.qj-research-pending-steps article.is-completed > span {
  color: #198754;
  background: rgba(25, 135, 84, 0.12);
}

.qj-research-pending-steps strong {
  display: block;
  margin-top: 2px;
  color: var(--qj-research-text);
  font-size: 1.08rem;
}

.qj-research-pending-steps p {
  margin: 7px 0 0;
  color: var(--qj-research-muted);
  line-height: 1.6;
}

@media (max-width: 800px) {
  .qj-research-pending-steps {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .qj-research-pending {
    margin-top: 28px;
    padding: 28px 20px;
    border-radius: 22px;
  }
  .qj-research-pending-icon {
    width: 88px;
    height: 88px;
    font-size: 2.7rem;
  }
  .qj-research-pending-actions {
    flex-direction: column;
  }
  .qj-research-pending-actions .qj-research-btn {
    width: 100%;
  }
}/*# sourceMappingURL=labour-research-reports.css.map */