body {
  background: #f5f8ff;
}

.we-page-hero,
.we-page-hero * {
  box-sizing: border-box;
}

.we-page-hero {
  position: relative;
  width: 100%;
  min-height: 340px;
  overflow: hidden;
}

.we-page-hero::before,
.we-page-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.we-page-hero::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 119, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 119, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.55;
}

.we-page-hero::after {
  width: 480px;
  height: 480px;
  right: 7%;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 170, 255, 0.28), rgba(80, 170, 255, 0) 68%);
}

.we-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  min-height: 340px;
  margin: 0 auto;
  padding: 54px 28px 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  align-items: center;
  gap: 48px;
}

.we-hero-copy {
  min-width: 0;
}

.we-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1677ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.we-hero-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1677ff;
  box-shadow: 0 0 0 6px rgba(22, 119, 255, 0.12);
}

.we-hero-title {
  margin: 18px 0 14px;
  color: #0b1f44;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 950;
  letter-spacing: 0;
}

.we-hero-desc {
  max-width: 620px;
  margin: 0;
  color: #4b5f7a;
  font-size: 16px;
  line-height: 1.9;
}

.we-hero-actions {
  margin-top: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.we-hero-primary,
.we-hero-secondary,
.we-hero-ghost {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.we-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, #0b5cff 0%, #1677ff 58%, #40a9ff 100%);
  box-shadow: 0 16px 30px rgba(22, 119, 255, 0.28);
}

.we-hero-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(22, 119, 255, 0.36);
}

.we-hero-secondary,
.we-hero-ghost {
  border: 1px solid rgba(22, 119, 255, 0.24);
  color: #0b63e5;
  background: rgba(255, 255, 255, 0.86);
}

.we-hero-secondary:hover,
.we-hero-ghost:hover {
  color: #1677ff;
  border-color: rgba(22, 119, 255, 0.44);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(22, 119, 255, 0.12);
}

.we-hero-features {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 680px;
}

.we-hero-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: inherit;
}

.we-hero-feature i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
}

.we-hero-feature strong,
.we-hero-feature span {
  display: block;
  line-height: 1.2;
}

.we-hero-feature strong {
  font-size: 14px;
  font-weight: 900;
}

.we-hero-feature span {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.74;
}

.we-hero-visual {
  position: relative;
  min-height: 250px;
}

.we-page-hero + .domain-page,
.we-page-hero + .colo-page,
.we-page-hero + .member-shell.server-buy-shell {
  padding-top: 34px !important;
}

.we-domain-hero {
  background:
    radial-gradient(circle at 78% 48%, rgba(73, 163, 255, 0.2), transparent 28%),
    linear-gradient(105deg, #f8fbff 0%, #edf6ff 48%, #ddecff 100%);
  border-bottom: 1px solid rgba(195, 218, 246, 0.78);
}

.we-domain-hero .we-hero-inner {
  min-height: 354px;
}

.we-hero-search.domain-search-card {
  width: min(100%, 620px);
  margin: 26px 0 0;
  padding: 0;
  border: 1px solid rgba(191, 213, 239, 0.82);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(22, 119, 255, 0.14);
  overflow: hidden;
}

.we-hero-search .domain-search-row {
  display: flex;
  gap: 0;
}

.we-hero-search .domain-search-input {
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  min-height: 56px;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
  font-size: 15px;
}

.we-hero-search .domain-search-btn {
  flex: 0 0 142px;
  width: 142px;
  min-width: 142px;
  min-height: 56px;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #0b5cff, #1677ff 58%, #40a9ff) !important;
  box-shadow: none !important;
  font-weight: 900;
}

.we-domain-stage {
  position: absolute;
  inset: 0;
}

.we-domain-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  height: 130px;
  border: 1px solid rgba(22, 119, 255, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-12deg);
}

.we-domain-orbit:nth-child(2) {
  width: 280px;
  height: 180px;
  transform: translate(-50%, -50%) rotate(28deg);
}

.we-domain-globe {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(110deg, rgba(255,255,255,0.68), rgba(255,255,255,0.1)),
    radial-gradient(circle at 32% 28%, #ffffff 0%, #8fcaff 26%, #1677ff 58%, #0754c8 100%);
  box-shadow: 0 26px 56px rgba(22, 119, 255, 0.34);
}

.we-domain-globe::before,
.we-domain-globe::after {
  content: "";
  position: absolute;
  inset: 24px 12px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.we-domain-globe::after {
  inset: 12px 42px;
}

.we-domain-www {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1677ff, #40a9ff);
  color: #fff;
  font-size: 30px;
  font-weight: 950;
  box-shadow: 0 16px 30px rgba(11, 92, 255, 0.3);
}

.we-domain-card {
  position: absolute;
  min-width: 70px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  color: #1677ff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(22, 119, 255, 0.15);
}

.we-domain-card:nth-child(5) { left: 9%; top: 23%; transform: rotate(-8deg); }
.we-domain-card:nth-child(6) { right: 10%; top: 22%; transform: rotate(7deg); }
.we-domain-card:nth-child(7) { left: 17%; bottom: 16%; transform: rotate(6deg); }
.we-domain-card:nth-child(8) { right: 15%; bottom: 20%; transform: rotate(-6deg); }

.we-server-hero {
  color: #fff;
  background:
    radial-gradient(circle at 72% 48%, rgba(35, 157, 255, 0.32), transparent 27%),
    linear-gradient(105deg, #061735 0%, #082853 44%, #031226 100%);
}

.we-server-hero::before {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(90, 184, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(90, 184, 255, 0.14) 1px, transparent 1px);
}

.we-server-hero::after {
  right: 14%;
  top: -160px;
  background: radial-gradient(circle, rgba(30, 144, 255, 0.42), rgba(30, 144, 255, 0) 68%);
}

.we-server-hero .we-hero-title,
.we-server-hero .we-hero-desc {
  color: #fff;
}

.we-server-hero .we-hero-desc {
  color: rgba(230, 244, 255, 0.86);
}

.we-server-hero .we-hero-label,
.we-server-hero .we-hero-feature {
  color: #68bfff;
}

.we-server-stage {
  position: absolute;
  inset: 0;
}

.we-server-city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 92px;
  opacity: 0.28;
  background:
    linear-gradient(to top, rgba(64, 169, 255, 0.28), transparent 72%),
    repeating-linear-gradient(90deg, transparent 0 19px, rgba(64, 169, 255, 0.5) 20px 22px, transparent 23px 46px);
  clip-path: polygon(0 100%, 0 58%, 7% 58%, 7% 35%, 14% 35%, 14% 68%, 23% 68%, 23% 20%, 31% 20%, 31% 54%, 39% 54%, 39% 12%, 47% 12%, 47% 64%, 56% 64%, 56% 30%, 65% 30%, 65% 70%, 74% 70%, 74% 18%, 84% 18%, 84% 56%, 92% 56%, 92% 36%, 100% 36%, 100% 100%);
}

.we-server-rack {
  position: absolute;
  right: 78px;
  top: 20px;
  width: 178px;
  padding: 18px 14px;
  border: 1px solid rgba(104, 191, 255, 0.34);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(15, 54, 96, 0.94), rgba(5, 22, 48, 0.96));
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.3), 0 0 60px rgba(22, 119, 255, 0.26);
}

.we-server-rack:nth-child(2) {
  right: 236px;
  top: 64px;
  width: 150px;
  opacity: 0.82;
  transform: scale(0.9);
}

.we-rack-unit {
  height: 26px;
  margin-bottom: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(64, 169, 255, 0.16), rgba(64, 169, 255, 0.36), rgba(255,255,255,0.08));
  border: 1px solid rgba(104, 191, 255, 0.26);
  box-shadow: inset 0 0 18px rgba(64, 169, 255, 0.14);
}

.we-rack-unit::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 9px 0 0 12px;
  border-radius: 50%;
  background: #58c7ff;
  box-shadow: 18px 0 0 #1677ff, 36px 0 0 rgba(88, 199, 255, 0.65);
}

.we-server-cloud {
  position: absolute;
  left: 72px;
  bottom: 58px;
  width: 150px;
  height: 70px;
  border-radius: 38px;
  background: linear-gradient(135deg, rgba(64, 169, 255, 0.25), rgba(22, 119, 255, 0.42));
  border: 1px solid rgba(104, 191, 255, 0.32);
  box-shadow: 0 18px 42px rgba(22, 119, 255, 0.24);
}

.we-server-cloud::before,
.we-server-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.we-server-cloud::before {
  width: 66px;
  height: 66px;
  left: 24px;
  top: -28px;
}

.we-server-cloud::after {
  width: 54px;
  height: 54px;
  right: 22px;
  top: -18px;
}

.we-server-beam {
  position: absolute;
  left: 32px;
  right: 20px;
  bottom: 46px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(88, 199, 255, 0.85), transparent);
  box-shadow: 0 0 22px rgba(88, 199, 255, 0.8);
}

.we-colo-hero {
  background:
    linear-gradient(90deg, #f8fbff 0%, #edf6ff 46%, rgba(237, 246, 255, 0.82) 62%, rgba(206, 224, 245, 0.18) 100%);
  border-bottom: 1px solid rgba(195, 218, 246, 0.78);
}

.we-colo-hero .we-hero-feature {
  color: #1677ff;
}

.we-colo-stage {
  position: absolute;
  inset: -18px 0 0;
  perspective: 900px;
}

.we-colo-corridor {
  position: absolute;
  right: -10px;
  top: 20px;
  width: 520px;
  height: 258px;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 46% 50%, rgba(255, 255, 255, 0.98), rgba(216, 233, 251, 0.2) 18%, transparent 38%),
    linear-gradient(90deg, rgba(255,255,255,0.8), rgba(195, 216, 240, 0.5));
  box-shadow: inset 0 0 64px rgba(22, 119, 255, 0.12), 0 22px 54px rgba(40, 74, 112, 0.16);
}

.we-colo-corridor::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 22, 48, 0.08), transparent 42%, rgba(5, 22, 48, 0.16)),
    repeating-linear-gradient(90deg, rgba(10, 30, 58, 0.72) 0 28px, rgba(24, 54, 88, 0.84) 29px 56px, rgba(91, 132, 174, 0.2) 57px 62px, transparent 63px 78px);
  clip-path: polygon(0 0, 44% 23%, 56% 23%, 100% 0, 100% 100%, 56% 78%, 44% 78%, 0 100%);
  opacity: 0.72;
}

.we-colo-corridor::after {
  content: "";
  position: absolute;
  left: 44%;
  top: 0;
  width: 12%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(212, 232, 255, 0.68));
  filter: blur(1px);
}

.we-colo-rack {
  position: absolute;
  top: 44px;
  bottom: 38px;
  width: 64px;
  border-radius: 8px;
  background: linear-gradient(180deg, #132d4e, #071829);
  box-shadow: inset 0 0 18px rgba(88, 199, 255, 0.14);
}

.we-colo-rack:nth-child(1) { left: 34px; }
.we-colo-rack:nth-child(2) { left: 118px; transform: scaleY(0.9); opacity: 0.88; }
.we-colo-rack:nth-child(3) { right: 118px; transform: scaleY(0.9); opacity: 0.88; }
.we-colo-rack:nth-child(4) { right: 34px; }

.we-colo-rack::before {
  content: "";
  position: absolute;
  left: 11px;
  right: 11px;
  top: 14px;
  height: 5px;
  border-radius: 999px;
  background: #1677ff;
  box-shadow: 0 24px 0 #58c7ff, 0 48px 0 rgba(22,119,255,0.82), 0 72px 0 rgba(88,199,255,0.78), 0 96px 0 rgba(22,119,255,0.72);
}

.we-colo-light {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255,255,255,0.96), rgba(88,199,255,0.2) 36%, transparent 70%);
}

@media (max-width: 1000px) {
  .we-hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: auto;
    padding: 44px 22px 40px;
  }

  .we-hero-visual {
    min-height: 220px;
  }

  .we-hero-title {
    font-size: 36px;
  }

  .we-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .we-server-rack {
    right: 18%;
  }

  .we-server-rack:nth-child(2) {
    right: 52%;
  }

  .we-colo-corridor {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(100%, 560px);
  }
}

@media (max-width: 640px) {
  .we-page-hero {
    min-height: 0;
  }

  .we-hero-inner {
    padding: 34px 16px 34px;
  }

  .we-hero-title {
    font-size: 30px;
  }

  .we-hero-desc {
    font-size: 14px;
  }

  .we-hero-actions {
    align-items: stretch;
  }

  .we-hero-primary,
  .we-hero-secondary,
  .we-hero-ghost {
    flex: 1 1 auto;
    min-width: 132px;
  }

  .we-hero-features {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .we-hero-search .domain-search-row {
    flex-direction: column;
    gap: 10px;
  }

  .we-domain-hero .we-hero-search.domain-search-card {
    padding: 10px;
    overflow: visible;
  }

  .we-hero-search .domain-search-input {
    flex: 0 0 auto;
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(191, 213, 239, 0.95) !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 18px rgba(22, 119, 255, 0.1) !important;
  }

  .we-hero-search .domain-search-btn {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    min-height: 48px;
    border-radius: 10px !important;
    box-shadow: 0 10px 22px rgba(22, 119, 255, 0.16) !important;
  }

  .we-domain-card {
    transform: scale(0.86) !important;
  }
}
