.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: 0;
  min-height: 590px;
  width: min(1540px, calc(100vw - 24px));
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  padding: 74px 40px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .48) 0%, rgba(2, 7, 13, .12) 30%, rgba(2, 7, 13, .08) 58%, rgba(2, 7, 13, .46) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, .16) 0%, rgba(2, 7, 13, .04) 36%, rgba(2, 7, 13, .48) 100%),
    url("muserver-hero-emulator.png") center 18% / cover no-repeat;
  box-shadow: 0 38px 110px rgba(0, 0, 0, .45), inset 0 -1px 0 rgba(24, 217, 244, .22);
}

.muserver-page .muserver-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(24, 217, 244, .10), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .30));
  pointer-events: none;
}

.muserver-page .mu-hero-badges,
.muserver-page .mu-hero-copy,
.muserver-page .muserver-hero .eyebrow,
.muserver-page .muserver-hero h1 {
  position: relative;
  z-index: 2;
}

.muserver-page .mu-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
}

.muserver-page .mu-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(7, 15, 22, .64);
  color: #eef8ff;
  font-weight: 800;
  font-size: .84rem;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .38);
  backdrop-filter: blur(9px);
}

.muserver-page .mu-hero-badges span:first-child {
  border-color: rgba(45, 255, 160, .35);
  background: rgba(0, 84, 48, .62);
}

.muserver-page .mu-hero-badges span:nth-child(2) {
  border-color: rgba(255, 195, 105, .34);
  background: rgba(98, 40, 18, .62);
}

.muserver-page .mu-hero-badges span:nth-child(3) {
  border-color: rgba(132, 157, 255, .38);
  background: rgba(38, 49, 117, .62);
}

.muserver-page .mu-hero-copy {
  max-width: 1120px;
  text-align: center;
}

.muserver-page .muserver-hero .eyebrow {
  display: inline-flex;
  padding: 9px 14px;
  border: 1px solid rgba(24, 217, 244, .22);
  border-radius: 999px;
  background: rgba(2, 11, 18, .56);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .34);
  backdrop-filter: blur(10px);
}

.muserver-page .muserver-hero h1 {
  max-width: 860px;
  margin: 18px auto 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-size: clamp(3.25rem, 6.2vw, 6.6rem);
  letter-spacing: -.08em;
  line-height: .9;
  text-shadow: 0 8px 0 rgba(0, 0, 0, .12), 0 22px 62px rgba(0, 0, 0, .96);
}

.muserver-page .muserver-hero p {
  position: relative;
  z-index: 2;
  max-width: 740px;
  margin: 24px auto 0;
  color: rgba(230, 244, 255, .92);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.7;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .9);
}

.muserver-page .mu-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.muserver-page .mu-hero-actions .button {
  min-width: 218px;
  justify-content: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .38);
}

.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: #dbe8ff;
  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-code-card .code-keyword {
  color: #8f6dff;
  font-weight: 800;
}

.muserver-page .mu-code-card .code-function {
  color: #5ee7ff;
  font-weight: 800;
}

.muserver-page .mu-code-card .code-variable {
  color: #f8faff;
}

.muserver-page .mu-code-card .code-property {
  color: #9cc7ff;
}

.muserver-page .mu-code-card .code-string {
  color: #25f0b2;
}

.muserver-page .mu-code-card .code-number {
  color: #ffb86b;
  font-weight: 800;
}

.muserver-page .mu-code-card .code-operator,
.muserver-page .mu-code-card .code-punctuation {
  color: #ff5d8f;
}

.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 {
    min-height: 420px;
    padding: 32px 20px;
    background-position: center top;
  }

  .muserver-page .muserver-hero h1 {
    max-width: 100%;
    padding: 18px 18px 20px;
    font-size: clamp(2.35rem, 12vw, 4.2rem);
  }

  .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;
  }
}
