.position-relative {
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about-page-root .chung-toi-la-ai > .font-55,
    .about-page-root .text-view {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }

    .about-page-root .feature-item h3 {
        font-size: 18px !important;
        line-height: 1.35 !important;
    }

    .about-page-root .chung-toi-la-ai > h2,
    .about-page-root .about-body-text,
    .about-page-root .feature-item p {
        font-size: 14px !important;
    }

    .about-awards-section {
        padding: 32px 0 12px;
    }

    .about-awards-title {
        font-size: 26px;
        line-height: 1.25;
    }

    .award-single-card {
        padding: 22px;
        border-radius: 18px;
    }

    .award-single-card h3 {
        font-size: 19px;
    }

    .award-badge-mark {
        min-height: 280px;
        width: min(100%, 250px);
        padding: 24px 20px;
    }

    .award-badge-medal {
        width: 118px;
        height: 118px;
        margin-bottom: 18px;
    }

    .award-badge-medal span {
        font-size: 16px;
    }

    .award-badge-medal strong {
        font-size: 36px;
    }

    .award-badge-content span {
        font-size: 19px;
    }

    .award-badge-content small {
        font-size: 18px;
    }

    .award-feature-row + .award-feature-row {
        margin-top: 24px;
        padding-top: 24px;
    }
}

.about-page-root {
    font-family: 'SVN-Gilroy', sans-serif;
    overflow-x: clip;
    padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

/* Hero — cùng ngôn ngữ với tin tức / tuyển dụng */
.about-hero {
    position: relative;
    padding: clamp(2.25rem, 7vw, 4rem) 0 clamp(1.5rem, 4vw, 2.25rem);
}

.about-hero .container {
    position: relative;
}

.about-hero__glow {
    position: absolute;
    width: min(400px, 90vw);
    height: min(400px, 90vw);
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(72px);
    pointer-events: none;
    z-index: 0;
    animation: aboutHeroGlow 9s ease-in-out infinite alternate;
}

.about-hero__glow--orange {
    background: #fe7814;
    top: -14%;
    left: -10%;
}

.about-hero__glow--blue {
    background: #269af2;
    top: -12%;
    right: -8%;
    animation-delay: -3.5s;
}

.about-hero__inner {
    position: relative;
    z-index: 1;
}

.about-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding: 0.32rem 0.95rem 0.32rem 0.65rem;
    border-radius: 999px;
    background: rgba(254, 120, 20, 0.09);
    color: #c45a0a;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.about-hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fe7814, #ffb347);
    box-shadow: 0 0 0 3px rgba(254, 120, 20, 0.22);
}

.about-hero__title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: #111;
    margin: 0 auto 0.85rem;
    max-width: 22ch;
}

@media (min-width: 768px) {
    .about-hero__title {
        max-width: none;
    }
}

.about-hero__lead {
    font-size: clamp(0.94rem, 2.2vw, 1.05rem);
    line-height: 1.65;
    color: #555;
    margin: 0 auto;
    max-width: 36rem;
}

@keyframes aboutHeroGlow {
    from {
        transform: translate3d(-8px, -5px, 0) scale(0.97);
    }
    to {
        transform: translate3d(10px, 8px, 0) scale(1.03);
    }
}

.about-content-card {
    height: 100%;
    padding: 28px;
    border: 1px solid rgba(225, 185, 76, 0.24);
    border-radius: 20px;
    background: #ffffff;
}

.about-content-card-blue {
    background: #f3f9ff;
}

.about-content-card-orange {
    background: #fff6ef;
    border-color: rgba(254, 120, 20, 0.18);
}

.about-content-card h3 {
    margin: 10px 0 16px;
    color: #1f2937;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
}

.about-content-card p {
    margin-bottom: 14px;
}

.about-card-kicker {
    display: inline-flex;
    color: #fe7814;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.about-main-image img {
    display: block;
    width: min(100%, 860px);
    margin: 0 auto;
    border-radius: 24px;
}

.about-strategy-list {
    margin: 18px 0 0;
    padding-left: 20px;
}

.about-strategy-list li {
    margin-bottom: 14px;
}

.about-awards-section {
    padding: 52px 0 24px;
}

.about-awards-title {
    margin-bottom: 34px;
    color: #1f2937;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.about-awards-title span {
    color: #fe7814;
}

.award-single-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(225, 185, 76, 0.24);
    border-radius: 24px;
    background: #ffffff;
}

.award-single-card h3 {
    margin-bottom: 18px;
    color: #1f2937;
    font-size: 24px;
    line-height: 1.32;
    font-weight: 700;
}

.award-single-card p {
    margin-bottom: 14px;
    color: #333333;
    font-size: 18px;
    line-height: 1.6;
}

.award-feature-row + .award-feature-row {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(225, 185, 76, 0.24);
}

.award-badge-mark {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 300px);
    min-height: 300px;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid rgba(244, 197, 66, 0.28);
    border-radius: 24px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fffdf4 100%);
    color: #c79412;
    text-align: center;
}

.award-badge-medal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    margin-bottom: 22px;
    border: 8px double rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #ffc933 0 48%, #f0a900 49% 100%);
    box-shadow: 0 0 0 10px rgba(255, 224, 121, 0.24);
}

.award-badge-medal span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.award-badge-medal strong {
    margin-top: 5px;
    color: #ffffff;
    font-size: 42px;
    line-height: 0.95;
    font-weight: 800;
}

.award-badge-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.award-badge-content span {
    max-width: 230px;
    color: #111827;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
    text-transform: uppercase;
}

.award-badge-content small {
    margin-top: 8px;
    color: #111827;
    font-size: 21px;
    line-height: 1.18;
    font-weight: 800;
    text-transform: uppercase;
}

.award-badge-mark em {
    margin-top: 18px;
    color: #ffc02b;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 0.18em;
}

.chung-toi-la-ai{
    padding-top: 70px;
}
.figma-glow {
    position: absolute;
    width: 400px; 
    height: 400px; 
    border-radius: 50%;
    opacity: 0.3; 
    filter: blur(80px); 
    z-index: -1;
    pointer-events: none;
}

.glow-orange {
    background-color: #FE7814;
    top: 0%;
    left: 0%; 
}

.glow-blue {
    background-color: #269AF2;
    top: 0%;
    right: 0%; 
}

.about-page-root .figma-glow {
    animation: c22AboutGlow 8s ease-in-out infinite alternate;
}

.about-page-root .glow-blue {
    animation-delay: -3s;
}

.quote-box {
    background: #eaf6ff;
    padding: 40px;
    border-radius: 16px;
}

/* CỤM ẢNH */
.image-group {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin-left: auto;
}

.img-main {
    width: 100%;
    border-radius: 18px;
    border: 3px solid #4a63ff;
}

/* Ảnh nhỏ chồng */
.img-sub {
    position: absolute;
    bottom: -30px;
    left: -40px;
    width: 60%;
    border-radius: 16px;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    background: #fff;
}




/* Tối ưu cho layout */
.bg-light-blue {
    background-color: #f0f7ff; /* Màu xanh nhạt */
}

.text-orange {
    color: #e88622;
}

.umbrella-icon {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 60px;
    z-index: 5;
}

/* Xử lý phần container chứa 2 ảnh */
.image-stack-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    padding: 28px 0 72px;
    z-index: 10;
    min-height: 100%;
}


.image-box {
    box-sizing: border-box;
}

.image-box img {
    width: 100%;
    height: auto;
}

.about-page-root .about-hero__inner,
.about-page-root .chung-toi-la-ai > h2,
.about-page-root .chung-toi-la-ai > .font-55,
.about-page-root .chung-toi-la-ai .about-body-text,
.about-page-root .chung-toi-la-ai > .my-lg-4,
.about-page-root .about-awards-section,
.about-page-root .about-quote-row,
.about-page-root .text-view,
.about-page-root .feature-item {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.75s ease, transform 0.75s ease, box-shadow 0.3s ease, filter 0.3s ease;
    will-change: transform, opacity;
}

.about-page-root .about-hero__inner.c22-about-visible,
.about-page-root .chung-toi-la-ai > h2.c22-about-visible,
.about-page-root .chung-toi-la-ai > .font-55.c22-about-visible,
.about-page-root .chung-toi-la-ai .about-body-text.c22-about-visible,
.about-page-root .chung-toi-la-ai > .my-lg-4.c22-about-visible,
.about-page-root .about-awards-section.c22-about-visible,
.about-page-root .about-quote-row.c22-about-visible,
.about-page-root .text-view.c22-about-visible,
.about-page-root .feature-item.c22-about-visible {
    opacity: 1;
    transform: translateY(0);
}

.about-page-root .chung-toi-la-ai .about-body-text:nth-child(2),
.about-page-root .feature-item:nth-child(2) {
    transition-delay: 0.08s;
}

.about-page-root .feature-item:nth-child(3) {
    transition-delay: 0.16s;
}

.about-page-root .feature-item,
.about-page-root .image-box img,
.about-page-root .chung-toi-la-ai > .my-lg-4 img {
    transition: transform 0.3s ease, filter 0.3s ease, box-shadow 0.3s ease;
}

.about-page-root .feature-item:hover {
    transform: translateY(-10px);
    filter: drop-shadow(0 18px 28px rgba(38, 154, 242, 0.18));
}

.about-page-root .feature-item:hover img,
.about-page-root .chung-toi-la-ai > .my-lg-4 img:hover {
    transform: translateY(-6px) scale(1.04);
    filter: drop-shadow(0 16px 24px rgba(254, 120, 20, 0.2));
}

.about-page-root .big-image img.c22-about-image-loaded {
    animation: c22AboutSlideInRight 0.9s ease both;
}

.about-page-root .small-image img.c22-about-image-loaded {
    animation: c22AboutSlideInLeft 0.9s ease both;
}

.about-page-root .feature-item img.c22-about-image-loaded,
.about-page-root .chung-toi-la-ai > .my-lg-4 img.c22-about-image-loaded {
    animation: c22AboutImageLoad 0.75s ease both;
}


.big-image {
    position: relative;
    width: min(78%, 420px);
    margin-left: auto;
    z-index: 11;
}


.small-image {
    position: absolute;
    width: min(48%, 250px);
    bottom: 24px;
    left: 18px;
    z-index: 12;
}

@media (min-width: 992px) {
    .about-quote-row .image-stack-container.d-lg-block {
        display: flex !important;
    }
}

/* Responsive: Trên Mobile, bỏ việc đè ảnh cho dễ đọc */
@media (max-width: 768px) {
    .image-stack-container {
        margin-left: 0;
        height: auto;
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
    .image-box {
        position: static;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.text-view {
    margin-top: 100px;
    color: #333333;
}
.mt-100 {
    margin-top: 100px;
}

@media (max-width: 991.98px) {
    .figma-glow {
        width: 220px;
        height: 220px;
        filter: blur(50px);
    }

    .text-view {
        margin-top: 40px;
    }

    .mt-100 {
        margin-top: 32px;
    }

    .about-quote-row .text-section {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .about-quote-row .image-stack-container {
        margin-top: 0;
    }

    .image-stack-container {
        min-height: auto;
        margin-top: 20px;
    }

    .big-image,
    .small-image {
        position: static;
        width: 100%;
        height: auto;
    }
}

@keyframes c22AboutGlow {
    from {
        transform: translate3d(-10px, -6px, 0) scale(0.98);
    }
    to {
        transform: translate3d(14px, 12px, 0) scale(1.04);
    }
}

@keyframes c22AboutImageLoad {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes c22AboutSlideInRight {
    from {
        opacity: 0;
        transform: translateX(90px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes c22AboutSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-90px) scale(0.96);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-page-root *,
    .about-page-root *::before,
    .about-page-root *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .about-page-root .about-hero__inner,
    .about-page-root .chung-toi-la-ai > h2,
    .about-page-root .chung-toi-la-ai > .font-55,
    .about-page-root .chung-toi-la-ai .about-body-text,
    .about-page-root .chung-toi-la-ai > .my-lg-4,
    .about-page-root .about-quote-row,
    .about-page-root .text-view,
    .about-page-root .feature-item {
        opacity: 1;
        transform: none;
    }
}
