.section.section-vs-bt {
    padding: 40px 0 !important;
}

.section.vs-bt-1779771748217 {
    padding-bottom: 80px !important;
}

/* -----------------------------section-01 */
.vs-bt-1779771748217 {
    position: relative;
    overflow: hidden;

    background-image:
        linear-gradient(90deg,
            rgba(4, 22, 50, 0.98) 0%,
            rgba(4, 22, 50, 0.92) 30%,
            rgba(4, 22, 50, 0.58) 52%,
            rgba(4, 22, 50, 0.12) 74%),
        url(https://img.lightshot.app/fC6-V4ZtTmud3_wwnI_PWg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row-1779771748217 .hero-floor {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.row-1779771748217 .hero-content-wrapper {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    /* Quy tắc Mobile 1 cột */
    align-items: center;
}

.row-1779771748217 .hero-main-block {
    max-width: 620px;
}

.row-1779771748217 .hero-main-block {
    color: var(--white);
}

.row-1779771748217 .hero-badge {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
}

.row-1779771748217 .hero-badge>svg {
    height: 14px;
    width: 14px;
}

.row-1779771748217 .hero-main-block>h1 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.12;
    letter-spacing: 0.05em;
    color: var(--white);
}


.row-1779771748217 .hero-main-block>h1>span:nth-of-type(1) {
    display: block;
    margin-top: 8px;
    color: #ff2038;
}

.row-1779771748217 .hero-main-block>h1>span:nth-of-type(2) {
    display: block;
    margin-top: 4px;
    color: #ff2038;
}

.row-1779771748217 .hero-main-block .title {
    font-size: 22px;
}

.row-1779771748217 .hero-main-block>p {
    margin-top: 20px;
    max-width: 520px;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #f1f5f9;
}

.row-1779771748217 .hero-action-buttons {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1) {
    text-decoration: none;
    display: inline-flex;
    height: 64px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    background-color: #ef1e35;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--white);
    box-shadow: 0 20px 25px -5px rgba(66, 6, 11, 0.25);
    transition: background-color 0.2s;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1):hover {
    background-color: #d9152b;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1)>span:nth-of-type(1) {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1)>span:nth-of-type(1)>svg {
    height: 19px;
    width: 19px;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1)>span:nth-of-type(2) {
    line-height: 1.25;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(1)>span:nth-of-type(2)>span {
    display: block;
    font-size: 16px;
    font-weight: 800;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(2) {
    text-decoration: none;
    display: inline-flex;
    height: 64px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 8px;
    background-color: var(--white);
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #061a38;
    box-shadow: 0 20px 25px -5px rgba(2, 6, 23, 0.2);
    transition: background-color 0.2s;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(2):hover {
    background-color: #f1f5f9;
}

.row-1779771748217 .hero-action-buttons>a:nth-of-type(2)>svg {
    height: 19px;
    width: 19px;
}

.row-1779771748217 .hero-features-grid {
    margin-top: 44px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 620px;
}

.row-1779771748217 .hero-feature-item {
    display: flex;
    align-items: start;
    gap: 12px;
}

.row-1779771748217 .hero-feature-item>div:nth-of-type(1) {
    display: flex;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(255, 255, 255, 0.05);
}

.row-1779771748217 .hero-feature-item>div:nth-of-type(1)>svg {
    height: 24px;
    width: 24px;
}

.row-1779771748217 .hero-feature-item>div:nth-of-type(2)>h3 {
    font-size: 14px;
    font-weight: 800;
    color: var(--white);
}

.row-1779771748217 .hero-feature-item>div:nth-of-type(2)>p {
    margin-top: 4px;
    font-size: 11px;
    line-height: 20px;
    color: #e2e8f0;
}

/* --- RESPONSIVE / TABLET & DESKTOP (BREAKPOINTS) --- */
@media (min-width: 640px) {
    .row-1779771748217 .hero-main-block>h1 {
        font-size: 48px;
    }

    .row-1779771748217 .hero-main-block>p {
        font-size: 16px;
    }

    .row-1779771748217 .hero-action-buttons {
        grid-template-columns: auto auto;
        justify-content: start;
    }

    .row-1779771748217 .hero-action-buttons>a:nth-of-type(1),
    .row-1779771748217 .hero-action-buttons>a:nth-of-type(2) {
        width: auto;
    }

    .row-1779771748217 .hero-features-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1779771748217 .hero-content-wrapper {
        grid-template-columns: 1fr;
    }

    .row-1779771748217 .hero-main-block>h1 {
        font-size: 56px;
    }
}

/* --- DARK MODE --- */
/* @media (prefers-color-scheme: dark) {
        .hero-bg {
          background: var(--primary-deep);
        }
        .row-1779771748217 .hero-action-buttons > a:nth-of-type(2) {
          background-color: var(--bg-dark);
          color: var(--white);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
        }
        .row-1779771748217 .hero-action-buttons > a:nth-of-type(2):hover {
          background-color: var(--primary-dark);
        }
        .row-1779771748217 .hero-main-block > p {
          color: var(--text-light);
        }
        .row-1779771748217 .hero-feature-item > div:nth-of-type(2) > p {
          color: var(--text-light);
        }
      } */

/* --------------------------section-02 */

.row-1779780901459 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
}


.row-1779780901459 .device-card-link {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: visible;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    background-color: #f7f8fa;
    padding: 22px 12px 20px 12px;
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.row-1779780901459 .device-card-link>div:first-of-type {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: flex;
    height: 48px;
    width: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    color: #061b4e;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
    z-index: 20;
}

.row-1779780901459 .device-card-link>div:first-of-type>svg {
    width: 24px;
    height: 24px;
}


.row-1779780901459 .device-bg-img {
    overflow: hidden;
    border-radius: 18px;
    height: 135px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.row-1779780901459 .device-bg-img img {
    width: 100%;
    height: 100%;
}


.row-1779780901459 .device-card-link>h3 {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779780901459 .device-card-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    border-color: #8bcff7;
}

.row-1779780901459 .device-card-link:hover .row-1779780901459 .device-bg-img {
    transform: scale(1.05);
}


@media (min-width: 768px) {
    .row-1779780901459 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 20px;
    }
}

@media (min-width: 1280px) {
    .row-1779780901459 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 40px 20px;
    }
}

/* --- DARK MODE (Đồng bộ dải màu tối chuẩn hệ thống) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .row-1779780901459 .device-card-link {
          background-color: var(--primary-dark);
          border-color: var(--primary-soft);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .row-1779780901459 .device-card-link > div:first-of-type {
          background-color: var(--primary-deep);
          border-color: var(--primary-soft);
          color: var(--white);
        }
        .row-1779780901459 .device-card-link > div:nth-of-type(2) {
          background-color: var(--primary-deep);
        }
        .row-1779780901459 .device-card-link > h3 {
          color: var(--white);
        }
        .row-1779780901459 .device-card-link:hover {
          border-color: var(--secondary);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
        }
        .row-1779780901459 .device-card-link:hover > div:first-of-type {
          border-color: var(--secondary);
          color: var(--secondary);
        }
      } */

/* ------------------------section-03 */

.row-1779783226549 {}

.row-1779783226549 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
}

.row-1779783226549 .maintenance-left-content {
    max-width: 430px;
    width: 100%;
}

.row-1779783226549 .maintenance-left-content>p {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--secondary);
}

.row-1779783226549 .maintenance-left-content>h2 {
    margin-top: 4px;
    font-size: 31px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0.05em;
    color: #061b4e;
}

.row-1779783226549 .maintenance-checklist {
    display: grid;
    gap: 12px;
    list-style: none;
    margin-top: 24px;
}

.row-1779783226549 .maintenance-checklist li {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #334155;
}

.row-1779783226549 .maintenance-checklist .check-icon-holder {
    margin-top: 4px;
    display: flex;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0b4ab8;
    color: var(--white);
}

.row-1779783226549 .maintenance-checklist .check-icon-holder svg {
    width: 14px;
    height: 14px;
}

.row-1779783226549 .maintenance-right-content {
    width: 100%;
    height: 100%;
}

.row-1779783226549 .maintenance-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.row-1779783226549 .maintenance-image-grid .img-item {
    overflow: hidden;
    border-radius: 12px;
    background-color: #f1f5f9;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.row-1779783226549 .maintenance-image-grid .img-item img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.row-1779783226549 .advice-box {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 12px;
    background-color: #f4f7ff;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.row-1779783226549 .advice-icon-holder {
    display: flex;
    height: 64px;
    width: 64px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--white);
    color: #ef1e35;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.row-1779783226549 .advice-icon-holder svg {
    width: 32px;
    height: 32px;
}

.row-1779783226549 .advice-text h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ef1e35;
}

.row-1779783226549 .advice-text p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #475569;
}

@media (min-width: 640px) {
    .row-1779783226549 .maintenance-left-content>h2 {
        font-size: 32px;
    }

    .row-1779783226549 .maintenance-image-grid .img-item img {
        height: 175px;
    }

    .row-1779783226549 .advice-box {
        flex-direction: row;
        align-items: center;
        padding: 20px 28px;
    }
}

@media (min-width: 1024px) {
    .row-1779783226549 {
        grid-template-columns: 0.7fr 1.3fr;
    }

    .row-1779783226549 .maintenance-image-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* --- DARK MODE (Hỗ trợ giao diện tối) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .row-1779783226549 .maintenance-left-content > p,
        .row-1779783226549 .maintenance-left-content > h2 {
          color: var(--white);
        }
        .row-1779783226549 .maintenance-checklist li {
          color: #94a3b8;
        }
        .row-1779783226549 .maintenance-image-grid .img-item {
          background-color: var(--primary-deep);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        }
        .row-1779783226549 .advice-box {
          background-color: var(--primary-dark);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .row-1779783226549 .advice-icon-holder {
          background-color: var(--primary-deep);
          color: #ff4d4f;
        }
        .row-1779783226549 .advice-text h3 {
          color: #ff4d4f;
        }
        .row-1779783226549 .advice-text p {
          color: #94a3b8;
        }
      } */

/* -------------------------------------section-04 */



.row-1779784385392 {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px 32px;
}


.row-1779784385392 .step-item {
    position: relative;
    z-index: 1;
    text-align: center;
}


.row-1779784385392 .step-media-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}


.row-1779784385392 .step-image-circle {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid var(--white);
    background-color: #f1f5f9;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

.row-1779784385392 .step-image-circle img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}


.row-1779784385392 .step-number-badge {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 20;
    display: flex;
    height: 32px;
    width: 32px;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid var(--white);
    background-color: #0b4ab8;
    font-size: 12px;
    font-weight: 800;
    color: var(--white);
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
}


.row-1779784385392 .step-info-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    max-width: 190px;
}

.row-1779784385392 .step-info-wrapper h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779784385392 .step-info-wrapper p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}


@media (min-width: 640px) {
    .row-1779784385392 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1779784385392 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .row-1779784385392 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .row-1779784385392::before {
        content: "";
        position: absolute;
        top: 76px;
        left: calc((100% - 160px) / 12);
        right: calc((100% - 160px) / 12);
        height: 2px;
        background-image: repeating-linear-gradient(to right,
                #9dc1ff 0,
                #4f8fff 5px,
                transparent 5px,
                transparent 10px);
        z-index: 0;
    }
}

/* --- GIAO DIỆN TỐI (DARK MODE) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .row-1779784385392 .step-image-circle {
          border-color: var(--primary-deep);
          background-color: var(--primary-dark);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
        }
        .row-1779784385392 .step-number-badge {
          border-color: var(--primary-deep);
          background-color: var(--secondary);
        }
        .row-1779784385392 .step-info-wrapper h3 {
          color: var(--white);
        }
        .row-1779784385392 .step-info-wrapper p {
          color: #94a3b8;
        }
      } */


/* --------------------------------section-05 */

.row-1779784966429 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.row-1779784966429 .benefit-row-card {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 100%;
    min-height: 86px;
    border-radius: 12px;
    background-color: #f5f7fb;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.3s ease;
    border: 1px solid transparent;
}

.row-1779784966429 .benefit-icon-box {
    display: flex;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--white);
    color: #061b4e;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.row-1779784966429 .benefit-icon-box svg {
    width: 24px;
    height: 24px;
}

.row-1779784966429 .benefit-text-box h3 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
    transition: color 0.3s ease;
}

.row-1779784966429 .benefit-text-box p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}

.row-1779784966429 .benefit-row-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
    border-color: #afd2ff;
    background-color: #edf2f9;
}

.row-1779784966429 .benefit-row-card:hover .benefit-icon-box {
    background-color: #0b4ab8;
    color: var(--white);
}

@media (min-width: 768px) {
    .row-1779784966429 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) {
    .row-1779784966429 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* --- CHẾ ĐỘ GIAO DIỆN TỐI (DARK MODE) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .row-1779784966429 .benefit-row-card {
          background-color: var(--primary-dark);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .row-1779784966429 .benefit-icon-box {
          background-color: var(--primary-deep);
          color: var(--white);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
        }
        .row-1779784966429 .benefit-text-box h3 {
          color: var(--white);
        }
        .row-1779784966429 .benefit-text-box p {
          color: #94a3b8;
        }
        .row-1779784966429 .benefit-row-card:hover {
          background-color: var(--primary-soft);
          border-color: var(--info);
          box-shadow: 0 14px 30px rgba(0, 0, 0, 0.5);
        }
        .row-1779784966429 .benefit-row-card:hover .row-1779784966429 .benefit-icon-box {
          background-color: var(--info);
          color: var(--white);
        }
      } */

/* ------------------------------------section-06 */

.row-1779786485987 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}


.row-1779786485987 .package-card {
    position: relative;
    display: grid;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #a7cdff;
    background-color: var(--white);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.row-1779786485987 .package-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}


.row-1779786485987 .package-image-thumb {
    height: 190px;
    overflow: hidden;
    background-color: #f1f5f9;
}

.row-1779786485987 .package-image-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}


.row-1779786485987 .package-body-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.row-1779786485987 .package-body-content h3 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    color: #061b4e;
}

.row-1779786485987 .package-body-content .package-subtitle {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #061b4e;
}

.row-1779786485987 .package-feature-list {
    margin-top: 12px;
    margin-bottom: 16px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.row-1779786485987 .package-feature-list li {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #475569;
}

.row-1779786485987 .package-feature-list li svg {
    margin-top: 3px;
    height: 14px;
    width: 14px;
    flex-shrink: 0;
    color: #0b4ab8;
}

.row-1779786485987 .package-cta-btn {
    margin-top: auto;
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #ef1e35;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(239, 30, 53, 0.22);
    transition: background-color 0.2s ease;
}

.row-1779786485987 .package-cta-btn:hover {
    background-color: #d9162d;
}


.row-1779786485987 .popular-ribbon {
    position: absolute;
    top: 15px;
    left: -38px;
    z-index: 30;
    background-color: #d9162d;
    color: var(--white);
    font-size: 10px;
    font-weight: 800;
    width: 130px;
    padding: 6px 0;
    text-align: center;
    letter-spacing: 0.05em;
    transform: rotate(-45deg);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}


@media (min-width: 640px) {
    .row-1779786485987 .package-card {

        grid-template-columns: 180px 1fr;
    }

    .row-1779786485987 .package-image-thumb {
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .row-1779786485987 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* --- CHẾ ĐỘ GIAO DIỆN TỐI (DARK MODE) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .row-1779786485987 .package-card {
          background-color: var(--primary-dark);
          border-color: var(--primary-soft);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
        }
        .row-1779786485987 .package-image-thumb {
          background-color: var(--primary-deep);
        }
        .row-1779786485987 .package-body-content h3,
        .row-1779786485987 .package-body-content .package-subtitle {
          color: var(--white);
        }
        .row-1779786485987 .package-feature-list li {
          color: #cbd5e1;
        }
        .row-1779786485987 .package-feature-list li svg {
          color: var(--info);
        }
        .row-1779786485987 .package-card:hover {
          box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5);
          border-color: var(--info);
        }
      } */

/* -------------------------------------section-07 */

.row-1779787936532 .commitment-banner {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: var(--gradient-footer);
    padding: 24px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.16);
    max-width: 1400px;
    margin: 0 auto;
}

.row-1779787936532 .right-image-mask {
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 42%;
    background-image:
        linear-gradient(90deg,
            rgba(6, 27, 78, 1) 0%,
            rgba(6, 27, 78, 0.78) 18%,
            rgba(6, 27, 78, 0.2) 42%,
            rgba(6, 27, 78, 0) 70%),
        url(https://img.lightshot.app/2Vehjv0nSmq8G9ytcmMJ1w.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
}

.row-1779787936532 .banner-inner-content {
    position: relative;
    z-index: 10;
}

.row-1779787936532 .banner-inner-content h2 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: var(--white);
}

.row-1779787936532 .commitment-items-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    max-width: 1080px;
}


.row-1779787936532 .commitment-item {
    display: flex;
    align-items: center;
    gap: 12px;
}


.row-1779787936532 .commitment-icon-circle {
    display: flex;
    height: 44px;
    width: 44px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.row-1779787936532 .commitment-icon-circle svg {
    height: 22px;
    width: 22px;
}


.row-1779787936532 .commitment-text-box h3 {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    color: var(--white);
}

.row-1779787936532 .commitment-text-box p {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.75);
}


@media (min-width: 640px) {
    .row-1779787936532 .commitment-banner {
        padding: 24px 32px;
    }

    .row-1779787936532 .banner-inner-content h2 {
        font-size: 28px;
    }

    .row-1779787936532 .commitment-items-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1779787936532 .commitment-banner {
        padding: 24px 40px;
    }

    .row-1779787936532 .banner-inner-content h2 {
        font-size: 32px;
    }

    .row-1779787936532 .commitment-items-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* ------------------------------section-08 */

.row-1779788774959 .service-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 190px;
    background-color: var(--white);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.row-1779788774959 .service-left-pane {
    position: relative;
    z-index: 10;
    padding: 28px 24px;
}

.row-1779788774959 .service-left-pane .service-tagline {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #061b4e;
}

.row-1779788774959 .service-left-pane h2 {
    margin-top: 4px;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.29;
    letter-spacing: 0.05em;
    color: #061b4e;
}

.row-1779788774959 .locations-sub-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

.row-1779788774959 .location-mini-card {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    padding: 16px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.row-1779788774959 .location-icon-pin {
    margin-bottom: 8px;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef1e35;
    color: var(--white);
}

.row-1779788774959 .location-icon-pin svg {
    height: 18px;
    width: 18px;
}

.row-1779788774959 .location-mini-card h3 {
    font-size: 14px;
    font-weight: 800;
    color: #061b4e;
}

.row-1779788774959 .location-mini-card p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}

.row-1779788774959 .service-area-map {
    position: relative;
    min-height: 210px;
    background-color: #f8fafc;
    background-size: cover;
    background-position: center;
}

.row-1779788774959 .service-area-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
}

.row-1779788774959 .map-center-marker span {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #061b4e;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .row-1779788774959 .service-left-pane {
        padding: 28px 40px;
    }

    .row-1779788774959 .service-left-pane h2 {
        font-size: 32px;
    }

    .row-1779788774959 .locations-sub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1779788774959 .service-main-grid {
        grid-template-columns: 1.1fr 0.9fr;
    }

    .row-1779788774959 .service-left-pane {
        padding: 28px 48px;
    }

    .row-1779788774959 .service-area-map {
        min-height: auto;
    }

    .row-1779788774959 .locations-sub-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .row-1779788774959 .service-area-map {
        margin-left: -56px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 56px 100%);
    }
}

/* --- CHẾ ĐỘ GIAO DIỆN TỐI (DARK MODE) --- */
/* @media (prefers-color-scheme: dark) {
        .service-wrapper-panel {
          background-color: var(--primary-dark);
        }
        .row-1779788774959 .service-left-pane .service-tagline,
        .row-1779788774959 .service-left-pane h2 {
          color: var(--white);
        }
        .row-1779788774959 .location-mini-card {
          background-color: var(--primary-deep);
          border-color: var(--primary-soft);
        }
        .row-1779788774959 .location-mini-card h3 {
          color: var(--white);
        }
        .row-1779788774959 .location-mini-card p {
          color: #94a3b8;
        }
        .row-1779788774959 .service-area-map {
          background-color: #0b1a30;
        }
        .marker-main-circle {
          background-color: var(--info);
        }
        .row-1779788774959 .map-center-marker span {
          color: var(--white);
        }
      } */


/* --------------------------------section-09 */

.row-1779803563244 {
    display: grid;
    grid-template-columns: 1fr;
}

.row-1779803563244 .title {
    text-transform: uppercase;
    font-size: 22px;
    color: var(--primary);
    font-weight: 700;
}

.row-1779803563244 .faq-accordion {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.row-1779803563244 .faq-accordion .accordion-item {
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 38, 56, 0.08);
    border: 1px solid var(--blue);
}

.row-1779803563244 .faq-accordion .accordion-item .accordion-title {
    border-top: none;
    padding-left: 20px;
}

.row-1779803563244 .faq-accordion .accordion-item .accordion-title.active {
    color: var(--primary);
}

.row-1779803563244 .faq-accordion .accordion-item .accordion-title .toggle {
    display: none;
}

.row-1779803563244 .faq-accordion .accordion-title::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text);
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.row-1779803563244 .faq-accordion .accordion-title.active::after {
    content: "-";
    color: var(--primary);
}

/* right */
.row-1779803563244 .cta-banner-grid {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.row-1779803563244 .cta-banner-grid>div:first-child {
    width: 100%;
    height: 220px;
}

.row-1779803563244 .cta-banner-grid>div:first-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.row-1779803563244 .cta-banner-grid>div:last-child {
    padding: 28px 24px;
    background: #e2f1ff;
}

.row-1779803563244 .cta-banner-grid h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    color: #061b4e;
}

.row-1779803563244 .cta-banner-grid p:not([class]) {
    margin-top: 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #ef1e35;
}

.row-1779803563244 .cta-button-group {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row-1779803563244 .btn-phone-call {
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 9999px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 800;
    color: var(--white);
    text-decoration: none;
    background-color: #ef1e35;
    box-shadow: 0 10px 20px rgba(239, 30, 53, 0.22);
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
    width: max-content;
}

.row-1779803563244 .btn-phone-call:hover {
    background-color: #d9162d;
}

.row-1779803563244 .btn-phone-call svg {
    height: 18px;
    width: 18px;
    flex-shrink: 0;
}

.row-1779803563244 .cta-banner-grid ul {
    margin-top: 24px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row-1779803563244 .cta-banner-grid li {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #475569;
}

.row-1779803563244 .cta-banner-grid li span {
    margin-top: 4px;
    display: flex;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef1e35;
    color: var(--white);
}

.row-1779803563244 .cta-banner-grid li svg {
    height: 14px;
    width: 14px;
}

@media (min-width: 640px) {
    .row-1779803563244 .cta-banner-grid>div:first-child {
        height: 260px;
    }

    .row-1779803563244 .cta-banner-grid>div:last-child {
        padding: 28px 32px;
    }

    .row-1779803563244 .cta-button-group {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .row-1779803563244 {
        grid-template-columns: 0.8fr 1.2fr;
        gap: 60px;
    }

    .row-1779803563244 .cta-banner-grid {
        grid-template-columns: 0.75fr 1.25fr;
    }

    .row-1779803563244 .cta-banner-grid>div:first-child {
        height: 100%;
    }

    .row-1779803563244 .cta-banner-grid>div:last-child {
        padding: 28px 40px;
    }

    .row-1779803563244 .cta-banner-grid h2 {
        font-size: 26px;
    }
}