.evalution {
  background-color: #E2F4F3;
  padding: 80px 10px;
}
.evalution .container {
  background-color: white;
  max-width: 1300px;
  width: 90vw;
  padding: 70px 30px;
  border-radius: 6px;
}
.evalution .container .title {
  font-size: 32px;
  font-weight: bold;
  color: #4DAEA9;
  text-align: center;
}
.evalution .container .tips {
  text-align: center;
  font-size: 20px;
}
.evalution .container .promote {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.evalution .container .promote .left {
  font-size: 48px;
  font-weight: bold;
}
.evalution .container .promote .left span {
  font-size: 128px;
  color: #FF9D00;
}
.evalution .container .promote .right {
  max-width: 430px;
}
.evalution .container .promote .right img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .evalution {
    padding: 40px 10px;
  }
  .evalution .container {
    padding: 30px 10px;
    border-radius: 6px;
  }
  .evalution .container .title {
    font-size: 24px;
    font-weight: bold;
    color: #4DAEA9;
    text-align: center;
  }
  .evalution .container .tips {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  .evalution .container .promote {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .evalution .container .promote .left {
    font-size: 28px;
  }
  .evalution .container .promote .left span {
    font-size: 48px;
  }
  .evalution .container .promote .right {
    max-width: 230px;
  }
  .evalution .container .promote .right img {
    width: 100%;
  }
}
.scene-section {
  padding: 100px 0;
}
.scene-section .image-group {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.scene-section .image-group img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .scene-section {
    padding: 50px 0;
  }
  .scene-section .image-group {
    gap: 30px;
  }
}
.case-show .case-item {
  display: flex;
  gap: 30px;
}
.case-show .case-item .case-image {
  max-width: 360px;
}
.case-show .case-item .case-image img {
  aspect-ratio: 9 / 12;
  width: 300px;
  object-fit: cover;
  object-position: left;
}
.case-show .case-item .case-intro .case-title {
  font-size: 32px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
}
.case-show .case-item .case-intro .case-company {
  font-size: 32px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 20px 0;
  gap: 10px;
  font-weight: bold;
}
.case-show .case-item .case-intro .case-company img {
  height: 46px;
}
.case-show .case-item .case-intro .case-range .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.case-show .case-item .case-intro .case-range .row .tag {
  background-color: #4DAEA9;
  color: white;
  font-size: 20px;
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
}
.case-show .case-item .case-intro .case-range .row .range-text {
  font-size: 18px;
}
.case-show .case-item .case-intro .detail-btn {
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .case-show .case-item {
    flex-direction: column;
    gap: 10px;
  }
  .case-show .case-item .case-image {
    max-width: 360px;
  }
  .case-show .case-item .case-image img {
    width: 100%;
  }
  .case-show .case-item .case-intro .case-title {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .case-show .case-item .case-intro .case-company {
    font-size: 24px;
    margin: 10px 0 20px 0;
    gap: 5px;
  }
  .case-show .case-item .case-intro .case-company img {
    height: 36px;
  }
  .case-show .case-item .case-intro .case-range .row .tag {
    font-size: 14px;
    padding: 3px 5px;
  }
  .case-show .case-item .case-intro .case-range .row .range-text {
    font-size: 12px;
  }
}
.extra-row {
  align-items: flex-start !important;
}
.extra-row .ani-btn {
  margin-top: 0 !important;
}
.more-mt {
  margin-top: 28px;
}
/* Hero overrides based on current title-kv structure */
.about-page .title-kv {
  position: relative;
  min-height: 640px;
  padding: 110px 0 64px;
  background: #ebebeb;
  overflow: hidden;
}
/* Build a cleaner right black panel with a strong diagonal cut */
.about-page .title-kv::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -34%;
  width: 105%;
  height: 200%;
  background: #020202;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 58% 100%);
  z-index: 1;
}
/* Thin yellow accent line on the right side */
.about-page .title-kv::after {
  content: "";
  position: absolute;
  right: 15%;
  bottom: 0;
  width: 1px;
  height: 112%;
  background: #d7c854;
  transform: rotate(16deg);
  z-index: 2;
}
.about-page .title-kv .container {
  position: relative;
  z-index: 3;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 1px;
}
.about-page .title-kv .kv-title,
.about-page .title-kv .kv-btn-group {
  width: min(420px, 42vw);
  margin-left: 0;
}
.about-page .title-kv .kv-title .head-title {
  margin-bottom: 8px;
}
.about-page .title-kv .kv-title .head-title::before {
  /*   left: 0;
  top: 5px;
  width: 3px;
  height: 24px;
  background: #d5c650; */
}
.about-page .title-kv .kv-title .head-title h2 {
  padding-left: 16px;
  font-size: 20px;
  line-height: 1.2;
  color: #5b5b5b;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.about-page .title-kv .kv-title .sub-title {
  font-size: 56px;
  line-height: 1.06;
  color: #1f1f1f;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-shadow: 0 0 10px white;
}
.about-page .title-kv .kv-title .sub-title::before,
.about-page .title-kv .intro .with-under-line::after {
  display: none;
}
.about-page .title-kv .intro .with-under-line {
  margin-top: 8px;
  padding: 0;
  font-size: 24px;
  color: #333;
  line-height: 1.8;
  text-shadow: 0 0 3px white;
}
.about-page .title-kv .intro .with-under-line span {
  color: #E8CC4D;
  font-weight: bold;
}
.about-page .title-kv .kv-voice-btn {
  width: 300px;
  margin: 18px 0 14px;
  gap: 8px;
}
.about-page .title-kv .v-btn {
  width: 100%;
  height: 50px;
  border-radius: 26px;
  border: 1px solid #d9c94b;
  background: #e1cf57;
  color: #383838;
  font-size: 16px !important;
  box-shadow: 0 8px 18px rgba(190, 173, 58, 0.26);
}
.about-page .title-kv .v-btn:hover {
  opacity: 1;
  background: #eadb75;
  border-color: #d7c64f;
}
.about-page .title-kv .v-btn svg path {
  stroke: #7e7331;
}
.about-page .title-kv .intro ul {
  margin: 0;
  padding: 0;
}
.about-page .title-kv .intro ul li {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  display: flex;
  align-items: center;
  gap: 9px;
}
.about-page .title-kv .intro ul li img {
  width: 16px;
  height: 16px;
}
.about-page .title-kv .intro ul li span {
  color: #d1c14a;
}
.about-page .title-kv .kv-btn-group {
  margin-top: 14px;
  display: flex;
  gap: 14px;
  align-items: center;
  width: min(620px, 62vw);
}
.about-page .title-kv .kv-btn-group .ani-btn {
  min-width: 250px;
  height: 48px;
  padding: 0 16px;
  justify-content: space-between;
  border-radius: 0;
  border: 1px solid #494d52;
  background: #34383d;
  color: #fff;
  box-shadow: none;
}
.about-page .title-kv .kv-btn-group .ani-btn:hover {
  background: #23262a;
}
@media screen and (max-width: 1200px) {
  .about-page .title-kv {
    min-height: 560px;
    padding-top: 98px;
  }
  .about-page .title-kv .kv-title,
  .about-page .title-kv .intro {
    width: min(800px, 60vw);
  }
  .about-page .title-kv .kv-title .head-title h2 {
    font-size: 18px;
  }
  .about-page .title-kv .kv-title .sub-title {
    font-size: 46px;
  }
  .about-page .title-kv .intro .with-under-line {
    font-size: 17px;
  }
  .about-page .title-kv .intro ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about-page .title-kv {
    min-height: auto;
    padding: 90px 0 62px;
  }
  .header-row-tips {
    gap: 10px !important;
  }
  .about-page .title-kv .intro ul li {
    margin: 2px 0;
  }
  .about-page .title-kv::before {
    width: 200%;
    height: 100vh;
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 78% 100%);
    z-index: 1;
    right: -62%;
    top: 0;
  }
  .about-page .title-kv::after {
    right: 20px;
    bottom: auto;
    top: 42px;
    height: 136vh;
  }
  .about-page .title-kv .kv-title,
  .about-page .title-kv .intro,
  .about-page .title-kv .kv-btn-group {
    width: 100%;
    max-width: 100%;
  }
  .about-page .title-kv .kv-title .head-title h2 {
    font-size: 20px;
    padding-left: 14px;
  }
  .about-page .title-kv .kv-title .sub-title {
    font-size: 40px;
  }
  .about-page .title-kv .intro .with-under-line {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 22px;
  }
  .about-page .title-kv .kv-voice-btn {
    width: 100%;
    max-width: 330px;
    margin: 16px 0 12px;
  }
  .about-page .title-kv .intro ul li {
    font-size: 16px;
    align-items: center;
  }
  .about-page .title-kv .kv-btn-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
  }
  .about-page .title-kv .kv-btn-group .ani-btn {
    width: 100%;
    min-width: 0;
    height: 52px;
  }
}
.header-row-tips {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  width: fit-content;
  margin-top: 30px;
}
.right-header-tips {
  font-size: 14px;
  line-height: 1.6;
}
