.muserver-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 20px 96px;
}

.muserver-page .muserver-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(24, 217, 244, .22);
  border-radius: 34px;
  padding: 78px 64px;
  background:
    radial-gradient(circle at 18% 18%, rgba(33, 93, 186, .38), transparent 34%),
    radial-gradient(circle at 82% 14%, rgba(24, 217, 244, .24), transparent 30%),
    linear-gradient(135deg, rgba(9, 24, 50, .96), rgba(4, 27, 39, .98));
  box-shadow: 0 34px 100px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.muserver-page .muserver-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(24, 217, 244, .04), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.muserver-page .muserver-hero h1 {
  max-width: 860px;
  margin: 18px 0;
  font-size: clamp(3.4rem, 8vw, 7rem);
  letter-spacing: -.08em;
  line-height: .9;
}

.muserver-page .muserver-hero p {
  max-width: 790px;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.65;
}

.muserver-page .mu-landing-section {
  margin-top: 82px;
}

.muserver-page .mu-section-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 42px;
}

.muserver-page .mu-section-title h2,
.muserver-page .mu-code-section h2,
.muserver-page .mu-final-cta h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -.075em;
  line-height: .95;
  margin: 12px 0;
}

.muserver-page .mu-section-title p,
.muserver-page .mu-code-section p,
.muserver-page .mu-final-cta p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.muserver-page .mu-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: stretch;
}

.muserver-page .mu-feature-grid article,
.muserver-page .mu-code-card,
.muserver-page .mu-performance-grid div,
.muserver-page .mu-compare-stack article,
.muserver-page .mu-plan-grid article,
.muserver-page .mu-tech-grid article,
.muserver-page .mu-final-cta {
  border: 1px solid rgba(82, 157, 255, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(24, 217, 244, .08), transparent 36%),
    linear-gradient(145deg, rgba(10, 28, 47, .92), rgba(5, 15, 29, .97));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.muserver-page .mu-feature-grid article {
  min-height: 245px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.muserver-page .mu-feature-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(24, 217, 244, .72);
  box-shadow: 0 34px 85px rgba(24, 217, 244, .14), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.muserver-page .mu-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  background: linear-gradient(135deg, rgba(24, 217, 244, .18), rgba(130, 80, 255, .22));
  border: 1px solid rgba(24, 217, 244, .26);
  box-shadow: 0 18px 35px rgba(24, 217, 244, .10);
  font-size: 1.35rem;
}

.muserver-page .mu-feature-grid h3,
.muserver-page .mu-plan-grid h3 {
  font-size: 1.35rem;
  margin: 0 0 14px;
  color: #f5f8ff;
}

.muserver-page .mu-feature-grid p,
.muserver-page .mu-plan-grid p,
.muserver-page .mu-plan-grid div {
  color: var(--muted);
  line-height: 1.7;
}

.muserver-page .mu-feature-grid p {
  margin-bottom: 0;
}

.muserver-page .mu-code-section {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.muserver-page .mu-check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0;
  display: grid;
  gap: 15px;
}

.muserver-page .mu-check-list li {
  color: var(--muted);
}

.muserver-page .mu-check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 12px;
  color: #06131e;
  background: #35f7c5;
  font-size: .75rem;
  font-weight: 900;
}

.muserver-page .mu-code-card {
  overflow: hidden;
  border-color: rgba(118, 78, 255, .38);
  background: #050b17;
}

.muserver-page .mu-code-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(118, 78, 255, .25);
  background: rgba(3, 8, 18, .96);
}

.muserver-page .mu-code-card strong {
  color: #fff;
}

.muserver-page .mu-code-card pre {
  margin: 0;
  padding: 30px;
  overflow: auto;
  background:
    linear-gradient(180deg, rgba(21, 33, 60, .98), rgba(14, 22, 41, .98));
  color: #79eaff;
  line-height: 1.7;
  font-size: .92rem;
  white-space: pre;
}

.muserver-page .mu-code-card code {
  font-family: Consolas, "JetBrains Mono", monospace;
}

.muserver-page .mu-performance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 900px;
  margin: 0 auto;
}

.muserver-page .mu-performance-grid div {
  padding: 24px 28px;
  font-weight: 900;
  color: #f7fbff;
}

.muserver-page .mu-performance-grid span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 14px;
  background: rgba(53, 247, 197, .16);
  color: #35f7c5;
}

.muserver-page .mu-compare-stack {
  display: grid;
  gap: 24px;
}

.muserver-page .mu-compare-stack article {
  overflow: hidden;
}

.muserver-page .mu-compare-stack h3 {
  margin: 0;
  padding: 22px;
  text-align: center;
  background: rgba(16, 29, 56, .92);
  color: #f8fbff;
}

.muserver-page .mu-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.muserver-page .mu-compare-row div {
  padding: 28px;
  display: grid;
  gap: 12px;
}

.muserver-page .mu-compare-row .good {
  background: rgba(40, 247, 188, .11);
}

.muserver-page .mu-compare-row .bad {
  background: rgba(255, 89, 118, .10);
}

.muserver-page .mu-compare-row .good strong {
  color: #35f7c5;
}

.muserver-page .mu-compare-row .bad strong {
  color: #ff7890;
}

.muserver-page .mu-compare-row span {
  color: var(--muted);
}

.muserver-page .mu-plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.muserver-page .mu-plan-grid article {
  padding: 38px;
}

.muserver-page .mu-plan-grid article.featured {
  border-color: rgba(24, 217, 244, .78);
  box-shadow: 0 30px 95px rgba(24, 217, 244, .15);
}

.muserver-page .mu-plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(24, 217, 244, .28);
  border-radius: 999px;
  padding: 8px 13px;
  color: #27e7ff;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 22px;
}

.muserver-page .mu-plan-badge.free {
  color: #06131e;
  background: linear-gradient(135deg, #35f7c5, #27e7ff);
  border-color: rgba(53, 247, 197, .88);
  box-shadow: 0 0 28px rgba(24, 217, 244, .24);
}

.muserver-page .mu-plan-badge.price {
  color: #f6fbff;
  background: linear-gradient(135deg, rgba(24, 217, 244, .2), rgba(120, 78, 255, .18));
  border-color: rgba(24, 217, 244, .52);
  font-size: 1rem;
  font-weight: 950;
}

.muserver-page .mu-plan-grid .button {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}

.muserver-page .mu-tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.muserver-page .mu-tech-grid article {
  overflow: hidden;
}

.muserver-page .mu-tech-grid h3 {
  margin: 0;
  padding: 24px 26px;
  color: #c18cff;
  background: rgba(47, 21, 76, .35);
  border-bottom: 1px solid rgba(193, 140, 255, .14);
}

.muserver-page .mu-tech-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 26px;
  border-top: 1px solid rgba(255, 255, 255, .065);
  color: var(--muted);
}

.muserver-page .mu-tech-grid article.events-card {
  grid-column: 1 / -1;
  border-color: rgba(193, 140, 255, .34);
  background:
    radial-gradient(circle at 16% 10%, rgba(193, 140, 255, .14), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(24, 217, 244, .10), transparent 28%),
    linear-gradient(145deg, rgba(10, 28, 47, .94), rgba(5, 15, 29, .98));
}

.muserver-page .mu-tech-grid article.events-card h3 {
  color: #f1dcff;
  background: linear-gradient(90deg, rgba(98, 42, 145, .42), rgba(16, 29, 56, .82));
}

.muserver-page .mu-tech-grid article.events-card .mu-tech-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  padding: 4px 26px 18px;
}

.muserver-page .mu-tech-grid article.events-card .mu-tech-list > div {
  padding: 14px 0;
}

.muserver-page .mu-tech-grid strong {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(53, 247, 197, .16);
  color: #35f7c5;
}

.muserver-page .mu-final-cta {
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 18% 24%, rgba(24, 217, 244, .20), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(120, 78, 255, .18), transparent 30%),
    linear-gradient(145deg, rgba(11, 38, 56, .98), rgba(7, 19, 34, .98));
}

.muserver-page .mu-final-cta p {
  max-width: 660px;
}

.muserver-page .muserver-catalog {
  margin-top: 76px;
}

.muserver-page .mu-grid {
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
  align-items: start;
}

.muserver-page .mu-grid .free-card {
  min-height: 520px;
}

.muserver-page .mu-grid .free-card > img {
  height: 220px;
  object-fit: cover;
}

.muserver-page .mu-grid .free-card-body {
  min-height: 300px;
}

.muserver-page .mu-grid .free-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.muserver-page .mu-detail-shell {
  display: grid;
  gap: 42px;
}

.muserver-page .mu-detail-shell .project-hero {
  min-height: 520px;
}

.muserver-page .free-modal-video {
  margin: 26px 0;
}

.muserver-page .free-modal-video .video-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(24, 217, 244, .24);
  background: #020913;
}

.muserver-page .free-modal-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.muserver-page .project-gallery {
  margin-top: 0;
}

.muserver-page .release-stack {
  max-height: 560px;
  overflow: auto;
  padding-right: 8px;
}

.muserver-page .free-modal-card {
  max-width: 1120px;
}

.muserver-page .free-modal-gallery div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.muserver-page .free-modal-gallery img {
  width: 100%;
  height: 125px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(24, 217, 244, .2);
}

@media (max-width: 900px) {
  .muserver-page .mu-feature-grid,
  .muserver-page .mu-code-section,
  .muserver-page .mu-performance-grid,
  .muserver-page .mu-compare-row,
  .muserver-page .mu-plan-grid,
  .muserver-page .mu-tech-grid {
    grid-template-columns: 1fr;
  }

  .muserver-page .mu-final-cta {
    display: block;
  }

  .muserver-page .mu-final-cta .actions {
    margin-top: 22px;
  }

  .muserver-page .mu-tech-grid article.events-card .mu-tech-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .muserver-page {
    padding: 34px 14px 72px;
  }

  .muserver-page .muserver-hero {
    padding: 48px 24px;
  }

  .muserver-page .mu-grid {
    grid-template-columns: 1fr;
  }

  .muserver-page .mu-grid .free-card {
    min-height: auto;
  }

  .muserver-page .mu-grid .free-card > img {
    height: 180px;
  }

  .muserver-page .mu-feature-grid article,
  .muserver-page .mu-plan-grid article,
  .muserver-page .mu-final-cta {
    padding: 24px;
  }
}
