.pricing_href {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.pricing_href .pricing_href_a {
  font-size: 12px;
  color: #222525;
}

.pricing_href .iconfont {
  font-size: 12px;
  margin: 0 12px;
}

.pay_h {
  margin: 0 auto;
  width: max-content;
  position: relative;
}

.pay_h .pay_he_act {
  position: absolute;
  top: 3px;
  width: 43px;
  height: 53px;
}

.pay_he_act_1 {
  left: -65px;
  transform: rotateY(180deg);
}

.pay_he_act_2 {
  right: -65px;
}

/* =============================== */

.switch_box {
  margin-top: 40px;
}

.switch_type {
  margin: 0 auto;
  width: 360px;
  height: 45px;
  background-color: #e9e9e9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}


.switch_type button {
  width: 50%;
  height: 45px;
  font-size: 16px;
  color: #2a2b32;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Regular";
}

.switch_type .switch_click {
  background-color: #43d487;
  color: #ffffff;
}

.switch_type .pay_off {
  padding: 5px;
  border-radius: 7px;
  background: #ffbd00;
  color: #1a1a1a;
  font-size: 0.8rem;
  margin-left: 0.5rem;
  font-weight: bold;
}

.pricing_ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing_ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 45px;
  font-size: 16px;
  color: #1a1a1a;
}

.pricing_ul li:last-child {
  margin-right: 0;
}

.pricing_ul li .iconfont {
  margin-right: 5px;
  color: #307ae8;
}

/* ========================== */

.we_space_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 566px;
  height: 44px;
  background-color: #fbfbfb;
  border-radius: 8px;
  padding: 0 18px;
  margin: 0 auto;
  margin-top: 110px;
}

.we_space_box span {
  font-size: 14px;
  color: #2a2b32;
}

.we_space_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.we_space_flex img {
  width: 32px;
  margin-right: 8px;
  filter: grayscale(100%);
}

.we_space_flex img:last-child {
  margin-right: 0;
}

.pay_Purchase {
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
  color: #2a2b32;
}

.we_space_note {
  font-size: 14px;
  line-height: 1.5;
  color: #5d6b7d;
  text-align: right;
}

/* ============================= */

#pay_box {
  overflow: hidden;
}

.pay_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 7px;
}

.pay_farme {
  width: 230px;
  height: 580px;
  background-color: #ffffff;
  margin-left: 2px;
  position: relative;
  transition: all 0.3s;
}

.pay_farme:first-child .pay_bottom {
  border-radius: 8px 0 0 8px;
  background-color: #ffffff;
}

.pay_farme:nth-child(2) {
  border-radius: 8px 0 0 0;
}

.pay_farme:last-child {
  border-radius: 0 8px 8px 0;
}

.pay_farme:last-child .pay_bottom {
  border-radius: 0 0 8px 0;
}

.pay_farme_h:hover {
  z-index: 2;
  /* transform: scale(1.05); */
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.1);
}

.pay_farme .pay_top {
  height: calc(100% - 270px);
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
  text-align: center;
}

.Enterprise_flow {
  margin-top: 15px;
}

.Enterprise_flow .pay_farme .pay_top {
  height: calc(100% - 324px);
}

.Enterprise_flow .pay_big_act .pay_top {
  height: calc(100% - 378px);
}

.pay_farme .pay_bottom {
  height: 270px;
  overflow: hidden;
}

.Enterprise_flow .pay_farme .pay_bottom {
  height: 324px;
}

.pay_farme .pay_bottom li {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2a2b32;
}

.pay_farme .pay_bottom li:nth-child(odd) {
  background-color: #fbfbfb;
}

.pay_farme .pay_bottom li .iconfont {
  color: #372796;
  font-size: 20px;
}

.pay_first {
  background-color: transparent;
}

.pay_first .pay_bottom li {
  justify-content: flex-start;
  padding-left: 19px;
}

.pay_farme .pay_pop {
  padding: 6px 16px;
  background-color: #ffbd00;
  border-radius: 6px;
  font-size: 14px;
  color: #2a2b32;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, -50%);
  min-width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  display: none;
}

.Enterprise_flow .pay_farme .pay_pop {
  background-color: #ef187b;
  color: #ffffff;
}

.new_gb_day {
  margin-top: 30px;
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #2a2b32;
}

.pay_money {
  font-family: Poppins-Medium;
  font-size: 20px;
  color: #222525;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.pay_money_top {
  margin-top: 0px;
  margin-bottom: 0px;
}

.pay_big {
  font-size: 40px;
}

.pay_old_flow {
  font-size: 12px;
  color: #909292;
  margin-top: 9px;
}

.pay_total {
  margin-top: 18px;
}

.pay_gb_sel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  gap: 10px;
}

.pay_gb_sel_box .pay_gb_sel {
  width: auto;
  min-width: 104px;
  max-width: 126px;
}

.pay_gb_se_span {
  white-space: nowrap;
}

.pay_gb_sel .lh-select,
.pay_um_sel .lh-select {
  overflow: visible;
}

.pay_gb_sel .lh-select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #dbe3f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(20, 35, 91, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pay_gb_sel .lh-select:hover {
  border-color: #c5d4ee;
  background-color: #fcfdff;
}

.pay_gb_sel .lh-select_k {
  min-height: 44px;
  cursor: pointer;
}

.pay_gb_sel .lh-select_k,
.pay_um_sel .lh-select_k {
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.pay_gb_sel .lh-select-val,
.pay_um_sel .lh-select-val {
  flex: 1;
  width: auto;
  color: #1d2436;
  font-size: 14px;
}

.pay_gb_sel .lh-select_k .iconfont,
.pay_um_sel .lh-select_k .iconfont {
  position: relative;
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  font-size: 0;
  color: #697b8b;
  transition: transform 0.2s ease, color 0.2s ease;
}

.pay_gb_sel .lh-select_k .iconfont::before,
.pay_um_sel .lh-select_k .iconfont::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 1px auto 0;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.pay_gb_sel .lh-select .sel_rot_0 {
  color: #4257e6;
}

.pay_gb_sel .lh-select-op {
  margin: 6px 0 0;
  padding: 6px 0;
  border: 1px solid #dbe3f2;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(20, 35, 91, 0.14);
  max-height: 220px;
  overflow-y: auto;
  z-index: 35;
}

.pay_gb_sel .lh-select-op li {
  margin-bottom: 0;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
  color: #1d2436;
  font-size: 14px;
}

.pay_gb_sel .lh-select-op li:hover {
  background: #f5f8ff;
}

.pay_gb_sel .lh-select-op .op_a {
  color: #2949d0;
  background: #eef3ff;
  font-family: Poppins-Medium;
}

.pay_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 45px;
  background-color: #ffbd00;
  border-radius: 8px;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #1a1a1a;
  position: absolute;
  left: 10%;
  bottom: 23px;
}

.pay_big_act {
  height: 666px;
  top: 54px;
  box-shadow: 0px 0px 17px 1px rgba(144, 144, 144, 0.11);
  border-radius: 8px;
}

.pay_act .pay_pop {
  display: flex;
}

.pay_big_act .pay_top {
  height: calc(100% - 324px);
}

.pay_big_act .pay_bottom {
  height: 324px;
}

.pay_farme .pay_bottom .pay_li_big {
  display: none;
}

.pay_big_act .pay_bottom .pay_li_big {
  display: flex;
}

.pay_big_act .new_gb_day {
  margin-top: 35px;
  font-size: 26px;
}

.pay_big_act .pay_money {
  font-size: 20px;
  margin-top: 21px;
}

.pay_big_act .pay_bottom li:nth-child(odd) {
  background-color: #fbfbfb;
}

.pay_big_act .pay_big {
  font-size: 40px;
}

.pay_big_act .pay_old_flow {
  /* font-size: 12px;
  color: #909292; */
  margin-top: 20px;
}

.pay_big_act .pay_total {
  margin-top: 18px;
}

.pay_day {
  font-size: 12px;
  margin-top: 24px;
  color: #ffffff;
  opacity: 0.6;
}

.Enterprise_flow .pay_farme {
  height: 580px;
}

.Enterprise_flow .pay_big_act {
  height: 666px;
}

/* ========================== */

.pay_m_item_act {
  position: relative;
}

.pay_m_item_act .pay_pop {
  display: none;
}

/* .pay_m_item_act .pay_btn {
  background-color: #43d487;
  color: #ffffff;
}

.pay_m_item_act_1 .pay_btn {
  background-color: #43d487;
}

.pay_m_item_act_2 .pay_btn {
  background-color: #f1666c;
}

.pay_m_item_act_3 .pay_btn {
  background-color: #469ffa;
} */

.pay_show_img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.pay_m_item_act .pay_show_img {
  display: none;
}

.pay_show_img .pay_show_txt {
  font-size: 20px;
  color: #ffffff;
  fill: white;
  font-weight: bold;
}

.pay_txt_stroke {
  stroke: #43d487;
  stroke-width: 11px;
  paint-order: stroke;
  stroke-linejoin: round;
}

.pay_m_item_act_1 .pay_txt_stroke {
  stroke: #43d487;
}

.pay_m_item_act_2 .pay_txt_stroke {
  stroke: #f1666c;
}

.pay_m_item_act_3 .pay_txt_stroke {
  stroke: #469ffa;
}

.pay_pointer_img {
  max-width: 100vw;
  max-height: 100vh;
  background: none;
  background-size: contain;
  height: 600px;
  width: 980px;
  position: absolute;
  left: calc(280% - 980px);
  bottom: -300px;
  opacity: 0;
  display: none;
  cursor: pointer;
}

/* .pay_m_item_act .pay_pointer_img {
  display: block;
} */

/* pay_pointer_img_show  */

.pay_m_item_act .pay_btn {
  z-index: 3;
}

.pay_m_item_act .pay_btn:hover + .pay_pointer_img {
  opacity: 1;
  display: block;
  animation: showpay_img 2.2s;
  animation-fill-mode: forwards;
}

/* ====================================== */

.pay_kuang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pay_kuang .pay_e_icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ebeff8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.pay_farme .pay_bottom li .pay_kuang .pay_e_icon .iconfont {
  color: #a7aec3;
  font-size: 12px;
}

.pay_kuang .pay_e_icon:hover {
  background-color: #dfe7f6;
  transform: translateY(-1px);
}

.pay_c_num {
  margin: 0;
  padding: 0;
  min-width: 82px;
  border-bottom: 0;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
}

.Enterprise_flow .pay_farme_vc .pay_bottom {
  height: 378px;
}

.Enterprise_flow .pay_farme_vc .pay_bottom .pay_li_bg {
  display: none !important;
}

.Enterprise_flow .pay_farme_vc .pay_bottom .pay_li_bg p {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.Enterprise_flow .pay_farme_vc .pay_bottom .pay_li_bg span {
  width: 84%;
  font-size: 14px;
  color: #4352d0;
  text-align: center;
}

.Enterprise_flow .pay_farme_vc .pay_bottom .pay_li_bg .iconfont {
  font-size: 14px;
  color: #ffdd67;
  margin-top: 5px;
  margin-right: 6px;
}

@keyframes showpay_img {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/* ============pricing page=============== */

.pricing_pay .pricing_href .pricing_href_a {
  color: #ffffff;
}

.pricing_pay .switch_type {
  background-color: #191d41;
}
.pricing_pay .switch_type button {
  color: #fefefe;
}
.pricing_pay .switch_type .switch_click {
  background-color: #2738c9;
  color: #ffffff;
}

.pricing_pay .pricing_ul li {
  color: #ffffff;
}

.pay_box .pay_farme .pay_pop {
  background-color: #4ba124;
  color: #ffffff;
  width: max-content;
  min-height: 36px;
  padding: 8px 18px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pay_box .pay_farme .pay_pop .pay_pop_img {
  display: none !important;
}

.pay_box .pay_farme .pay_pop span {
  display: block;
  width: 100%;
  line-height: 1.25;
  white-space: normal;
  text-align: center;
}

.pay_box .pay_act_first .pay_pop {
  background-image:
    linear-gradient(90deg, #fdecdb 0%, #ffd7b1 100%), linear-gradient(#1c2157, #1c2157);
  background-blend-mode: normal, normal;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  font-size: 14px;
  color: #1c2157;
}

.pay_box .pay_big_act .pay_pop {
  background-image:
    linear-gradient(90deg, #ffc54e 0%, #ff9702 100%), linear-gradient(#f73a11, #f73a11);
  background-blend-mode: normal, normal;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}

.pay_box .pay_act_last .pay_pop {
  background-image:
    linear-gradient(90deg, #fdecdb 0%, #ffd7b1 100%), linear-gradient(#1b2157, #1b2157);
  background-blend-mode: normal, normal;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  color: #1b2157;
}

.pay_box .Enterprise_flow .pay_farme .pay_pop {
  background-color: #ef187b;
}

.pricing_pay .pay_farme {
  background-color: #202979;
}

.pricing_pay .pay_first {
  background-color: transparent;
}

.pricing_pay .pay_farme:first-child .pay_bottom {
  background-color: #202979;
}

.pricing_pay .new_gb_day {
  color: #ffffff;
}

.pricing_pay .pay_money {
  color: #ffffff;
}

.pricing_pay .pay_old_flow {
  color: #ffffff;
  opacity: 0.6;
}

.pricing_pay .pay_gb_sel_box {
  color: #ffffff;
}

.pricing_pay .pay_gb_sel_box .lh-select-val {
  color: #ffffff;
}

.pricing_pay .pay_gb_sel .lh-select {
  background-color: #1a2271;
  border: none;
}

.pricing_pay .pay_farme .pay_bottom li {
  color: #ffffff;
}

.pricing_pay .pay_farme .pay_bottom li:nth-child(odd) {
  background-color: #222c87;
}

.pricing_pay .pay_farme .pay_bottom li .iconfont {
  color: #1ee4ac;
}

.pricing_pay .pay_big_act .pay_bottom li:nth-child(odd) {
  background-color: #232e8f;
}

.pricing_pay .pay_big_act {
  background-color: #232e8f;
}

.pricing_pay .pay_kuang .pay_e_icon {
  background-color: #2b38ab;
}

.pricing_pay .pay_farme .pay_bottom li .pay_kuang .pay_e_icon .iconfont {
  color: #a7aec3;
}

.pricing_pay .pay_c_num {
  border-bottom: 1px solid #2b38ab;
}

.pricing_pay .we_space_box {
  background-color: #1f214e;
}

.pricing_pay .we_space_box span {
  color: #fefeff;
}

.pricing_pay .we_space_note {
  color: rgba(255, 255, 255, 0.78);
}

.pricing_pay .pay_Purchase {
  color: #ffffff;
}

@media only screen and (max-width: 1150px) {
  #pay_box {
    overflow: visible;
  }

  .pay_box {
    justify-content: center;
    min-width: 0;
    padding: 0;
  }

  .pay_first {
    display: none;
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li,
  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li {
    justify-content: space-between;
    padding: 0 14px;
    gap: 10px;
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li::before,
  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li::before {
    font-size: 13px;
    line-height: 1.2;
    color: #5b6476;
    font-family: "Poppins-Medium";
    text-align: left;
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(1)::before {
    content: "Traffic";
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(2)::before {
    content: "Sub-Accounts";
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(3)::before {
    content: "HTTP/s & Socks5";
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(4)::before {
    content: "Free geo-targeting";
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(5)::before {
    content: "24/7 Support";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(1)::before {
    content: "Traffic";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(2)::before {
    content: "Days";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(3)::before {
    content: "Concurrent sessions";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(4)::before {
    content: "Country level targeting";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(5)::before {
    content: "24/7 support";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li:nth-child(6)::before {
    content: "Dedicated Account Manager";
  }

  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom .pay_li_bg::before,
  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom .pay_li_big::before {
    content: "";
  }

  .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li .iconfont,
  .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li .iconfont {
    margin-left: auto;
  }

  .pricing_pay .Residential_flow .pay_farme:not(.pay_first) .pay_bottom li::before,
  .pricing_pay .Enterprise_flow .pay_farme:not(.pay_first) .pay_bottom li::before {
    color: rgba(255, 255, 255, 0.86);
  }
}
@media only screen and (max-width: 860px) {
  #pay_box {
    overflow: visible;
  }

  .pay_box {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    min-width: 0;
    padding: 0;
    justify-content: center;
  }

  .pay_big_act {
    top: 0;
  }

  .pricing_ul li {
    font-size: 12px;
    margin-right: 8px;
  }

  .pay_farme {
    width: 70%;
    margin-bottom: 40px;
  }

  .pay_farme_vc {
    margin-bottom: 80px;
  }

  .pay_h {
    width: auto;
  }
}

@media only screen and (max-width: 700px) {
  .pay_farme {
    width: 96%;
  }

  .pricing_ul {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .we_space_box {
    width: 95%;
    height: auto;
    flex-direction: column;
    padding: 20px 0;
    margin-top: 30px;
  }

  .we_space_flex {
    margin-top: 20px;
  }
}

/* ===== Unified payment notice block (no JS) ===== */
#pay_box > div.we_space_box {
  width: min(100%, 900px);
  min-height: 64px;
  margin: 48px auto 0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #e2e9f5;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 10px 28px rgba(22, 45, 90, 0.08);
}

#pay_box > div.we_space_box > span {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.35;
  color: #22334d;
}

#pay_box > div.we_space_box .we_space_flex {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#pay_box > div.we_space_box .we_space_note {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #5f718a;
  text-align: right;
}

#pay_box > p.pay_Purchase {
  width: min(100%, 900px);
  margin: 14px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #5f718a;
}

.pricing_pay #pay_box > div.we_space_box {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: none;
}

.pricing_pay #pay_box > div.we_space_box > span {
  color: #ffffff;
}

.pricing_pay #pay_box > div.we_space_box .we_space_note,
.pricing_pay #pay_box > p.pay_Purchase {
  color: rgba(255, 255, 255, 0.82);
}

@media only screen and (max-width: 860px) {
  #pay_box > div.we_space_box {
    margin-top: 34px;
    padding: 14px 16px;
  }
}

@media only screen and (max-width: 640px) {
  #pay_box > div.we_space_box {
    flex-direction: column;
    align-items: flex-start;
    min-height: 0;
    gap: 10px;
  }

  #pay_box > div.we_space_box .we_space_flex {
    width: 100%;
    justify-content: flex-start;
  }

  #pay_box > div.we_space_box .we_space_note {
    text-align: left;
  }
}

/* ===== Rotating pricing layout (cards only) ===== */
#pay_box .switch_box {
  display: none !important;
}

#pay_box .xi0-plan-title {
  width: min(1180px, 100%);
  margin: 28px auto 8px;
  font-family: Poppins-Medium;
  font-size: 22px;
  line-height: 1.25;
  color: #20264a;
  text-align: left;
}

#pay_box .xi0-plan-title-enterprise {
  margin-top: 36px;
}

#pay_box .pay_box.xi0-rotating-cards {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  align-items: stretch;
}

#pay_box .pay_box.xi0-rotating-cards .pay_first,
#pay_box .pay_box.xi0-rotating-cards .pay_bottom,
#pay_box .pay_box.xi0-rotating-cards .pay_old_flow {
  display: none !important;
}

#pay_box .pay_box.xi0-rotating-cards .pay_pop {
  display: none !important;
}

#pay_box .pay_box.xi0-rotating-cards .pay_farme {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 520px;
  margin: 0;
  border: 1px solid #e5ebf6;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(24, 39, 75, 0.08);
  overflow: hidden;
}

#pay_box .pay_box.xi0-rotating-cards .pay_farme_h:hover {
  box-shadow: 0 16px 30px rgba(24, 39, 75, 0.12);
  transform: translateY(-3px);
}

#pay_box .pay_box.xi0-rotating-cards .pay_farme .pay_top {
  height: auto;
  min-height: 520px;
  padding: 24px 18px 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

#pay_box .pay_box.xi0-rotating-cards .pay_big_act,
#pay_box .pay_box.xi0-rotating-cards .Enterprise_flow .pay_big_act {
  height: auto;
  top: 0;
}

#pay_box .pay_box.xi0-rotating-cards .new_gb_day {
  margin-top: 12px;
}

#pay_box .pay_box.xi0-rotating-cards .pay_total {
  margin-top: 8px;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-traffic {
  width: 100%;
  margin-top: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f5f8ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-traffic span {
  font-size: 13px;
  color: #5e6f86;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-traffic strong {
  font-size: 15px;
  color: #1f2d43;
  text-align: right;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-days {
  width: 100%;
  margin-top: -2px;
  font-size: 13px;
  line-height: 1.4;
  color: #5e6f86;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-rot-features {
  width: 100%;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-rot-features li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: #31445d;
  text-align: left;
}

#pay_box .pay_box.xi0-rotating-cards .xi0-rot-features .iconfont {
  margin-top: 1px;
  color: #3f61e8;
  font-size: 14px;
}

#pay_box .pay_box.xi0-rotating-cards .pay_li_bg {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #edf2fb;
  padding-top: 10px;
}

#pay_box .pay_box.xi0-rotating-cards .pay_li_bg p {
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}

#pay_box .pay_box.xi0-rotating-cards .pay_li_bg .iconfont {
  font-size: 13px;
  color: #ffbf1f;
  margin-top: 2px;
}

#pay_box .pay_box.xi0-rotating-cards .pay_li_bg span {
  font-size: 12px;
  line-height: 1.4;
  color: #667a96;
  text-align: left;
}

#pay_box .pay_box.xi0-rotating-cards .pay_btn {
  position: absolute;
  left: 18px;
  width: calc(100% - 36px);
  bottom: 22px;
}

.pricing_pay #pay_box .xi0-plan-title {
  color: #ffffff;
}

.pricing_pay #pay_box .pay_box.xi0-rotating-cards .pay_farme {
  background: #1f2a7d;
  border-color: #3342a1;
  box-shadow: none;
}

.pricing_pay #pay_box .pay_box.xi0-rotating-cards .new_gb_day,
.pricing_pay #pay_box .pay_box.xi0-rotating-cards .pay_money,
.pricing_pay #pay_box .pay_box.xi0-rotating-cards .xi0-traffic strong,
.pricing_pay #pay_box .pay_box.xi0-rotating-cards .xi0-rot-features li {
  color: #ffffff;
}

.pricing_pay #pay_box .pay_box.xi0-rotating-cards .xi0-traffic {
  background: #27368e;
}

.pricing_pay #pay_box .pay_box.xi0-rotating-cards .xi0-traffic span,
.pricing_pay #pay_box .pay_box.xi0-rotating-cards .xi0-days,
.pricing_pay #pay_box .pay_box.xi0-rotating-cards .pay_li_bg span {
  color: rgba(255, 255, 255, 0.82);
}

.pricing_pay #pay_box .pay_box.xi0-rotating-cards .pay_li_bg {
  border-color: rgba(255, 255, 255, 0.12);
}

@media only screen and (max-width: 980px) {
  #pay_box .pay_box.xi0-rotating-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 700px) {
  #pay_box .pay_box.xi0-rotating-cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #pay_box .xi0-plan-title {
    margin-top: 22px;
    font-size: 20px;
  }

  #pay_box .pay_box.xi0-rotating-cards .pay_farme .pay_top {
    min-height: 0;
    padding: 20px 14px 82px;
  }
}

/* ===== Unified payment notice block (crypto logos) ===== */
#pay_box > div.we_space_box {
  width: min(100%, 900px);
  min-height: 64px;
  height: auto;
  margin: 48px auto 0;
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border: 1px solid #e2e9f5;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 10px 28px rgba(22, 45, 90, 0.08);
}

#pay_box > div.we_space_box > span {
  font-family: Poppins-Medium;
  font-size: 16px;
  line-height: 1.35;
  color: #22334d;
  text-align: center;
}

#pay_box > div.we_space_box .we_space_flex {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#pay_box > div.we_space_box .xi0-crypto-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 760px;
}

#pay_box > div.we_space_box .xi0-crypto-logo {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid #dbe4f2;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(14, 33, 73, 0.12);
  object-fit: contain;
  padding: 2px;
}

#pay_box > div.we_space_box .we_space_note {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #5f718a;
  text-align: right;
}

#pay_box > p.pay_Purchase {
  width: min(100%, 900px);
  margin: 14px auto 0;
  padding: 0 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #5f718a;
}

.pricing_pay #pay_box > div.we_space_box {
  border-color: rgba(255, 255, 255, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: none;
}

.pricing_pay #pay_box > div.we_space_box > span {
  color: #ffffff;
}

.pricing_pay #pay_box > div.we_space_box .we_space_note,
.pricing_pay #pay_box > p.pay_Purchase {
  color: rgba(255, 255, 255, 0.82);
}

@media only screen and (max-width: 860px) {
  #pay_box > div.we_space_box {
    margin-top: 34px;
    padding: 14px 16px;
  }
}

@media only screen and (max-width: 640px) {
  #pay_box > div.we_space_box {
    align-items: center;
    min-height: 0;
    gap: 10px;
    text-align: center;
  }

  #pay_box > div.we_space_box .we_space_flex {
    justify-content: center;
  }

  #pay_box > div.we_space_box .xi0-crypto-logos {
    max-width: none;
    justify-content: center;
  }

  #pay_box > div.we_space_box .we_space_note {
    text-align: center;
  }
}
