.solve-model-entry {
  width: 100%;
  background: url(../images/model-integration/entry-banner.png) no-repeat center / 100% 100%;
  box-sizing: border-box;
}

.solve-model-entry-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 1200px;
  min-height: 100px;
  margin: 0 auto;
  padding: 24px 28px;
  box-sizing: border-box;
}

.solve-model-entry-text {
  flex: 1;
  min-width: 0;
}

.solve-model-entry-title {
  margin: 0;
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  float: none;
  width: auto;
}

.solve-model-entry-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  float: none;
  width: auto;
}

.solve-model-entry-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 40px;
  padding: 0 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #4ea4ff 0%, #2f7fff 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(47, 127, 255, 0.28);
}

.solve-model-entry-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
}
