.light-cloud-page {
  min-height: 100vh;
  background: #f4f6fb;
  color: #20283a;
}

.light-cloud-hero {
  height: 420px;
  padding-top: 60px;
  background: #dcecff url("/web/www/img/cdn_title_bg.-OB5Nxw9.png") center top / cover no-repeat;
}

.light-cloud-hero-inner {
  width: 1090px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 106px;
}

.light-cloud-hero span {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 8px;
  margin-bottom: 14px;
  color: #ff5c00;
  font-size: 15px;
  border: 1px solid #ff5c00;
  border-radius: 4px;
  background: #fff;
}

.light-cloud-hero h1 {
  margin: 0;
  color: #232b3d;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.light-cloud-hero h1 b {
  color: #006aff;
  font-weight: 900;
}

.light-cloud-hero p {
  width: 620px;
  max-width: 100%;
  margin: 22px 0 0;
  color: #475779;
  font-size: 15px;
  line-height: 2;
}

.traffic-section {
  padding: 66px 0 64px;
  background: #f4f6fb;
}

.traffic-container {
  width: 1085px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.traffic-heading {
  margin-bottom: 42px;
  text-align: center;
}

.traffic-heading h2 {
  margin: 0 0 16px;
  color: #1f293d;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
}

.traffic-heading p {
  margin: 0;
  color: #5b6b89;
  font-size: 16px;
}

.traffic-filter {
  padding: 0;
  margin-bottom: 28px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e8edf5;
  border-radius: 0;
}

.traffic-filter-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}

.traffic-filter-row + .traffic-filter-row {
  margin-top: 14px;
}

.traffic-filter-label {
  flex: 0 0 auto;
  color: #2f4b75;
  font-size: 14px;
  line-height: 34px;
}

.traffic-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 34px;
  width: 100%;
}

.traffic-tabs button {
  position: relative;
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  color: #111827;
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  line-height: 46px;
  cursor: pointer;
}

.traffic-tabs button::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -1px;
  width: 90px;
  height: 2px;
  background: #1268ff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.traffic-tabs button.active {
  color: #1268ff;
  background: transparent;
}

.traffic-tabs button.active::after {
  transform: translateX(-50%) scaleX(1);
}

.traffic-tabs i {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 5px;
  margin-left: 6px;
  color: #fff;
  background: #ff5b00;
  border-radius: 2px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.traffic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.traffic-current {
  margin: 0 0 24px;
  padding: 12px 18px;
  color: #ff3535;
  background: #fff0f0;
  border: 1px solid #ffcfcf;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}

.traffic-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
  background: #fff url("/web/www/img/cloud_host_item_bg.BatCr-bI.png") right top / 100% auto no-repeat;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(25, 38, 68, 0.12);
}

.traffic-card-top {
  padding: 24px 18px 19px;
}

.traffic-card-bottom {
  min-height: 0;
  padding: 8px 18px 20px;
  background: #fff;
}

.traffic-card h3 {
  margin: 0 0 12px;
  color: #20283f;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.traffic-card p {
  margin: 0 0 18px;
  color: #405a82;
  font-size: 14px;
  line-height: 1.45;
}

.traffic-card-desc {
  min-height: 0;
  margin: 0 0 10px;
  color: #405a82;
  font-size: 14px;
  line-height: 1.78;
}

.traffic-card-desc p {
  margin: 0;
}

.traffic-card-desc table {
  width: 100%;
  border-collapse: collapse;
}

.traffic-card-desc tr,
.traffic-card-desc > div,
.traffic-card-desc > p {
  display: block;
  min-height: 26px;
}

.traffic-card-desc td {
  padding: 0;
  border: 0;
}

.traffic-card-desc td:first-child {
  width: 42px;
  color: #526b92;
}

.traffic-card-desc ul {
  margin: 0;
  padding-left: 18px;
}

.traffic-card-desc body {
  margin: 0;
}

.traffic-card-desc .traffic-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 26px;
}

.traffic-card-desc .traffic-spec-row span:first-child {
  color: #61708d;
}

.traffic-card-desc .traffic-spec-row span:last-child {
  color: #26344d;
  text-align: right;
}

.traffic-intro-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  margin: 0 6px 6px 0;
  color: #ff5b00;
  background: #fff0e7;
  border-radius: 4px;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}

.traffic-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e6eaf2;
}

.traffic-pages button {
  border: 0;
  color: #9cabc1;
  background: #fff;
  font-size: 20px;
}

.traffic-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}

.traffic-tags span {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  color: #ff5b00;
  background: #fff0e8;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}

.traffic-tags span + span {
  color: #1680ff;
  background: #e8f2ff;
}

.traffic-price {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  margin-bottom: 4px;
  color: #ff5b00;
}

.traffic-price span {
  padding-bottom: 3px;
  font-size: 14px;
}

.traffic-price strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.traffic-price em {
  padding-bottom: 3px;
  font-size: 12px;
  font-style: normal;
}

.traffic-price small {
  margin-left: auto;
  padding-bottom: 3px;
  color: #526b92;
  font-size: 12px;
}

.traffic-card del {
  display: block;
  margin-bottom: 8px;
  color: #8d98aa;
  font-size: 13px;
}

.traffic-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  border: 0;
  color: #fff;
  background: #0068ff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.traffic-buy:disabled {
  cursor: not-allowed;
  background: #9aa8bd;
}

.traffic-grid.is-loading {
  min-height: 260px;
  opacity: 0.55;
  pointer-events: none;
}

.traffic-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  color: #485a77;
  font-size: 14px;
}

.traffic-pages {
  display: flex;
  gap: 10px;
  align-items: center;
}

.traffic-pages button,
.traffic-pages b {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe5ef;
  border-radius: 6px;
  font-size: 18px;
}

.traffic-pages b {
  color: #fff;
  background: #0068ff;
  border-color: #0068ff;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .traffic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .light-cloud-hero {
    height: auto;
    min-height: 360px;
  }

  .light-cloud-hero-inner {
    padding-top: 70px;
  }

  .light-cloud-hero h1 {
    font-size: 34px;
  }

  .traffic-tabs,
  .traffic-grid {
    grid-template-columns: 1fr;
  }

  .traffic-tabs {
    height: auto;
    gap: 0 22px;
  }

  .traffic-tabs button {
    min-height: 48px;
    height: 48px;
    line-height: 48px;
  }

  .traffic-tabs button::after {
    width: 72px;
  }
}
