.section.section-trang-chu-1 {
    padding: 40px 0 !important;
}

/* -----------------------------section-01 */
.section.trang-chu-1779677603326 {
    padding: 68px 0 !important;
}

.trang-chu-1779677603326 {
    position: relative;
    overflow: hidden;
}

.trang-chu-1779677603326 .section-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg,
            rgba(4, 22, 50, 0.4) 0%,
            rgba(4, 22, 50, 0.4) 30%,
            rgba(4, 22, 50, 0.4) 45%,
            rgba(4, 22, 50, 0.4) 60%,
            rgba(4, 22, 50, 0.4) 74%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
	 .trang-chu-1779677603326 .section-bg::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(90deg,
                rgba(4, 22, 50, 0.1) 0%,
                rgba(4, 22, 50, 0.1) 30%,
                rgba(4, 22, 50, 0.6) 45%,
                rgba(4, 22, 50, 0.1) 60%,
                rgba(4, 22, 50, 0) 74%);
    }
	
    .row-1779677603326 .hero-content-wrapper {
        grid-template-columns: 1fr;
    }

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

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


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

/* -------------------------------section-03 */
.row-1779682577476 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.row-1779682577476 .service-card {
    height: 100%;
    background-color: var(--white);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

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

.row-1779682577476 .service-card>div:nth-of-type(1) {
    height: 150px;
    overflow: hidden;
}

.row-1779682577476 .service-card>div:nth-of-type(1)>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.row-1779682577476 .service-card>div:nth-of-type(2) {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    padding-top: 32px;
    text-align: center;
}

.row-1779682577476 .service-card>div:nth-of-type(2)>div {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: var(--white);
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.16);
}

.row-1779682577476 .service-card>div:nth-of-type(2)>div>svg {
    height: 22px;
    width: 22px;
    color: #061b4e;
}

.row-1779682577476 .service-card>div:nth-of-type(2)>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
    height: 41px;
}

.row-1779682577476 .service-card>div:nth-of-type(2)>p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: var(--text-light);
}

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

    }
}

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

    }
}

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

    }
}

/* @media (prefers-color-scheme: dark) {
        .services-container > .service-card {
          background-color: var(--bg-dark);
          border-color: rgba(255, 255, 255, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }

        .services-container > .service-card:hover {
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
        }

        .services-container > .service-card > div:nth-of-type(2) > div {
          background-color: var(--primary-dark);
          box-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
        }

        .services-container > .service-card > div:nth-of-type(2) > div > svg {
          color: var(--white);
        }

        .services-container > .service-card > div:nth-of-type(2) > h3 {
          color: var(--white);
        }

        .services-container > .service-card > div:nth-of-type(2) > p {
          color: var(--text-light);
        }
      } */

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

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

/* --- CARD COMPONENT (Chỉ đặt class cho div/a con trực tiếp) --- */
.row-1779695989512 .product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    text-decoration: none;
    transition:
        transform 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.row-1779695989512 .product-card-content {
    margin-top: 16px;
    padding: 16px;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-between;
}

.row-1779695989512 .product-card-action {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.row-1779695989512 .product-card-image {
    overflow: hidden;
}

.row-1779695989512 .product-card .product-card-image>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.row-1779695989512 .product-card-content>h3 {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779695989512 .product-card-action>div>a {
    font-size: 14px;
    font-weight: 800;
    color: #ff1f38;
    text-decoration: none;
    text-transform: none;
}

.row-1779695989512 .product-card-action>svg {
    width: 14px;
    height: 14px;
    color: #ff1f38;
}

.row-1779695989512 .product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(6, 27, 78, 0.2);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.11);
}

.row-1779695989512 .product-card:hover .product-card-image>img {
    transform: scale(1.05);
}

/* --- RESPONSIVE BREAKPOINTS (Grid theo đúng mã gốc) --- */
@media (min-width: 640px) {
    .row-1779695989512 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

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

/* --- DARK MODE (Chỉ ghi đè thuộc tính màu sắc) --- */
/* @media (prefers-color-scheme: dark) {
        body {
          background-color: var(--bg-dark);
          color: var(--white);
        }
        .product-card {
          background-color: var(--primary-deep);
          border-color: var(--primary-soft);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
        }
        .product-card-content > h3 {
          color: var(--white);
        }
        .product-card:hover {
          border-color: var(--secondary);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
        }
      } */




/* ----------------------------section-05 */
.row-1779683246643 {}

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

.row-1779683246643 .about-left {
    max-width: 430px;
}

.row-1779683246643 .about-left>h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    color: #061b4e;
}

.row-1779683246643 .about-left>p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #475569;
}

.row-1779683246643 .about-left>ul {
    display: grid;
    gap: 12px;
    margin-top: 20px;
    list-style: none;
}

.row-1779683246643 .about-left>ul>li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #061b4e;
    margin-bottom: 12px;
}

.row-1779683246643 .about-left>ul>li:last-child {
    margin-bottom: 0;
}

.row-1779683246643 .about-left>ul>li>span {
    display: flex;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #ff1f38;
    color: var(--white);
}

.row-1779683246643 .about-left>ul>li>span>svg {
    height: 14px;
    width: 14px;
}

.row-1779683246643 .about-left>a {
    margin-top: 28px;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 9999px;
    background-color: #061b4e;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    color: var(--white);
    box-shadow: 0 8px 20px rgba(6, 27, 78, 0.2);
    transition: background-color 0.2s ease;
}

.row-1779683246643 .about-left>a:hover {
    background-color: #092967;
}

.row-1779683246643 .about-left>a>svg {
    height: 16px;
    width: 16px;
}

.row-1779683246643 .about-center {
    display: flex;
    justify-content: center;
    height: 100%;
}

.row-1779683246643 .about-center>div {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.14);
}

.row-1779683246643 .about-center>div>img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.row-1779683246643 .about-right {
    display: grid;
    gap: 28px;
}

.row-1779683246643 .about-right>div {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.row-1779683246643 .about-right>div>div:nth-of-type(1) {
    display: flex;
    height: 56px;
    width: 56px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: #061b4e;
}

.row-1779683246643 .about-right>div>div:nth-of-type(1)>svg {
    height: 44px;
    width: 44px;
}

.row-1779683246643 .about-right>div>div:nth-of-type(2)>h3 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #061b4e;
}

.row-1779683246643 .about-right>div>div:nth-of-type(2)>p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-muted);
}

@media (min-width: 640px) {
    .row-1779683246643 .about-left>h2 {
        font-size: 30px;
    }

    .row-1779683246643 .about-center>div>img {
        height: 340px;
    }

    .row-1779683246643 .about-right {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .row-1779683246643 {
        grid-template-columns: 1fr 1.25fr 0.8fr;
    }

    .row-1779683246643 .about-center>div>img {
        height: 100%;
    }

    .row-1779683246643 .about-right {
        grid-template-columns: 1fr;
    }
}

/* @media (prefers-color-scheme: dark) {
        .row-1779683246643 .about-left > h2,
        .row-1779683246643 .about-left > ul > li,
        .row-1779683246643 .about-right > div > div:nth-of-type(2) > h3 {
          color: var(--white);
        }

        .row-1779683246643 .about-left > p {
          color: var(--text-light);
        }

        .row-1779683246643 .about-left > a {
          background-color: var(--primary-soft);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }
        .row-1779683246643 .about-left > a:hover {
          background-color: var(--info);
        }

        .row-1779683246643 .about-center > div {
          box-shadow: 0 14px 35px rgba(0, 0, 0, 0.4);
        }

        .row-1779683246643 .about-right > div > div:nth-of-type(1) {
          color: var(--text-light);
        }

        .row-1779683246643 .about-right > div > div:nth-of-type(2) > p {
          color: var(--text-light);
        }
      } */