:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5db24eb *//* =========================================================
   MINECRAFT XBOX ONE S VERSION PAGE
   Elementor Compatible
   Theme: White / Light / Green
   Accent: #278536
   Minimum Font Size: 14px
========================================================= */

.mc-xones-page,
.mc-xones-page * {
  box-sizing: border-box;
}

.mc-xones-page {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  color: #202420;
  font-family: Arial, Helvetica, sans-serif;
}

.mc-xones-page img {
  max-width: 100%;
  height: auto;
}

.mc-xones-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

.mc-xones-kicker,
.mc-xones-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-xones-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.mc-xones-heading h2 {
  margin: 0 0 17px;
  color: #202420;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -1px;
}

.mc-xones-heading p {
  max-width: 820px;
  margin: 0 auto;
  color: #5a645b;
  font-size: 16px;
  line-height: 1.85;
}

.mc-xones-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;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.mc-xones-btn-primary {
  background: #278536;
  color: #ffffff;
  border-color: #278536;
  box-shadow: 0 12px 28px rgba(39, 133, 54, 0.2);
}

.mc-xones-btn-primary:hover {
  transform: translateY(-3px);
  background: #1f6d2d;
  border-color: #1f6d2d;
  color: #ffffff;
}

.mc-xones-btn-secondary {
  background: #ffffff;
  color: #202420;
  border-color: #d4ded5;
}

.mc-xones-btn-secondary:hover {
  transform: translateY(-3px);
  color: #278536;
  border-color: #278536;
}


/* =========================================================
   HERO
========================================================= */

.mc-xones-hero {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 15%, rgba(39, 133, 54, 0.1), transparent 28%),
    linear-gradient(135deg, #f8fbf8 0%, #edf6ee 56%, #ffffff 100%);
}

.mc-xones-hero::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -150px;
  width: 520px;
  height: 520px;
  border: 82px solid rgba(39, 133, 54, 0.06);
  border-radius: 50%;
}

.mc-xones-hero::after {
  content: "";
  position: absolute;
  left: -90px;
  bottom: -130px;
  width: 300px;
  height: 300px;
  background-image:
    linear-gradient(rgba(39, 133, 54, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(39, 133, 54, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  transform: rotate(8deg);
}

.mc-xones-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: 70px;
  align-items: center;
}

.mc-xones-hero-content h1 {
  max-width: 700px;
  margin: 0 0 22px;
  color: #202420;
  font-size: 58px;
  line-height: 1.07;
  font-weight: 900;
  letter-spacing: -2.2px;
}

.mc-xones-hero-content > p {
  max-width: 690px;
  margin: 0;
  color: #59625a;
  font-size: 17px;
  line-height: 1.85;
}

.mc-xones-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.mc-xones-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid #d5dfd6;
  border-bottom: 1px solid #d5dfd6;
}

.mc-xones-hero-stats > div {
  padding: 20px 14px;
  text-align: center;
  border-right: 1px solid #d5dfd6;
}

.mc-xones-hero-stats > div:last-child {
  border-right: 0;
}

.mc-xones-hero-stats span {
  display: block;
  margin-bottom: 6px;
  color: #278536;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-hero-stats strong {
  color: #202420;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 900;
}

.mc-xones-hero-visual {
  position: relative;
  min-height: 510px;
}

.mc-xones-console {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 25px;
  width: 340px;
  height: 215px;
  overflow: hidden;
  border: 1px solid #d8dfd8;
  border-radius: 10px;
  background: #f7f8f7;
  box-shadow: 0 26px 70px rgba(24, 33, 25, 0.16);
}

.mc-xones-console-grid {
  position: absolute;
  inset: 0 42% 0 0;
  background-image:
    linear-gradient(#e3e7e3 1px, transparent 1px),
    linear-gradient(90deg, #e3e7e3 1px, transparent 1px);
  background-size: 8px 8px;
}

.mc-xones-console-slot {
  position: absolute;
  top: 65px;
  right: 36px;
  width: 100px;
  height: 5px;
  border-radius: 10px;
  background: #1b1e1b;
}

.mc-xones-console-logo {
  position: absolute;
  right: 41px;
  bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #278536;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.mc-xones-console-button {
  position: absolute;
  right: 103px;
  bottom: 49px;
  width: 9px;
  height: 9px;
  border: 2px solid #717971;
  border-radius: 50%;
}

.mc-xones-controller {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 68px;
  width: 235px;
  height: 150px;
  border-radius: 45% 45% 40% 40%;
  background: #ffffff;
  border: 1px solid #d9e1da;
  box-shadow: 0 24px 60px rgba(25, 34, 26, 0.18);
  transform: rotate(-6deg);
}

.mc-xones-controller::before,
.mc-xones-controller::after {
  content: "";
  position: absolute;
  bottom: -28px;
  width: 72px;
  height: 72px;
  border-radius: 45%;
  background: #ffffff;
  border-bottom: 1px solid #d9e1da;
}

.mc-xones-controller::before {
  left: 19px;
  transform: rotate(20deg);
}

.mc-xones-controller::after {
  right: 19px;
  transform: rotate(-20deg);
}

.mc-xones-controller-stick {
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 7px solid #303630;
  border-radius: 50%;
  background: #6c746c;
}

.mc-xones-controller-stick-left {
  top: 41px;
  left: 52px;
}

.mc-xones-controller-stick-right {
  top: 84px;
  right: 78px;
}

.mc-xones-controller-dpad {
  position: absolute;
  z-index: 2;
  left: 66px;
  bottom: 25px;
  color: #2b302b;
  font-size: 35px;
  line-height: 1;
  font-weight: 900;
}

.mc-xones-controller-buttons {
  position: absolute;
  z-index: 2;
  top: 37px;
  right: 32px;
  width: 73px;
  height: 68px;
}

.mc-xones-controller-buttons span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.mc-xones-controller-buttons span:nth-child(1) {
  right: 23px;
  bottom: 0;
}

.mc-xones-controller-buttons span:nth-child(2) {
  right: 0;
  top: 22px;
}

.mc-xones-controller-buttons span:nth-child(3) {
  left: 0;
  top: 22px;
}

.mc-xones-controller-buttons span:nth-child(4) {
  top: 0;
  right: 23px;
}

.mc-xones-hero-card {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 260px;
  padding: 23px;
  background: #202420;
  color: #ffffff;
  box-shadow: 0 20px 45px rgba(25, 33, 26, 0.18);
}

.mc-xones-hero-card span {
  display: block;
  margin-bottom: 7px;
  color: #8fce99;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-hero-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.mc-xones-hero-card p {
  margin: 0;
  color: #d6ddd7;
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   OVERVIEW
========================================================= */

.mc-xones-overview {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-overview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.55fr);
  gap: 38px;
  align-items: start;
}

.mc-xones-overview-intro {
  display: flex;
  gap: 25px;
  padding: 31px;
  border-left: 5px solid #278536;
  background: #f5f9f5;
}

.mc-xones-overview-intro > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.mc-xones-overview-intro h3 {
  margin: 0 0 12px;
  color: #202420;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 900;
}

.mc-xones-overview-intro p,
.mc-xones-overview-copy p {
  margin: 0;
  color: #5b655c;
  font-size: 15px;
  line-height: 1.85;
}

.mc-xones-overview-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px;
  margin-top: 28px;
}

.mc-xones-overview-copy p {
  padding: 25px;
  border: 1px solid #e0e7e1;
  background: #ffffff;
}

.mc-xones-overview-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.mc-xones-overview-cards article {
  padding: 24px;
  border: 1px solid #dfe6e0;
  background: #ffffff;
  transition: 0.25s ease;
}

.mc-xones-overview-cards article:hover {
  transform: translateY(-5px);
  border-color: #278536;
  box-shadow: 0 16px 35px rgba(35, 54, 38, 0.08);
}

.mc-xones-overview-cards span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  background: #eaf5ec;
  color: #278536;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-overview-cards h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
}

.mc-xones-overview-cards p {
  margin: 0;
  color: #616b62;
  font-size: 14px;
  line-height: 1.75;
}

.mc-xones-spec-card {
  padding: 29px;
  background: #202420;
  color: #ffffff;
}

.mc-xones-spec-card > span {
  display: block;
  margin-bottom: 11px;
  color: #88cc93;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-spec-card > strong {
  display: block;
  margin-bottom: 28px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.mc-xones-spec-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-xones-spec-card p,
.mc-xones-spec-card b {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.mc-xones-spec-card p {
  color: #aeb7af;
}

.mc-xones-spec-card b {
  color: #ffffff;
}

.mc-xones-notice {
  margin-top: 20px;
  padding: 24px;
  border: 1px solid #cee1d1;
  background: #eff8f0;
}

.mc-xones-notice span {
  display: block;
  margin-bottom: 8px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-notice p {
  margin: 0;
  color: #4e5d50;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   FEATURES
========================================================= */

.mc-xones-features {
  padding: 100px 0;
  background: #f5f8f5;
}

.mc-xones-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mc-xones-feature-grid article {
  position: relative;
  min-height: 245px;
  padding: 31px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e0e6e1;
  transition: 0.25s ease;
}

.mc-xones-feature-grid article::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -22px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.08);
}

.mc-xones-feature-grid article:hover {
  transform: translateY(-6px);
  border-color: #278536;
  box-shadow: 0 18px 40px rgba(28, 52, 32, 0.09);
}

.mc-xones-feature-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 25px;
  border-radius: 50%;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.mc-xones-feature-grid h3 {
  margin: 0 0 12px;
  color: #202420;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-feature-grid p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================================
   EDITIONS COMPARISON
========================================================= */

.mc-xones-editions {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-edition-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.mc-xones-edition-card {
  padding: 38px;
  border: 1px solid #dce4dd;
}

.mc-xones-edition-legacy {
  background: #f7f8f7;
}

.mc-xones-edition-bedrock {
  background: #edf7ef;
  border-color: #bcd8c1;
}

.mc-xones-edition-card > span {
  display: block;
  margin-bottom: 11px;
  color: #6c756d;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-edition-bedrock > span {
  color: #278536;
}

.mc-xones-edition-card h3 {
  margin: 0 0 22px;
  color: #202420;
  font-size: 27px;
  line-height: 1.3;
  font-weight: 900;
}

.mc-xones-edition-card > strong {
  display: block;
  margin-bottom: 27px;
  color: #c8cec9;
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.mc-xones-edition-bedrock > strong {
  color: rgba(39, 133, 54, 0.3);
}

.mc-xones-edition-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mc-xones-edition-card li {
  position: relative;
  padding: 14px 0 14px 29px;
  border-top: 1px solid rgba(51, 67, 53, 0.11);
  color: #4f5a50;
  font-size: 14px;
  line-height: 1.6;
}

.mc-xones-edition-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 14px;
  color: #278536;
  font-weight: 900;
}

.mc-xones-edition-vs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202420;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: 2px;
}

.mc-xones-edition-table-wrap,
.mc-xones-version-table-wrap {
  width: 100%;
  margin-top: 35px;
  overflow-x: auto;
  border: 1px solid #dbe4dc;
}

.mc-xones-edition-table,
.mc-xones-version-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.mc-xones-edition-table th,
.mc-xones-version-table th {
  padding: 19px 20px;
  background: #202420;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.mc-xones-edition-table td,
.mc-xones-version-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e8e2;
  color: #4f5950;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}

.mc-xones-edition-table tbody tr:hover,
.mc-xones-version-table tbody tr:hover {
  background: #f0f8f1;
}


/* =========================================================
   BENEFITS
========================================================= */

.mc-xones-benefits {
  padding: 100px 0;
  background: #f6f9f6;
}

.mc-xones-benefit-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
}

.mc-xones-benefit-highlight {
  position: relative;
  min-height: 520px;
  padding: 42px;
  overflow: hidden;
  background: #278536;
  color: #ffffff;
}

.mc-xones-benefit-highlight::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 280px;
  height: 280px;
  border: 55px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.mc-xones-benefit-highlight > span {
  display: block;
  margin-bottom: 17px;
  color: #d8efdc;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-benefit-highlight h3 {
  max-width: 430px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.18;
  font-weight: 900;
}

.mc-xones-benefit-highlight p {
  max-width: 450px;
  margin: 0;
  color: #ebf6ed;
  font-size: 15px;
  line-height: 1.85;
}

.mc-xones-benefit-tags {
  position: absolute;
  z-index: 2;
  left: 42px;
  right: 42px;
  bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mc-xones-benefit-tags b {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.mc-xones-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xones-benefit-list article {
  display: flex;
  gap: 19px;
  padding: 27px;
  background: #ffffff;
  border: 1px solid #dde5de;
  transition: 0.25s ease;
}

.mc-xones-benefit-list article:hover {
  transform: translateY(-5px);
  border-color: #278536;
}

.mc-xones-benefit-list article > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
}

.mc-xones-benefit-list h3 {
  margin: 0 0 10px;
  color: #202420;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-benefit-list p {
  margin: 0;
  color: #626c63;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   INSTALLATION
========================================================= */

.mc-xones-installation {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-install-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mc-xones-install-grid article {
  position: relative;
  padding: 31px 29px 30px;
  border: 1px solid #dfe7e0;
  background: #ffffff;
}

.mc-xones-install-grid article > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 23px;
  background: #202420;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.mc-xones-install-grid article:nth-child(even) > span {
  background: #278536;
}

.mc-xones-install-grid h3 {
  margin: 0 0 11px;
  color: #202420;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-install-grid p {
  margin: 0;
  color: #606b61;
  font-size: 14px;
  line-height: 1.78;
}

.mc-xones-install-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.mc-xones-install-notes > div {
  padding: 28px;
  background: #f2f8f3;
  border-left: 5px solid #278536;
}

.mc-xones-install-notes span {
  display: block;
  margin-bottom: 9px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-install-notes h3 {
  margin: 0 0 9px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-install-notes p {
  margin: 0;
  color: #5c665d;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.mc-xones-requirements {
  padding: 100px 0;
  background: #f5f8f5;
}

.mc-xones-requirement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mc-xones-requirement-grid article {
  padding: 27px;
  background: #ffffff;
  border-top: 4px solid #278536;
  box-shadow: 0 12px 30px rgba(25, 47, 29, 0.05);
}

.mc-xones-requirement-grid span {
  display: block;
  margin-bottom: 13px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-requirement-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-requirement-grid p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.75;
}

.mc-xones-requirement-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  background: #202420;
}

.mc-xones-requirement-strip > div {
  padding: 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-xones-requirement-strip > div:last-child {
  border-right: 0;
}

.mc-xones-requirement-strip span {
  display: block;
  margin-bottom: 7px;
  color: #8fd29a;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-requirement-strip strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}


/* =========================================================
   PERFORMANCE
========================================================= */

.mc-xones-performance {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-performance-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 30px;
}

.mc-xones-performance-main {
  padding: 40px;
  background: #202420;
  color: #ffffff;
}

.mc-xones-performance-main > span {
  display: block;
  margin-bottom: 13px;
  color: #8dd198;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-performance-main > strong {
  display: block;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
}

.mc-xones-performance-main p {
  margin: 0;
  color: #d4dcd5;
  font-size: 15px;
  line-height: 1.85;
}

.mc-xones-performance-meter {
  height: 13px;
  margin: 30px 0 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.11);
}

.mc-xones-performance-meter div {
  width: 72%;
  height: 100%;
  background: #278536;
}

.mc-xones-performance-main small {
  display: block;
  color: #aeb8af;
  font-size: 14px;
  line-height: 1.7;
}

.mc-xones-performance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xones-performance-list article {
  display: flex;
  gap: 18px;
  padding: 27px;
  border: 1px solid #dde5de;
  background: #f8faf8;
}

.mc-xones-performance-list article > span {
  flex: 0 0 auto;
  color: #278536;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}

.mc-xones-performance-list h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-performance-list p {
  margin: 0;
  color: #606b61;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   GAMEPLAY
========================================================= */

.mc-xones-gameplay {
  padding: 100px 0;
  background: #f4f8f4;
}

.mc-xones-gameplay-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #dbe4dc;
  border: 1px solid #dbe4dc;
}

.mc-xones-gameplay-grid article {
  min-height: 240px;
  padding: 31px;
  background: #ffffff;
}

.mc-xones-gameplay-grid span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 11px;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-gameplay-grid h3 {
  margin: 0 0 11px;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-gameplay-grid p {
  margin: 0;
  color: #606b61;
  font-size: 14px;
  line-height: 1.78;
}


/* =========================================================
   STORAGE
========================================================= */

.mc-xones-storage {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-storage-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.mc-xones-storage-highlight {
  padding: 39px;
  border: 1px solid #cfe0d2;
  background: #eff8f0;
}

.mc-xones-storage-highlight > span {
  display: block;
  margin-bottom: 11px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-storage-highlight h3 {
  margin: 0 0 19px;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 900;
}

.mc-xones-storage-highlight p {
  margin: 0;
  color: #566258;
  font-size: 15px;
  line-height: 1.82;
}

.mc-xones-storage-bar {
  height: 18px;
  margin: 29px 0;
  overflow: hidden;
  background: #d7e5d9;
}

.mc-xones-storage-bar div {
  width: 70%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    #278536,
    #278536 12px,
    #329441 12px,
    #329441 24px
  );
}

.mc-xones-storage-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mc-xones-storage-cards article {
  padding: 27px;
  border: 1px solid #dde6de;
  background: #ffffff;
}

.mc-xones-storage-cards span {
  display: block;
  margin-bottom: 12px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-storage-cards h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-storage-cards p {
  margin: 0;
  color: #606a61;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================================
   VERSIONS TABLE
========================================================= */

.mc-xones-versions {
  padding: 100px 0;
  background: #f5f8f5;
}

.mc-xones-version-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 30px;
  background: #278536;
}

.mc-xones-version-summary > div {
  padding: 23px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.mc-xones-version-summary > div:last-child {
  border-right: 0;
}

.mc-xones-version-summary span {
  display: block;
  margin-bottom: 7px;
  color: #d9efdd;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-version-summary strong {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.mc-xones-version-table-wrap {
  margin-top: 0;
  background: #ffffff;
}

.mc-xones-version-table td:first-child strong,
.mc-xones-version-table td:first-child span {
  display: block;
}

.mc-xones-version-table td:first-child strong {
  margin-bottom: 4px;
  color: #202420;
  font-size: 15px;
}

.mc-xones-version-table td:first-child span {
  color: #7a837b;
  font-size: 14px;
}

.mc-xones-version-table td b {
  color: #278536;
  font-size: 15px;
}

.mc-xones-version-table td a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 14px;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.mc-xones-version-table td a:hover {
  background: #202420;
  color: #ffffff;
}


/* =========================================================
   RELATED VERSIONS
========================================================= */

.mc-xones-related {
  padding: 100px 0;
  background: #ffffff;
}

.mc-xones-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mc-xones-related-grid article {
  position: relative;
  min-height: 300px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid #dce5dd;
  background: #ffffff;
  transition: 0.25s ease;
}

.mc-xones-related-grid article::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(39, 133, 54, 0.07);
}

.mc-xones-related-grid article:hover {
  transform: translateY(-6px);
  border-color: #278536;
  box-shadow: 0 18px 38px rgba(29, 49, 32, 0.08);
}

.mc-xones-related-grid span {
  display: block;
  margin-bottom: 14px;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-related-grid h3 {
  margin: 0 0 13px;
  color: #202420;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

.mc-xones-related-grid p {
  margin: 0 0 25px;
  color: #606a61;
  font-size: 14px;
  line-height: 1.78;
}

.mc-xones-related-grid a {
  position: absolute;
  z-index: 2;
  left: 31px;
  bottom: 30px;
  display: inline-block;
  color: #278536;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.mc-xones-related-grid a:hover {
  color: #202420;
}


/* =========================================================
   FINAL CTA
========================================================= */

.mc-xones-final {
  padding: 0 0 100px;
  background: #ffffff;
}

.mc-xones-final-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 52px;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.04), transparent),
    #202420;
  color: #ffffff;
}

.mc-xones-final-box span {
  display: block;
  margin-bottom: 10px;
  color: #8ed199;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.mc-xones-final-box h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 37px;
  line-height: 1.2;
  font-weight: 900;
}

.mc-xones-final-box p {
  max-width: 700px;
  margin: 0;
  color: #cfd7d0;
  font-size: 15px;
  line-height: 1.8;
}

.mc-xones-final-box > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 14px 24px;
  background: #278536;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.25s ease;
}

.mc-xones-final-box > a:hover {
  transform: translateY(-3px);
  background: #ffffff;
  color: #278536;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1024px) {

  .mc-xones-container {
    padding: 0 24px;
  }

  .mc-xones-hero-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .mc-xones-hero-content {
    max-width: 780px;
  }

  .mc-xones-hero-visual {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }

  .mc-xones-overview-layout,
  .mc-xones-benefit-layout,
  .mc-xones-performance-layout,
  .mc-xones-storage-layout {
    grid-template-columns: 1fr;
  }

  .mc-xones-overview-side {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .mc-xones-notice {
    margin-top: 0;
  }

  .mc-xones-feature-grid,
  .mc-xones-install-grid,
  .mc-xones-requirement-grid,
  .mc-xones-gameplay-grid,
  .mc-xones-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xones-benefit-highlight {
    min-height: 430px;
  }

  .mc-xones-final-box {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* =========================================================
   RESPONSIVE — MOBILE LANDSCAPE / SMALL TABLET
========================================================= */

@media (max-width: 767px) {

  .mc-xones-container {
    padding: 0 18px;
  }

  .mc-xones-heading {
    margin-bottom: 36px;
  }

  .mc-xones-heading h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
  }

  .mc-xones-heading p {
    font-size: 15px;
  }

  .mc-xones-hero,
  .mc-xones-overview,
  .mc-xones-features,
  .mc-xones-editions,
  .mc-xones-benefits,
  .mc-xones-installation,
  .mc-xones-requirements,
  .mc-xones-performance,
  .mc-xones-gameplay,
  .mc-xones-storage,
  .mc-xones-versions,
  .mc-xones-related {
    padding: 75px 0;
  }

  .mc-xones-final {
    padding-bottom: 75px;
  }

  .mc-xones-hero-content h1 {
    font-size: 42px;
    letter-spacing: -1.3px;
  }

  .mc-xones-hero-content > p {
    font-size: 15px;
  }

  .mc-xones-hero-stats {
    grid-template-columns: 1fr;
  }

  .mc-xones-hero-stats > div {
    border-right: 0;
    border-bottom: 1px solid #d5dfd6;
  }

  .mc-xones-hero-stats > div:last-child {
    border-bottom: 0;
  }

  .mc-xones-hero-visual {
    min-height: 430px;
  }

  .mc-xones-console {
    left: 0;
    width: 300px;
    height: 195px;
  }

  .mc-xones-controller {
    right: 0;
    width: 205px;
    height: 135px;
  }

  .mc-xones-hero-card {
    width: 235px;
  }

  .mc-xones-overview-copy,
  .mc-xones-overview-cards,
  .mc-xones-overview-side,
  .mc-xones-feature-grid,
  .mc-xones-benefit-list,
  .mc-xones-install-grid,
  .mc-xones-install-notes,
  .mc-xones-requirement-grid,
  .mc-xones-performance-list,
  .mc-xones-gameplay-grid,
  .mc-xones-storage-cards,
  .mc-xones-related-grid {
    grid-template-columns: 1fr;
  }

  .mc-xones-edition-panels {
    grid-template-columns: 1fr;
  }

  .mc-xones-edition-vs {
    min-height: 58px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .mc-xones-benefit-highlight {
    min-height: 440px;
  }

  .mc-xones-requirement-strip,
  .mc-xones-version-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mc-xones-requirement-strip > div:nth-child(2),
  .mc-xones-version-summary > div:nth-child(2) {
    border-right: 0;
  }

  .mc-xones-requirement-strip > div:nth-child(-n+2),
  .mc-xones-version-summary > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .mc-xones-edition-table thead,
  .mc-xones-version-table thead {
    display: none;
  }

  .mc-xones-edition-table,
  .mc-xones-edition-table tbody,
  .mc-xones-edition-table tr,
  .mc-xones-edition-table td,
  .mc-xones-version-table,
  .mc-xones-version-table tbody,
  .mc-xones-version-table tr,
  .mc-xones-version-table td {
    display: block;
    width: 100%;
  }

  .mc-xones-edition-table tr,
  .mc-xones-version-table tr {
    padding: 12px 0;
    border-bottom: 2px solid #d7e2d9;
  }

  .mc-xones-edition-table td,
  .mc-xones-version-table td {
    position: relative;
    min-height: 50px;
    padding: 14px 15px 14px 47%;
    border-bottom: 1px solid #e5ebe6;
    text-align: right;
  }

  .mc-xones-edition-table td::before,
  .mc-xones-version-table td::before {
    content: attr(data-label);
    position: absolute;
    top: 14px;
    left: 15px;
    width: 42%;
    color: #202420;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
  }

  .mc-xones-version-table td:first-child strong,
  .mc-xones-version-table td:first-child span {
    text-align: right;
  }

  .mc-xones-final-box {
    padding: 38px 28px;
  }

  .mc-xones-final-box h2 {
    font-size: 30px;
  }
}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

  .mc-xones-hero {
    padding: 70px 0;
  }

  .mc-xones-hero-content h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .mc-xones-heading h2 {
    font-size: 29px;
  }

  .mc-xones-hero-actions {
    flex-direction: column;
  }

  .mc-xones-btn {
    width: 100%;
  }

  .mc-xones-hero-visual {
    min-height: 390px;
  }

  .mc-xones-console {
    width: 260px;
    height: 175px;
  }

  .mc-xones-controller {
    width: 180px;
    height: 120px;
    bottom: 75px;
  }

  .mc-xones-controller-stick {
    width: 32px;
    height: 32px;
    border-width: 6px;
  }

  .mc-xones-controller-stick-left {
    left: 39px;
  }

  .mc-xones-controller-stick-right {
    right: 58px;
    top: 73px;
  }

  .mc-xones-controller-dpad {
    left: 50px;
    bottom: 23px;
    font-size: 29px;
  }

  .mc-xones-controller-buttons {
    right: 18px;
  }

  .mc-xones-hero-card {
    width: 215px;
    padding: 19px;
  }

  .mc-xones-overview-intro {
    flex-direction: column;
    padding: 25px;
  }

  .mc-xones-overview-intro h3 {
    font-size: 22px;
  }

  .mc-xones-edition-card,
  .mc-xones-benefit-highlight,
  .mc-xones-performance-main,
  .mc-xones-storage-highlight {
    padding: 28px;
  }

  .mc-xones-benefit-highlight {
    min-height: 500px;
  }

  .mc-xones-benefit-tags {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }

  .mc-xones-benefit-highlight h3 {
    font-size: 31px;
  }

  .mc-xones-requirement-strip,
  .mc-xones-version-summary {
    grid-template-columns: 1fr;
  }

  .mc-xones-requirement-strip > div,
  .mc-xones-version-summary > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .mc-xones-requirement-strip > div:last-child,
  .mc-xones-version-summary > div:last-child {
    border-bottom: 0;
  }

  .mc-xones-edition-table td,
  .mc-xones-version-table td {
    padding: 48px 15px 14px;
    text-align: left;
  }

  .mc-xones-edition-table td::before,
  .mc-xones-version-table td::before {
    top: 12px;
    width: calc(100% - 30px);
  }

  .mc-xones-version-table td:first-child strong,
  .mc-xones-version-table td:first-child span {
    text-align: left;
  }

  .mc-xones-version-table td a {
    width: 100%;
  }

  .mc-xones-final-box {
    padding: 32px 23px;
  }

  .mc-xones-final-box > a {
    width: 100%;
  }
}/* End custom CSS */