.acipe-compare {
    padding: 128px 0 158px;
  	background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.acipe-compare__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
.acipe-compare__header {
    text-align: center;
    margin-bottom: 42px;
}
span.acipe-compare__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;
}
.acipe-compare__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    line-height: 54px;
    max-width: 853px;
    width: 100%;
    margin: 0 auto 6px;
}
.acipe-compare__subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 622px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
}

/* Table */
.acipe-compare__table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    margin-bottom: 26px;
}
.acipe-compare__table {
    display: block;
    width: 100%;
    min-width: 640px;
    border: 0;
    margin: 0;
}
.acipe-compare__thead {
    display: block;
}
.acipe-compare__tbody {
    display: block;
}
.acipe-compare__tr,
.acipe-compare__row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
.acipe-compare__th {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px !important;
    font-size: 15px;
    font-weight: 500;
    color: #374151;
    background: #ffffff;
    line-height: 21px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #E2E8F0;
    border-left: 0;
    border-top: 0;
}
.acipe-compare__th--metric {
    justify-content: flex-start;
    text-align: left;
    color: #888888;
    font-weight: 500;
}
.acipe-compare__row:nth-of-type(even){
    background: #F9FAFB;
}
.acipe-compare__td {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px !important;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 22px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid var(--color-grey-96, rgba(243, 244, 246, 1));
    border-left: 0;
    border-top: 0;
    text-align: center;
}
.acipe-compare__td:last-child{
    border-right:0;
}
.acipe-compare__td--label {
    justify-content: flex-start;
    text-align: left;
    color: rgba(0, 0, 0, 0.80);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

div.acipe-compare__th.acipe-compare__th--highlight {
    position: relative;
    border-right: 0;
    border-left: 0;
    color: #0D5AFF;
    font-weight: 700;
}
div.acipe-compare__th.acipe-compare__th--highlight:before {
    content: "";
    height: 104%;
    border: 2px solid #0D5AFF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
}
.acipe-compare__td--highlight {
    border-left: 2px solid #0D5AFF;
    border-right: 2px solid #0D5AFF;
    background: rgba(37, 99, 235, 0.03);
    font-weight: 500;
    color: #111111;
}
.acipe-compare__row:last-child .acipe-compare__td {
    border-bottom: none;
}
.acipe-compare__row:last-child .acipe-compare__td--highlight {
    position: relative;
    border-right: 0;
    border-left: 0;
}
.acipe-compare__row:last-child .acipe-compare__td--highlight:before {
    content: "";
    height: 104%;
    border: 2px solid #0D5AFF;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 0 16px 16px;
    border-top: 0;
}
.acipe-compare__row:last-child .acipe-compare__td.acipe-compare__td--label {
    border-right: 0;
}

/* Note Card */
.acipe-compare__note {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 18px 20px;
}
.acipe-compare__left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.acipe-compare__note-icon {
    flex-shrink: 0;
    margin-top: 2px;
}
.acipe-compare__note svg {
    min-width: 23px;
}
.acipe-compare__note-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 26px;
    margin: 0;
}
a.acipe-compare__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 14px 24px;
    border-radius: 50px;
    background: #ffffff;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    transition: opacity 0.2s ease;
    border: 1px solid rgba(17, 24, 39, 1);
}
a.acipe-compare__btn:hover {
    text-decoration: none;
    background: rgba(17, 24, 39, 1);
    color: #fff;
}

/* Savings Banner */
.acipe-compare__savings {
    background: #111827;
    border-radius: 16px;
    padding: 28px 24px 31px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 16px;
}
.acipe-compare__savings-amount {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 26px;
    margin: 0 0 13px;
}
.acipe-compare__savings-label {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    line-height: 26px;
}

/* Disclaimer */
.acipe-compare__disclaimer {
    font-size: 14px;
    font-style: italic;
    color: rgba(55, 65, 81, 0.7);
    text-align: center;
    margin: 0 0 39px;
    line-height: 25px;
    font-weight: 500;
}

/* CTA */
.acipe-compare__cta {
    text-align: center;
}
a.acipe-compare__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    border: 1.5px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1;
    transition: background 0.2s ease, color 0.2s ease;
}
a.acipe-compare__cta-btn:hover {
    background: #111111;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .acipe-compare {
        padding: 52px 0 60px;
    }
    .acipe-compare__container {
        padding: 0 20px;
    }
    .acipe-compare__title {
        font-size: 28px;
    }
    .acipe-compare__savings {
        padding: 24px 20px;
    }
    .acipe-compare__savings-amount {
        font-size: 26px;
    }
}
@media (max-width: 480px) {
    .acipe-compare__title {
        font-size: 22px;
    }
    .acipe-compare__savings-amount {
        font-size: 22px;
    }
}
.acipe-compare-table-heading {
    text-align: center;
}
.acipe-compare-table-heading p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    width: 100%;
    margin: 0 auto 16px;
    font-weight: 400;
    text-align: center;
}
.fee-editor-active .acipe-compare__tr,
.fee-editor-active .acipe-compare__row {
    padding: 3px 8px;
}
.fee-editor-active div.acipe-compare__th.acipe-compare__th--highlight:before,
.fee-editor-active .acipe-compare__row:last-child .acipe-compare__td--highlight:before {
    display: none;
}
.fee-editor-active .acipe-compare__td--highlight {
    border-left: 1px dashed rgba(0, 0, 0, 0.2);
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
}