.section.section-sua-chua {
    padding: 40px 0 !important;
}

.section.sua-chua-1779758878457 {
    padding-bottom: 80px !important;
}

/* -----------------------------section-01 */
.sua-chua-1779758878457 {
    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/MerAE0oORkSRcLUHPjEGiA.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

.row-1779758878457 .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-1779758878457 .hero-main-block {
    max-width: 620px;
}

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

.row-1779758878457 .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-1779758878457 .hero-badge>svg {
    height: 14px;
    width: 14px;
}

.row-1779758878457 .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-1779758878457 .hero-main-block>h1>span:nth-of-type(1) {
    display: block;
    margin-top: 8px;
    color: #ff2038;
}

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

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

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

.row-1779758878457 .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-1779758878457 .hero-action-buttons>a:nth-of-type(1):hover {
    background-color: #d9152b;
}

.row-1779758878457 .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-1779758878457 .hero-action-buttons>a:nth-of-type(1)>span:nth-of-type(1)>svg {
    height: 19px;
    width: 19px;
}

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

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

.row-1779758878457 .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-1779758878457 .hero-action-buttons>a:nth-of-type(2):hover {
    background-color: #f1f5f9;
}

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

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

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

.row-1779758878457 .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-1779758878457 .hero-feature-item>div:nth-of-type(1)>svg {
    height: 24px;
    width: 24px;
}

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

.row-1779758878457 .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-1779758878457 .hero-main-block>h1 {
        font-size: 48px;
    }

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

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

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

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

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

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

/* --- DARK MODE --- */
/* @media (prefers-color-scheme: dark) {
        .hero-bg {
          background: var(--primary-deep);
        }
        .row-1779758878457 .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-1779758878457 .hero-action-buttons > a:nth-of-type(2):hover {
          background-color: var(--primary-dark);
        }
        .row-1779758878457 .hero-main-block > p {
          color: var(--text-light);
        }
        .row-1779758878457 .hero-feature-item > div:nth-of-type(2) > p {
          color: var(--text-light);
        }
      } */


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

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

.row-1779761288335 .service-slider-container {
    position: relative;
}

.row-1779761288335 .service-slider-wrap {
    width: 100%;
    overflow: hidden;
    padding: 8px 0 18px;
}

.row-1779761288335 .service-swiper .swiper-wrapper {
    align-items: stretch;
}

.row-1779761288335 .service-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.row-1779761288335 .service-card-item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #afd1ff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row-1779761288335 .service-img-box {
    height: 150px;
    overflow: hidden;
}

.row-1779761288335 .service-content-box {
    padding: 20px 16px 24px 16px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.row-1779761288335 .service-img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.row-1779761288335 .service-content-box>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
    height: 42px;
}

.row-1779761288335 .service-content-box>p {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}


.row-1779761288335 .service-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}


.row-1779761288335 .service-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid #e2e8f0;
    color: #061b4e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    transition: all 0.2s ease;
}

.row-1779761288335 .service-btn:hover {
    background-color: #f8fafc;
    color: #ef1e35;
}

.row-1779761288335 .service-btn-prev {
    left: -42px;
}

.row-1779761288335 .service-btn-next {
    right: -42px;
}

.row-1779761288335 .service-btn>svg {
    width: 32px;
    height: 32px;
}


.row-1779761288335 .service-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* --- DARK MODE --- */
/* @media (prefers-color-scheme: dark) {
      body {
        background-color: var(--bg-dark);
        color: var(--white);
      }
      .row-1779761288335 .service-card-item {
        background-color: var(--primary-deep);
        border-color: var(--primary-soft);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      }
      .row-1779761288335 .service-img-box {
        background-color: var(--bg-dark);
      }
      .row-1779761288335 .service-content-box > h3 {
        color: var(--white);
      }
      .row-1779761288335 .service-content-box > p {
        color: var(--text-light);
      }
      .row-1779761288335 .service-btn {
        background-color: var(--primary-dark);
        border-color: var(--primary-soft);
        color: var(--white);
      }
      .row-1779761288335 .service-btn:hover {
        background-color: var(--primary-soft);
        color: var(--secondary);
      }
      .row-1779761288335 .service-card-item:hover {
        border-color: var(--secondary);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
      }
    } */


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

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

.row-1779763929984 .issue-item-card {
    border-radius: 16px;
    border: 1px solid #bedaff;
    background-color: var(--white);
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.row-1779763929984 .issue-item-card>div {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 56px;
    width: 56px;
    align-items: center;
    justify-content: center;
    color: #061b4e;
}

.row-1779763929984 .issue-item-card>div>svg {
    width: 48px;
    height: 48px;
}

.row-1779763929984 .issue-item-card>h3 {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779763929984 .issue-item-card>p {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #64748b;
}


.row-1779763929984 .issue-item-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}


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

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

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


/* @media (prefers-color-scheme: dark) {
      body {
        background-color: var(--bg-dark);
        color: var(--white);
      }
      .row-1779763929984 .issue-item-card {
        background-color: var(--primary-deep);
        border-color: var(--primary-soft);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      }
      .row-1779763929984 .issue-item-card > div {
        color: var(--secondary);
      }
      .row-1779763929984 .issue-item-card > h3 {
        color: var(--white);
      }
      .row-1779763929984 .issue-item-card > p {
        color: var(--text-light);
      }
      .row-1779763929984 .issue-item-card:hover {
        border-color: var(--secondary);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
      }
    } */


/* ------------------------------------section-05*/
.row-1779764525828 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
    position: relative;
    z-index: 10;
}


.row-1779764525828 .process-step-item {
    position: relative;
    padding-top: 32px;
    text-align: center;
}


.row-1779764525828 .step-icon-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 86px;
    width: 86px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
    z-index: 2;
}


.row-1779764525828 .step-icon-wrapper>span {
    position: absolute;
    left: -4px;
    top: -4px;
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef1e35;
    font-size: 15px;
    font-weight: 800;
    color: var(--white);
}

.row-1779764525828 .step-icon-wrapper>svg {
    width: 44px;
    height: 44px;
    color: #061b4e;
}


.row-1779764525828 .step-content-card {
    margin-left: auto;
    margin-right: auto;
    margin-top: -16px;
    min-height: 120px;
    max-width: 220px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    padding: 32px 20px 20px 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}


.row-1779764525828 .step-content-card>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779764525828 .step-content-card>p {
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}


.row-1779764525828 .process-step-item:hover .step-content-card {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
    border-color: #ef1e35;
}


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

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

    .row-1779764525828>.col:not(:last-child) .process-step-item::after {
        content: "→";
        position: absolute;
        top: 40px;
        right: -24px;
        z-index: 3;
        color: #061b4e;
        font-size: 42px;
        font-weight: 700;
        line-height: 1;
    }
}

/* @media (prefers-color-scheme: dark) {
      body {
        background-color: var(--bg-dark);
        color: var(--white);
      }
      .row-1779764525828 .step-icon-wrapper {
        background-color: var(--primary-dark);
        border-color: var(--primary-soft);
      }
      .row-1779764525828 .step-icon-wrapper > svg {
        color: var(--white);
      }
      .row-1779764525828 .step-content-card {
        background-color: var(--primary-deep);
        border-color: var(--primary-soft);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      }
      .row-1779764525828 .step-content-card > h3 {
        color: var(--white);
      }
      .row-1779764525828 .step-content-card > p {
        color: var(--text-light);
      }
      .row-1779764525828 .process-step-item:hover .row-1779764525828 .step-content-card {
        border-color: var(--secondary);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
      }
    } */


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