.elementor-1698 .elementor-element.elementor-element-cf237ce{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d4ab488 */.pb-page-section {
  background: linear-gradient(180deg, #f5f9ff 0%, #eef4ff 100%);
  padding: 80px 20px;
}

.pb-page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pb-page-hero {
  max-width: 860px;
  margin: 0 auto 40px;
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 22px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.pb-page-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2563eb;
  background: #eff6ff;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.pb-page-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
}

.pb-page-hero h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #1e293b;
  margin: 0 0 14px;
  font-weight: 800;
}

.pb-page-subtext {
  max-width: 680px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
  color: #64748b;
}

.pb-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-page-card {
  background: #ffffff;
  border: 1px solid #e7eef7;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
  text-align: center;
}

.pb-page-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.pb-page-card h3 {
  font-size: 22px;
  color: #1e293b;
  margin: 0 0 12px;
  font-weight: 700;
}

.pb-page-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
}

.pb-page-btn {
  display: inline-block;
  padding: 14px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.20);
}

.pb-page-btn:hover {
  background: #1d4ed8;
}

@media (max-width: 991px) {
  .pb-page-grid {
    grid-template-columns: 1fr;
  }

  .pb-page-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .pb-page-section {
    padding: 60px 15px;
  }

  .pb-page-hero {
    padding: 35px 22px;
    border-radius: 18px;
  }

  .pb-page-hero h1 {
    font-size: 28px;
  }

  .pb-page-subtext {
    font-size: 15px;
  }
}
.pbp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pbp-glass {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pbp-section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.pbp-section-label,
.pbp-badge,
.pbp-plan-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.14);
  color: #93c5fd;
  border: 1px solid rgba(147, 197, 253, 0.25);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.pbp-hero,
.pbp-pricing,
.pbp-why-upgrade,
.pbp-compare,
.pbp-faq,
.pbp-cta {
  position: relative;
  overflow: hidden;
}

.pbp-hero::before,
.pbp-pricing::before,
.pbp-why-upgrade::before,
.pbp-compare::before,
.pbp-faq::before,
.pbp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(59, 130, 246, 0.18), transparent 35%),
    radial-gradient(circle at bottom right, rgba(14, 165, 233, 0.14), transparent 35%);
  pointer-events: none;
}

.pbp-hero {
  padding: 110px 20px;
  background: linear-gradient(135deg, #071029 0%, #0b1533 35%, #0f1f4d 100%);
  text-align: center;
}

.pbp-hero-content {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 35px;
  border-radius: 28px;
}

.pbp-hero h1 {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px;
}

.pbp-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.pbp-pricing,
.pbp-why-upgrade,
.pbp-compare,
.pbp-faq {
  padding: 90px 0;
  background: linear-gradient(180deg, #081120 0%, #0b1730 100%);
}

.pbp-cta {
  padding: 90px 0;
  background: linear-gradient(180deg, #081120 0%, #060d1b 100%);
}

.pbp-section-heading h2,
.pbp-compare-box h2,
.pbp-cta-box h2 {
  font-size: 38px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 18px;
  font-weight: 800;
}

.pbp-section-heading p,
.pbp-plan-card p,
.pbp-benefit-card p,
.pbp-faq-card p,
.pbp-cta-box p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(226, 232, 240, 0.78);
}

.pbp-plan-grid,
.pbp-benefit-grid,
.pbp-faq-grid,
.pbp-compare-grid {
  display: grid;
  gap: 22px;
}

.pbp-plan-grid,
.pbp-compare-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pbp-benefit-grid {
  grid-template-columns: repeat(4, 1fr);
}

.pbp-faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.pbp-plan-card,
.pbp-benefit-card,
.pbp-faq-card,
.pbp-compare-box,
.pbp-cta-box {
  border-radius: 24px;
}

.pbp-plan-card,
.pbp-benefit-card,
.pbp-faq-card {
  padding: 30px 24px;
}

.pbp-plan-card {
  text-align: center;
}

.pbp-plan-featured {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.4);
}

.pbp-plan-card h3,
.pbp-benefit-card h3,
.pbp-faq-card h3,
.pbp-compare-card h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.pbp-price {
  font-size: 42px !important;
  font-weight: 800;
  color: #60a5fa !important;
  margin-bottom: 8px;
  line-height: 1.1;
}

.pbp-price-note {
  margin-bottom: 20px;
}

.pbp-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 24px;
}

.pbp-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: rgba(226, 232, 240, 0.86);
  font-size: 16px;
  text-align: left;
}

.pbp-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #60a5fa;
  font-weight: 700;
}

.pbp-compare-box {
  padding: 40px;
  text-align: center;
}

.pbp-compare-grid {
  margin-top: 30px;
  text-align: left;
}

.pbp-compare-card {
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pbp-cta-box {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 30px;
}

.pbp-cta-box p {
  max-width: 720px;
  margin: 0 auto 25px;
}

.pbp-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pbp-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.pbp-btn-primary {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.35);
}

.pbp-btn-primary:hover {
  transform: translateY(-2px);
}

.pbp-btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.pbp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .pbp-plan-grid,
  .pbp-benefit-grid,
  .pbp-faq-grid,
  .pbp-compare-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pbp-hero h1 {
    font-size: 40px;
  }

  .pbp-section-heading h2,
  .pbp-compare-box h2,
  .pbp-cta-box h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .pbp-plan-grid,
  .pbp-benefit-grid,
  .pbp-faq-grid,
  .pbp-compare-grid {
    grid-template-columns: 1fr;
  }

  .pbp-hero {
    padding: 80px 20px;
  }

  .pbp-hero-content,
  .pbp-plan-card,
  .pbp-benefit-card,
  .pbp-faq-card,
  .pbp-compare-box,
  .pbp-cta-box {
    padding: 24px;
  }

  .pbp-hero h1 {
    font-size: 30px;
  }

  .pbp-section-heading h2,
  .pbp-compare-box h2,
  .pbp-cta-box h2 {
    font-size: 26px;
  }

  .pbp-pricing,
  .pbp-why-upgrade,
  .pbp-compare,
  .pbp-faq,
  .pbp-cta {
    padding: 60px 0;
  }
}1w/* End custom CSS */