.section-py {
    padding: 5rem 0;
}
.first-section-pt {
    padding-top: 4.84rem
}
.switch-toggle-slider {
    position: absolute;
    overflow: hidden;
    border-radius: 30rem;
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(67, 89, 113, .4) !important;
    color: rgba(67, 89, 113, .4);
    transition-duration: .2s;
    transition-property: left, right, background, box-shadow;
    cursor: pointer;
    user-select: none;
}
.switch .switch-toggle-slider {
    width: 2.5rem;
    height: 1.35rem;
    font-size: .625rem;
    line-height: 1.35rem;
    border: 1px solid rgba(0, 0, 0, 0);
    top: 0;
}
.switch-input:checked~.switch-toggle-slider {
    background: #696cff;
    border-color: #696cff !important;
    color: #fff;
}
.switch-primary.switch .switch-input:checked~.switch-toggle-slider {
    background: #696cff;
    border-color: #696cff !important;
    color: #fff;
}
.switch-off,
.switch-on {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    transition-duration: .2s;
    transition-property: left, right;
}
.switch-on {
    left: -100%;
}
.switch .switch-on {
    padding-left: .225rem;
    padding-right: 1.125rem;
}
.switch-input:checked~.switch-toggle-slider .switch-on {
    left: 0;
}
.switch-input:checked~.switch-toggle-slider .switch-off {
    left: 100%;
    color: rgba(0, 0, 0, 0);
}
.switch-toggle-slider::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    border-radius: 999px;
    background: rgba(67, 89, 113, .6);
    box-shadow: 0 0 0 1px rgba(67, 89, 113, .04), 0 1px 6px rgba(67, 89, 113, .09);
    transition-duration: .2s;
    transition-property: left, right, background;
}
.switch .switch-toggle-slider::after {
    top: -1px;
    margin: .225rem 0 0 .225rem;
    width: 14px;
    height: 14px;
}
.switch-input:checked~.switch-toggle-slider:after {
    background: #fff;
}
.switch .switch-input:checked~.switch-toggle-slider::after {
    left: 1.15rem;
}
.switch-label {
    display: inline-block;
    font-weight: 400;
    color: #697a8d;
    position: relative;
    cursor: default;
}
.switch .switch-label {
    top: .01875rem;
}
.switch .switch-input~.switch-label {
    padding-left: 3rem;
}
.switch {
    margin-right: .75rem;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 30rem;
    cursor: pointer;
    min-height: 1.35rem;
    font-size: .9375rem;
    line-height: 1.4;
    width: auto;
}
html:not([dir=rtl]) .ms-n5 {
    margin-left: -3rem !important;
}
.switch .switch-label:first-child {
    padding-right: .5rem;
}
.circle-bullets {
    list-style-type: none;
}
.btn-label-success {
    color: #71dd37;
    border-color: rgba(0, 0, 0, 0);
    background: #e8fadf;
}
.btn-label-primary {
    color: #696cff;
    border-color: rgba(0, 0, 0, 0);
    background: #e7e7ff;
}
.package_intro ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
    width: max-content;
    max-width: 100%;
}
.package_intro ul li {
    position: relative;
}
.price-yearly-toggle {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.btn-label-success:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #66c732 !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(113, 221, 55, .4) !important;
    transform: translateY(-1px) !important;
}
.btn-label-primary:hover {
    border-color: rgba(0, 0, 0, 0) !important;
    background: #5f61e6 !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, .4) !important;
    transform: translateY(-1px) !important;
}
/*pricing*/
.banner {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: contain;
    border-radius: 10px;
    display: flex;
}
.banner.overlay {
    position: relative;
}
.banner.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.btn-outline-primary:hover {
    transform: translateY(0);
}
/*end pricing*/
/*payment*/
.title_box:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 50%;
    max-width: 300px;
    height: 2px;
    background: #30519d;
    bottom: 0;
}
/*end payment*/
/*!
 * Bootstrap Steps v1.0.1 (https://github.com/ycs77/bootstrap-steps)
 * Copyright 2019 Lucas Yang <yangchenshin77@gmail.com>
 * Licensed under MIT (https://github.com/ycs77/bootstrap-steps/blob/master/LICENSE)
 */
.steps {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto
}
.steps .step:first-child {
    margin-left: auto
}
.steps .step:last-child {
    margin-right: auto
}
.step:first-of-type .step-circle::before {
    display: none
}
.step:last-of-type .step-content {
    padding-right: 0
}
.step-content {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 6.5rem;
    min-width: 4rem;
    max-width: 6.5rem;
    padding-top: .5rem;
    padding-right: 0.5rem
}
.step-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    color: #adb5bd;
    border: 2px solid #adb5bd;
    border-radius: 100%;
    background-color: #fff
}
.step-circle::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -2px;
    width: calc(7rem + 1rem - 2.5rem);
    height: 2px;
    transform: translate(-100%, -50%);
    color: #adb5bd;
    background-color: currentColor
}
.step-text {
    color: #adb5bd;
    word-break: break-all;
    margin-top: .25em
}
.step-active .step-circle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}
.step-active .step-circle::before {
    color: #007bff
}
.step-active .step-text {
    color: #007bff
}
.step-error .step-circle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}
.step-error .step-circle::before {
    color: #dc3545
}
.step-error .step-text {
    color: #dc3545
}
.step-success .step-circle {
    color: #28a745;
    background-color: #fff;
    border-color: #28a745
}
.step-success .step-circle::before {
    color: #28a745
}
.step-success .step-text {
    color: #28a745;
    font-size: 13px;
}
.box_package {
    filter: grayscale(1);
}
.box_package.active {
    filter: grayscale(0);
    border-color: #696cff !important;
}
@media screen and (max-width:767px) {
    .steps .step:first-child .step-content {
        width: 4rem;
    }
    .steps .step:nth-child(2) .step-content .step-circle::before {
        width: calc(5rem);
    }
}
/* ===================== Bảng giá MyFuture (_MF_PACKAGE) — scoped .mfp ===================== */
.mfp {
    --brand-50: #fdf2f4;
    --brand-100: #fbe4e8;
    --brand-600: #a4153a;
    --brand-700: #950b25;
    --brand-800: #780a1e;
    --paper: #faf7f2;
    --paper-2: #f3ede2;
    --canvas: #fff;
    --line: #e6dcc8;
    --line-strong: #cdc0a8;
    --line-soft: #f0e9da;
    --ink-1: #1a1410;
    --ink-2: #3d342b;
    --ink-3: #6b5f51;
    --ink-4: #968878;
    --success: #2d6a4f;
    --success-soft: #dcecd9;
    --success-ink: #1b4a35;
    --shadow-sm: 0 1px 2px rgba(58, 38, 22, .06), 0 1px 1px rgba(58, 38, 22, .04);
    --shadow-md: 0 4px 12px -2px rgba(58, 38, 22, .08), 0 2px 4px -1px rgba(58, 38, 22, .05);
    --shadow-lg: 0 12px 28px -8px rgba(58, 38, 22, .14), 0 4px 8px -2px rgba(58, 38, 22, .06);
    --r-md: 8px;
    --r-xl: 18px;
    --r-pill: 999px;
    --ease: cubic-bezier(.22, .61, .36, 1);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    color: var(--ink-1);
    position: relative;
    overflow: hidden;
    padding-bottom: 64px;
}
.mfp * {
    box-sizing: border-box;
}
.mfp-wash {
    position: absolute;
    inset: 0 0 auto 0;
    height: 560px;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(1100px 420px at 50% -120px, var(--brand-50) 0%, rgba(253, 242, 244, 0) 70%), linear-gradient(180deg, #fbf4f1 0%, var(--paper) 62%);
}
.mfp>*:not(.mfp-wash) {
    position: relative;
    z-index: 1;
}
.mfp-hero {
    max-width: 760px;
    margin: 48px auto 24px;
    padding: 0 24px;
    text-align: center;
}
.mfp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-700);
    background: var(--brand-50);
    border: 1px solid var(--brand-100);
    padding: 6px 14px;
    border-radius: var(--r-pill);
    margin-bottom: 20px;
}
.mfp-hero h1 {
    font-size: clamp(30px, 4.5vw, 36px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -.035em;
    margin: 0 0 16px;
}
.mfp-hero h1 em {
    font-style: italic;
    font-weight: 400;
    color: var(--brand-700);
}
.mfp-hero p {
    font-size: 17px;
    color: var(--ink-3);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.5;
}
.mfp-toggle-wrap {
    display: flex;
    justify-content: center;
    margin: 28px 0 40px;
}
.mfp-toggle {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: var(--paper-2);
    border: 1px solid var(--line);
    padding: 4px;
    border-radius: var(--r-pill);
}
.mfp-toggle button {
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-3);
    background: transparent;
    border: none;
    padding: 9px 18px;
    border-radius: var(--r-pill);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all .18s var(--ease);
}
.mfp-toggle button.on {
    background: var(--canvas);
    color: var(--ink-1);
    box-shadow: var(--shadow-sm);
}
.mfp-toggle .save {
    font-size: 10px;
    font-weight: 700;
    color: var(--success-ink);
    background: var(--success-soft);
    padding: 2px 7px;
    border-radius: var(--r-pill);
}
.mfp-cards {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}
.mfp-card {
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    padding: 32px 24px 24px;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-sm);
    transition: transform .18s var(--ease), box-shadow .18s var(--ease);
}
.mfp-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}
.mfp-card.featured {
    border: 1.5px solid var(--brand-700);
    box-shadow: var(--shadow-lg);
    position: relative;
    transform: translateY(-12px);
    height: calc(100% + 24px);
}
.mfp-card.featured:hover {
    transform: translateY(-16px);
}
.mfp-ribbon {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-700);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: var(--r-pill);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: var(--shadow-md);
    white-space: nowrap;
}
.mfp-th {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.mfp-ic {
    width: 40px;
    height: 40px;
    border-radius: var(--r-md);
    display: grid;
    place-items: center;
    flex: none;
    font-size: 18px;
}
.mfp-ic.free {
    background: var(--paper-2);
    color: var(--ink-3);
}
.mfp-ic.pro {
    background: var(--brand-700);
    color: #fff;
}
.mfp-ic.vvip {
    background: linear-gradient(135deg, #2a1408, #6b4423);
    color: #f0d9b8;
}
.mfp-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.02em;
}
.mfp-desc {
    font-size: 13px;
    color: var(--ink-3);
    margin: 0 0 20px;
    line-height: 1.25;
    min-height: 38px;
}
.mfp-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 4px;
}
.mfp-amt {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
.mfp-unit {
    font-size: 15px;
    color: var(--ink-3);
    font-weight: 500;
    white-space: nowrap;
}
.mfp-sub {
    font-size: 13px;
    color: var(--ink-4);
    margin: 0 0 20px;
    min-height: 20px;
}
.mfp-sub b {
    color: var(--brand-700);
    font-weight: 600;
}
.mfp-cta {
    width: 100%;
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    padding: 13px;
    border-radius: var(--r-md);
    cursor: pointer;
    border: 1px solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .12s var(--ease);
    text-decoration: none;
}
.mfp-cta:active {
    transform: scale(.98);
}
.mfp-cta.solid {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: #fff;
}
.mfp-cta.solid:hover {
    background: var(--brand-800);
    border-color: var(--brand-800);
}
.mfp-cta.ghost {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--ink-1);
}
.mfp-cta.ghost:hover {
    background: var(--paper-2);
}
.mfp-cta.dark {
    background: var(--ink-1);
    border-color: var(--ink-1);
    color: #fff;
}
.mfp-cta.dark:hover {
    background: #2a2017;
}
.mfp-cta[disabled] {
    opacity: .55;
    cursor: default;
}
.mfp-divider {
    height: 1px;
    background: var(--line-soft);
    margin: 24px 0 20px;
}
.mfp-flabel {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 16px;
}
.mfp-feats {
    list-style: none;
    margin: 4px 0 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mfp-feats li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.45;
}
.mfp-feats li .chk {
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    font-size: 11px;
}
.mfp-feats li .chk i {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.mfp-feats li .chk.b {
    background: var(--brand-50);
    color: var(--brand-700);
}
.mfp-feats li .chk.g {
    background: var(--success-soft);
    color: var(--success);
}
.mfp-feats li .chk.n {
    background: var(--paper-2);
    color: var(--ink-4);
}
.mfp-feats li b {
    color: var(--ink-1);
    font-weight: 600;
}
.mfp-foot {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 24px 0;
    text-align: center;
    color: var(--ink-4);
    font-size: 13px;
}
.mfp-foot a {
    color: var(--brand-600);
}
@media (max-width:920px) {
    .mfp-cards {
        grid-template-columns: 1fr;
        max-width: 460px;
    }
    .mfp-card.featured,
    .mfp-card.featured:hover {
        transform: none;
    }
}
/*# sourceMappingURL=bootstrap-steps.min.css.map */
/* ===================== Admin quản lý gói — scoped .mfpa ===================== */
.mfpa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 48px
}
.mfpa-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}
.mfpa-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px
}
.mfpa-stats {
    display: flex;
    gap: 16px;
    margin-bottom: 24px
}
.mfpa-stat {
    flex: 1;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 20px;
    text-align: center
}
.mfpa-stat.st-pro {
    border-color: #696cff;
    background: #f5f5ff
}
.mfpa-stat.st-vvip {
    border-color: #d4a017;
    background: #fffbeb
}
.mfpa-stat-num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2
}
.mfpa-stat-label {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em
}
.mfpa-toolbar {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap
}
.mfpa-search {
    position: relative;
    flex: 1;
    min-width: 200px
}
.mfpa-search i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 18px
}
.mfpa-search input {
    padding-left: 38px
}
.mfpa-filter {
    max-width: 180px
}
.mfpa-table-wrap {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden
}
.mfpa-table {
    margin-bottom: 0
}
.mfpa-table thead th {
    background: #f9fafb;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    padding: 10px 14px;
    border-bottom: 1px solid #e5e7eb
}
.mfpa-table tbody td {
    padding: 10px 14px;
    vertical-align: middle;
    font-size: 14px
}
.mfpa-table tbody tr:hover {
    background: #f9fafb
}
.mfpa-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 16px;
    flex-wrap: wrap
}
/* cards & breakdowns */
.mfpa-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px
}
.mfpa-card-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #374151
}
.mfpa-mini-table thead th {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280
}
.mfpa-mini-table tbody td {
    font-size: 13px
}
.mfpa-breakdown {
    list-style: none;
    margin: 0;
    padding: 0
}
.mfpa-breakdown li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px
}
.mfpa-breakdown li:last-child {
    border-bottom: none
}
.mfpa-bd-label {
    color: #374151;
    font-weight: 500
}
.mfpa-bd-val {
    font-weight: 700;
    color: #111827
}
@media(max-width:768px) {
    .mfpa-stats {
        flex-direction: column
    }
    .mfpa-toolbar {
        flex-direction: column
    }
    .mfpa-filter {
        max-width: 100%
    }
    .mfpa-table-wrap {
        overflow-x: auto
    }
}
/* ===================== Trang Xác nhận đơn (checkout step) — scoped .mfp-checkout ===================== */
.mfp-checkout {
    padding-bottom: 56px;
}
.mfp-co-wrap {
    max-width: 680px;
    margin: 0 auto;
    padding: 30px 20px 0;
}
.mfp-co-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 26px;
    flex-wrap: wrap;
}
.mfp-co-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-3);
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    background: var(--canvas);
    transition: all .15s var(--ease);
}
.mfp-co-back:hover {
    color: var(--brand-700);
    border-color: var(--line-strong);
}
/* Step bar */
.mfp-steps {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mfp-steps li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-4);
}
.mfp-steps li .dot {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--paper-2);
    color: var(--ink-4);
    font-size: 13px;
    border: 1.5px solid var(--line);
    transition: all .2s var(--ease);
}
.mfp-steps li::after {
    content: "";
    width: 30px;
    height: 1.5px;
    background: var(--line);
    margin: 0 12px;
}
.mfp-steps li:last-child::after {
    display: none;
}
.mfp-steps li.done .dot {
    background: var(--success);
    border-color: var(--success);
    color: #fff;
}
.mfp-steps li.done .lbl {
    color: var(--ink-2);
}
.mfp-steps li.active .dot {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: #fff;
    box-shadow: 0 0 0 4px var(--brand-50);
}
.mfp-steps li.active .lbl {
    color: var(--brand-700);
}
/* Card */
.mfp-co-card {
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-md);
    padding: 32px;
}
.mfp-co-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-700);
    margin-bottom: 22px;
}
/* Package row */
.mfp-co-pkg {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line-soft);
}
.mfp-co-pkg .mfp-ic {
    width: 46px;
    height: 46px;
    font-size: 20px;
}
.mfp-co-pkgmeta {
    flex: 1;
    min-width: 0;
}
.mfp-co-pkgname {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.02em;
    color: var(--ink-1);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.mfp-co-cycle {
    font-size: 12px;
    font-weight: 600;
    color: var(--brand-700);
    background: var(--brand-50);
    border: 1px solid var(--brand-100);
    padding: 2px 10px;
    border-radius: var(--r-pill);
}
.mfp-co-dates {
    font-size: 13px;
    color: var(--ink-4);
    margin-top: 5px;
}
.mfp-co-dates i {
    margin-right: 3px;
    vertical-align: -1px;
}
.mfp-co-edit {
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-3);
    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    white-space: nowrap;
    transition: all .15s var(--ease);
}
.mfp-co-edit:hover {
    color: var(--brand-700);
    border-color: var(--brand-100);
    background: var(--brand-50);
}
/* Price */
.mfp-co-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
    border-bottom: 1px solid var(--line-soft);
}
.mfp-co-price .lbl {
    font-size: 15px;
    color: var(--ink-2);
    font-weight: 500;
}
.mfp-co-amt {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--brand-700);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
/* Member */
.mfp-co-member {
    padding: 20px 0 4px;
}
.mfp-co-mtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 12px;
}
.mfp-co-mrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-2);
    padding: 10px 12px;
    background: var(--paper);
    border: 1px solid var(--line-soft);
    border-radius: var(--r-md);
    margin-bottom: 8px;
}
.mfp-co-mrow i {
    color: var(--brand-700);
    font-size: 16px;
    flex: none;
}
/* Terms */
.mfp-co-terms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: var(--ink-3);
    margin: 24px 0 18px;
    cursor: pointer;
}
.mfp-co-terms a {
    color: var(--brand-700);
    font-weight: 600;
}
/* Actions */
.mfp-co-actions {
    display: flex;
    gap: 12px;
}
.mfp-co-btn-back {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 22px;
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    background: var(--canvas);
    color: var(--ink-2);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all .15s var(--ease);
}
.mfp-co-btn-back:hover {
    border-color: var(--line-strong);
}
.mfp-co-btn-pay {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    padding: 14px 24px;
    border-radius: var(--r-pill);
    background: var(--brand-700);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .02em;
    text-transform: uppercase;
    box-shadow: var(--shadow-md);
    transition: all .18s var(--ease);
}
.mfp-co-btn-pay:hover {
    background: var(--brand-800);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
}
/* Secure note */
.mfp-co-secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12.5px;
    color: var(--ink-4);
    margin-top: 18px;
}
.mfp-co-secure i {
    color: var(--success);
    font-size: 15px;
}
.mfp-co-secure a {
    color: var(--ink-3);
    text-decoration: underline;
}
@media (max-width: 560px) {
    .mfp-co-card {
        padding: 22px;
    }
    .mfp-co-amt {
        font-size: 28px;
    }
    .mfp-co-actions {
        flex-direction: column-reverse;
    }
    .mfp-co-btn-back {
        justify-content: center;
    }
    .mfp-steps li .lbl {
        display: none;
    }
    .mfp-steps li::after {
        width: 18px;
        margin: 0 7px;
    }
}
/* ===================== Trang Thanh toán (QR / Tiền mặt) — scoped .mfp-checkout ===================== */
.mfp-pay-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px 0;
}
/* Tabs phương thức */
.mfp-pm {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}
.mfp-pm a {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: var(--r-pill);
    border: 1.5px solid var(--line);
    background: var(--canvas);
    color: var(--ink-3);
    font-weight: 600;
    font-size: 14.5px;
    text-decoration: none;
    transition: all .15s var(--ease);
}
.mfp-pm a:hover {
    border-color: var(--line-strong);
    color: var(--ink-1);
}
.mfp-pm a.on {
    background: var(--brand-700);
    border-color: var(--brand-700);
    color: #fff;
    box-shadow: var(--shadow-md);
}
/* Grid 2 cột: nội dung + sidebar */
.mfp-pay-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 20px;
    align-items: start;
}
.mfp-pay-card {
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-md);
    padding: 28px;
}
.mfp-co-eyebrow.mb-0 {
    margin-bottom: 0;
}
.mfp-pay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
/* Badge trạng thái (JS toggle bg-warning -> bg-success) */
.mfp-status {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: var(--r-pill);
    white-space: nowrap;
}
.mfp-status.bg-warning {
    background: #fff4e0 !important;
    color: #9a6700 !important;
    border: 1px solid #f3dbac;
}
.mfp-status.bg-success {
    background: var(--success-soft) !important;
    color: var(--success-ink) !important;
    border: 1px solid #b6d9c4;
}
/* QR + thông tin ngân hàng */
.mfp-pay-qrbox {
    display: flex;
    gap: 22px;
    align-items: stretch;
}
.mfp-qr {
    flex: none;
    width: 200px;
    text-align: center;
}
.mfp-qr img {
    width: 200px;
    height: 200px;
    border: 1px solid var(--line);
    border-radius: var(--r-md);
    padding: 6px;
    background: #fff;
}
.mfp-qr-cap {
    font-size: 12px;
    color: var(--ink-4);
    margin-top: 8px;
}
.mfp-bank {
    flex: 1;
    min-width: 0;
}
.mfp-bank-amt {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.04em;
    color: var(--brand-700);
    font-variant-numeric: tabular-nums;
    line-height: 1;
    margin-bottom: 14px;
}
.mfp-bank-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px dashed var(--line-soft);
}
.mfp-bank-row:last-child {
    border-bottom: none;
}
.mfp-bank-row .k {
    font-size: 13px;
    color: var(--ink-4);
    flex: none;
    width: 96px;
}
.mfp-bank-row .v {
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-1);
    flex: 1;
    min-width: 0;
    word-break: break-word;
}
.mfp-copy {
    flex: none;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: var(--r-md);
    border: 1px solid var(--line);
    color: var(--brand-700);
    background: var(--brand-50);
    text-decoration: none;
    transition: all .15s var(--ease);
}
.mfp-copy:hover {
    background: var(--brand-100);
}
.mfp-pay-hint {
    display: flex;
    gap: 8px;
    font-size: 13px;
    color: var(--ink-3);
    background: var(--paper);
    border: 1px solid var(--line-soft);
    border-radius: var(--r-md);
    padding: 12px 14px;
    margin-top: 18px;
}
.mfp-pay-hint i {
    color: #c79a2b;
    font-size: 17px;
    flex: none;
}
/* Accordion chuyển khoản thủ công */
.mfp-acc {
    margin-top: 14px;
    border: 1px solid var(--line-soft);
    border-radius: var(--r-md);
    overflow: hidden;
}
.mfp-acc summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink-2);
    background: var(--paper);
    display: flex;
    align-items: center;
    gap: 6px;
}
.mfp-acc summary::-webkit-details-marker {
    display: none;
}
.mfp-acc summary i {
    transition: transform .2s var(--ease);
    color: var(--ink-4);
}
.mfp-acc[open] summary i {
    transform: rotate(90deg);
}
.mfp-acc-body {
    padding: 6px 14px 12px;
}
.mfp-pay-cancel {
    margin-top: 18px;
    text-align: center;
}
.mfp-co-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: 1px solid var(--line);
    color: var(--ink-3);
    font-size: 13px;
    font-weight: 600;
    padding: 9px 18px;
    border-radius: var(--r-pill);
    cursor: pointer;
    transition: all .15s var(--ease);
}
.mfp-co-btn-ghost:hover {
    border-color: #d99;
    color: #b3261e;
    background: #fdf2f2;
}
/* Sidebar */
.mfp-pay-side {
    padding: 22px;
}
.mfp-side-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 12px;
}
.mfp-side-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
    padding: 7px 0;
}
.mfp-side-k {
    color: var(--ink-4);
    flex: none;
}
.mfp-side-v {
    color: var(--ink-1);
    font-weight: 600;
    text-align: right;
}
.mfp-side-order {
    color: var(--brand-700);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.mfp-side-total {
    padding-top: 12px;
}
.mfp-co-amt-sm {
    font-size: 19px;
    font-weight: 700;
    color: var(--brand-700);
    letter-spacing: -.02em;
}
.mfp-side-sep {
    height: 1px;
    background: var(--line-soft);
    margin: 14px 0;
}
.mfp-side-phone a {
    color: var(--ink-2);
    text-decoration: none;
}
.mfp-zalo {
    width: 20px;
    vertical-align: middle;
}
/* Tiền mặt */
.mfp-cash-note {
    font-size: 14.5px;
    color: var(--ink-2);
    line-height: 1.5;
    margin-bottom: 18px;
}
.mfp-cash-addr {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ink-1);
}
.mfp-cash-addr i {
    color: var(--brand-700);
    font-size: 20px;
    flex: none;
}
.mfp-map {
    border-radius: var(--r-md);
    overflow: hidden;
    border: 1px solid var(--line);
}
.mfp-map iframe {
    width: 100%;
    height: 360px;
    border: 0;
    display: block;
}
@media (max-width: 860px) {
    .mfp-pay-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .mfp-pay-card {
        padding: 20px;
    }
    .mfp-pay-qrbox {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .mfp-bank {
        width: 100%;
    }
    .mfp-pm a {
        font-size: 13px;
        padding: 11px 10px;
    }
    .mfp-map iframe {
        height: 240px;
    }
}
/* ============================================================================
   MyFuture Upgrade — DESIGN SYSTEM (primitives dùng chung cho toàn module)
   Token kế thừa từ .mfp: --brand-*, --paper*, --canvas, --line*, --ink-*,
   --success*, --shadow-*, --r-*, --ease. Mọi trang upgrade wrap trong .mfp.
   ============================================================================ */
/* Panel — card nền tảng */
.mfp-panel {
    background: var(--canvas);
    border: 1px solid var(--line);
    border-radius: var(--r-xl);
    box-shadow: var(--shadow-md);
    padding: 24px;
}
.mfp-panel--accent {
    position: relative;
    overflow: hidden;
}
.mfp-panel--accent::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-600), var(--brand-700) 55%, #d46a82);
}
/* Kicker — nhãn nhỏ in hoa */
.mfp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--brand-700);
}
/* Tile — ô icon (theo kênh / tier) */
.mfp-tile {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    flex: none;
    display: grid;
    place-items: center;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 6px 14px -5px rgba(58, 38, 22, .35);
}
.mfp-tile--free {
    background: var(--paper-2);
    color: var(--ink-3);
    box-shadow: none;
}
.mfp-tile--brand {
    background: linear-gradient(135deg, var(--brand-600), var(--brand-700));
}
.mfp-tile--gold {
    background: linear-gradient(135deg, #2a1408, #6b4423);
    color: #f0d9b8;
}
.mfp-tile--amber {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}
.mfp-tile--blue {
    background: linear-gradient(135deg, #0068ff, #00a2ff);
}
/* Button */
.mfp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .18s var(--ease);
    font-family: inherit;
}
.mfp-btn--primary {
    background: var(--brand-700);
    color: #fff;
    box-shadow: var(--shadow-md);
}
.mfp-btn--primary:hover {
    background: var(--brand-800);
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
    color: #fff;
}
.mfp-btn--outline {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--ink-2);
}
.mfp-btn--outline:hover {
    border-color: var(--brand-700);
    color: var(--brand-700);
}
.mfp-btn--ghost {
    background: var(--paper);
    border-color: var(--line);
    color: var(--ink-3);
}
.mfp-btn--ghost:hover {
    border-color: var(--line-strong);
    color: var(--ink-1);
}
/* Badge */
.mfp-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 11px;
    border-radius: var(--r-pill);
    letter-spacing: .03em;
}
.mfp-badge--brand {
    background: var(--brand-50);
    color: var(--brand-700);
    border: 1px solid var(--brand-100);
}
.mfp-badge--success {
    background: var(--success-soft);
    color: var(--success-ink);
    border: 1px solid #b6d9c4;
}
.mfp-badge--warn {
    background: #fff4e0;
    color: #9a6700;
    border: 1px solid #f3dbac;
}
.mfp-badge .mfp-livedot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .5);
    animation: mfpPulse 1.8s infinite;
}
@keyframes mfpPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .5);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}
/* Stat — số liệu lớn */
.mfp-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mfp-stat__num {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: var(--ink-1);
    font-variant-numeric: tabular-nums;
    line-height: 1;
}
.mfp-stat__num--brand {
    color: var(--brand-700);
}
.mfp-stat__lbl {
    font-size: 12px;
    color: var(--ink-4);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}
/* Progress — thanh tiến trình (hạn dùng) */
.mfp-progress {
    height: 8px;
    border-radius: var(--r-pill);
    background: var(--paper-2);
    overflow: hidden;
}
.mfp-progress__bar {
    height: 100%;
    border-radius: var(--r-pill);
    background: linear-gradient(90deg, var(--brand-600), var(--brand-700));
}
/* Divider */
.mfp-hr {
    height: 1px;
    background: var(--line-soft);
    border: 0;
    margin: 18px 0;
}
/* Support box — bản gọn giống trang chủ (.support-panel), scope .mfp */
.mfp-sup-gap {
    margin-top: 16px;
}
.mfp-pay-aside {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mfp .support-panel {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 6px 20px -12px rgba(0, 0, 0, .2);
}
.mfp .sup-title {
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 6px;
}
.mfp .sup-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #f1ece3;
    text-decoration: none;
}
.mfp .sup-ico {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.mfp .sup-ico-red {
    background: rgba(153, 3, 3, .08);
    color: var(--red);
}
.mfp .sup-ico-blue {
    background: #e8f3ff;
}
.mfp .sup-ico img {
    width: 22px;
    height: 22px;
}
.mfp .sup-item-tx {
    flex: 1;
    min-width: 0;
}
.mfp .sup-label {
    font-size: 12.5px;
    color: var(--gray);
    margin-bottom: 2px;
}
.mfp .sup-val {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    word-break: break-word;
}
.mfp .btn-contact {
    display: block;
    width: 100%;
    margin-top: 14px;
    border: 1.5px solid var(--red);
    color: var(--red);
    background: transparent;
    padding: 13px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
}
.mfp .btn-contact:hover {
    background: var(--red);
    color: #fff;
}
/* Order detail (detail.tpl) */
.mfp-od {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mfp-od-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.mfp-od-head img {
    height: 36px;
    width: auto;
}
.mfp-od-head h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--ink-1);
    margin: 0;
    letter-spacing: -.02em;
}
.mfp-od-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: 14px;
}
.mfp-od-row .k {
    color: var(--ink-4);
    flex: none;
}
.mfp-od-row .v {
    color: var(--ink-1);
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}
.mfp-od-row .v.amt {
    color: var(--brand-700);
    font-size: 19px;
}
.mfp-od-mtitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin: 18px 0 12px;
}
/* Trang "Gói của tôi" (account.tpl) */
.acct-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 30px 20px 0;
}
.acct-h {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin: 0 0 16px;
}
.acct-hero {
    padding: 28px;
}
.acct-hero-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.acct-hero-ic {
    width: 54px;
    height: 54px;
    font-size: 24px;
}
.acct-hero-meta {
    flex: 1;
    min-width: 200px;
}
.acct-hero-name {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.1;
    color: var(--ink-1);
    margin-top: 4px;
}
.acct-exp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}
.acct-exp small {
    font-size: 12.5px;
    color: var(--ink-4);
}
.acct-exp small b {
    color: var(--ink-2);
}
.acct-progress {
    margin-bottom: 20px;
}
.acct-cta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.acct-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 16px 0;
}
.acct-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 16px;
    align-items: start;
}
.acct-sectitle {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 14px;
}
.acct-benefits {
    font-size: 14px;
    color: var(--ink-2);
    line-height: 1.6;
}
.acct-empty {
    font-size: 13px;
    color: var(--ink-4);
    padding: 8px 0;
}
.acct-bills {
    margin-bottom: 16px;
}
.acct-bill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line-soft);
}
.acct-bill:last-child {
    border-bottom: none;
}
.acct-bill-ic {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex: none;
    display: grid;
    place-items: center;
    background: var(--paper-2);
    color: var(--brand-700);
    font-size: 16px;
}
.acct-bill-tx {
    flex: 1;
    min-width: 0;
}
.acct-bill-tx b {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink-1);
    display: block;
}
.acct-bill-tx small {
    font-size: 12px;
    color: var(--ink-4);
}
.acct-bill-right {
    text-align: right;
    flex: none;
}
.acct-bill-amt {
    font-weight: 700;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    color: var(--ink-1);
}
.acct-bill-right .mfp-badge {
    margin-top: 4px;
}
.acct-sup {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 0;
    text-decoration: none;
    color: inherit;
}
.acct-sup-ic {
    width: 38px;
    height: 38px;
    font-size: 16px;
}
.acct-sup .t {
    flex: 1;
    min-width: 0;
}
.acct-sup .t small {
    display: block;
    font-size: 11px;
    color: var(--ink-4);
    text-transform: uppercase;
    letter-spacing: .04em;
}
.acct-sup .t b {
    font-size: 14px;
    color: var(--ink-1);
}
/* Hero tagline */
.acct-hero-tag {
    font-size: 13px;
    color: var(--ink-3);
    margin-top: 4px;
}
/* Upsell (khi gói Free / chưa có quyền lợi) */
.acct-upsell {
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
}
.acct-upsell li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--ink-2);
    padding: 8px 0;
    border-bottom: 1px dashed var(--line-soft);
}
.acct-upsell li:last-child {
    border-bottom: none;
}
.acct-upsell li i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--success-soft);
    color: var(--success-ink);
    font-size: 11px;
    flex: none;
    margin-top: 1px;
}
.acct-upsell-cta {
    width: 100%;
    margin-top: 14px;
}
/* Lịch sử có cuộn khi nhiều dòng */
.acct-bills-list {
    max-height: 420px;
    overflow-y: auto;
    margin: 0 -6px;
    padding: 0 6px;
}
.acct-bill-ic.is-cancel {
    background: var(--paper-2);
    color: var(--ink-4);
}
@media (max-width: 820px) {
    .acct-grid {
        grid-template-columns: 1fr;
    }
    .acct-stats {
        grid-template-columns: 1fr;
    }
}