.elementor-14388 .elementor-element.elementor-element-6788ecb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-bb6a9f2 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1E293B;
    background: #fff;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ─── HERO ─── */
.hero {
    background: url('https://biznext.vn/wp-content/uploads/2026/04/BiznextTrust.png') no-repeat center center;
    background-size: cover;
    padding: 72px 0;
    overflow: hidden;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.09) 0%, transparent 45%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.07) 0%, transparent 40%);
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 440px;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #10B981;
    font-size: 15px;
    font-weight: 800;
    padding: 14px 30px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    transition: transform 0.15s, box-shadow 0.15s;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}

.hero-cta svg {
    width: 17px;
    height: 17px;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px;
}

.hero-stat-val {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.hero-stat-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 3px;
}

.hero-stat-divider {
    width: 1px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
}

/* Right visual */
.hero-right {
    position: relative;
}

.hero-mockup-wrap {
    background: rgba(255, 255, 255, 0.12);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
    position: relative;
}

.hero-mockup-inner {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Simulated platform UI */
.mock-topbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.mock-title {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    margin-left: 4px;
}

.mock-stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.mock-stat {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 12px 10px;
    text-align: center;
}

.mock-stat-num {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

.mock-stat-lbl {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    margin-top: 2px;
}

.mock-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 14px;
}

.mock-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mock-bar-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    width: 80px;
    flex-shrink: 0;
}

.mock-bar-track {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    overflow: hidden;
}

.mock-bar-fill {
    height: 100%;
    border-radius: 4px;
}

.mock-badge-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.mock-badge {
    background: rgba(0, 255, 150, 0.2);
    border: 1px solid rgba(0, 255, 150, 0.4);
    color: #00FF96;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
}

.mock-badge-gray {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 20px;
}

/* Floating badges */
.float-badge {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 10px 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.float-badge-emoji {
    font-size: 20px;
}

.float-badge-lbl {
    font-size: 11px;
    color: #64748B;
}

.float-badge-val {
    font-size: 13px;
    font-weight: 800;
    color: #10B981;
}

.fb-1 {
    top: -16px;
    right: -20px;
}

.fb-2 {
    bottom: -16px;
    left: -20px;
}

/* ─── SECTION COMMONS ─── */
.section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 8px;
}

.section-sub {
    text-align: center;
    font-size: 15px;
    color: #64748B;
    margin-bottom: 44px;
}

/* ─── PROBLEMS ─── */
.problems {
    padding: 64px 0;
    background: linear-gradient(135deg, #FFF5F5, #FFF0F0);
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.problem-card {
    background: #fff;
    border: 1.5px solid #FECACA;
    border-radius: 16px;
    padding: 24px;
}

.problem-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.alert-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 1px;
}

.alert-icon svg {
    width: 24px;
    height: 24px;
}

.problem-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1E293B;
    line-height: 1.4;
}

.problem-card p {
    font-size: 13px;
    color: #64748B;
    line-height: 1.6;
    padding-left: 36px;
}

/* ─── CMP WHAT ─── */
.cmp-what {
    padding: 64px 0;
    background: #fff;
}

.cmp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 36px;
}

.cmp-what h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 20px;
}

.cmp-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cmp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #F5F8FF;
    border-radius: 10px;
    padding: 14px 18px;
}

.cmp-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.cmp-item-icon svg {
    width: 24px;
    height: 24px;
}

.cmp-item span {
    font-size: 15px;
    font-weight: 700;
    color: #1E293B;
}

.cmp-visual {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cmp-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cmp-banner {
    background: linear-gradient(90deg, #0066FF, #00AEEF);
    color: #fff;
    text-align: center;
    padding: 22px 32px;
    border-radius: 16px;
    font-size: 17px;
    font-weight: 800;
}

/* ─── PROCESS DIAGRAM ─── */
.process-diagram {
    padding: 64px 0;
    background: linear-gradient(135deg, #F5F8FF, #EEF6FF);
}

.diagram-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 40px rgba(0, 102, 255, 0.08);
    padding: 0px;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.diagram-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* ─── WHY FPT ─── */
.why-fpt {
    padding: 64px 0;
    background: #fff;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.why-card {
    border: 1.5px solid #E2EDFF;
    border-radius: 16px;
    padding: 28px 22px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.why-card:hover {
    border-color: #0066FF;
    box-shadow: 0 8px 28px rgba(0, 102, 255, 0.1);
}

.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0066FF, #00AEEF);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.why-icon svg {
    width: 24px;
    height: 24px;
}

.why-card h3 {
    font-size: 15px;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 8px;
    line-height: 1.4;
}

.why-card p {
    font-size: 13px;
    color: #64748B;
    line-height: 1.6;
}

/* ─── BEFORE / AFTER ─── */
.compare {
    padding: 64px 0;
    background: linear-gradient(135deg, #F5F8FF, #EEF6FF);
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 800px;
    margin: 0 auto;
}

.compare-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 28px;
}

.compare-card.bad {
    border: 1.5px solid #FECACA;
}

.compare-card.good {
    border: 1.5px solid #BBF7D0;
    box-shadow: 0 8px 32px rgba(16, 185, 129, 0.1);
}

.compare-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.compare-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-icon-wrap.bad {
    background: #FEE2E2;
}

.compare-icon-wrap.good {
    background: #DCFCE7;
}

.compare-icon-wrap svg {
    width: 24px;
    height: 24px;
}

.compare-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #1E293B;
}

.compare-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.compare-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #64748B;
}

.compare-list li svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* ─── PROCESS STEPS ─── */
.process {
    padding: 64px 0;
    background: #fff;
}

.process-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.process-card {
    border: 1.5px solid #E2EDFF;
    border-radius: 16px;
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: box-shadow 0.2s;
}

.process-card:hover {
    box-shadow: 0 8px 28px rgba(0, 102, 255, 0.08);
}

.process-num {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0066FF, #00AEEF);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    flex-shrink: 0;
}

.process-content h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 12px;
}

.process-items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.process-items li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #64748B;
    line-height: 1.6;
}

.process-items li svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ─── TARGET ─── */
.target {
    padding: 64px 0;
    background: linear-gradient(135deg, #F5F8FF, #EEF6FF);
}

.target-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.target-card {
    background: #fff;
    border: 1.5px solid #E2EDFF;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
}

.target-card svg {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
}

.target-card p {
    font-size: 13px;
    color: #64748B;
    line-height: 1.7;
}

.target-card strong {
    color: #1E293B;
}

/* ═══════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 900px)
═══════════════════════════════════════════ */
@media (max-width: 900px) {
    .container {
        padding: 0 24px;
    }

    /* Hero */
    .hero {
        padding: 48px 0 56px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .fb-1 {
        top: -12px;
        right: -8px;
    }

    .fb-2 {
        bottom: -12px;
        left: -8px;
    }

    /* Grids → 2 col */
    .problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .target-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 26px;
    }
}

/* ═══════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 600px)
═══════════════════════════════════════════ */
@media (max-width: 600px) {
    .container {
        padding: 0 16px;
    }

    /* ── Hero ── */
    .hero {
        padding: 40px 0 52px;
    }

    .hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-badge {
        font-size: 11px;
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .hero h1 {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .hero-desc {
        font-size: 14px;
        margin-bottom: 22px;
        max-width: 100%;
    }

    .hero-cta {
        font-size: 14px;
        padding: 13px 24px;
    }

    .hero-stats {
        margin-top: 24px;
        gap: 20px;
    }

    .hero-stat-val {
        font-size: 28px;
    }

    .hero-stat-lbl {
        font-size: 12px;
    }

    /* mockup */
    .hero-mockup-wrap {
        padding: 16px;
        margin-top: 8px;
    }

    .hero-mockup-inner {
        padding: 14px;
    }

    .mock-title {
        font-size: 11px;
    }

    .mock-stat-num {
        font-size: 16px;
    }

    .float-badge {
        padding: 8px 10px;
        gap: 7px;
        font-size: 11px;
    }

    .float-badge-emoji {
        font-size: 16px;
    }

    .float-badge-lbl {
        font-size: 10px;
    }

    .float-badge-val {
        font-size: 12px;
    }

    .fb-1 {
        top: -10px;
        right: -6px;
    }

    .fb-2 {
        bottom: -10px;
        left: -6px;
    }

    /* ── Section commons ── */
    .section-title {
        font-size: 22px;
        line-height: 1.3;
    }

    .section-sub {
        font-size: 14px;
        margin-bottom: 28px;
    }

    /* ── Problems ── */
    .problems {
        padding: 48px 0;
    }

    .problems-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .problem-card {
        padding: 18px 16px;
    }

    .problem-card h3 {
        font-size: 14px;
    }

    .problem-card p {
        font-size: 13px;
        padding-left: 0;
        margin-top: 6px;
    }

    /* ── CMP What ── */
    .cmp-what {
        padding: 48px 0;
    }

    .cmp-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .cmp-what h3 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .cmp-item {
        padding: 12px 14px;
    }

    .cmp-item span {
        font-size: 14px;
    }

    .cmp-banner {
        font-size: 14px;
        padding: 18px 16px;
        line-height: 1.5;
    }

    /* ── Process Diagram ── */
    .process-diagram {
        padding: 48px 0;
    }

    .diagram-card {
        border-radius: 14px;
    }

    /* ── Why FPT ── */
    .why-fpt {
        padding: 48px 0;
    }

    .why-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .why-card {
        padding: 20px 16px;
    }

    .why-card h3 {
        font-size: 14px;
    }

    .why-icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
        margin-bottom: 12px;
    }

    /* ── Compare ── */
    .compare {
        padding: 48px 0;
    }

    .compare-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .compare-card {
        padding: 22px 18px;
    }

    .compare-card h3 {
        font-size: 17px;
    }

    .compare-header {
        margin-bottom: 16px;
    }

    /* ── Process Steps ── */
    .process {
        padding: 48px 0;
    }

    .process-card {
        padding: 18px 16px;
        gap: 14px;
    }

    .process-num {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .process-content h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    /* ── Target ── */
    .target {
        padding: 48px 0;
    }

    .target-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .target-card {
        padding: 24px 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-023a47a */body,
h1, h2, h3, h4, h5, h6,
p, span, a, div {
    font-family: 'Manrope' !important;
}
    :root {
        --blue: #0085FF;
        --blue-dark: #0066FF;
        --blue-light: #00AEEF;
        --text-dark: #0F172A;
        --text-mid: #64748B;
        --bg-light: #F5F8FF;
        --border: rgba(0, 102, 255, 0.1);
        --grad-btn: linear-gradient(90deg, #0066FF, #00AEEF);
    }

    *, *::before, *::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    body {
        font-family: 'Manrope';
        color: var(--text-dark);
        background: #fff;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }

    /* ===== CONSULTATION ===== */
    .consultation {
        padding: 80px 0;
        background: linear-gradient(180deg, #fff 0%, var(--bg-light) 100%);
    }

    .consultation h2 {
        font-size: clamp(26px, 3vw, 36px);
        font-weight: 800;
        margin-bottom: 12px;
    }

    .consultation-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 48px;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
    }

    .consult-img {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 102, 255, 0.1);
        border: 1px solid var(--border);
    }

    .consult-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .consult-form-wrap {
        background: #fff;
        border-radius: 20px;
        padding: 40px;
        box-shadow: 0 12px 48px rgba(0, 102, 255, 0.08);
        border: 1px solid var(--border);
    }

    .form-group {
        margin-bottom: 24px;
    }

    .form-group label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .form-group label .req {
        color: #EF4444;
    }

    .form-group input,
    .form-group textarea {
        width: 100%;
        padding: 14px 16px;
        border: 1px solid #E2E8F0;
        border-radius: 10px;
        font-size: 15px;
        font-family: inherit;
        outline: none;
        transition: border-color 0.2s, box-shadow 0.2s;
        background: #fff;
    }

    .form-group input:focus,
    .form-group textarea:focus {
        border-color: var(--blue);
        box-shadow: 0 0 0 3px rgba(0, 133, 255, 0.1);
    }

    /* Hiển thị lỗi */
    .form-group .field-error {
        border-color: #EF4444 !important;
        background-color: #FEF2F2;
    }

    .form-group textarea {
        resize: none;
    }

    .btn-submit {
        width: 100%;
        padding: 18px;
        background: var(--grad-btn);
        color: #fff;
        border: none;
        border-radius: 12px;
        font-weight: 700;
        font-size: 17px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: opacity 0.2s, transform 0.2s;
        font-family: inherit;
        box-shadow: 0 8px 24px rgba(0, 102, 255, 0.3);
    }

    .btn-submit:hover {
        opacity: 0.9;
        transform: translateY(-2px);
    }

    .btn-submit svg {
        width: 20px;
        height: 20px;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
        .consultation-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ===== TOAST NOTIFICATION ===== */
    .toast-overlay {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .toast-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .toast-box {
        background: #fff;
        border-radius: 24px;
        padding: 48px 40px 36px;
        max-width: 420px;
        width: 90%;
        text-align: center;
        box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
        transform: scale(0.85) translateY(20px);
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    .toast-overlay.show .toast-box {
        transform: scale(1) translateY(0);
    }

    .toast-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 32px;
        color: #fff;
    }

    .toast-icon.is-success {
        background: linear-gradient(135deg, #10B981, #34D399);
        box-shadow: 0 8px 24px rgba(16, 185, 129, 0.35);
    }

    .toast-icon.is-error {
        background: linear-gradient(135deg, #EF4444, #F87171);
        box-shadow: 0 8px 24px rgba(239, 68, 68, 0.35);
    }

    .toast-title {
        font-size: 22px;
        font-weight: 800;
        color: var(--text-dark);
        margin-bottom: 8px;
    }

    .toast-msg {
        font-size: 15px;
        color: var(--text-mid);
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .toast-close-btn {
        padding: 10px 24px;
        border-radius: 8px;
        border: 1px solid #E2E8F0;
        background: #fff;
        cursor: pointer;
        font-weight: 600;
    }
.text-center {
    text-align: center;
}/* End custom CSS */