.section.section-gioi-thieu {
    padding: 40px 0 !important;
}

/* -----------------------------section-01 */
.gioi-thieu-1779700959271 {
    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/l4Z5G2XoTLSvjDcKv-JflA.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

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

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

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

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

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

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

.row-1779700959271 .hero-main-block .title {
    font-size: 28px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* -----------------------------------section-02 */
@media (min-width: 1024px) {
    .row-1779678774965 .features-grid-1779714609470 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

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

.row-1779702550780 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
    gap: 32px;
}

/* --- DIRECT CHILD DIVS (Chỉ đặt class cho các khối con trực tiếp) --- */
.row-1779702550780 .row-1779702550780 .about-content {
    max-width: 560px;
}

.row-1779702550780 .about-image-wrapper {
    width: 100%;
}

.row-1779702550780 .about-commitments {
    margin-top: 20px;
}

.row-1779702550780 .about-image-inner {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.12);
}

/* --- CSS SELECTOR CẤP BẬC (Không đặt class cho h2, h3, p, span, ul, li, img, svg) --- */
.row-1779702550780 .about-content>h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: 0.05em;
    color: #061b4e;
}

.row-1779702550780 .about-content>h2>span {
    color: #ef1e35;
}

.row-1779702550780 .about-content>p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #475569;
}

.row-1779702550780 .about-content>p+p {
    margin-top: 12px;
}

.row-1779702550780 .about-commitments>h3 {
    font-size: 15px;
    font-weight: 800;
    color: #061b4e;
}

.row-1779702550780 .about-commitments>ul {
    margin-top: 12px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.row-1779702550780 .about-commitments>ul>li {
    display: flex;
    align-items: start;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #334155;
}

.row-1779702550780 .about-commitments>ul>li>span {
    margin-top: 2px;
    display: flex;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ef1e35;
}

.row-1779702550780 .about-commitments>ul>li>span>svg {
    width: 14px;
    height: 14px;
    color: var(--white);
}

.row-1779702550780 .about-image-inner>img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* --- RESPONSIVE BREAKPOINTS (Desktop Grid theo tỷ lệ mã gốc) --- */
@media (min-width: 640px) {
    .row-1779702550780 .about-content>h2 {
        font-size: 32px;
    }

    .row-1779702550780 .about-content>p {
        font-size: 15px;
    }

    .row-1779702550780 .about-image-inner>img {
        height: 330px;
    }
}

@media (min-width: 1024px) {
    .row-1779702550780 {
        grid-template-columns: 0.88fr 1.12fr;
        gap: 32px;
    }

    .row-1779702550780 .about-image-inner>img {
        height: 360px;
    }
}

/* --- DARK MODE (Chỉ ghi đè các thuộc tính về màu sắc) --- */
/* @media (prefers-color-scheme: dark) {
      body {
        background-color: var(--bg-dark);
        color: var(--white);
      }
      .row-1779702550780 .about-content > h2 {
        color: var(--white);
      }
      .row-1779702550780 .about-content > p {
        color: var(--text-light);
      }
      .row-1779702550780 .about-commitments > h3 {
        color: var(--white);
      }
      .row-1779702550780 .about-commitments > ul > li {
        color: var(--border);
      }
      .row-1779702550780 .about-commitments > ul > li > span {
        background-color: var(--secondary);
      }
    } */


/* --------------------------------------section-04 */
.row-1779703499128 {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.row-1779703499128 .goals-mission-card,
.row-1779703499128 .goals-vision-card,
.row-1779703499128 .goals-values-card {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.row-1779703499128 .goals-mission-card {
    background-image:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.6) 58%,
            rgba(255, 255, 255, 0.7) 100%),
        url(https://img.lightshot.app/oPSUxtRESO-jVgY6dpIBqA.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.row-1779703499128 .goals-vision-card {
    background-image:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.6) 58%,
            rgba(255, 255, 255, 0.7) 100%),
        url(https://img.lightshot.app/Ni1oNPBrTfqMHGGSUscR0w.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.row-1779703499128 .goals-mission-card>div,
.row-1779703499128 .goals-vision-card>div {
    min-height: 205px;
    padding: 24px;
}

.row-1779703499128 .goals-values-card>div {
    padding: 20px;
}


.row-1779703499128 .values-inner-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.row-1779703499128 .values-inner-grid {
    margin-top: 24px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.row-1779703499128 .value-item-box {
    border-radius: 12px;
    border: 2px solid var(--bg-soft);
    padding: 12px 20px;
    text-align: center;
}

.row-1779703499128 .goals-mission-card>div>div,
.row-1779703499128 .goals-vision-card>div>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.row-1779703499128 .goals-mission-card>div>div>div,
.row-1779703499128 .goals-vision-card>div>div>div {
    display: flex;
    height: 56px;
    width: 56px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #061b4e;
    color: var(--white);
}

.row-1779703499128 .goals-mission-card>div>div>div>svg,
.row-1779703499128 .goals-vision-card>div>div>div>svg {
    width: 32px;
    height: 32px;
}

.row-1779703499128 h2 {
    color: #061b4e;
    font-weight: 800;
    line-height: 1.25;
}

.row-1779703499128 .goals-mission-card h2,
.row-1779703499128 .goals-vision-card h2 {
    font-size: 23px;
}

.row-1779703499128 .goals-values-card h2 {
    text-align: center;
    font-size: 22px;
}

.row-1779703499128 .goals-mission-card p,
.row-1779703499128 .goals-vision-card p {
    margin-top: 24px;
    max-width: 300px;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(6, 27, 78, 0.8);
}

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

.row-1779703499128 .value-item-box>div>svg {
    width: 44px;
    height: 44px;
}

.row-1779703499128 .value-item-box>h3 {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 800;
    color: #061b4e;
    height: 40px;
}

.row-1779703499128 .value-item-box>p {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #64748b;
}


@media (min-width: 640px) {
    .row-1779703499128 .goals-values-card>div {
        padding: 20px 28px;
    }

    .row-1779703499128 .values-inner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .row-1779703499128 .values-inner-grid {
        grid-template-columns: repeat(4, 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);
        }
        .row-1779703499128 .goals-mission-card,
        .row-1779703499128 .goals-vision-card,
        .row-1779703499128 .goals-values-card {
          background-color: var(--primary-deep);
          border-color: var(--primary-soft);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }
        .row-1779703499128 h2 {
          color: var(--white);
        }
        .row-1779703499128 .goals-mission-card > div > div > div,
        .row-1779703499128 .goals-vision-card > div > div > div {
          background-color: var(--primary-soft);
        }
        .row-1779703499128 .goals-mission-card p,
        .row-1779703499128 .goals-vision-card p {
          color: rgba(255, 255, 255, 0.8);
        }
        .row-1779703499128 .values-inner-grid,
        .row-1779703499128 .values-inner-grid > .row-1779703499128 .value-item-box {
          border-color: var(--primary-soft) !important;
        }
              .row-1779703499128 .value-item-box > div {
          color: var(--secondary);
        }
        .row-1779703499128 .value-item-box > h3 {
          color: var(--white);
        }
        .row-1779703499128 .value-item-box > p {
          color: var(--text-light);
        }
      } */


/* ----------------------------------------section-05 */
.row-1779714980736 .features-grid-1779714609470 {
    background: var(--primary-dark);
}

.row-1779714980736 .features-grid-1779714609470 .feature-item>div:nth-of-type(1),
.row-1779714980736 .features-grid-1779714609470 .feature-item>div:nth-of-type(2)>h3 {
    color: var(--white);
}

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

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

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

.row-1779715508400 .team-banner-card {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.08);
    height: 360px;
}


.row-1779715508400 .team-items-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
    height: 100%;
}

.row-1779715508400 .member-item-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    text-align: center;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row-1779715508400 .member-item-box::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 40%;
    height: 3px;
    width: 36px;
    border-radius: 999px;
    background-color: #ef1e35;
}

.row-1779715508400 .member-img-wrap {
    height: 180px;
    overflow: hidden;
    background-color: #f1f5f9;
}

.row-1779715508400 .member-body-wrap {
    padding: 16px 16px 20px 16px;
}

.row-1779715508400 .team-banner-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.row-1779715508400 .member-img-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.row-1779715508400 .member-body-wrap>h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    color: #061b4e;
}

.row-1779715508400 .member-body-wrap>p {
    margin-top: 12px;
    min-height: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-light);
}

.row-1779715508400 .member-item-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

@media (min-width: 640px) {
    .row-1779715508400 .team-banner-card>img {
        height: 100%;
    }

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

@media (min-width: 1024px) {
    .row-1779715508400 {
        grid-template-columns: 0.9fr 1.35fr;
    }

    .row-1779715508400 .team-banner-card>img {
        height: 100%;
    }

    .row-1779715508400 .team-items-grid {
        grid-template-columns: repeat(4, 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);
      }
      .row-1779715508400 .team-banner-card,
          .row-1779715508400 .member-item-box {
        background-color: var(--primary-deep);
        border-color: var(--primary-soft);
        box-shadow: 0 8px 26px rgba(0, 0, 0, 0.3);
      }
      .row-1779715508400 .member-img-wrap {
        background-color: var(--bg-dark);
      }
      .row-1779715508400 .member-body-wrap > h3 {
        color: var(--white);
      }
      .row-1779715508400 .member-body-wrap > p {
        color: var(--text-light);
      }
      .row-1779715508400 .member-body-wrap > span {
        background-color: var(--secondary);
      }
      .row-1779715508400 .member-item-box:hover {
        border-color: var(--secondary);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
      }
    } */


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

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

.row-1779718082763 .feature-item-card {
    border-radius: 16px;
    border: 1px solid var(--blue);
    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;
    height: 100%;
}


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

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

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

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


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


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

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

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

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

/* ----------------------------------- */