.elementor-64757 .elementor-element.elementor-element-68c70784{--display:flex;}.elementor-64757 .elementor-element.elementor-element-1bb4f9a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3d14f3c */.st-psplus-section {
  padding: 30px 14px 40px;
  background: transparent;
}

.st-psplus-container {
  max-width: 760px;
  margin: 0 auto;
}

.st-ps-card {
  background: #ffffff;
  border: 3px solid #a9c7ff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.st-ps-card-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.st-ps-card-body {
  padding: 28px 26px 32px;
}

.st-ps-card-body h2 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #111111;
}

.st-ps-features {
  margin: 0 0 28px;
  padding-left: 28px;
  color: #555555;
}

.st-ps-features li {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.45;
}

.st-ps-pricing {
  background: #f3f4fa;
  border-radius: 24px;
  padding: 18px 18px 14px;
  margin-bottom: 28px;
}

.st-ps-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #111111;
}

.st-ps-price-row strong {
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  white-space: nowrap;
}

.st-ps-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
  background: linear-gradient(90deg, #0b87bd 0%, #2679db 100%);
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  padding: 20px 18px;
  border-radius: 22px;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.st-ps-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

@media (max-width: 767px) {
  .st-psplus-section {
    padding: 20px 10px 28px;
  }

  .st-ps-card {
    border-radius: 26px;
    margin-bottom: 22px;
  }

  .st-ps-card-body {
    padding: 22px 18px 24px;
  }

  .st-ps-card-body h2 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .st-ps-features {
    padding-left: 24px;
    margin-bottom: 22px;
  }

  .st-ps-features li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .st-ps-pricing {
    border-radius: 18px;
    padding: 14px 14px 10px;
    margin-bottom: 22px;
  }

  .st-ps-price-row {
    font-size: 16px;
    gap: 10px;
  }

  .st-ps-price-row strong {
    font-size: 16px;
  }

  .st-ps-btn {
    font-size: 18px;
    padding: 17px 14px;
    border-radius: 18px;
  }
}/* End custom CSS */