body.landing-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 113, 206, .12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(18, 183, 106, .10), transparent 24%),
    linear-gradient(180deg, #eef6ff 0, #f6f9fc 360px, #f4f7fb 100%);
}

.landing-page main {
  width: 100%;
  overflow: hidden;
}

.landing-page .cn-shop-top {
  width: min(100%, 1680px);
  grid-template-columns: 260px minmax(360px, 1fr) auto auto auto;
  padding-left: 32px;
  padding-right: 32px;
}

.landing-page .cn-shop-logo img {
  max-width: 215px;
  max-height: 56px;
}

.landing-page .cn-shop-nav {
  justify-content: center;
}

.landing-page .landing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: 430px;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 82px max(40px, calc((100% - 1540px) / 2));
  grid-template-columns: minmax(0, 1.35fr) 430px;
  background:
    radial-gradient(circle at 84% 18%, rgba(32, 184, 238, .34), transparent 28%),
    radial-gradient(circle at 8% 80%, rgba(18, 183, 106, .18), transparent 30%),
    linear-gradient(135deg, #042852 0%, #075ca8 52%, #0c86e8 100%);
}

.landing-page .landing-hero::after {
  content: '';
  position: absolute;
  inset: 0 0 0 42%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(4,40,82,.95) 0%, rgba(4,40,82,.34) 34%, rgba(4,40,82,0) 100%);
}

.landing-page .landing-hero-media {
  position: absolute;
  z-index: -2;
  right: -40px;
  bottom: -30px;
  width: min(62vw, 980px);
  height: 92%;
  display: grid;
  place-items: end;
  opacity: .36;
  pointer-events: none;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.75) 58%, transparent 100%);
  mask-image: linear-gradient(to top, #000 0%, rgba(0,0,0,.75) 58%, transparent 100%);
}

.landing-page .landing-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: saturate(.7) contrast(1.15) brightness(.82);
}

.landing-page .landing-copy h1 {
  max-width: 980px;
  font-size: clamp(42px, 5.2vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}

.landing-page .landing-copy p {
  max-width: 900px;
  font-size: 21px;
  line-height: 1.65;
}

.landing-page .landing-actions .button {
  min-width: 190px;
  padding: 15px 24px;
}

.landing-page .landing-card {
  padding: 34px;
  border-radius: 26px;
  background: rgba(255,255,255,.16);
  box-shadow: 0 18px 60px rgba(3,31,64,.18);
  backdrop-filter: blur(6px);
  grid-template-columns: 1fr;
}

.landing-page .landing-card strong {
  font-size: 28px;
}

.landing-page .landing-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-page .landing-card-heading > b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #0878dd;
  font-size: 22px;
}

.landing-page .landing-card > span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.landing-page .landing-card > span b {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  color: #fff;
  font-size: 17px;
}

.landing-page .landing-steps {
  position: relative;
  z-index: 2;
  width: min(100%, 1540px);
  max-width: none;
  margin: -44px auto 0;
  padding: 0 40px;
  gap: 20px;
}

.landing-page .landing-steps article {
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(15,35,65,.09);
  grid-template-columns: auto auto 1fr;
  align-items: center;
}

.landing-page .landing-catalog {
  width: min(100%, 1540px);
  max-width: none;
  margin-top: 58px;
  padding-left: 40px;
  padding-right: 40px;
}

.landing-page .landing-catalog .section-heading {
  align-items: center;
  margin-bottom: 18px;
}

.landing-page .landing-catalog h2 {
  font-size: clamp(32px, 3vw, 46px);
  letter-spacing: -.035em;
}

.landing-page .landing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.landing-page .landing-steps article > i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-right: 4px;
  border: 2px solid #0878dd;
  border-radius: 12px;
  color: #0878dd;
  font-size: 22px;
  font-style: normal;
}

.landing-page .landing-steps article > strong,
.landing-page .landing-steps article > span {
  grid-column: 3;
}

.landing-page .server-card {
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,35,65,.09);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  background: #fff;
}

.landing-page .server-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 20px 0;
}

.landing-page .server-sku,
.landing-page .mode-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.landing-page .server-sku {
  color: #0866d6;
  background: #eaf5ff;
  letter-spacing: .04em;
}

.landing-page .mode-badge.sale {
  color: #087443;
  background: #dcfae6;
}

.landing-page .mode-badge.rent {
  color: #075ca8;
  background: #e6f1ff;
}

.landing-page .server-card:hover {
  transform: translateY(-4px);
  border-color: #70b7ff;
  box-shadow: 0 22px 42px rgba(7,92,168,.16);
}

.landing-page .server-image {
  height: 220px;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f8fbff);
  border-bottom: 0;
}

.landing-page .server-image img {
  width: 92%;
  height: 172px;
  max-height: 172px;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transition: transform .18s ease;
}

.landing-page .server-image--compact img {
  transform: scale(1.9);
}

.landing-page .server-card:hover .server-image img {
  transform: scale(1.04);
}

.landing-page .server-card:hover .server-image--compact img {
  transform: scale(1.96);
}

.landing-page .server-body {
  padding: 22px 22px 10px;
}

.landing-page .server-body h3 {
  font-size: 21px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-page .server-body p {
  font-size: 15px;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.landing-page .server-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 17px 0 14px;
  padding: 15px 0;
  border-top: 1px solid #e4edf7;
  border-bottom: 1px solid #e4edf7;
}

.landing-page .server-specs span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #38506f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
}

.landing-page .server-specs b {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 8px;
  color: #0866d6;
  background: #edf6ff;
  font-size: 13px;
}

.landing-page .server-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.landing-page .server-meta span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef6ff;
  color: #0b4b8f;
  font-size: 12px;
  font-weight: 850;
}

.landing-page .server-meta .stock-chip {
  color: #087443;
  background: #ecfff3;
}

.landing-page .server-foot {
  padding: 18px 22px 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.landing-page .server-foot .button {
  padding: 12px 18px;
}

.landing-page .server-foot strong {
  color: #07316b;
  font-size: 21px;
  line-height: 1.15;
}

.landing-page .server-foot .configure-green {
  background: #12b76a;
  color: #fff;
  box-shadow: 0 10px 22px rgba(18,183,106,.22);
  min-width: 162px;
}

.landing-page .server-foot .configure-green:hover {
  background: #0fa35e;
}

.landing-page .server-foot .configure-green span {
  margin-left: 8px;
  font-size: 22px;
  line-height: 0;
}

.landing-page .landing-cta {
  width: min(100%, 1540px);
  max-width: none;
  margin-top: 34px;
  padding: 42px 48px;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff, #eef7ff);
  box-shadow: 0 14px 34px rgba(15,35,65,.08);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.landing-page .landing-help-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-right: 18px;
  border-radius: 50%;
  background: #0878dd;
  color: #fff;
  font-size: 27px;
  box-shadow: 0 10px 22px rgba(8,120,221,.22);
}

.landing-page .cn-shop-footer {
  margin-top: 46px;
  padding-left: 40px;
  padding-right: 40px;
}

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

@media (max-width: 1100px) {
  .landing-page .cn-shop-top {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .landing-page .cn-shop-logo {
    justify-content: center;
  }

  .landing-page .landing-hero {
    grid-template-columns: 1fr;
    padding: 58px 28px 78px;
  }

  .landing-page .landing-hero-media {
    width: 72vw;
    opacity: .25;
  }

  .landing-page .landing-card {
    max-width: 540px;
  }

  .landing-page .landing-steps,
  .landing-page .landing-catalog,
  .landing-page .landing-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .landing-page .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .landing-page .landing-hero-media {
    display: none;
  }

  .landing-page .landing-copy h1 {
    font-size: 38px;
  }

  .landing-page .landing-copy p {
    font-size: 17px;
  }

  .landing-page .landing-actions {
    flex-direction: column;
  }

  .landing-page .landing-actions .button {
    width: 100%;
  }

  .landing-page .landing-steps {
    grid-template-columns: 1fr;
    margin-top: -30px;
  }

  .landing-page .landing-steps article {
    grid-template-columns: auto auto 1fr;
  }

  .landing-page .landing-help-icon {
    margin: 0 0 14px;
  }

  .landing-page .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .landing-page .server-image {
    height: 120px;
  }

  .landing-page .server-image img {
    width: 94%;
    height: 96px;
    max-height: 96px;
  }

  .landing-page .server-image--compact img {
    transform: scale(1.55);
  }

  .landing-page .server-body {
    padding: 14px 14px 8px;
  }

  .landing-page .server-body h3 {
    font-size: 15px;
    -webkit-line-clamp: 2;
  }

  .landing-page .server-body p {
    display: none;
  }

  .landing-page .server-specs {
    grid-template-columns: 1fr;
    gap: 6px;
    margin: 10px 0;
    padding: 10px 0;
  }

  .landing-page .server-specs span {
    font-size: 11px;
  }

  .landing-page .server-specs b {
    width: 22px;
    height: 22px;
  }

  .landing-page .server-meta {
    margin-top: 10px;
    gap: 5px;
  }

  .landing-page .server-meta span {
    padding: 4px 7px;
    font-size: 10px;
  }

  .landing-page .server-foot {
    padding: 12px 14px 14px;
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .landing-page .server-foot strong {
    font-size: 16px;
  }

  .landing-page .server-foot .button {
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .landing-page .landing-grid {
    grid-template-columns: 1fr;
  }

  .landing-page .server-image {
    height: 210px;
  }

  .landing-page .server-image img {
    height: 162px;
    max-height: 162px;
  }

  .landing-page .server-image--compact img {
    transform: scale(1.75);
  }
}
