:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-10fcacf *//* =========================================================
   MINECRAFT XBOX SERIES X VERSION PAGE
   CSS PART 1
   Global Styles + Hero + Platform Strip + Overview + Features
   Elementor Compatible
   Accent Color: #278536
========================================================= */


/* =========================================================
   GLOBAL STYLES
========================================================= */

.mc-xsx-page,
.mc-xsx-page * {
  box-sizing: border-box;
}

.mc-xsx-page {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #1d221e;
  font-family: Arial, Helvetica, sans-serif;
}

.mc-xsx-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mc-xsx-page a {
  text-decoration: none;
}

.mc-xsx-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.mc-xsx-kicker,
.mc-xsx-heading > span {
  display: block;
  margin: 0 0 12px;
  color: #278536;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.mc-xsx-heading {
  width: 100%;
  max-width: 870px;
  margin: 0 auto 48px;
  text-align: center;
}

.mc-xsx-heading h2 {
  margin: 0 0 17px;
  color: #1d221e;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -1px;
}

.mc-xsx-heading p {
  max-width: 810px;
  margin: 0 auto;
  color: #59635a;
  font-size: 16px;
  line-height: 1.85;
}

.mc-xsx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 25px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-btn-primary {
  border-color: #278536;
  background: #278536;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(39, 133, 54, 0.2);
}

.mc-xsx-btn-primary:hover {
  transform: translateY(-3px);
  border-color: #1e692b;
  background: #1e692b;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(39, 133, 54, 0.25);
}

.mc-xsx-btn-outline {
  border-color: #cad6cc;
  background: #ffffff;
  color: #1d221e;
}

.mc-xsx-btn-outline:hover {
  transform: translateY(-3px);
  border-color: #278536;
  color: #278536;
}

.mc-xsx-btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #278536;
}

.mc-xsx-btn-light:hover {
  transform: translateY(-3px);
  border-color: #e7f3e9;
  background: #e7f3e9;
  color: #1e692b;
}


/* =========================================================
   HERO SECTION
========================================================= */

.mc-xsx-hero {
  position: relative;
  padding: 105px 0 95px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(39, 133, 54, 0.12),
      transparent 26%
    ),
    radial-gradient(
      circle at 7% 84%,
      rgba(39, 133, 54, 0.08),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      #f8fbf8 0%,
      #eef7ef 52%,
      #ffffff 100%
    );
}

.mc-xsx-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -145px;
  width: 500px;
  height: 500px;
  border: 82px solid rgba(39, 133, 54, 0.055);
  border-radius: 50%;
}

.mc-xsx-hero::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -105px;
  width: 285px;
  height: 285px;
  background-image:
    linear-gradient(
      rgba(39, 133, 54, 0.075) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(39, 133, 54, 0.075) 1px,
      transparent 1px
    );
  background-size: 23px 23px;
  transform: rotate(8deg);
}

.mc-xsx-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(390px, 0.92fr);
  gap: 70px;
  align-items: center;
}

.mc-xsx-hero-content h1 {
  max-width: 720px;
  margin: 0 0 23px;
  color: #1d221e;
  font-size: 59px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -2.2px;
}

.mc-xsx-hero-content > p {
  max-width: 700px;
  margin: 0;
  color: #59635a;
  font-size: 17px;
  line-height: 1.85;
}

.mc-xsx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.mc-xsx-hero-details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 39px;
  border-top: 1px solid #d0dbd2;
  border-bottom: 1px solid #d0dbd2;
}

.mc-xsx-hero-details > div {
  min-width: 0;
  padding: 19px 12px;
  text-align: center;
  border-right: 1px solid #d0dbd2;
}

.mc-xsx-hero-details > div:last-child {
  border-right: 0;
}

.mc-xsx-hero-details span {
  display: block;
  margin-bottom: 6px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-hero-details strong {
  display: block;
  color: #1d221e;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.mc-xsx-hero-visual {
  position: relative;
  min-height: 560px;
}

.mc-xsx-console {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 50%;
  width: 245px;
  height: 440px;
  border-radius: 11px;
  background:
    linear-gradient(
      90deg,
      #141815 0%,
      #252b26 48%,
      #111411 100%
    );
  box-shadow:
    0 35px 85px rgba(20, 28, 21, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateX(-50%);
}

.mc-xsx-console::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.mc-xsx-console::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -18px;
  height: 20px;
  border-radius: 50%;
  background: rgba(15, 20, 16, 0.23);
  filter: blur(8px);
}

.mc-xsx-console-top {
  position: absolute;
  top: -6px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  height: 75px;
  padding: 15px;
  border-radius: 10px 10px 16px 16px;
  background:
    linear-gradient(
      180deg,
      #232924,
      #151916
    );
}

.mc-xsx-console-top span {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #050706;
}

.mc-xsx-console-top span::after {
  content: "";
  position: absolute;
  inset: 30%;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.82);
  box-shadow: 0 0 12px rgba(39, 133, 54, 0.5);
}

.mc-xsx-console-logo {
  position: absolute;
  top: 108px;
  left: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-console-slot {
  position: absolute;
  right: 30px;
  bottom: 76px;
  width: 5px;
  height: 103px;
  border-radius: 10px;
  background: #050706;
  box-shadow: 1px 0 rgba(255, 255, 255, 0.08);
}

.mc-xsx-console-power {
  position: absolute;
  right: 27px;
  bottom: 39px;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

.mc-xsx-floating-card {
  position: absolute;
  z-index: 5;
  width: 225px;
  padding: 21px;
  border: 1px solid #d6dfd7;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 52px rgba(30, 44, 32, 0.15);
  backdrop-filter: blur(8px);
}

.mc-xsx-floating-card > span {
  display: block;
  margin-bottom: 7px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-floating-card strong {
  display: block;
  margin-bottom: 8px;
  color: #1d221e;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

.mc-xsx-floating-card p {
  margin: 0;
  color: #616b62;
  font-size: 14px;
  line-height: 1.7;
}

.mc-xsx-floating-card-one {
  top: 96px;
  left: 0;
}

.mc-xsx-floating-card-two {
  right: 0;
  bottom: 73px;
}

.mc-xsx-visual-badge {
  position: absolute;
  z-index: 6;
  left: 39px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 17px;
  background: #278536;
  box-shadow: 0 15px 33px rgba(39, 133, 54, 0.24);
}

.mc-xsx-visual-badge span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.mc-xsx-visual-badge strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}


/* =========================================================
   PLATFORM STRIP
========================================================= */

.mc-xsx-platform-strip {
  position: relative;
  z-index: 5;
  background: #1d221e;
}

.mc-xsx-platform-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mc-xsx-platform-strip-grid > div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 95px;
  padding: 22px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-xsx-platform-strip-grid > div:last-child {
  border-right: 0;
}

.mc-xsx-platform-strip-grid span {
  flex: 0 0 auto;
  color: #7dca89;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-platform-strip-grid p {
  margin: 0;
  color: #f4f7f4;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 800;
}


/* =========================================================
   OVERVIEW SECTION
========================================================= */

.mc-xsx-overview {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-overview-layout {
  display: grid;
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(300px, 0.65fr);
  gap: 35px;
  align-items: stretch;
}

.mc-xsx-overview-primary {
  min-width: 0;
}

.mc-xsx-overview-title {
  padding: 31px;
  border-left: 5px solid #278536;
  background: #f2f8f3;
}

.mc-xsx-overview-title > span {
  display: block;
  margin-bottom: 9px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-overview-title h3 {
  max-width: 650px;
  margin: 0;
  color: #1d221e;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.mc-xsx-overview-description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.mc-xsx-overview-description p {
  margin: 0;
  padding: 25px;
  border: 1px solid #e0e7e1;
  background: #ffffff;
  color: #5d675e;
  font-size: 15px;
  line-height: 1.83;
}

.mc-xsx-overview-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 23px;
}

.mc-xsx-overview-points article {
  position: relative;
  min-height: 210px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid #dfe7e0;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-overview-points article::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -25px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.07);
}

.mc-xsx-overview-points article:hover {
  transform: translateY(-5px);
  border-color: #278536;
  box-shadow: 0 16px 35px rgba(30, 52, 34, 0.08);
}

.mc-xsx-overview-points span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  background: #eaf5ec;
  color: #278536;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-overview-points h3 {
  margin: 0 0 10px;
  color: #1d221e;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 900;
}

.mc-xsx-overview-points p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #626c63;
  font-size: 14px;
  line-height: 1.75;
}

.mc-xsx-overview-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #1d221e;
  color: #ffffff;
}

.mc-xsx-overview-code {
  position: relative;
  min-height: 205px;
  padding: 31px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #278536,
      #1e6f2c
    );
}

.mc-xsx-overview-code::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 190px;
  height: 190px;
  border: 40px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.mc-xsx-overview-code span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 18px;
  color: #dff1e2;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-overview-code strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-size: 70px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
}

.mc-xsx-overview-specs {
  flex: 1;
  padding: 11px 30px 29px;
}

.mc-xsx-overview-specs > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-xsx-overview-specs > div:last-child {
  border-bottom: 0;
}

.mc-xsx-overview-specs span {
  color: #aeb8af;
  font-size: 14px;
  line-height: 1.5;
}

.mc-xsx-overview-specs strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-align: right;
}


/* =========================================================
   FEATURES SECTION
========================================================= */

.mc-xsx-features {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xsx-feature-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 21px;
}

.mc-xsx-feature-layout article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-feature-layout article:hover {
  transform: translateY(-6px);
  border-color: #278536;
  box-shadow: 0 18px 42px rgba(31, 53, 35, 0.09);
}

.mc-xsx-feature-layout article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  background: #278536;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-feature-layout small {
  display: block;
  margin-bottom: 9px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-feature-layout h3 {
  margin: 0 0 12px;
  color: #1d221e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-feature-layout p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.78;
}

.mc-xsx-feature-large {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  min-height: 330px;
  padding: 0;
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f2f8f3 100%
    ) !important;
}

.mc-xsx-feature-large > span {
  align-self: stretch;
  width: 72px !important;
  height: 100% !important;
  border-radius: 0;
  font-size: 18px !important;
}

.mc-xsx-feature-large > div {
  padding: 36px 38px;
}

.mc-xsx-feature-large h3 {
  font-size: 29px;
}

.mc-xsx-feature-large p {
  max-width: 650px;
  font-size: 15px;
}

.mc-xsx-feature-large ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 18px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.mc-xsx-feature-large li {
  position: relative;
  padding-left: 25px;
  color: #445147;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 800;
}

.mc-xsx-feature-large li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #278536;
  font-weight: 900;
}

.mc-xsx-feature-standard {
  min-height: 260px;
  padding: 29px;
}

.mc-xsx-feature-standard > span {
  margin-bottom: 25px;
  border-radius: 50%;
}

.mc-xsx-feature-standard::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.055);
}

.mc-xsx-feature-standard h3,
.mc-xsx-feature-standard p {
  position: relative;
  z-index: 2;
}

.mc-xsx-feature-wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: center;
  min-height: 250px;
  padding: 34px;
  background: #1d221e !important;
  color: #ffffff;
}

.mc-xsx-feature-wide::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -85px;
  width: 255px;
  height: 255px;
  border: 48px solid rgba(39, 133, 54, 0.2);
  border-radius: 50%;
}

.mc-xsx-feature-wide > span {
  position: absolute;
  top: 0;
  left: 0;
}

.mc-xsx-feature-wide > div:first-of-type {
  padding-top: 25px;
}

.mc-xsx-feature-wide small {
  color: #8ed199;
}

.mc-xsx-feature-wide h3 {
  color: #ffffff;
  font-size: 27px;
}

.mc-xsx-feature-wide p {
  max-width: 650px;
  color: #d2dad3;
  font-size: 15px;
}

.mc-xsx-feature-wide-tags {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mc-xsx-feature-wide-tags b {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-align: center;
}


/* =========================================================
   CSS PART 1 RESPONSIVE STYLES
========================================================= */

@media (max-width: 1100px) {

  .mc-xsx-hero-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .mc-xsx-hero-content {
    max-width: 820px;
  }

  .mc-xsx-hero-visual {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
  }

  .mc-xsx-overview-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-overview-panel {
    display: grid;
    grid-template-columns: 0.55fr 1.45fr;
  }

  .mc-xsx-overview-code {
    min-height: 100%;
  }

  .mc-xsx-feature-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-feature-large,
  .mc-xsx-feature-wide {
    grid-column: span 2;
  }
}


@media (max-width: 900px) {

  .mc-xsx-container {
    padding: 0 24px;
  }

  .mc-xsx-platform-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-platform-strip-grid > div:nth-child(2) {
    border-right: 0;
  }

  .mc-xsx-platform-strip-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mc-xsx-overview-description,
  .mc-xsx-overview-points {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {

  .mc-xsx-container {
    padding: 0 18px;
  }

  .mc-xsx-heading {
    margin-bottom: 37px;
  }

  .mc-xsx-heading h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .mc-xsx-heading p {
    font-size: 15px;
  }

  .mc-xsx-hero {
    padding: 76px 0 72px;
  }

  .mc-xsx-overview,
  .mc-xsx-features {
    padding: 75px 0;
  }

  .mc-xsx-hero-content h1 {
    font-size: 43px;
    letter-spacing: -1.4px;
  }

  .mc-xsx-hero-content > p {
    font-size: 15px;
  }

  .mc-xsx-hero-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-hero-details > div:nth-child(2) {
    border-right: 0;
  }

  .mc-xsx-hero-details > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d0dbd2;
  }

  .mc-xsx-hero-visual {
    min-height: 520px;
  }

  .mc-xsx-console {
    width: 220px;
    height: 410px;
  }

  .mc-xsx-floating-card {
    width: 200px;
    padding: 18px;
  }

  .mc-xsx-floating-card-one {
    top: 100px;
  }

  .mc-xsx-floating-card-two {
    bottom: 45px;
  }

  .mc-xsx-visual-badge {
    left: 10px;
    bottom: 0;
  }

  .mc-xsx-overview-panel {
    grid-template-columns: 1fr;
  }

  .mc-xsx-overview-code {
    min-height: 190px;
  }

  .mc-xsx-feature-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-feature-large,
  .mc-xsx-feature-wide {
    grid-column: auto;
  }

  .mc-xsx-feature-large {
    grid-template-columns: 1fr;
  }

  .mc-xsx-feature-large > span {
    width: 50px !important;
    height: 50px !important;
  }

  .mc-xsx-feature-large > div {
    padding: 30px;
  }

  .mc-xsx-feature-large ul {
    grid-template-columns: 1fr;
  }

  .mc-xsx-feature-wide {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .mc-xsx-feature-wide-tags {
    max-width: 350px;
  }
}


@media (max-width: 520px) {

  .mc-xsx-hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .mc-xsx-heading h2 {
    font-size: 29px;
  }

  .mc-xsx-hero-actions {
    flex-direction: column;
  }

  .mc-xsx-btn {
    width: 100%;
  }

  .mc-xsx-platform-strip-grid {
    grid-template-columns: 1fr;
  }

  .mc-xsx-platform-strip-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mc-xsx-platform-strip-grid > div:last-child {
    border-bottom: 0;
  }

  .mc-xsx-hero-visual {
    min-height: 490px;
  }

  .mc-xsx-console {
    width: 190px;
    height: 370px;
  }

  .mc-xsx-console-top {
    left: 13px;
    right: 13px;
    gap: 6px;
    padding: 13px;
  }

  .mc-xsx-floating-card {
    width: 175px;
    padding: 15px;
  }

  .mc-xsx-floating-card strong {
    font-size: 18px;
  }

  .mc-xsx-floating-card p {
    font-size: 14px;
  }

  .mc-xsx-floating-card-one {
    top: 100px;
    left: -5px;
  }

  .mc-xsx-floating-card-two {
    right: -5px;
    bottom: 45px;
  }

  .mc-xsx-visual-badge {
    left: 0;
    padding: 11px 13px;
  }

  .mc-xsx-overview-title {
    padding: 25px;
  }

  .mc-xsx-overview-title h3 {
    font-size: 24px;
  }

  .mc-xsx-overview-description p,
  .mc-xsx-overview-points article {
    padding: 23px;
  }

  .mc-xsx-overview-code strong {
    font-size: 58px;
  }

  .mc-xsx-overview-specs {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mc-xsx-feature-large > div,
  .mc-xsx-feature-standard,
  .mc-xsx-feature-wide {
    padding: 25px;
  }

  .mc-xsx-feature-large h3,
  .mc-xsx-feature-wide h3 {
    font-size: 24px;
  }

  .mc-xsx-feature-wide-tags {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   MINECRAFT XBOX SERIES X VERSION PAGE
   CSS PART 2
   Comparison + Benefits + Installation + Requirements
========================================================= */


/* =========================================================
   COMPARISON SECTION
========================================================= */

.mc-xsx-comparison {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-comparison-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.mc-xsx-compare-card {
  position: relative;
  min-height: 500px;
  padding: 38px;
  overflow: hidden;
  border: 1px solid #dce5dd;
}

.mc-xsx-compare-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.mc-xsx-compare-series {
  background: #edf7ef;
  border-color: #bfd8c3;
}

.mc-xsx-compare-series::after {
  border: 45px solid rgba(39, 133, 54, 0.09);
}

.mc-xsx-compare-one {
  background: #f7f8f7;
}

.mc-xsx-compare-one::after {
  border: 45px solid rgba(29, 34, 30, 0.05);
}

.mc-xsx-compare-card-header {
  position: relative;
  z-index: 2;
}

.mc-xsx-compare-card-header > span {
  display: block;
  margin-bottom: 10px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-compare-one .mc-xsx-compare-card-header > span {
  color: #6a746b;
}

.mc-xsx-compare-card-header h3 {
  margin: 0;
  color: #1d221e;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 900;
}

.mc-xsx-compare-code {
  position: relative;
  z-index: 2;
  display: block;
  margin: 35px 0 28px;
  color: rgba(39, 133, 54, 0.3);
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.mc-xsx-compare-one .mc-xsx-compare-code {
  color: #d0d5d1;
}

.mc-xsx-compare-card ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-xsx-compare-card li {
  position: relative;
  padding: 16px 0 16px 30px;
  border-top: 1px solid rgba(38, 54, 41, 0.12);
  color: #4e5b50;
  font-size: 14px;
  line-height: 1.65;
}

.mc-xsx-compare-card li::before {
  content: "✓";
  position: absolute;
  top: 16px;
  left: 0;
  color: #278536;
  font-weight: 900;
}

.mc-xsx-comparison-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1d221e;
}

.mc-xsx-comparison-center span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #278536;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-comparison-center div {
  width: 1px;
  height: 170px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.18);
}

.mc-xsx-comparison-table-wrap {
  width: 100%;
  margin-top: 35px;
  overflow-x: auto;
  border: 1px solid #dbe4dc;
}

.mc-xsx-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.mc-xsx-comparison-table th {
  padding: 19px 20px;
  background: #1d221e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.mc-xsx-comparison-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e8e2;
  color: #4f5950;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}

.mc-xsx-comparison-table tbody tr:hover {
  background: #f0f8f1;
}

.mc-xsx-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 8px 12px;
  background: #eaf5ec;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
}


/* =========================================================
   BENEFITS SECTION
========================================================= */

.mc-xsx-benefits {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xsx-benefit-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
}

.mc-xsx-benefit-navigation {
  position: relative;
  min-height: 570px;
  padding: 39px;
  overflow: hidden;
  background: #278536;
  color: #ffffff;
}

.mc-xsx-benefit-navigation::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -100px;
  width: 310px;
  height: 310px;
  border: 60px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.mc-xsx-benefit-navigation-title {
  position: relative;
  z-index: 2;
}

.mc-xsx-benefit-navigation-title > span {
  display: block;
  margin-bottom: 12px;
  color: #d8efdc;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-benefit-navigation-title h3 {
  margin: 0;
  color: #ffffff;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.mc-xsx-benefit-navigation-list {
  position: absolute;
  z-index: 2;
  left: 39px;
  right: 39px;
  bottom: 39px;
}

.mc-xsx-benefit-navigation-list > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mc-xsx-benefit-navigation-list span {
  flex: 0 0 auto;
  color: #c8e6cd;
  font-size: 14px;
  font-weight: 900;
}

.mc-xsx-benefit-navigation-list strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.mc-xsx-benefit-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xsx-benefit-content article {
  display: flex;
  gap: 20px;
  min-height: 255px;
  padding: 29px;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-benefit-content article:hover {
  transform: translateY(-5px);
  border-color: #278536;
  box-shadow: 0 17px 38px rgba(30, 52, 34, 0.08);
}

.mc-xsx-benefit-content article > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-benefit-content h3 {
  margin: 0 0 11px;
  color: #1d221e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-benefit-content p {
  margin: 0;
  color: #616b62;
  font-size: 14px;
  line-height: 1.78;
}


/* =========================================================
   INSTALLATION SECTION
========================================================= */

.mc-xsx-installation {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-install-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, 0.78fr);
  gap: 29px;
  align-items: start;
}

.mc-xsx-install-timeline {
  position: relative;
}

.mc-xsx-install-timeline::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 30px;
  width: 2px;
  background: #d8e5da;
}

.mc-xsx-install-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 22px;
  margin-bottom: 20px;
  padding: 27px;
  border: 1px solid #dfe7e0;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-install-timeline article:last-child {
  margin-bottom: 0;
}

.mc-xsx-install-timeline article:hover {
  transform: translateX(5px);
  border-color: #278536;
  box-shadow: 0 14px 32px rgba(30, 52, 34, 0.07);
}

.mc-xsx-install-timeline article > span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: #278536;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-install-timeline small {
  display: block;
  margin-bottom: 7px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-install-timeline h3 {
  margin: 0 0 10px;
  color: #1d221e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-install-timeline p {
  margin: 0;
  color: #606b61;
  font-size: 14px;
  line-height: 1.76;
}

.mc-xsx-install-side {
  position: sticky;
  top: 25px;
  padding: 31px;
  background: #1d221e;
  color: #ffffff;
}

.mc-xsx-install-side-header {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.mc-xsx-install-side-header > span {
  display: block;
  margin-bottom: 10px;
  color: #86ce92;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-install-side-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 900;
}

.mc-xsx-install-method {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.mc-xsx-install-method:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mc-xsx-install-method > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 9px;
  background: rgba(39, 133, 54, 0.2);
  color: #8ed199;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-install-method h4 {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-install-method p {
  margin: 0;
  color: #cdd5ce;
  font-size: 14px;
  line-height: 1.75;
}

.mc-xsx-install-warning {
  display: flex;
  gap: 23px;
  align-items: flex-start;
  margin-top: 29px;
  padding: 27px 30px;
  border-left: 5px solid #278536;
  background: #edf7ef;
}

.mc-xsx-install-warning > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-install-warning p {
  margin: 0;
  color: #536055;
  font-size: 14px;
  line-height: 1.78;
}


/* =========================================================
   REQUIREMENTS SECTION
========================================================= */

.mc-xsx-requirements {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xsx-requirement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 28px;
}

.mc-xsx-requirement-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xsx-requirement-main article {
  display: flex;
  gap: 19px;
  min-height: 230px;
  padding: 27px;
  border: 1px solid #dce5dd;
  border-top: 4px solid #278536;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-requirement-main article:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(30, 52, 34, 0.08);
}

.mc-xsx-requirement-main article > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 23px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-requirement-main small {
  display: block;
  margin-bottom: 7px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-requirement-main h3 {
  margin: 0 0 10px;
  color: #1d221e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-requirement-main p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.76;
}

.mc-xsx-requirement-side {
  position: relative;
  min-height: 100%;
  padding: 35px;
  overflow: hidden;
  background: #278536;
  color: #ffffff;
}

.mc-xsx-requirement-side::after {
  content: "";
  position: absolute;
  right: -95px;
  top: -85px;
  width: 270px;
  height: 270px;
  border: 52px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.mc-xsx-requirement-side > span,
.mc-xsx-requirement-side > h3,
.mc-xsx-requirement-side > p,
.mc-xsx-requirement-checks {
  position: relative;
  z-index: 2;
}

.mc-xsx-requirement-side > span {
  display: block;
  margin-bottom: 11px;
  color: #d8efdc;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-requirement-side > h3 {
  margin: 0 0 17px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 900;
}

.mc-xsx-requirement-side > p {
  margin: 0;
  color: #ebf5ed;
  font-size: 15px;
  line-height: 1.82;
}

.mc-xsx-requirement-checks {
  margin-top: 32px;
}

.mc-xsx-requirement-checks > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mc-xsx-requirement-checks span {
  color: #cfe8d3;
  font-size: 14px;
  line-height: 1.5;
}

.mc-xsx-requirement-checks strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-align: right;
}


/* =========================================================
   CSS PART 2 RESPONSIVE STYLES
========================================================= */

@media (max-width: 1050px) {

  .mc-xsx-benefit-layout,
  .mc-xsx-install-layout,
  .mc-xsx-requirement-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-benefit-navigation {
    min-height: 430px;
  }

  .mc-xsx-install-side {
    position: static;
  }

  .mc-xsx-install-side {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .mc-xsx-install-side-header {
    grid-column: 1 / -1;
  }

  .mc-xsx-install-method {
    padding: 0;
    border-bottom: 0;
  }
}


@media (max-width: 900px) {

  .mc-xsx-comparison-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-comparison-center {
    min-height: 76px;
    flex-direction: row;
    gap: 20px;
  }

  .mc-xsx-comparison-center div {
    width: 120px;
    height: 1px;
    margin-top: 0;
  }

  .mc-xsx-benefit-content,
  .mc-xsx-requirement-main {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 767px) {

  .mc-xsx-comparison,
  .mc-xsx-benefits,
  .mc-xsx-installation,
  .mc-xsx-requirements {
    padding: 75px 0;
  }

  .mc-xsx-compare-card {
    min-height: auto;
    padding: 30px;
  }

  .mc-xsx-compare-code {
    font-size: 39px;
  }

  .mc-xsx-comparison-table thead {
    display: none;
  }

  .mc-xsx-comparison-table,
  .mc-xsx-comparison-table tbody,
  .mc-xsx-comparison-table tr,
  .mc-xsx-comparison-table td {
    display: block;
    width: 100%;
  }

  .mc-xsx-comparison-table tr {
    padding: 12px 0;
    border-bottom: 2px solid #d8e3da;
  }

  .mc-xsx-comparison-table td {
    position: relative;
    min-height: 52px;
    padding: 15px 15px 15px 47%;
    border-bottom: 1px solid #e5ebe6;
    text-align: right;
  }

  .mc-xsx-comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40%;
    color: #1d221e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    text-align: left;
  }

  .mc-xsx-benefit-navigation {
    min-height: 470px;
  }

  .mc-xsx-benefit-content {
    grid-template-columns: 1fr;
  }

  .mc-xsx-install-timeline::before {
    display: none;
  }

  .mc-xsx-install-timeline article {
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px;
  }

  .mc-xsx-install-timeline article > span {
    width: 50px;
    height: 50px;
  }

  .mc-xsx-install-side {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .mc-xsx-install-warning {
    flex-direction: column;
  }

  .mc-xsx-requirement-main article {
    min-height: auto;
  }
}


@media (max-width: 520px) {

  .mc-xsx-compare-card {
    padding: 25px;
  }

  .mc-xsx-compare-card-header h3 {
    font-size: 24px;
  }

  .mc-xsx-comparison-table td {
    padding: 49px 15px 14px;
    text-align: left;
  }

  .mc-xsx-comparison-table td::before {
    top: 13px;
    width: calc(100% - 30px);
  }

  .mc-xsx-benefit-navigation {
    min-height: 530px;
    padding: 28px;
  }

  .mc-xsx-benefit-navigation-title h3 {
    font-size: 29px;
  }

  .mc-xsx-benefit-navigation-list {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .mc-xsx-benefit-content article,
  .mc-xsx-requirement-main article {
    flex-direction: column;
    padding: 24px;
  }

  .mc-xsx-install-timeline article {
    grid-template-columns: 1fr;
  }

  .mc-xsx-install-timeline article:hover {
    transform: translateY(-4px);
  }

  .mc-xsx-install-warning {
    padding: 24px;
  }

  .mc-xsx-requirement-side {
    padding: 28px;
  }

  .mc-xsx-requirement-side > h3 {
    font-size: 27px;
  }
}
/* =========================================================
   MINECRAFT XBOX SERIES X VERSION PAGE
   CSS PART 3
   Performance + Gameplay + Storage + Version Table
   Related Versions + Final CTA + Responsive Styles
========================================================= */


/* =========================================================
   PERFORMANCE SECTION
========================================================= */

.mc-xsx-performance {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-performance-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: stretch;
}

.mc-xsx-performance-score {
  position: relative;
  min-height: 560px;
  padding: 38px;
  overflow: hidden;
  background: #1d221e;
  color: #ffffff;
}

.mc-xsx-performance-score::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -110px;
  width: 320px;
  height: 320px;
  border: 60px solid rgba(39, 133, 54, 0.22);
  border-radius: 50%;
}

.mc-xsx-performance-score-top,
.mc-xsx-performance-bars,
.mc-xsx-performance-score > p {
  position: relative;
  z-index: 2;
}

.mc-xsx-performance-score-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.mc-xsx-performance-score-top span {
  color: #9fd8a8;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-performance-score-top strong {
  color: #ffffff;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1.5px;
}

.mc-xsx-performance-bars {
  margin-top: 31px;
}

.mc-xsx-performance-bars > div {
  margin-bottom: 25px;
}

.mc-xsx-performance-bars > div:last-child {
  margin-bottom: 0;
}

.mc-xsx-performance-bars span,
.mc-xsx-performance-bars b {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.mc-xsx-performance-bars span {
  color: #d8dfd9;
  font-weight: 800;
}

.mc-xsx-performance-bars b {
  float: right;
  color: #ffffff;
  font-weight: 900;
}

.mc-xsx-performance-bars > div > div {
  clear: both;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.mc-xsx-performance-bars i {
  display: block;
  height: 100%;
  background: #278536;
}

.mc-xsx-performance-score > p {
  margin: 31px 0 0;
  color: #cbd4cc;
  font-size: 14px;
  line-height: 1.8;
}

.mc-xsx-performance-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xsx-performance-cards article {
  position: relative;
  min-height: 270px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-performance-cards article::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.06);
}

.mc-xsx-performance-cards article:hover {
  transform: translateY(-5px);
  border-color: #278536;
  box-shadow: 0 17px 38px rgba(30, 52, 34, 0.08);
}

.mc-xsx-performance-cards article > span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 26px;
  color: #278536;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-performance-cards h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: #1d221e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-performance-cards p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.78;
}


/* =========================================================
   GAMEPLAY SECTION
========================================================= */

.mc-xsx-gameplay {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xsx-gameplay-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 21px;
}

.mc-xsx-gameplay-card {
  position: relative;
  min-height: 255px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-gameplay-card:hover {
  transform: translateY(-6px);
  border-color: #278536;
  box-shadow: 0 18px 40px rgba(30, 52, 34, 0.08);
}

.mc-xsx-gameplay-card > span {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 11px;
  background: #eaf5ec;
  color: #278536;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-gameplay-card h3 {
  margin: 0 0 12px;
  color: #1d221e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-gameplay-card p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.78;
}

.mc-xsx-gameplay-card-large {
  grid-column: span 2;
  min-height: 330px;
  padding: 37px;
  background:
    linear-gradient(
      135deg,
      #ffffff,
      #eef7ef
    );
}

.mc-xsx-gameplay-card-large h3 {
  font-size: 30px;
}

.mc-xsx-gameplay-card-large p {
  max-width: 680px;
  font-size: 15px;
}

.mc-xsx-gameplay-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.mc-xsx-gameplay-tags b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid #cfe0d2;
  background: #ffffff;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
}

.mc-xsx-gameplay-card-wide {
  grid-column: span 2;
  min-height: 250px;
  background: #1d221e;
}

.mc-xsx-gameplay-card-wide::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -95px;
  width: 270px;
  height: 270px;
  border: 50px solid rgba(39, 133, 54, 0.18);
  border-radius: 50%;
}

.mc-xsx-gameplay-card-wide > span,
.mc-xsx-gameplay-card-wide h3,
.mc-xsx-gameplay-card-wide p {
  position: relative;
  z-index: 2;
}

.mc-xsx-gameplay-card-wide > span {
  background: rgba(39, 133, 54, 0.18);
  color: #8ed199;
}

.mc-xsx-gameplay-card-wide h3 {
  color: #ffffff;
  font-size: 26px;
}

.mc-xsx-gameplay-card-wide p {
  max-width: 700px;
  color: #cfd7d0;
  font-size: 15px;
}


/* =========================================================
   STORAGE SECTION
========================================================= */

.mc-xsx-storage {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-storage-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 29px;
  align-items: stretch;
}

.mc-xsx-storage-visual {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mc-xsx-storage-drive {
  position: relative;
  flex: 1;
  min-height: 420px;
  padding: 37px;
  overflow: hidden;
  background:
    linear-gradient(
      145deg,
      #278536,
      #1f6f2d
    );
  color: #ffffff;
}

.mc-xsx-storage-drive::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 58px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.mc-xsx-storage-drive > span,
.mc-xsx-storage-drive > strong,
.mc-xsx-storage-drive-bar,
.mc-xsx-storage-drive > p {
  position: relative;
  z-index: 2;
}

.mc-xsx-storage-drive > span {
  display: block;
  margin-bottom: 15px;
  color: #d8efdc;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-storage-drive > strong {
  display: block;
  margin-bottom: 34px;
  color: #ffffff;
  font-size: 75px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -3px;
}

.mc-xsx-storage-drive-bar {
  width: 100%;
  height: 16px;
  margin-bottom: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.mc-xsx-storage-drive-bar i {
  display: block;
  width: 68%;
  height: 100%;
  background: #ffffff;
}

.mc-xsx-storage-drive > p {
  max-width: 390px;
  margin: 0;
  color: #edf6ef;
  font-size: 15px;
  line-height: 1.8;
}

.mc-xsx-storage-tip {
  padding: 26px 29px;
  border: 1px solid #dce5dd;
  background: #f4f8f4;
}

.mc-xsx-storage-tip > span {
  display: block;
  margin-bottom: 9px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-storage-tip p {
  margin: 0;
  color: #586359;
  font-size: 14px;
  line-height: 1.76;
}

.mc-xsx-storage-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xsx-storage-content article {
  display: flex;
  gap: 20px;
  min-height: 250px;
  padding: 29px;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-storage-content article:hover {
  transform: translateY(-5px);
  border-color: #278536;
  box-shadow: 0 16px 36px rgba(30, 52, 34, 0.08);
}

.mc-xsx-storage-content article > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-storage-content h3 {
  margin: 0 0 11px;
  color: #1d221e;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-storage-content p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.78;
}


/* =========================================================
   VERSION TABLE SECTION
========================================================= */

.mc-xsx-versions {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xsx-version-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
  border: 1px solid #d9e4db;
  background: #ffffff;
}

.mc-xsx-version-summary > div {
  padding: 21px;
  border-right: 1px solid #d9e4db;
  text-align: center;
}

.mc-xsx-version-summary > div:last-child {
  border-right: 0;
}

.mc-xsx-version-summary span {
  display: block;
  margin-bottom: 7px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-version-summary strong {
  display: block;
  color: #1d221e;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 900;
}

.mc-xsx-version-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #d9e4db;
  background: #ffffff;
}

.mc-xsx-version-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.mc-xsx-version-table th {
  padding: 19px 20px;
  background: #1d221e;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.mc-xsx-version-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e8e2;
  color: #525d53;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}

.mc-xsx-version-table tbody tr:last-child td {
  border-bottom: 0;
}

.mc-xsx-version-table tbody tr:hover {
  background: #eef7ef;
}

.mc-xsx-version-table td strong {
  display: block;
  margin-bottom: 4px;
  color: #1d221e;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 900;
}

.mc-xsx-version-table td span {
  display: block;
  color: #7a847b;
  font-size: 14px;
  line-height: 1.5;
}

.mc-xsx-version-table td b {
  color: #278536;
  font-size: 15px;
  font-weight: 900;
}

.mc-xsx-version-table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid #278536;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.mc-xsx-version-table td a:hover {
  transform: translateY(-2px);
  border-color: #1e692b;
  background: #1e692b;
  color: #ffffff;
}

.mc-xsx-version-note {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 25px;
  padding: 25px 28px;
  border-left: 5px solid #278536;
  background: #ffffff;
}

.mc-xsx-version-note span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-version-note p {
  margin: 0;
  color: #586359;
  font-size: 14px;
  line-height: 1.76;
}


/* =========================================================
   RELATED VERSIONS SECTION
========================================================= */

.mc-xsx-related {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xsx-related-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mc-xsx-related-layout article {
  position: relative;
  min-height: 350px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.mc-xsx-related-layout article::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.06);
}

.mc-xsx-related-layout article:hover {
  transform: translateY(-6px);
  border-color: #278536;
  box-shadow: 0 18px 40px rgba(30, 52, 34, 0.08);
}

.mc-xsx-related-number {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 25px;
  background: #278536;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.mc-xsx-related-layout article > span {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 8px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-related-layout h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #1d221e;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xsx-related-layout p {
  position: relative;
  z-index: 2;
  margin: 0 0 23px;
  color: #606a61;
  font-size: 14px;
  line-height: 1.76;
}

.mc-xsx-related-layout a {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: center;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-related-layout a::after {
  content: "→";
  margin-left: 8px;
  font-size: 18px;
  transition: transform 0.25s ease;
}

.mc-xsx-related-layout a:hover::after {
  transform: translateX(5px);
}


/* =========================================================
   FINAL CTA
========================================================= */

.mc-xsx-final {
  padding: 0 0 100px;
  background: #ffffff;
}

.mc-xsx-final-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  padding: 55px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #278536,
      #1d692a
    );
  color: #ffffff;
}

.mc-xsx-final-box::after {
  content: "";
  position: absolute;
  right: -95px;
  top: -110px;
  width: 330px;
  height: 330px;
  border: 62px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.mc-xsx-final-content,
.mc-xsx-final-actions {
  position: relative;
  z-index: 2;
}

.mc-xsx-final-content > span {
  display: block;
  margin-bottom: 11px;
  color: #d9efdd;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xsx-final-content h2 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 39px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.8px;
}

.mc-xsx-final-content p {
  max-width: 720px;
  margin: 0;
  color: #edf6ef;
  font-size: 15px;
  line-height: 1.8;
}

.mc-xsx-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  justify-content: flex-end;
}

.mc-xsx-final .mc-xsx-btn-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #278536;
  box-shadow: none;
}

.mc-xsx-final .mc-xsx-btn-primary:hover {
  border-color: #e7f3e9;
  background: #e7f3e9;
  color: #1e692b;
}

.mc-xsx-final .mc-xsx-btn-light {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: #ffffff;
}

.mc-xsx-final .mc-xsx-btn-light:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}


/* =========================================================
   RESPONSIVE STYLES
========================================================= */

@media (max-width: 1100px) {

  .mc-xsx-performance-layout,
  .mc-xsx-storage-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-performance-score {
    min-height: auto;
  }

  .mc-xsx-storage-drive {
    min-height: 360px;
  }

  .mc-xsx-related-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-final-box {
    grid-template-columns: 1fr;
  }

  .mc-xsx-final-actions {
    justify-content: flex-start;
  }
}


@media (max-width: 900px) {

  .mc-xsx-gameplay-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-gameplay-card-large,
  .mc-xsx-gameplay-card-wide {
    grid-column: span 2;
  }

  .mc-xsx-version-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xsx-version-summary > div:nth-child(2) {
    border-right: 0;
  }

  .mc-xsx-version-summary > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d9e4db;
  }
}


@media (max-width: 767px) {

  .mc-xsx-performance,
  .mc-xsx-gameplay,
  .mc-xsx-storage,
  .mc-xsx-versions,
  .mc-xsx-related {
    padding: 75px 0;
  }

  .mc-xsx-final {
    padding-bottom: 75px;
  }

  .mc-xsx-performance-cards,
  .mc-xsx-storage-content,
  .mc-xsx-gameplay-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-gameplay-card-large,
  .mc-xsx-gameplay-card-wide {
    grid-column: auto;
  }

  .mc-xsx-performance-score {
    padding: 30px;
  }

  .mc-xsx-performance-score-top strong {
    font-size: 38px;
  }

  .mc-xsx-storage-drive {
    min-height: 330px;
    padding: 30px;
  }

  .mc-xsx-storage-drive > strong {
    font-size: 61px;
  }

  .mc-xsx-storage-content article {
    min-height: auto;
  }

  .mc-xsx-version-table {
    min-width: 100%;
  }

  .mc-xsx-version-table thead {
    display: none;
  }

  .mc-xsx-version-table,
  .mc-xsx-version-table tbody,
  .mc-xsx-version-table tr,
  .mc-xsx-version-table td {
    display: block;
    width: 100%;
  }

  .mc-xsx-version-table tr {
    padding: 12px 0;
    border-bottom: 2px solid #d7e2d9;
  }

  .mc-xsx-version-table td {
    position: relative;
    min-height: 54px;
    padding: 15px 15px 15px 46%;
    border-bottom: 1px solid #e5ebe6;
    text-align: right;
  }

  .mc-xsx-version-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 15px;
    left: 15px;
    width: 38%;
    color: #1d221e;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    text-align: left;
  }

  .mc-xsx-version-table td strong,
  .mc-xsx-version-table td span {
    text-align: right;
  }

  .mc-xsx-version-note {
    flex-direction: column;
  }

  .mc-xsx-related-layout {
    grid-template-columns: 1fr;
  }

  .mc-xsx-related-layout article {
    min-height: 310px;
  }

  .mc-xsx-final-box {
    padding: 40px 30px;
  }

  .mc-xsx-final-content h2 {
    font-size: 31px;
  }
}


@media (max-width: 520px) {

  .mc-xsx-performance-score {
    padding: 25px;
  }

  .mc-xsx-performance-score-top {
    flex-direction: column;
  }

  .mc-xsx-performance-cards article,
  .mc-xsx-gameplay-card,
  .mc-xsx-storage-content article {
    padding: 24px;
  }

  .mc-xsx-gameplay-card-large h3,
  .mc-xsx-gameplay-card-wide h3 {
    font-size: 24px;
  }

  .mc-xsx-storage-content article {
    flex-direction: column;
  }

  .mc-xsx-storage-drive {
    min-height: 310px;
    padding: 25px;
  }

  .mc-xsx-storage-drive > strong {
    font-size: 54px;
  }

  .mc-xsx-version-summary {
    grid-template-columns: 1fr;
  }

  .mc-xsx-version-summary > div {
    border-right: 0;
    border-bottom: 1px solid #d9e4db;
  }

  .mc-xsx-version-summary > div:last-child {
    border-bottom: 0;
  }

  .mc-xsx-version-table td {
    padding: 49px 15px 14px;
    text-align: left;
  }

  .mc-xsx-version-table td::before {
    top: 13px;
    width: calc(100% - 30px);
  }

  .mc-xsx-version-table td strong,
  .mc-xsx-version-table td span {
    text-align: left;
  }

  .mc-xsx-version-table td a {
    width: 100%;
  }

  .mc-xsx-version-note {
    padding: 23px;
  }

  .mc-xsx-related-layout article {
    min-height: 330px;
    padding: 24px;
  }

  .mc-xsx-related-layout a {
    left: 24px;
    bottom: 24px;
  }

  .mc-xsx-final-box {
    padding: 34px 24px;
  }

  .mc-xsx-final-content h2 {
    font-size: 28px;
  }

  .mc-xsx-final-actions {
    flex-direction: column;
  }

  .mc-xsx-final-actions .mc-xsx-btn {
    width: 100%;
  }
}/* End custom CSS */