.servers-landing {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: #fff;
  background: #050507;
}

.servers-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.servers-kicker {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bbf100;
}

.servers-title {
  margin: 10px 0 14px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.servers-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.nexanet-section-bg-grid {
  position: relative;
  background: linear-gradient(180deg, #060608 0%, #0c0c10 50%, #08080a 100%);
  overflow: hidden;
}

.nexanet-section-bg-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
}

.nexanet-section-bg-grid > * {
  position: relative;
  z-index: 1;
}

.nexanet-section-bg-solid {
  background: linear-gradient(180deg, #08090c 0%, #0c0e14 50%, #08090c 100%);
}

.servers-section {
  padding: 88px 0;
}

.servers-section--last {
  padding-bottom: 96px;
}

.servers-hero {
  position: relative;
  padding: 96px 0 68px;
  background:
    linear-gradient(180deg, rgba(5, 5, 7, 0.65) 0%, rgba(6, 7, 10, 0.95) 24%, #050507 100%),
    radial-gradient(64% 68% at 15% 8%, rgba(187, 241, 0, 0.16), transparent 74%),
    linear-gradient(130deg, #060709 0%, #070a0d 42%, #050507 100%);
}

.servers-hero__grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(187, 241, 0, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(187, 241, 0, 0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.55;
}

.servers-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: center;
}

.servers-hero__title {
  margin: 14px 0;
  font-size: clamp(38px, 5.2vw, 70px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 980px;
}

.servers-hero__text {
  margin: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.8);
  max-width: 780px;
}

.servers-hero__visual {
  position: relative;
  justify-self: end;
}

.servers-orbit {
  width: min(360px, 100%);
  height: auto;
  filter: drop-shadow(0 0 26px rgba(187, 241, 0, 0.16));
}

.servers-orbit__ring {
  fill: none;
  stroke: rgba(187, 241, 0, 0.35);
  stroke-width: 1.5;
  stroke-dasharray: 6 9;
  transform-origin: 180px 160px;
  animation: servers-spin 20s linear infinite;
}

.servers-orbit__ring--mid {
  stroke: rgba(255, 255, 255, 0.32);
  animation-duration: 14s;
  animation-direction: reverse;
}

.servers-orbit__ring--in {
  stroke: rgba(187, 241, 0, 0.55);
  animation-duration: 8s;
}

.servers-orbit__core {
  fill: rgba(14, 18, 25, 0.94);
  stroke: rgba(187, 241, 0, 0.6);
}

.servers-orbit__dot {
  fill: #bbf100;
  animation: servers-pulse 2.4s ease-in-out infinite;
}

.servers-orbit__dot--b { animation-delay: 0.6s; }
.servers-orbit__dot--c { animation-delay: 1.2s; }

.servers-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.servers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

.servers-btn:hover {
  transform: translateY(-2px);
}

.servers-btn--accent {
  color: #050507;
  background: #bbf100;
  box-shadow: 0 0 24px rgba(187, 241, 0, 0.28);
}

.servers-btn--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.servers-about-metrics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.servers-about-metrics article {
  padding: 14px 12px;
  border-radius: 12px;
  border: 1px solid rgba(187, 241, 0, 0.2);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(10, 12, 16, 0.95));
}

.servers-about-metrics strong {
  display: block;
  font-size: 24px;
  color: #bbf100;
}

.servers-about-metrics span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.servers-solutions {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.servers-card {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(10, 12, 16, 0.95));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.servers-card:hover {
  transform: translateY(-4px);
  border-color: rgba(187, 241, 0, 0.35);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.38), 0 0 18px rgba(187, 241, 0, 0.12);
}

.servers-card__icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  background: rgba(187, 241, 0, 0.08);
  border: 1px solid rgba(187, 241, 0, 0.24);
}

.servers-card__icon svg {
  width: 22px;
  height: 22px;
  stroke: #bbf100;
  fill: none;
  stroke-width: 1.8;
}

.servers-card__tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.servers-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
}

.servers-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.servers-card a {
  color: #bbf100;
  text-decoration: none;
  font-weight: 700;
}

.servers-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.servers-cases article {
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(14, 16, 22, 0.95), rgba(10, 12, 16, 0.95));
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.servers-cases article:hover {
  transform: translateY(-3px);
  border-color: rgba(187, 241, 0, 0.34);
}

.servers-cases article span {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-right: 8px;
  color: #050507;
  background: #bbf100;
}

.servers-cta .servers-btn {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .servers-hero__inner { grid-template-columns: 1fr; }
  .servers-hero__visual { justify-self: start; }
  .servers-about-metrics { grid-template-columns: 1fr; }
  .servers-solutions { grid-template-columns: 1fr; }
  .servers-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .servers-hero { padding-top: 80px; }
  .servers-section { padding: 62px 0; }
  .servers-cases { grid-template-columns: 1fr; }
}

@keyframes servers-spin {
  to { transform: rotate(360deg); }
}

@keyframes servers-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.08); }
}
