.about-page {
    --about-font-sans: "HarmonyOS Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    --about-font-number: "DIN Alternate", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    --about-dark: #020b1e;
    --about-navy: #06265c;
    --about-blue: #126dff;
    --about-blue-2: #2c9cff;
    --about-cyan: #36d5ff;
    --about-ink: #09265b;
    --about-text: #27456f;
    --about-muted: #647da3;
    --about-line: #cfe0fb;
    --about-soft: #f3f8ff;
    --about-shadow: 0 22px 58px rgba(34, 88, 166, .13);
    margin: 0;
    color: var(--about-text);
    font-family: var(--about-font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: linear-gradient(180deg, var(--site-bg-soft) 0%, var(--site-bg) 48%, var(--site-bg-soft) 100%);
}

.about-page .about-shell {
    width: min(1600px, calc(100% - 120px));
    max-width: 1600px;
    margin: 0 auto;
}

.about-main {
    overflow: hidden;
}

.about-hero {
    position: relative;
    height: 350px;
    min-height: 350px;
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(90deg, rgba(1, 10, 28, .92) 0%, rgba(2, 18, 48, .72) 34%, rgba(3, 24, 60, .22) 62%, rgba(2, 11, 28, .2) 100%),
        url("/template/xqd/assets/images/about/about-hero-banner.webp?v=2026052067") center 42% / cover no-repeat,
        #020817;
}

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

.about-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: #eef6ff;
    z-index: 3;
}

.about-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 350px;
    min-height: 350px;
    padding: 78px 0 0;
    box-sizing: border-box;
}

.about-hero-copy {
    position: relative;
    max-width: 760px;
}

.about-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 12px 28px rgba(0, 10, 30, .28);
}

.about-hero p {
    margin: 18px 0 0;
    max-width: 760px;
    color: rgba(237, 246, 255, .9);
    font-size: 19px;
    line-height: 1.68;
    font-weight: 500;
    white-space: nowrap;
}

.about-hero p small {
    display: block;
    margin-top: 5px;
    color: rgba(216, 235, 255, .76);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.about-intro {
    position: relative;
    z-index: 1;
    min-height: clamp(690px, 45vw, 750px);
    padding: 0;
    background: #eef6ff;
    isolation: isolate;
}

.about-intro-grid {
    position: relative;
    min-height: inherit;
    display: block;
}

.about-intro-copy {
    position: relative;
    z-index: 4;
    width: min(690px, 48%);
    padding: clamp(44px, 3.4vw, 58px) 0 0 14px;
}

.about-section-kicker {
    position: relative;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.about-section-kicker h2,
.about-section-title h2,
.about-office h2,
.about-culture h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: 32px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-section-kicker em {
    position: absolute;
    left: 132px;
    top: 2px;
    color: rgba(20, 83, 170, .055);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 66px;
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.about-kicker-dot {
    position: relative;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    border: 2px solid rgba(24, 105, 255, .22);
    border-radius: 50%;
    background: rgba(238, 246, 255, .62);
}

.about-kicker-dot::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a7cff, #39d6ff);
    box-shadow: 0 0 18px rgba(24, 117, 255, .62);
}

.about-intro-copy p {
    max-width: 690px;
    margin: 0 0 12px;
    color: #2c4b78;
    font-size: 15.5px;
    line-height: 1.78;
    font-weight: 600;
}

.about-intro-body {
    max-width: 690px;
    color: #2c4b78;
}

.about-intro-body p {
    max-width: 690px;
    margin: 0 0 12px;
    color: #2c4b78;
    font-size: 15.5px;
    line-height: 1.78;
    font-weight: 600;
}

.about-intro-body p:last-child {
    margin-bottom: 0;
}

.about-intro-body span,
.about-intro-body em,
.about-intro-body strong,
.about-intro-body a {
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: 0 !important;
}

.about-intro-body strong {
    color: inherit;
    font-weight: 700;
}

.about-intro-body a {
    color: #116dff;
    text-decoration: none;
}

.about-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px 0;
    width: min(100%, 690px);
    margin: 28px 0 0;
}

.about-stat-row div {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    align-content: start;
    align-items: start;
    column-gap: 9px;
    min-width: 0;
    padding: 0 18px;
}

.about-stat-row div:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, transparent, rgba(161, 185, 221, .76), transparent);
}

.about-stat-row div::before {
    content: "";
    position: static;
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 28px;
    height: 28px;
    border: 2px solid rgba(31, 117, 255, .64);
    border-radius: 50%;
    background: rgba(245, 250, 255, .94);
    box-shadow:
        0 0 0 4px rgba(37, 124, 255, .08),
        inset 0 0 0 1px rgba(255, 255, 255, .9);
}

.about-stat-row div:nth-child(1)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6.5' y='7' width='11' height='11' rx='2.2'/%3E%3Cpath d='M9.5 7V5.5h5V7'/%3E%3Ccircle cx='12' cy='12.4' r='2.2'/%3E%3Cpath d='M10 18h4'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row div:nth-child(2)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5.2l1.4 1.6 2.1-.3.6 2 1.9 1-.9 1.9.9 1.9-1.9 1-.6 2-2.1-.3L12 18.8l-1.4-1.6-2.1.3-.6-2-1.9-1 .9-1.9-.9-1.9 1.9-1 .6-2 2.1.3L12 5.2Z'/%3E%3Ccircle cx='12' cy='12' r='2.45'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row div:nth-child(3)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='5.5' width='12' height='13' rx='2'/%3E%3Cpath d='M9 9h6M9 12h2.5M13.5 12H15M9 15h2.5M13.5 15H15'/%3E%3Cpath d='M8.5 5.5V4M15.5 5.5V4'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row div:nth-child(4)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.8 18.5V9.5l7.2-4 7.2 4v9l-7.2 4-7.2-4Z'/%3E%3Cpath d='M8 11.5h8M8 15h5.5M12 5.5v16'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row div:nth-child(5)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.2 19.2V8.8l6.8-4 6.8 4v10.4'/%3E%3Cpath d='M8.2 19.2v-6.8h7.6v6.8M9.4 9.5h5.2'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row div:nth-child(6)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 4.8h9.8l1.2 1.2v13.2H6.5V4.8Z'/%3E%3Cpath d='M9.2 9h5.8M9.2 12.2h5.8M9.2 15.4h3.8'/%3E%3C/svg%3E") center / 23px 23px no-repeat,
        rgba(245, 250, 255, .94);
}

.about-stat-row span {
    display: block;
    grid-column: 2;
    grid-row: 1;
    color: #116dff;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.about-stat-row strong {
    display: block;
    grid-column: 2;
    grid-row: 2;
    margin-top: 5px;
    color: #0b2d6a;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 800;
}

.about-stat-row em {
    display: block;
    grid-column: 2;
    grid-row: 3;
    margin-top: 4px;
    color: #55719a;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
    font-style: normal;
}

.about-trust-row span {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif !important;
    font-size: 22px;
    font-weight: 900 !important;
    font-variant-numeric: tabular-nums;
}

.about-trust-row strong {
    max-width: none;
    color: #0b2d6a;
    font-size: 13px;
    line-height: 1.28;
    font-weight: 800;
}

.about-trust-row {
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-trust-row::before,
.about-trust-row::after {
    display: none;
}

.about-trust-row::before {
    left: 33.333%;
}

.about-trust-row::after {
    left: 66.666%;
}

.about-trust-row div {
    min-width: 0;
    align-content: start;
}

.about-trust-row div:first-child {
    padding-left: 0;
}

.about-trust-row div:last-child {
    padding-right: 0;
}

.about-trust-row div:nth-child(3n) {
    padding-right: 0;
}

.about-trust-row div:nth-child(3n + 1) {
    padding-left: 0;
}

.about-trust-row div:nth-child(3n)::after {
    display: none;
}

.about-trust-row div:not(:last-child) {
    border-right: 0;
}

.about-intro-media {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: calc((100vw - 100%) / -2);
    left: clamp(700px, 49%, 780px);
    height: clamp(660px, calc(45vw - 30px), 720px);
    margin: 0;
    overflow: hidden;
    border-left: 1px solid rgba(190, 211, 238, .76);
    border-radius: 0;
    box-shadow: none;
}

.about-intro-media::before {
    display: none;
}

.about-intro-media::after {
    display: none;
}

.about-intro-media img {
    position: relative;
    z-index: 0;
    width: calc(100% + 100px);
    height: 100%;
    display: block;
    max-width: none;
    object-fit: cover;
    object-position: center 48%;
    transform: translateX(-100px);
}

.about-endorsement {
    position: relative;
    z-index: 4;
    padding: 16px 0 14px;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 72%, #eef6ff 100%);
}

@media (min-width: 1061px) {
    .about-trust-row {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .about-endorsement {
        padding-top: 22px;
    }
}

.about-section-lead {
    max-width: 760px;
    margin: -4px auto 0;
    color: #526f9a;
    font-size: 16px;
    line-height: 1.76;
    font-weight: 600;
    text-align: center;
}

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

.about-endorsement-grid article {
    position: relative;
    min-height: 154px;
    padding: 26px 26px 22px;
    overflow: hidden;
    border: 1px solid rgba(184, 211, 248, .84);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 250, 255, .9));
    box-shadow: 0 16px 36px rgba(31, 82, 156, .08);
}

.about-endorsement-grid article::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 3px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(90deg, #1f75ff, rgba(54, 213, 255, .22));
    pointer-events: none;
}

.about-endorsement-grid span,
.about-endorsement-grid strong,
.about-endorsement-grid em {
    position: relative;
    z-index: 1;
    display: block;
    font-style: normal;
}

.about-endorsement-grid span {
    color: #116dff;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.about-endorsement-grid .stat-number {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif !important;
    font-weight: 900 !important;
    font-variant-numeric: tabular-nums;
}

.about-endorsement-grid strong {
    margin-top: 10px;
    color: #0b2d6a;
    font-size: 17px;
    line-height: 1.34;
    font-weight: 800;
}

.about-endorsement-grid em {
    margin-top: 8px;
    color: #5d789f;
    font-size: 13.5px;
    line-height: 1.62;
    font-weight: 500;
}

.about-values {
    position: relative;
    z-index: 5;
    margin-top: 0;
    padding: 16px 0 40px;
    background: #eef6ff;
}

.about-values .about-shell {
    width: min(1600px, calc(100% - 120px));
}

.about-value-panel {
    display: grid;
    grid-template-columns: 1.88fr repeat(3, minmax(0, 1fr));
    align-items: stretch;
    min-height: clamp(286px, 17vw, 318px);
    border: 1px solid rgba(206, 221, 245, .92);
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 251, 255, .95));
    box-shadow: 0 30px 56px -28px rgba(31, 82, 156, .18);
    overflow: hidden;
}

.about-mission-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    min-height: clamp(286px, 17vw, 318px);
    padding: 72px 58px 48px;
    color: #fff;
    overflow: hidden;
    border-radius: 28px 156px 156px 28px;
    background: #031d55;
}

.about-mission-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(3, 22, 70, .18), rgba(3, 22, 70, .08)),
        url("/template/xqd/assets/images/about/about-mission-radar.webp?v=2026052044") center center / cover no-repeat;
}

.about-mission-card::after {
    display: none;
}

.about-mission-card div {
    position: relative;
    z-index: 1;
    max-width: 286px;
}

.about-mission-card h2 {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow: 0 2px 10px rgba(0, 12, 36, .42);
}

.about-mission-card p {
    margin: 20px 0 0;
    color: rgba(229, 242, 255, .9);
    font-size: 15px;
    line-height: 1.82;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 12, 36, .46);
}

.about-mission-line {
    display: block;
    max-width: 100%;
    white-space: nowrap;
}

.about-mission-line-balance {
    width: min(286px, 100%);
    text-align: justify;
    text-align-last: justify;
}

.about-value-item {
    position: relative;
    padding: 58px 48px 42px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(249, 252, 255, .9));
}

.about-value-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 66px;
    bottom: 66px;
    width: 1px;
    background: linear-gradient(180deg, transparent, #cbdaf0, transparent);
}

.about-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 26px;
    color: #1b72ff;
    filter: drop-shadow(0 10px 14px rgba(27, 114, 255, .12));
}

.about-icon svg {
    width: 62px;
    height: 62px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 3.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-value-item h3 {
    margin: 0;
    color: var(--about-ink);
    font-size: 21px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 0;
}

.about-value-item p {
    max-width: 260px;
    margin: 16px 0 0;
    color: #526f9a;
    font-size: 15px;
    line-height: 1.72;
    font-weight: 500;
}

.about-capability,
.about-history,
.about-office,
.about-culture {
    background: #eef6ff;
}

.about-capability {
    padding: 24px 0 42px;
}

.about-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.about-section-title span {
    position: relative;
    width: 38px;
    height: 14px;
    flex: 0 0 38px;
    background: none;
    opacity: 1;
}

.about-section-title span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 3px;
    height: 12px;
    border-radius: 2px;
    background: rgba(31, 125, 255, .24);
    transform: skewX(-18deg);
    box-shadow:
        8px 0 0 rgba(31, 125, 255, .44),
        16px 0 0 rgba(31, 125, 255, .68),
        24px 0 0 rgba(31, 125, 255, .96);
}

.about-section-title span:last-child::before {
    background: rgba(31, 125, 255, .96);
    box-shadow:
        8px 0 0 rgba(31, 125, 255, .68),
        16px 0 0 rgba(31, 125, 255, .44),
        24px 0 0 rgba(31, 125, 255, .24);
}

.about-capability .about-section-title {
    position: relative;
    z-index: 4;
    margin-bottom: 2px;
}

.about-capability .about-section-title::after {
    display: none;
}

.about-capability-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(330px, .85fr) minmax(500px, 1.16fr);
    gap: 32px;
    align-items: center;
    min-height: 318px;
    padding: 14px 24px;
    border: 0;
    border-radius: 22px;
    background: #eef6ff;
    box-shadow: none;
    overflow: hidden;
}

.about-capability-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    --capability-frame-gap: clamp(260px, 35%, 500px);
    border: 1px solid rgba(151, 194, 242, .58);
    border-radius: inherit;
    box-shadow: none;
    -webkit-mask:
        linear-gradient(#000 0 0) left 0 top 2px / 100% calc(100% - 2px) no-repeat,
        linear-gradient(#000 0 0) left top / calc((100% - var(--capability-frame-gap)) / 2) 2px no-repeat,
        linear-gradient(#000 0 0) right top / calc((100% - var(--capability-frame-gap)) / 2) 2px no-repeat;
    mask:
        linear-gradient(#000 0 0) left 0 top 2px / 100% calc(100% - 2px) no-repeat,
        linear-gradient(#000 0 0) left top / calc((100% - var(--capability-frame-gap)) / 2) 2px no-repeat,
        linear-gradient(#000 0 0) right top / calc((100% - var(--capability-frame-gap)) / 2) 2px no-repeat;
}

.about-capability-panel::after {
    content: "";
    position: absolute;
    left: 28%;
    right: 24%;
    top: 16px;
    bottom: 6px;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 50% 54%, rgba(74, 149, 255, .16), transparent 38%),
        radial-gradient(ellipse at 50% 90%, rgba(114, 185, 255, .2), transparent 44%);
    filter: blur(8px);
}

.about-capability-panel > * {
    position: relative;
    z-index: 1;
}

.about-capability-list {
    position: relative;
    display: grid;
    gap: 7px;
    min-height: 276px;
    padding: 8px 22px 8px 24px;
    margin: 0;
    list-style: none;
    border-radius: 18px;
    background: #eef6ff;
}

.about-capability-list::before {
    display: none;
}

.about-capability-list li {
    position: relative;
    min-height: 36px;
    padding-left: 44px;
}

.about-capability-list span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: transparent;
    background: linear-gradient(180deg, #287dff 0%, #1f6bf8 56%, #155fed 100%);
    border: 1px solid rgba(89, 149, 255, .42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .2),
        0 7px 14px rgba(18, 109, 255, .18);
    font-size: 0;
}

.about-capability-list span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    background: var(--capability-icon) center / 18px 18px no-repeat;
}

.about-capability-list li:nth-child(1) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.8 18.4 7.4v7.2L12 20.2l-6.4-5.6V7.4L12 3.8Z'/%3E%3Cpath d='M9.2 9.2h5.6v5.6H9.2z'/%3E%3Cpath d='M12 6.8v2.4M12 14.8v2.4M6.8 12h2.4M14.8 12h2.4'/%3E%3C/svg%3E");
}

.about-capability-list li:nth-child(2) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='6.6'/%3E%3Ccircle cx='12' cy='12' r='2.4'/%3E%3Cpath d='M12 3.5v2.1M12 18.4v2.1M3.5 12h2.1M18.4 12h2.1'/%3E%3C/svg%3E");
}

.about-capability-list li:nth-child(3) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 18.3V10l5.5-4.3 5.5 4.3v8.3'/%3E%3Cpath d='M9 18.3v-5.1h6v5.1'/%3E%3Cpath d='M7.8 15.8h8.4'/%3E%3C/svg%3E");
}

.about-capability-list li:nth-child(4) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.6 18.3h10.8'/%3E%3Cpath d='M8 18.3V8.6l4-2.8 4 2.8v9.7'/%3E%3Cpath d='M10 11h4M10 14h4'/%3E%3Cpath d='M12 5.8v-2'/%3E%3C/svg%3E");
}

.about-capability-list li:nth-child(5) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.2 4.8h7.2l2.4 2.6v11.8H7.2z'/%3E%3Cpath d='M14.4 4.8v3h2.4'/%3E%3Cpath d='M9.7 12.2h4.6M9.7 15.2h3.1'/%3E%3C/svg%3E");
}

.about-capability-list li:nth-child(6) span {
    --capability-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.3' r='2.4'/%3E%3Cpath d='M7.2 18.4c.6-3 2.2-4.5 4.8-4.5s4.2 1.5 4.8 4.5'/%3E%3Cpath d='M6.4 9.9 4.8 12l1.6 2.1M17.6 9.9l1.6 2.1-1.6 2.1'/%3E%3Cpath d='M7.1 12h2.3M14.6 12h2.3'/%3E%3C/svg%3E");
}

.about-capability-list strong,
.about-capability-list em {
    display: block;
    font-style: normal;
}

.about-capability-list strong {
    color: #0b2d6a;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.about-capability-list em {
    margin-top: 3px;
    color: #5f7ba4;
    font-size: 14px;
    line-height: 1.36;
    font-weight: 500;
}

.about-ai-core {
    position: relative;
    min-height: 280px;
    display: grid;
    place-items: center;
    overflow: visible;
    isolation: isolate;
    background: transparent;
}

.about-ai-core::before,
.about-ai-core::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.about-ai-core::after {
    display: block;
    inset: -6px -48px -12px;
    z-index: 2;
    background:
        linear-gradient(180deg, #eef6ff 0%, rgba(238, 246, 255, .78) 42%, rgba(238, 246, 255, .28) 72%, rgba(238, 246, 255, 0) 100%) center top / 100% 62px no-repeat,
        linear-gradient(90deg, #eef6ff 0%, rgba(238, 246, 255, .78) 42%, rgba(238, 246, 255, .28) 72%, rgba(238, 246, 255, 0) 100%) left center / 86px 100% no-repeat,
        linear-gradient(270deg, #eef6ff 0%, rgba(238, 246, 255, .78) 42%, rgba(238, 246, 255, .28) 72%, rgba(238, 246, 255, 0) 100%) right center / 118px 100% no-repeat,
        linear-gradient(0deg, #eef6ff 0%, rgba(238, 246, 255, .82) 42%, rgba(238, 246, 255, 0) 100%) center bottom / 100% 58px no-repeat;
}

.about-ai-core::before {
    display: none;
}

.about-ai-core img {
    position: relative;
    z-index: 1;
    width: min(470px, 132%);
    display: block;
    clip-path: none;
    transform: translateY(12px);
    filter: saturate(1.06) contrast(1.01) drop-shadow(0 18px 28px rgba(20, 101, 210, .12));
    -webkit-mask-image: radial-gradient(ellipse at 50% 54%, #000 54%, rgba(0, 0, 0, .9) 72%, rgba(0, 0, 0, .4) 88%, transparent 98%);
    mask-image: radial-gradient(ellipse at 50% 54%, #000 54%, rgba(0, 0, 0, .9) 72%, rgba(0, 0, 0, .4) 88%, transparent 98%);
}

.about-metric-grid {
    position: relative;
    align-self: start;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 139px;
    gap: 18px 0;
    width: calc(100% + 20px);
    margin-top: 10px;
    margin-bottom: -10px;
}

.about-metric-grid::before,
.about-metric-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 139px;
    z-index: 0;
    pointer-events: none;
    border: 1px solid rgba(190, 214, 248, .72);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(248, 252, 255, .42));
    box-shadow: 0 8px 20px rgba(42, 103, 178, .035);
}

.about-metric-grid::before {
    top: 0;
}

.about-metric-grid::after {
    bottom: 0;
}

.about-metric-grid div {
    position: relative;
    z-index: 1;
    min-height: 139px;
    padding: 32px 22px 18px 88px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.about-metric-grid div::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 50%;
    width: 42px;
    height: 42px;
    border: 2px solid rgba(35, 124, 255, .68);
    border-radius: 50%;
    background: #f3f8ff;
    box-shadow: 0 0 0 6px rgba(35, 124, 255, .055), inset 0 0 0 1px rgba(255, 255, 255, .88);
    transform: translateY(-50%);
}

.about-metric-grid div:nth-child(1)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5 18.5 6v5.2c0 4.1-2.7 7.4-6.5 9.3-3.8-1.9-6.5-5.2-6.5-9.3V6L12 3.5Z'/%3E%3Cpath d='M9.8 12.1 11.4 13.7 14.6 10.3'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
        #f3f8ff;
}

.about-metric-grid div:nth-child(2)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4.5' width='12' height='15' rx='2'/%3E%3Cpath d='M9 8.5h6M9 12h6M9 15.5h3.8'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
        #f3f8ff;
}

.about-metric-grid div:nth-child(3)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='9' r='3'/%3E%3Cpath d='M3.8 19c.8-3.1 2.7-4.7 5.2-4.7s4.4 1.6 5.2 4.7'/%3E%3Cpath d='M15.5 7.1a2.6 2.6 0 0 1 0 5.2'/%3E%3Cpath d='M16.4 15.1c1.8.5 3 1.8 3.8 3.9'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
        #f3f8ff;
}

.about-metric-grid div:nth-child(4)::before {
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 24 24' fill='none' stroke='%23166dff' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 18.5V11'/%3E%3Cpath d='M12 18.5V6'/%3E%3Cpath d='M19 18.5v-9'/%3E%3Cpath d='M4 19h16'/%3E%3Cpath d='m6 9 4-3 4 2.5 4-4'/%3E%3C/svg%3E") center / 25px 25px no-repeat,
        #f3f8ff;
}

.about-metric-grid div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(162, 190, 229, .72), transparent);
}

.about-metric-grid div:nth-child(even)::after {
    display: none;
}

.about-metric-grid span,
.about-metric-grid strong,
.about-metric-grid em {
    display: block;
    font-style: normal;
}

.about-metric-grid span {
    color: #116dff;
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif !important;
    font-size: 26px;
    line-height: 1;
    font-weight: 900 !important;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.about-metric-grid .stat-number {
    font-family: "Microsoft YaHei UI", "Microsoft YaHei", "Segoe UI", Arial, sans-serif !important;
    font-weight: 900 !important;
    font-variant-numeric: tabular-nums;
}

.about-metric-grid strong {
    margin-top: 5px;
    color: #234c87;
    font-size: 14.5px;
    line-height: 1.25;
    font-weight: 700;
}

.about-metric-grid em {
    margin-top: 4px;
    color: #6981a5;
    font-size: 13px;
    line-height: 1.38;
    font-weight: 500;
}

.about-history {
    padding: 22px 0 42px;
    font-family: var(--about-font-sans);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.about-history .about-section-title {
    gap: 14px;
    margin-bottom: 4px;
}

.about-history .about-section-title span {
    position: relative;
    width: 38px;
    height: 14px;
    flex: 0 0 38px;
    background: none;
    opacity: 1;
}

.about-history .about-section-title span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 1px;
    width: 3px;
    height: 12px;
    border-radius: 2px;
    background: rgba(31, 125, 255, .24);
    transform: skewX(-18deg);
    box-shadow:
        8px 0 0 rgba(31, 125, 255, .44),
        16px 0 0 rgba(31, 125, 255, .68),
        24px 0 0 rgba(31, 125, 255, .96);
}

.about-history .about-section-title span:last-child::before {
    background: rgba(31, 125, 255, .96);
    box-shadow:
        8px 0 0 rgba(31, 125, 255, .68),
        16px 0 0 rgba(31, 125, 255, .44),
        24px 0 0 rgba(31, 125, 255, .24);
}

.about-history .about-section-title h2 {
    color: #072a66;
    font-size: 28px;
    font-weight: 800;
}

.about-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    padding: 48px 0 0;
    margin: 0;
    list-style: none;
}

.about-timeline::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 13px;
    top: 18px;
    height: 2px;
    background: linear-gradient(90deg, rgba(39, 131, 255, .36), #197cff 13%, #197cff 100%);
    z-index: 0;
}

.about-timeline::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 13px;
    border-left: 11px solid #197cff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    z-index: 0;
}

.about-timeline li {
    position: relative;
    min-height: 142px;
    padding: 0 18px;
    text-align: center;
}

.about-timeline li::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 14px;
    height: 14px;
    border: 4px solid #dcebff;
    border-radius: 50%;
    background: #005ee8;
    box-shadow:
        0 0 0 1px rgba(25, 124, 255, .62),
        0 0 0 7px rgba(25, 124, 255, .1);
    transform: translateX(-50%);
    z-index: 1;
}

.about-timeline li::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 0;
    width: 1px;
    height: 58px;
    background: linear-gradient(180deg, rgba(139, 176, 235, .86), rgba(139, 176, 235, .12));
}

.about-timeline li:last-child::after {
    display: none;
}

.about-timeline span,
.about-timeline strong,
.about-timeline em {
    display: block;
    font-style: normal;
}

.about-timeline span {
    color: #0872ff;
    font-family: var(--about-font-number);
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
}

.about-timeline strong {
    margin-top: 10px;
    color: #062b68;
    font-size: 15px;
    line-height: 1.34;
    font-weight: 700;
}

.about-timeline em {
    margin: 7px auto 0;
    max-width: 218px;
    color: #466795;
    font-size: 13px;
    line-height: 1.62;
    font-weight: 500;
}

.about-office {
    padding: 20px 0 48px;
}

.about-office h2,
.about-culture h2 {
    text-align: center;
    margin-bottom: 22px;
}

.about-office-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.02fr) minmax(0, .98fr);
    gap: 10px;
    align-items: stretch;
}

.about-office-stack {
    display: grid;
    gap: 10px;
}

.about-image-card {
    --about-card-min: 114px;
    position: relative;
    min-height: var(--about-card-min);
    overflow: hidden;
    border: 1px solid rgba(209, 224, 248, .72);
    border-radius: 8px;
    color: #fff;
    background-image: var(--about-card-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 12px 26px rgba(17, 65, 126, .1);
}

.about-image-card.is-large {
    --about-card-min: 238px;
}

.about-image-card.is-wide {
    --about-card-min: 154px;
}

.about-image-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 24, 63, .88) 0%, rgba(3, 24, 63, .52) 33%, rgba(3, 24, 63, .08) 74%),
        linear-gradient(180deg, transparent 40%, rgba(1, 12, 35, .62) 100%);
}

.about-office .about-image-card {
    --about-card-min: 400px;
    border-color: rgba(197, 215, 241, .82);
    border-radius: 7px;
    background-position: var(--about-card-position, center);
    box-shadow: 0 10px 20px rgba(17, 65, 126, .08);
}

.about-office .about-image-card.is-large {
    --about-card-min: 400px;
}

.about-office .about-office-stack .about-image-card {
    --about-card-min: 195px;
}

.about-office .about-image-card::before {
    display: none;
}

.about-image-card h3,
.about-image-card p {
    position: relative;
    z-index: 1;
    margin-left: 24px;
    margin-right: 22px;
}

.about-image-card h3 {
    margin-top: calc(var(--about-card-min) - 76px);
    margin-bottom: 6px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.about-office-stack .about-image-card h3 {
    margin-top: 34px;
}

.about-image-card p {
    margin-top: 0;
    margin-bottom: 18px;
    color: rgba(237, 246, 255, .88);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}

.about-office .about-image-card h3,
.about-office .about-image-card p {
    position: absolute;
    left: 24px;
    right: 22px;
    z-index: 1;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 18, 48, .36);
}

.about-office .about-image-card h3 {
    bottom: 24px;
}

.about-office .about-image-card p {
    display: none;
}

.about-culture {
    padding: 4px 0 38px;
}

.about-culture-grid {
    display: grid;
    grid-template-columns: 1.52fr .82fr .78fr;
    gap: 12px;
}

.about-cta {
    position: relative;
    overflow: hidden;
    padding: 0;
    color: #fff;
    background:
        linear-gradient(90deg, #031128 0%, #041b42 52%, #03142f 100%);
    border-top: 1px solid rgba(95, 164, 255, .24);
    border-bottom: 6px solid #f7fbff;
}

.about-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 17, 40, .96) 0%, rgba(4, 29, 68, .82) 48%, rgba(3, 19, 45, .96) 100%),
        radial-gradient(ellipse at 82% 50%, rgba(28, 117, 255, .26), transparent 36%);
    opacity: 1;
}

.about-cta-inner {
    position: relative;
    z-index: 1;
    min-height: 150px;
    display: grid;
    grid-template-columns: minmax(420px, 1fr) auto minmax(260px, .64fr);
    gap: 34px;
    align-items: center;
}

.about-cta-inner > :not(.about-cta-art) {
    position: relative;
    z-index: 2;
}

.about-cta h2 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.about-cta p {
    margin: 0;
    color: rgba(224, 239, 255, .82);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.about-cta-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    grid-column: 2;
}

.about-primary-btn,
.about-secondary-btn {
    min-width: 156px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
}

.about-primary-btn {
    color: #fff;
    background: linear-gradient(180deg, #1d85ff, #0f62f0);
    box-shadow: 0 14px 28px rgba(18, 109, 255, .32);
}

.about-secondary-btn {
    color: rgba(229, 241, 255, .94);
    border: 1px solid rgba(135, 183, 255, .5);
    background: rgba(0, 20, 55, .28);
}

.about-cta-art {
    align-self: stretch;
    z-index: 0;
    grid-column: 3;
    min-height: 150px;
    position: relative;
    overflow: visible;
    pointer-events: none;
    background: none;
    opacity: 1;
}

.about-cta-art::before {
    content: "";
    position: absolute;
    top: 0;
    right: -220px;
    bottom: 0;
    left: -320px;
    pointer-events: none;
    background:
        linear-gradient(90deg, #031128 0%, rgba(3, 17, 40, .76) 18%, rgba(3, 17, 40, 0) 40%, rgba(3, 20, 47, 0) 60%, rgba(3, 20, 47, .68) 82%, #03142f 100%),
        linear-gradient(180deg, rgba(3, 20, 47, .12) 0%, rgba(3, 20, 47, 0) 24%, rgba(3, 20, 47, 0) 76%, rgba(3, 20, 47, .16) 100%),
        url("/template/xqd/assets/images/about/about-cta-ai-head.webp?v=2026052093");
    background-repeat: no-repeat;
    background-position: center, center, center top;
    background-size: 100% 100%, 100% 100%, auto 150px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .16) 11%, rgba(0, 0, 0, .72) 25%, #000 40%, #000 62%, rgba(0, 0, 0, .72) 76%, rgba(0, 0, 0, .16) 89%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .16) 11%, rgba(0, 0, 0, .72) 25%, #000 40%, #000 62%, rgba(0, 0, 0, .72) 76%, rgba(0, 0, 0, .16) 89%, transparent 100%);
}

.about-page .footer-main {
    gap: 32px;
    padding: 32px 0 24px;
}

.about-page .footer-about .brand {
    margin-bottom: 12px;
}

.about-page .footer-about .brand-logo {
    width: min(248px, 100%);
    max-height: 64px;
}

.about-page .site-footer h3 {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 800;
}

.about-page .site-footer p,
.about-page .site-footer a:not(.brand) {
    font-size: 13.5px;
}

.about-page .site-footer a:not(.brand) {
    margin-bottom: 9px;
}

.about-page .footer-about p {
    max-width: 354px;
    margin-bottom: 15px;
}

.about-page .site-footer .social-link {
    width: auto;
    height: 34px;
    justify-content: center;
    padding: 0 10px 0 7px;
    border-radius: 8px;
}

.about-page .qr-code {
    width: 90px;
    height: 90px;
    margin-top: 10px;
}

.about-page .footer-bottom {
    min-height: 42px;
    padding-bottom: 14px;
    font-size: 12.5px;
}

@media (max-width: 1280px) {
    .about-page .about-shell {
        width: min(1180px, calc(100% - 88px));
    }

    .about-intro {
        min-height: 710px;
    }

    .about-intro-copy {
        width: min(620px, 50%);
    }

    .about-intro-media {
        left: clamp(610px, 51%, 660px);
        height: 680px;
    }

    .about-values .about-shell {
        width: min(1180px, calc(100% - 88px));
    }

    .about-endorsement-grid article {
        padding: 26px 24px 22px;
    }

    .about-value-item {
        padding-left: 34px;
        padding-right: 34px;
    }

    .about-capability-panel {
        grid-template-columns: minmax(320px, .92fr) minmax(240px, .72fr) minmax(370px, 1fr);
        gap: 24px;
    }
}

@media (max-width: 1060px) {
    .about-page .about-shell {
        width: min(920px, calc(100% - 56px));
    }

    .about-intro {
        min-height: auto;
        padding: 0;
    }

    .about-intro-grid,
    .about-capability-panel,
    .about-cta-inner {
        grid-template-columns: 1fr;
    }

    .about-ai-core {
        display: none;
    }

    .about-intro-grid {
        display: grid;
        gap: 24px;
        min-height: 0;
    }

    .about-intro-copy {
        width: 100%;
        padding-top: 44px;
    }

    .about-intro-copy p,
    .about-intro-body p {
        font-size: 15.5px;
        line-height: 1.78;
        font-weight: 600;
    }

    .about-trust-row {
        width: 100%;
        max-width: none;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px 0;
        margin-top: 28px;
    }

    .about-trust-row div {
        min-width: 0;
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 8px;
        padding: 0 14px;
    }

    .about-trust-row div:not(:last-child)::after {
        display: block;
        right: 0;
        top: 50%;
        height: 28px;
        transform: translateY(-50%);
    }

    .about-trust-row div:nth-child(3n + 1) {
        padding-left: 0;
    }

    .about-trust-row div:nth-child(3n) {
        padding-right: 0;
    }

    .about-trust-row div:nth-child(3n)::after {
        display: none;
    }

    .about-trust-row::before,
    .about-trust-row::after {
        height: 30px;
    }

    .about-trust-row span {
        font-size: 21px;
        line-height: 1;
    }

    .about-trust-row strong {
        font-size: 12.5px;
        line-height: 1.3;
    }

    .about-stat-row em {
        font-size: 11.5px;
        line-height: 1.42;
    }

    .about-intro-media {
        position: relative;
        inset: auto;
        width: 100%;
        margin: 10px 0 0;
        height: 360px;
        border-left: 0;
        border-radius: 0 0 18px 18px;
    }

    .about-values {
        margin-top: 0;
        background: #eef6ff;
    }

    .about-values .about-shell {
        width: min(920px, calc(100% - 56px));
    }

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

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

    .about-mission-card {
        border-radius: 22px;
    }

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

    .about-office-grid,
    .about-culture-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-office-stack {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
    }

    .about-cta-art {
        display: none;
    }

    .about-cta-inner > div:first-child,
    .about-cta-actions {
        grid-column: 1;
        min-width: 0;
    }
}

@media (min-width: 761px) and (max-width: 1060px) {
    .about-section-lead {
        font-size: 15px;
        line-height: 1.68;
    }

    .about-endorsement-grid article {
        min-height: 142px;
        padding: 24px 22px 20px;
        border-radius: 16px;
    }

    .about-endorsement-grid span {
        font-size: 30px;
    }

    .about-endorsement-grid strong {
        margin-top: 9px;
        font-size: 16px;
        line-height: 1.32;
    }

    .about-endorsement-grid em {
        margin-top: 7px;
        font-size: 12.5px;
        line-height: 1.56;
    }

    .about-value-panel {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    .about-mission-card {
        grid-column: 1 / -1;
        min-height: 190px;
        padding: 38px 36px;
        border-radius: 20px;
    }

    .about-mission-card div {
        max-width: 360px;
    }

    .about-value-item {
        min-height: 132px;
        display: grid;
        grid-template-columns: 60px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 18px;
        align-items: center;
        padding: 22px;
        border: 1px solid rgba(190, 214, 248, .76);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(250, 253, 255, .48));
        box-shadow: 0 8px 18px rgba(31, 82, 156, .045);
        text-align: left;
    }

    .about-value-item:last-child {
        grid-column: 1 / -1;
        min-height: 118px;
    }

    .about-icon {
        width: 56px;
        height: 56px;
        grid-column: 1;
        grid-row: 1 / span 2;
        margin: 0;
    }

    .about-icon svg {
        width: 56px;
        height: 56px;
    }

    .about-value-item h3 {
        grid-column: 2;
        align-self: end;
        font-size: 19px;
    }

    .about-value-item p {
        grid-column: 2;
        max-width: none;
        margin: 6px 0 0;
        font-size: 14px;
        line-height: 1.64;
    }

    .about-capability-panel {
        gap: 18px;
        min-height: 0;
        padding: 22px 24px 24px;
    }

    .about-capability-list {
        width: 100%;
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
        background: transparent;
        justify-self: stretch;
    }

    .about-capability-list li {
        min-height: 88px;
        padding: 14px 14px 14px 52px;
        border: 1px solid rgba(181, 211, 249, .72);
        border-radius: 14px;
        background: rgba(255, 255, 255, .56);
        box-shadow: 0 8px 18px rgba(35, 105, 190, .045);
    }

    .about-capability-list span {
        left: 15px;
        top: 15px;
    }

    .about-capability-list strong {
        font-size: 14.5px;
        line-height: 1.28;
    }

    .about-capability-list em {
        font-size: 12.5px;
        line-height: 1.45;
    }

    .about-metric-grid {
        width: 100%;
        grid-auto-rows: 116px;
        gap: 12px 0;
        margin-top: 2px;
        margin-bottom: 0;
    }

    .about-metric-grid::before,
    .about-metric-grid::after {
        height: 116px;
        border-radius: 16px;
    }

    .about-metric-grid div {
        min-height: 116px;
        padding: 24px 18px 16px 78px;
    }

    .about-metric-grid div::before {
        left: 24px;
        width: 38px;
        height: 38px;
    }

    .about-cta-inner {
        min-height: 220px;
        grid-template-columns: minmax(0, 1fr) minmax(210px, .5fr);
        grid-template-rows: auto auto;
        gap: 18px 28px;
        align-items: center;
        padding: 28px 0;
    }

    .about-cta-inner > div:first-child {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
    }

    .about-cta h2 {
        max-width: 480px;
        font-size: 32px;
        line-height: 1.24;
    }

    .about-cta p {
        max-width: 460px;
        margin-top: 10px;
        line-height: 1.68;
    }

    .about-cta-actions {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        gap: 14px;
    }

    .about-cta-art {
        display: block;
        grid-column: 2;
        grid-row: 1 / 3;
        min-height: 180px;
        align-self: stretch;
        opacity: .9;
    }

    .about-cta-art::before {
        right: -140px;
        left: -170px;
        background-position: center, center, center;
        background-size: 100% 100%, 100% 100%, auto 180px;
    }
}

@media (max-width: 820px) {
    .about-hero h1 {
        font-size: 36px;
    }

    .about-hero p {
        max-width: 320px;
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.68;
        white-space: normal;
    }
}

@media (max-width: 760px) {
    .about-page .about-shell {
        width: calc(100% - 32px);
    }

    .about-hero {
        height: 350px;
        min-height: 350px;
    }

    .about-hero-inner {
        justify-content: center;
        height: 350px;
        min-height: 350px;
        padding: 74px 0 24px;
        text-align: center;
    }

    .about-hero-copy {
        max-width: 360px;
        margin: 0 auto;
    }

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

    .about-hero p {
        max-width: 320px;
        margin: 14px auto 0;
        font-size: 16px;
        line-height: 1.68;
    }

    .about-intro {
        padding-top: 0;
    }

    .about-section-kicker h2,
    .about-section-title h2,
    .about-office h2,
    .about-culture h2 {
        font-size: 24px;
    }

    .about-section-kicker em {
        left: 82px;
        font-size: 42px;
    }

    .about-intro-copy {
        padding-left: 0;
    }

    .about-intro-copy p,
    .about-intro-body p {
        margin-bottom: 10px;
        font-size: 15.5px;
        line-height: 1.78;
        font-weight: 600;
    }

    .about-stat-row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
        margin: 24px auto 0;
    }

    .about-stat-row div {
        min-width: 0;
        grid-template-columns: 32px minmax(0, 1fr);
        column-gap: 10px;
        justify-content: flex-start;
    }

    .about-stat-row div:not(:last-child)::after {
        display: none;
    }

    .about-stat-row span {
        font-size: 22px;
    }

    .about-stat-row strong {
        font-size: 13px;
        font-weight: 800;
    }

    .about-stat-row em {
        font-size: 12px;
        line-height: 1.42;
    }

    .about-trust-row {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: none;
        margin-top: 24px;
        padding: 10px;
        border: 1px solid rgba(181, 211, 249, .72);
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(235, 246, 255, .88), rgba(246, 251, 255, .66));
        box-shadow: 0 12px 28px rgba(33, 98, 178, .07);
    }

    .about-trust-row::before,
    .about-trust-row::after {
        display: none;
    }

    .about-trust-row div {
        min-height: 66px;
        grid-template-columns: 32px minmax(0, 1fr);
        column-gap: 10px;
        row-gap: 3px;
        align-content: center;
        justify-content: flex-start;
        padding: 10px 12px;
        border: 1px solid rgba(196, 220, 250, .72);
        border-radius: 14px;
        background: rgba(255, 255, 255, .74);
        box-shadow: 0 8px 18px rgba(35, 105, 190, .045);
    }

    .about-trust-row div::before {
        width: 30px;
        height: 30px;
    }

    .about-trust-row div:not(:last-child)::after {
        display: none;
    }

    .about-trust-row div:not(:last-child) {
        padding-right: 12px;
        border-right: 0;
    }

    .about-trust-row span {
        font-size: 22px;
        line-height: 1;
    }

    .about-trust-row strong {
        max-width: none;
        font-size: 13px;
        line-height: 1.28;
        font-weight: 800;
    }

    .about-trust-row em {
        font-size: 12px;
        line-height: 1.42;
    }

    .about-intro-media {
        margin-top: 14px;
        height: 250px;
        border-radius: 16px;
        box-shadow: 0 14px 32px rgba(31, 82, 156, .08);
    }

    .about-values .about-shell {
        width: calc(100% - 32px);
    }

    .about-endorsement {
        padding: 26px 0 12px;
    }

    .about-section-lead {
        margin: -2px 0 0;
        font-size: 14px;
        line-height: 1.68;
        text-align: left;
    }

    .about-endorsement-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .about-endorsement-grid article {
        min-height: auto;
        padding: 20px 18px 18px;
        border-radius: 14px;
    }

    .about-endorsement-grid span {
        font-size: 26px;
    }

    .about-endorsement-grid strong {
        margin-top: 8px;
        font-size: 15px;
        line-height: 1.34;
    }

    .about-endorsement-grid em {
        margin-top: 6px;
        font-size: 12.5px;
        line-height: 1.55;
    }

    .about-values {
        padding-bottom: 16px;
    }

    .about-value-panel,
    .about-metric-grid,
    .about-office-grid,
    .about-office-stack,
    .about-culture-grid {
        grid-template-columns: 1fr;
    }

    .about-value-panel {
        gap: 12px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        justify-items: stretch;
    }

    .about-mission-card,
    .about-value-item {
        min-height: auto;
        padding: 26px 24px;
    }

    .about-mission-card {
        width: 100%;
        min-height: 174px;
        border-radius: 18px;
    }

    .about-mission-card div {
        max-width: 320px;
    }

    .about-mission-card h2 {
        font-size: 24px;
    }

    .about-mission-card p {
        font-size: 14px;
        line-height: 1.72;
        font-weight: 500;
    }

    .about-value-item {
        width: 100%;
        min-height: 118px;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-rows: auto auto;
        column-gap: 16px;
        align-items: center;
        padding: 18px;
        border: 1px solid rgba(190, 214, 248, .76);
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .7), rgba(250, 253, 255, .48));
        box-shadow: 0 8px 18px rgba(31, 82, 156, .045);
        text-align: left;
    }

    .about-icon {
        width: 50px;
        height: 50px;
        grid-column: 1;
        grid-row: 1 / span 2;
        margin: 0;
    }

    .about-icon svg {
        width: 50px;
        height: 50px;
    }

    .about-value-item h3 {
        grid-column: 2;
        align-self: end;
        font-size: 18px;
    }

    .about-value-item p {
        grid-column: 2;
        max-width: none;
        margin: 6px 0 0;
        font-size: 13.5px;
        line-height: 1.62;
    }

    .about-value-item p,
    .about-icon {
        margin-left: 0;
        margin-right: 0;
    }

    .about-value-item::after {
        display: none;
    }

    .about-section-title {
        gap: 8px;
    }

    .about-section-title span {
        width: 30px;
        flex-basis: 30px;
    }

    .about-section-title span::before {
        left: 1px;
        width: 2px;
        height: 11px;
        box-shadow:
            7px 0 0 rgba(31, 125, 255, .44),
            14px 0 0 rgba(31, 125, 255, .68),
            21px 0 0 rgba(31, 125, 255, .96);
    }

    .about-section-title span:last-child::before {
        box-shadow:
            7px 0 0 rgba(31, 125, 255, .68),
            14px 0 0 rgba(31, 125, 255, .44),
            21px 0 0 rgba(31, 125, 255, .24);
    }

    .about-capability {
        padding-top: 12px;
    }

    .about-capability-panel {
        gap: 16px;
        min-height: 0;
        padding: 20px 16px;
        border-radius: 16px;
    }

    .about-capability-list {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        padding: 8px 0;
        justify-self: stretch;
    }

    .about-capability-list li {
        text-align: left;
    }

    .about-capability-list strong {
        font-size: 14.5px;
    }

    .about-capability-list em {
        font-size: 12px;
    }

    .about-metric-grid {
        grid-auto-rows: auto;
        gap: 10px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .about-metric-grid::before,
    .about-metric-grid::after {
        display: none;
    }

    .about-metric-grid div {
        min-height: 88px;
        padding: 19px 16px 16px 70px;
        border: 1px solid rgba(194, 216, 249, .74);
        border-radius: 16px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(250, 253, 255, .42));
        box-shadow: 0 8px 18px rgba(28, 89, 166, .045);
    }

    .about-metric-grid div::before {
        left: 22px;
        width: 38px;
        height: 38px;
    }

    .about-metric-grid div::after {
        display: none;
    }

    .about-metric-grid span {
        font-size: 22px;
    }

    .about-metric-grid strong {
        font-size: 13px;
    }

    .about-metric-grid em {
        font-size: 11.5px;
    }

    .about-history {
        padding: 18px 0 34px;
    }

    .about-timeline {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 14px 0 18px 30px;
    }

    .about-timeline::before {
        left: 9px;
        right: auto;
        top: 4px;
        bottom: 12px;
        width: 2px;
        height: auto;
        background: #197cff;
    }

    .about-timeline::after {
        display: block;
        left: 4px;
        right: auto;
        top: auto;
        bottom: 2px;
        width: 12px;
        height: 12px;
        border: 0;
        background: #197cff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

    .about-timeline li {
        min-height: 0;
        padding: 0 0 0 24px;
        text-align: left;
    }

    .about-timeline li::before {
        top: 1px;
        left: -30px;
        width: 15px;
        height: 15px;
        border-width: 3px;
        transform: none;
    }

    .about-timeline li::after {
        display: none;
    }

    .about-timeline em {
        margin-left: 0;
        max-width: 260px;
    }

    .about-image-card,
    .about-image-card.is-large,
    .about-image-card.is-wide {
        --about-card-min: 190px;
    }

    .about-office {
        padding: 18px 0 36px;
    }

    .about-office .about-image-card,
    .about-office .about-image-card.is-large,
    .about-office .about-office-stack .about-image-card {
        --about-card-min: 301px;
    }

    .about-office-stack .about-image-card h3,
    .about-image-card h3 {
        margin-top: calc(var(--about-card-min) - 74px);
    }

    .about-cta-inner {
        min-height: auto;
        gap: 18px;
        align-items: start;
        padding: 34px 0 36px;
    }

    .about-cta h2 {
        max-width: 380px;
        font-size: 28px;
        line-height: 1.28;
    }

    .about-cta p {
        max-width: 340px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.7;
    }

    .about-cta-actions {
        width: min(100%, 398px);
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
    }

    .about-primary-btn,
    .about-secondary-btn {
        flex: 1 1 150px;
    }
}

@media (min-width: 481px) and (max-width: 560px) {
    .about-capability-panel {
        gap: 14px;
        padding: 18px 14px 22px;
    }

    .about-capability-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 0;
    }

    .about-capability-list li {
        min-height: 78px;
        padding: 12px 10px 12px 44px;
        border: 1px solid rgba(181, 211, 249, .72);
        border-radius: 13px;
        background: rgba(255, 255, 255, .56);
        box-shadow: 0 8px 16px rgba(35, 105, 190, .04);
    }

    .about-capability-list span {
        left: 12px;
        top: 13px;
        width: 24px;
        height: 24px;
    }

    .about-capability-list span::before {
        width: 17px;
        height: 17px;
        background-size: 17px 17px;
    }

    .about-capability-list strong {
        font-size: 13.2px;
        line-height: 1.28;
    }

    .about-capability-list em {
        margin-top: 4px;
        font-size: 11.4px;
        line-height: 1.42;
    }

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

    .about-metric-grid div {
        min-height: 98px;
        padding: 20px 12px 15px 62px;
    }

    .about-metric-grid div::before {
        left: 17px;
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 561px) and (max-width: 760px) {
    .about-value-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .about-mission-card {
        grid-column: 1 / -1;
        min-height: 180px;
        padding: 34px 32px;
    }

    .about-value-item {
        min-height: 126px;
        padding: 18px;
    }

    .about-value-item:last-child {
        grid-column: 1 / -1;
        min-height: 112px;
    }

    .about-cta-inner {
        min-height: 220px;
        grid-template-columns: minmax(0, 1fr) minmax(150px, .42fr);
        grid-template-rows: auto auto;
        gap: 16px 22px;
        align-items: center;
        padding: 28px 0;
    }

    .about-cta-inner > div:first-child {
        grid-column: 1;
        grid-row: 1;
        align-self: end;
    }

    .about-cta h2 {
        max-width: none;
        font-size: 26px;
        line-height: 1.25;
    }

    .about-cta p {
        max-width: none;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.62;
    }

    .about-cta-actions {
        width: auto;
        grid-column: 1;
        grid-row: 2;
        align-self: start;
        flex-wrap: nowrap;
        gap: 12px;
    }

    .about-primary-btn,
    .about-secondary-btn {
        min-width: 136px;
        height: 44px;
        flex: 0 0 136px;
    }

    .about-cta-art {
        display: block;
        grid-column: 2;
        grid-row: 1 / 3;
        min-height: 176px;
        align-self: stretch;
        opacity: .82;
    }

    .about-cta-art::before {
        right: -92px;
        left: -136px;
        background-position: center, center, center;
        background-size: 100% 100%, 100% 100%, auto 176px;
    }

    .about-capability-panel {
        gap: 16px;
        padding: 22px 20px 24px;
    }

    .about-capability-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding: 0;
    }

    .about-capability-list li {
        min-height: 82px;
        padding: 14px 14px 14px 52px;
        border: 1px solid rgba(181, 211, 249, .72);
        border-radius: 14px;
        background: rgba(255, 255, 255, .56);
        box-shadow: 0 8px 18px rgba(35, 105, 190, .045);
    }

    .about-capability-list span {
        left: 15px;
        top: 15px;
    }

    .about-capability-list strong {
        font-size: 14px;
        line-height: 1.28;
    }

    .about-capability-list em {
        font-size: 12px;
        line-height: 1.45;
    }

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

    .about-metric-grid div {
        min-height: 104px;
        padding: 22px 14px 16px 72px;
    }
}

@media (max-width: 420px) {
    .about-page .about-shell {
        width: calc(100% - 24px);
    }

    .about-history .about-section-title {
        gap: 5px;
    }

    .about-history .about-section-title span {
        width: 30px;
        flex-basis: 30px;
    }

    .about-history .about-section-title span::before {
        left: 1px;
        width: 2px;
        height: 11px;
        box-shadow:
            7px 0 0 rgba(31, 125, 255, .44),
            14px 0 0 rgba(31, 125, 255, .68),
            21px 0 0 rgba(31, 125, 255, .96);
    }

    .about-history .about-section-title span:last-child::before {
        box-shadow:
            7px 0 0 rgba(31, 125, 255, .68),
            14px 0 0 rgba(31, 125, 255, .44),
            21px 0 0 rgba(31, 125, 255, .24);
    }

    .about-history .about-section-title h2 {
        font-size: 20px;
        white-space: nowrap;
    }

    .about-hero {
        height: 350px;
        min-height: 350px;
    }

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

    .about-hero p {
        max-width: 300px;
        font-size: 15px;
    }

    .about-stat-row {
        gap: 8px;
    }

    .about-stat-row div {
        grid-template-columns: 26px auto;
        column-gap: 4px;
    }

    .about-stat-row span {
        font-size: 20px;
    }

    .about-stat-row strong {
        font-size: 12.5px;
    }

    .about-stat-row em {
        font-size: 11.5px;
    }

    .about-intro-copy p,
    .about-intro-body p {
        font-size: 15.5px;
        line-height: 1.78;
    }

    .about-trust-row {
        gap: 8px;
        margin-top: 20px;
        padding: 8px;
        border-radius: 16px;
    }

    .about-trust-row div {
        min-height: 60px;
        grid-template-columns: 30px minmax(0, 1fr);
        column-gap: 9px;
        padding: 9px 10px;
        border-radius: 13px;
    }

    .about-trust-row div::before {
        width: 28px;
        height: 28px;
    }

    .about-trust-row span {
        font-size: 20px;
        line-height: 1;
    }

    .about-trust-row strong {
        max-width: none;
        font-size: 12.5px;
        line-height: 1.28;
        font-weight: 800;
    }

    .about-trust-row em {
        font-size: 11.5px;
        line-height: 1.38;
    }

    .about-intro-media {
        margin-top: 12px;
        height: 220px;
        border-radius: 14px;
    }

    .about-values .about-shell {
        width: calc(100% - 24px);
    }

    .about-endorsement-grid span {
        font-size: 25px;
    }

    .about-endorsement-grid strong {
        font-size: 14.5px;
    }

    .about-endorsement-grid em {
        font-size: 12.2px;
        line-height: 1.52;
    }

    .about-mission-card {
        min-height: 168px;
        padding: 24px 22px;
    }

    .about-value-item {
        min-height: 108px;
        grid-template-columns: 48px minmax(0, 1fr);
        column-gap: 14px;
        padding: 16px;
    }

    .about-icon,
    .about-icon svg {
        width: 46px;
        height: 46px;
    }

    .about-cta h2 {
        font-size: 24px;
    }

    .about-cta p {
        max-width: 300px;
    }

    .about-primary-btn,
    .about-secondary-btn {
        min-width: 132px;
    }
}
