.hqd-page {
  overflow: hidden;
  background: #ffffff;
  color: #1f2638;
}

.hqd-page h1,
.hqd-page h2,
.hqd-page h3,
.hqd-page p {
  font-family: var(--font-sans);
  letter-spacing: 0;
}

.hqd-page img {
  display: block;
  max-width: 100%;
}

html.is-desktop .hqd-page .site-container.site-container--wide,
.hqd-page .site-container--wide {
  width: min(1453px, calc(100% - 48px));
  max-width: none;
  box-sizing: border-box;
}

.hqd-hero {
  position: relative;
  min-height: 494px;
  background: #ecf7ff url("/assets/images/solution/high-quality-dataset/hero-bg.png") no-repeat center bottom / cover;
}

.hqd-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 494px;
  display: flex;
  align-items: flex-start;
}

.hqd-hero__content {
  width: min(820px, 58%);
  padding: 98px 0 0;
}

.hqd-hero__eyebrow {
  display: none;
}

.hqd-hero h1 {
  margin: 0;
  color: #1d2234;
  font-size: clamp(36px, 3.2vw, 52px);
  font-weight: 800;
  line-height: 1.18;
}

.hqd-hero__desc {
  max-width: 820px;
  margin: 28px 0 0;
  color: #313647;
  font-size: clamp(18px, 1.46vw, 28px);
  line-height: 1.56;
}

.hqd-section {
  padding: 76px 0;
}

.hqd-section--white {
  background: #ffffff;
}

.hqd-section--mist {
  background: linear-gradient(180deg, #f6fbff 0%, #edf6ff 100%);
}

.hqd-section--blue {
  background: linear-gradient(180deg, #fcfdff 0%, #f3f9ff 100%);
}

#hqd-showcase {
  scroll-margin-top: 96px;
}

#hqd-showcase .hqd-section-heading {
  margin-bottom: 28px;
}

.hqd-section--faq {
  background: linear-gradient(112deg, rgba(240, 246, 253, 0.77) 0%, rgba(246, 250, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
}

.hqd-section--faq .hqd-section-heading {
  margin-bottom: 30px;
}

.hqd-section--related {
  position: relative;
  overflow: hidden;
  padding: 60px 0 74px;
  background: #ffffff;
}

.hqd-section--related::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/images/solution/high-quality-dataset/related-products-bg.png") no-repeat center -106px / 100% 116.349%;
  opacity: 0.36;
  pointer-events: none;
}

.hqd-section--related > .site-container {
  position: relative;
  z-index: 1;
}

.hqd-section--related .hqd-section-heading {
  margin-bottom: 22px;
}

.hqd-section--resources {
  padding: 76px 0 28px;
  background: #ffffff;
}

.hqd-section--resources .hqd-section-heading {
  margin-bottom: 42px;
}

.hqd-section--resources .site-container--wide {
  width: min(1596px, calc(100% - 48px));
}

.hqd-section--cases {
  background: #ffffff;
}

.hqd-section--cases .hqd-section-heading {
  margin-bottom: 28px;
}

.hqd-section-heading {
  position: relative;
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.hqd-section-heading h2 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #000000;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.hqd-section-heading h2::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 36px;
  flex-shrink: 0;
  background: url("/assets/images/home/icon-core-diamond.png") no-repeat center / contain;
}

.hqd-section-heading h2::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: 6px;
  z-index: -1;
  width: calc(100% - 50px);
  height: 26px;
  background: url("/assets/images/home/core-title-pill-image.png") no-repeat center / 100% 100%;
}

.hqd-section-heading p {
  max-width: 860px;
  margin: 0 auto;
  color: #393e4f;
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.hqd-visual {
  margin: 0 auto;
}

.hqd-visual img {
  width: 100%;
  height: auto;
}

.hqd-visual--wide {
  max-width: 1453px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 22px 52px rgba(20, 78, 150, 0.08);
}

#hqd-features {
  padding: 76px 0 78px;
  background: #ffffff;
}

#hqd-features .hqd-section-heading {
  margin-bottom: 50px;
}

.hqd-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  width: min(1442px, 100%);
  margin: 0 auto;
}

.hqd-feature-card {
  position: relative;
  aspect-ratio: 707 / 261;
  min-height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef7ff;
  box-shadow: 0 16px 34px rgba(21, 86, 168, 0.08);
}

.hqd-feature-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.hqd-feature-card__head {
  position: absolute;
  left: 28px;
  top: 22px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}

.hqd-feature-card__head img {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.hqd-feature-card__head h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.86);
  font-size: 24px;
  font-weight: 800;
  line-height: 34px;
}

.hqd-feature-card__copy {
  position: absolute;
  left: 5px;
  top: 82px;
  z-index: 1;
  box-sizing: border-box;
  width: min(440px, calc(100% - 56px));
  height: 150px;
  margin: 0;
  padding: 23px 36px 20px;
  border-radius: 8px;
  background: url("/assets/images/solution/high-quality-dataset/features/feature-copy-bg.png") no-repeat center / 100% 100%;
  color: #3d4557;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.hqd-section--pain {
  padding: 40px 0 96px;
  background: #ffffff;
}

html.is-desktop .hqd-page .hqd-section--pain .site-container.site-container--wide,
.hqd-section--pain .site-container--wide {
  width: min(1453px, calc(100vw - 2 * max(24px, env(safe-area-inset-left))));
}

.hqd-section--pain .hqd-section-heading {
  margin-bottom: 32px;
}

.hqd-pain-grid {
  display: grid;
  width: min(1448px, 100%);
  grid-template-columns: repeat(4, minmax(0, 344px));
  gap: 24px;
  margin: 0 auto;
  justify-content: center;
}

.hqd-pain-card {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  aspect-ratio: 344 / 428;
  margin: 0;
  overflow: hidden;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: #f5f7fb;
  box-shadow:
    0 0 0 1px rgba(214, 225, 241, 0.96),
    0 10px 24px rgba(31, 95, 178, 0.06);
}

.hqd-pain-card::after {
  content: "";
  position: absolute;
  top: 126px;
  right: 0;
  left: 0;
  z-index: 1;
  height: 34px;
  background: linear-gradient(180deg, #f5f7fb 0%, rgba(245, 247, 251, 0.82) 45%, rgba(245, 247, 251, 0) 100%);
  pointer-events: none;
}

.hqd-pain-card__copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 132px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 18px 0;
  background: #f5f7fb;
  text-align: center;
}

.hqd-pain-card__copy h3 {
  margin: 0;
  color: #061737;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0;
}

.hqd-pain-card__copy p {
  margin: 14px 0 0;
  color: #5a667c;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.hqd-pain-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hqd-visual--diagram {
  max-width: 1334px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(20, 78, 150, 0.1);
}

.hqd-showcase-list {
  display: grid;
  gap: 45px;
  width: min(1423px, 100%);
  margin: 0 auto;
}

.hqd-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, 860px) minmax(320px, 418px);
  column-gap: 85px;
  align-items: start;
  justify-content: start;
}

.hqd-showcase-card--reverse {
  grid-template-columns: minmax(320px, 418px) minmax(0, 860px);
  column-gap: 103px;
  justify-content: end;
}

.hqd-showcase-card__media {
  position: relative;
  width: min(860px, 100%);
  aspect-ratio: 860 / 513;
  margin: 0;
  overflow: visible;
}

.hqd-showcase-card__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
  background: linear-gradient(105deg, #eef0ff 0%, #f1f8fe 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.058824);
  opacity: 0.8;
}

.hqd-showcase-card__media::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  z-index: 2;
  width: 90%;
  aspect-ratio: 834 / 495;
  transform: translate(-50%, -50%);
  /* border-radius: 22px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6); */
  pointer-events: none;
}

.hqd-showcase-carousel__viewport {
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  z-index: 1;
  width: 90%;
  aspect-ratio: 834 / 495;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
}

.hqd-showcase-carousel__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 12px;
  opacity: 0;
  object-fit: cover;
  transform: scale(1.012);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hqd-showcase-carousel__slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.hqd-showcase-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transform: translateX(-50%);
}

.hqd-showcase-carousel__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c6cedb;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hqd-showcase-carousel__dot.is-active {
  background: #2f76ff;
  transform: scale(1.08);
}

.hqd-showcase-carousel__dot:focus-visible {
  outline: 2px solid rgba(47, 118, 255, 0.45);
  outline-offset: 3px;
}

.hqd-showcase-card__body {
  width: min(418px, 100%);
  padding-top: 120px;
}

.hqd-showcase-card__body span {
  display: block;
  margin: 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.hqd-showcase-card__body h3 {
  margin: 1px 0 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 26px;
  font-weight: 800;
  line-height: 40px;
}

.hqd-showcase-card__body p {
  margin: 30px 0 0;
  color: #393e4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.hqd-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 689px));
  gap: 43px;
  width: min(1421px, 100%);
  max-width: none;
  margin: 0 auto;
  justify-content: center;
}

.hqd-case-card {
  position: relative;
  aspect-ratio: 689 / 450;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(207, 227, 255, 0.8) 0%, rgba(238, 247, 255, 0.8) 66.35%);
  box-shadow: none;
}

.hqd-case-card--violet {
  background: linear-gradient(180deg, rgba(243, 239, 253, 0.8) 0%, rgba(246, 246, 254, 0.8) 66.35%);
}

.hqd-case-card__review {
  position: absolute;
  left: 3.92%;
  top: 7.56%;
  z-index: 1;
  width: 66.33%;
  height: 46.22%;
  box-sizing: border-box;
  padding: 14px 25px 18px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.86) 100%),
    rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.hqd-case-card__review strong {
  display: block;
  margin: 0 0 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
}

.hqd-case-card__quote {
  position: absolute;
  left: 28.45%;
  top: 51.78%;
  z-index: 2;
  width: 49.5px;
  height: 35.5px;
  background: #ffffff;
  clip-path: polygon(0 0, 79.8% 0, 100% 100%, 32.8% 34.5%);
}

.hqd-case-card__review p {
  margin: 0;
  color: #393e4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.hqd-case-card__customer {
  position: absolute;
  left: 7.4%;
  top: 67.56%;
  z-index: 1;
  margin: 0;
}

.hqd-case-card--violet .hqd-case-card__customer {
  left: 6.24%;
}

.hqd-case-card__customer dt {
  color: rgba(0, 0, 0, 0.85098);
  font-size: 20px;
  font-weight: 800;
  line-height: 40px;
}

.hqd-case-card__customer dd {
  margin: 0;
  color: #393e4f;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  white-space: nowrap;
}

.hqd-case-card__image {
  position: absolute;
  left: 43.11%;
  top: 44.44%;
  z-index: 3;
  width: 53.56%;
  height: 46.22%;
  margin: 0;
  border-radius: 16px;
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.4),
    0 4px 20px rgba(0, 0, 0, 0.06);
}

.hqd-case-card__image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.hqd-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 460px));
  column-gap: 24px;
  row-gap: 36px;
  width: min(1427px, 100%);
  margin: 0 auto;
  justify-content: center;
}

.hqd-service-card {
  position: relative;
  aspect-ratio: 460 / 301;
  min-height: 0;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #ffffff 100%),
    rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px rgba(203, 227, 252, 1);
  overflow: hidden;
}

.hqd-service-card::before {
  content: "";
  position: absolute;
  left: 16.3%;
  top: 0;
  z-index: 0;
  width: 84.13%;
  height: 100.33%;
  border-radius: 12px;
  background: url("/assets/images/solution/high-quality-dataset/service-card-bg.png") no-repeat center / cover;
}

.hqd-service-card img {
  position: absolute;
  z-index: 1;
  left: 63.7%;
  top: 33.89%;
  width: 29.13%;
  height: 48.17%;
  max-width: none;
  object-fit: contain;
  opacity: 1;
}

.hqd-service-card:nth-child(2) img {
  left: 63.91%;
  top: 28.57%;
  width: 35.65%;
  height: 59.14%;
}

.hqd-service-card:nth-child(3) img {
  left: 63.26%;
  top: 31.23%;
  width: 31.09%;
  height: 51.5%;
}

.hqd-service-card:nth-child(4) img {
  left: 62.39%;
  top: 28.9%;
  width: 33.48%;
  height: 55.48%;
}

.hqd-service-card:nth-child(5) img {
  left: 61.96%;
  top: 32.56%;
  width: 32.39%;
  height: 53.49%;
}

.hqd-service-card:nth-child(6) img {
  left: 62.83%;
  top: 31.23%;
  width: 32.17%;
  height: 52.82%;
}

.hqd-service-card h3 {
  position: absolute;
  left: 8.91%;
  top: 12.62%;
  z-index: 1;
  max-width: 54%;
  margin: 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
}

.hqd-service-card p {
  position: absolute;
  left: 8.04%;
  top: 29.57%;
  z-index: 1;
  width: 51.95%;
  max-width: none;
  margin: 0;
  color: #393e4f;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.hqd-faq-list {
  display: grid;
  gap: 10px;
  width: min(1424px, 100%);
  max-width: none;
  margin: 0 auto;
}

.hqd-faq-item {
  min-height: 73px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.hqd-faq-item.is-hidden {
  display: none;
}

.hqd-faq-item[open] {
  min-height: 166px;
  padding-bottom: 20px;
}

.hqd-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 73px;
  padding: 0 68px 0 74px;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  cursor: pointer;
  list-style: none;
}

.hqd-faq-item[open] summary {
  min-height: 65px;
}

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

.hqd-faq-item summary::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 18px;
  background: #d9e6fb url("/assets/images/solution/high-quality-dataset/faq-question-mark.svg") no-repeat center / 16.7168px 17.491px;
}

.hqd-faq-item summary::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 18px;
  height: 12px;
  transform: translateY(-50%);
  background: url("/assets/images/solution/high-quality-dataset/faq-chevron-down.svg") no-repeat center / contain;
}

.hqd-faq-item[open] summary::before {
  top: 20px;
  transform: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.hqd-faq-item[open] summary::after {
  top: 26px;
  width: 20.0586px;
  height: 11.3389px;
  transform: none;
  background-image: url("/assets/images/solution/high-quality-dataset/faq-chevron-up.svg");
}

.hqd-faq-answer {
  position: relative;
  min-height: 80px;
  margin: 0 30px 0 69px;
  padding: 8px 14px 8px 52px;
  border-radius: 8px;
  background: #f1f6fd;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}

.hqd-faq-answer::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff url("/assets/images/solution/high-quality-dataset/faq-answer-mark.svg") no-repeat center / 16.0176px 15.833px;
}

.hqd-faq-answer p {
  margin: 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.hqd-faq-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 289px;
  height: 40px;
  margin: 28px auto 0;
  padding: 0;
  border: 0;
  border-radius: 50px;
  color: #1d50a3;
  background: #e2ecf9;
  font-family: inherit;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.hqd-faq-more:hover,
.hqd-faq-more:focus-visible {
  color: #1d50a3;
}

.hqd-related-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 23px;
  width: min(1453px, 100%);
  margin: 0 auto;
}

.hqd-related-product-card {
  box-sizing: border-box;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 22px 24px 24px;
  border: 1px solid rgba(222, 235, 252, 0.9);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 100%);
  box-shadow: 0 4px 20px rgba(0, 56, 140, 0.08);
}

.hqd-related-product-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 356 / 204;
  height: auto;
  margin: 0 auto 14px;
  object-fit: contain;
}

.hqd-related-product-card h3 {
  margin: 0;
  color: rgba(0, 0, 0, 0.85098);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.hqd-related-product-card p {
  margin: 9px 0 0;
  color: #333b4f;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.hqd-related-product-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 104px;
  height: 34px;
  margin: auto 0 0 auto;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(90deg, #0e6eff 0%, #0aa8ff 100%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 15px rgba(12, 119, 246, 0.2);
}

.hqd-related-product-card a:hover,
.hqd-related-product-card a:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.hqd-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 460px));
  gap: clamp(24px, 3.4vw, 68px);
  align-items: stretch;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.hqd-resource-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 26px 34px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  filter: drop-shadow(0 14px 24px rgba(33, 64, 118, 0.08));
}

.hqd-resource-card h3 {
  display: flex;
  min-height: 62px;
  margin: 0;
  padding: 0 0 16px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--hqd-resource-divider);
  color: var(--hqd-resource-accent);
  font-size: clamp(25px, 1.7vw, 32px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0;
}

.hqd-resource-card p {
  min-height: 94px;
  margin: 22px 0 0;
  color: #333333;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 700;
  line-height: 1.55;
}

.hqd-resource-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 24px;
  padding: 0;
  list-style: none;
}

.hqd-resource-card li {
  position: relative;
  padding-left: 35px;
  color: #333333;
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

.hqd-resource-card li::before {
  content: "→";
  position: absolute;
  left: 2px;
  top: 0;
  color: #272636;
  font-size: 1em;
  font-weight: 500;
  line-height: inherit;
}

.hqd-resource-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin: auto 0 0;
  padding: 0;
  border: 1px solid var(--hqd-resource-accent);
  border-radius: 8px;
  color: var(--hqd-resource-accent);
  background: #ffffff;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}

.hqd-resource-card a:hover {
  color: var(--hqd-resource-accent);
  background: #ffffff;
}

.hqd-resource-card::after {
  content: none;
}

.hqd-resource-card:nth-child(1) {
  --hqd-resource-accent: #2f57b3;
  --hqd-resource-divider: #a8bee7;
  background-image: url("/assets/images/solution/high-quality-dataset/resource-card-bg-whitepaper.png");
}

.hqd-resource-card:nth-child(2) {
  --hqd-resource-accent: #1469a5;
  --hqd-resource-divider: #c6e4f5;
  background-image: url("/assets/images/solution/high-quality-dataset/resource-card-bg-video.png");
}

.hqd-resource-card:nth-child(3) {
  --hqd-resource-accent: #0b42b8;
  --hqd-resource-divider: #abc3ee;
  background-image: url("/assets/images/solution/high-quality-dataset/resource-card-bg-docs.png");
}

@media (max-width: 1180px) {
  .hqd-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 460px));
    gap: 24px;
  }

  .hqd-resource-card:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(100%, 460px);
  }

  .hqd-pain-grid {
    grid-template-columns: repeat(2, minmax(0, 344px));
  }

  .hqd-feature-grid {
    grid-template-columns: minmax(0, min(100%, 705px));
    justify-content: center;
  }

  .hqd-related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 356px));
    justify-content: center;
  }

  .hqd-showcase-card,
  .hqd-showcase-card--reverse {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-content: stretch;
  }

  .hqd-showcase-card__media {
    justify-self: center;
  }

  .hqd-showcase-card--reverse .hqd-showcase-card__media {
    order: -1;
  }

  .hqd-showcase-card__body {
    width: 100%;
    padding-top: 0;
  }

  .hqd-cases-grid {
    grid-template-columns: minmax(0, 689px);
    justify-content: center;
  }

  .hqd-service-grid {
    grid-template-columns: repeat(2, minmax(0, 460px));
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .hqd-resource-grid {
    grid-template-columns: minmax(0, 460px);
    width: 100%;
  }

  .hqd-resource-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  html:not(.is-desktop) .hqd-page .site-container--wide {
    width: min(100% - 32px, 1453px);
  }

  .hqd-hero {
    min-height: auto;
    background-position: 68% bottom;
    background-size: auto 100%;
  }

  .hqd-hero__inner {
    min-height: auto;
  }

  .hqd-hero__content {
    width: 100%;
    padding: 64px 0 58px;
  }

  .hqd-hero h1 {
    max-width: 12em;
    font-size: clamp(28px, 8.2vw, 40px);
    line-height: 1.24;
  }

  .hqd-hero__desc {
    max-width: 32em;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
  }

  html:not(.is-desktop) .hqd-hero .hero-carousel__actions {
    width: min(100%, 320px);
    margin-top: 28px;
  }

  html:not(.is-desktop) .hqd-hero .hero-btn {
    width: 100%;
  }

  .hqd-section--pain {
    padding: 56px 0;
  }

  .hqd-section--pain .hqd-section-heading {
    margin-bottom: 26px;
  }

  #hqd-features {
    padding: 56px 0;
  }

  #hqd-features .hqd-section-heading {
    margin-bottom: 28px;
  }

  .hqd-feature-grid {
    gap: 14px;
  }

  .hqd-feature-card {
    aspect-ratio: 705 / 300;
  }

  .hqd-feature-card__head {
    left: 18px;
    top: 20px;
    gap: 10px;
  }

  .hqd-feature-card__head img {
    width: 34px;
    height: 34px;
  }

  .hqd-feature-card__head h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .hqd-feature-card__copy {
    left: 16px;
    top: 66px;
    width: min(380px, calc(100% - 32px));
    height: auto;
    min-height: 124px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hqd-pain-grid {
    grid-template-columns: minmax(0, min(100%, 344px));
    gap: 18px;
  }

  .hqd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(236, 247, 255, 0.96), rgba(236, 247, 255, 0.72));
  }

  .hqd-cases-grid,
  .hqd-resource-grid {
    grid-template-columns: 1fr;
  }

  .hqd-section--resources .site-container--wide {
    width: min(100% - 32px, 460px);
  }

  .hqd-resource-grid {
    grid-template-columns: 1fr;
    width: 100%;
    row-gap: 18px;
  }

  .hqd-resource-card:nth-child(3) {
    grid-column: auto;
    width: 100%;
  }

  .hqd-resource-card:nth-child(2),
  .hqd-resource-card:nth-child(3) {
    margin-left: 0;
  }

  .hqd-service-grid {
    grid-template-columns: minmax(0, 460px);
  }

  .hqd-section {
    padding: 56px 0;
  }

  .hqd-section--related {
    padding: 56px 0 60px;
  }

  .hqd-section--resources {
    padding: 56px 0 48px;
  }

  .hqd-page .hqd-section--resources + .home-cta {
    padding-top: 44px;
  }

  .hqd-section-heading {
    margin-bottom: 30px;
  }

  .hqd-section-heading h2 {
    gap: 6px;
    margin-bottom: 10px;
  }

  .hqd-section-heading h2::before {
    width: 34px;
    height: 28px;
  }

  .hqd-section-heading h2::after {
    right: -12px;
    bottom: 4px;
    width: calc(100% - 38px);
    height: 20px;
  }

  .hqd-section-heading p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hqd-related-products-grid {
    grid-template-columns: minmax(0, min(100%, 356px));
    gap: 16px;
  }

  .hqd-related-product-card {
    min-height: 0;
    padding: 20px 20px 22px;
  }

  .hqd-related-product-card__image {
    margin-bottom: 12px;
  }

  .hqd-related-product-card h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .hqd-related-product-card p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hqd-showcase-list {
    gap: 46px;
  }

  .hqd-showcase-card__body span {
    font-size: 30px;
    line-height: 36px;
  }

  .hqd-showcase-card__body h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .hqd-showcase-card__body p {
    margin-top: 18px;
    font-size: 16px;
  }

  .hqd-case-card {
    min-height: 0;
    padding: 0;
  }

  .hqd-case-card__review strong,
  .hqd-case-card__customer dt,
  .hqd-case-card__customer dd {
    font-size: 16px;
    line-height: 28px;
  }

  .hqd-case-card__review p {
    font-size: 14px;
    line-height: 22px;
  }

  .hqd-service-card {
    min-height: 260px;
  }

  .hqd-faq-item summary {
    min-height: 64px;
    padding: 14px 48px 14px 52px;
    font-size: 16px;
    line-height: 24px;
  }

  .hqd-faq-item[open] summary {
    min-height: 58px;
  }

  .hqd-faq-item summary::before {
    left: 16px;
    width: 24px;
    height: 24px;
    background-size: 13px 14px;
  }

  .hqd-faq-item summary::after {
    right: 18px;
    width: 15px;
    height: 10px;
  }

  .hqd-faq-answer {
    min-height: 0;
    margin: 0 16px 16px;
    padding: 12px 14px 12px 44px;
  }

  .hqd-faq-answer::before {
    left: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    background-size: 13px 13px;
  }

  .hqd-faq-answer p {
    font-size: 15px;
    line-height: 24px;
  }

  .hqd-faq-more {
    width: min(100%, 289px);
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .hqd-section {
    padding: 48px 0;
  }

  .hqd-section--pain,
  #hqd-features,
  .hqd-section--related {
    padding: 48px 0;
  }

  .hqd-section--resources {
    padding: 48px 0 48px;
  }

  .hqd-feature-card {
    min-height: 0;
    aspect-ratio: auto;
    padding: 18px 16px 20px;
  }

  .hqd-feature-card__bg {
    object-fit: cover;
  }

  .hqd-feature-card__head {
    position: relative;
    left: auto;
    top: auto;
  }

  .hqd-feature-card__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 0;
    margin-top: 14px;
    padding: 14px 16px;
    background-size: 100% 100%;
  }

  .hqd-showcase-list {
    gap: 38px;
  }

  .hqd-showcase-card,
  .hqd-showcase-card--reverse {
    gap: 18px;
  }

  .hqd-showcase-card__body span {
    font-size: 24px;
    line-height: 30px;
  }

  .hqd-showcase-card__body h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .hqd-showcase-card__body p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
  }

  .hqd-case-card {
    display: flex;
    min-height: 0;
    aspect-ratio: auto;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .hqd-case-card__review,
  .hqd-case-card__customer,
  .hqd-case-card__image {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .hqd-case-card__review {
    padding: 14px 16px;
  }

  .hqd-case-card__quote {
    display: none;
  }

  .hqd-case-card__customer,
  .hqd-case-card--violet .hqd-case-card__customer {
    left: auto;
    margin: 0;
  }

  .hqd-case-card__customer dd {
    white-space: normal;
  }

  .hqd-case-card__image {
    aspect-ratio: 16 / 9;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4), 0 4px 18px rgba(0, 0, 0, 0.06);
  }

  .hqd-service-grid {
    grid-template-columns: 1fr;
  }

  .hqd-service-card {
    min-height: 210px;
    aspect-ratio: auto;
  }

  .hqd-service-card h3 {
    max-width: 64%;
    font-size: 20px;
    line-height: 30px;
  }

  .hqd-service-card p {
    width: 58%;
    font-size: 15px;
    line-height: 24px;
  }

  .hqd-related-product-card a {
    margin-top: 18px;
  }

  .hqd-resource-card {
    width: 100%;
    min-height: 360px;
    aspect-ratio: auto;
    padding: 22px 20px 24px;
    border-radius: 6px;
    background-color: #ffffff;
    background-image: linear-gradient(180deg, var(--hqd-resource-mobile-tint) 0%, rgba(255, 255, 255, 0.96) 36%, #ffffff 100%);
    background-size: 100% 100%;
    box-shadow: 0 10px 26px rgba(32, 76, 140, 0.1);
    filter: none;
  }

  .hqd-resource-card:nth-child(1) {
    --hqd-resource-mobile-tint: #cfe1fb;
    background-image: linear-gradient(180deg, var(--hqd-resource-mobile-tint) 0%, rgba(255, 255, 255, 0.96) 36%, #ffffff 100%);
  }

  .hqd-resource-card:nth-child(2) {
    --hqd-resource-mobile-tint: #c8effa;
    background-image: linear-gradient(180deg, var(--hqd-resource-mobile-tint) 0%, rgba(255, 255, 255, 0.96) 36%, #ffffff 100%);
  }

  .hqd-resource-card:nth-child(3) {
    --hqd-resource-mobile-tint: #d5e5ff;
    background-image: linear-gradient(180deg, var(--hqd-resource-mobile-tint) 0%, rgba(255, 255, 255, 0.96) 36%, #ffffff 100%);
  }

  .hqd-resource-card h3,
  .hqd-resource-card p,
  .hqd-resource-card ul,
  .hqd-resource-card a {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
  }

  .hqd-resource-card h3 {
    min-height: 54px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--hqd-resource-divider);
    font-size: 20px;
    line-height: 1.35;
  }

  .hqd-resource-card p {
    min-height: 0;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.65;
  }

  .hqd-resource-card ul {
    gap: 8px;
    margin: 18px 0 20px;
  }

  .hqd-resource-card li {
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.6;
    white-space: normal;
  }

  .hqd-resource-card a {
    min-height: 42px;
    margin-top: 20px;
    font-size: 15px;
  }

  .hqd-resource-card::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .hqd-hero h1 {
    max-width: 10em;
    font-size: 29px;
  }

  .hqd-hero__desc {
    font-size: 15px;
  }

  .hqd-showcase-card__media::after {
    border-radius: 18px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  }

  .hqd-service-card h3,
  .hqd-service-card p {
    max-width: 74%;
  }

  .hqd-pain-card {
    border-width: 2px;
  }

  .hqd-pain-card::after {
    top: 104px;
  }

  .hqd-pain-card__copy {
    min-height: 112px;
    padding: 22px 14px 0;
  }

  .hqd-pain-card__copy h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .hqd-pain-card__copy p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
  }

  .hqd-faq-more {
    height: 38px;
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  html:not(.is-desktop) .hqd-page .site-container--wide {
    width: min(100% - 24px, 1453px);
  }

  .hqd-hero__content {
    padding: 52px 0 48px;
  }

  .hqd-hero h1 {
    font-size: 26px;
  }

  .hqd-hero__desc {
    font-size: 14px;
  }

  .hqd-section-heading h2 {
    font-size: 22px;
  }

  .hqd-section-heading p {
    font-size: 14px;
  }

  .hqd-faq-item summary {
    padding-right: 42px;
    padding-left: 46px;
    font-size: 15px;
  }

  .hqd-faq-answer {
    margin-right: 12px;
    margin-left: 12px;
    padding-left: 40px;
  }

  .hqd-resource-grid {
    width: 100%;
  }
}
