.pay {
  margin-top: 48px !important;
}
.pay .pay_title {
  height: 44px;
  font-size: 38px;
  font-family: Roboto-BoldItalic, Roboto;
  font-weight: normal;
  color: #fd4d4f;
  line-height: 44px;
  font-style: italic;
}
.pay .pay_sub_title {
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.pay .pay_sub_title span {
  color: #fb4c50;
}
.pay .sp_title {
  height: 33px;
  font-size: 28px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
}
.pay .list {
  margin-top: 56px;
  width: 900px;
}
.pay .list .pay_list {
  list-style: inside;
}
.pay .list .pay_list .item {
  width: 50%;
  height: 24px;
  font-size: 20px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-left: 100px;
  margin-top: 16px;
}
.pay_to {
  position: relative;
  width: 617px;
  margin: 30px auto 0;
}
.pay_to .paypal-powered-by {
  display: none;
}
.pay_to .mask {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.pay_select {
  margin-top: 56px !important;
}
.pay_select label {
  width: 617px;
  border-radius: 40px;
  border: 1px solid #979797;
  padding: 10px 32px;
  box-sizing: border-box;
  cursor: pointer;
}
.pay_select label .ab {
  top: -12px;
  width: 83px;
  height: 24px;
  line-height: 24px;
  background: #fa4d51;
  border-radius: 12px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.pay_select .pay_btn {
  width: 617px;
  border-radius: 40px;
  border: 1px solid #979797;
  padding: 10px 32px;
  box-sizing: border-box;
  opacity: 0.9;
  font-size: 24px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
.pay_select .pay_btn:hover {
  opacity: 1;
}
.pay_select .paypal {
  background: #fca456;
  margin-top: 80px;
}
.pay_select .paypal .pay_logo {
  height: 27px;
  width: 101px;
}
.pay_select .Credit {
  background: #fff;
  margin-top: 24px;
}
.pay_select .selected {
  border-radius: 40px;
  position: relative;
  background-color: #030423;
  border: none;
}
.pay_select .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 40px;
}
.pay_select .left {
  height: 47px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
  line-height: 47px;
}
.pay_select .left .bigSize {
  font-size: 32px;
}
.pay_select .left span {
  font-size: 16px;
}
.pay_select .right p {
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: end;
}
.pay_select .right .yprice {
  opacity: 0.8;
  text-decoration: line-through;
}
.pay_select input[type="radio"] {
  visibility: hidden;
}
.pay2 label {
  width: 237px;
  height: 186px;
  border-radius: 12px;
  border: 1px solid #ffffff;
  padding: 28px 26px;
  margin-right: 56px;
}
.pay2 label:last-child {
  margin-right: 0;
}
.pay2 label .right p {
  text-align: start;
}
.pay2 .selected {
  border-radius: 12px;
  position: relative;
  background-color: #030423;
  border: none;
}
.pay2 .selected::before {
  content: " ";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: linear-gradient(270deg, #4b5bff, #ff4c4c);
  border-radius: 12px;
}
.pricing {
  margin-top: 48px;
}
.pricing .list {
  margin-top: 56px;
  width: 750px;
}
.pricing .list .pricing_list {
  position: relative;
  height: 100%;
  padding: 20px 0 40px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li_title {
  padding-left: 40px;
  font-size: 30px;
  color: white;
}
.pricing .list .pricing_list .pricing_li {
  margin-top: 20px;
  list-style: inside;
}
.pricing .list .pricing_list .pricing_li .item {
  width: 100%;
  height: 24px;
  font-size: 16px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding-left: 40px;
  margin-top: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.pricing .list .pricing_list .pricing_li .item:after {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}
.pricing .list .bd {
  position: relative;
  width: 45%;
  margin: 0 2.5%;
}
.pricing .list .bd:nth-child(2) .pricing_list {
  border: 2px solid #8157ca;
}
@media screen and (max-width: 720px) {
  .pay {
    width: 100%;
  }
  .pay .pay_title {
    height: auto;
    line-height: auto;
  }
  .pay .list {
    width: 100%;
  }
  .pay .list .pay_list .item {
    width: 100%;
    text-align: left;
    padding-left: 25%;
  }
  .pay_select label {
    margin-right: 5px;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .pay_select .pay_btn {
    width: 100%;
    font-size: 20px;
    width: 90%;
  }
  .pay2 .plans {
    flex-direction: column;
    width: 100%;
  }
  html {
    min-width: 100%;
  }
  body {
    min-width: 100%;
  }
  .section {
    padding: 0 2%;
  }
  .epoch-pay {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
  }
  .epoch-pay .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .epoch-pay .pay-type {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 14px 0;
  }
  .epoch-show {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .section .section_con {
    width: 90% !important;
  }
  .section .section_con .flex {
    flex-wrap: wrap;
    height: auto;
  }
  .section .section_con .flex label {
    margin-right: 0;
  }
  .section .section_con .pay_btn {
    margin-top: 20px;
    width: 100%;
    height: 60px !important;
  }
  .section .section_con .pay_to {
    width: 100% !important;
  }
  .pay .pay_title {
    font-size: 24px;
  }
  .pay .pay_sub_title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    display: flex;
  }
  .pay .sp_title {
    width: 100%;
  }
  .pay .list {
    margin-top: 5px;
  }
  .pay .list .pay_list .item {
    font-size: 14px;
    padding-left: 1%;
  }
  .pricing .pricing_title {
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .pricing .list {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    flex-direction: column;
  }
  .pricing .list .bd {
    width: 100%;
    margin: 20px auto 10px;
  }
  .pricing .list .pricing_list .pricing_li .item {
    padding: 0 20px;
  }
}

/* ── Pricing v2 cards ──────────────────────────────────── */
@keyframes p2-orb-pulse {
  0%,100% { opacity: 0.55; transform: scale(1);   }
  50%      { opacity: 0.75; transform: scale(1.08); }
}
@keyframes p2-orb-pulse2 {
  0%,100% { opacity: 0.45; transform: scale(1);   }
  50%      { opacity: 0.65; transform: scale(1.06); }
}

.pricing2-wrapper {
  padding: 48px 20px 60px;
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
/* Background glow orbs */
.pricing2-wrapper::before,
.pricing2-wrapper::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}
.pricing2-wrapper::before {
  display: none;
}
.pricing2-wrapper::after {
  display: none;
}

.pricing2-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 22px;
  line-height: 1.35;
  text-shadow: none;
}
.pricing2-badge {
  display: inline-block;
  border: 1.5px solid #c8a951;
  border-radius: 50px;
  padding: 8px 24px;
  color: #c8a951;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.pricing2-toggle-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
}
.toggle-label {
  color: #ccc;
  font-size: 15px;
}
.pricing2-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}
.pricing2-switch input { display: none; }
.pricing2-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #444;
  border-radius: 26px;
  transition: 0.3s;
}

.pricing2-switch input:checked + .pricing2-slider {
  background: #7b5af0;
}
.pricing2-slider:before {
  content: "";
  position: absolute;
  height: 20px; width: 20px;
  left: 3px; bottom: 3px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.pricing2-switch input:checked + .pricing2-slider:before { transform: translateX(20px); }

.pricing2-cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
.pricing2-card {
  flex: 1;
  border-radius: 16px;
  padding: 36px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, #10103a 0%, #0a0a28 100%);
  box-sizing: border-box;
  transition: transform 0.25s, box-shadow 0.25s;
  z-index: 1;
}
.pricing2-card:hover { transform: translateY(-4px); }

.pricing2-free {
  border: 2px solid #444;
}
.pricing2-free:hover {
  box-shadow: none;
}
.pricing2-vip {
  border: 2px solid #7b5af0;
}
.pricing2-vip:hover {
  box-shadow: none;
}

.pricing2-card-title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
  text-shadow: none;
}
.pricing2-ribbon {
  position: absolute;
  top: 0; right: 0;
  background: linear-gradient(135deg, #b8941f, #e8cc5a);
  color: #1a1a1a;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 0 14px 0 14px;
  letter-spacing: 1px;
}
.pricing2-price-block {
  text-align: center;
  margin-bottom: 28px;
  min-height: 64px;
}
.pricing2-price-main {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.pricing2-vip .pricing2-price-main {
  color: #fff;
}
.pricing2-price-mo {
  font-size: 16px;
  color: #aaa;
}
.pricing2-price-strike {
  display: block;
  font-size: 15px;
  color: #888;
  text-decoration: line-through;
  margin-bottom: 4px;
}
.pricing2-price-note {
  display: block;
  font-size: 13px;
  color: #aaa;
  margin-top: 6px;
}
.pricing2-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex: 1;
}
.pricing2-features li {
  font-size: 15px;
  color: #ddd;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pricing2-features li:last-child { border-bottom: none; }
.pricing2-features li::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}
.feat-yes::before {
  content: "✓";
  color: #c8a951;
  border: 1.5px solid #c8a951;
}
.feat-no::before {
  content: "✕";
  color: #555;
  border: 1.5px solid #444;
}
.feat-no { color: #666; }
.hl-gold {
  color: #d4b14a;
  font-weight: bold;
}
.hl-pink {
  color: #d4508e;
  font-weight: bold;
}
.pricing2-btn {
  display: block;
  width: 100%;
  padding: 14px 0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.2s;
  box-sizing: border-box;
}
.btn-free {
  background: transparent;
  border: 1.5px solid #555;
  color: #ccc;
}
.btn-free:hover {
  opacity: 0.85;
  color: #fff;
  border-color: #777;
}
.btn-vip {
  background: linear-gradient(135deg, #4b5bff 0%, #c25189 100%);
  color: #fff;
}
.btn-vip:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-1px);
}
.btn-current {
  background: rgba(80,80,90,0.15);
  border: 1.5px solid #555;
  color: #666;
  cursor: default;
  box-shadow: none;
}
@media screen and (max-width: 720px) {
  .pricing2-cards { flex-direction: column; }
  .pricing2-title { font-size: 20px; }
  .pricing2-price-main { font-size: 36px; }
  .pricing2-card { padding: 28px 20px 24px; }
}
