.hero.hero--colocation-full-wide h1 > span[style*="--color-orange"] {
  display: block;
}

.hero.hero--colocation-full-wide .nls-colocation-full-server-offer {
  position: relative;
  width: min(100%, 554px);
  margin-top: 22px;
  padding: 14px 18px 14px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 103, 0, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.94), rgba(255, 245, 236, 0.9)),
    radial-gradient(circle at 100% 0, rgba(255, 103, 0, 0.18), transparent 55%);
  box-shadow: 0 12px 32px rgba(0, 85, 123, 0.08);
}

.hero.hero--colocation-full-wide .nls-colocation-full-server-offer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #ff8a32 0%, #ff6700 100%);
}

.hero.hero--colocation-full-wide .nls-colocation-full-server-offer__label {
  display: block;
  margin-bottom: 4px;
  color: #d95700;
  font-size: 0.7rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero.hero--colocation-full-wide .nls-colocation-full-server-offer__text {
  max-width: 500px;
  margin: 0;
  color: #16324a;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero.hero--colocation-full-wide .hero-dedicated-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 554px);
  max-width: 554px;
  gap: 10px;
}

.hero.hero--colocation-full-wide .hero-dedicated-actions > .btn {
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 56px;
  margin: 0;
  padding-inline: 18px;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.78rem, 1.25vw, 0.92rem);
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.hero.hero--colocation-full-wide .nls-colocation-full-physical-server-link {
  border-color: #00557b;
  color: #00557b;
  background: rgba(255, 255, 255, 0.82);
}

.hero.hero--colocation-full-wide .nls-colocation-full-physical-server-link:hover,
.hero.hero--colocation-full-wide .nls-colocation-full-physical-server-link:focus-visible {
  border-color: #00557b;
  color: #fff;
  background: #00557b;
  box-shadow: 0 10px 24px rgba(0, 85, 123, 0.18);
}

@media (max-width: 768px) {
  .hero.hero--colocation-full-wide .nls-colocation-full-server-offer {
    width: 100%;
    margin-top: 18px;
    padding: 13px 15px 13px 18px;
    border-radius: 14px;
  }

  .hero.hero--colocation-full-wide .nls-colocation-full-server-offer__text {
    font-size: 0.88rem;
  }

  .hero.hero--colocation-full-wide .hero-dedicated-actions {
    width: 100%;
    max-width: 100%;
  }

  .hero.hero--colocation-full-wide .hero-dedicated-actions > .btn,
  .hero.hero--colocation-full-wide .nls-colocation-full-physical-server-link {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .hero.hero--colocation-full-wide .hero-dedicated-actions > .btn {
    padding-inline: 10px;
    font-size: 0.76rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero.hero--colocation-full-wide .nls-colocation-full-physical-server-link {
    transition: none;
  }
}
