.elementor-15644 .elementor-element.elementor-element-44690da{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f0998c3 *//* MEMBERSHIP BENEFITS – OPTIMISED & RESPONSIVE */

/* Force fonts for membership block */
#membership,
#membership * {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Headings use Inter Tight */
#membership .benefits-title,
#membership .benefits-price {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800 !important;
}

#membership .benefits-title {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(2.1rem, 5.4vw, 3.6rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
}

/* Subtitle – ~20px on desktop */
#membership .benefits-subtitle {
  font-size: clamp(0.9rem, 2.1vw, 1.25rem); /* min ~14px, max ~20px */
  line-height: 1.9;
}

/* Keep CTA text white regardless of globals */
#membership .benefits-cta,
#membership .benefits-cta-text {
  color: #ffffff !important;
}

/* Center header stack + pill */
#membership .benefits-header {
  text-align: center;
}

#membership .benefits-price-badge {
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}

#membership .benefits-price {
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 800;
  font-size: 3rem !important;  /* same as MP */
  letter-spacing: 0.04em;
  background: linear-gradient(to right, #7b67a8, #d72e5d, #ff7913);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* Section wrapper */

.benefits {
  background: linear-gradient(180deg, #faf8fc 0%, #ffffff 50%, #ffffff 100%);
  position: relative;
  padding: 5rem 0 5rem;
  overflow: hidden;
}

.benefits-orb-1,
.benefits-orb-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.benefits-orb-1 {
  top: 0;
  right: 0;
  width: 500px;
  height: 500px;
  background: rgba(123, 103, 168, 0.05);
  filter: blur(120px);
}

.benefits-orb-2 {
  bottom: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: rgba(215, 46, 93, 0.05);
  filter: blur(100px);
}

.benefits-content {
  max-width: 56rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 10;
}

/* Price badge */

.benefits-price-badge {
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.benefits-price {
  font-size: clamp(1.1rem, 2.8vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  background: linear-gradient(to right, #7b67a8, #d72e5d, #ff7913);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefits-period {
  color: #4b5563;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
}

/* Title + subtitle */

.benefits-title {
  font-size: clamp(1.9rem, 5.3vw, 3.2rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 1.1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
}

.benefits-title-gradient {
  background: linear-gradient(to right, #7b67a8, #d72e5d, #ff7913);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefits-subtitle {
  color: #4b5563;
  font-size: clamp(0.9rem, 2.1vw, 1.25rem); /* min ~14px, max ~20px */
  line-height: 1.9;
  max-width: 20rem;
  margin: 0 auto 3rem;
  text-align: center;
}

/* Benefits box */

.benefits-box {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 2.2rem 2rem 2.4rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  border: 1px solid #f3f4f6;
  margin-bottom: 2rem;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  animation: fadeInUp 0.5s ease-out both;
}

/* Tick */

.benefit-check {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #7b67a8, #d72e5d);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  transition: transform 0.3s;
  box-shadow: 0 0 0 2px #f9fafb;
}

.benefit-item:hover .benefit-check {
  transform: scale(1.08);
}

.benefit-text {
  color: #374151;
  font-size: clamp(0.9rem, 1.9vw, 1.125rem); /* min ~14px, max ~18px */
  line-height: 1.75;
}

/* Coming soon strip */

.benefits-coming-soon {
  background: linear-gradient(
    to right,
    rgba(123,103,168,0.1),
    rgba(215,46,93,0.1),
    rgba(255,121,19,0.1)
  );
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  border: 2px dashed rgba(123,103,168,0.3);
  margin-bottom: 2.5rem;
}

.coming-soon-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.coming-soon-icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(to bottom right, #ff7913, #f9ac2f);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
  animation: pulse 2s infinite;
  position: relative;
}

/* Remove old white dot; sparkle SVG only */
.coming-soon-icon::before {
  content: none !important;
}

.coming-soon-sparkle {
  display: block;
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.6));
}

.coming-soon-text {
  color: #374151;
  font-size: clamp(0.8rem, 2.2vw, 0.95rem);
  line-height: 1.75;
  font-weight: 500;
}

.coming-soon-label {
  color: #6b7280;
  font-size: 0.7rem;
  margin-top: 0.25rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* CTA */

.benefits-cta-wrapper {
  text-align: center;
}

.benefits-cta {
  position: relative;
  display: inline-block;
  padding: 0.95rem 2.6rem;
  background: linear-gradient(to right, #7b67a8, #d72e5d, #ff7913);
  border: none;
  border-radius: 9999px;
  font-family: 'Inter Tight', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(0.85rem, 2.3vw, 1.5rem);
  text-transform:none !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(215,46,93,0.2);
  overflow: hidden;
  text-decoration: none;
  letter-spacing: 0;
}

.benefits-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ff7913, #d72e5d, #7b67a8);
  opacity: 0;
  transition: opacity 0.3s;
}

.benefits-cta-text {
  position: relative;
  z-index: 10;
}

.benefits-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(215,46,93,0.3);
}

.benefits-cta:hover::before {
  opacity: 1;
}

.benefits-note {
  margin-top: 1.2rem;
  color: #6b7280;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Desktop refinements */

@media (min-width: 768px) {
  .benefits {
    padding: 7rem 0 7rem;
  }

  .benefits-box {
    padding: 3rem;
  }

  .benefits-list {
    gap: 1rem;
  }
}

/* Animations */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}/* End custom CSS */