.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/solutions/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-showcase .hqd-section-heading h2 {
  gap: 12px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px;
}

#hqd-showcase .hqd-section-heading h2::before {
  width: 8px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f76ff 0%, #0b5bff 100%);
}

#hqd-showcase .hqd-section-heading h2::after {
  display: none;
}

#hqd-showcase .hqd-section-heading p {
  color: #697180;
  font-size: 14px;
  line-height: 22px;
}

.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/solutions/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 5px;
  background: #ffffff;
}

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

.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-features .hqd-section-heading h2 {
  gap: 12px;
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px;
}

#hqd-features .hqd-section-heading h2::before {
  width: 8px;
  height: 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2f76ff 0%, #0b5bff 100%);
}

#hqd-features .hqd-section-heading h2::after {
  display: none;
}

#hqd-features .hqd-section-heading p {
  color: #697180;
  font-size: 14px;
  line-height: 22px;
}

.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: 22px;
  top: 82px;
  z-index: 1;
  box-sizing: border-box;
  width: min(440px, calc(100% - 56px));
  height: 150px;
  margin: 0;
  padding: 19px 26px 20px;
  border-radius: 8px;
  background: url("/assets/images/solutions/high-quality-dataset/features/feature-copy-bg.png") no-repeat center / 100% 100%;
  color: #3d4557;
  font-size: 20px;
  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;
  background: #ffffff;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.06));
}

.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/solutions/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[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/solutions/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/solutions/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/solutions/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/solutions/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;
  border-radius: 50px;
  color: #1d50a3;
  background: #e2ecf9;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

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

.hqd-related-products-shell {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  padding-bottom: 2px;
}

.hqd-related-products {
  position: relative;
  width: min(1453px, 100%);
  margin: 0 auto;
}

.hqd-related-products img {
  width: 100%;
  aspect-ratio: 1556 / 988;
  height: auto;
  object-fit: contain;
}

.hqd-related-products__links {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1.72% 1.54%;
  box-sizing: border-box;
  padding: 1.5% 0.7% 2% 1.03%;
}

.hqd-related-products__link {
  display: block;
  border-radius: 18px;
}

.hqd-related-products__link:focus-visible {
  outline: 3px solid rgba(15, 105, 230, 0.56);
  outline-offset: -8px;
}

.hqd-resource-grid {
  display: grid;
  --hqd-resource-card-width: min(500px, calc((100vw - 48px + 34px) / 3));
  grid-template-columns: repeat(3, var(--hqd-resource-card-width));
  justify-content: center;
  width: min(1466px, calc(100vw - 48px));
  margin: 0 auto;
}

.hqd-resource-card {
  position: relative;
  width: var(--hqd-resource-card-width);
  aspect-ratio: 500 / 448;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.hqd-resource-card h3 {
  position: absolute;
  left: 8.8%;
  top: 8.7%;
  width: 78%;
  margin: 0;
  color: var(--hqd-resource-accent);
  font-size: clamp(22px, 1.67vw, 32px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.hqd-resource-card p {
  position: absolute;
  left: 8.8%;
  top: 27.23%;
  width: 78%;
  margin: 0;
  color: #333333;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 1.5;
}

.hqd-resource-card ul {
  position: absolute;
  left: 14.1%;
  top: 50.6%;
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hqd-resource-card li {
  position: relative;
  padding-left: 27px;
  color: #333333;
  font-size: clamp(14px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}

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

.hqd-resource-card a {
  position: absolute;
  left: 8.8%;
  top: 70.54%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78%;
  height: 11.61%;
  padding: 0;
  border: 1px solid var(--hqd-resource-accent);
  border-radius: 8px;
  color: var(--hqd-resource-accent);
  background: #ffffff;
  font-size: clamp(15px, 1.15vw, 22px);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

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

.hqd-resource-card::after {
  content: "";
  position: absolute;
  left: 8.8%;
  top: 23.21%;
  width: 78%;
  border-top: 1px solid var(--hqd-resource-divider);
  opacity: 0.4;
}

.hqd-resource-card:nth-child(1) {
  --hqd-resource-accent: #2f57b3;
  --hqd-resource-divider: #89a3d8;
  background-image: url("/assets/images/solutions/high-quality-dataset/resource-card-whitepaper.svg");
}

.hqd-resource-card:nth-child(2) {
  --hqd-resource-accent: #1469a5;
  --hqd-resource-divider: #cbe3fc;
  margin-left: -17px;
  background-image: url("/assets/images/solutions/high-quality-dataset/resource-card-video.svg");
}

.hqd-resource-card:nth-child(3) {
  --hqd-resource-accent: #0b42b8;
  --hqd-resource-divider: #96b3e2;
  margin-left: -34px;
  background-image: url("/assets/images/solutions/high-quality-dataset/resource-card-guide.svg");
}

@media (max-width: 1180px) {
  .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-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: 768px) {
  html:not(.is-desktop) .hqd-page .site-container--wide {
    width: min(100% - 32px, 1453px);
  }

  .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-features .hqd-section-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  #hqd-features .hqd-section-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .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 {
    min-height: 500px;
    background-position: 62% top;
  }

  .hqd-hero__inner {
    min-height: 500px;
  }

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

  .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-resource-grid {
    --hqd-resource-card-width: min(500px, calc(100vw - 32px));
    grid-template-columns: var(--hqd-resource-card-width);
    width: var(--hqd-resource-card-width);
    row-gap: 12px;
  }

  .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 5px;
  }

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

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

  .hqd-related-products {
    width: 960px;
    max-width: none;
  }

  .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;
  }
}

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

  .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%;
  }
}
