﻿/* aboutPage section for aboutPage.html */

/**/
/* ── About page hero ─────────────────────────────────────── */

/* =============================================================
   about_page.css — Full responsive, dùng Bootstrap grid
   ============================================================= */


/* ── About wrapper ───────────────────────────────────────── */

@font-face {
    font-family: 'Familjen Grotesk';
    src: url("../fonts/FamiljenGrotesk-VariableFont_wght.ttf");
}

/* About Figma refresh */
.about-wrapper {
    background: #fff;
}

.about-hero {
    min-height: clamp(560px, 68vw, 820px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(110px, 13vw, 170px) 16px clamp(90px, 12vw, 140px);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #fff 100%),
        url("../images/final/hero-banner.png") center bottom / cover no-repeat;
    text-align: center;
}

.about-hero-left {
    max-width: 820px;
}

.about-hero-left h1 {
    color: #072d41;
    font-size: clamp(42px, 7vw, 78px);
    line-height: 1.08;
    letter-spacing: 0;
}

.about-hero-left h1 span,
.about-section-title span,
.partner-community-title span {
    background: linear-gradient(88deg, #ff51ff 0.34%, #f616b9 63.37%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-left p {
    max-width: 760px;
    margin-inline: auto;
    color: #6f6b76;
    font-size: clamp(15px, 1.45vw, 20px);
    line-height: 1.3;
}

.about-hero-right {
    display: none;
}

.about-vision-mission {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 1060px;
}

.about-vm-card,
.about-values-item,
.about-number-card,
.about-leader-card,
.about-experience-card,
.about-org-card,
.about-partner-card {
    border: 1px solid rgba(32, 32, 32, 0.08);
    background: #fff;
    box-shadow: 0 12px 30px rgba(1, 9, 83, 0.06);
}

.about-values-item {
    position: relative;
    overflow: hidden;
}

.about-values-letter {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 81, 255, 0.16), rgba(79, 148, 241, 0.16));
    color: #ff51ff;
    font-size: 26px;
    font-weight: 800;
}

.about-values-kicker {
    color: #4f94f1;
    font-weight: 700;
}

.about-number-value {
    background: linear-gradient(88deg, #ff51ff 0.34%, #f616b9 63.37%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-community {
    background: #f6fbff;
}

.about-partner-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 1120px;
}

.about-partner-card:first-child {
    grid-row: span 2;
}

@media (max-width: 991.98px) {
    .about-vision-mission,
    .about-partner-groups {
        grid-template-columns: 1fr;
    }

    .about-partner-card:first-child {
        grid-row: auto;
    }
}

@media (max-width: 575.98px) {
    .about-hero {
        min-height: 620px;
        padding-top: 92px;
    }

    .about-hero-left h1 {
        font-size: 40px;
    }
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto-VariableFont_wdth\,wght.ttf");
}

@font-face {
    font-family: 'Playfair Display';
    src: url("../fonts/PlayfairDisplay-VariableFont_wght.ttf");
}

.about-wrapper {
    padding-bottom: 128px;
}

/* ── About hero ──────────────────────────────────────────── */
.about-hero {
    min-height: calc(100vh - 88px);
    padding: clamp(24px, 4vw, 56px) clamp(16px, 6vw, 120px);
    display: flex;
    flex-wrap: wrap;
    column-gap: clamp(24px, 5vw, 64px);
    row-gap: clamp(32px, 5vw, 64px);
    align-items: center;
    align-content: center;
}

.about-hero-left {
    flex: 1 1 clamp(280px, calc(50% - 32px), 560px);
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2vw, 24px);
}

.about-hero-left>h1 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.96px;
    margin: 0;
}

.about-hero-left>h1>span {
    display: block;
    margin-top: 0.08em;
    background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Familjen Grotesk", sans-serif;
    font-style: normal;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.2;
    padding-bottom: 0.12em;
}

.about-hero-left>p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto;
    font-size: clamp(12px, 1.406vw, 18px);
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.about-hero-right {
    flex: 1 1 clamp(280px, calc(50% - 32px), 560px);
}

.about-hero-img {
    width: 100%;
    height: clamp(260px, 40vw, 480px);
    object-fit: cover;
    border-radius: clamp(16px, 2vw, 24px);
    display: block;
}

/* ── Who we are ──────────────────────────────────────────── */
.about-who-am-i {
    padding: 80px clamp(16px, 10vw, 96px);
    gap: clamp(24px, 5vw, 64px);
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.about-section-title {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
    line-height: 1.18;
}

.about-section-title span {
    display: block;
    background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Vision & Mission */
.about-vision-mission {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.about-vm-card {
    flex: 1 1 clamp(260px, calc(50% - 12px), 600px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 24px;
    gap: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.about-vm-card>h3 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.about-vm-card>p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* Values */
.about-values-orbit {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(620px, 56vw, 760px);
    margin-top: 0;
}

.about-values-center {
    position: relative;
    z-index: 1;
    width: min(340px, 30vw);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-values-center img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 16px 28px rgba(79, 148, 241, 0.16));
}

.about-values-item {
    border: 1.5px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 21px;
    background: #fff;
    gap: 16px;
    box-sizing: border-box;
}

.about-values-heading {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-values-letter {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ecf6ff 0%, #dbeffe 100%);
    color: #4F94F1;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.about-values-kicker {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 1.15;
}

.about-values-name {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4F94F1;
    margin: 0;
    line-height: 1.2;
}

.about-values-desc {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.62);
    margin: 0;
    line-height: 1.3;
}

/* ── Numbers ─────────────────────────────────────────────── */
.about-number {
    padding: clamp(32px, 10vw, 128px) clamp(16px, 10vw, 128px) 0 clamp(16px, 10vw, 128px);

    gap: clamp(24px, 5vw, 64px);
}

.about-number-header {
    gap: clamp(8px, 2vw, 16px);
}

.about-number-header>h2 {
    color: #1C1A20;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.about-number-header>p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.about-number-card {
    padding: 24px;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    text-align: center;
    box-sizing: border-box;
}

.about-number-value {
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-number-label {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.50);
    margin: 0;
}

/* ── About leader ────────────────────────────────────────── */
.about-leader {
    padding: clamp(32px, 10vw, 128px) clamp(16px, 11vw, 141px) 0 clamp(16px, 10vw, 128px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    gap: clamp(24px, 5vw, 64px);
}

.about-leader h2 {
    color: #1C1A20;
    /* Display sm/Bold */
    font-family: "Familjen Grotesk";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    /* 116.667% */
}

.about-leader-board,
.about-experience-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.about-leader-board>h3,
.about-experience-card>h3 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.about-leader-card--compact {
    padding: clamp(24px, 4vw, 48px);
}

.about-experience-card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: clamp(24px, 4vw, 48px);
}

.about-experience-card p {
    color: rgba(0, 0, 0, 0.55);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
}

.about-leader-card {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    overflow: hidden;
}

/* ── Organization ────────────────────────────────────────── */
.about-org {
    padding: 80px clamp(16px, 10vw, 128px);
    gap: clamp(24px, 5vw, 64px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.about-org-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-org-card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: clamp(20px, 3vw, 32px);
}

.about-org-card h3 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 18px;
}

.about-org-card p {
    color: rgba(0, 0, 0, 0.58);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.about-org-card p + p {
    margin-top: 12px;
}

.about-org-card strong {
    color: #000;
    font-weight: 700;
}

.about-leader-card-img {
    /* Bootstrap col-12 col-md-5 lo responsive */
    padding: 0 !important;
    /* override Bootstrap col padding */
    min-height: clamp(280px, 40vw, 465px);
}

.about-leader-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    min-height: clamp(280px, 40vw, 465px);
}

.about-leader-card-info {
    /* Bootstrap col-12 col-md-7 lo responsive */
    padding: clamp(24px, 4vw, 48px) clamp(20px, 3vw, 48px) !important;
    gap: 24px;
}

.about-leader-name {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.about-leader-title {
    color: #FF6DFA;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.about-leader-quote {
    border-left: 4px solid #FF6DFA;
    padding-left: clamp(14px, 2vw, 28px);
    margin: 0;
    font-style: italic;
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}

.about-leader-exp-title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.about-leader-exp-desc {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

/* ── Partner community ───────────────────────────────────── */
.partner-community {
    padding: clamp(32px, 10vw, 129px) clamp(16px, 8vw, 141px) 0;
    gap: clamp(24px, 5vw, 64px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.00);
}

.partner-communities-icons {
    gap: clamp(24px, 5vw, 64px);
}

.partner-community-header {
    gap: 16px;
}

.partner-community-insurance {
    height: auto;
    min-height: 120px;
    gap: 24px;
}

.partner-community-title {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.partner-community-desc {
    color: rgba(0, 0, 0, 0.50);
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.partner-community-label {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 26.667px;
    font-weight: 700;
    margin: 0;
}

.about-partner-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.about-partner-card {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: clamp(20px, 3vw, 28px);
}

.about-partner-card h3 {
    color: #000;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px;
}

.about-partner-card p {
    color: rgba(0, 0, 0, 0.55);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.partner-community-track {
    overflow: hidden;
    width: 100%;
}

.partner-community-track::-webkit-scrollbar {
    display: none;
}

.partner-community-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-community-item-wrapper {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: clamp(24px, 5vw, 84px);
    margin: 0 auto;
    width: 100%;
}

.partner-community-item img {
    max-height: clamp(36px, 5vw, 52px);
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.partner-community-carousel {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.partner-community-carousel .carousel-inner {
    flex: 1;
}

.partner-community-carousel .carousel-item>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(24px, 5vw, 84px);
    min-height: 60px;
}

.partner-community-carousel .logo-item {
    max-height: clamp(36px, 5vw, 52px);
    width: auto;
    object-fit: contain;
    max-width: 100%;
}

.partner-community-carousel .carousel-control-prev,
.partner-community-carousel .carousel-control-next {
    position: static;
    width: 36px;
    opacity: 1;
    transform: none;
}

.partner-community-carousel .carousel-control-prev-icon,
.partner-community-carousel .carousel-control-next-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(9%) saturate(521%) hue-rotate(241deg) brightness(94%) contrast(89%);
}

.partner-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.2s;
}

.partner-arrow:hover {
    background: #f5f0ff;
}

.partner-carousel-mobile {
    display: none;
}

@media (max-width: 767px) {
    .partner-carousel-desktop {
        display: none;
    }

    .partner-carousel-mobile {
        display: block;
    }

    .partner-community-carousel .carousel-item>div {
        gap: 0;
        justify-content: center;
    }

    .partner-community-carousel .logo-item {
        max-height: 52px;
        max-width: 160px;
    }
}

@media (max-width: 991px) {
    .about-org-grid,
    .about-partner-groups {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .about-hero-left>h1 {
        font-size: 40px;
    }

    .about-section-title,
    .about-number-header>h2,
    .about-leader h2,
    .partner-community-title {
        font-size: 24px;
    }

    .about-values-desc,
    .about-vm-card>p,
    .about-number-header>p,
    .partner-community-desc {
        font-size: 16px;
    }
}

/* Refresh overrides kept last for cascade */
.about-wrapper .about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: clamp(560px, 59.6vw, 820px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(110px, 11vw, 152px) 16px clamp(210px, 25vw, 340px);
    background: #d8f3ff;
    text-align: center;
}

.about-wrapper .about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 42%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 82%);
    pointer-events: none;
}

.about-hero-visual {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    pointer-events: none;
}

.about-hero-bg,
.about-hero-hand {
    position: absolute;
    max-width: none;
    pointer-events: none;
    user-select: none;
}

.about-hero-bg-base {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0.64;
}

.about-hero-bg-light {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    mix-blend-mode: soft-light;
    opacity: 0.6;
}

.about-hero-hand-human {
    left: clamp(-190px, -8vw, -58px);
    bottom: clamp(6px, 1.2vw, 28px);
    width: clamp(520px, 57vw, 940px);
}

.about-hero-hand-digital {
    top: clamp(-460px, -24vw, -240px);
    right: clamp(-260px, -12vw, -90px);
    bottom: auto;
    width: clamp(560px, 56vw, 1080px);
    transform: rotate(-28deg);
    transform-origin: center center;
}

.about-wrapper .about-hero-left {
    position: relative;
    z-index: 1;
    max-width: 820px;
    transform: translateY(-92px);
}

.about-wrapper .about-who-am-i {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(ellipse at 78% 76%, rgba(255, 81, 255, 0.16), transparent 42%),
        radial-gradient(circle at 14% 8%, rgba(79, 148, 241, 0.08), transparent 32%);
}

.about-wrapper .about-hero-left h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.56px;
    margin: 0;
}

.about-wrapper h1,
.about-wrapper h2,
.about-wrapper .about-section-title {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.16) 22%, rgba(255, 255, 255, 0) 46%),
        linear-gradient(0deg, #072D41, #072D41);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: "Familjen Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1.56px;
    text-shadow: none;
    filter: none;
}

.about-wrapper h1 span,
.about-wrapper h2 span,
.about-wrapper .about-section-title span {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.18) 22%, rgba(255, 255, 255, 0) 46%),
        var(--main-gradient, linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: none;
}

.about-wrapper .about-section-title {
    font-size: 36px;
}

.about-wrapper .about-hero-left p {
    max-width: 760px;
    margin: 8px auto 0;
    color: #6f6b76;
    font-size: clamp(15px, 1.45vw, 20px);
    font-weight: 400;
    line-height: 1.3;
}

.about-wrapper .about-hero-left p span {
    display: block;
}

.about-hero-actions {
    display: flex;
    width: fit-content;
    justify-content: center;
    gap: 16px;
    margin: 14px auto 0;
}

.about-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.about-hero-btn-primary {
    border: 1px solid #4f94f1;
    background: #4f94f1;
    color: #fff;
    box-shadow: inset 0 7px 10px rgba(255, 255, 255, 0.4);
}

.about-hero-btn-secondary {
    border: 1px solid #ffccff;
    background: #fff;
    color: #ff51ff;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.05), inset 0 -3px 0 rgba(16, 24, 40, 0.05);
}

.about-wrapper .about-hero-right {
    display: none;
}

.about-wrapper .about-vision-mission,
.about-wrapper .about-partner-groups {
    display: grid;
    gap: 24px;
}

.about-wrapper .about-vision-mission {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1060px;
}

.about-wrapper .about-partner-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1120px;
}

.about-wrapper .about-partner-card:first-child {
    grid-row: span 2;
}

.about-wrapper .about-vm-card,
.about-wrapper .about-values-item,
.about-wrapper .about-number-card,
.about-wrapper .about-leader-card,
.about-wrapper .about-experience-card,
.about-wrapper .about-org-card,
.about-wrapper .about-partner-card {
    border: 1px solid rgba(32, 32, 32, 0.08);
    background: #fff;
    box-shadow: 0 12px 30px rgba(1, 9, 83, 0.06);
}

.about-wrapper .about-vm-card {
    border: 0;
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 7px 14px rgba(1, 9, 83, 0.04), inset 0 -4px 14px rgba(58, 126, 252, 0.065);
}

.about-wrapper .about-vm-card > h3 {
    color: #4F94F1;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
}

.about-wrapper .about-values-orbit {
    width: min(100%, 1050px);
    margin: 24px auto 0;
}

.about-wrapper .about-values-center {
    width: min(430px, 38vw);
    transform: translateY(66px);
}

.about-wrapper .about-values-item {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: clamp(260px, 28vw, 320px);
    border: 1px solid rgba(32, 32, 32, 0.08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(32, 32, 32, 0.03);
}

.about-wrapper .about-values-item--h {
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.about-wrapper .about-values-item--r {
    top: 32%;
    left: 0;
}

.about-wrapper .about-values-item--a {
    top: 32%;
    right: 0;
}

.about-wrapper .about-values-item--t {
    bottom: 48px;
    left: 16px;
}

.about-wrapper .about-values-item--e {
    right: 16px;
    bottom: 48px;
}

.about-wrapper .about-values-letter {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #ecf6ff 0%, #dbeffe 100%);
    color: #4F94F1;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.about-wrapper .about-partner-ecosystem {
    padding: 80px clamp(16px, 4vw, 58px);
    gap: 24px;
    border-top: 0;
}

.about-wrapper .about-partner-ecosystem .partner-community-title {
    color: #072D41;
}

.about-wrapper .about-partner-ecosystem .partner-community-title span {
    background: linear-gradient(90deg, #FF51FF 0.34%, #F616B9 63.37%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-wrapper .about-partner-ecosystem .about-partner-groups {
    max-width: 940px;
}

.about-wrapper .partner-ecosystem-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px 24px;
    margin: 0 auto;
}

.about-wrapper .partner-ecosystem-column,
.about-wrapper .partner-ecosystem-stack {
    display: grid;
    gap: 20px;
}

.about-wrapper .partner-ecosystem-column-left {
    grid-template-rows: repeat(2, minmax(160px, 1fr));
}

.about-wrapper .partner-ecosystem-column-right {
    grid-template-rows: repeat(3, minmax(102px, 1fr));
}

.about-wrapper .partner-ecosystem-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 0;
    padding: 18px 28px;
    overflow: hidden;
    border: 1px solid rgba(32, 32, 32, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(1, 9, 83, 0.04), inset 0 -4px 14px rgba(58, 126, 252, 0.075);
}

.about-wrapper .partner-ecosystem-card:first-child {
    grid-row: auto;
}

.about-wrapper .partner-ecosystem-card h3 {
    margin: 0;
    color: #4F94F1;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.about-wrapper .partner-ecosystem-card img {
    display: block;
    width: auto;
    max-width: 88%;
    max-height: 86px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.about-wrapper .partner-ecosystem-card-large img {
    max-width: 82%;
    max-height: 92px;
    margin-top: 0;
}

.about-wrapper .partner-ecosystem-column-right .partner-ecosystem-card img,
.about-wrapper .partner-ecosystem-stack .partner-ecosystem-card img {
    max-width: 86%;
    max-height: 62px;
    margin-top: 0;
}

.about-impact {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 80px clamp(16px, 4vw, 58px);
    background: #eefaff;
}

.about-impact .about-number,
.about-impact .about-leader {
    width: 100%;
    padding: 0;
    border: 0;
}

.about-number-frame {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(36px, 5vw, 64px);
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    background: transparent;
}

.about-impact .about-number-header {
    gap: 12px;
    margin-bottom: 36px;
}

.about-impact .about-number-header > h2 {
    margin: 0;
    color: #1c1a20;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.about-impact .about-number-header > h2 span {
    background: linear-gradient(87deg, #FF51FF 0.34%, #F616B9 63.37%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-impact .about-number-header > p {
    margin: 0;
    color: #6f6b76;
    font-size: 18px;
    font-weight: 400;
}

.about-number-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.about-impact .about-number-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 112px;
    padding: 32px;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    background: #fff;
    text-align: left;
}

.about-number-value-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.about-number-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.about-impact .about-number-value {
    margin: 0;
    color: #4F94F1;
    background: none;
    -webkit-text-fill-color: #4F94F1;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
}

.about-impact .about-number-label {
    margin: 0;
    color: #1c1a20;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.about-impact .about-leader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.about-leader-strip {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 36px;
    width: min(100%, 1480px);
    overflow: visible;
    padding: 0;
    scrollbar-width: none;
}

.about-leader-strip::-webkit-scrollbar {
    display: none;
}

.about-leader-profile {
    grid-column: span 2;
    min-width: 0;
}

.about-leader-profile:nth-child(1) {
    grid-column: 4 / span 2;
    grid-row: 1;
}

.about-leader-profile:nth-child(2) {
    grid-column: 6 / span 2;
    grid-row: 1;
}

.about-leader-profile:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.about-leader-profile:nth-child(4) {
    grid-column: 3 / span 2;
    grid-row: 2;
}

.about-leader-profile:nth-child(5) {
    grid-column: 5 / span 2;
    grid-row: 2;
}

.about-leader-profile:nth-child(6) {
    grid-column: 7 / span 2;
    grid-row: 2;
}

.about-leader-profile:nth-child(7) {
    grid-column: 9 / span 2;
    grid-row: 2;
}

.about-leader-photo {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    background: #dff4ff;
}

.about-leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.about-leader-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 14px 8px 0;
    text-align: center;
}

.about-leader-info h3 {
    margin: 0;
    color: #202020;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}

.about-leader-info p {
    margin: 0;
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.about-impact .about-experience-card {
    width: min(100%, 1120px) !important;
    margin: 40px auto 0;
    border: 0;
    border-radius: 32px;
    background: #EAF7FF;
    box-shadow: none;
    padding: 20px 20px 32px;
    text-align: center;
}

.about-impact .about-experience-card h3 {
    color: #6f6b76;
    max-width: 440px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.about-experience-logos {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    gap: 28px 88px;
    width: min(100%, 1060px);
    margin: 18px auto 0;
    padding: 0 clamp(8px, 3vw, 42px);
}

.about-experience-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 2;
    min-height: 58px;
    width: 100%;
}

.about-experience-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 56px;
    object-fit: contain;
}

.about-experience-logo:nth-child(7) {
    grid-column: 2 / span 2;
}

.about-experience-logo:nth-child(8) {
    grid-column: 4 / span 2;
}

.about-experience-logo:nth-child(9) {
    grid-column: 6 / span 2;
}

.about-experience-logo:nth-child(10) {
    grid-column: 8 / span 2;
}

.about-experience-logo:nth-child(11) {
    grid-column: 10 / span 2;
}

.about-experience-logo[aria-label="AIA"] img {
    max-height: 42px;
}

.about-experience-logo[aria-label="Sun Life"] img {
    max-width: 170px;
    max-height: 54px;
}

.about-experience-logo[aria-label="Liberty Insurance"] img {
    max-width: 170px;
    max-height: 58px;
}

.about-experience-logo[aria-label="Mercer Marsh Benefits"] img,
.about-experience-logo[aria-label="Bảo Minh"] img {
    max-width: 180px;
    max-height: 58px;
}

.about-experience-logo[aria-label="Prudential"] img {
    max-width: 210px;
    max-height: 54px;
}

.about-experience-logo[aria-label="Dai-ichi Life"] img {
    max-width: 170px;
    max-height: 54px;
}

.about-experience-logo[aria-label="Hanwha Life"] img,
.about-experience-logo[aria-label="Bảo hiểm AAA"] img {
    max-width: 190px;
    max-height: 58px;
}

.about-experience-logo[aria-label="SmartPay"] img {
    max-width: 170px;
    max-height: 52px;
}

.about-experience-logo[aria-label="MoMo"] img {
    max-height: 54px;
}

.about-transparency {
    width: min(100%, 1180px);
    min-height: 420px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 62px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0.75) 100%),
        url("../images/about_page/transparency/transparency-bg.png") center bottom / cover no-repeat;
}

.about-transparency-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: min(100%, 620px);
    padding: 80px 20px;
    text-align: center;
}

.about-transparency h2 {
    width: min-content;
    min-width: 320px;
    margin: 0;
    color: #1c1a20;
    font-family: "Familjen Grotesk", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.about-transparency h2 span {
    background: linear-gradient(89deg, #FF51FF 0.34%, #F616B9 63.37%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-transparency-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about-transparency-cert-image {
    width: 219px;
    height: 85px;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.75);
}

.about-transparency-cert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-transparency-cert h3 {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.about-transparency-cert p {
    margin: 0;
    color: #1c1a20;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .about-wrapper .about-hero {
        min-height: 640px;
        padding-top: 110px;
        padding-bottom: 260px;
    }

    .about-hero-hand-human {
        left: clamp(-180px, -21vw, -80px);
        width: clamp(390px, 70vw, 610px);
    }

    .about-hero-hand-digital {
        top: clamp(-330px, -26vw, -170px);
        right: clamp(-180px, -16vw, -80px);
        bottom: auto;
        width: clamp(420px, 70vw, 620px);
        transform: rotate(-28deg);
    }

    .about-wrapper .about-vision-mission,
    .about-wrapper .about-partner-groups {
        grid-template-columns: 1fr;
    }

    .about-wrapper .about-partner-card:first-child {
        grid-row: auto;
    }

    .about-wrapper .about-values-orbit {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        min-height: 0;
    }

    .about-wrapper .about-values-center {
        grid-column: 1 / -1;
        width: min(280px, 68vw);
        margin: 0 auto 6px;
    }

    .about-wrapper .about-values-item,
    .about-wrapper .about-values-item--h,
    .about-wrapper .about-values-item--r,
    .about-wrapper .about-values-item--a,
    .about-wrapper .about-values-item--t,
    .about-wrapper .about-values-item--e {
        position: relative;
        inset: auto;
        width: 100%;
        transform: none;
    }

    .about-impact {
        gap: 52px;
        padding: 80px 16px;
    }

    .about-number-frame {
        padding: 32px 20px;
    }

    .about-number-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .about-leader-strip {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .about-leader-profile {
        grid-column: auto;
        grid-row: auto;
        flex-basis: 220px;
    }

    .about-leader-info h3 {
        font-size: 22px;
        white-space: normal;
    }

    .about-transparency {
        min-height: 360px;
        border-radius: 36px;
    }
}

@media (max-width: 575.98px) {
    .about-wrapper .about-hero {
        min-height: 620px;
        padding: 96px 16px 240px;
    }

    .about-wrapper .about-hero-left h1 {
        font-size: 34px;
        line-height: 1.1;
        letter-spacing: -1.56px;
    }

    .about-wrapper .about-hero-left p {
        font-size: 15px;
    }

    .about-hero-actions {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 16px;
    }

    .about-hero-btn {
        min-height: 42px;
        padding: 10px 16px;
        font-size: 14px;
    }

    .about-hero-hand-human {
        left: -172px;
        bottom: 48px;
        width: 430px;
    }

    .about-hero-hand-digital {
        top: -176px;
        right: -156px;
        bottom: auto;
        width: 430px;
        transform: rotate(-28deg);
    }

    .about-wrapper .about-section-title,
    .about-wrapper h2 {
        font-size: 24px;
    }

    .about-wrapper .about-values-orbit {
        grid-template-columns: 1fr;
    }

    .about-values-kicker {
        font-size: 22px;
    }

    .about-values-name {
        font-size: 18px;
    }

    .about-values-desc {
        font-size: 16px;
    }

    .about-impact .about-number-header > h2 {
        font-size: 28px;
    }

    .about-impact .about-number-header > p {
        font-size: 15px;
    }

    .about-number-grid {
        grid-template-columns: 1fr;
    }

    .about-impact .about-number-card {
        padding: 24px;
    }

    .about-leader-strip {
        gap: 18px;
    }

    .about-leader-profile {
        flex-basis: 190px;
    }

    .about-leader-info h3 {
        font-size: 20px;
    }

    .about-leader-info p {
        font-size: 14px;
    }

    .about-transparency {
        min-height: 340px;
        border-radius: 28px;
    }

    .about-transparency h2 {
        min-width: 240px;
        font-size: 28px;
    }

    .about-transparency-cert h3 {
        font-size: 18px;
    }

    .about-transparency-cert p {
        font-size: 15px;
    }
}
