
.tbj-build-banner-section {
  width: 100%;
  padding: 18px 14px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.tbj-build-banner {
  max-width: 1180px;
  margin: 0 auto;
  min-height: 118px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  box-sizing: border-box;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.25) 100%),
    url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2606/01/photo/ChatGPTImage202661172450.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
}

.tbj-build-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.tbj-build-content h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 25px;
  line-height: 1.18;
  font-weight: 760;
  letter-spacing: -0.02em;
}

.tbj-build-content p {
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.55;
  max-width: 520px;
}

.tbj-build-btn {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  min-width: 166px;
  min-height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  transition: transform .22s ease, opacity .22s ease, box-shadow .22s ease;
}

.tbj-build-btn span {
  font-size: 24px;
  line-height: 1;
  margin-top: -1px;
}

.tbj-build-btn:hover {
  transform: translateY(-1px);
  opacity: .94;
  box-shadow: 0 10px 26px rgba(0,0,0,.24);
}

.tbj-build-btn:active {
  transform: translateY(0);
}

/* Mobile */
@media (max-width: 768px) {
  .tbj-build-banner-section {
    padding: 16px 12px;
  }

  .tbj-build-banner {
    min-height: 108px;
    padding: 18px 16px;
    border-radius: 14px;
    gap: 12px;
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.66) 52%, rgba(0,0,0,.28) 100%),
      url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2606/01/photo/ChatGPTImage202661172450.webp");
    background-position: center right;
  }

  .tbj-build-content {
    max-width: 58%;
  }

  .tbj-build-content h2 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .tbj-build-content p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  .tbj-build-btn {
    min-width: 118px;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 9px;
    font-size: 12.5px;
    gap: 8px;
  }

  .tbj-build-btn span {
    font-size: 20px;
  }
}

@media (max-width: 390px) {
  .tbj-build-banner {
    padding: 16px 14px;
  }

  .tbj-build-content {
    max-width: 56%;
  }

  .tbj-build-content h2 {
    font-size: 16.5px;
  }

  .tbj-build-content p {
    font-size: 11.8px;
  }

  .tbj-build-btn {
    min-width: 108px;
    font-size: 12px;
  }
}
