/* Dedicated-server development preview integration. */
.dedicated-server .hero--style-2::after {
  /* Homepage palette with a softer 18% background image strength. */
  background: linear-gradient(180deg, #d3e5ff 0px, #d3e5ff 45px, transparent 145px), linear-gradient(180deg, rgba(211, 229, 255, .82) 0%, rgba(245, 248, 247, .82) 100%);
  opacity: 1;
}

.dedicated-server .header .header__link {
  color: #163a63;
  font-weight: 600;
}

.dedicated-server .header .header__link:hover,
.dedicated-server .header .header__menu-item:hover .header__link {
  color: #0759b7;
}

.dedicated-server .header .header__toggle {
  background: #073a79;
}

.dedicated-server .hero--style-2 .hero__subtitle {
  color: #063a78;
}

.dedicated-server .hero--style-2 .hero__title {
  color: #242a33;
}

.dedicated-server .hero--style-2 .hero__title span {
  color: #0759b7;
}

.dedicated-server .hero--style-2 .hero__desc {
  color: #586777;
}

.dedicated-server .hero--style-2 .theme-btn--blue-transparent {
  color: #073a79;
  background: rgba(255, 255, 255, .72);
  border-color: #073a79;
}

.dedicated-server .pricing__cards {
  align-items: stretch;
}

.dedicated-server .pricing__card {
  display: flex;
  flex-direction: column;
}

.dedicated-server .pricing__card .pricing__features {
  flex: 1;
}

.dedicated-server .pricing__price h3 {
  color: #0759b7;
  font-size: 1.75rem;
}

.dedicated-server .pricing__price h3 span {
  margin-left: 3px;
  color: #637181;
  font-size: .95rem;
  font-weight: 500;
}

.pricing__from {
  display: block;
  margin-bottom: 4px;
  color: #687684;
  font-size: .82rem;
}

.dedicated-quote-note {
  max-width: 900px;
  margin: 28px auto 0;
  color: #627181;
}

.build-inventory {
  padding: 10px 0 20px;
}

.build-inventory .section__header p {
  max-width: 830px;
  margin: 16px auto 0;
}

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

.build-stock {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 1px solid #d7e3ed;
  border-top: 4px solid #0cb7e5;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(28, 66, 103, .08);
}

.build-stock--primary {
  border-top-color: #0759b7;
}

.build-stock--parts {
  border-top-color: #5b6dd1;
}

.build-stock__top {
  display: flex;
  min-height: 26px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.build-stock__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #08784d;
  font-size: .78rem;
  font-weight: 700;
}

.build-stock__status i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: #14b87a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(20, 184, 122, .12);
}

.build-stock__status--parts {
  color: #4653ac;
}

.build-stock__status--parts i {
  background: #6a79db;
  box-shadow: 0 0 0 4px rgba(106, 121, 219, .12);
}

.build-stock__type {
  color: #75818d;
  font-size: .75rem;
  text-align: right;
}

.build-stock h3 {
  margin-bottom: 10px;
  color: #202a35;
  font-size: 1.35rem;
}

.build-stock > p {
  min-height: 72px;
  margin-bottom: 20px;
  color: #667480;
  line-height: 1.55;
}

.build-stock dl {
  margin: 0 0 24px;
}

.build-stock dl div {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #e3ebf1;
}

.build-stock dt {
  color: #70808f;
  font-size: .78rem;
  font-weight: 500;
}

.build-stock dd {
  margin: 0;
  color: #1f344b;
  font-size: .82rem;
  font-weight: 700;
}

.build-stock .theme-btn {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.build-inventory__notice {
  max-width: 920px;
  margin: 24px auto 0;
  color: #6b7783;
  font-size: .88rem;
  text-align: center;
}

.dedicated-consultation {
  padding: 10px 0 20px;
}

.dedicated-consultation__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 48px;
  align-items: center;
  padding: 48px;
  background: #f5f9fc;
  border: 1px solid #d8e5ef;
  border-radius: 8px;
}

.dedicated-consultation__copy .section__title {
  margin: 12px 0 18px;
}

.dedicated-consultation__copy p {
  margin-bottom: 28px;
  color: #64717f;
}

.dedicated-consultation__contact {
  display: inline-block;
  margin-left: 18px;
  color: #073a79;
  font-weight: 600;
}

.dedicated-consultation__brief {
  padding: 30px;
  background: #073a79;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(7, 58, 121, .16);
}

.dedicated-consultation__brief h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.3rem;
}

.dedicated-consultation__brief ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dedicated-consultation__brief li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .86);
  line-height: 1.5;
}

.dedicated-consultation__brief li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .build-inventory__grid {
    grid-template-columns: 1fr;
  }

  .build-stock > p {
    min-height: 0;
  }

  .dedicated-consultation__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }
}

@media (max-width: 575px) {
  .dedicated-server .hero__content > .d-flex {
    padding-left: 44px;
  }

  .dedicated-consultation__inner {
    padding: 24px 18px;
  }

  .build-stock {
    padding: 24px 20px;
  }

  .build-stock__top {
    align-items: flex-start;
  }

  .build-stock dl div {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .dedicated-consultation__brief {
    padding: 24px 20px;
  }

  .dedicated-consultation__copy .theme-btn,
  .dedicated-consultation__contact {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .dedicated-consultation__contact {
    margin-top: 16px;
  }
}

@media (max-width: 1199px) {
  .dedicated-server .header .logo img {
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, .55));
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .dedicated-server .as--inventory-category-tabs {
    flex-wrap: nowrap;
  }

  .dedicated-server .as--inventory-category-tabs .as--inventory-tab-btn {
    padding: 8px 6px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/* Lower the rack image while preserving the soft blue overlay. */
.dedicated-server .hero--style-2 { background-position:center calc(50% + 45px); background-repeat:no-repeat; background-color:#d3e5ff; }
@media(max-width:575px) { .dedicated-server .hero--style-2 { background-position:center calc(50% + 25px); } }

/* Original designer dark hero treatment; saved pale version is available for rollback. */
.dedicated-server .hero--style-2 { background-position:center; background-color:#000; }
.dedicated-server .hero--style-2::after { background:#000; opacity:.7; }
.dedicated-server .hero--style-2 .hero__subtitle,
.dedicated-server .hero--style-2 .hero__title span { color:var(--light-blue); }
.dedicated-server .hero--style-2 .hero__title { color:var(--white); }
.dedicated-server .hero--style-2 .hero__desc { color:rgba(255,255,255,.7); }
.dedicated-server .hero--style-2 .theme-btn--blue-transparent { color:#fff; background:#0db5e93d; border-color:var(--light-blue); }
.dedicated-server .hero--style-2 .theme-btn--blue-transparent:hover { background:var(--light-blue); }
.dedicated-server .header .header__link { color:rgba(255,255,255,.88); }
.dedicated-server .header .header__link:hover,
.dedicated-server .header .header__menu-item:hover .header__link { color:#fff; }
.dedicated-server .header .logo img { filter:none; }

/* Navy lighting with LEDs aligned to the existing rack photograph. */
.dedicated-server .hero--style-2::after {
  background:radial-gradient(ellipse at 50% 42%,rgba(13,181,233,.13),transparent 64%),linear-gradient(180deg,rgba(2,12,30,.8),rgba(3,25,53,.68) 60%,rgba(1,10,24,.83));
  opacity:1;
  pointer-events:none;
}
.dedicated-server .hero-rack-lights { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; z-index:1; overflow:hidden; }
.hero-rack-lights circle { fill:#63efb0; opacity:.18; filter:drop-shadow(0 0 5px #32d98b); animation:rack-led-activity 5.8s ease-in-out infinite; }
.hero-rack-lights .rack-led-cyan { fill:#39cfff; filter:drop-shadow(0 0 7px #0db5e9); }
.hero-rack-lights circle:nth-child(3n) { animation-duration:7.1s; animation-delay:-2.7s; }
.hero-rack-lights circle:nth-child(3n+1) { animation-duration:4.9s; animation-delay:-1.3s; }
.hero-rack-lights circle:nth-child(3n+2) { animation-delay:-4.1s; }
@keyframes rack-led-activity { 0%,60%,100%{opacity:.12} 70%{opacity:.8} 80%{opacity:.2} 90%{opacity:.6} }
@media(prefers-reduced-motion:reduce) { .hero-rack-lights circle { animation:none; opacity:.22; } }

/* More visible activity lights, staggered across the rack. */
.hero-rack-lights circle { r:3.4px; fill:#91ffbd; filter:drop-shadow(0 0 4px #65ffae) drop-shadow(0 0 11px #20e889); animation-name:rack-led-blink; animation-duration:3.8s; animation-timing-function:linear; }
.hero-rack-lights .rack-led-cyan { r:4px; fill:#a1efff; filter:drop-shadow(0 0 5px #50dfff) drop-shadow(0 0 13px #0db5e9); }
.hero-rack-lights circle:nth-child(3n) { animation-duration:4.6s; animation-delay:-1.8s; }
.hero-rack-lights circle:nth-child(3n+1) { animation-duration:3.5s; animation-delay:-.8s; }
.hero-rack-lights circle:nth-child(3n+2) { animation-duration:4.1s; animation-delay:-2.7s; }
@keyframes rack-led-blink { 0%,30%,49%,66%,100% { opacity:.06; } 32%,43%,68%,82% { opacity:1; } 45%,84% { opacity:.06; } }
@media(prefers-reduced-motion:reduce) { .hero-rack-lights circle { animation:none; opacity:.35; } }
