.product-banner {
  width: 100%;
  height: 60vw;
  min-height: 300px;
  overflow: hidden;
  position: relative;
  max-height: 500px;
  background: #020233;
}
.product-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(76deg, #023188 0%, #03399f 59.07%, #0441b7 100%);
}
.product-inner::before {
  /* content: "";
  position: absolute;
  right: 8%;
  top: 18%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  transform: rotate(-18deg); */
}
.product-inner::after {
  /* content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(20, 94, 255, 0.16));
  pointer-events: none; */
}
.product-inner .banner-inner-list-icon {
  width: auto;
  height: 100%;
  position: absolute;
  padding-top: 70px;
  bottom: 0px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-inner .banner-inner-list-icon img {
  height: 100%;
  width: auto;
  /* animation: data-support-float 5.6s ease-in-out infinite;
  filter: drop-shadow(0 22px 42px rgba(0, 14, 74, 0.22)); */
}
.banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  position: relative;
  z-index: 1;
}
.banner-inner .banner-inner-list {
  width: 49%;
  position: relative;
  z-index: 1;
}
.banner-inner h2 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-bottom: 11px;
  /* margin-top: -38px; */
  line-height: 52px;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.banner-inner h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 22px;
  line-height: 32px;
  color: #ffffff;
}
.banner-inner p {
  letter-spacing: 1px;
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
  /* text-align: center; */
}
.product-plate {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.product-plate .plate-title {
  font-weight: bold;
  font-size: 30px;
  color: #333333e3;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}
.product-plate .plate-info {
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.plate-one {
  border-top: 4px solid #0a4aa8;
}
.plate-two {
  background: #f5f7fc;
}
.plate-one .inner,
.plate-two .inner,
.plate-three .inner {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.plate-one-content {
  flex: 0 0 40%;
  max-width: 470px;
  padding-top: 38px;
}
.plate-one-content h2 {
  font-size: 30px;
  color: #333333e3;
  line-height: 42px;
  margin: 0;
}
.plate-one-content p {
  font-size: 16px;
  color: #333333e3;
  line-height: 32px;
  margin: 0;
}
.plate-one-content p:nth-of-type(1) {
  margin: 20px 0;
}
.plate-one-visual {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.plate-one-visual img {
  display: block;
  width: 100%;
  max-width: 682px;
  object-fit: contain;
  height: auto;
  transform: translateZ(0);
  transition: transform 0.45s ease, filter 0.45s ease;
  filter: drop-shadow(0 14px 26px rgba(16, 75, 158, 0.08));
}
.plate-one-visual img:hover {
  transform: translateY(-8px) scale(1.015);
  filter: drop-shadow(0 20px 34px rgba(16, 75, 158, 0.14));
}
.plate-four {
  background: #f5f7fc;
}
.plate-four .inner {
  height: auto;
}

.plate-four-main {
  display: flex;
  justify-content: space-between;
}
.plate-four-card {
  width: 222px;
  min-height: 219px;
  box-sizing: border-box;
  padding: 29px 0px 0px;
  background: #ffffff;
  border: 1px solid #d8e2f3;
  border-radius: 6px;
  box-shadow: 0px 2px 12px 0px rgba(72, 104, 249, 0.11);
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
.plate-four-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2f62ff, #7b9cff);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.25s ease;
}
.plate-four-card:hover {
  transform: translateY(-6px);
  border-color: rgba(48, 94, 255, 0.35);
  box-shadow: 0 14px 28px rgba(31, 73, 145, 0.14);
}
.plate-four-card:hover::before {
  transform: scaleX(1);
}
.plate-four-card img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto 10px;
  transition: transform 0.25s ease;
}
.plate-four-card:hover img {
  transform: translateY(-2px) scale(1.08);
}
.plate-four-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  color: #333333e3;
  line-height: 25px;
  font-weight: bold;
}
.plate-four-card p {
  margin: 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.dataSupport-enhanced .product-plate .inner {
  position: relative;
  z-index: 1;
}
.dataSupport-enhanced .plate-one-content h2,
.dataSupport-enhanced .plate-title {
  background: linear-gradient(90deg, #262b38, #111827);
  -webkit-background-clip: text;
  background-clip: text;
}
.dataSupport-enhanced .banner-sm {
  position: relative;
  overflow: hidden;
}
.dataSupport-enhanced .banner-sm::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(42, 79, 249, 0), rgba(42, 79, 249, 0.34), rgba(42, 79, 249, 0));
}

@keyframes data-support-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media screen and (max-width: 1200px) {
  .banner-inner h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .banner-inner h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .banner-inner p {
    font-size: 16px;
    line-height: 30px;
  }
  .plate-one .inner,
  .plate-two .inner,
  .plate-three .inner {
    gap: 42px;
  }
  .plate-one-content {
    flex-basis: 42%;
  }
  .plate-four-main {
    gap: 16px;
  }
  .plate-four-card {
    flex: 1;
    width: auto;
    min-width: 0;
  }
}

@media screen and (max-width: 960px) {
  .product-banner {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .product-inner {
    position: relative;
  }
  .product-inner .banner-inner-list-icon {

    width: 48%;
    padding-top: 0;
     position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-inner .banner-inner-list-icon img {
    width: auto;
    height: 100%;
  }
  .banner-inner {
    min-height: 430px;
    padding-top: 86px;
    padding-bottom: 40px;
    gap: 24px;
  }
  .banner-inner .banner-inner-list {
    width: 52%;
   
  }
  .banner-inner h2 {
    margin-top: 0;
  }
  .plate-one .inner,
  .plate-two .inner,
  .plate-three .inner {
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
  }
  .plate-one-content {
    flex: none;
    max-width: none;
    padding-top: 0;
  }
  .plate-one-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .plate-one-visual {
    justify-content: center;
  }
  .plate-four-main {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  .plate-four-card {
    width: calc(33.333% - 12px);
    flex: none;
  }
}

@media screen and (max-width: 600px) {
  .product-inner::before,
  .product-inner::after {
    display: none;
  }
  .banner-inner {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    padding-top: 76px;
    padding-bottom: 34px;
  }
  .banner-inner .banner-inner-list {
    width: 100%;
  }
  .banner-inner h2 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-shadow: none;
  }
  .banner-inner h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  .banner-inner p {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
  }
  .product-inner .banner-inner-list-icon {
    width: 100%;
    justify-content: center;
  }
  .product-inner .banner-inner-list-icon img {
    width: 86%;
    max-width: 360px;
    animation: none;
  }
  .product-plate {
    padding: 48px 0;
  }
  .product-plate .plate-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .product-plate .plate-info {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
  }
  .plate-one-content h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16px;
  }
  .plate-one-content p {
    font-size: 14px;
    line-height: 28px;
  }
  .plate-one-content p:nth-of-type(1) {
    margin: 14px 0;
  }
  .plate-one-visual img:hover {
    transform: none;
  }
  .plate-four .plate-info {
    margin-bottom: 24px;
  }
  .plate-four-main {
    gap: 14px;
  }
  .plate-four-card {
    width: 100%;
    min-height: auto;
    padding: 24px 16px 22px;
  }
  .plate-four-card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 380px) {
  .banner-inner h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .plate-one-content h2,
  .product-plate .plate-title {
    font-size: 21px;
    line-height: 30px;
  }
  .plate-four-card p {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-inner .banner-inner-list-icon img,
  .plate-one-visual img,
  .plate-four-card,
  .plate-four-card img,
  .plate-four-card::before {
    animation: none !important;
    transition: none !important;
  }
}
