.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;
}

/* =============================== */
.pricing_all {
  padding-top: 200px;
}

.pricing_ul {
  width: min(100%, 980px);
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.pricing_ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #e2e6ef;
  background: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #1a1a1a;
  text-align: center;
}

.pricing_ul li .iconfont {
  margin-right: 8px;
  color: #307ae8;
  font-size: 14px;
}

#pay_box .pricing_ul {
  width: min(100%, 980px);
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

#pay_box .pricing_ul li {
  justify-content: center;
  text-align: center;
}

.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;
}
/* ================================ */

.Residential_static {
  width: 1280px;
  margin: 0 auto;
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Residential_static div,
.Residential_static input,
.Residential_static p,
.Residential_static button {
  box-sizing: border-box;
}

.static_list {
  width: calc(100% - 420px);
  padding: 30px 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 9px 0px rgba(98, 119, 247, 0.04);
  border-radius: 8px;
  border: solid 1px #e2e6ef;
}

.Region_list_title {
  font-size: 18px;
  font-weight: bold;
  height: 38px;
  color: #0f1524;
  border-bottom: dashed 1px #e2e6ef;
}

.Region_list_title div {
  display: inline-block;
  height: 38px;
  background: no-repeat;
  background-image: linear-gradient(to bottom, #ffbd00, #ffbd00);
  background-size: auto 3px;
  background-position: 0 35px;
}

.Region_list_Duration {
  display: flex;
  align-items: flex-start;
  margin-top: 36px;
  /* min-height: 90px; */
}
.Region_list_day {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.Region_list_Duration .Region_list_txt {
  font-size: 16px;
  color: #0f1524;
  margin-right: 16px;
  margin-top: 6px;
  min-width: 80px;
}

.Region_list_Duration button {
  min-width: 120px;
  padding: 0 10px;
  height: 40px;
  border-radius: 6px;
  font-size: 14px;
  color: #6d7c90;
  background-color: #ffffff;
  border: solid 1px #e2e6ef;
}

.Region_list_Duration .Region_list_time_click {
  background-color: #ffbd00;
  border: solid 1px #ffbd00;
  color: #222525;
}

.Region_list_box {
  margin-top: 40px;
}

.Region_list_address {
  margin-bottom: 20px;
  font-size: 18px;
  color: #202979;
  font-family: "Poppins-Medium";
}

.Region_list_farme {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.Region_list_item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 17px;
  cursor: pointer;
  min-height: 64px;
  background-color: #ffffff;
  box-shadow: 0px 10px 9px 0px rgba(98, 119, 247, 0.04);
  border: solid 1px #e2e6ef;
}

.Region_list_item .Region_list_flag {
  width: 34px;
  height: 24px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #d7dfed;
  background-color: #ffffff;
  margin-right: 14px;
}

.Region_list_left p:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #2a2b32;
}

.Region_list_left .Region_list_price {
  font-size: 14px;
  color: #6d7c90;
  margin-top: 4px;
}

.Region_list_num {
  display: none;
  align-items: center;
  justify-content: center;
  height: 36px;
  background-color: transparent;
  border-radius: 6px;
  width: calc(100% - 65px);
  overflow: hidden;
}

.Region_list_item:hover .Region_list_num {
  display: flex;
}

.Region_list_item:hover .Region_list_left {
  display: none;
}

.Region_list_input {
  width: calc(100% - 70px);
  height: 100%;
  border: none;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
}

.Region_list_edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  color: #1a1a1a;
  background-color: #f8f7f7;
}

.Region_list_edit .iconfont {
  user-select: none;
}

.Region_list_edit:hover {
  background-color: #ffbd00;
  color: #1a1a1a;
}

.Region_list_item_click {
  box-shadow: 0px 10px 9px 0px rgba(98, 119, 247, 0.04);
  border: solid 1px #ffbd00;
}

.Region_list_item_click .Region_list_num {
  display: flex;
}

.Region_list_item_click .Region_list_left {
  display: none;
}

.static_order {
  width: 400px;
  padding: 30px 24px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0px 10px 9px 0px rgba(98, 119, 247, 0.04);
  border: solid 1px #e2e6ef;
}

.static_order_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.static_order_item:first-child {
  margin-top: 0;
}

.static_order .Region_list_num {
  display: flex;
  width: 110px;
}

.static_order_item .static_order_left i {
  margin-right: 10px;
  cursor: pointer;
  color: #b4b4b4;
  font-size: 17px;
}

.static_order_item .static_order_left span:nth-child(2) {
  font-size: 16px;
  color: #0f1524;
  margin-right: 16px;
}

.static_order_item .static_order_left span:last-child {
  font-size: 16px;
  color: #f26c5e;
}

.static_order_farme {
  padding-bottom: 12px;
  min-height: 120px;
  max-height: 320px;
  overflow-y: auto;
}

.static_order_farme.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #d5ddef;
  border-radius: 10px;
  padding: 20px 14px;
  background: #fafbff;
}

.static_order_empty {
  font-size: 14px;
  line-height: 1.5;
  color: #6d7c90;
  text-align: center;
  margin: 6px 0;
}

.static_order_empty_block {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 16px 20px;
  border: 1px dashed #d5ddef;
  border-radius: 10px;
  background: #fafbff;
}

.static_order_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.static_order_info p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #e2e6ef;
  border-radius: 8px;
  background: #f7f9ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.static_order_txt {
  font-size: 14px;
  font-weight: 500;
  color: #6d7c90;
  margin-right: 0;
}

.static_order_info p span:last-child {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.static_order_money {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #e2e6ef;
  border-radius: 10px;
  background: #fff9ec;
}

.static_order_money .static_order_txt {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 500;
}

.static_all_money {
  font-size: 28px;
  font-weight: 700;
  color: #f26c5e;
}

.static_order_button {
  margin-top: 15px;
  width: 100%;
  height: 48px;
  background-color: #febe04;
  font-size: 16px;
  border-radius: 8px;
  color: #000000;
}

.static_order_button .iconfont {
  margin-right: 10px;
  font-size: 24px;
}

@media only screen and (max-width: 1300px) {
  .Residential_static {
    width: 98%;
  }
}
@media only screen and (max-width: 1200px) {
  .Region_list_day {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .Region_list_Duration button {
    margin-right: 0;
  }
  .pricing_ul,
  #pay_box .pricing_ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1170px) {
  .Residential_static {
    flex-direction: row;
  }
  .Region_list_farme {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 1030px) {
  .Region_list_day {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 950px) {
  .Residential_static {
    flex-direction: column;
  }

  .static_list {
    width: 100%;
  }

  .Region_list_day {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .Region_list_farme {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .static_order {
    margin-top: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .Region_list_day {
    grid-template-columns: 1fr 1fr;
  }
  .Region_list_farme {
    grid-template-columns: 1fr 1fr;
  }

  .pay_h {
    width: auto;
  }
}

@media only screen and (max-width: 530px) {
  .Region_list_farme {
    grid-template-columns: 1fr;
  }

  .static_order_info {
    grid-template-columns: 1fr;
  }

  .static_all_money {
    font-size: 24px;
  }
}

@media only screen and (max-width: 450px) {
  .Region_list_day {
    grid-template-columns: 1fr 1fr;
  }

  .Region_list_Duration {
    display: block;
  }

  .Region_list_Duration .Region_list_txt {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .pricing_ul,
  #pay_box .pricing_ul {
    grid-template-columns: 1fr;
  }
}

@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;
  }
}

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

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

.pricing_pay .pricing_ul li {
  color: #ffffff;
  border-color: rgba(146, 157, 246, 0.55);
  background: rgba(48, 62, 182, 0.35);
}

.pricing_pay .pricing_ul li .iconfont {
  color: #8ad1ff;
}

.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;
}

.pricing_pay .static_list {
  background-color: #202979;
  border: none;
}

.pricing_pay .Region_list_title {
  color: #fefefe;
  border-bottom: dashed 1px #313a8f;
}

.pricing_pay .Region_list_Duration .Region_list_txt {
  color: #ffffff;
}

.pricing_pay .Region_list_Duration button {
  border: solid 1px #7278aa;
  color: #ffffff;
  background-color: transparent;
}

.pricing_pay .Region_list_Duration .Region_list_time_click {
  background-color: #ffbd00;
  border: solid 1px #ffbd00;
  color: #222525;
}

.pricing_pay .Region_list_item {
  background-color: #232e8f;
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.1);
  border: none;
}

.pricing_pay .Region_list_left p:first-child {
  color: #ffffff;
}

.pricing_pay .Region_list_left .Region_list_price {
  color: #ffffff;
}

.pricing_pay .Region_list_input {
  background-color: transparent;
  color: #ffffff;
}

.pricing_pay .Region_list_edit {
  color: #ffffff;
  background-color: #303eb6;
}

.pricing_pay .Region_list_item_click {
  border: solid 1px #7278aa;
  box-shadow: 0;
}

.pricing_pay .static_order {
  background-color: #232e8f;
  box-shadow: none;
  border: none;
}

.pricing_pay .static_order_farme.is-empty {
  border-color: rgba(146, 157, 246, 0.55);
  background: rgba(16, 25, 89, 0.85);
}

.pricing_pay .static_order_info p {
  border-color: rgba(146, 157, 246, 0.55);
  background: rgba(48, 62, 182, 0.35);
}

.pricing_pay .static_order_empty,
.pricing_pay .static_order_empty_block {
  color: #bcc5ff;
}

.pricing_pay .static_order_item .static_order_left span:nth-child(2) {
  color: #ffffff;
}

.pricing_pay .static_order_item .static_order_left span:last-child {
  color: #ffffff;
}

.pricing_pay .static_order_txt {
  color: #9da5f1;
}

.pricing_pay .static_order_info p span:last-child {
  color: #ffffff;
}

.pricing_pay .static_order_money {
  border-color: rgba(146, 157, 246, 0.55);
  background: rgba(16, 25, 89, 0.85);
}

.pricing_pay .static_order_money .static_order_txt {
  color: #ffffff;
}

.pricing_pay .static_all_money {
  color: #ffffff;
}

/* ===== 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;
  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;
  }
}
