/* Full-width surface shared with the service market visual style. */
body.pg_hl_compute_market #wp {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.xcm-hub {
  padding-top: 0;
  background: #f4f7fb;
}

/* Keep the content aligned with .xs-shell-width in the global header. */
.xcm-hub .xcm-wrap {
  width: min(1200px, calc(100% - 40px));
  max-width: none;
}

.xcm-hero-band {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 84% 8%, rgba(245, 190, 70, .18), transparent 28%),
    linear-gradient(120deg, #edf5ff 0%, #f7f9fd 55%, #fffaf0 100%);
  border-bottom: 1px solid #dbe7f4;
}

.xcm-hero-band::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(23, 111, 230, .12);
  border-radius: 50%;
  pointer-events: none;
}

.xcm-hub .xcm-hero {
  padding: 52px 0 48px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.xcm-hub .xcm-hero::before,
.xcm-hub .xcm-hero::after {
  display: none;
}

.xcm-hub .xcm-hero h1 {
  font-size: 44px;
  letter-spacing: 0;
}

@media (max-width: 1100px) {
  .xcm-hub .xcm-hero { padding: 38px 0; }
  .xcm-hub .xcm-hero h1 { font-size: 32px; }
}

@media (max-width: 860px) {
  .xcm-hub .xcm-wrap { width: calc(100% - 28px); }
  .xcm-hub #nodes { margin-left: 0; margin-right: 0; }
}

@media (max-width: 600px) {
  .xcm-hub { padding-top: 0; }
  .xcm-hub .xcm-hero { padding: 30px 0; }
  .xcm-hub .xcm-hero h1 { font-size: 27px; }
  .xcm-hero-band::before { right: -260px; }
}
