:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3efceaf */html,
body {
  background: radial-gradient(circle at top left, #fbf7ff 0%, #ffffff 42%, #f7fbf1 100%) !important;
  margin: 0;
  padding: 0;
}

.mb-pricing-section {
  background: radial-gradient(circle at top left, #fbf7ff 0%, #ffffff 42%, #f7fbf1 100%);
  padding: 72px 20px;
  font-family: Inter, Arial, sans-serif;
  color: #14121f;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.mb-pricing-section * {
  box-sizing: border-box;
}

.mb-pricing-container {
  max-width: 1180px;
  margin: 0 auto;
}

/* Global Typography */

.mb-pricing-header h1,
.mb-price-card h2,
.mb-faq h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.mb-pricing-header p,
.mb-card-subtitle,
.mb-tier-note,
.mb-send-note,
.mb-feature-list li,
.mb-faq p,
.mb-trial-note,
.mb-contact-note {
  font-family: Inter, Arial, sans-serif;
}

/* Header */

.mb-pricing-header {
  text-align: center;
  margin-bottom: 34px;
}

.mb-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e9f7e9;
  color: #3c9449;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}

.mb-pill span {
  width: 8px;
  height: 8px;
  background: #3c9449;
  border-radius: 999px;
}

.mb-pricing-header h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: #121923;
  margin: 0 auto 18px;
  max-width: 920px;
}

.mb-pricing-header h1 em {
  color: #4d8a43;
  font-style: italic;
  font-weight: 700;
}

.mb-pricing-header p {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(15px, 1.45vw, 18px);
  line-height: 1.45;
  font-weight: 400;
  color: #66758a;
  letter-spacing: -0.01em;
}

/* Subscriber .elementor-762 .elementor-element.elementor-element-3efceaf */

.mb-pricing-controls {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ebe8f6;
  border-radius: 22px;
  padding: 24px 34px;
  box-shadow: 0 16px 40px rgba(53, 39, 95, 0.08);
  margin: 0 auto 24px;
  max-width: 980px;
}

.mb-subscriber-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.mb-subscriber-top label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #121923;
}

.mb-subscriber-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mb-selected-count {
  background: #3c9449;
  color: #ffffff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

#subscriberRange {
  width: 100%;
  accent-color: #4b2cff;
  cursor: pointer;
}

.mb-range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: #7d778c;
  font-size: 12px;
  font-weight: 600;
}

/* 50K+ contact note */

.mb-contact-note {
  display: none;
  align-items: center;
  color: #3c9449;
  background: #f0f8f1;
  border: 1px solid #d8efd9;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.mb-contact-note.is-visible {
  display: inline-flex;
}

.mb-contact-note:hover {
  color: #2f7a3a;
  background: #e8f7e8;
}

/* Pricing cards */

.mb-pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 980px;
  margin: 0 auto 34px;
}

.mb-price-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ebe8f6;
  border-radius: 26px;
  padding: 22px 28px 24px;
  box-shadow: 0 16px 38px rgba(53, 39, 95, 0.07);
}

.mb-card-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.mb-card-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 999px;
  background: #e8f7e8;
  color: #3c9449;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mb-price-card h2 {
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 0;
  color: #111827;
}

.mb-card-subtitle {
  color: #66758a;
  font-size: 14.5px;
  line-height: 1.4;
  margin: 0;
  min-height: auto;
  max-width: 420px;
}

.mb-divider {
  height: 1px;
  background: #e7e3f0;
  margin: 14px 0;
}

/* Growth price + billing row */

.mb-growth-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.mb-plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #4b2cff;
  margin-bottom: 0;
}

.mb-plan-price span {
  font-size: 26px;
  font-weight: 900;
}

.mb-plan-price strong {
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.mb-plan-price small {
  font-size: 15px;
  color: #282331;
  font-weight: 700;
}

.mb-custom-price {
  font-size: 34px;
  font-weight: 900;
  color: #3c9449;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.mb-tier-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.mb-tier-note {
  color: #66758a;
  font-size: 14px;
  margin: 0 0 8px;
}

.mb-send-note {
  display: inline-flex;
  align-items: center;
  background: #f0f8f1;
  color: #3c9449;
  border: 1px solid #d8efd9;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13.5px;
  font-weight: 600;
  margin: 0 0 16px;
}

/* Billing toggle inside Growth card */

.mb-card-billing-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mb-card-billing-buttons {
  display: inline-flex;
  align-items: center;
}

.mb-card-billing-buttons button {
  border: 1px solid #ded9ef;
  background: #ffffff;
  color: #302a3f;
  padding: 7px 12px;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  box-shadow: none;
}

.mb-card-billing-buttons button:first-child {
  border-radius: 10px 0 0 10px;
}

.mb-card-billing-buttons button:nth-child(2) {
  border-radius: 0 10px 10px 0;
}

.mb-card-billing-buttons button.active,
.mb-card-billing-buttons button.active:hover,
.mb-card-billing-buttons button.active:focus,
.mb-card-billing-buttons button.active:active {
  background: #3c9449 !important;
  border-color: #3c9449 !important;
  color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(60, 148, 73, 0.12) !important;
  z-index: 2;
}

.mb-card-billing-buttons button:hover,
.mb-card-billing-buttons button:focus,
.mb-card-billing-buttons button:active {
  background: #f0f8f1 !important;
  border-color: #3c9449 !important;
  color: #3c9449 !important;
  box-shadow: none !important;
}

.mb-card-billing-toggle span {
  background: #e6f7e7;
  color: #3c9449;
  font-size: 11.5px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

/* Feature list */

.mb-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.mb-price-card .mb-feature-list li {
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  line-height: 1.38;
  color: #66758a !important;
  font-weight: 400 !important;
}

.mb-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #d9f3dc;
  color: #3c9449;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 900;
}

/* Buttons */

.mb-primary-btn,
.mb-secondary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
  transition: all 0.2s ease;
}

.mb-primary-btn {
  background: #4b2cff;
  color: #ffffff;
  border: 1px solid #4b2cff;
}

.mb-primary-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(75, 44, 255, 0.22);
}

.mb-secondary-btn {
  background: #ffffff;
  color: #4b2cff;
  border: 1.5px solid #7b61ff;
}

.mb-secondary-btn:hover {
  background: #f7f5ff;
  color: #4b2cff;
}

.mb-trial-note {
  text-align: center;
  color: #66758a;
  font-size: 13.5px;
  font-weight: 600;
  margin: 10px 0 0;
}

/* FAQ */

.mb-faq {
  max-width: 980px;
  margin: 0 auto;
}

.mb-faq h3 {
  text-align: center;
  font-size: 30px;
  margin: 0 0 18px;
  color: #121923;
}

.mb-faq details {
  background: #ffffff;
  border: 1px solid #ebe8f6;
  padding: 20px 26px;
  border-radius: 16px;
  margin-bottom: 10px;
}

.mb-faq summary {
  cursor: pointer;
  font-size: 16.5px;
  font-weight: 700;
  color: #121923;
}

.mb-faq p {
  color: #66758a;
  font-size: 15px;
  line-height: 1.6;
  margin: 14px 0 0;
}

/* Responsive */

@media (max-width: 920px) {
  .mb-growth-price-row,
  .mb-tier-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .mb-card-billing-toggle {
    flex-wrap: wrap;
  }
}

@media (max-width: 820px) {
  .mb-pricing-section {
    padding: 56px 16px;
  }

  .mb-pricing-header h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .mb-pricing-header p {
    font-size: 15px;
  }

  .mb-pricing-controls {
    padding: 24px;
  }

  .mb-subscriber-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mb-subscriber-right {
    justify-content: center;
  }

  .mb-range-labels {
    font-size: 10px;
  }

  .mb-pricing-cards {
    grid-template-columns: 1fr;
  }

  .mb-price-card {
    padding: 26px;
  }

  .mb-plan-price strong {
    font-size: 42px;
  }
}/* End custom CSS */