.selling-promise-copy {
  max-width: 900px;
  margin: 14px auto 0;
  color: #3a4a57;
  font-size: 16px;
  line-height: 1.5;
}

.power-bar {
  padding: 0 24px 20px;
}

.power-bar-inner {
  display: flex;
  align-items: stretch;
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #0055b3 0%, #0071e3 100%);
  box-shadow: 0 8px 28px rgba(0, 113, 227, 0.28);
}

.power-item {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 20px 28px;
  color: #fff;
}

.power-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.power-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.power-text strong {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.power-text em {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.power-divider {
  width: 1px;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 700px) {
  .power-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .power-bar-inner {
    flex-direction: column;
  }

  .power-item {
    padding: 16px 22px;
  }

  .power-divider {
    width: auto;
    height: 1px;
    margin: 0 16px;
  }
}