.membership-product-card .membership-plan-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 26px;
  border-radius: 13px;
  padding: 0 10px;
  color: #1767f2;
  background: rgb(232 241 255 / 0.9);
  font-size: 12px;
  font-weight: 760;
}

.membership-product-card li {
  gap: 9px;
}

.membership-check {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1d76ff, #7259ff);
  font-size: 12px;
  font-weight: 800;
}

.pricing-recharge-section {
  position: relative;
  z-index: 1;
  width: min(100%, 1500px);
  margin: 26px auto 0;
  border: 1px solid rgb(132 153 195 / 0.18);
  border-radius: 22px;
  padding: 22px;
  background: rgb(255 255 255 / 0.82);
  box-shadow: 0 18px 46px rgb(46 73 128 / 0.1);
}

.pricing-recharge-head,
.member-subscription-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-recharge-head h2,
.member-subscription-head h3 {
  margin: 0 0 6px;
  color: #071230;
  font-size: 20px;
  letter-spacing: 0;
}

.pricing-recharge-head p,
.member-subscription-head p {
  margin: 0;
  color: #63739a;
  font-size: 13px;
}

.pricing-recharge-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 12px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, #1767f2, #7259ff);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
}

.pricing-recharge-grid,
.member-subscription-recharge {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.member-recharge-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  border: 1px solid rgb(128 151 202 / 0.16);
  border-radius: 18px;
  padding: 16px;
  background: linear-gradient(145deg, #fff, #f6f9ff);
  box-shadow: 0 14px 26px rgb(51 78 134 / 0.08);
}

.member-recharge-card > span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  color: #7a4b0b;
  background: rgb(255 239 205 / 0.92);
  font-size: 11px;
  font-weight: 760;
}

.member-recharge-card strong {
  color: #071230;
  font-size: 16px;
}

.member-recharge-card p {
  min-height: 38px;
  margin: 0;
  color: #6a7899;
  font-size: 12px;
  line-height: 1.55;
}

.member-recharge-card div {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #1767f2;
}

.member-recharge-card b {
  font-size: 24px;
}

.member-recharge-card small {
  color: #7080a2;
}

.member-recharge-card button {
  height: 36px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #1767f2, #7259ff);
  font-size: 13px;
  font-weight: 760;
}

.member-subscription-board {
  margin-top: 20px;
  border: 1px solid rgb(128 151 202 / 0.18);
  border-radius: 22px;
  padding: 20px;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.92), rgb(246 249 255 / 0.72));
  box-shadow: 0 16px 34px rgb(52 78 140 / 0.08);
}

.member-subscription-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.member-subscription-head.recharge {
  margin-top: 20px;
}

.member-subscription-plan {
  display: grid;
  gap: 9px;
  border: 1px solid rgb(128 151 202 / 0.16);
  border-radius: 18px;
  padding: 16px;
  background: #fff;
}

.member-subscription-plan.recommended {
  border-color: rgb(23 103 242 / 0.4);
  background: linear-gradient(145deg, #fff, #f2f7ff);
}

.member-subscription-plan > span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  color: #1767f2;
  background: rgb(231 240 255 / 0.92);
  font-size: 11px;
  font-weight: 780;
}

.member-subscription-plan h4 {
  margin: 0;
  color: #071230;
  font-size: 17px;
}

.member-subscription-plan p {
  min-height: 38px;
  margin: 0;
  color: #64739b;
  font-size: 12px;
  line-height: 1.55;
}

.member-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.member-plan-price b {
  color: #0c62e8;
  font-size: 26px;
}

.member-plan-price small {
  color: #7181a3;
}

.member-subscription-plan ul {
  display: grid;
  gap: 6px;
  min-height: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-subscription-plan li {
  color: #4d5f82;
  font-size: 12px;
}

.member-subscription-plan button {
  height: 36px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #1767f2, #7259ff);
  font-size: 13px;
  font-weight: 760;
}

.pricing-action {
  border: 0;
  cursor: pointer;
}

.membership-payment-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(7 18 48 / 0.42);
  backdrop-filter: blur(12px);
}

.membership-payment-box {
  display: grid;
  gap: 16px;
  width: min(100%, 420px);
  border: 1px solid rgb(132 153 195 / 0.22);
  border-radius: 22px;
  padding: 24px;
  background: rgb(255 255 255 / 0.96);
  box-shadow: 0 28px 90px rgb(24 43 86 / 0.28);
  text-align: center;
}

.membership-payment-box h3 {
  margin: 0;
  color: #071230;
  font-size: 22px;
  letter-spacing: 0;
}

.membership-payment-box p,
.membership-payment-box small {
  margin: 0;
  color: #64739b;
  font-size: 13px;
  line-height: 1.65;
}

.membership-payment-box > button,
.payment-method-picker button {
  height: 40px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #1767f2, #7259ff);
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}

.payment-method-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.payment-qrcode {
  width: 220px;
  height: 220px;
  justify-self: center;
  border: 10px solid #fff;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgb(46 73 128 / 0.16);
}

@media (max-width: 900px) {
  .pricing-recharge-grid,
  .member-subscription-recharge,
  .member-subscription-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pricing-recharge-grid,
  .member-subscription-recharge,
  .member-subscription-plans {
    grid-template-columns: 1fr;
  }
}
