.elementor-1833 .elementor-element.elementor-element-4abcb61{--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;}.elementor-1833 .elementor-element.elementor-element-f51107a{--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;}.elementor-1833 .elementor-element.elementor-element-a851fde{--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;}.elementor-1833 .elementor-element.elementor-element-175adea{--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;}.elementor-1833 .elementor-element.elementor-element-9206342{--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;}.elementor-1833 .elementor-element.elementor-element-fe4536c{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8ea9879 */.pb-hero{
  text-align: center;
  padding: 80px 20px;
  background: #f0f2f5;
}

.pb-hero-inner{
  max-width: 900px;
  margin: 0 auto;
}

.pb-hero h1{
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #1c1e21;
}

.pb-hero h2{
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #1877F2;
  font-weight: 700;
}

.pb-hero p{
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
  max-width: 760px;
  margin: 0 auto 30px;
}

.pb-hero-buttons{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.pb-btn{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.pb-btn-primary{
  background: #1877F2;
  color: #fff;
}

.pb-btn-secondary{
  background: #42b72a;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e17d7ae */.pb-why-join{
  padding: 80px 20px;
  background: #ffffff;
}

.pb-why-join-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-why-join h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: #1c1e21;
}

.pb-why-join-intro{
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-why-join-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-why-card{
  background: #f0f2f5;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-why-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.pb-why-card h3{
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #1877F2;
}

.pb-why-card p{
  font-size: 16px;
  line-height: 1.7;
  color: #242526;
  margin: 0;
}

@media (max-width: 991px){
  .pb-why-join-grid{
    grid-template-columns: 1fr;
  }

  .pb-why-join{
    padding: 60px 20px;
  }

  .pb-why-join h2{
    font-size: 30px;
  }

  .pb-why-join-intro{
    font-size: 17px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px){
  .pb-why-join{
    padding: 50px 15px;
  }

  .pb-why-join h2{
    font-size: 28px;
  }

  .pb-why-card{
    padding: 22px 18px;
  }

  .pb-why-card h3{
    font-size: 20px;
  }

  .pb-why-card p{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ad5d1 */.pb-how-it-works{
  padding: 80px 20px;
  background: #f0f2f5;
}

.pb-how-it-works-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-how-it-works h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
  color: #1c1e21;
}

.pb-how-it-works-intro{
  max-width: 820px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-how-it-works-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-step-card{
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
  padding: 30px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.pb-step-number{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #1877F2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
}

.pb-step-card h3{
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #1c1e21;
}

.pb-step-card p{
  font-size: 16px;
  line-height: 1.7;
  color: #242526;
  margin: 0;
}

@media (max-width: 991px){
  .pb-how-it-works-grid{
    grid-template-columns: 1fr;
  }

  .pb-how-it-works{
    padding: 60px 20px;
  }

  .pb-how-it-works h2{
    font-size: 30px;
  }

  .pb-how-it-works-intro{
    font-size: 17px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px){
  .pb-how-it-works{
    padding: 50px 15px;
  }

  .pb-how-it-works h2{
    font-size: 28px;
  }

  .pb-step-card{
    padding: 22px 18px;
  }

  .pb-step-card h3{
    font-size: 20px;
  }

  .pb-step-card p{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7403f7 */.pb-membership-plans{
  padding: 80px 20px;
  background: #ffffff;
}

.pb-membership-plans-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-membership-plans h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
  color: #1c1e21;
}

.pb-membership-intro{
  max-width: 840px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-membership-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-plan-card{
  position: relative;
  background: #f0f2f5;
  border: 1px solid #e4e6eb;
  border-radius: 18px;
  padding: 30px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pb-plan-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.pb-plan-card-featured{
  background: #ffffff;
  border: 2px solid #1877F2;
  box-shadow: 0 12px 28px rgba(24,119,242,.15);
}

.pb-plan-badge{
  position: absolute;
  top: -12px;
  right: 20px;
  background: #1877F2;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 999px;
}

.pb-plan-card h3{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 14px;
  color: #1c1e21;
}

.pb-plan-desc{
  font-size: 16px;
  line-height: 1.7;
  color: #65676b;
  margin-bottom: 20px;
}

.pb-plan-features{
  margin: 0 0 20px;
  padding-left: 20px;
}

.pb-plan-features li{
  font-size: 16px;
  line-height: 1.7;
  color: #242526;
  margin-bottom: 10px;
}

.pb-plan-note{
  font-size: 15px;
  line-height: 1.6;
  color: #65676b;
  margin-bottom: 20px;
}

.pb-plan-btn{
  display: inline-block;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pb-plan-btn:hover{
  opacity: .92;
  transform: translateY(-1px);
  text-decoration: none;
}

.pb-plan-btn-free{
  background: #42b72a;
  color: #ffffff;
}

.pb-plan-btn-pro{
  background: #1877F2;
  color: #ffffff;
}

.pb-plan-btn-verified{
  background: #1c1e21;
  color: #ffffff;
}

@media (max-width: 991px){
  .pb-membership-grid{
    grid-template-columns: 1fr;
  }

  .pb-membership-plans{
    padding: 60px 20px;
  }

  .pb-membership-plans h2{
    font-size: 30px;
  }

  .pb-membership-intro{
    font-size: 17px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px){
  .pb-membership-plans{
    padding: 50px 15px;
  }

  .pb-membership-plans h2{
    font-size: 28px;
  }

  .pb-plan-card{
    padding: 24px 18px;
  }

  .pb-plan-card h3{
    font-size: 22px;
  }

  .pb-plan-desc,
  .pb-plan-features li{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2566049 */.pb-upgrade-cta{
  padding: 80px 20px;
  background: linear-gradient(135deg, #1877F2 0%, #125fbe 100%);
}

.pb-upgrade-cta-inner{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pb-upgrade-cta h2{
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.pb-upgrade-cta-text{
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,.92);
  margin: 0 auto 20px;
  max-width: 760px;
}

.pb-upgrade-cta-note{
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
  margin-bottom: 28px;
}

.pb-upgrade-cta-btn{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #1877F2;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.pb-upgrade-cta-btn:hover{
  transform: translateY(-2px);
  opacity: .95;
  text-decoration: none;
}

@media (max-width: 991px){
  .pb-upgrade-cta{
    padding: 60px 20px;
  }

  .pb-upgrade-cta h2{
    font-size: 30px;
  }

  .pb-upgrade-cta-text{
    font-size: 17px;
  }
}

@media (max-width: 767px){
  .pb-upgrade-cta{
    padding: 50px 15px;
  }

  .pb-upgrade-cta h2{
    font-size: 28px;
  }

  .pb-upgrade-cta-text{
    font-size: 16px;
  }

  .pb-upgrade-cta-note{
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-778f4bf *//* =========================
   STATS SECTION
========================= */
.pb-stats{
  padding: 50px 20px;
  background: #1877F2;
}

.pb-stats-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-stats-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pb-stat-card{
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
}

.pb-stat-card h3{
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #ffffff;
}

.pb-stat-card p{
  margin: 0;
  font-size: 16px;
  color: rgba(255,255,255,.88);
}

/* =========================
   WHO IT'S FOR
========================= */
.pb-who-for{
  padding: 80px 20px;
  background: #ffffff;
}

.pb-who-for-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-who-for h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
  color: #1c1e21;
}

.pb-who-for-intro{
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-who-for-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-who-card{
  background: #f0f2f5;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.pb-who-card h3{
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #1877F2;
}

.pb-who-card p{
  font-size: 16px;
  line-height: 1.7;
  color: #242526;
  margin: 0;
}

/* =========================
   TESTIMONIALS
========================= */
.pb-testimonials{
  padding: 80px 20px;
  background: #f0f2f5;
}

.pb-testimonials-inner{
  max-width: 1200px;
  margin: 0 auto;
}

.pb-testimonials h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
  color: #1c1e21;
}

.pb-testimonials-intro{
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-testimonials-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pb-testimonial-card{
  background: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.pb-testimonial-text{
  font-size: 17px;
  line-height: 1.8;
  color: #242526;
  margin: 0 0 18px;
}

.pb-testimonial-card h4{
  margin: 0 0 4px;
  font-size: 18px;
  color: #1c1e21;
}

.pb-testimonial-card span{
  font-size: 14px;
  color: #65676b;
}

/* =========================
   FAQ
========================= */
.pb-faq{
  padding: 80px 20px;
  background: #ffffff;
}

.pb-faq-inner{
  max-width: 1000px;
  margin: 0 auto;
}

.pb-faq h2{
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 18px;
  color: #1c1e21;
}

.pb-faq-intro{
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #65676b;
}

.pb-faq-list{
  display: grid;
  gap: 18px;
}

.pb-faq-item{
  background: #f0f2f5;
  border: 1px solid #e4e6eb;
  border-radius: 16px;
  padding: 24px 22px;
}

.pb-faq-item h3{
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px;
  color: #1c1e21;
}

.pb-faq-item p{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #242526;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px){
  .pb-stats-grid,
  .pb-who-for-grid,
  .pb-testimonials-grid{
    grid-template-columns: 1fr 1fr;
  }

  .pb-who-for,
  .pb-testimonials,
  .pb-faq{
    padding: 60px 20px;
  }

  .pb-who-for h2,
  .pb-testimonials h2,
  .pb-faq h2{
    font-size: 30px;
  }

  .pb-who-for-intro,
  .pb-testimonials-intro,
  .pb-faq-intro{
    font-size: 17px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px){
  .pb-stats-grid,
  .pb-who-for-grid,
  .pb-testimonials-grid{
    grid-template-columns: 1fr;
  }

  .pb-stats,
  .pb-who-for,
  .pb-testimonials,
  .pb-faq{
    padding: 50px 15px;
  }

  .pb-stat-card h3{
    font-size: 30px;
  }

  .pb-who-for h2,
  .pb-testimonials h2,
  .pb-faq h2{
    font-size: 28px;
  }

  .pb-who-card,
  .pb-testimonial-card,
  .pb-faq-item{
    padding: 22px 18px;
  }

  .pb-who-card h3,
  .pb-faq-item h3{
    font-size: 19px;
  }

  .pb-who-card p,
  .pb-testimonial-text,
  .pb-faq-item p{
    font-size: 15px;
  }
}/* End custom CSS */