.mm-ecosystem-advantage .ecosystem-section {
    margin: 0 auto;
    padding: 110px 0 110px;
    background-image: url(/template/23f99d91/images/table-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #FCFCFC;
}

.mm-ecosystem-advantage .ecosystem-section .hyk-container {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0px 40px;
    text-align: center;
}

/* ── Header ── */
.mm-ecosystem-advantage .ecosystem-header {
    text-align: center;
    margin-bottom: 52px;
}

.mm-ecosystem-advantage .ecosystem-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}

.mm-ecosystem-advantage .ecosystem-title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px 0;
    line-height: 54px;
}

.mm-ecosystem-advantage .ecosystem-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* ── Sub-heading ── */
.mm-ecosystem-advantage .comparison-heading {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    line-height: 21px;
}

/* ── Table Wrapper ── */
.mm-ecosystem-advantage .comparison-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.87);
}

/* ── Table ── */
.mm-ecosystem-advantage .comparison-table {
    display: block;
    width: 100%;
}
.mm-ecosystem-advantage .comparison-thead,
.mm-ecosystem-advantage .comparison-tbody {
    display: block;
}

/* ── Header Row ── */
.mm-ecosystem-advantage .comparison-thead-row {
    display: grid;
    grid-template-columns: 36% 32% 32%;
    width: 100%;
}
.mm-ecosystem-advantage .comparison-thead-row > div {
    padding: 14px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
  	text-align: left;
    border-bottom: 2px solid rgba(226, 232, 240, 1);
    background: rgba(249, 250, 251, 1);
    line-height: 21px;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.mm-ecosystem-advantage .comparison-thead-row > div:last-child {
    border-right: 0;
}
.mm-ecosystem-advantage .comparison-thead-row > div + div {
    border-left: 1px dashed #d1d5db;
}

/* Hykmah header in blue */
.mm-ecosystem-advantage .cmp-col-hykmah {
    color: #2563eb !important;
    font-weight: 600 !important;
}

/* ── Data Rows ── */
.mm-ecosystem-advantage .cmp-row {
    display: grid;
    grid-template-columns: 36% 32% 32%;
    width: 100%;
}
.mm-ecosystem-advantage .cmp-row > div {
    padding: 15px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 22px;
    display: flex;
    align-items: center;
  	text-align: left;
    font-weight: 400;
    border-bottom: 1px solid rgba(243, 244, 246, 1);
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
}
.mm-ecosystem-advantage .cmp-row > div:last-child {
    border-right: 0;
}
.mm-ecosystem-advantage .cmp-row > div:first-child {
    font-weight: 500;
    border-right: 0;
}
.mm-ecosystem-advantage .cmp-row:last-child > div {
    border-bottom: none;
}
.mm-ecosystem-advantage .cmp-row > div + div {
    border-left: 1px dashed #d1d5db;
}

/* ── Footer note ── */
.mm-ecosystem-advantage .ecosystem-footer {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
    color: #374151;
    font-style: italic;
    line-height: 25px;
    font-weight: 500;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .mm-ecosystem-advantage .comparison-thead-row,
    .mm-ecosystem-advantage .cmp-row {
        grid-template-columns: 36% 32% 32%;
    }
    .mm-ecosystem-advantage .comparison-thead-row > div,
    .mm-ecosystem-advantage .cmp-row > div {
        padding: 14px;
        font-size: 0.82rem;
    }
}
.fee-editor-active .mm-ecosystem-advantage .comparison-thead-row,
.fee-editor-active .mm-ecosystem-advantage .cmp-row {
    padding: 1px 8px;
}
