.mttq-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 42px 38px;
    background: linear-gradient(135deg, #a61217 0%, #c82127 45%, #f0a631 100%);
    color: #fff;
    box-shadow: 0 18px 50px rgba(160, 18, 23, .22);
    margin: 10px 0 28px;
}

.mttq-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, .24), transparent 32%), radial-gradient(circle at bottom left, rgba(255, 255, 255, .16), transparent 28%);
}

.mttq-hero>* {
    position: relative;
    z-index: 2;
}

.mttq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
    backdrop-filter: blur(4px);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
}

.mttq-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    max-width: 800px;
    margin: 0 0 14px;
}

.mttq-desc {
    font-size: 17px;
    line-height: 1.75;
    max-width: 820px;
    opacity: .96;
    margin: 0;
}

.mttq-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.mttq-btn,
.mttq-btn-alt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    transition: .2s ease;
}

.mttq-btn {
    background: #fff;
    color: #a61217;
}

.mttq-btn:hover {
    transform: translateY(-1px);
    color: #8f1216;
}

.mttq-btn-alt {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}

.mttq-btn-alt:hover {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

.mttq-grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 26px;
    align-items: start;
}

.mttq-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .05);
}

.mttq-card h2,
.mttq-section-title {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 800;
    color: #101010;
    margin: 0 0 14px;
}

.mttq-text,
.mttq-card p,
.mttq-content {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
}

.mttq-soft {
    background: linear-gradient(180deg, #fff8f1 0%, #fff 100%);
}

.mttq-qr img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 18px;
    border: 1px solid #eee;
    background: #fff;
}

.mttq-bank-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.mttq-bank-list li {
    padding: 12px 0;
    border-bottom: 1px dashed #ececec;
}

.mttq-bank-list strong {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #8d8d8d;
    margin-bottom: 6px;
}

.mttq-note {
    margin-top: 16px;
    padding: 15px 16px;
    background: #fff7dd;
    border-left: 4px solid #f0a631;
    border-radius: 0 14px 14px 0;
    color: #7a5a12;
    font-size: 14px;
    line-height: 1.65;
}
.mttq-grid-main {
    width: 100%;
    overflow: hidden;
}
.mttq-story {
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff8f1 0%, #fff 100%);
    border: 1px solid #f6e7d2;
}

.mttq-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 22px;
}

.mttq-stats-note {
    margin-top: 8px;
    font-size: 13px;
    color: #888;
    font-style: italic;
    text-align: center;
}

.mttq-stat {
    background: linear-gradient(180deg, #b7181d 0%, #8f1216 100%);
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(166, 18, 23, .18);
}

.mttq-stat .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    opacity: .88;
}

.mttq-stat .value {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.15;
    margin-top: 8px;
}

.mttq-highlight {
    margin-top: 18px;
    background: #fff;
    border-left: 5px solid #b7181d;
    border-radius: 0 18px 18px 0;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #b7181d;
}

.mttq-section {
    margin-top: 30px;
}

.mttq-table-wrap {
    overflow: auto;
    border: 1px solid #ececec;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .04);
}

.mttq-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #fff;
}

.mttq-table th,
.mttq-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    word-break: break-word;
    text-align: center;
}

.mttq-table td:last-child {
    max-width: 280px;
}

.mttq-table thead th {
    background: #fff8f1;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .04em;
    text-align: center;
}

.mttq-table td:last-child {
    text-align: center;
    font-weight: 800;
    color: #b7181d;
}

.mttq-content-box,
.mttq-help-box,
.mttq-map-box {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .04);
}

.mttq-content-box .entry-content>*:last-child {
    margin-bottom: 0;
}

.mttq-help-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 22px;
}

.mttq-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.mttq-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mttq-field.full {
    grid-column: 1/-1;
}

.mttq-field label {
    font-weight: 700;
    color: #222;
    font-size: 14px;
}

.mttq-field input,
.mttq-field select,
.mttq-field textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    padding: 13px 14px;
    font-size: 15px;
    background: #fff;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.mttq-field input:focus,
.mttq-field select:focus,
.mttq-field textarea:focus {
    border-color: #b7181d;
    box-shadow: 0 0 0 3px rgba(183, 24, 29, .08);
}

.mttq-field textarea {
    min-height: 140px;
    resize: vertical;
}

.mttq-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #b7181d;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 800;
    cursor: pointer;
}

.mttq-submit:hover {
    background: #981015;
}

.mttq-form-status {
    display: none;
    margin-top: 14px;
    padding: 13px 15px;
    border-radius: 14px;
    font-weight: 600;
}

.mttq-form-status.is-success {
    display: block;
    background: #ecfbf0;
    color: #17633a;
    border: 1px solid #c6efd2;
}

.mttq-form-status.is-error {
    display: block;
    background: #fff0f0;
    color: #9c1f1f;
    border: 1px solid #f0c9c9;
}

.mttq-feature-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.mttq-feature-list li {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
    color: #555;
    line-height: 1.6;
}

.mttq-feature-list li:before {
    content: "✓";
    color: #b7181d;
    font-weight: 800;
}

.an-sinh-filter-pills-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.an-sinh-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 9px 14px;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.an-sinh-filter-pill.is-active {
    border-color: #b7181d;
    background: #fff1f1;
    color: #b7181d;
}

.an-sinh-filter-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #ddd;
    flex: 0 0 20px;
    border: 1px solid #ececec;
}

.an-sinh-list {
    max-height: 700px;
    overflow: auto;
    padding-right: 8px;
}

.an-sinh-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .04);
}

.an-sinh-item h4 {
    font-size: 17px;
    line-height: 1.45;
    margin: 0 0 8px;
    font-weight: 800;
    color: #111;
}

.an-sinh-item p {
    margin: 0 0 6px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.an-sinh-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.an-sinh-modal.is-open {
    display: block;
}

.an-sinh-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.an-sinh-modal-dialog {
    position: relative;
    max-width: 880px;
    margin: 5vh auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    z-index: 2;
    max-height: 90vh;
    overflow-y: auto;
}

.an-sinh-modal-body {
    padding: 24px;
}

.an-sinh-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 4;
}

.mttq-map-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 22px;
    align-items: start;
}

.mttq-map-overview {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: start;
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff8f1 0%, #fff 100%);
    border: 1px solid #f3e2cc;
    margin-bottom: 18px;
}

.mttq-map-intro p {
    margin: 0;
    color: #666;
    line-height: 1.75;
}

.mttq-map-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    min-width: min(100%, 360px);
}

.mttq-map-stat {
    background: #fff;
    border: 1px solid #f0e2dc;
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(166, 18, 23, .06);
    text-align: center;
}

.mttq-map-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #8d8d8d;
    margin-bottom: 8px;
    font-weight: 700;
}

.mttq-map-stat-value {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 800;
    color: #a61217;
}

.mttq-map-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.mttq-map-search {
    position: relative;
    flex: 1 1 320px;
}

.mttq-map-search input {
    width: 100%;
    height: 48px;
    border: 1px solid #e6d8d2;
    border-radius: 999px;
    padding: 0 18px 0 48px;
    font-size: 15px;
    background: #fff;
}

.mttq-map-search svg {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: .5;
}

.mttq-map-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mttq-legend-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: #fff7f0;
    border: 1px solid #f2ddd4;
    color: #7a4d30;
    font-weight: 600;
    font-size: 13px;
}

.mttq-legend-chip i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #b7181d;
}

.mttq-map-panel {
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
    border: 1px solid #efe3dd;
    border-radius: 22px;
    padding: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
}

.mttq-map-canvas {
    width: 100%;
    height: 700px;
    border-radius: 18px;
    overflow: hidden;
}

.mttq-map-side {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mttq-list-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 6px;
}

.mttq-list-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}

.mttq-list-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #fff1f1;
    color: #b7181d;
    font-weight: 800;
    padding: 0 14px;
}

.an-sinh-list {
    max-height: 700px;
    overflow: auto;
    padding-right: 8px;
}

.an-sinh-item {
    position: relative;
    background: #fff;
    border: 1px solid #ece6e2;
    border-radius: 18px;
    padding: 16px 16px 16px 18px;
    margin-bottom: 12px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .04);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.an-sinh-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .08);
    border-color: #e3c7c8;
}

.an-sinh-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    bottom: 14px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #b7181d, #f0a631);
}

.an-sinh-item h4 {
    font-size: 17px;
    line-height: 1.45;
    margin: 0 0 8px;
    font-weight: 800;
    color: #111;
    padding-right: 10px;
}

.an-sinh-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.an-sinh-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff6ef;
    color: #9a4d18;
    font-size: 12px;
    font-weight: 700;
}

.an-sinh-badge svg {
    width: 13px;
    height: 13px;
}

.an-sinh-item p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.an-sinh-empty {
    padding: 18px;
    border: 1px dashed #e3d6cf;
    border-radius: 18px;
    background: #fffaf8;
    color: #7b6a61;
}

.mttq-mobile-quicknav {
    display: none;
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 16px 0 0;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.mttq-mobile-quicknav::-webkit-scrollbar {
    display: none;
}

.mttq-mobile-quicknav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .25);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.mttq-wrap {
    width: 100%;
}

.mttq-donation-page {
    overflow-x: clip;
}

.mttq-map-search input,
.mttq-field input,
.mttq-field select,
.mttq-field textarea,
.mttq-submit,
.an-sinh-filter-pill,
.mttq-btn,
.mttq-btn-alt,
.an-sinh-filter-clear {
    -webkit-appearance: none;
    appearance: none;
}

.mttq-btn,
.mttq-btn-alt,
.mttq-submit,
.an-sinh-filter-clear {
    min-height: 48px;
}

.mttq-bank-list li,
.mttq-feature-list li {
    word-break: break-word;
}

.mttq-map-search input:focus-visible,
.mttq-field input:focus-visible,
.mttq-field select:focus-visible,
.mttq-field textarea:focus-visible,
.mttq-btn:focus-visible,
.mttq-btn-alt:focus-visible,
.mttq-submit:focus-visible,
.an-sinh-filter-pill:focus-visible,
.an-sinh-filter-clear:focus-visible {
    outline: 2px solid rgba(183, 24, 29, .35);
    outline-offset: 2px;
}

.mttq-map-side,
.mttq-map-panel,
.mttq-card,
.mttq-content-box,
.mttq-help-box,
.mttq-map-box,
.mttq-story {
    min-width: 0;
}

.mttq-section-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.mttq-section-page-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid #ead8d2;
    background: #fff;
    color: #7f1d1d;
    font-size: 14px;
    font-weight: 700;
    transition: all .2s ease;
}

.mttq-section-page-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: #d9b1ab;
    box-shadow: 0 10px 18px rgba(166, 18, 23, 0.08);
}

.mttq-section-page-btn.is-active {
    background: #b42318;
    border-color: #b42318;
    color: #fff;
    box-shadow: 0 12px 20px rgba(180, 35, 24, 0.22);
}

.mttq-section-page-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.mttq-help-copy {
    min-width: 0;
}

.mttq-help-copy .mttq-text {
    margin-bottom: 10px;
    color: #4f4b4b;
    line-height: 1.8;
}

.mttq-feature-list {
    display: grid;
    gap: 8px;
}

.mttq-feature-list li {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: start;
    gap: 12px;
    padding: 12px 0;
}

.mttq-feature-list li:before {
    content: none;
}

.mttq-feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(183, 24, 29, .1);
    color: #b7181d;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    margin-top: 1px;
}

.mttq-mobile-tabs {
    display: none;
}

.mttq-donation-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.mttq-donation-loading,
.mttq-donation-empty {
    padding: 18px;
    border: 1px dashed #e3d6cf;
    border-radius: 18px;
    background: #fffaf8;
    color: #7b6a61;
    text-align: center;
    font-weight: 600;
}

#mttq-donation-pagination-wrap {
    margin-top: 16px;
}

.mttq-donation-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.mttq-page-btn {
    min-width: 42px;
    height: 42px;
    border: 1px solid #ead9d2;
    background: #fff;
    color: #7b3b3d;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
}

.mttq-page-btn:hover {
    border-color: #b7181d;
    color: #b7181d;
    transform: translateY(-1px);
}

.mttq-page-btn.is-active {
    background: linear-gradient(135deg, #b7181d 0%, #cf2a2f 100%);
    border-color: #b7181d;
    color: #fff;
    box-shadow: 0 10px 24px rgba(183, 24, 29, .18);
}

/* =========================
   Mô hình an sinh hàng tháng
========================= */
.mttq-eyebrow-inline {
    display: inline-flex;
    margin-bottom: 12px;
}

.mttq-models-box,
.mttq-model-subsections,
.mttq-model-subsection,
.mttq-model-table-wrap,
.mttq-model-grid,
.mttq-program-grid,
.mttq-model-card,
.mttq-program-card {
    min-width: 0;
}

.mttq-models-box {
    padding: 28px;
    border-radius: 24px;
    overflow: hidden;
}

.mttq-models-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}

.mttq-models-head>div:first-child {
    min-width: 0;
    /* flex: 1 1 520px; */
}

.mttq-models-note {
    flex-shrink: 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff4e6;
    color: #9a3412;
    font-size: 13px;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.45;
}

.mttq-model-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.mttq-model-kpi {
    min-width: 0;
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7f5 100%);
    border: 1px solid rgba(166, 18, 23, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mttq-model-kpi:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(166, 18, 23, 0.08);
    border-color: rgba(166, 18, 23, 0.14);
}

.mttq-model-kpi .label {
    font-size: 13px;
    color: #7c2d12;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.mttq-model-kpi .value {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
    color: #a61217;
    word-break: break-word;
}

.mttq-model-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.mttq-model-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #f1e3de;
    border-radius: 24px;
    padding: 18px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.mttq-model-card:hover {
    transform: translateY(-4px);
    border-color: #e6b9b0;
    box-shadow: 0 20px 40px rgba(166, 18, 23, 0.10);
    background: linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
}

.mttq-model-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.mttq-model-chip,
.mttq-model-count {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.45;
}

.mttq-model-chip {
    background: #fde8e8;
    color: #b42318;
}

.mttq-model-count {
    background: #fff7ed;
    color: #9a3412;
}

.mttq-model-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.35;
    color: #111827;
    word-break: break-word;
}

.mttq-model-desc {
    margin: 0 0 14px;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.7;
    word-break: break-word;
}

.mttq-model-meta {
    list-style: none;
    margin: auto 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.mttq-model-meta li {
    color: #374151;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
}

.mttq-model-subsections {
    display: grid;
    gap: 20px;
}

.mttq-model-subsection {
    background: #fff;
    border: 1px solid #f1e3de;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .03);
}

.mttq-subsection-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.mttq-subsection-head h3 {
    margin: 0;
    font-size: 22px;
    color: #111827;
    min-width: 0;
    /* flex: 1 1 420px; */
    word-break: break-word;
    line-height: 1.35;
}

.mttq-subsection-head span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #fef2f2;
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
    flex: 0 0 auto;
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.4;
}

.mttq-model-table-wrap {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #f2e8e5;
    border-radius: 18px;
    -webkit-overflow-scrolling: touch;
    background: #fff;
}

.mttq-model-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
    background: #fff;
}

.mttq-model-table th,
.mttq-model-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #f2e8e5;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    line-height: 1.65;
    word-break: break-word;
}

.mttq-model-table thead th {
    position: sticky;
    top: 0;
    background: #fff7f5;
    color: #7f1d1d;
    font-size: 13px;
    font-weight: 800;
    z-index: 1;
}

.mttq-model-table tbody tr:hover {
    background: #fffaf8;
}

.mttq-model-table td:last-child,
.mttq-model-table th:last-child {
    min-width: 140px;
}

.mttq-model-table-model {
    font-weight: 700;
    color: #111827;
    min-width: 180px;
}

.mttq-model-muted {
    margin-top: 4px;
    font-size: 12px;
    color: #6b7280;
    word-break: break-word;
}

.mttq-program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.mttq-program-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #f1e3de;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
    padding: 18px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mttq-program-card:hover {
    transform: translateY(-3px);
    border-color: #e6b9b0;
    box-shadow: 0 18px 36px rgba(166, 18, 23, 0.08);
}

.mttq-program-name {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    color: #111827;
    margin-bottom: 4px;
    word-break: break-word;
}

.mttq-program-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 10px;
    word-break: break-word;
}

.mttq-program-support {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fef2f2;
    color: #b42318;
    font-size: 12px;
    font-weight: 800;
    max-width: 100%;
    white-space: normal;
    line-height: 1.45;
    text-align: center;
}

@media (max-width: 1399.98px) {
    .mttq-model-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mttq-program-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .mttq-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .mttq-grid>aside {
        order: 2;
    }

    .mttq-grid>div {
        order: 1;
    }

    .mttq-title {
        font-size: 36px;
    }

    .mttq-map-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .mttq-map-side {
        order: 2;
    }

    .mttq-card,
    .mttq-content-box,
    .mttq-help-box,
    .mttq-map-box,
    .mttq-story {
        border-radius: 20px;
    }

    .mttq-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mttq-model-table {
        min-width: 860px;
    }
}

@media (max-width: 991.98px) {
    .mttq-grid,
    .mttq-help-grid,
    .mttq-map-shell {
        grid-template-columns: 1fr;
    }

    .mttq-stats,
    .mttq-map-stat-grid {
        grid-template-columns: 1fr;
    }

    .mttq-title {
        font-size: 30px;
    }

    .mttq-hero {
        padding: 32px 24px;
    }

    .mttq-form-grid {
        grid-template-columns: 1fr;
    }

    .mttq-map-overview {
        grid-template-columns: 1fr;
    }

    .mttq-map-canvas,
    .an-sinh-list {
        height: auto;
        max-height: none;
        min-height: 420px;
    }

    .mttq-wrap.py-1 {
        padding-top: 8px;
        padding-bottom: 24px;
    }

    .mttq-grid {
        gap: 18px;
    }

    .mttq-grid>aside {
        order: 2;
    }

    .mttq-grid>div {
        order: 1;
    }

    .mttq-card,
    .mttq-content-box,
    .mttq-help-box,
    .mttq-map-box,
    .mttq-story {
        border-radius: 20px;
    }

    .mttq-map-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .an-sinh-filter-clear {
        width: 100%;
        justify-content: center;
    }

    .an-sinh-filter-pills-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .an-sinh-filter-pills-list::-webkit-scrollbar {
        display: none;
    }

    .an-sinh-filter-pill {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .mttq-list-head {
        position: sticky;
        top: 0;
        z-index: 3;
        background: #fff;
        padding-bottom: 10px;
    }

    .an-sinh-list {
        max-height: 420px;
    }

    .mttq-models-box {
        padding: 22px;
    }

    .mttq-model-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mttq-model-grid,
    .mttq-program-grid {
        grid-template-columns: 1fr;
    }

    .mttq-model-card,
    .mttq-model-subsection,
    .mttq-program-card {
        border-radius: 20px;
    }

    .mttq-model-table {
        min-width: 760px;
    }
}

@media (max-width: 767.98px) {
    .mttq-donation-page {
        padding-bottom: 24px;
    }

    .mttq-card,
    .mttq-content-box,
    .mttq-help-box,
    .mttq-map-box,
    .mttq-story {
        padding: 18px;
    }

    .mttq-title {
        font-size: 26px;
    }

    .mttq-section-title,
    .mttq-card h2 {
        font-size: 22px;
    }

    .mttq-map-toolbar {
        align-items: stretch;
    }

    .mttq-list-head {
        align-items: flex-start;
    }

    .mttq-map-canvas {
        height: 420px;
    }

    .mttq-wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .mttq-hero {
        border-radius: 20px;
        padding: 24px 18px;
        margin-bottom: 20px;
    }

    .mttq-mobile-quicknav {
        display: flex;
    }

    .mttq-eyebrow {
        padding: 8px 12px;
        font-size: 11px;
        letter-spacing: .05em;
        margin-bottom: 12px;
    }

    .mttq-title {
        font-size: 24px;
        line-height: 1.28;
        margin-bottom: 12px;
    }

    .mttq-desc,
    .mttq-text,
    .mttq-card p,
    .mttq-content,
    .mttq-map-intro p {
        font-size: 14px;
        line-height: 1.7;
    }

    .mttq-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mttq-btn,
    .mttq-btn-alt,
    .mttq-submit {
        width: 100%;
    }

    .mttq-stats {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }

    .mttq-bank-list {
        text-align: center;
    }

    .mttq-stat {
        border-radius: 18px;
        padding: 16px;
    }

    .mttq-stat .value {
        font-size: 28px;
    }

    .mttq-highlight {
        font-size: 16px;
        padding: 16px;
        border-radius: 0 16px 16px 0;
    }

    .mttq-section {
        margin-top: 22px;
    }

    .mttq-card,
    .mttq-content-box,
    .mttq-help-box,
    .mttq-map-box,
    .mttq-story {
        padding: 16px;
        border-radius: 18px;
    }

    .mttq-section-title,
    .mttq-card h2 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .mttq-bank-list li {
        padding: 10px 0;
        font-size: 14px;
    }

    .mttq-note {
        font-size: 13px;
        padding: 13px 14px;
    }

    .mttq-table {
        min-width: 620px;
    }

    .mttq-table th,
    .mttq-table td {
        padding: 12px 12px;
        font-size: 13px;
    }

    .mttq-map-overview {
        padding: 16px;
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .mttq-map-stat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mttq-map-stat {
        padding: 12px;
        border-radius: 14px;
    }

    .mttq-map-stat-label {
        font-size: 10px;
        margin-bottom: 6px;
    }

    .mttq-map-stat-value {
        font-size: 22px;
    }

    .mttq-map-search {
        flex-basis: 100%;
    }

    .mttq-map-search input {
        height: 46px;
        font-size: 14px;
        padding-left: 44px;
    }

    .mttq-legend-chip {
        font-size: 12px;
        line-height: 1.45;
        padding: 8px 10px;
    }

    .mttq-map-panel {
        padding: 10px;
        border-radius: 18px;
    }

    .mttq-map-canvas {
        height: 340px;
        border-radius: 14px;
    }

    .mttq-list-head h3 {
        font-size: 18px;
    }

    .mttq-list-count {
        min-width: 38px;
        height: 38px;
        padding: 0 12px;
    }

    .an-sinh-list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .an-sinh-item {
        padding: 14px 14px 14px 16px;
        border-radius: 16px;
    }

    .an-sinh-item h4 {
        font-size: 15px;
        line-height: 1.5;
    }

    .an-sinh-badge {
        font-size: 11px;
        padding: 5px 9px;
    }

    .mttq-help-grid,
    .mttq-form-grid {
        gap: 12px;
    }

    .mttq-field label {
        font-size: 13px;
    }

    .mttq-field input,
    .mttq-field select,
    .mttq-field textarea {
        border-radius: 12px;
        padding: 12px 13px;
        font-size: 14px;
    }

    .mttq-field textarea {
        min-height: 120px;
    }

    .an-sinh-modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        border-radius: 18px;
        max-height: calc(100vh - 20px);
    }

    .an-sinh-modal-body {
        padding: 18px;
    }

    .an-sinh-modal-close {
        top: 10px;
        right: 10px;
        width: 38px;
        height: 38px;
        font-size: 24px;
    }

    .mttq-mobile-quicknav {
        padding-right: 4px;
        margin-right: -2px;
    }

    .mttq-mobile-quicknav a {
        flex: 0 0 auto;
        min-height: 40px;
    }

    .mttq-story,
    .mttq-card,
    .mttq-content-box,
    .mttq-help-box,
    .mttq-map-box {
        width: 100%;
    }

    .mttq-qr img {
        max-width: 180px;
    }

    .mttq-bank-list strong {
        font-size: 11px;
    }

    .mttq-bank-list li {
        font-size: 15px;
    }

    .mttq-map-stat-grid {
        grid-template-columns: 1fr;
    }

    .mttq-map-stat-value {
        font-size: 24px;
    }

    .mttq-map-toolbar {
        gap: 10px;
    }

    .mttq-map-search input,
    .mttq-submit,
    .mttq-btn,
    .mttq-btn-alt,
    .an-sinh-filter-clear {
        min-height: 46px;
    }

    .mttq-feature-list li,
    .mttq-content,
    .mttq-text,
    .mttq-card p,
    .mttq-desc {
        word-break: break-word;
    }

    .mttq-table-wrap {
        border-radius: 16px;
    }

    .mttq-table {
        min-width: 520px;
    }

    .an-sinh-filter-pills-list {
        padding-bottom: 2px;
    }

    .an-sinh-modal-body {
        padding: 16px;
    }

    #form-tro-giup .mttq-help-box {
        padding: 18px 14px;
        border-radius: 20px;
    }

    #form-tro-giup .mttq-help-grid {
        gap: 18px;
    }

    #form-tro-giup .mttq-section-title {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.3;
    }

    .mttq-help-copy .mttq-text {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 8px;
    }

    .mttq-feature-list {
        margin-top: 8px;
        gap: 0;
    }

    .mttq-feature-list li {
        grid-template-columns: 24px 1fr;
        gap: 10px;
        padding: 11px 0;
    }

    .mttq-feature-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .mttq-feature-list li>span:last-child {
        font-size: 15px;
        line-height: 1.7;
    }

    .mttq-mobile-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 0 0 14px;
    }

    .mttq-mobile-tab {
        border: 1px solid #ead9d2;
        background: #fff;
        color: #7b3b3d;
        min-height: 46px;
        border-radius: 14px;
        font-size: 14px;
        font-weight: 800;
        padding: 10px 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: all .2s ease;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .04);
    }

    .mttq-mobile-tab.is-active {
        background: linear-gradient(135deg, #b7181d 0%, #cf2a2f 100%);
        border-color: #b7181d;
        color: #fff;
        box-shadow: 0 10px 24px rgba(183, 24, 29, .2);
    }

    .mttq-mobile-tab-count {
        min-width: 22px;
        height: 22px;
        border-radius: 999px;
        padding: 0 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, .18);
        color: inherit;
        font-size: 11px;
        font-weight: 800;
        line-height: 1;
    }

    .mttq-mobile-tab:not(.is-active) .mttq-mobile-tab-count {
        background: #fff1f1;
        color: #b7181d;
    }

    .an-sinh-tab-panel {
        display: none;
    }

    .an-sinh-tab-panel.is-active {
        display: block;
    }

    .mttq-map-panel.an-sinh-tab-panel.is-active,
    .mttq-map-side.an-sinh-tab-panel.is-active {
        width: 100%;
    }

    .mttq-map-side {
        gap: 10px;
    }

    .mttq-list-head {
        position: static;
        padding-bottom: 0;
        margin-bottom: 2px;
    }

    #an-sinh-list.an-sinh-list {
        display: grid;
        gap: 10px;
    }

    .an-sinh-item {
        margin-bottom: 0;
        padding: 12px 12px 12px 14px;
        border-radius: 14px;
    }

    .an-sinh-item h4 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .an-sinh-item p {
        font-size: 13px;
        line-height: 1.55;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .an-sinh-meta {
        gap: 6px;
        margin-bottom: 6px;
    }

    .an-sinh-badge {
        font-size: 10px;
        padding: 4px 8px;
    }

    .mttq-donation-head {
        margin-bottom: 12px;
    }

    .mttq-page-btn {
        min-width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 13px;
        padding: 0 12px;
    }

    .mttq-donation-loading,
    .mttq-donation-empty {
        padding: 14px;
        border-radius: 14px;
        font-size: 14px;
    }

    .mttq-models-box {
        padding: 18px;
        border-radius: 20px;
    }

    .mttq-models-head,
    .mttq-subsection-head,
    .mttq-model-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .mttq-models-note,
    .mttq-subsection-head span,
    .mttq-model-chip,
    .mttq-model-count,
    .mttq-program-support {
        width: 100%;
        justify-content: center;
    }

    .mttq-model-kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        text-align: center;
    }

    .mttq-model-kpi {
        padding: 16px 14px;
        border-radius: 18px;
    }

    .mttq-model-kpi .label {
        font-size: 12px;
    }

    .mttq-model-kpi .value {
        font-size: 24px;
    }

    .mttq-model-grid,
    .mttq-program-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .mttq-model-card,
    .mttq-model-subsection,
    .mttq-program-card {
        border-radius: 18px;
        padding: 16px;
    }

    .mttq-model-card h3 {
        font-size: 18px;
    }

    .mttq-model-desc,
    .mttq-model-meta li,
    .mttq-program-desc {
        font-size: 13px;
        line-height: 1.65;
    }

    .mttq-subsection-head h3 {
        font-size: 18px;
    }

    .mttq-model-table-wrap {
        border-radius: 14px;
    }

    .mttq-model-table {
        min-width: 640px;
    }

    .mttq-model-table th,
    .mttq-model-table td {
        padding: 11px 10px;
        font-size: 13px;
        line-height: 1.55;
    }

    .mttq-program-name {
        font-size: 16px;
    }

    .mttq-section-page-btn {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .mttq-wrap {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mttq-hero {
        padding: 20px 16px;
    }

    .mttq-title {
        font-size: 22px;
    }

    .mttq-map-stat-grid {
        grid-template-columns: 1fr;
    }

    .mttq-map-canvas {
        height: 300px;
    }

    .mttq-table {
        min-width: 560px;
    }

    #form-tro-giup .mttq-help-box {
        padding: 16px 12px;
    }

    #form-tro-giup .mttq-help-grid {
        gap: 16px;
    }

    #form-tro-giup .mttq-section-title {
        font-size: 18px;
    }

    .mttq-help-copy .mttq-text,
    .mttq-feature-list li>span:last-child {
        font-size: 14px;
    }

    .mttq-model-kpis {
        grid-template-columns: 1fr;
    }

    .mttq-models-box {
        padding: 16px 14px;
    }

    .mttq-model-card,
    .mttq-model-subsection,
    .mttq-program-card {
        padding: 14px;
    }

    .mttq-model-card h3,
    .mttq-program-name {
        font-size: 15px;
    }

    .mttq-model-table {
        min-width: 560px;
    }
}