.elementor-15 .elementor-element.elementor-element-6cc3093{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2782815 */.pbm-wrapper {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f1f24;
}

.pbm-section {
  padding: 80px 20px;
}

.pbm-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pbm-hero {
  background: radial-gradient(circle at top, #f5f0ff 0, #ffffff 55%);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 120px;
}

.pbm-kicker {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
  color: #8b6bc9;
}

.pbm-hero-title {
  font-size: 38px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.pbm-hero-subtitle {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #4a4a55;
}

.pbm-button-primary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #7f5af0, #c18cff);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(127, 90, 240, 0.25);
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
}

.pbm-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(127, 90, 240, 0.32);
  opacity: 0.96;
}

.pbm-button-secondary {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #cfc7f5;
  color: #5e4a9f;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
  background: rgba(255, 255, 255, 0.9);
  transition: background 0.12s ease, transform 0.12s ease;
}

.pbm-button-secondary:hover {
  background: #f2ecff;
  transform: translateY(-1px);
}

.pbm-hero-meta {
  margin-top: 12px;
  font-size: 13px;
  color: #7a7a88;
}

.pbm-hero-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  justify-content: center;
}

.pbm-hero-text {
  flex: 1 1 320px;
}

.pbm-hero-visual {
  flex: 1 1 280px;
}

.pbm-hero-card {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  padding: 26px 24px;
  box-shadow: 0 18px 50px rgba(33, 18, 88, 0.12);
  border: 1px solid #ece6ff;
  text-align: left;
}

.pbm-pill {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f5f1ff;
  color: #6f57c4;
  margin-bottom: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pbm-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7f5af0;
  margin-right: 8px;
}

.pbm-hero-quote {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #3b364a;
}

.pbm-hero-signature {
  font-size: 13px;
  color: #8a859b;
}

.pbm-section-title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 14px;
}

.pbm-section-subtitle {
  font-size: 17px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px auto;
  color: #555066;
  line-height: 1.7;
}

.pbm-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.pbm-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 26px;
  border: 1px solid #efeafc;
  box-shadow: 0 8px 26px rgba(37, 20, 82, 0.06);
}

.pbm-card-title {
  font-size: 20px;
  margin-bottom: 8px;
}

.pbm-card-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4b4858;
}

.pbm-tag {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a08de0;
  margin-bottom: 10px;
}

.pbm-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pbm-benefit-title {
  font-size: 16px;
  margin-bottom: 6px;
}

.pbm-benefit-body {
  font-size: 14px;
  line-height: 1.7;
  color: #504a63;
}

.pbm-icon-circle {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #f3eeff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 10px;
}

.pbm-cta-section {
  background: radial-gradient(circle at center, #f2ecff 0, #ffffff 60%);
  text-align: center;
}

.pbm-cta-box {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 26px;
  padding: 32px 26px 30px 26px;
  box-shadow: 0 16px 40px rgba(48, 31, 105, 0.15);
  border: 1px solid #e8ddff;
}

.pbm-cta-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.pbm-cta-body {
  font-size: 15px;
  color: #4e495f;
  margin-bottom: 20px;
}

.pbm-cta-meta {
  font-size: 12px;
  color: #8a83a2;
  margin-top: 8px;
}

.pbm-footer {
  padding: 26px 20px 40px 20px;
  font-size: 13px;
  color: #8b8598;
  text-align: center;
}

.pbm-footer span {
  display: block;
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .pbm-hero-flex {
    flex-direction: column-reverse;
  }
  .pbm-section {
    padding: 60px 18px;
  }
  .pbm-hero-title {
    font-size: 30px;
  }
  .pbm-two-column {
    grid-template-columns: 1fr;
  }
  .pbm-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */