.sellbgp-jp-preview {
  margin: 0;
  background: #f7fbff;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: #07143d;
}

.sellbgp-jp-cloud-block,
.sellbgp-jp-cloud-block * {
  box-sizing: border-box;
}

.sellbgp-jp-cloud-block {
  --jp-blue: #075bec;
  --jp-blue-2: #1d76ff;
  --jp-dark: #07143d;
  --jp-text: #111827;
  --jp-muted: #344054;
  --jp-border: #c7d9ff;
  --jp-soft: #eff6ff;
  --jp-shadow: 0 18px 42px rgba(7, 91, 236, 0.08);
  width: 100%;

  color: var(--jp-dark);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

.sellbgp-jp-wrap {
  width: min(100%, 1580px);
  margin: 0 auto;
}

.sellbgp-jp-header {
  margin: 0 0 10px;
  text-align: center;
}

.sellbgp-jp-header h2,
.sellbgp-jp-section-title {
    margin: 0;
    color: var(--jp-dark);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0;
}

.sellbgp-jp-header p {
  margin: 8px 0 0;
  color: #25335f;
  font-size: 15px;
  line-height: 1.45;
}

.sellbgp-jp-plans {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  width: min(100%, 1320px);
  margin: 0 auto 14px;
  align-items: stretch;
}

.sellbgp-jp-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 292px;
  padding: 20px 28px 18px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--jp-shadow);
}

.sellbgp-jp-plan[data-featured="true"] {
  border: 2px solid var(--jp-blue);
  height: 100%;
  box-shadow: 0 18px 44px rgba(7, 91, 236, 0.14);
}

.sellbgp-jp-badge {
  position: absolute;
  top: -19px;
  right: 28px;
  min-width: 74px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(90deg, #075bec, #1d76ff);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.sellbgp-jp-plan h3 {
  margin: 0;
  color: var(--jp-dark);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.sellbgp-jp-plan-sub {
  min-height: 36px;
  margin: 8px 0 14px;
  color: #25335f;
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}

.sellbgp-jp-specs {
  display: grid;
  gap: 6px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
  color: #000000;
  font-size: 14px;
  line-height: 1.25;
}

.sellbgp-jp-plan[data-custom="true"] .sellbgp-jp-specs {
  gap: 7px;
  padding-top: 4px;
}

.sellbgp-jp-price {
  margin: auto 0 12px;
  color: var(--jp-blue);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.sellbgp-jp-price small {
  color: var(--jp-blue);
  font-size: 15px;
  font-weight: 800;
}

.sellbgp-jp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  width: 100%;
  padding: 7px 14px;
  border: 1px solid var(--jp-blue);
  border-radius: 4px;
  color: var(--jp-blue);
  background: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.sellbgp-jp-plan[data-featured="true"] .sellbgp-jp-btn,
.sellbgp-jp-plan:not(:first-child) .sellbgp-jp-btn {
  color: #075bec;
 
}

.sellbgp-jp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(7, 91, 236, 0.15);
}

.sellbgp-jp-support {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 auto 12px;
  color: #07143d;
  font-size: 14px;
  line-height: 1.35;
}

.sellbgp-jp-support strong {
  font-weight: 700;
}

.sellbgp-jp-support span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.sellbgp-jp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--jp-blue);
  flex: 0 0 auto;
}

.sellbgp-jp-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.sellbgp-jp-support .sellbgp-jp-icon {
  width: 18px;
  height: 18px;
}

.sellbgp-jp-panel {
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--jp-shadow);
}

.sellbgp-jp-scenarios {
  padding: 14px 42px 10px;
  margin-bottom: 12px;
}

.sellbgp-jp-section-title {
  text-align: center;
  margin-bottom: 12px;
}

.sellbgp-jp-scenario-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
}

.sellbgp-jp-scenario-card {
  min-height: 110px;
  padding: 14px 22px 12px;
  border: 1px solid var(--jp-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.sellbgp-jp-scenario-card .sellbgp-jp-icon {
  width: 55px;
  height: 55px;
  margin: 0 auto 4px;
}

.sellbgp-jp-scenario-card h3 {
  margin: 0 0 6px;
  color: var(--jp-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.sellbgp-jp-scenario-card p {
  margin: 0;
  color: #111827;
  font-size: 14px;
  line-height: 1.45;
}

.sellbgp-jp-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.75fr);
  gap: 14px;
  margin-bottom: 8px;
}

.sellbgp-jp-network,
.sellbgp-jp-reasons {
  min-height: 270px;
  padding: 15px 32px 18px;
}

.sellbgp-jp-panel-title {
  margin: 0 0 14px;
  color: var(--jp-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
}

.sellbgp-jp-network-body {
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(430px, 1fr);
  gap: 20px;
  align-items: center;
}

.sellbgp-jp-feature-list,
.sellbgp-jp-reason-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sellbgp-jp-feature-list li,
.sellbgp-jp-reason-list li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.sellbgp-jp-feature-list .sellbgp-jp-icon,
.sellbgp-jp-reason-list .sellbgp-jp-icon {
  width: 25px;
  height: 25px;
  margin-top: 2px;
}

.sellbgp-jp-feature-list h3,
.sellbgp-jp-reason-list h3 {
  margin: 0;
  color: var(--jp-dark);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.sellbgp-jp-feature-list p,
.sellbgp-jp-reason-list p {
  margin: 4px 0 0;
  color: #25335f;
  font-size: 14px;
  line-height: 1.45;
}

.sellbgp-jp-map {
  position: relative;
  min-height: 216px;
  border-radius: 8px;
  overflow: hidden;
}

.sellbgp-jp-map svg {
  display: block;
  width: 100%;
  height: 230px;
}

.sellbgp-jp-map-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 5px 11px;
  border-radius: 999px;
  color: var(--jp-dark);
  background: #ffffff;
  box-shadow: 0 7px 20px rgba(7, 91, 236, 0.13);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.sellbgp-jp-map-label.mainland {
  left: 27%;
  top: 22%;
}

.sellbgp-jp-map-label.usa {
  right: 10%;
  top: 25%;
}

.sellbgp-jp-map-label.sea {
  left: 35%;
  bottom: 17%;
}

.sellbgp-jp-map-label.au {
  right: 7%;
  bottom: 10%;
}

.sellbgp-jp-map-pin {
  position: absolute;
  left: 52%;
  top: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--jp-blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.sellbgp-jp-map-pin .pin-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 4px;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, #1d76ff, #075bec);
  box-shadow: 0 8px 20px rgba(7, 91, 236, 0.25);
}

.sellbgp-jp-map-pin svg {
  width: 24px;
  height: 24px;
}

.sellbgp-jp-legend {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: -4px;
  color: #25335f;
  font-size: 13px;
  line-height: 1.2;
}

.sellbgp-jp-legend span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sellbgp-jp-legend i {
  width: 25px;
  border-top: 2px dashed var(--jp-blue);
}

.sellbgp-jp-legend .bgp i {
  border-top-style: dashed;
  opacity: 0.65;
}

.sellbgp-jp-compare {
  padding: 0 42px 10px;
}

.sellbgp-jp-compare .sellbgp-jp-section-title {
  margin-bottom: 4px;
}

.sellbgp-jp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--jp-border);
  border-radius: 7px;
  background: #ffffff;
}

.sellbgp-jp-compare-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  color: var(--jp-dark);
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.sellbgp-jp-compare-table th,
.sellbgp-jp-compare-table td {
  padding: 4px 12px;
  border: 1px solid #d6e2ff;
}

.sellbgp-jp-compare-table th {
  background: #eef2f8;
  font-weight: 900;
}

.sellbgp-jp-compare-table th:nth-child(2) {
  color: #ffffff;
  background: linear-gradient(90deg, #075bec, #034bdd);
  border-color: var(--jp-blue);
}

.sellbgp-jp-compare-table td:nth-child(2) {
  color: var(--jp-blue);
  border-left-color: var(--jp-blue);
  border-right-color: var(--jp-blue);
  font-weight: 800;
}

.sellbgp-jp-compare-table tr:last-child td:nth-child(2) {
  border-bottom-color: var(--jp-blue);
}

@media (max-width: 1280px) {
  .sellbgp-jp-plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sellbgp-jp-scenario-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sellbgp-jp-info-grid {
    grid-template-columns: 1fr;
  }

  .sellbgp-jp-network-body {
    grid-template-columns: minmax(280px, 0.75fr) minmax(380px, 1fr);
  }
}

@media (max-width: 900px) {
  .sellbgp-jp-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .sellbgp-jp-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sellbgp-jp-scenarios,
  .sellbgp-jp-compare {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sellbgp-jp-network-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .sellbgp-jp-cloud-block {
    padding: 14px 12px 24px;
  }

  .sellbgp-jp-header h2,
  .sellbgp-jp-section-title,
  .sellbgp-jp-panel-title {
    font-size: 24px;
  }

  .sellbgp-jp-plans,
  .sellbgp-jp-scenario-grid {
    grid-template-columns: 1fr;
  }

  .sellbgp-jp-plan {
    min-height: auto;
    padding: 20px 22px 18px;
  }

  .sellbgp-jp-support {
    justify-content: flex-start;
    gap: 12px 18px;
    padding-left: 4px;
  }

  .sellbgp-jp-scenarios,
  .sellbgp-jp-network,
  .sellbgp-jp-reasons,
  .sellbgp-jp-compare {
    padding: 16px;
  }

  .sellbgp-jp-scenario-card {
    min-height: auto;
  }

  .sellbgp-jp-map {
    min-height: 250px;
  }

  .sellbgp-jp-map svg {
    height: 250px;
  }

  .sellbgp-jp-map-label {
    min-width: 64px;
    font-size: 12px;
  }

  .sellbgp-jp-map-label.mainland {
    left: 8%;
    top: 18%;
  }

  .sellbgp-jp-map-label.usa {
    right: 4%;
    top: 22%;
  }

  .sellbgp-jp-map-label.sea {
    left: 12%;
    bottom: 18%;
  }

  .sellbgp-jp-map-label.au {
    right: 4%;
    bottom: 14%;
  }

  .sellbgp-jp-map-pin {
    left: 50%;
  }

  .sellbgp-jp-legend {
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}
