/* #region global */
:root {
  --stack-cards-gap: 40px;
}
.td-pb-row {
  margin-right: 0; 
  margin-left: 0; 
}
.td-pb-row [class*="td-pb-span"]{
  padding:unset;
}
#td-outer-wrap {
  overflow: visible !important;
}
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content{
  padding:unset;
}
.td-page-content {
    padding-bottom: 0;
}
.home-page {
  font-family: Inter, Arial, sans-serif;
  line-height: inherit;
  /* padding-top: 60px; */
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.text-mute {
  color: #525252;
}
.color-primary {
  color: #4155f5;
}
.color-primary-linear {
  background: linear-gradient(83.53deg, #2a3ad8 -4.32%, #00aeff 110.36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bg-primary {
  background-color: #4155f5;
}
.common-padding {
  padding: 60px 0;
}
.common-title {
  font-family: "Inter Semibold", Arial, sans-serif;
  font-size: 36px;
  color: #161c50;
  text-align: center;
  margin-bottom: 24px;
}
.text-bold {
  font-family: "Inter Bold", Arial, sans-serif;
}
.text-semibold {
  font-family: "Inter Semibold", Arial, sans-serif;
}
.text-medium {
  font-family: "Inter Medium", Arial, sans-serif;
}
.text-regular {
  font-family: "Inter Regular", Arial, sans-serif;
}
@media screen and (min-width: 1300px) {
  .home-page .container {
    width: 1280px;
  }
}
@media screen and (max-width: 979px) {
  .common-padding {
    padding: 40px 0;
  }
  br {
    display: none;
  }
  .common-title {
    font-family: "Inter Semibold", Arial, sans-serif;
    font-size: 28px;
    color: #161c50;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .common-padding {
    padding: 30px 0;
  }
  .common-title {
    font-family: "Inter Semibold", Arial, sans-serif;
    font-size: 24px;
    color: #161c50;
    text-align: center;
    margin-bottom: 16px;
  }
}

.icon-close {
  width: 20px;
  height: 20px;
  background: url('/sites/image/common/icon-close.svg') 0px 0px no-repeat;
  cursor: pointer;
}

/* #endregion */

/* #region banner */
.banner {
  background: url("/sites/image/home/bg-banner-v2.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* border-radius: 24px; */
  padding-bottom: 0;
}
.title {
  font-size: 48px;
  padding-bottom: 32px;
}

.banner .title {
  padding-bottom: 16px;
}

.highlight-title {
  position: relative;
}
.highlight-title::before {
  content: "";
  position: absolute;
  top: -21px;
  right: -47px;
  width: 43px;
  height: 34px;
  background: url(/sites/image/home/ic-star.svg) no-repeat center center;
}
.btn-ctn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.btn-base {
  padding: 10px 20px;
  font-family: "Inter Medium", Arial, sans-serif;
  border-radius: 40px;
}

.btn-white {
  background: #fff;
  color: #393941;
  border: 1px solid transparent;
}
.banner .btn-white {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-blue {
  background: #4155f5;
  color: #fff;
}

.btn-base:hover {
  opacity: 0.95;
}
.btn-white:hover {
  /* background: #fff; */
  color: #393941;
}

.btn-blue:hover {
  background: #4155f5;
  color: #fff;
}
.btn-secondary-v2 {
  border-radius: 40px;
  border: 1px solid #b7b7c2;
  background: #fff;
  color: #393941;
  font-weight: 500;
}
.btn-secondary-v2:hover {
  background: #fdfdfd;
  opacity: 0.8;
}

.banner .btn-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: fit-content;
  margin: auto;
  position: relative;
  z-index: 2;
}

.banner .btn-base {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  min-width: 300px;
  height: 100%;
  line-height: 1.375;
}

.banner .btn-blue .desc {
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
}

.banner-desc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 1005px;
}

.banner-desc div {
  background: url(/sites/image/home/tick-circle.svg) no-repeat left 4px;
  background-size: 24px;
  padding-left: 30px;
  line-height: 32px;
}

.banner-image {
  margin-top: 20px;
}

.banner-video {
  margin-top: -120px;
  padding-top: 0px;
  position: relative;
  z-index: 1;
}

.banner-video video {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0);
  border-radius: 32px;
}
@media screen and (min-width: 980px){
  .banner-image {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 979px) {
  .highlight-title::before {
    top: -31px;
    right: -199px;
}
  .banner .title {
    font-size: 32px;
  }
  .banner .highlight-title {
    font-size: 24px;
  }

  .banner-video {
    margin-top: -60px;
  }
  .banner-video video {
    mix-blend-mode: multiply;
  }
}
@media screen and (max-width: 767px) {
  .banner .title {
    font-size: 24px;
  }
  .banner-desc {
    grid-template-columns: 1fr;
  }
  .banner .highlight-title {
    font-size: 28px;
  }
  .btn-ctn {
    flex-wrap: wrap;
  }

  .banner-video {
    margin-top: 20px;
  }

  .banner .btn-ctn {
    grid-template-columns: 1fr;
  }

  .banner .btn-base {
    min-width: unset;
  }

  .banner .btn-base br {
    display: block;
  }
  .td-main-menu-logo img {
    right: unset;
    left: 10px
  }
  #custom-mobile {
    right: 40px
  }
}
/* #endregion */

/* #region solution */
.solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 32px 0;
}

.solution-list > div {
  backdrop-filter: blur(16px);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solution-list > div:nth-child(1) {
  background: linear-gradient(
    180deg,
    rgba(157, 190, 255, 0) -12.62%,
    rgba(157, 190, 255, 0.3) 100%
  );
}
.solution-list > div:nth-child(2) {
  background: linear-gradient(
      0deg,
      var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6)),
      var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6))
    ),
    linear-gradient(
      180deg,
      rgba(220, 252, 231, 0) -25.16%,
      rgba(134, 239, 172, 0.3) 100%
    );
}
.solution-list > div:nth-child(3) {
  background: linear-gradient(
      0deg,
      var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6)),
      var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6))
    ),
    linear-gradient(
      180deg,
      rgba(253, 186, 116, 0) -14.62%,
      rgba(253, 186, 116, 0.3) 100%
    );
}

.solution-img img {
  width: 100%;
}

@media screen and (min-width: 1170px) {
  .solution-list > div:nth-child(3) .solution-img img {
    padding: 0 0 16px 10px;
  }
  .solution-list > div:nth-child(2) .solution-img img {
    padding: 0 16px 16px 0px;
  }
}

.solution-title,
.solution-des,
.solution-view-more,
.solution-icon {
  padding: 0 20px;
}

.solution-icon {
  padding-top: 20px;
}

.solution-title {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
}

.solution-view-more {
  padding-top: 16px;
  font-family: "Inter Medium", Arial, sans-serif;
}

@media screen and (max-width: 979px) {
  .solution-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .solution-list {
    grid-template-columns: 1fr;
  }
}
/* #endregion */

/* #region optimize */
.optimize {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(253, 186, 116, 0.3) 36.06%,
    rgba(205, 202, 249, 0.3) 70.67%,
    rgba(255, 255, 255, 0.3) 100%
  );
}
.optimize-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.optimize-item {
  position: sticky;
  top: 100px;
  display: flex;
  align-items: center;
  gap: 56px;
  box-shadow: 0px 4px 40px 0px rgba(14, 21, 81, 0.1);
  border-radius: 32px;
  padding: 20px;
  background: #fff;
}
.optimize-box-text {
  width: 45%;
}
.optimize-box-image {
  width: 55%;
}
.optimize-box-image img {
  width: 100%;
}
.optimize-title {
  font-size: 28px;
  line-height: 34px;
}
.optimize-item .btn-ctn {
  justify-content: left;
  padding: 10px 0 0;
}

.optimize .btn-ctn {
  margin-top: 32px;
}
.optimize .btn-base.btn-white {border: var(--Border-Width-1px, 1px) solid var(--Components-Button-Border-Neutral, #B7B7C2);background: #fff;}

a.btn-base.btn-white {}

.optimize-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.optimize-container .optimize-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.optimize-container .optimize-item .optimize-box-text {
  gap: 24px;
  display: flex;
  flex-direction: column;
}
.tagdiv-type img{
  margin:unset;
}
.optimize-container .optimize-item:nth-child(2n + 1) .optimize-box-text {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.optimize-container
  .optimize-item
  .optimize-box-text
  .optimize-list-content
  > div {
  position: relative;
  padding-bottom: 12px;
  font-size: 18px;
  padding-left: 36px;
}

.optimize-container
  .optimize-item
  .optimize-box-text
  .optimize-list-content
  > div:before {
  position: absolute;
  content: url(/sites/image/home/ic-tick.svg);
  top: 0;
  left: 0;
}
.optimize-head {
  font-size: 20px;
  font-family: "Inter Medium", Arial, sans-serif;
}
.optimize-container {
  padding: 20px 0 32px 0;
}
@media screen and (max-width: 979px) {
  .optimize-container {
    padding: 20px 0 32px 0;
    gap: 30px;
  }
  .optimize-container .optimize-item:nth-child(2n + 1) .optimize-box-text {
    padding-left: 0;
  }
  .optimize-item {
    gap: 20px;
  }
  .optimize-container
    .optimize-item
    .optimize-box-text
    .optimize-list-content
    > div {
    font-size: 16px;
  }
  .optimize-box-text {
    width: 50%;
  }
  .optimize-box-image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .optimize-container {
    padding: 20px 0 32px 0;
  }
  .optimize-item {
    flex-direction: column;
  }
  .optimize-container .optimize-item:nth-child(2n) {
    flex-direction: column;
  }
  .optimize-box-text {
    width: 100%;
  }
  .optimize-box-image {
    width: 100%;
  }
  .optimize-title {
    font-size: 20px;
  }
  .optimize-container .optimize-item:nth-child(2n + 1) .optimize-box-text {
    gap: 15px;
  }
  .optimize-container .optimize-item .optimize-box-text {
    gap: 15px;
  }
  .optimize-item .btn-ctn {
    padding: 0;
  }
}
/* #endregion */

/* #region multi-platform */
.multi-platform-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 40px 0 37px;
}

.multi-platform-subtitle {
  font-size: 20px;
  max-width: 984px;
  margin: auto;
}

@media screen and (max-width: 979px) {
  .multi-platform-list {
    padding: 15px 0 24px;
    flex-direction: column;
    justify-content: center;
  }
  .multi-platform-list .mp-img {
    text-align: center;
  }
  .multi-platform-subtitle {
    font-size: 16px;
  }
}
/* #endregion */
/* #region cus number */
.cus-number {
  background: url(/sites/image/home/bg-num.webp) no-repeat center center;
  background-size: cover;
}
.cus-number-trust {
  width: 233px;
  background: rgba(65, 85, 245, 1);
  text-transform: uppercase;
  padding: 8px 20px;
  color: #fff;
  border-radius: 999px;
  margin: auto;
  margin-bottom: 24px;
}

.cus-number .common-title {
  max-width: 932px;
  margin: auto;
}

.cus-num {
  font-size: 48px;
}
.cus-number-box {
  display: flex;
  max-width: 1140px;
  margin: auto;
  justify-content: center;
  margin-top: 32px;
}

.cus-number-box > div {
  padding: 20px 36px;
  text-align: center;
}

.cus-number-box > div:not(.cus-number-box > div:last-child) {
  border-right: 1px solid rgba(183, 183, 194, 1);
}
.cus-text {
  font-size: 20px;
}
@media screen and (max-width: 979px) {
  .cus-number-box {
    flex-direction: column;
  }
  .cus-number-box > div:not(.cus-number-box > div:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .cus-number-box > div {
    padding: 10px 16px;
  }
  .cus-num {
    font-size: 32px;
  }
  .cus-text {
    font-size: 16px;
  }
  .cus-number-box > div:not(.cus-number-box > div:last-child) {
    border-right: none;
  }
  .cus-number-box {
    margin-top: 0;
  }
}
/* #endregion */

/*#region Customer */
section.customer {
  padding-top: 40px;
  position: relative;
}

.customer .cta-button {
  margin-top: 20px;
}

.left-customer {
  display: none;
  width: 25%;
  background-color: #fff;
  height: 452px;
  padding-right: 16px;
}

.active-left {
  display: block;
  z-index: 3;
  position: relative;
  margin-bottom: 24px;
}

.wrap-customer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border-left: 1px solid #d3d7de;
  margin-top: 30px;
}

.right-customer {
  opacity: 0;
  transition: opacity 0.5s;
  display: none;
  width: 75%;
  position: relative;
  border-radius: 10px;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 2px;
}

.right-customer > img {
  width: 100%;
  height: auto;
}

.active-right {
  display: flex;
  /* left: 8px; */
  opacity: 1;
  position: relative;
}

.title-case {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  color: #fff;
  padding: 50px 31px 28px;
  width: 100%;
  opacity: 0;
}

.right-customer-1 .title-case {
  background: linear-gradient(180deg, rgba(230, 170, 7, 0) 0%, #e5a708 100%);
}

.right-customer-2 .title-case {
  background: linear-gradient(180deg, rgba(51, 150, 97, 0) 0%, #339661 100%);
}

.right-customer-3 .title-case {
  background: linear-gradient(180deg, rgba(95, 97, 215, 0) 0%, #5f61d7 100%);
}

.right-customer-4 .title-case {
  background: linear-gradient(180deg, rgba(4, 125, 173, 0) 0%, #047dad 100%);
}

.right-customer-5 .title-case {
  background: linear-gradient(180deg, rgba(45, 199, 171, 0) 0%, #18ac91 100%);
}

.center-customer {
  width: 100%;
  display: flex;
}

.list-logo {
  /* border-top: 1px solid #d3d7de; */
  align-items: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 120px;
}

.list-logo img {
  width: initial !important;
  height: initial !important;
}

.name {
  font-size: 22px;
  margin-bottom: 32px;
  border-left: 1px solid #616ce6;
  padding-left: 24px;
  position: relative;
  left: -1px;
  text-transform: uppercase;
}

section.customer .title {
  margin-bottom: 33px;
  text-align: left;
}

.title-info {
  font-size: 18px;
  border-left: 1px solid #616ce6;
  padding-left: 24px;
  position: relative;
  left: -1px;
}

.des-info {
  color: #586074;
  font-size: 16px;
  padding-left: 24px;
  padding-bottom: 32px;
}

.produc-cus {
  padding-left: 24px;
  margin-top: 13px;
  margin-bottom: 10px;
}

.produc-cus > div {
  display: flex;
  margin-bottom: 12px;
}

.produc-cus > div > img {
  height: 24px;
  margin-right: 8px;
  width: 24px;
}

.produc-cus a {
  display: flex;
  gap: 8px;
}

.text-pro-cus {
  color: #000;
}

.more-cus-text {
  position: absolute;
  bottom: 9px;
  color: #fff;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.line-cus-right {
  width: 1px;
  /* background-color: #d3d7de; */
  height: 79px;
  position: absolute;
  right: 0;
}

.line-cus-left {
  width: 1px;
  /* background-color: #d3d7de; */
  height: 79px;
  position: absolute;
  left: -1px;
}

.line-cus {
  width: 1px;
  /* background-color: #d3d7de; */
  height: 164px;
  position: absolute;
  left: 0;
}

.list-logo > img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.list-logo.active img {
  filter: unset;
  opacity: unset;
}
.owl-dots {
  display: none;
}
@media (max-width: 979px) {
  section.customer {
    padding-top: 40px;
  }

  .wrap-customer {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .right-customer {
    width: 100%;
  }

  .left-customer {
    width: 100%;
    height: 380px;
  }

  .title-case {
    font-size: 16px;
    padding: 24px 16px;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  section.customer {
    padding-top: 30px;
  }
}

/*#endregion */

/* #region register */
.register {
  background: url(/sites/image/home/bg-register.webp) no-repeat center center;
  background-size: cover;
}
.register-title {
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 979px) {
  .register-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .register-title {
    font-size: 24px;
  }
}
/* #endregion */

/* #region category list */
.list-category {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}

.category-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
}

.category-item {
  /* flex: 1; */
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  min-height: 180px;
  transition: all 0.3s ease;
  width: 302px;
  border: 2px solid transparent;
}

.category-item:hover {
  border: 2px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box,
              linear-gradient(90deg, #2563EB 0%, #9333EA 100%) border-box;
  opacity: 1 !important;
}

.category-icon {
  /* width: 100px; */
  /* height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.category-name {
  font-family: "Inter Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  color: #393941;
  margin: 0;
}

@media screen and (max-width: 979px) {
  .category-row {
    gap: 16px;
  }

  .category-item {
    padding: 12px 16px;
    min-height: 120px;
    border-radius: 20px;
  }

  .category-item:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(90deg, #2563EB 0%, #9333EA 100%) border-box;
    opacity: 1 !important;
  }

  .category-icon {
    width: 80px;
    height: 80px;
  }

  .category-name {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .list-category {
    gap: 16px;
    margin-top: 24px;
  }

  .category-row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .category-item {
    padding: 16px 20px;
    min-height: 100px;
    border-radius: 16px;
    width: unset;
  }

  .category-item:hover {
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(90deg, #2563EB 0%, #9333EA 100%) border-box;
    opacity: 1 !important;
  }

  .category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }

  .category-name {
    font-size: 16px;
  }
}
/* #endregion */

/* Video Popup Modal */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.video-modal-content {
  position: relative;
  margin: 5% auto;
  width: 90%;
  max-width: 800px;
  height: 70%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1;
}

.video-close:hover {
  opacity: 0.8;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-container iframe {
  border-radius: 12px;
}

/* Play button overlay */
.play-video {
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-video:hover {
  /* transform: scale(1.05); */
}



.play-video:hover::before {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-video:hover::after {
  color: #2a3ad8;
  transform: translate(-50%, -50%) scale(1.1);
}

/* #region Implement Section */
.implement-title {
  font-size: 36px;
  margin-bottom: 60px;
  color: #161c50;
}

.implement-content {
  display: grid;
  grid-template-columns: 519px 1fr;
  gap: 24px;
}

/* Steps Section */
.implement-steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-item {
  background: white;
  width: 519px;
  border-radius: 24px;
  border: 1px solid var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6));
  background: var(--Alpha-White-400-Default, rgba(255, 255, 255, 0.4));
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.957651138305664px);
}

.step-item.active .step-icon {
  transform: rotate(90deg);
}

.step-item.active .step-header {
  border-radius: 14px 14px 0 0;
}

.step-item.active .step-description {
  display: flex;
}

.step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--BG-Neutral-White-Default, #fff);
  cursor: pointer;
}

.step-header-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.step-description {
  display: none;
  height: 140px;
  padding: 24px;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 0 0 14px 14px;
  border-top: 1px solid var(--Border-Neutral-Primary-300-Disabled, #eeeef0);
  background: var(--BG-Neutral-White-Default, #fff);
}

.step-number {
  background: #ddebff;
  color: #4155f5;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  padding: 2px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
}

.step-title {
  font-size: 20px;
  color: #161c50;
  margin: 0;
}

.step-icon {
  width: 24px;
  height: 24px;
  transform: rotate(0);
  display: inline-block;
  background: url("/sites/image/home/icon-arrow-right.svg") 0px 0px no-repeat;
}

.step-icon svg {
  transition: transform 0.3s ease;
}

.implement-right {
  height: 528px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid var(--Alpha-White-600-Default, rgba(255, 255, 255, 0.6));
  background: var(--Alpha-White-400-Default, rgba(255, 255, 255, 0.4));
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2.957651138305664px);
}

.implement-video {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  background: url("/sites/image/home/bg-implement.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: luminosity, normal;
  backdrop-filter: blur(10px);
}

.icon-play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("/sites/image/home/icon-play-video.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 10;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffff;
  border-radius: 50%;
  box-shadow: 0px 5.308px 31.851px 0px rgba(14, 21, 81, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.icon-play-video .play-video {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 50%;
}

@keyframes play-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(65, 85, 245, 0.18);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(65, 85, 245, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(65, 85, 245, 0);
  }
}

.icon-play-video:hover {
  animation: play-pulse 1s;
  animation-iteration-count: infinite;
  transform: translate(-50%, -50%) scale(1.12);
  filter: brightness(1.15);
  box-shadow: 0 0 24px 0 rgba(65, 85, 245, 0.25),
    0 0 0 8px rgba(65, 85, 245, 0.08);
}

@media (max-width: 979px) {
  .implement-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .implement-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .step-item {
    width: 100%;
    max-width: 100%;
  }

  .implement-right {
    height: 300px;
    padding: 16px;
    order: -1;
  }

  .step-header {
    height: 60px;
    padding: 10px 16px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .step-description {
    height: auto;
    min-height: 100px;
    padding: 16px;
    font-size: 14px;
  }

  .icon-play-video {
    width: 50px;
    height: 50px;
  }
}

/* #endregion */
