.case-detail-body {
  background: rgba(255, 255, 255, 1);
}

.case-detail-shell,
.case-detail-page,
.case-detail-main {
  width: 100%;
}

.case-detail-page {
  background: rgba(255, 255, 255, 1);
}

.case-detail-hero {
  min-height: 780px;
  padding-top: 60px;
  background: url("../assets/slices/case-bg.jpg") center top / 1920px 720px no-repeat;
}

.case-detail-hero__inner {
  min-height: 720px;
  display: flex;
  align-items: flex-start;
}

.case-detail-hero__copy {
  width: 566px;
  padding: 247px 0 0 0;
}

.case-detail-hero__title {
  margin: 0;
  width: 566px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(23, 26, 29, 1);
  font-size: 36px;
  line-height: 50px;
  font-family: AlibabaPuHuiTiB, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-detail-hero__subtitle {
  margin: 22px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 24px;
  line-height: 33px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.case-detail-hero__visual {
  margin: 115px 0 0 80px;
}

.case-detail-hero__frame {
  width: 628px;
  height: 420px;
}

.case-detail-hero__frame img {
  display: block;
  width: 628px;
  height: 420px;
  border-radius: 28px;
  object-fit: cover;
}

.case-detail-content {
  position: relative;
  width: 100%;
  min-height: 1813px;
  margin: -60px auto 0;
  padding: 61px 0 98px;
  overflow: hidden;
}

.case-detail-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #EDF8FF 0%, #F8F8F9 100%, #F8F8F9 100%);
  pointer-events: none;
}

.case-detail-content .container {
  position: relative;
  z-index: 1;
}

.case-detail-card {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 58px 60px 59px;
  box-sizing: border-box;
  border-radius: 59px;
  background: rgba(255, 255, 255, 1);
}

.case-detail-card h2 {
  margin: 32px 0 16px;
  color: rgba(10, 93, 230, 1);
  font-size: 20px;
  line-height: 27px;
  font-family: AlibabaPuHuiTiB, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.case-detail-card h2:first-child {
  margin-top: 0;
}

.case-detail-card p {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 36px;
  font-family: AlibabaPuHuiTiR, "PingFang SC", "Microsoft YaHei", sans-serif;
}
