.proxy-hero {
  padding: 86px 0 72px;
}

.proxy-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  gap: 54px;
  align-items: center;
}

.proxy-title {
  max-width: 860px;
  margin-top: 22px;
  font-size: clamp(52px, 8.2vw, 106px);
  line-height: .88;
  letter-spacing: -.092em;
  font-weight: 780;
  text-wrap: balance;
}

.proxy-title span {
  display: block;
  color: var(--ink);
}

.proxy-lead {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.52;
  letter-spacing: -.025em;
}

.proxy-orbit-card {
  min-height: 560px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, .78), rgba(235, 228, 216, .64)),
    var(--surface);
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(54, 45, 33, .14);
}

.proxy-orbit-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 28px;
  border: 1px solid rgba(21, 21, 21, .08);
  pointer-events: none;
}

.proxy-orbit-card::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -170px;
  top: -190px;
  border-radius: 50%;
  background: rgba(184, 155, 94, .22);
  filter: blur(2px);
  pointer-events: none;
}

.proxy-orbit-top,
.proxy-orbit,
.proxy-card-grid {
  position: relative;
  z-index: 2;
}

.proxy-orbit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 640;
}

.proxy-orbit {
  width: min(330px, 72vw);
  aspect-ratio: 1;
  margin: 42px auto 34px;
  display: grid;
  place-items: center;
  position: relative;
}

.proxy-ring {
  position: absolute;
  border: 1px solid rgba(21, 21, 21, .1);
  border-radius: 50%;
  animation: proxy-spin 18s linear infinite;
}

.proxy-ring:nth-child(1) {
  inset: 0;
}

.proxy-ring:nth-child(2) {
  inset: 38px;
  opacity: .72;
  animation-duration: 24s;
  animation-direction: reverse;
}

.proxy-ring:nth-child(3) {
  inset: 76px;
  opacity: .5;
  animation-duration: 30s;
}

.proxy-core {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 22px 60px rgba(21, 21, 21, .22);
}

.proxy-core svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.proxy-node {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 9px rgba(184, 155, 94, .18);
  animation: proxy-pulse 2.2s ease-in-out infinite;
}

.proxy-node-a {
  top: 76px;
  right: 60px;
}

.proxy-node-b {
  bottom: 72px;
  left: 58px;
  transform: scale(.72);
  opacity: .82;
  animation-delay: .45s;
}

.proxy-node-c {
  right: 84px;
  bottom: 96px;
  transform: scale(.58);
  opacity: .68;
  animation-delay: .9s;
}

.proxy-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: auto;
}

.proxy-metrics {
  padding-top: 28px;
}

.proxy-plans .plan {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.proxy-plans .plan:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 24px 70px rgba(54, 45, 33, .09);
}

.proxy-plans .plan.main:hover {
  border-color: var(--ink);
  box-shadow: 0 34px 90px rgba(21, 21, 21, .18);
}

.proxy-server-section {
  padding-top: 20px;
}

.proxy-server-panel {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 32px;
  align-items: end;
  padding: 34px;
  border-radius: 44px;
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}

.proxy-server-panel::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px solid rgba(248, 242, 231, .14);
  box-shadow:
    0 0 0 54px rgba(248, 242, 231, .035),
    0 0 0 108px rgba(248, 242, 231, .025);
}

.proxy-server-panel > * {
  position: relative;
  z-index: 2;
}

.proxy-server-panel h2 {
  max-width: 740px;
}

.proxy-server-panel .section-text {
  max-width: 560px;
  margin-top: 20px;
  color: rgba(248, 242, 231, .68);
}

.proxy-server-list {
  display: grid;
  gap: 12px;
}

.proxy-server-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(248, 242, 231, .12);
  border-radius: 22px;
  background: rgba(248, 242, 231, .055);
}

.proxy-server-item span {
  grid-column: 1 / -1;
  color: rgba(248, 242, 231, .52);
  font-size: 13px;
  font-weight: 620;
}

.proxy-server-item strong {
  font-size: 20px;
  letter-spacing: -.045em;
}

.proxy-server-item em {
  color: var(--accent);
  font-style: normal;
  font-size: 13px;
  font-weight: 720;
}

@keyframes proxy-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes proxy-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 9px rgba(184, 155, 94, .18);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(184, 155, 94, 0);
  }
}

@media (max-width: 980px) {
  .proxy-hero-grid,
  .proxy-server-panel {
    grid-template-columns: 1fr;
  }

  .proxy-orbit-card {
    min-height: auto;
  }

  .proxy-server-panel {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .proxy-hero {
    padding: 54px 0 44px;
  }

  .proxy-title {
    font-size: clamp(48px, 16vw, 70px);
  }

  .proxy-orbit-card {
    padding: 22px;
    border-radius: 28px;
  }

  .proxy-orbit {
    width: 238px;
    margin-top: 38px;
  }

  .proxy-core {
    width: 94px;
    height: 94px;
  }

  .proxy-core svg {
    width: 36px;
    height: 36px;
  }

  .proxy-card-grid {
    grid-template-columns: 1fr;
  }

  .proxy-server-panel {
    padding: 24px;
    border-radius: 32px;
  }

  .proxy-server-item {
    grid-template-columns: 1fr;
  }
}