:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ff52047 *//* =========================================================
   MINECRAFT XBOX SERIES X DISC VERSION — COMPLETE PAGE
   MINIMUM FONT SIZE: 14PX
========================================================= */

.mc-xsx-disc-page,
.mc-xsx-disc-page * {
    box-sizing: border-box;
}

.mc-xsx-disc-page {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    color: #202420;
    font-family: Arial, Helvetica, sans-serif;
}

.mc-xsx-disc-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================================
   SHARED TYPOGRAPHY
========================================================= */

.mc-xsx-disc-kicker,
.mc-xsx-disc-heading > span {
    display: block;
    margin-bottom: 12px;
    color: #278536;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mc-xsx-disc-heading {
    max-width: 880px;
    margin: 0 auto 48px;
    text-align: center;
}

.mc-xsx-disc-heading h2 {
    margin: 0 0 17px;
    color: #202420;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -1px;
}

.mc-xsx-disc-heading p {
    max-width: 820px;
    margin: 0 auto;
    color: #59625a;
    font-size: 16px;
    line-height: 1.85;
}


/* =========================================================
   BUTTONS
========================================================= */

.mc-xsx-disc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 24px;
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.22s ease;
}

.mc-xsx-disc-btn-primary {
    background: #278536;
    color: #ffffff;
    border-color: #278536;
    box-shadow: 0 12px 25px rgba(39, 133, 54, 0.2);
}

.mc-xsx-disc-btn-primary:hover {
    transform: translateY(-3px);
    background: #1e6b2b;
    color: #ffffff;
    border-color: #1e6b2b;
}

.mc-xsx-disc-btn-secondary {
    background: #ffffff;
    color: #222622;
    border-color: #d4ded5;
}

.mc-xsx-disc-btn-secondary:hover {
    transform: translateY(-3px);
    color: #278536;
    border-color: #278536;
}


/* =========================================================
   HERO
========================================================= */

.mc-xsx-disc-hero {
    position: relative;
    padding: 105px 0;
    overflow: hidden;
    background:
        linear-gradient(135deg, #f7faf7 0%, #edf6ee 55%, #ffffff 100%);
}

.mc-xsx-disc-hero::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -150px;
    width: 520px;
    height: 520px;
    border: 85px solid rgba(39, 133, 54, 0.07);
    border-radius: 50%;
}

.mc-xsx-disc-hero::after {
    content: "";
    position: absolute;
    bottom: -200px;
    left: -170px;
    width: 450px;
    height: 450px;
    background: rgba(39, 133, 54, 0.05);
    border-radius: 50%;
}

.mc-xsx-disc-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-xsx-disc-hero-content h1 {
    max-width: 690px;
    margin: 0 0 22px;
    color: #202420;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -2px;
}

.mc-xsx-disc-hero-content > p {
    max-width: 690px;
    margin: 0;
    color: #59625a;
    font-size: 17px;
    line-height: 1.85;
}

.mc-xsx-disc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 31px;
}

.mc-xsx-disc-hero-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid #d5dfd6;
    border-bottom: 1px solid #d5dfd6;
}

.mc-xsx-disc-hero-points > div {
    padding: 21px 15px;
    text-align: center;
    border-right: 1px solid #d5dfd6;
}

.mc-xsx-disc-hero-points > div:last-child {
    border-right: 0;
}

.mc-xsx-disc-hero-points span {
    display: block;
    margin-bottom: 6px;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
}

.mc-xsx-disc-hero-points strong {
    color: #222622;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 900;
}


/* HERO VISUAL */

.mc-xsx-disc-hero-visual {
    position: relative;
    min-height: 520px;
}

.mc-xsx-disc-game-box {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 20px;
    width: 310px;
    overflow: hidden;
    background: #222622;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.2);
    transform: rotate(-4deg);
}

.mc-xsx-disc-game-box-top {
    padding: 16px;
    background: #278536;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
}

.mc-xsx-disc-game-box-art {
    position: relative;
    min-height: 355px;
    padding: 40px 25px;
    overflow: hidden;
    background: #121612;
}

.mc-xsx-disc-game-box-art > span {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 72px;
    left: 20px;
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.mc-xsx-disc-game-box-art > strong {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 31px;
    left: 20px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 900;
    text-align: center;
}

.mc-xsx-disc-game-box-bottom {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 17px;
    background: #303530;
}

.mc-xsx-disc-game-box-bottom span {
    color: #d5ddd6;
    font-size: 14px;
    font-weight: 800;
}

.mc-xsx-disc-pixel {
    position: absolute;
}

.mc-xsx-disc-pixel-1 {
    top: 45px;
    left: 35px;
    width: 86px;
    height: 86px;
    background: #278536;
}

.mc-xsx-disc-pixel-2 {
    top: 75px;
    right: 35px;
    width: 74px;
    height: 74px;
    background: #63b86d;
}

.mc-xsx-disc-pixel-3 {
    top: 147px;
    left: 95px;
    width: 52px;
    height: 52px;
    background: #1e692a;
}

.mc-xsx-disc-pixel-4 {
    top: 170px;
    right: 75px;
    width: 40px;
    height: 40px;
    background: #8ed194;
}

.mc-xsx-disc-pixel-5 {
    top: 22px;
    right: 102px;
    width: 35px;
    height: 35px;
    background: #343b35;
}

.mc-xsx-disc-round-disc {
    position: absolute;
    z-index: 3;
    top: 70px;
    right: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 225px;
    border-radius: 50%;
    background: #e7ece8;
    border: 18px solid #c9d0ca;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.17);
}

.mc-xsx-disc-round-disc::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border: 2px solid #b4bcb5;
    border-radius: 50%;
}

.mc-xsx-disc-round-disc-center {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #278536;
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
}

.mc-xsx-disc-round-disc > span {
    position: relative;
    z-index: 2;
    color: #222622;
    font-size: 14px;
    font-weight: 900;
}

.mc-xsx-disc-hero-badge {
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 15px;
    width: 260px;
    padding: 25px;
    background: #278536;
    box-shadow: 0 18px 38px rgba(39, 133, 54, 0.25);
}

.mc-xsx-disc-hero-badge span {
    color: #dceede;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-hero-badge strong {
    display: block;
    margin: 8px 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 900;
}

.mc-xsx-disc-hero-badge p {
    margin: 0;
    color: #ecf6ed;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   OVERVIEW
========================================================= */

.mc-xsx-disc-overview {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-overview-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 30px;
}

.mc-xsx-disc-overview-intro {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 31px;
    background: #f2f7f2;
    border-left: 6px solid #278536;
}

.mc-xsx-disc-overview-intro > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #222622;
    color: #8ed194;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 6px 6px 0 #d8ead9;
}

.mc-xsx-disc-overview-intro h3 {
    margin: 0 0 8px;
    color: #222622;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-overview-intro p,
.mc-xsx-disc-overview-text p {
    margin: 0;
    color: #59625a;
    font-size: 15px;
    line-height: 1.85;
}

.mc-xsx-disc-overview-text {
    padding: 27px 30px;
    background: #222622;
}

.mc-xsx-disc-overview-text p {
    margin-bottom: 15px;
    color: #c4ccc5;
}

.mc-xsx-disc-overview-text p:last-child {
    margin-bottom: 0;
}

.mc-xsx-disc-overview-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.mc-xsx-disc-overview-cards article {
    min-width: 0;
    padding: 25px 21px;
    background: #ffffff;
    border: 1px solid #dce4dd;
    border-bottom: 5px solid #278536;
}

.mc-xsx-disc-overview-cards article > span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 11px;
    background: #e6f3e7;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-overview-cards h3 {
    margin: 0 0 8px;
    color: #222622;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-overview-cards p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}

.mc-xsx-disc-platform-card {
    overflow: hidden;
    background: #278536;
    box-shadow: 0 20px 42px rgba(39, 133, 54, 0.18);
}

.mc-xsx-disc-platform-card > span {
    display: block;
    padding: 27px 24px 9px;
    color: #dceede;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.mc-xsx-disc-platform-card > strong {
    display: block;
    padding: 0 20px 28px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.mc-xsx-disc-platform-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 74px;
    padding: 17px 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mc-xsx-disc-platform-card p {
    margin: 0;
    color: #dceede;
    font-size: 14px;
    line-height: 1.4;
}

.mc-xsx-disc-platform-card b {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
}

.mc-xsx-disc-notice {
    margin-top: 20px;
    padding: 23px;
    background: #222622;
    border-left: 5px solid #278536;
}

.mc-xsx-disc-notice span {
    display: block;
    margin-bottom: 7px;
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-notice p {
    margin: 0;
    color: #c1c9c2;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   FEATURE GRID
========================================================= */

.mc-xsx-disc-features {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mc-xsx-disc-feature-grid article {
    min-width: 0;
    padding: 29px 25px;
    background: #ffffff;
    border: 1px solid #dce4dd;
    transition: 0.22s ease;
}

.mc-xsx-disc-feature-grid article:hover {
    transform: translateY(-5px);
    border-color: #278536;
    box-shadow: 0 17px 35px rgba(0, 0, 0, 0.07);
}

.mc-xsx-disc-feature-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    background: #278536;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.mc-xsx-disc-feature-grid h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-feature-grid p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   COMPARISON
========================================================= */

.mc-xsx-disc-comparison {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-comparison-panels {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px minmax(0, 1fr);
    align-items: stretch;
}

.mc-xsx-disc-comparison-card {
    padding-bottom: 30px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
    text-align: center;
}

.mc-xsx-disc-comparison-card > span {
    display: block;
    padding: 28px 25px 7px;
    color: #dceede;
    background: #278536;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-comparison-card > h3 {
    margin: 0;
    padding: 0 25px 27px;
    color: #ffffff;
    background: #278536;
    font-size: 28px;
    font-weight: 900;
}

.mc-xsx-disc-comparison-card-digital > span,
.mc-xsx-disc-comparison-card-digital > h3 {
    background: #222622;
}

.mc-xsx-disc-comparison-card > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    margin: 30px auto;
    background: #222622;
    color: #8ed194;
    font-size: 21px;
    font-weight: 900;
    box-shadow: 7px 7px 0 #d8ead9;
}

.mc-xsx-disc-comparison-card-digital > strong {
    background: #278536;
    color: #ffffff;
}

.mc-xsx-disc-comparison-card ul {
    margin: 0;
    padding: 0 30px;
    list-style: none;
    text-align: left;
}

.mc-xsx-disc-comparison-card li {
    position: relative;
    margin-bottom: 13px;
    padding-left: 27px;
    color: #59625a;
    font-size: 14px;
    line-height: 1.75;
}

.mc-xsx-disc-comparison-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #278536;
    font-weight: 900;
}

.mc-xsx-disc-comparison-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8ed194;
    background: #222622;
    font-size: 18px;
    font-weight: 900;
}

.mc-xsx-disc-comparison-table-wrap {
    margin-top: 30px;
    overflow-x: auto;
    border: 1px solid #dce4dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.mc-xsx-disc-comparison-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
}

.mc-xsx-disc-comparison-table thead {
    background: #278536;
}

.mc-xsx-disc-comparison-table th,
.mc-xsx-disc-comparison-table td {
    padding: 18px 20px;
    border-right: 1px solid #e0e7e1;
    border-bottom: 1px solid #e0e7e1;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.mc-xsx-disc-comparison-table th {
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-comparison-table th:first-child,
.mc-xsx-disc-comparison-table td:first-child {
    text-align: left;
}

.mc-xsx-disc-comparison-table td:first-child {
    color: #222622;
    font-weight: 900;
}

.mc-xsx-disc-comparison-table tbody tr:nth-child(even) {
    background: #f7faf7;
}

.mc-xsx-disc-table-yes,
.mc-xsx-disc-table-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 900;
}

.mc-xsx-disc-table-yes {
    background: #e4f2e6;
    color: #278536;
}

.mc-xsx-disc-table-no {
    background: #ecefec;
    color: #69716a;
}


/* =========================================================
   BENEFITS
========================================================= */

.mc-xsx-disc-benefits {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-benefit-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 25px;
}

.mc-xsx-disc-benefit-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: #278536;
    color: #ffffff;
}

.mc-xsx-disc-benefit-highlight > span {
    color: #dceede;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-benefit-highlight h3 {
    margin: 11px 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
}

.mc-xsx-disc-benefit-highlight p {
    margin: 0;
    color: #edf7ee;
    font-size: 15px;
    line-height: 1.8;
}

.mc-xsx-disc-benefit-highlight > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px;
}

.mc-xsx-disc-benefit-highlight > div strong {
    padding: 10px 13px;
    background: #ffffff;
    color: #278536;
    font-size: 14px;
}

.mc-xsx-disc-benefit-list {
    display: grid;
    gap: 15px;
}

.mc-xsx-disc-benefit-list article {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dce4dd;
}

.mc-xsx-disc-benefit-list article > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #222622;
    color: #8ed194;
    font-size: 15px;
    font-weight: 900;
}

.mc-xsx-disc-benefit-list h3 {
    margin: 0 0 6px;
    color: #222622;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-benefit-list p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   INSTALLATION
========================================================= */

.mc-xsx-disc-installation {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-installation-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mc-xsx-disc-installation-steps article {
    min-width: 0;
    padding: 28px 24px;
    background: #f4f8f4;
    border: 1px solid #dce4dd;
    border-top: 5px solid #278536;
    text-align: center;
}

.mc-xsx-disc-installation-steps article > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #278536;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
}

.mc-xsx-disc-installation-steps h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-installation-steps p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}

.mc-xsx-disc-installation-note {
    margin-top: 28px;
    padding: 33px;
    background: #222622;
    border-left: 7px solid #278536;
    text-align: center;
}

.mc-xsx-disc-installation-note span {
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-installation-note h3 {
    margin: 8px 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-installation-note p {
    max-width: 820px;
    margin: 0 auto;
    color: #c3cbc4;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   REQUIREMENTS
========================================================= */

.mc-xsx-disc-requirements {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-requirement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.mc-xsx-disc-requirement-grid article {
    min-width: 0;
    padding: 28px 24px;
    background: #ffffff;
    border: 1px solid #dce4dd;
}

.mc-xsx-disc-requirement-grid article > span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 12px;
    background: #e5f3e7;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-requirement-grid h3 {
    margin: 0 0 8px;
    color: #222622;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-requirement-grid p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}

.mc-xsx-disc-requirement-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 28px;
    background: rgba(255, 255, 255, 0.13);
}

.mc-xsx-disc-requirement-summary > div {
    padding: 27px 20px;
    background: #278536;
    text-align: center;
}

.mc-xsx-disc-requirement-summary span {
    display: block;
    margin-bottom: 7px;
    color: #dceede;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.mc-xsx-disc-requirement-summary strong {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 900;
}


/* =========================================================
   PERFORMANCE
========================================================= */

.mc-xsx-disc-performance {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-performance-layout {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 25px;
}

.mc-xsx-disc-performance-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 35px;
    background: #222622;
    text-align: center;
}

.mc-xsx-disc-performance-score span {
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-performance-score strong {
    display: block;
    margin: 18px 0;
    color: #ffffff;
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}

.mc-xsx-disc-performance-score p {
    margin: 0;
    color: #c2cac3;
    font-size: 14px;
    line-height: 1.8;
}

.mc-xsx-disc-performance-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.mc-xsx-disc-performance-list article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 25px;
    background: #f3f8f3;
    border: 1px solid #dce4dd;
}

.mc-xsx-disc-performance-list article > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #278536;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
}

.mc-xsx-disc-performance-list h3 {
    margin: 0 0 7px;
    color: #222622;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-performance-list p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   GAMEPLAY
========================================================= */

.mc-xsx-disc-gameplay {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-gameplay-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #dce4dd;
    background: #ffffff;
}

.mc-xsx-disc-gameplay-board article {
    min-width: 0;
    min-height: 230px;
    padding: 28px 25px;
    border-right: 1px solid #dce4dd;
    border-bottom: 1px solid #dce4dd;
}

.mc-xsx-disc-gameplay-board article:nth-child(3n) {
    border-right: 0;
}

.mc-xsx-disc-gameplay-board article:nth-last-child(-n+3) {
    border-bottom: 0;
}

.mc-xsx-disc-gameplay-board article > span {
    display: inline-block;
    margin-bottom: 18px;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-gameplay-board h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-gameplay-board p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   STORAGE
========================================================= */

.mc-xsx-disc-storage {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-storage-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 25px;
}

.mc-xsx-disc-storage-meter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 38px;
    background: #278536;
}

.mc-xsx-disc-storage-meter > span {
    color: #dceede;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-storage-meter h3 {
    margin: 10px 0 23px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.mc-xsx-disc-storage-bar {
    height: 22px;
    margin-bottom: 22px;
    padding: 4px;
    background: #ffffff;
}

.mc-xsx-disc-storage-bar div {
    width: 72%;
    height: 100%;
    background: #222622;
}

.mc-xsx-disc-storage-meter p {
    margin: 0;
    color: #edf7ee;
    font-size: 14px;
    line-height: 1.8;
}

.mc-xsx-disc-storage-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.mc-xsx-disc-storage-items article {
    padding: 25px;
    background: #f3f8f3;
    border: 1px solid #dce4dd;
}

.mc-xsx-disc-storage-items article > span {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 10px;
    background: #222622;
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-storage-items h3 {
    margin: 0 0 8px;
    color: #222622;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-storage-items p {
    margin: 0;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   VERSION TABLE
========================================================= */

.mc-xsx-disc-versions {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-version-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 25px;
    background: #222622;
}

.mc-xsx-disc-version-summary > div {
    padding: 24px 18px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mc-xsx-disc-version-summary > div:last-child {
    border-right: 0;
}

.mc-xsx-disc-version-summary span {
    display: block;
    margin-bottom: 7px;
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-version-summary strong {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-version-table-wrap {
    overflow-x: auto;
    background: #ffffff;
    border: 1px solid #dce4dd;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.07);
}

.mc-xsx-disc-version-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

.mc-xsx-disc-version-table thead {
    background: #278536;
}

.mc-xsx-disc-version-table th {
    padding: 20px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
}

.mc-xsx-disc-version-table th:nth-child(n+2) {
    text-align: center;
}

.mc-xsx-disc-version-table td {
    padding: 18px 20px;
    color: #59625a;
    border-right: 1px solid #e0e7e1;
    border-bottom: 1px solid #e0e7e1;
    font-size: 14px;
    line-height: 1.6;
}

.mc-xsx-disc-version-table td:nth-child(n+2) {
    text-align: center;
}

.mc-xsx-disc-version-table tbody tr:nth-child(even) {
    background: #f7faf7;
}

.mc-xsx-disc-version-table td strong {
    display: block;
    margin-bottom: 4px;
    color: #222622;
    font-size: 15px;
    font-weight: 900;
}

.mc-xsx-disc-version-table td span {
    color: #727b73;
    font-size: 14px;
}

.mc-xsx-disc-version-table td b {
    display: inline-flex;
    min-width: 94px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #e5f3e7;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
}

.mc-xsx-disc-version-table td a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    min-height: 43px;
    padding: 9px 16px;
    background: #278536;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.22s ease;
}

.mc-xsx-disc-version-table td a:hover {
    transform: translateY(-3px);
    background: #222622;
}


/* =========================================================
   FAQ
========================================================= */

.mc-xsx-disc-faq {
    padding: 100px 0;
    background: #ffffff;
}

.mc-xsx-disc-faq-list {
    max-width: 950px;
    margin: 0 auto;
}

.mc-xsx-disc-faq-list details {
    margin-bottom: 14px;
    background: #f3f8f3;
    border: 1px solid #dce4dd;
    border-left: 5px solid #278536;
}

.mc-xsx-disc-faq-list summary {
    position: relative;
    padding: 22px 60px 22px 23px;
    color: #222622;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.mc-xsx-disc-faq-list summary::-webkit-details-marker {
    display: none;
}

.mc-xsx-disc-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    background: #278536;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}

.mc-xsx-disc-faq-list details[open] summary::after {
    content: "−";
}

.mc-xsx-disc-faq-list details p {
    margin: 0;
    padding: 0 24px 23px;
    color: #59625a;
    font-size: 14px;
    line-height: 1.85;
}


/* =========================================================
   RELATED
========================================================= */

.mc-xsx-disc-related {
    padding: 100px 0;
    background: #f3f8f3;
}

.mc-xsx-disc-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mc-xsx-disc-related-grid article {
    padding: 29px 25px;
    background: #ffffff;
    border: 1px solid #dce4dd;
    border-bottom: 6px solid #278536;
}

.mc-xsx-disc-related-grid article > span {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 11px;
    background: #e5f3e7;
    color: #278536;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-related-grid h3 {
    margin: 0 0 9px;
    color: #222622;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
}

.mc-xsx-disc-related-grid p {
    margin: 0 0 20px;
    color: #5d665e;
    font-size: 14px;
    line-height: 1.8;
}

.mc-xsx-disc-related-grid a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 16px;
    background: #222622;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.mc-xsx-disc-related-grid a:hover {
    background: #278536;
}


/* =========================================================
   FINAL CTA
========================================================= */

.mc-xsx-disc-final {
    padding: 70px 0;
    background: #ffffff;
}

.mc-xsx-disc-final-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 45px;
    background: #222622;
    border-left: 8px solid #278536;
}

.mc-xsx-disc-final-box span {
    color: #8ed194;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.mc-xsx-disc-final-box h2 {
    margin: 9px 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 900;
}

.mc-xsx-disc-final-box p {
    max-width: 740px;
    margin: 0;
    color: #c1c9c2;
    font-size: 14px;
    line-height: 1.8;
}

.mc-xsx-disc-final-box > a {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    min-width: 215px;
    min-height: 54px;
    padding: 13px 22px;
    background: #278536;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.mc-xsx-disc-final-box > a:hover {
    background: #ffffff;
    color: #278536;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .mc-xsx-disc-hero-grid,
    .mc-xsx-disc-overview-layout,
    .mc-xsx-disc-benefit-layout,
    .mc-xsx-disc-storage-layout {
        grid-template-columns: 1fr;
    }

    .mc-xsx-disc-hero-content {
        max-width: 820px;
        margin: 0 auto;
        text-align: center;
    }

    .mc-xsx-disc-hero-content h1,
    .mc-xsx-disc-hero-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .mc-xsx-disc-hero-actions {
        justify-content: center;
    }

    .mc-xsx-disc-hero-visual {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    .mc-xsx-disc-overview-side {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .mc-xsx-disc-notice {
        margin-top: 0;
    }

    .mc-xsx-disc-comparison-panels {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .mc-xsx-disc-comparison-vs {
        min-height: 58px;
    }

    .mc-xsx-disc-installation-steps,
    .mc-xsx-disc-requirement-grid,
    .mc-xsx-disc-feature-grid,
    .mc-xsx-disc-gameplay-board,
    .mc-xsx-disc-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-xsx-disc-gameplay-board article:nth-child(3n) {
        border-right: 1px solid #dce4dd;
    }

    .mc-xsx-disc-gameplay-board article:nth-child(2n) {
        border-right: 0;
    }

    .mc-xsx-disc-gameplay-board article:nth-last-child(-n+3) {
        border-bottom: 1px solid #dce4dd;
    }

    .mc-xsx-disc-gameplay-board article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .mc-xsx-disc-performance-layout {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .mc-xsx-disc-container {
        padding: 0 20px;
    }

    .mc-xsx-disc-heading h2 {
        font-size: 32px;
    }

    .mc-xsx-disc-hero,
    .mc-xsx-disc-overview,
    .mc-xsx-disc-features,
    .mc-xsx-disc-comparison,
    .mc-xsx-disc-benefits,
    .mc-xsx-disc-installation,
    .mc-xsx-disc-requirements,
    .mc-xsx-disc-performance,
    .mc-xsx-disc-gameplay,
    .mc-xsx-disc-storage,
    .mc-xsx-disc-versions,
    .mc-xsx-disc-faq,
    .mc-xsx-disc-related {
        padding: 70px 0;
    }

    .mc-xsx-disc-hero-content h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .mc-xsx-disc-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mc-xsx-disc-btn {
        width: 100%;
    }

    .mc-xsx-disc-hero-points {
        grid-template-columns: 1fr;
    }

    .mc-xsx-disc-hero-points > div {
        border-right: 0;
        border-bottom: 1px solid #d5dfd6;
    }

    .mc-xsx-disc-hero-visual {
        min-height: auto;
    }

    .mc-xsx-disc-game-box,
    .mc-xsx-disc-round-disc,
    .mc-xsx-disc-hero-badge {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        margin: 0 0 18px;
        transform: none;
    }

    .mc-xsx-disc-round-disc {
        width: 220px;
        height: 220px;
        margin: 0 auto 18px;
    }

    .mc-xsx-disc-hero-badge {
        text-align: center;
    }

    .mc-xsx-disc-overview-intro {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-xsx-disc-overview-intro > span {
        margin: 0 auto;
    }

    .mc-xsx-disc-overview-cards,
    .mc-xsx-disc-overview-side,
    .mc-xsx-disc-feature-grid,
    .mc-xsx-disc-installation-steps,
    .mc-xsx-disc-requirement-grid,
    .mc-xsx-disc-performance-list,
    .mc-xsx-disc-gameplay-board,
    .mc-xsx-disc-storage-items,
    .mc-xsx-disc-related-grid {
        grid-template-columns: 1fr;
    }

    .mc-xsx-disc-benefit-highlight {
        text-align: center;
    }

    .mc-xsx-disc-benefit-highlight > div {
        justify-content: center;
    }

    .mc-xsx-disc-benefit-list article {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-xsx-disc-benefit-list article > span {
        margin: 0 auto;
    }

    .mc-xsx-disc-requirement-summary,
    .mc-xsx-disc-version-summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-xsx-disc-gameplay-board article,
    .mc-xsx-disc-gameplay-board article:nth-child(2n),
    .mc-xsx-disc-gameplay-board article:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px solid #dce4dd;
    }

    .mc-xsx-disc-gameplay-board article:last-child {
        border-bottom: 0;
    }

    .mc-xsx-disc-performance-list article {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mc-xsx-disc-performance-list article > span {
        margin: 0 auto;
    }


    /* MOBILE COMPARISON TABLE */

    .mc-xsx-disc-comparison-table-wrap,
    .mc-xsx-disc-version-table-wrap {
        overflow: visible;
        border: 0;
        box-shadow: none;
    }

    .mc-xsx-disc-comparison-table,
    .mc-xsx-disc-version-table {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .mc-xsx-disc-comparison-table thead,
    .mc-xsx-disc-version-table thead {
        display: none;
    }

    .mc-xsx-disc-comparison-table tbody,
    .mc-xsx-disc-version-table tbody {
        display: block;
    }

    .mc-xsx-disc-comparison-table tr,
    .mc-xsx-disc-version-table tr {
        display: block;
        margin-bottom: 16px;
        overflow: hidden;
        background: #ffffff !important;
        border: 1px solid #dce4dd;
        border-left: 5px solid #278536;
    }

    .mc-xsx-disc-comparison-table td,
    .mc-xsx-disc-version-table td {
        display: grid;
        grid-template-columns: 135px minmax(0, 1fr);
        gap: 13px;
        align-items: center;
        width: 100%;
        padding: 15px;
        text-align: left !important;
        border-right: 0;
        border-bottom: 1px solid #e0e7e1;
    }

    .mc-xsx-disc-comparison-table td::before,
    .mc-xsx-disc-version-table td::before {
        content: attr(data-label);
        color: #69726a;
        font-size: 14px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .mc-xsx-disc-version-table td b,
    .mc-xsx-disc-version-table td a {
        justify-self: start;
    }

    .mc-xsx-disc-final-box {
        display: block;
        padding: 35px 25px;
        text-align: center;
    }

    .mc-xsx-disc-final-box > a {
        width: 100%;
        margin-top: 24px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 460px) {

    .mc-xsx-disc-heading h2 {
        font-size: 29px;
    }

    .mc-xsx-disc-hero-content h1 {
        font-size: 34px;
    }

    .mc-xsx-disc-game-box-art {
        min-height: 310px;
    }

    .mc-xsx-disc-overview-cards,
    .mc-xsx-disc-requirement-summary,
    .mc-xsx-disc-version-summary {
        grid-template-columns: 1fr;
    }

    .mc-xsx-disc-comparison-table td,
    .mc-xsx-disc-version-table td {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .mc-xsx-disc-comparison-table td::before,
    .mc-xsx-disc-version-table td::before {
        padding-bottom: 6px;
        border-bottom: 1px solid #edf1ed;
    }

    .mc-xsx-disc-benefit-highlight,
    .mc-xsx-disc-storage-meter {
        padding: 30px 23px;
    }

    .mc-xsx-disc-benefit-highlight h3,
    .mc-xsx-disc-storage-meter h3 {
        font-size: 26px;
    }

    .mc-xsx-disc-final-box h2 {
        font-size: 27px;
    }

}/* End custom CSS */