/* ============================================================
   Trang Giới thiệu (/gioi-thieu) — CSS riêng
   ============================================================ */

/* --------------------------------------------------------------------------
   SECTION 1: BANNER
   -------------------------------------------------------------------------- */
.gt-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gt-banner__bg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* --------------------------------------------------------------------------
   SECTION 2: CHỦ TỊCH HĐQT (founder)
   -------------------------------------------------------------------------- */
.gt-founder {
    position: relative;
    overflow: hidden;
    padding: 72px 0;
}

.gt-founder__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.gt-founder .shell {
    position: relative;
    z-index: 1;
}

.gt-founder__grid {
    display: grid;
    grid-template-columns: minmax(0, 440px) minmax(0, 1fr);
    align-items: center;
    gap: 56px;
}

/* --- Ảnh chân dung + bảng tên --- */
.gt-founder__media {
    position: relative;
    align-self: end;
}

.gt-founder__photo {
    display: block;
    width: 100%;
    height: auto;
}

.gt-founder__plate {
    position: absolute;
    left: 0;
    bottom: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 577px;
    max-width: 100%;
    height: 91px;
    padding: 0 28px;
    border-left: 5px solid rgba(226, 33, 40, 1);
    background: linear-gradient(268.18deg, rgba(219, 31, 31, 0) 12.81%, rgba(206, 27, 28, 0.206647) 23.25%, #9D0B0F 60.32%);
}

.gt-founder__name {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: 'Reddit Sans', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 27px;
    text-align: justify;
}

.gt-founder__role {
    margin: 0;
    color: rgba(255, 255, 255, 1);
    font-family: 'Reddit Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
}

/* --- Hàng logo thương hiệu (bê từ ecosystem-brands careers HBR) --- */
.ecosystem-brands {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 28px;
}

.brand-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
    flex-shrink: 0;
}

/* Viền gradient bằng pseudo-element */
.brand-circle::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 5px;
    background: linear-gradient(180deg, #00285A 0%, #4E97F3 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.brand-circle img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.brand-circle.size-sm { width: 126px; height: 126px; }
.brand-circle.size-md { width: 142px; height: 142px; }
.brand-circle.size-lg { width: 158px; height: 158px; }

.brand-break { display: none; }

/* --- Danh sách thành tích --- */
.gt-founder__points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gt-founder__point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(55, 55, 55, 1);
    font-family: 'Reddit Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: justify;
}

.gt-founder__point:last-child {
    margin-bottom: 0;
}

.gt-founder__point i {
    flex: 0 0 auto;
    margin-top: 3px;
    font-size: 17px;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (max-width: 991px) {
    .gt-founder { padding: 40px 0; }
    .gt-founder__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .gt-founder__media {
        max-width: 440px;
        margin: 0 auto;
    }
    .gt-founder__plate {
        height: auto;
        bottom: 16px;
        padding: 14px 20px;
    }
    .gt-founder__name { font-size: 24px; line-height: 1.2; }
    .gt-founder__role { font-size: 14px; line-height: 1.3; }
    .ecosystem-brands { gap: 8px; margin-bottom: 22px; justify-content: center; }
    /* Logo giữa (size-lg) lên trên, 4 logo còn lại xuống hàng dưới */
    .ecosystem-brands .brand-circle.size-lg { order: -2; }
    .ecosystem-brands .brand-break { display: block; order: -1; flex: 0 0 100%; width: 100%; height: 0; }
    .brand-circle.size-sm { width: 64px; height: 64px; }
    .brand-circle.size-md { width: 72px; height: 72px; }
    .brand-circle.size-lg { width: 100px; height: 100px; }
    .gt-founder__point { font-size: 16px; line-height: 1.4; margin-bottom: 14px; }
    .gt-founder__point i { font-size: 15px; }
}

/* --------------------------------------------------------------------------
   SECTION 3: TẦM NHÌN & SỨ MỆNH (bê từ about-vm, bg + icon khác)
   -------------------------------------------------------------------------- */
.gt-vm {
    position: relative;
    z-index: 1;
    font-family: 'Reddit Sans', sans-serif;
}

.gt-vm__bg {
    display: block;
    width: 100%;
    height: 635px;
    object-fit: cover;
}

/* Ảnh người (PNG nền trong) ~58% bề ngang nền */
.gt-vm__person {
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 58%;
    height: auto;
    z-index: 1;
}

/* 2 icon badge ~106x106 (5.52vw = 106/1920 để bám tỷ lệ nền) */
.gt-vm__icon {
    position: absolute;
    z-index: 2;
    width: 5.52vw;
    height: auto;
}

.gt-vm__icon--1 { top: 16%; right: 41%; }
.gt-vm__icon--2 { top: 52%; right: 11%; }

.gt-vm__cards {
    position: absolute;
    top: 50%;
    left: 16%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    font-size: clamp(13px, 1.146vw, 22px);
}

.gt-vm__card {
    position: relative;
    width: 28.68em;
    max-width: 100%;
    background: #fff;
    border-radius: 1.1em;
    padding: 1.1em 1.5em;
    box-shadow: 0 .9em 2.2em rgba(0, 0, 0, .14);
}

.gt-vm__card--vision { z-index: 3; }
.gt-vm__card--mission { z-index: 0; margin-left: 3em; }

.gt-vm__title {
    margin: 0 0 .35em;
    padding: .12em 0;
    font-size: 1.818em;
    line-height: 1.3;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gt-vm__text {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(80, 80, 80, 1);
}

/* Mobile: giữ bố cục như PC (nền + người + 2 icon, card so le), chỉ co chữ — giống trang Về chúng tôi */
@media (max-width: 768px) {
    .gt-vm { height: 250px; overflow: hidden; }
    .gt-vm__bg { height: 100%; object-fit: cover; }
    .gt-vm__cards {
        left: 3%;
        gap: 1.2em;
        font-size: clamp(10px, 2vw, 22px);
    }
    .gt-vm__title { line-height: 1.2; padding-top: .1em; }
    .gt-vm__card { width: 18em; }
    .gt-vm__card--mission { margin-left: 2.5em; }
    .gt-vm__person { width: 85%; right: -18%; }
    .gt-vm__icon { width: 8vw; }
    .gt-vm__icon--1 { top: 25%; right: 32%; }
    .gt-vm__icon--2 { right: 0%; }
}

/* --------------------------------------------------------------------------
   SECTION 4: NHỮNG NỖI TRĂN TRỞ TRONG SỰ NGHIỆP
   -------------------------------------------------------------------------- */
.gt-pain {
    position: relative;
    overflow: hidden;
    padding: 64px 0 72px;
    font-family: 'Reddit Sans', sans-serif;
}

.gt-pain__head {
    text-align: center;
    margin-bottom: 8px;
}

.gt-pain__eyebrow,
.gt-pain__title {
    margin: 0;
    padding: .12em 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gt-pain__title {
    margin: 0 0 20px;
}

.gt-pain__sub {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 130%;
    text-align: center;
    color: rgba(80, 80, 80, 1);
}

/* --- Khu vực ảnh + card --- */
.gt-pain__stage {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    /* giữ tỷ lệ để card neo theo % chuẩn (ảnh mẫu ~1180x560) */
    aspect-ratio: 1180 / 560;
}

.gt-pain__person {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    z-index: 1;
}

/* --- Card --- */
.gt-pain__card {
    position: absolute;
    z-index: 2;
    width: 382px;
    max-width: 100%;
    padding: 51px 24px 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(157, 11, 15, .14);
    text-align: center;
}

.gt-pain__icon {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    border: 4px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 7.2px 0px rgba(0, 0, 0, 0.25);
}

.gt-pain__icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.gt-pain__icon-x {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.gt-pain__text {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gt-pain__card--tl { top: 6%; left: 0; }
.gt-pain__card--tr { top: 18%; right: 0; }
.gt-pain__card--bl { bottom: 8%; left: 0; }
.gt-pain__card--br { bottom: 0; right: 0; }

@media (max-width: 991px) {
    .gt-pain { padding: 44px 0 52px; }
    .gt-pain__eyebrow { font-size: 20px; }
    .gt-pain__title { font-size: 24px; }
    .gt-pain__sub { font-size: 14px; }

    .gt-pain__stage {
        aspect-ratio: auto;
        max-width: 420px;
        margin-top: 28px;
        display: flex;
        flex-direction: column;
        gap: 38px;
    }
    .gt-pain__person { display: none; }

    /* position: relative (không phải static) để .gt-pain__icon absolute còn neo được vào card */
    .gt-pain__card {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
    /* reset offset của 4 vị trí desktop để card không bị lệch khi position: relative */
    .gt-pain__card--tl,
    .gt-pain__card--tr,
    .gt-pain__card--bl,
    .gt-pain__card--br {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

/* --------------------------------------------------------------------------
   SECTION 5: TRIẾT LÝ LANGMASTER
   -------------------------------------------------------------------------- */
.gt-philo {
    position: relative;
    margin-bottom: 70px;
    padding: 64px 0 70px;
    background: url("/templates/fansipan/images/gioi-thieu/philo-bg.png") no-repeat center / cover;
    text-align: center;
    font-family: 'Reddit Sans', sans-serif;
    overflow: hidden;
}

.gt-philo__lead {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(255, 255, 255, 1);
}

.gt-philo__brand {
    text-transform: uppercase;
}

.gt-philo__title {
    max-width: 1200px;
    margin: 0 auto;
    padding: .1em 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.gt-philo__hl {
    background: linear-gradient(180deg, #FDDA35 36.06%, #FE9C2B 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Gạch chân swoosh vàng dưới cụm chữ */
.gt-philo__hl--underline {
    position: relative;
}

.gt-philo__hl--underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: -8px;
    bottom: -10px;
    height: 10px;
    background: url("/templates/fansipan/images/gioi-thieu/philo-underline.png") no-repeat center / contain;
}

@media (max-width: 991px) {
    .gt-philo { padding: 48px 0 52px; }
    .gt-philo__lead { font-size: 14px; }
    .gt-philo__title { font-size: 21px; line-height: 1.45; }
}

/* --------------------------------------------------------------------------
   OVERRIDE: stats-section tái sử dụng
   Trang này load cả about.css (sau homepage.css) → .stats bị ép về position:absolute,
   phá rule mobile của homepage. Ép lại nền màu + dòng tĩnh cho giống trang chủ.
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .stats-section { background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%); }
    .stats-section__bg { display: none; }
    .stats {
        position: static;
        padding: 40px 16px;
        gap: 22px 0;
    }
    .stat { flex-basis: 45%; }
}

/* --------------------------------------------------------------------------
   SECTION 9: LỘ TRÌNH PHÁT TRIỂN — ảnh nền riêng cho trang giới thiệu
   -------------------------------------------------------------------------- */
.gt-roadmap {
    position: relative;
}

/* Ảnh nền in-flow: quyết định chiều cao wrapper, hiện trọn tỷ lệ ảnh */
.gt-roadmap__bg {
    display: block;
    width: 100%;
    height: auto;
}

/* Nội dung roadmap phủ lên trên ảnh nền, căn giữa theo chiều dọc */
.gt-roadmap .roadmap-section {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

/* Tablet/mobile: ảnh nền quá thấp so với nội dung → bỏ overlay, về dòng tĩnh */
@media (max-width: 991px) {
    .gt-roadmap__bg { display: none; }
    .gt-roadmap .roadmap-section {
        position: static;
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   SECTION 10: CHIA SẺ THẬT (proud — bỏ nền, đổi tiêu đề)
   -------------------------------------------------------------------------- */
.gt-proud__title {
    margin: 0 0 48px;
    padding: .12em 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 105%;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Slider proud — carousel scroll-snap đồng bộ với press-carousel ở trang chủ */
.gt-proud .proud-slider {
    position: relative;
    max-width: 1136px;
    margin-inline: auto;
}

.gt-proud .proud__grid {
    display: flex;
    grid-template-columns: none;
    max-width: none;
    margin: 0;
    gap: 28px;
    isolation: isolate;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: stretch;
    padding: 52px 0 18px;
}

.gt-proud .proud__grid::-webkit-scrollbar { display: none; }

/* Card sao y card testimonials trang chủ (.proud-card ở homepage.css),
   override style trang trí của about.css đang load sau */
.gt-proud .proud-card {
    flex: 0 0 calc((100% - 56px) / 3);
    scroll-snap-align: start;
    position: relative;
    display: block;
    margin-top: 44px;
    padding: 56px 28px 28px;
    background: #fff;
    border-radius: 18px;
    text-align: center;
    color: #41464f;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.gt-proud .proud-card__avatar {
    position: absolute;
    top: -44px;
    left: 50%;
    margin-left: -44px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

/* Vòng gradient nền — nửa dưới chui sau card (z-index âm), ảnh vẫn nổi phía trên */
.gt-proud .proud-card__avatar::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(180deg, #FDDA35 0%, #FE9C2B 100%);
}

.gt-proud .proud-card__avatar img {
    position: relative;
    display: block;
    width: 82px;
    height: 82px;
    margin: 3px;
    object-fit: cover;
    border-radius: 50%;
}

.gt-proud .proud-card__name {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    color: var(--brand);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.gt-proud .proud-card__role {
    margin: 0 0 14px;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
    color: #8a8f98;
}

.gt-proud .proud-card__quote {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    text-align: center;
    color: #41464f;
}

/* Quote — góc trái, đè giữa cạnh trên của card (override about.css load sau) */
.gt-proud .proud-card__quotemark {
    position: absolute;
    top: 0;
    left: 24px;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
}

.gt-proud .proud-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(180deg, #FDDA35 0%, #FE9C2B 100%);
    color: #9D0B0F;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .25);
    transition: transform .2s var(--ease), filter .2s var(--ease);
}

.gt-proud .proud-nav--prev {
    left: -52px;
}

.gt-proud .proud-nav--next {
    right: -52px;
}

.gt-proud .proud-nav:hover {
    filter: brightness(1.05);
    transform: translateY(-50%) scale(1.08);
}

.gt-proud .proud-nav:disabled {
    opacity: .35;
    cursor: default;
}

@media (max-width: 991px) {
    .gt-proud__title { font-size: 24px; }
    .gt-proud .proud-card { flex-basis: calc((100% - 28px) / 2); }
    .gt-proud .proud-nav--prev { left: 4px; }
    .gt-proud .proud-nav--next { right: 4px; }
}

@media (max-width: 575px) {
    .gt-proud .proud-card { flex: 0 0 100%; }
}

/* --------------------------------------------------------------------------
   SECTION 11: PHÚC LỢI THỰC TẾ
   -------------------------------------------------------------------------- */
.gt-benefit {
    position: relative;
    margin-bottom: 80px;
    font-family: 'Reddit Sans', sans-serif;
}

/* Ảnh nền full-bleed — trải hết chiều ngang, tự định chiều cao theo tỷ lệ */
.gt-benefit__bg {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 987;
    object-fit: cover;
}

/* Lớp nội dung phủ đè — full width, card căn giữa dọc, lùi vào trong chút */
.gt-benefit__inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 56px 40px 120px;
}

/* Tab tiêu đề ở đỉnh */
.gt-benefit__plate {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 56px 18px;
}

.gt-benefit__title {
    margin: 0;
    padding: .14em 0;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* Cột card bên trái */
.gt-benefit__cards {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 22px;
    max-width: 520px;
}

.gt-benefit__card {
    width: 519px;
    height: 231px;
    background: #fff;
    border-radius: 16px;
    padding: 22px 28px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
}

.gt-benefit__card-title {
    margin: 0 0 14px;
    padding: .14em 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    text-transform: uppercase;
    background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.gt-benefit__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gt-benefit__list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(80, 80, 80, 1);
}

.gt-benefit__list i {
    flex: 0 0 auto;
    margin-top: 9px;
    color: #DB1F1F;
    font-size: 15px;
}

@media (max-width: 1799px) {
    .gt-benefit__inner { padding: 32px 36px 32px 56px; }
    .gt-benefit__cards { gap: 14px; max-width: 400px; }
    .gt-benefit__card { width: auto; height: auto; padding: 16px 22px; border-radius: 14px; }
    .gt-benefit__card-title { margin-bottom: 8px; font-size: 19px; }
    .gt-benefit__list li { gap: 9px; font-size: 14px; line-height: 26px; }
    .gt-benefit__list i { margin-top: 7px; font-size: 14px; }
    .gt-benefit__title { font-size: 32px; }
    .gt-benefit__plate { padding: 12px 40px 14px; }
}

@media (max-width: 991px) {
    .gt-benefit { background: none; }
    .gt-benefit__bg { display: none; }
    .gt-benefit__inner {
        position: static;
        justify-content: flex-start;
        max-width: none;
        padding: 84px 20px 36px;
        /* Nền màu phủ khối nội dung */
        background: linear-gradient(180deg, #DB1F1F 0%, #9D0B0F 100%);
    }
    .gt-benefit__cards { max-width: none; }
    .gt-benefit__card { width: auto; height: auto; }
    .gt-benefit__plate { padding: 12px 28px 14px; }
    /* Chữ gradient vàng-cam để khớp nền đỏ ở mobile */
    .gt-benefit__title {
        font-size: 26px;
        padding-bottom: 16px;
        background: linear-gradient(180deg, #FDDA35 36.06%, #FE9C2B 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    .gt-benefit__card-title { font-size: 20px; }
    .gt-benefit__list li { font-size: 16px; line-height: 28px; }
    .gt-benefit__list i { margin-top: 6px; }
}

@media (max-width: 575px) {
    .gt-benefit__cards { gap: 14px; }
    .gt-benefit__card { padding: 16px 18px; border-radius: 12px; }
    .gt-benefit__card-title { margin-bottom: 10px; font-size: 17px; }
    .gt-benefit__list li { gap: 8px; font-size: 14px; line-height: 24px; }
    .gt-benefit__list i { margin-top: 5px; font-size: 13px; }
}
