/* =====================================================
   MOF MADDEN LEAGUE KIT
   Page-specific styling
===================================================== */

html,
body {
    margin: 0;
    padding: 0;
}

.mof-kit-page {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
    background: #080b10;
    color: #ffffff;
}

/* =====================================================
   HERO SECTION
===================================================== */

.mof-kit-hero {
    position: relative;
    display: flex;
    min-height: 670px;
    align-items: center;
    margin-top: 0;
    padding: 80px 30px;
    box-sizing: border-box;
    background:
        linear-gradient(
            90deg,
            rgba(5, 8, 13, 0.88) 0%,
            rgba(5, 8, 13, 0.68) 45%,
            rgba(5, 8, 13, 0.60) 45%,
            rgba(5, 8, 13, 0.30) 48%,
            rgba(5, 8, 13, 0.10) 65%,
            rgba(5, 8, 13, 0) 80%
        ),
        url("../pictures/mofkit/league-kit-hero.png") 60% center / cover no-repeat;
}

.mof-kit-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.65) 100%
    );
    pointer-events: none;
}

.mof-kit-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mof-kit-hero-content {
    max-width: 720px;
}

.mof-kit-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.mof-kit-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d71920;
    box-shadow: 0 0 14px rgba(215, 25, 32, 0.75);
}

.mof-kit-headline {
    margin: 0;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(58px, 7vw, 102px);
    font-weight: 700;
    line-height: 0.88;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.45);
}

.mof-kit-headline-main,
.mof-kit-headline-accent {
    display: block;
    position: static;
    padding: 0;
    line-height: 0.88;
}

.mof-kit-headline-main {
    margin: 0;
    color: #ffffff;
}

.mof-kit-headline-accent {
    margin: 10px 0 0;
    color: #d71920;
}

.mof-kit-subtitle {
    max-width: 650px;
    margin: 25px 0 0;
    color: #d5d8dd;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    line-height: 1.65;
}

.mof-kit-subtitle strong {
    color: #ffffff;
}

.mof-kit-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.mof-kit-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.mof-kit-button:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.mof-kit-button-primary,
.mof-kit-button-primary:link,
.mof-kit-button-primary:visited {
    border: 1px solid #d71920;
    background: #d71920;
    color: #ffffff;
    box-shadow: 0 10px 28px rgba(215, 25, 32, 0.25);
}

.mof-kit-button-primary:hover {
    border-color: #ef2d34;
    background: #ef2d34;
    color: #ffffff;
}

.mof-kit-button-secondary,
.mof-kit-button-secondary:link,
.mof-kit-button-secondary:visited {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    backdrop-filter: blur(8px);
}

.mof-kit-button-secondary:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
}

.mof-kit-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 30px;
}

.mof-kit-hero-point {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e4e5e8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.mof-kit-check {
    display: inline-flex;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(215, 25, 32, 0.18);
    color: #ff454b;
    font-size: 12px;
    font-weight: 900;
}

.mof-kit-scroll {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.65);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

/* =====================================================
   PRODUCT SECTION
===================================================== */

.mof-kit-products {
    padding: 90px 30px;
    box-sizing: border-box;
    background: linear-gradient(
        180deg,
        #080b10 0%,
        #10151d 50%,
        #080b10 100%
    );
}

.mof-kit-products-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mof-kit-section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.mof-kit-section-label {
    margin-bottom: 12px;
    color: #e51b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mof-kit-section-title {
    margin: 0;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mof-kit-section-description {
    margin: 18px auto 0;
    color: #aeb5c0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.65;
}

.mof-kit-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.mof-kit-product-card {
    position: relative;
    display: flex;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.045) 0%,
        rgba(255, 255, 255, 0.015) 100%
    );
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mof-kit-product-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48);
}

.mof-kit-product-card-featured {
    border-color: rgba(229, 27, 35, 0.7);
    box-shadow:
        0 24px 65px rgba(0, 0, 0, 0.42),
        0 0 35px rgba(229, 27, 35, 0.12);
}

.mof-kit-product-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    padding: 8px 12px;
    border-radius: 999px;
    background: #e51b23;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(229, 27, 35, 0.32);
}

.mof-kit-product-image-area {
    position: relative;
    display: flex;
    width: 45%;
    min-width: 240px;
    align-items: center;
    justify-content: center;
    padding: 42px 22px;
    box-sizing: border-box;
    background: radial-gradient(
        circle at center,
        rgba(229, 27, 35, 0.14) 0%,
        rgba(229, 27, 35, 0) 65%
    );
}

.mof-kit-product-image-area::after {
    content: "";
    position: absolute;
    top: 12%;
    right: 0;
    width: 1px;
    height: 76%;
    background: linear-gradient(
        180deg,
        transparent,
        rgba(255, 255, 255, 0.15),
        transparent
    );
}

.mof-kit-product-image {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.5));
    transition: transform 0.25s ease;
}

.mof-kit-product-card:hover .mof-kit-product-image {
    transform: scale(1.025);
}

.mof-kit-product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 42px 34px;
    box-sizing: border-box;
}

.mof-kit-product-type {
    margin-bottom: 10px;
    color: #e51b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mof-kit-product-name {
    margin: 0;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mof-kit-product-description {
    margin: 18px 0 0;
    color: #aeb5c0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.mof-kit-product-features {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.mof-kit-product-features li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    color: #e3e6ea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.mof-kit-product-features li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #e51b23;
    font-weight: 900;
}

.mof-kit-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 28px;
}

.mof-kit-product-price {
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.mof-kit-product-price sup {
    position: relative;
    top: -12px;
    margin-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.mof-kit-product-link,
.mof-kit-product-link:link,
.mof-kit-product-link:visited {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.045);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.mof-kit-product-link:hover {
    transform: translateY(-2px);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
}

.mof-kit-product-card-featured .mof-kit-product-link {
    border-color: #e51b23;
    background: #e51b23;
}

.mof-kit-product-card-featured .mof-kit-product-link:hover {
    border-color: #ff333b;
    background: #ff333b;
}

/* =====================================================
   WHAT'S INCLUDED SECTION
===================================================== */

.mof-kit-included-section {
    padding: 55px 20px 25px;
    background: #080b11;
}

.mof-kit-included-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.mof-kit-included-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    padding: 8px 18px;
    border: 1px solid rgba(227, 27, 35, 0.35);
    border-radius: 999px;
    background: rgba(227, 27, 35, 0.12);
    color: #ff4d55;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mof-kit-included-inner h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.05;
}

.mof-kit-included-inner p {
    max-width: 760px;
    margin: 0 auto;
    color: #aeb6c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

/* =====================================================
   RESPONSIVE STYLES
===================================================== */

@media screen and (max-width: 1000px) {
    .mof-kit-product-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .mof-kit-hero {
        min-height: 500px;
        padding: 55px 20px;
        background-position: center center;
    }

    .mof-kit-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(4, 7, 11, 0.32);
        pointer-events: none;
    }

    .mof-kit-headline {
        font-size: clamp(52px, 15vw, 76px);
    }

    .mof-kit-subtitle {
        font-size: 16px;
        line-height: 1.55;
    }

    .mof-kit-hero-actions {
        flex-direction: column;
    }

    .mof-kit-button {
        width: 100%;
    }

    .mof-kit-hero-points {
        flex-direction: column;
        gap: 12px;
    }

    .mof-kit-scroll {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .mof-kit-products {
        padding: 65px 18px;
    }

    .mof-kit-product-card {
        display: block;
        min-height: auto;
    }

    .mof-kit-product-image-area {
        width: 100%;
        min-width: 0;
        padding: 35px 25px 25px;
    }

    .mof-kit-product-image-area::after {
        top: auto;
        right: 10%;
        bottom: 0;
        width: 80%;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.15),
            transparent
        );
    }

    .mof-kit-product-image {
        max-height: 310px;
    }

    .mof-kit-product-content {
        padding: 30px 24px 28px;
    }

    .mof-kit-product-name {
        font-size: 34px;
    }

    .mof-kit-product-bottom {
        align-items: flex-end;
    }

    .mof-kit-included-section {
        padding: 45px 18px 25px;
    }

    .mof-kit-included-inner p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* =====================================================
   SECTION DIVIDER
===================================================== */

.mof-kit-section-divider {
    position: relative;
    width: 100%;
    height: 70px;
    background:
        linear-gradient(
            180deg,
            #080b11 0%,
            #0b1018 50%,
            #080b11 100%
        );
    overflow: hidden;
}

.mof-kit-section-divider span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(1180px, calc(100% - 60px));
    height: 2px;
    transform: translate(-50%, -50%);
    background:
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(229, 27, 35, 0.12) 12%,
            rgba(229, 27, 35, 0.75) 50%,
            rgba(229, 27, 35, 0.12) 88%,
            transparent 100%
        );
    box-shadow:
        0 0 12px rgba(229, 27, 35, 0.18),
        0 0 28px rgba(229, 27, 35, 0.08);
}

/* =====================================================
   MODULE DETAIL SECTIONS
===================================================== */

.mof-kit-module-section {
    padding: 45px 30px 75px;
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(25, 34, 48, 0.32) 0%,
            rgba(8, 11, 17, 0) 45%
        ),
        linear-gradient(
            180deg,
            #080b11 0%,
            #0b1018 50%,
            #080b11 100%
        );
    box-sizing: border-box;
}

.mof-kit-module-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 70px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}


.mof-kit-module-section-reverse .mof-kit-module-image-wrap {
    grid-column: 2;
    grid-row: 1;
}

.mof-kit-module-section-reverse .mof-kit-module-content {
    grid-column: 1;
    grid-row: 1;
}

.mof-kit-module-image-wrap {
    position: relative;
}

.mof-kit-module-image {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45);
}

.mof-kit-module-number {
    margin-bottom: 12px;
    color: #e51b23;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mof-kit-module-exclusive {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid rgba(229, 27, 35, 0.45);
    border-radius: 999px;
    background: rgba(229, 27, 35, 0.12);
    color: #ff4d55;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.mof-kit-module-title {
    margin: 0;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mof-kit-module-lead {
    margin: 20px 0 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.mof-kit-module-description {
    margin: 16px 0 0;
    color: #aeb6c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.mof-kit-module-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.mof-kit-module-topics li {
    position: relative;
    padding-left: 24px;
    color: #e3e6ea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.mof-kit-module-topics li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e51b23;
    font-weight: 900;
}

.mof-kit-module-included {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.mof-kit-module-included span {
    width: 100%;
    color: #89919e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.mof-kit-module-included strong {
    display: inline-flex;
    padding: 8px 13px;
    border: 1px solid rgba(229, 27, 35, 0.35);
    border-radius: 999px;
    background: rgba(229, 27, 35, 0.1);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* =====================================================
   PACKAGE COMPARISON SECTION
===================================================== */

.mof-kit-comparison-section {
    padding: 80px 30px 95px;
    box-sizing: border-box;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(229, 27, 35, 0.08) 0%,
            rgba(8, 11, 17, 0) 38%
        ),
        linear-gradient(
            180deg,
            #080b11 0%,
            #0b1018 50%,
            #080b11 100%
        );
}

.mof-kit-comparison-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mof-kit-comparison-grid {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(229, 27, 35, 0.04);
}

.mof-kit-comparison-row {
    display: grid;
    grid-template-columns: minmax(260px, 1.45fr) minmax(170px, 0.8fr) minmax(190px, 0.95fr);
    min-height: 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mof-kit-comparison-row:last-child {
    border-bottom: 0;
}

.mof-kit-comparison-header {
    min-height: 145px;
    background: rgba(255, 255, 255, 0.035);
}

.mof-kit-comparison-feature,
.mof-kit-comparison-value,
.mof-kit-comparison-plan {
    display: flex;
    align-items: center;
    padding: 20px 28px;
    box-sizing: border-box;
}

.mof-kit-comparison-feature {
    color: #e3e6ea;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
}

.mof-kit-comparison-value,
.mof-kit-comparison-plan {
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.mof-kit-comparison-plan {
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.mof-kit-comparison-plan-label {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.mof-kit-comparison-plan strong {
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.mof-kit-comparison-plan-featured,
.mof-kit-comparison-value-featured {
    background: rgba(229, 27, 35, 0.055);
    border-left-color: rgba(229, 27, 35, 0.28);
}

.mof-kit-comparison-plan-featured {
    box-shadow: inset 0 3px 0 #e51b23;
}

.mof-kit-comparison-badge {
    position: absolute;
    top: 15px;
    left: 50%;
    display: inline-flex;
    min-width: 110px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 4px 14px;
    box-sizing: border-box;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #e51b23;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(229, 27, 35, 0.28);
}

.mof-kit-comparison-check,
.mof-kit-comparison-x {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.mof-kit-comparison-check {
    background: rgba(229, 27, 35, 0.14);
    color: #ff454d;
    box-shadow: 0 0 18px rgba(229, 27, 35, 0.08);
}

.mof-kit-comparison-x {
    background: rgba(255, 255, 255, 0.045);
    color: #6f7784;
}

.mof-kit-comparison-footer {
    min-height: 105px;
    background: rgba(255, 255, 255, 0.025);
}

.mof-kit-comparison-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.7px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

.mof-kit-comparison-button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    text-decoration: none;
}

.mof-kit-comparison-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.38);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
}

.mof-kit-comparison-button-secondary:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

.mof-kit-comparison-button-primary {
    border: 1px solid #e51b23;
    background: #e51b23;
    color: #ffffff !important;
    box-shadow: 0 10px 28px rgba(229, 27, 35, 0.25);
}

.mof-kit-comparison-button-primary:hover {
    border-color: #ff333b;
    background: #ff333b;
}

.mof-kit-comparison-note {
    margin: 22px 0 0;
    color: #7f8896;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

/* =====================================================
   FAQ SECTION
===================================================== */

.mof-kit-faq-section {
    padding: 80px 30px 90px;
    background:
        radial-gradient(
            circle at top,
            rgba(229,27,35,.06) 0%,
            rgba(8,11,17,0) 40%
        ),
        linear-gradient(
            180deg,
            #080b11 0%,
            #0b1018 50%,
            #080b11 100%
        );
}

.mof-kit-faq-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.mof-kit-faq-list {
    margin-top: 55px;
}

.mof-kit-faq-item {
    margin-bottom: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 10px;
    background: rgba(255,255,255,.03);
    transition: all .25s ease;
}

.mof-kit-faq-item:hover {
    border-color: rgba(229,27,35,.30);
}

.mof-kit-faq-item[open] {
    border-color: rgba(229,27,35,.40);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.mof-kit-faq-item summary {
    position: relative;
    padding: 24px 70px 24px 28px;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    user-select: none;
}

.mof-kit-faq-item summary::-webkit-details-marker {
    display: none;
}

.mof-kit-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    color: #e51b23;
    font-size: 28px;
    font-weight: 300;
    transition: transform .2s ease;
}

.mof-kit-faq-item[open] summary::after {
    content: "−";
}

.mof-kit-faq-item p {
    margin: 0;
    padding: 0 28px 28px;
    color: #aeb6c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.mof-kit-faq-item strong {
    color: #ffffff;
}

.mof-kit-faq-contact {
    margin-top: 45px;
    color: #b7bfca;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
}

.mof-kit-faq-contact strong {
    display: block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 20px;
}

/* =====================================================
   FINAL PURCHASE CTA
===================================================== */

.mof-kit-final-cta {
    position: relative;
    overflow: hidden;
    padding: 95px 30px 105px;
    box-sizing: border-box;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(229, 27, 35, 0.16) 0%,
            rgba(229, 27, 35, 0.04) 28%,
            rgba(8, 11, 17, 0) 58%
        ),
        linear-gradient(
            180deg,
            #080b11 0%,
            #0c1119 50%,
            #080b11 100%
        );
}

.mof-kit-final-cta::before {
    content: "";
    position: absolute;
    top: -170px;
    left: 50%;
    width: 650px;
    height: 350px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgba(229, 27, 35, 0.08);
    filter: blur(80px);
    pointer-events: none;
}

.mof-kit-final-cta-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}

.mof-kit-final-cta-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 8px 17px;
    border: 1px solid rgba(229, 27, 35, 0.4);
    border-radius: 999px;
    background: rgba(229, 27, 35, 0.1);
    color: #ff4d55;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.mof-kit-final-cta-title {
    margin: 0;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: clamp(48px, 6vw, 78px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mof-kit-final-cta-description {
    max-width: 780px;
    margin: 24px auto 0;
    color: #aeb6c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.7;
}

.mof-kit-final-cta-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    max-width: 1050px;
    margin: 55px auto 0;
}

.mof-kit-final-cta-card {
    position: relative;
    display: flex;
    min-height: 355px;
    flex-direction: column;
    align-items: center;
    padding: 42px 34px 36px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.05) 0%,
            rgba(255, 255, 255, 0.018) 100%
        );
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.38);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mof-kit-final-cta-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.24);
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.48);
}

.mof-kit-final-cta-card-featured {
    border-color: rgba(229, 27, 35, 0.65);
    background:
        linear-gradient(
            145deg,
            rgba(229, 27, 35, 0.11) 0%,
            rgba(255, 255, 255, 0.025) 65%
        );
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.45),
        0 0 38px rgba(229, 27, 35, 0.12);
}

.mof-kit-final-cta-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    display: inline-flex;
    min-width: 112px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    box-sizing: border-box;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #e51b23;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 22px rgba(229, 27, 35, 0.34);
}

.mof-kit-final-cta-package {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mof-kit-final-cta-price {
    margin-top: 16px;
    color: #ffffff;
    font-family: "Bebas Neue", "Arial Narrow", Arial, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.mof-kit-final-cta-price sup {
    position: relative;
    top: -22px;
    margin-right: 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}

.mof-kit-final-cta-card p {
    max-width: 320px;
    margin: 20px auto 30px;
    color: #aeb6c3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.mof-kit-final-cta-button,
.mof-kit-final-cta-button:link,
.mof-kit-final-cta-button:visited {
    display: inline-flex;
    width: 100%;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.mof-kit-final-cta-button:hover,
.mof-kit-final-cta-button:focus,
.mof-kit-final-cta-button:active {
    transform: translateY(-2px);
    color: #ffffff !important;
    text-decoration: none;
}

.mof-kit-final-cta-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.065);
}

.mof-kit-final-cta-button-secondary:hover {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

.mof-kit-final-cta-button-primary {
    border: 1px solid #e51b23;
    background: #e51b23;
    box-shadow: 0 12px 30px rgba(229, 27, 35, 0.25);
}

.mof-kit-final-cta-button-primary:hover {
    border-color: #ff333b;
    background: #ff333b;
}

.mof-kit-final-cta-note {
    margin-top: 28px;
    color: #7f8896;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

@media screen and (max-width: 850px) {
    .mof-kit-module-section {
        padding: 55px 20px;
    }

    .mof-kit-module-inner {
        grid-template-columns: 1fr;
        gap: 38px;
    }


    .mof-kit-module-section-reverse .mof-kit-module-image-wrap,
    .mof-kit-module-section-reverse .mof-kit-module-content {
        grid-column: auto;
        grid-row: auto;
    }
    
    
        .mof-kit-section-divider {
        height: 50px;
    }

    .mof-kit-section-divider span {
        width: calc(100% - 40px);
    }
    
.mof-kit-comparison-section {
    padding: 65px 20px 75px;
}

.mof-kit-comparison-row {
    grid-template-columns: minmax(210px, 1.25fr) minmax(135px, 0.8fr) minmax(145px, 0.9fr);
}

.mof-kit-comparison-feature,
.mof-kit-comparison-value,
.mof-kit-comparison-plan {
    padding: 18px 16px;
}

.mof-kit-comparison-feature {
    font-size: 13px;
}

.mof-kit-comparison-plan strong {
    font-size: 38px;
    }
}

.mof-kit-faq-email {
    display: inline-block;
    margin-top: 16px;
    color: #ff4d55;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease;
}

.mof-kit-faq-email:hover {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 650px) {

    .mof-kit-comparison-section {
        padding: 55px 16px 65px;
    }

    .mof-kit-comparison-grid {
        overflow-x: auto;
        border-radius: 12px;
    }

    .mof-kit-comparison-row {
        grid-template-columns: 190px 135px 145px;
        min-width: 470px;
    }

    .mof-kit-comparison-header {
        min-height: 130px;
    }

    .mof-kit-comparison-feature,
    .mof-kit-comparison-value,
    .mof-kit-comparison-plan {
        padding: 16px 13px;
    }

    .mof-kit-comparison-feature {
        font-size: 12px;
    }

    .mof-kit-comparison-plan strong {
        font-size: 34px;
    }

    .mof-kit-comparison-badge {
        top: 12px;
        padding: 6px 9px;
        font-size: 8px;
    }

    .mof-kit-comparison-button {
        min-height: 44px;
        padding: 0 14px;
        font-size: 9px;
    }
    
    .mof-kit-faq-section {
    padding: 60px 18px 70px;
}

.mof-kit-faq-item summary {
    padding: 20px 55px 20px 20px;
    font-size: 16px;
}

.mof-kit-faq-item summary::after {
    right: 20px;
}

.mof-kit-faq-item p {
    padding: 0 20px 22px;
    font-size: 15px;
}

.mof-kit-faq-contact {
    font-size: 15px;
}

.mof-kit-faq-contact strong {
    font-size: 18px;
}
.mof-kit-final-cta {
    padding: 70px 18px 80px;
}

.mof-kit-final-cta-title {
    font-size: clamp(44px, 13vw, 62px);
}

.mof-kit-final-cta-description {
    font-size: 16px;
    line-height: 1.6;
}

.mof-kit-final-cta-options {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 45px;
}

.mof-kit-final-cta-card {
    min-height: 330px;
    padding: 38px 26px 30px;
}

.mof-kit-final-cta-price {
    font-size: 52px;
}    
    
    
    
}

.mof-kit-faq-contact .mof-kit-faq-email,
.mof-kit-faq-contact .mof-kit-faq-email:link,
.mof-kit-faq-contact .mof-kit-faq-email:visited {
    display: block !important;
    margin-top: 16px;
    color: #ff4d55 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
}

.mof-kit-faq-contact .mof-kit-faq-email:hover {
    color: #ffffff !important;
}