.elementor-7061 .elementor-element.elementor-element-5a1d69e{--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-bc7d21c */.membership-section {
  background: #f8f9fc;

  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.membership-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.membership-section .subtitle {
  color: #666;
  margin-bottom: 40px;
}

.membership-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.card {
  background: #ffffff;
  width: 320px;
  border-radius: 18px;
  padding: 30px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
}

.card-header h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.price {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}

.card ul li {
  padding: 8px 0;
  font-size: 15px;
}

.card button {
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
}

/* GOLD */
.gold {
  border-top: 5px solid #f5b700;
}

.gold .price {
  color: #f5b700;
}

.gold button {
  background: linear-gradient(135deg, #f5b700, #f7c948);
  color: #fff;
}

/* PLATINUM */
.platinum {
  border-top: 5px solid #6c63ff;
}

.platinum .price {
  color: #6c63ff;
}

.platinum button {
  background: linear-gradient(135deg, #6c63ff, #857dff);
  color: #fff;
}

/* Featured badge */
.featured {
  transform: scale(1.05);
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #ff4d6d;
  color: #fff;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: bold;
}/* End custom CSS */