.banner-wrapper--upgrade.upload-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 108px;
  width: 100%;
}

.banner-wrapper--liquid {
  position: absolute;
  width: 100%;
  height: 1440px;
  background-color: #f9f9fa;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

.banner-wrapper--canvas {
  position: absolute;
  width: 2560px;
  height: 1080px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.banner-wrapper--dot-banner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1786px;
  height: 1006px;
  transform: translateX(-50%);
  z-index: 1;
  background-size: 100% 100%;
  background-image: url("https://boardmix.cn/assets/index2026/dot-bg.png?v=2");
}

.banner-wrapper--cursor1 {
  width: 96px;
  height: 60px;
  left: calc(50% - 327px);
  top: 260px;
  position: absolute;
  z-index: 2;
}

.banner-wrapper--cursor2 {
  width: 96px;
  height: 60px;
  right: calc(50% - 315px);
  top: 306px;
  position: absolute;
  z-index: 2;
}

.banner-wrapper--drag {
  position: absolute;
  width: 126px;
  height: 74px;
  border-radius: 10px;
  z-index: 3;
  display: none;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.03);
}

.banner-wrapper--content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-wrapper--subtitle {
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  margin-bottom: 26px;
  border-radius: 100px;
  border: 1px solid #fff;
  backdrop-filter: blur(25px);
  background-color: rgba(255, 255, 255, 0.59);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.06);
  width: 199px;
}

.banner-wrapper--subtitle span {
  background: linear-gradient(
    90deg,
    #0f1636 46.08%,
    #9d5cff 77.02%,
    #ff6cdf 100.27%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-wrapper--subtitle svg {
  margin-right: 2px;
}

.banner-wrapper--title {
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 74px;
  color: #0f1636;
}

.banner-wrapper--title-tips {
  color: rgba(15, 22, 54, 0.7);
  font-size: 16px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 46px;
}

.banner-wrapper--textarea {
  border-radius: 16px;
  width: calc(100% - 40px);
  max-width: 828px;
  margin-bottom: 27px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3),
    0 20px 40px -10px rgba(0, 0, 0, 0.08);
}

.banner-wrapper--textarea textarea {
  height: 85px;
  width: 100%;
  background: none;
  display: block;
  border: none;
  outline: none;
  resize: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  overflow-y: hidden;
}

.banner-wrapper--upgrade {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
}

.banner-wrapper--default-model {
  height: 28px;
  line-height: 28px;
  padding: 0 11.5px 0 7.5px;
  border-radius: 50px;
}

.banner-wrapper--enter {
  width: 32px;
  height: 32px;
}

@keyframes textarea-shake {
  0%,
  100% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(-7px);
  }

  30% {
    transform: translateX(7px);
  }

  45% {
    transform: translateX(-5px);
  }

  60% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-3px);
  }

  90% {
    transform: translateX(3px);
  }
}

.banner-wrapper--textarea.shake {
  animation: textarea-shake 0.45s ease;
}

.banner-wrapper--agent-content {
  position: relative;
  margin-bottom: 74px;
  color: #0f1636b2;
  display: flex;
  align-items: center;
}

.banner-wrapper--agent-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25),
    0 10px 20px -10px rgba(0, 0, 0, 0.04);
  transition: left 0.2s ease-in-out;
}

.banner-wrapper--agent-item {
  position: relative;
  z-index: 1;
  border-radius: 100px;
  padding: 0 12px 0 10px;
  height: 34px;
  cursor: pointer;
  white-space: nowrap;
}

.banner-wrapper--agent-item:hover,
.banner-wrapper--agent-item__active {
  color: #0f1636;
}

.banner-wrapper--agent-divider {
  width: 1px;
  height: 16px;
  background: rgba(15, 22, 54, 0.1);
  margin: 0 14px 0 12px;
}

.banner-wrapper--agent-more {
  line-height: 28px;
  padding: 0 6px 0 12px;
  opacity: 0.7;
  border-radius: 100px;
  color: rgba(15, 22, 54, 0.7);
}

.banner-wrapper--btn {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}

.banner-wrapper--btn-1 {
  width: 170px;
  height: 42px;
  font-weight: 600;
  font-size: 16px;
  margin-right: 14px;
  border-radius: 12px;
}

.banner-wrapper--btn-2 {
  width: 110px;
  height: 42px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(15, 22, 54, 0.8);
  border-radius: 12px;
}

.banner-wrapper--footer {
  width: 100%;
  padding: 40px 32px;
}

.banner-wrapper--footer-tips {
  font-size: 14px;
  height: 16px;
  line-height: 16px;
  color: #0f163699;
  margin-bottom: 20px;
}

.banner-wrapper--brand {
  max-width: 1000px;
}

.banner-wrapper--upload-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0;
  transition: margin 0.2s;
}

.banner-wrapper--upload-list:not(:empty) {
  margin-bottom: 15px;
}

.upload-image-card {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.upload-file-card {
  display: flex;
  height: 52px;
  align-items: center;
  background: #f7f7f9;
  border-radius: 8px;
  padding: 10px 12px;
  gap: 12px;
  min-width: 200px;
  max-width: 240px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.upload-file-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background-image: url("https://boardmix.cn/assets/index2026/file-icon.png");
  background-size: 914px 32px;
  background-repeat: no-repeat;
}

.upload-file-icon--unknown {
  background-image: none;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: #555;
  letter-spacing: -0.02em;
  line-height: 1;
}

.upload-file-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
  flex: 1;
}

.upload-file-name {
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.upload-file-meta {
  font-size: 12px;
  color: #8c8c8c;
}

.upload-item-wrap {
  position: relative;
  animation: upload-pop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.upload-item-delete {
  position: absolute;
  top: 3px;
  right: 3px;
  background: #fff;
  border-radius: 50%;
  color: #999;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}

.upload-item-wrap:hover .upload-item-delete {
  opacity: 1;
}

.upload-item-delete:hover {
  color: #fff;
}

@keyframes upload-pop {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* section2 */
.freedom-wrapper {
  background: linear-gradient(180deg, #f9f9fa 0%, #fff 19.11%);
  padding: 246px 32px 136px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.freedom-wrapper--inner-image {
  position: absolute;
  top: 50px;
  left: 50%;
  height: 74px;
  width: 1280px;
  transform: translateX(-50%);
}

.freedom-wrapper--title {
  color: #0f1636;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 20px;
}

.freedom-wrapper--subtitle {
  color: rgba(15, 22, 54, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  height: 21px;
  margin-bottom: 80px;
}

.freedom-wrapper--card-list {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  max-width: 1280px;
  width: 100%;
}

.freedom-wrapper--card {
  height: 516px;
  width: 436px;
  border-radius: 16px;
  background: #f8f8fa;
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.freedom-wrapper--card-large {
  flex: 1;
  width: auto;
}

.freedom-wrapper--card-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 380px;
}

.freedom-wrapper--card-title {
  color: #0f1636;
  font-size: 18px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  margin-bottom: 12px;
}

.freedom-wrapper--card-title svg {
  margin-right: 6px;
}

.freedom-wrapper--card-subtitle {
  color: rgba(15, 22, 54, 0.7);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
  min-height: 48px;
}

.freedom-wrapper--btn {
  position: relative;
  width: 112px;
  height: 36px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  color: #0f1636;
}

.hit-area {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 34px;
  background: linear-gradient(
    180deg,
    #0f0d26 0%,
    #263eb9 44.38%,
    #ac7ef1 88.95%,
    #ce8dff 100%
  );
  padding: 210px 30px 130px;
  overflow: hidden;
}

.hit-area--content {
  max-width: 1280px;
  width: 100%;
  display: flex;
  align-items: center;
}

.hit-area--content:nth-child(2) {
  margin-bottom: 200px;
}

.hit-area--content-left {
  width: 374px;
  margin-right: 72px;
}

.hit-area--content-right {
  flex: 1;
}

.hit-area--content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hit-area--btn-title {
  color: #fff;
  font-size: 13px;
  border-radius: 100px;
  background-image: url("https://boardmix.cn/assets/index2026/section-three-btn.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 80px;
  height: 31px;
  margin-bottom: 18px;
}

.hit-area--title {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  width: 340px;
  line-height: 53px;
  margin-bottom: 12px;
}

.hit-area--subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 32px;
}

.hit-area--btn {
  width: 170px;
  height: 42px;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}

.hit-area--tips-card--content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 46px;
  max-width: 374px;
}

.hit-area--tips-card {
  position: relative;
  border-radius: 13px;
  width: 182px;
  height: 76px;
  overflow: hidden;
}

.hit-area--tips-card-circle {
  position: absolute;
  width: 212px;
  height: 212px;
  top: -69px;
  left: -16px;
  z-index: 1;
  transform-origin: 50% 50%;
}

.hit-area--tips-wrapper {
  width: 180px;
  height: 74px;
  background-color: #1c2a7e;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 13px;
  position: relative;
  z-index: 2;
}

.hit-area--tips-wrapper2 {
  background-color: #8c67e4;
}

.hit-area--tips-wrapper svg {
  margin-bottom: 6px;
  display: block;
}

/* section4 */
.workflow-container {
  background: linear-gradient(180deg, #fff 78.49%, #f9f9fa 100%);
  padding: 200px 0 87px;
  position: relative;
  border-radius: 34px;
  overflow: hidden;
}

.workflow-title {
  color: #0f1636;
  font-size: 50px;
  line-height: 58px;
  font-weight: 600;
  margin: 0 22px 20px;
  text-align: center;
}

.workflow-subtitle {
  color: rgba(15, 22, 54, 0.7);
  font-size: 18px;
  line-height: 21px;
  margin: 0 22px 56px;
  text-align: center;
}

.workflow-tabs {
  position: relative;
  margin-bottom: 35px;
  padding: 10px;
  max-width: 100%;
  overflow-x: auto;
}

.workflow-tabs::-webkit-scrollbar {
  display: none;
}

@keyframes active-bar-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.workflow-tabs-list {
  display: flex;
  gap: 4px;
  position: relative;
  z-index: 2;
  width: max-content;
}

/* 去除li的默认样式 */
.workflow-tab {
  height: 40px;
  width: 98px;
  font-size: 14px;
  list-style: none;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
}

.workflow-tab::before {
  display: none;
  content: " ";
  width: 140px;
  height: 140px;
  left: -21px;
  top: -50px;
  position: absolute;
  background-image: url("https://boardmix.cn/assets/index2026/half-circle.png");
  background-size: 100% 100%;
  animation: active-bar-rotate 8s linear infinite;
  z-index: -1;
}

.workflow-tab::after {
  display: none;
  content: " ";
  background: #f8f6ff;
  width: 96px;
  height: 38px;
  position: absolute;
  left: 1px;
  top: 1px;
  border-radius: 10px;
  z-index: -1;
}

.workflow-tab.active {
  box-shadow: 0 2px 10px 0 rgba(129, 87, 255, 0.1);
  font-weight: 600;
}

.workflow-tab:hover::after {
  display: block;
}

.workflow-tab.active::before {
  display: block;
}

.workflow-tab.active::after {
  display: block;
}

.workflow-content {
  max-width: 1388px;
  width: 100%;
  display: none;
  justify-content: space-between;
  padding: 0 52px;
}

.workflow-content--left {
  width: 324px;
  flex-shrink: 0;
  padding-top: 30px;
}

.workflow-content--left--title {
  width: 199px;
  height: 56px;
  font-size: 24px;
  font-weight: 600;
  color: #0f1636;
  line-height: 28px;
  margin-bottom: 26px;
}

.workflow-content--divider {
  height: 2px;
  width: 0;
  background-color: #8157ff;
  margin-bottom: 12px;
  opacity: 0;
}

.workflow-content--features-list {
  margin-bottom: 61px;
}

.workflow-content--btn {
  width: 112px;
  height: 40px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}

.workflow-content--features-list--item {
  height: 35px;
  line-height: 21px;
  margin-bottom: 17px;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  cursor: pointer;
}

.workflow-content--features-list--item p {
  color: rgba(15, 22, 54, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.features-list--title {
  display: flex;
  justify-content: space-between;
  color: #0f1636;
  font-size: 18px;
  line-height: 21px;
  height: 21px;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 6px;
}

.features-list--title svg:nth-child(2) {
  display: none;
}

.workflow-content--features-list--item:hover .features-list--title {
  opacity: 1;
}

.workflow-content--features-list--item.active {
  height: 81px;
  opacity: 1;
}

.workflow-content--features-list--item.active .features-list--title {
  opacity: 1;
}

.workflow-content--features-list--item.active .workflow-content--divider {
  width: 100%;
  opacity: 1;
}

.workflow-content--features-list--item.active svg:nth-child(2) {
  display: block;
}

.workflow-content--features-list--item.active svg:nth-child(3) {
  display: none;
}

.workflow-content--right {
  position: relative;
  flex: 1;
  margin-left: 86px;
  max-width: 870px;
  aspect-ratio: 435/299;
}

.workflow-content--right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.workflow-content--right img.wc-img-active {
  opacity: 1;
}

.workflow-content-active {
  display: flex;
}

.template-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  padding: 200px 0 87px;
  position: relative;
  overflow: hidden;
}

/* template swiper */
.template-swiper-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 2560px;
}

.template-card--gird {
  display: flex;
  gap: 20px;
  will-change: transform;
  width: max-content;
  margin-bottom: 58px;
  transition: transform 0.3s ease;
}

.template-card--column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  width: 345px;
}

.template-card--item {
  width: 100%;
  height: 375px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #f8f8fa;
  padding: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.template-card--item:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.02) 0%,
      rgba(0, 0, 0, 0.02) 100%
    ),
    #f8f8fa;
}
.template-card--icon {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(15, 22, 54, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-card--icon-inner {
  width: 18px;
  height: 18px;
  background: url("https://boardmix.cn/assets/index2026/sprite-frames.png")
    no-repeat;
  background-size: 225px 18px;
}

.template-card--title {
  font-size: 20px;
  font-weight: 600;
  color: #0f1636;
  margin-bottom: 8px;
}

.template-card--description {
  font-size: 14px;
  color: #6b7280;
  line-height: 22px;
  margin-bottom: 24px;
}

.template-card--image {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none;
  left: 0;
}

.template-swiper-btn {
  position: relative;
}

.template-swiper-prev.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.template-swiper-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f3;
  margin-right: 20px;
}

.template-swiper-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.template-swiper-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f1f3;
}

/* industry section */
.industry-container {
  max-width: 2520px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 120px 32px;
  background: #f9f9fa;
  border-radius: 34px;
}

.industry-title {
  font-size: 48px;
  font-weight: 600;
  color: #0f1636;
  text-align: center;
  margin-bottom: 20px;
}

.industry-subtitle {
  font-size: 18px;
  color: #6b7280;
  text-align: center;
  margin-bottom: 60px;
}

.industry-content {
  width: 100%;
  max-width: 1074px;
  display: flex;
  justify-content: space-between;
}

.industry-menu {
  width: 164px;
  flex-shrink: 0;
  margin-right: 31px;
  user-select: none;
}

.industry-menu-item {
  font-size: 18px;
  border-radius: 12px;
  margin-bottom: 8px;
  opacity: 0.45;
  font-weight: 500;
  height: 40px;
  padding-left: 15px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.industry-menu-item svg {
  display: none;
  margin-right: 6px;
}

.industry-menu-item:hover {
  opacity: 1;
}

.industry-menu-item.active {
  opacity: 1;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}

.industry-menu-item.active svg {
  display: block;
}

.industry-menu-icon {
  flex-shrink: 0;
}

.industry-display {
  position: relative;
  flex: 1;
  margin-left: 80px;
  aspect-ratio: 415/296;
}

.industry-display-card {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  inset: 0;
}

.industry-display-card.active {
  opacity: 1;
}

.industry-display-image {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
}

.industry-display-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.industry-description {
  width: 287px;
  color: rgba(15, 22, 54, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.industry-tags {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.industry-tag {
  padding: 7px 14px;
  border-radius: 100px;
  font-size: 13px;
  line-height: 13px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.53);
}

/* ready section */
.ready-container {
  padding: 110px 20px;
}

.ready-card {
  width: 100%;
  max-width: 1280px;
  padding: 90px 40px;
  border-radius: 34px;
  background: radial-gradient(
      227.77% 145.55% at 50% 0%,
      #4a9bff 0%,
      #9084ff 17.92%,
      #ff64db 40.31%,
      #ffa1b4 57.1%,
      #f1f0f5 84.88%
    ),
    #4e4e86;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.ready-badge {
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  margin-bottom: 23px;
}

.ready-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 14px;
  max-width: 504px;
}

.ready-subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 57px;
  max-width: 504px;
}

.ready-actions {
  display: flex;
  gap: 14px;
  align-items: center;
}

.ready-btn {
  width: 170px;
  height: 42px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
}

.ready-btn--text {
  background: transparent;
  color: #fff;
  padding: 14px;
  border: none;
  text-decoration: none;
}

.ready-btn--text:hover {
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .banner-wrapper--btn {
    margin-bottom: 100px;
  }

  .banner-wrapper--footer {
    background: #fff;
  }

  .banner-wrapper--brand {
    width: calc(100% - 80px);
  }

  .hit-area--content-left {
    margin-right: 30px;
  }

  .workflow-content--left {
    width: 274px;
  }

  .workflow-content--right {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-wrapper--brand {
    width: calc(100% - 128px);
  }

  .banner-wrapper--agent-content {
    margin-bottom: 64px;
  }

  .freedom-wrapper--card {
    flex: 1;
    width: auto;
  }

  .hit-area--content {
    display: block;
  }

  .hit-area--content-left {
    margin-bottom: 72px;
  }

  .hit-area--title {
  }

  .hit-area--subtitle {
    width: 475px;
  }

  .workflow-content {
    padding: 0 44px;
  }

  .workflow-content--features-list--item.active {
    height: 101px;
  }

  .workflow-content--left {
    width: 192px;
  }

  .workflow-tabs-list {
    padding: 0 44px;
  }

  .workflow-content--right {
    margin-left: 30px;
  }

  .industry-display-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .industry-display {
    margin-left: 31px;
  }
}

@media screen and (max-width: 768px) {
  .banner-wrapper--agent-content {
    flex-direction: column;
  }

  .banner-wrapper--agent-item {
    width: 85px;
    padding: 0 8px;
    font-size: 11px;
  }

  .banner-wrapper--agent-more {
    font-size: 11px;
  }

  .banner-wrapper--agent-divider {
    display: none;
  }

  .banner-wrapper--title {
    font-size: 54px;
    line-height: 67px;
  }

  .banner-wrapper--title-tips {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
  }

  .banner-wrapper--btn {
    margin-bottom: 70px;
  }

  .banner-wrapper--brand {
    width: 100%;
  }

  .banner-wrapper--footer {
    padding: 40px 16px;
  }

  .freedom-wrapper {
    padding: 150px 16px 87px;
  }

  .freedom-wrapper--title {
    font-size: 34px;
    line-height: 39px;
  }

  .freedom-wrapper--subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
  }

  .freedom-wrapper--card + .freedom-wrapper--card {
    margin-top: 16px;
  }

  .freedom-wrapper--card-list {
    display: block;
  }

  .hit-area {
    padding: 165px 20px 100px;
    width: calc(100% - 32px);
  }

  .hit-area--content:nth-child(2) {
    margin-bottom: 100px;
  }

  .hit-area--tips-card--content {
    max-width: 303px;
  }

  .hit-area--content-left {
    margin-bottom: 40px;
    width: 100%;
  }

  .hit-area--tips-card {
    width: 147px;
    height: 92px;
  }

  .hit-area--tips-wrapper {
    width: 145px;
    height: 90px;
  }

  .hit-area--title {
    font-size: 34px;
    width: 100%;
  }

  .hit-area--subtitle {
    width: 100%;
    font-size: 14px;
  }

  .workflow-tabs-list {
    padding: 0 32px;
  }

  .workflow-content--features-list--item.active {
    height: 81px;
  }

  .workflow-title {
    font-size: 34px;
    line-height: 39px;
  }

  .workflow-content {
    padding: 0 32px;
  }

  .workflow-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .workflow-content.workflow-content-active {
    display: block;
  }

  .workflow-content--left {
    width: 100%;
    margin-bottom: 31px;
  }

  .workflow-content--features-list {
    margin-bottom: 28px;
  }
  .workflow-content--right {
    margin-left: 0;
  }
  .industry-container {
    padding: 88px 16px 34px;
  }

  .industry-title {
    font-size: 34px;
  }

  .industry-content {
    flex-direction: column;
  }

  .industry-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -20px;
    margin-right: 0;
    padding: 0 0 20px 20px;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .industry-menu::-webkit-scrollbar {
    display: none;
  }

  .industry-menu-item {
    flex-shrink: 0;
    white-space: nowrap;
    height: 36px;
    font-size: 15px;
    padding: 0 14px;
    margin-bottom: 0;
  }

  .industry-display {
    max-width: 100%;
    margin-left: 0;
    aspect-ratio: 1/1;
  }

  .ready-container {
    padding: 80px 16px;
  }

  .ready-card {
    padding: 60px 24px;
  }

  .ready-title {
    font-size: 34px;
    line-height: 39px;
  }

  .ready-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .ready-actions {
    flex-direction: column;
  }
}
