/* Shared brand-statement footer for the homepage and product page. */
body .brand-statement-footer {
    width: 100%;
    min-height: 100svh;
    height: 100svh;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
}

body .brand-statement-footer > .container {
    width: 100% !important;
    max-width: none !important;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    display: flex;
}

body .brand-statement-footer .brand-statement-card {
    width: 100%;
    min-height: 100%;
    height: 100%;
    padding: clamp(72px, 9svh, 96px) max(32px, calc((100% - 1340px) / 2 + 32px)) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 !important;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: url('shared/brand/nexreach-brand-footer.jpg') center / cover no-repeat !important;
    box-shadow: none !important;
    text-align: left !important;
}

body .brand-statement-footer .brand-statement-card::before,
body .brand-statement-footer .brand-statement-card::after {
    content: '';
    position: absolute;
    inset: -30%;
    width: auto !important;
    height: auto;
    aspect-ratio: auto;
    display: block !important;
    pointer-events: none;
    border: 0;
    border-radius: 0;
    z-index: 0;
    will-change: transform, opacity;
}

body .brand-statement-footer .brand-statement-card::before {
    background:
        radial-gradient(ellipse at 18% 24%, rgba(44, 175, 206, 0.96) 0%, rgba(44, 175, 206, 0.34) 24%, transparent 50%),
        radial-gradient(ellipse at 78% 20%, rgba(16, 90, 115, 0.96) 0%, rgba(16, 90, 115, 0.26) 30%, transparent 56%),
        radial-gradient(ellipse at 70% 82%, rgba(44, 175, 206, 0.72) 0%, rgba(44, 175, 206, 0.18) 26%, transparent 52%),
        radial-gradient(ellipse at 28% 76%, rgba(16, 90, 115, 0.88) 0%, rgba(16, 90, 115, 0.22) 30%, transparent 58%) !important;
    filter: blur(48px) saturate(135%);
    opacity: 0.88;
    transform: translate3d(-5%, -3%, 0) scale(1.04) rotate(-3deg);
    animation: brand-mesh-flow-primary 16s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate !important;
}

body .brand-statement-footer .brand-statement-card::after {
    background:
        radial-gradient(ellipse at 22% 68%, rgba(44, 175, 206, 0.68) 0%, rgba(44, 175, 206, 0.14) 28%, transparent 54%),
        radial-gradient(ellipse at 84% 36%, rgba(16, 90, 115, 0.90) 0%, rgba(16, 90, 115, 0.18) 30%, transparent 58%),
        radial-gradient(ellipse at 48% 48%, rgba(44, 175, 206, 0.44) 0%, rgba(44, 175, 206, 0.10) 34%, transparent 64%) !important;
    filter: blur(66px) saturate(145%);
    mix-blend-mode: screen;
    opacity: 0.58;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    transform: translate3d(5%, 2%, 0) scale(1.10) rotate(4deg);
    animation: brand-mesh-flow-secondary 23s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate !important;
}

@keyframes brand-mesh-flow-primary {
    0% {
        transform: translate3d(-5%, -3%, 0) scale(1.04) rotate(-3deg);
        opacity: 0.82;
    }
    50% {
        transform: translate3d(3%, 5%, 0) scale(1.16) rotate(1deg);
        opacity: 0.94;
    }
    100% {
        transform: translate3d(7%, -1%, 0) scale(1.10) rotate(4deg);
        opacity: 0.86;
    }
}

@keyframes brand-mesh-flow-secondary {
    0% {
        transform: translate3d(5%, 2%, 0) scale(1.10) rotate(4deg);
        opacity: 0.48;
    }
    50% {
        transform: translate3d(-4%, -4%, 0) scale(1.20) rotate(-2deg);
        opacity: 0.66;
    }
    100% {
        transform: translate3d(-7%, 4%, 0) scale(1.13) rotate(-5deg);
        opacity: 0.54;
    }
}

body .brand-statement-footer .brand-statement-content {
    position: relative;
    z-index: 2;
    width: min(100%, 1340px);
    min-height: clamp(520px, 68svh, 680px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

body .brand-statement-footer .brand-statement-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body .brand-statement-footer .brand-statement-label::before {
    content: '';
    width: 42px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2cafce, #ece980);
}

body .brand-statement-footer .brand-statement-title {
    max-width: 1220px;
    margin: clamp(52px, 8svh, 78px) 0;
    color: #ffffff !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(58px, 6.2vw, 92px);
    font-weight: 400 !important;
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-align: left;
    text-shadow: none !important;
}

body .brand-statement-footer .brand-statement-title > span {
    display: block;
    white-space: nowrap;
}

body .brand-statement-footer .brand-statement-copy {
    width: min(100%, 760px);
    padding-top: clamp(10px, 1.5svh, 16px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border-top: 0;
}

body .brand-statement-footer .brand-statement-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76) !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    text-shadow: none !important;
}

body .brand-statement-footer .brand-statement-copy p[lang="en"] {
    margin-left: 15px;
}

@media (prefers-reduced-motion: reduce) {
    body .brand-statement-footer .brand-statement-card::before,
    body .brand-statement-footer .brand-statement-card::after {
        animation: none !important;
        transform: none;
    }
}

@media (prefers-reduced-transparency: reduce) {
    body .brand-statement-footer .brand-statement-card {
        background: linear-gradient(135deg, #105a73 0%, #2cafce 140%) !important;
    }

    body .brand-statement-footer .brand-statement-card::before,
    body .brand-statement-footer .brand-statement-card::after {
        display: none !important;
    }

}

@media (max-width: 768px) {
    body .brand-statement-footer,
    body .brand-statement-footer .brand-statement-card {
        height: auto;
        min-height: 100svh;
    }

    body .brand-statement-footer .brand-statement-card {
        padding: 72px 24px 40px !important;
        align-items: stretch;
        background: url('home/more-than-moving-money/expanded-card-background.png') center / cover no-repeat !important;
    }

    body .brand-statement-footer .brand-statement-card::before,
    body .brand-statement-footer .brand-statement-card::after {
        display: none !important;
    }

    body .brand-statement-footer .brand-statement-content {
        min-height: calc(100svh - 112px);
        justify-content: flex-end;
    }

    body .brand-statement-footer .brand-statement-label {
        font-size: 11px;
        letter-spacing: 0.10em;
    }

    body .brand-statement-footer .brand-statement-label::before {
        width: 30px;
    }

    body .brand-statement-footer .brand-statement-title {
        margin: 48px 0;
        font-size: clamp(42px, 12.5vw, 58px);
        line-height: 1.02;
        letter-spacing: -0.045em;
    }

    body .brand-statement-footer .brand-statement-copy {
        padding-top: 24px;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body .brand-statement-footer .brand-statement-copy p {
        font-size: 16px;
        line-height: 1.55;
    }
}

/* Match About Us and Footer spacing to the homepage section rhythm. */
body:not(.page-product) .about-us-section {
    padding-top: var(--home-section-space) !important;
    padding-bottom: var(--home-section-space) !important;
    box-sizing: border-box;
}

body:not(.page-product) .brand-statement-footer .brand-statement-card {
    padding-top: var(--home-section-space) !important;
    padding-bottom: var(--home-section-space) !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-content {
    min-height: calc(100svh - var(--home-section-space) - var(--home-section-space));
}

/* Shared full-screen About Us section shown before the brand statement footer. */
body .section-eyebrow-pill {
    display: inline-flex !important;
    width: fit-content;
    min-height: 34px;
    margin: 0 0 16px;
    padding: 8px 16px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(44, 175, 206, 0.18), rgba(16, 90, 115, 0.12));
    color: #105a73 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1;
    letter-spacing: 0.08em !important;
    text-align: center;
    text-transform: none;
    box-shadow: none !important;
}

body .section-eyebrow-pill::before,
body .section-eyebrow-pill::after {
    content: none !important;
    display: none !important;
}

body .about-us-section {
    width: 100%;
    min-height: 100svh;
    padding: clamp(80px, 10svh, 112px) 32px;
    display: flex;
    align-items: flex-start;
    background: #dbe9f8;
    color: #105a73;
}

body .about-us-container {
    width: min(100%, 1340px);
    margin: 0 auto;
}

body .about-us-header {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
}

body .about-us-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #105a73;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.10em;
}

body .about-us-label::before,
body .about-us-label::after {
    content: '';
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2cafce, #105a73);
}

body .about-us-header h2 {
    margin: 24px 0 0;
    color: #105a73 !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(52px, 5.4vw, 78px);
    font-weight: 400 !important;
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-align: center;
    text-shadow: none !important;
}

body .about-us-copy-grid {
    margin-top: clamp(62px, 9svh, 90px);
    padding-top: clamp(30px, 4svh, 42px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(48px, 7vw, 104px);
    border-top: 1px solid rgba(16, 90, 115, 0.18);
}

body .about-us-copy-column {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

body .about-us-copy-column + .about-us-copy-column {
    padding-left: clamp(48px, 7vw, 104px);
    border-left: 1px solid rgba(16, 90, 115, 0.14);
}

body .about-us-copy-column p {
    max-width: 560px;
    margin: 0;
    color: rgba(16, 58, 73, 0.76) !important;
    font-family: 'Poppins', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: clamp(15px, 1.25vw, 17px);
    font-weight: 300;
    line-height: 1.72;
    letter-spacing: 0;
    text-align: left;
    text-shadow: none !important;
}

body .about-us-section,
body .about-us-section * {
    box-shadow: none !important;
}

@media (max-width: 768px) {
    body .about-us-section {
        min-height: 100svh;
        padding: 56px 24px 36px;
        align-items: flex-start;
    }

    body .about-us-label {
        font-size: 11px;
        letter-spacing: 0.08em;
    }

    body .about-us-label::before,
    body .about-us-label::after {
        width: 24px;
    }

    body .about-us-header h2 {
        margin-top: 20px;
        font-size: clamp(40px, 11.5vw, 54px);
        line-height: 1.04;
    }

    body .about-us-copy-grid {
        margin-top: 42px;
        padding-top: 28px;
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body .about-us-copy-column + .about-us-copy-column {
        padding: 28px 0 0;
        border-top: 1px solid rgba(16, 90, 115, 0.12);
        border-left: 0;
    }

    body .about-us-copy-column {
        gap: 18px;
    }

    body .about-us-copy-column p {
        max-width: none;
        font-size: 15px;
        line-height: 1.68;
    }
}

/* About Us image treatment and high-contrast white typography. */
body .about-us-section {
    background-color: #105a73 !important;
    background-image:
        linear-gradient(180deg, rgba(7, 63, 85, 0.36), rgba(7, 63, 85, 0.52)),
        url('home/about/about-background.png') !important;
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    color: #ffffff !important;
}

body:not(.page-product) .about-us-section {
    background-image:
        linear-gradient(180deg, rgba(7, 63, 85, 0.36), rgba(7, 63, 85, 0.52)),
        url('home/about/about-background.png') !important;
}

body .about-us-section .section-eyebrow-pill {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff !important;
}

body .about-us-section .about-us-header h2,
body .about-us-section .about-us-copy-column p {
    color: #ffffff !important;
}

body .about-us-section .about-us-label::before,
body .about-us-section .about-us-label::after {
    background: rgba(255, 255, 255, 0.72);
}

body .about-us-section .about-us-copy-grid {
    border-top-color: rgba(255, 255, 255, 0.36);
}

body .about-us-section .about-us-copy-column + .about-us-copy-column {
    border-left-color: rgba(255, 255, 255, 0.28);
}

@media (max-width: 768px) {
    body .about-us-section {
        background-position: center, 54% center;
    }

    body .about-us-section .about-us-copy-column + .about-us-copy-column {
        border-top-color: rgba(255, 255, 255, 0.28);
        border-left: 0;
    }
}

/* Center the About Us and Brand Statement copy vertically on desktop. */
@media (min-width: 769px) {
    body .about-us-section {
        align-items: center;
    }

    body .about-us-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        height: auto !important;
        min-height: 0 !important;
        justify-content: center !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy,
    body.page-product .brand-statement-footer .brand-statement-copy {
        margin-top: -10px !important;
        padding-top: 0 !important;
    }
}

/* About Us: Apple-style editorial hierarchy with large display type. */
body .about-us-section {
    position: relative;
}

body .about-us-container {
    width: min(100%, 1120px);
    padding: clamp(48px, 8svh, 96px) 0;
}

body .about-us-header {
    position: relative;
    width: 100%;
}

body .about-us-header .about-us-label {
    gap: 10px;
    padding: 7px 17px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    backdrop-filter: blur(18px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    letter-spacing: 0.17em;
}

body .about-us-header h2 {
    margin-top: clamp(34px, 6svh, 60px);
    max-width: 1060px;
    font-size: clamp(56px, 6.4vw, 90px);
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body .about-us-copy-grid {
    width: 100%;
    margin-top: clamp(72px, 11svh, 120px);
    padding: 0;
    gap: clamp(64px, 9vw, 120px);
    border-top: 0;
}

body .about-us-copy-column {
    gap: 0;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

/* Lead sentence: larger, brighter. Supporting sentence: smaller, softer. */
body .about-us-copy-column p:nth-child(1),
body .about-us-copy-column p:nth-child(3) {
    max-width: 500px;
    margin: 0 0 26px;
    color: #ffffff !important;
    font-size: clamp(20px, 1.7vw, 24px);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.012em;
}

body .about-us-copy-column p:nth-child(2),
body .about-us-copy-column p:nth-child(4) {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: 0.002em;
}

body .about-us-copy-column + .about-us-copy-column {
    padding-left: clamp(64px, 9vw, 120px);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
    body .about-us-container {
        width: 100%;
        padding: 36px 0;
    }

    body .about-us-header h2 {
        margin-top: 26px;
        font-size: clamp(42px, 11.5vw, 54px);
        line-height: 1.04;
        letter-spacing: -0.045em;
    }

    body .about-us-copy-grid {
        margin-top: 52px;
        gap: 40px;
    }

    body .about-us-copy-column,
    body .about-us-copy-column + .about-us-copy-column {
        padding: 0;
        border-left: 0;
    }

    body .about-us-copy-column p:nth-child(1),
    body .about-us-copy-column p:nth-child(3) {
        margin-bottom: 20px;
        font-size: 19px;
    }

    body .about-us-copy-column p:nth-child(2),
    body .about-us-copy-column p:nth-child(4) {
        max-width: none;
        font-size: 15.5px;
    }
}

/* Mobile English Footer title: protect Poppins descenders such as “g”. */
@media (max-width: 768px) {
    body:not(.lang-cn) .brand-statement-footer .brand-statement-title,
    body:not(.lang-cn) .brand-statement-footer .brand-statement-title span[lang="en"] {
        line-height: 1.2 !important;
        overflow: visible !important;
    }
}

/* Chinese mobile Footer copy must wrap inside the available column. */
@media (max-width: 768px) {
    body.lang-cn .brand-statement-footer .brand-statement-title {
        max-width: 100% !important;
        font-size: clamp(34px, 10vw, 46px) !important;
        line-height: 1.12 !important;
    }

    body.lang-cn .brand-statement-footer .brand-statement-title span[lang="zh"] {
        display: block !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.lang-cn .brand-statement-footer .brand-statement-copy,
    body.lang-cn .brand-statement-footer .brand-statement-copy p[lang="zh"] {
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: break-word;
    }
}

/* Mobile About Us also clears the fixed navigation before its copy begins. */
@media (max-width: 768px) {
    body:not(.page-product) .about-us-section {
        --mobile-section-space: clamp(96px, 12svh, 112px);
        min-height: 100svh !important;
        height: auto !important;
        padding-top: var(--mobile-section-space) !important;
        padding-bottom: var(--mobile-section-space) !important;
        align-items: stretch !important;
    }

    body:not(.page-product) .about-us-section > .about-us-container {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

/* Align About Us and Brand Statement content with the navigation logo. */
body .about-us-section {
    padding-left: var(--site-content-gutter) !important;
    padding-right: var(--site-content-gutter) !important;
}

body .about-us-header {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

body .about-us-header h2 {
    text-align: left !important;
}

body .brand-statement-footer .brand-statement-card {
    padding-left: max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) !important;
    padding-right: max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) !important;
    border: 0 !important;
}

body .brand-statement-footer .brand-statement-content {
    width: min(100%, var(--home-content-max));
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 768px) {
    body .brand-statement-footer,
    body .brand-statement-footer .brand-statement-card {
        height: 100svh !important;
        min-height: 100svh !important;
    }

    body .brand-statement-footer .brand-statement-card {
        padding-top: 48px !important;
        padding-bottom: 24px !important;
        background-position: right center !important;
        overflow: hidden;
    }

    body .brand-statement-footer .brand-statement-content {
        height: 100%;
        min-height: 0 !important;
    }
}

/* Keep the fixed navigation clear of the Footer's opening copy. */
body:not(.page-product) .brand-statement-footer .brand-statement-card,
body.page-product .brand-statement-footer .brand-statement-card {
    padding-top: clamp(96px, 12svh, 128px) !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-content,
body.page-product .brand-statement-footer .brand-statement-content {
    height: auto !important;
    min-height: calc(100svh - clamp(96px, 12svh, 128px) - var(--home-section-space)) !important;
    justify-content: flex-start !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-title,
body.page-product .brand-statement-footer .brand-statement-title {
    margin: clamp(24px, 4svh, 36px) 0 0 !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-copy,
body.page-product .brand-statement-footer .brand-statement-copy {
    margin-top: auto;
}

@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-card,
    body.page-product .brand-statement-footer .brand-statement-card {
        padding-top: 104px !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        min-height: calc(100svh - 104px - var(--home-section-space)) !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        margin-top: 28px !important;
    }
}

/* Desktop final pass: center the Footer group while keeping its top safe area. */
@media (min-width: 769px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        height: auto !important;
        min-height: 0 !important;
        justify-content: center !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy,
    body.page-product .brand-statement-footer .brand-statement-copy {
        margin-top: -10px !important;
        padding-top: 0 !important;
    }

    /* Lift the title and supporting line together so their visual center
       aligns with the right-side framed ornament. */
    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        transform: translateY(clamp(-32px, -3.3svh, -16px));
    }

    /* Nudge the "Value In Motion" title up 30px while keeping the copy level. */
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        transform: translateY(-30px);
    }
}

/* About Us: scroll-driven rise — image grows to fill; copy fades in last.
   --about-progress goes 0 -> 1 as the sticky track scrolls. */
body .about-us-section {
    position: relative;
    height: 280vh;
    overflow: visible;
}

body .about-us-section .about-us-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

body .about-us-section .about-us-bg-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

body .about-us-section .about-us-bg-panel {
    position: absolute;
    left: 50%;
    width: calc(30% + (100% - 30%) * var(--about-progress, 0));
    height: calc(34vh + (100vh - 34vh) * var(--about-progress, 0));
    bottom: calc(0% - (0% - 0%) * var(--about-progress, 0));
    border-radius: calc(28px + (0px - 28px) * var(--about-progress, 0));
    overflow: hidden;
    transform: translate3d(
        -50%,
        calc(52% * (1 - var(--about-progress, 0))),
        0
    ) scale(calc(0.82 + 0.18 * var(--about-progress, 0)));
    opacity: calc(0 + 1 * var(--about-progress, 0));
    will-change: transform, opacity, width, height, border-radius;
}

body .about-us-section .about-us-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body .about-us-section .about-us-bg-veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 63, 85, 0.30) 0%, rgba(7, 63, 85, 0.55) 100%);
}

/* Copy fades in only near the end of the rise. */
body .about-us-section .about-us-container {
    position: relative;
    z-index: 2;
    opacity: calc(
        0 + 1 * clamp(0, (var(--about-progress, 0) - 0.55) / 0.28, 1)
    );
    transform: translate3d(
        0,
        calc(28px * (1 - clamp(0, (var(--about-progress, 0) - 0.55) / 0.28, 1))),
        0
    );
}

body:not(.page-product) .about-us-section {
    background-color: #105a73 !important;
    background-image: none !important;
}

/* Product page About Us shares the same rising-image treatment. */
body.page-product .about-us-section {
    background-color: #105a73 !important;
    background-image: none !important;
}

/* Product page copy stays white over the dark artwork. */
body:not(.page-product) .about-us-section .about-us-container,
body.page-product .about-us-section .about-us-container {
    color: #ffffff !important;
}

body .about-us-section .about-us-header h2,
body .about-us-section .about-us-copy-column p,
body .about-us-section .about-us-label {
    color: #ffffff !important;
}

@media (prefers-reduced-motion: reduce) {
    body .about-us-section {
        height: auto;
    }
    body .about-us-section .about-us-sticky {
        position: relative;
        height: auto;
    }
    body .about-us-section .about-us-bg-panel {
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translate3d(-50%, 0, 0) scale(1);
        opacity: 1;
    }
    body .about-us-section .about-us-bg-layer {
        opacity: 0.55;
    }
    body .about-us-section .about-us-container {
        opacity: 1;
        transform: none;
    }
}

/* ------------------------------------------------------------------
   About Us "Supporting Businesses Beyond Payments" — scroll-driven rise.
   The image grows from the bottom-centre to fill the module, then the
   copy fades in. Progress is driven by scrolling (JS sets
   --about-progress 0 -> 1), so the animation pauses when scrolling stops.
   These overrides neutralise the legacy full-screen layout rules that
   would otherwise break the sticky track / vertical centring.
   ------------------------------------------------------------------ */
body .about-us-section {
    display: block !important;
    align-items: initial !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

/* The sticky child must fill the track and centre its content. */
body .about-us-section .about-us-sticky {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100vh !important;
}

body .about-us-section .about-us-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Mobile: keep a stable full-background layout that never clips. Content
   flows naturally and stays vertically centred, regardless of the JS
   scroll progress (which applies to the desktop sticky track). */
@media (max-width: 768px) {
    body .about-us-section {
        height: auto !important;
    }

    body .about-us-section .about-us-sticky {
        position: relative !important;
        height: auto !important;
        min-height: 100svh !important;
        overflow: visible !important;
        padding-top: clamp(96px, 12svh, 112px) !important;
        padding-bottom: 40px !important;
    }

    body .about-us-section .about-us-bg-panel {
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        transform: none !important;
        opacity: 1 !important;
    }

    body .about-us-section .about-us-container {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Full-viewport About Us typography and ordered scroll reveal. */
body .about-us-section .about-us-bg-layer,
body .about-us-section .about-us-sticky {
    background: #105a73;
}

/* The legacy section rhythm adds 72px top/bottom padding on the homepage.
   Remove it here so the sticky image and its background share one exact
   viewport height all the way to the end of the track. */
body:not(.page-product) .about-us-section,
body.page-product .about-us-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .about-us-section .about-us-bg-panel {
    /* Width/height interpolation alone reaches the exact sticky viewport
       bounds at progress 1; an extra scale would leave a visible colour seam. */
    width: var(--about-panel-width, 30%) !important;
    height: var(--about-panel-height, 34vh) !important;
    bottom: 0 !important;
    border-radius: var(--about-panel-radius, 28px) !important;
    opacity: var(--about-panel-opacity, 0) !important;
    transform: translate3d(
        -50%,
        var(--about-panel-y, 52%),
        0
    ) !important;
}

body .about-us-section .about-us-container {
    width: min(calc(100% - (2 * var(--site-content-gutter))), var(--home-content-max)) !important;
    max-width: var(--home-content-max) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: clamp(28px, 5vw, 88px) 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

body .about-us-section .about-us-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: center !important;
    opacity: var(--about-title-opacity, 0);
    transform: translate3d(0, var(--about-title-y, 30px), 0);
    will-change: transform, opacity;
}

body .about-us-section .about-us-header h2 {
    width: 100% !important;
    max-width: 1060px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    font-size: clamp(56px, 6.4vw, 90px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.055em !important;
}

body .about-us-section .about-us-copy-grid {
    width: 100% !important;
    max-width: none !important;
    margin-top: clamp(42px, 6vh, 78px) !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(36px, 7vw, 120px) !important;
    border: 0 !important;
    opacity: var(--about-copy-opacity, 0);
    transform: translate3d(0, var(--about-copy-y, 26px), 0);
    will-change: transform, opacity;
}

body .about-us-section .about-us-copy-column,
body .about-us-section .about-us-copy-column + .about-us-copy-column {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
    align-items: flex-start;
    text-align: left;
}

body .about-us-section .about-us-copy-column p,
body .about-us-section .about-us-copy-column p:nth-child(1),
body .about-us-section .about-us-copy-column p:nth-child(2),
body .about-us-section .about-us-copy-column p:nth-child(3),
body .about-us-section .about-us-copy-column p:nth-child(4) {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    body .about-us-section .about-us-bg-panel {
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        opacity: 1 !important;
        transform: none !important;
    }

    body .about-us-section .about-us-container {
        width: calc(100% - 48px) !important;
        max-width: none !important;
        padding: 40px 24px !important;
    }

    body .about-us-section .about-us-header h2 {
        font-size: clamp(42px, 11vw, 64px) !important;
        line-height: 1.02 !important;
    }

    body .about-us-section .about-us-copy-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        margin-top: 38px !important;
    }

    body .about-us-section .about-us-header,
    body .about-us-section .about-us-copy-grid {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .about-us-section .about-us-header,
    body .about-us-section .about-us-copy-grid {
        opacity: 1;
        transform: none;
    }
}

/* About Us copy: keep both language columns visually symmetric and centre
   the complete text group inside the sticky viewport. */
body .about-us-section .about-us-container {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
}

body .about-us-section .about-us-copy-grid {
    align-items: center !important;
    align-content: center !important;
}

body .about-us-section .about-us-copy-column,
body .about-us-section .about-us-copy-column + .about-us-copy-column {
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
}

body .about-us-section .about-us-copy-column p,
body .about-us-section .about-us-copy-column p:nth-child(1),
body .about-us-section .about-us-copy-column p:nth-child(2),
body .about-us-section .about-us-copy-column p:nth-child(3),
body .about-us-section .about-us-copy-column p:nth-child(4) {
    width: 100% !important;
    max-width: 580px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

body .about-us-section .about-us-header h2 {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    body .about-us-section .about-us-container {
        justify-content: center !important;
    }

    body .about-us-section .about-us-copy-column,
    body .about-us-section .about-us-copy-column + .about-us-copy-column {
        align-items: flex-start !important;
        text-align: left !important;
    }
}

/* Homepage About: static full-background composition with text-only motion. */
body:not(.page-product) .about-us-section {
    position: relative !important;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: #105a73 !important;
    box-sizing: border-box !important;
}

body:not(.page-product) .about-us-section .about-us-sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
}

body:not(.page-product) .about-us-section .about-us-bg-layer,
body:not(.page-product) .about-us-section .about-us-bg-panel {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
    transform: none !important;
    border-radius: 0 !important;
}

body:not(.page-product) .about-us-section .about-us-bg-panel {
    left: 0 !important;
    bottom: 0 !important;
}

body:not(.page-product) .about-us-section .about-us-bg-img {
    object-fit: cover !important;
    object-position: center !important;
}

body:not(.page-product) .about-us-section .about-us-bg-veil {
    background:
        linear-gradient(180deg, rgba(5, 37, 52, 0.02) 0%, rgba(5, 37, 52, 0.02) 54%, rgba(5, 37, 52, 0.48) 100%),
        linear-gradient(90deg, rgba(5, 37, 52, 0.10) 0%, rgba(5, 37, 52, 0) 58%) !important;
}

body:not(.page-product) .about-us-section .about-us-container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: clamp(88px, 15svh, 180px) max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) clamp(24px, 3.5svh, 44px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    opacity: 1 !important;
    transform: none !important;
    box-sizing: border-box;
}

body:not(.page-product) .about-us-section .about-us-label {
    display: none !important;
}

body:not(.page-product) .about-us-section .about-us-header {
    width: min(100%, 900px) !important;
    max-width: 900px !important;
    margin: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: left !important;
}

body:not(.page-product) .about-us-section .about-us-header h2 {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(42px, 3.9vw, 80px) !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
}

body:not(.page-product) .about-us-section .about-us-copy-grid {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
    column-gap: 0 !important;
    row-gap: clamp(14px, 1vw, 20px) !important;
    align-items: start !important;
    opacity: 1 !important;
    transform: translateY(-20px) !important;
    border-top: 0 !important;
}

body:not(.page-product) .about-us-section .about-us-copy-column,
body:not(.page-product) .about-us-section .about-us-copy-column + .about-us-copy-column {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-rows: subgrid !important;
    grid-row: 1 / span 2 !important;
    row-gap: inherit !important;
    align-self: stretch !important;
    justify-content: stretch !important;
    border: 0 !important;
}

body:not(.page-product) .about-us-section .about-us-copy-column p {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 1.36 !important;
    text-align: left !important;
}

body:not(.page-product) .about-us-section .about-us-copy-column + .about-us-copy-column {
    grid-column: 2 !important;
    padding-left: clamp(28px, 3vw, 64px) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.38) !important;
}

body:not(.page-product) .about-us-section .about-us-copy-column:first-child {
    grid-column: 1 !important;
    padding-right: clamp(28px, 3vw, 64px) !important;
}

body:not(.page-product) .about-us-section .about-us-copy-column .about-us-support-copy {
    grid-template-columns: clamp(28px, 2.2vw, 44px) minmax(0, 1fr) !important;
    column-gap: 6px !important;
    align-items: center !important;
    max-width: none !important;
    color: rgba(255, 255, 255, 0.84) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.38 !important;
}

body:not(.page-product) .about-us-section .about-us-support-copy > span {
    min-width: 0;
}

body:not(.page-product):not(.lang-cn) .about-us-section .about-us-support-copy[lang="en"],
body:not(.page-product).lang-cn .about-us-section .about-us-support-copy[lang="zh"] {
    display: grid !important;
}

body:not(.page-product):not(.lang-cn) .about-us-section .about-us-support-copy[lang="zh"],
body:not(.page-product).lang-cn .about-us-section .about-us-support-copy[lang="en"] {
    display: none !important;
}

body:not(.page-product) .about-us-section .about-us-support-copy::before {
    content: "";
    width: clamp(28px, 2.2vw, 44px);
    aspect-ratio: 1;
    margin-top: 0.05em;
    background-position: center;
    background-size: 155%;
    background-repeat: no-repeat;
}

body:not(.page-product) .about-us-section .about-us-copy-column:first-child .about-us-support-copy::before {
    background-image: url("shared/about-icons/about-icon-left.svg");
}

body:not(.page-product) .about-us-section .about-us-copy-column:last-child .about-us-support-copy::before {
    background-image: url("shared/about-icons/about-icon-right.svg");
}

@media (max-width: 768px) {
    body:not(.page-product) .about-us-section {
        height: auto !important;
        min-height: 100svh !important;
        padding: 0 !important;
    }

    body:not(.page-product) .about-us-section .about-us-sticky {
        height: auto !important;
        min-height: 760px !important;
        aspect-ratio: auto !important;
    }

    body:not(.page-product) .about-us-section .about-us-container {
        min-height: 100svh !important;
        padding: 58px 24px 30px !important;
        gap: 56px !important;
    }

    body:not(.page-product) .about-us-section .about-us-header h2 {
        font-size: clamp(31px, 9vw, 44px) !important;
    }

    body:not(.page-product) .about-us-section .about-us-copy-grid {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto !important;
        gap: 26px !important;
        align-items: stretch !important;
    }

    body:not(.page-product) .about-us-section .about-us-copy-column,
    body:not(.page-product) .about-us-section .about-us-copy-column:first-child,
    body:not(.page-product) .about-us-section .about-us-copy-column + .about-us-copy-column {
        display: flex !important;
        flex-direction: column !important;
        grid-column: auto !important;
        grid-row: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        border-left: 0 !important;
        align-items: flex-start !important;
        text-align: left !important;
    }

    body:not(.page-product) .about-us-section .about-us-copy-column p {
        font-size: 17px !important;
        text-align: left !important;
    }

    body:not(.page-product) .about-us-section .about-us-copy-column .about-us-support-copy {
        grid-template-columns: 18px minmax(0, 1fr) !important;
        font-size: 15px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body:not(.page-product) .about-us-section .about-us-header h2,
    body:not(.page-product) .about-us-section .about-us-copy-column {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* Match the Footer module to the supplied background image ratio on desktop. */
@media (min-width: 993px) {
    body .brand-statement-footer {
        aspect-ratio: 8801 / 4422;
        height: auto !important;
        min-height: 0 !important;
    }

    body .brand-statement-footer .brand-statement-card {
        height: 100% !important;
        min-height: 0 !important;
    }

    body .brand-statement-footer .brand-statement-content {
        min-height: 0 !important;
    }
}

/* Show the supplied Footer artwork without color-changing overlays. */
body .brand-statement-footer .brand-statement-card::before,
body .brand-statement-footer .brand-statement-card::after {
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
}

/* ============================================================
   ABOUT US — CARD PANEL COMPOSITION
   Recreates the reference: white page, cards floating over a large
   rounded teal panel, centered headline + two English paragraphs.
   Only the homepage (body:not(.page-product)).
   ============================================================ */
body:not(.page-product) .about-us-section {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 0 clamp(56px, 9svh, 104px) !important;
    padding: clamp(28px, 4svh, 48px) max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) !important;
    display: block !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

body:not(.page-product) .about-us-section .about-us-sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    background: none !important;
    display: block !important;
}

body:not(.page-product) .about-us-section .about-us-container.about-cards-layout {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Cards rise above the panel, slightly overlapping its top edge. */
body:not(.page-product) .about-us-section .about-cards-img {
    position: relative !important;
    z-index: 2 !important;
    display: block !important;
    width: min(39.1%, 442px) !important;
    max-width: 442px !important;
    height: auto !important;
    top: 50px !important;
    margin: 0 auto !important;
    margin-bottom: clamp(-80px, -7vw, -56px) !important;
    object-fit: contain !important;
}

/* Rounded teal panel holding the centered copy. */
body:not(.page-product) .about-us-section .about-panel {
    position: relative !important;
    z-index: 1 !important;
    width: min(100%, 1440px) !important;
    margin: 0 auto !important;
    padding: clamp(120px, 16svh, 180px) clamp(24px, 6vw, 96px) clamp(64px, 9svh, 96px) !important;
    background: linear-gradient(135deg, #4488a2 0%, #29576e 100%) !important;
    border-radius: clamp(28px, 3.5vw, 48px) !important;
    box-sizing: border-box !important;
}

body:not(.page-product) .about-us-section .about-panel .about-us-header {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: center !important;
}

body:not(.page-product) .about-us-section .about-panel .about-us-header h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(40px, 4.6vw, 64px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}

body:not(.page-product) .about-us-section .about-panel .about-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: clamp(14px, 2vw, 22px) !important;
    margin-top: clamp(28px, 4svh, 40px) !important;
    opacity: 1 !important;
    transform: none !important;
}

body:not(.page-product) .about-us-section .about-panel .about-copy p {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.002em !important;
    text-shadow: none !important;
    background: none !important;
    border: 0 !important;
}

/* Mobile: same composition, scaled down, no clipping. */
@media (max-width: 768px) {
    body:not(.page-product) .about-us-section {
        padding: 56px 24px 72px !important;
    }

    body:not(.page-product) .about-us-section .about-cards-img {
        width: min(52.7%, 255px) !important;
        max-width: 255px !important;
        margin-bottom: clamp(-44px, -6vw, -32px) !important;
    }

    body:not(.page-product) .about-us-section .about-panel {
        width: 100% !important;
        padding: clamp(88px, 18svh, 130px) 22px clamp(52px, 10svh, 72px) !important;
        border-radius: 26px !important;
    }

    body:not(.page-product) .about-us-section .about-panel .about-us-header h2 {
        font-size: clamp(18px, 6.4vw, 34px) !important;
    }

    body:not(.page-product) .about-us-section .about-panel .about-copy p {
        font-size: 15px !important;
    }
}

/* ============================================================
   ABOUT US — CARD PANEL COMPOSITION (PRODUCT PAGE)
   Mirrors the homepage card-layout so the product About module
   matches the homepage (white page, cards floating over a large
   rounded teal panel, centered headline + two English paragraphs).
   Scoped to body.page-product only.
   ============================================================ */
body.page-product .about-us-section {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: clamp(64px, 10svh, 120px) max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) !important;
    display: block !important;
    overflow: visible !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
}

body.page-product .about-us-section .about-us-sticky {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
    background: none !important;
    display: block !important;
}

body.page-product .about-us-section .about-us-container.about-cards-layout {
    position: relative !important;
    z-index: 1 !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Cards rise above the panel, slightly overlapping its top edge. */
body.page-product .about-us-section .about-cards-img {
    display: none !important;
}

/* Rounded teal panel holding the centered copy. */
body.page-product .about-us-section .about-panel {
    position: relative !important;
    z-index: 1 !important;
    width: min(100%, 1440px) !important;
    margin: 0 auto !important;
    padding: clamp(120px, 16svh, 180px) clamp(24px, 6vw, 96px) clamp(64px, 9svh, 96px) !important;
    background: #105a73 url('home/about/about-bottom.jpg') center / cover no-repeat !important;
    border-radius: clamp(28px, 3.5vw, 48px) !important;
    box-sizing: border-box !important;
}

body.page-product .about-us-section .about-panel .about-us-header {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: center !important;
}

body.page-product .about-us-section .about-panel .about-us-header h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(40px, 4.6vw, 64px) !important;
    font-weight: 500 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.025em !important;
    text-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
}

body.page-product .about-us-section .about-panel .about-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: clamp(14px, 2vw, 22px) !important;
    margin-top: clamp(28px, 4svh, 40px) !important;
    opacity: 1 !important;
    transform: none !important;
}

body.page-product .about-us-section .about-panel .about-copy p {
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: clamp(15px, 1.35vw, 18px) !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.002em !important;
    text-shadow: none !important;
    background: none !important;
    border: 0 !important;
}

/* Mobile: same composition, scaled down, no clipping. */
@media (max-width: 768px) {
    body.page-product .about-us-section {
        padding: 56px 24px 72px !important;
    }

    body.page-product .about-us-section .about-cards-img {
        display: none !important;
    }

    body.page-product .about-us-section .about-panel {
        width: 100% !important;
        padding: clamp(88px, 18svh, 130px) 22px clamp(52px, 10svh, 72px) !important;
        border-radius: 26px !important;
    }

    body.page-product .about-us-section .about-panel .about-us-header h2 {
        font-size: clamp(18px, 6.4vw, 34px) !important;
    }

    body.page-product .about-us-section .about-panel .about-copy p {
        font-size: 15px !important;
    }
}

/* Homepage About panel background supplied by the user. */
body:not(.page-product) .about-us-section .about-panel {
    background: url('home/about/about-card-background.jpg') center / cover no-repeat !important;
}

/* Homepage About: bold the first supporting paragraph. */
body:not(.page-product) .about-us-section .about-panel .about-copy p:first-child {
    font-weight: 500 !important;
}

/* Product About: left image + right copy. */
body.page-product .about-us-section .about-us-container.about-cards-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%) !important;
    gap: clamp(32px, 5vw, 72px) !important;
    align-items: center !important;
}

body.page-product .about-us-section .about-cards-img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 3 / 4 !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: clamp(24px, 2.5vw, 36px) !important;
    margin: 0 !important;
}

body.page-product .about-us-section .about-panel {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

body.page-product .about-us-section .about-panel .about-us-header {
    text-align: left !important;
}

body.page-product .about-us-section .about-panel .about-us-header h2 {
    text-align: left !important;
    color: #111111 !important;
    font-weight: 400 !important;
}

body.page-product .about-us-section .about-panel .about-us-header h2 span {
    font-weight: 400 !important;
}

body.page-product .about-us-section .about-panel .about-copy {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: clamp(18px, 2.4vw, 28px) !important;
    margin-top: clamp(28px, 4svh, 48px) !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

body.page-product .about-us-section .about-panel .about-copy-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: clamp(14px, 1.6vw, 20px) !important;
}

body.page-product .about-us-section .about-panel .about-copy-item .about-copy-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: clamp(40px, 3.4vw, 48px) !important;
    height: clamp(40px, 3.4vw, 48px) !important;
    border: 1px solid rgba(17, 17, 17, 0.6) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    overflow: hidden !important;
}

body.page-product .about-us-section .about-panel .about-copy-item .about-copy-icon img {
    display: block !important;
    width: 46% !important;
    height: auto !important;
    object-fit: contain !important;
    filter: brightness(0) !important;
}

body.page-product .about-us-section .about-panel .about-copy-item p {
    flex: 1 1 auto !important;
    margin: 0 !important;
    text-align: left !important;
    color: #2b2b2b !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

body.page-product .about-us-section .about-panel .about-copy-item p:first-child {
    font-weight: 400 !important;
}

@media (max-width: 768px) {
    body.page-product .about-us-section .about-us-container.about-cards-layout {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    body.page-product .about-us-section .about-cards-img {
        width: 100% !important;
        max-height: 420px !important;
    }

    body.page-product .about-us-section .about-panel {
        padding: 0 !important;
    }

    body.page-product .about-us-section .about-panel .about-copy {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* About Us entrance: cards drop in first, then the title, then the copy. */
body:not(.page-product) .about-us-section.home-about-static-ready .about-cards-img {
    opacity: 0 !important;
    transform: translate3d(0, -180px, 0) !important;
    transition:
        opacity 420ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 720ms cubic-bezier(0.34, 1.28, 0.44, 1) !important;
}

body:not(.page-product) .about-us-section.home-about-static-visible .about-cards-img {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
}

/* Footer: reference redesign — short blue banner with light text. */
body:not(.page-product) .brand-statement-footer,
body:not(.page-product) .brand-statement-footer > .container,
body.page-product .brand-statement-footer,
body.page-product .brand-statement-footer > .container {
    height: auto !important;
    min-height: 0 !important;
}

body:not(.page-product) .brand-statement-footer,
body:not(.page-product) .brand-statement-footer > .container,
body.page-product .brand-statement-footer,
body.page-product .brand-statement-footer > .container {
    aspect-ratio: 8801 / 4422 !important;
}

body:not(.page-product) .brand-statement-footer > .container,
body.page-product .brand-statement-footer > .container {
    align-items: flex-start !important;
    align-self: flex-start !important;
    flex: none !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-card,
body.page-product .brand-statement-footer .brand-statement-card {
    height: auto !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
    aspect-ratio: 8801 / 4422 !important;
    background: url('shared/brand/nexreach-brand-footer.jpg') center / cover no-repeat !important;
    padding: clamp(28px, 5vw, 56px) max(var(--site-content-gutter), calc((100% - var(--home-content-max)) / 2)) !important;
    align-items: center !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-card::before,
body:not(.page-product) .brand-statement-footer .brand-statement-card::after,
body.page-product .brand-statement-footer .brand-statement-card::before,
body.page-product .brand-statement-footer .brand-statement-card::after {
    display: none !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-content,
body.page-product .brand-statement-footer .brand-statement-content {
    min-height: 0 !important;
    justify-content: center !important;
    gap: 0;
    transform: translateY(20px);
}

body:not(.page-product) .brand-statement-footer .brand-statement-title,
body.page-product .brand-statement-footer .brand-statement-title {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: clamp(40px, 4.4vw, 60px) !important;
    line-height: 1.02 !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-copy,
body.page-product .brand-statement-footer .brand-statement-copy {
    padding-top: 0 !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-copy p,
body.page-product .brand-statement-footer .brand-statement-copy p {
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: clamp(14px, 1.25vw, 18px) !important;
}

@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer,
    body:not(.page-product) .brand-statement-footer > .container,
    body:not(.page-product) .brand-statement-footer .brand-statement-card,
    body.page-product .brand-statement-footer,
    body.page-product .brand-statement-footer > .container,
    body.page-product .brand-statement-footer .brand-statement-card {
        height: auto !important;
        min-height: 0 !important;
        box-sizing: border-box !important;
        aspect-ratio: 5637 / 1544 !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-card,
    body.page-product .brand-statement-footer .brand-statement-card {
        padding: 22px 24px !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        min-height: 0 !important;
        transform: none !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        font-size: clamp(24px, 8vw, 36px) !important;
    }
}

/* Homepage About: reference redesign — white surfaces, teal-blue text. */
body:not(.page-product) .about-us-section,
body:not(.page-product) .about-us-section .about-us-sticky,
body:not(.page-product) .about-us-section .about-us-bg-layer {
    background: #ffffff !important;
}

body:not(.page-product) .about-us-section .about-panel {
    background: url('home/about/home-about-background.png') center / cover no-repeat #ffffff !important;
    box-shadow: 0 24px 60px rgba(10, 37, 48, 0.08) !important;
}

body:not(.page-product) .about-us-section .about-panel .about-us-header h2 {
    color: #204352 !important;
    font-weight: 400 !important;
}

body:not(.page-product) .about-us-section .about-panel .about-us-header h2 .about-title-accent {
    color: #1c7690 !important;
    font-weight: 400 !important;
}

body:not(.page-product) .about-us-section .about-panel .about-us-header h2 span {
    font-weight: 400 !important;
}

body:not(.page-product) .about-us-section .about-panel .about-copy p {
    color: rgba(28, 118, 144, 0.80) !important;
}

/* Mobile footer: restore the vertical artwork instead of the desktop
   ultra-wide banner. Keep the text anchored to the lower-left, matching the
   scenario-card-expanded-bg mock, and let the card fill the viewport. */
@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer,
    body:not(.page-product) .brand-statement-footer > .container,
    body:not(.page-product) .brand-statement-footer .brand-statement-card,
    body.page-product .brand-statement-footer,
    body.page-product .brand-statement-footer > .container,
    body.page-product .brand-statement-footer .brand-statement-card {
        height: 100svh !important;
        min-height: 100svh !important;
        aspect-ratio: auto !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-card,
    body.page-product .brand-statement-footer .brand-statement-card {
        background: url('home/more-than-moving-money/expanded-card-background.png') center / cover no-repeat !important;
        padding: 72px 24px 40px !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-content,
    body.page-product .brand-statement-footer .brand-statement-content {
        justify-content: flex-start !important;
        min-height: calc(100svh - 112px) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        margin: 0 0 12px !important;
        transform: none !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy,
    body.page-product .brand-statement-footer .brand-statement-copy {
        margin: 0 !important;
        padding-top: 0 !important;
        transform: none !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy p[lang="en"],
    body.page-product .brand-statement-footer .brand-statement-copy p[lang="en"] {
        transform: translateX(-5px) !important;
    }
}

/* Align the English footer statement with the title. */
body .brand-statement-footer .brand-statement-copy p[lang="en"] {
    margin-left: 0 !important;
    transform: none !important;
}

/* Footer typography: enlarge the left title and supporting statement. */
@media (min-width: 769px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        font-size: clamp(54px, 5vw, 80px) !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy p,
    body.page-product .brand-statement-footer .brand-statement-copy p {
        font-size: clamp(17px, 1.5vw, 22px) !important;
    }
}

@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        font-size: clamp(36px, 10.8vw, 48px) !important;
    }

    body:not(.page-product) .brand-statement-footer .brand-statement-copy p,
    body.page-product .brand-statement-footer .brand-statement-copy p {
        font-size: clamp(16px, 4.4vw, 19px) !important;
    }
}

/* Footer title: move the remaining Value In Motion heading down 20px. */
@media (min-width: 769px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        transform: translateY(-10px) !important;
    }
}

@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        transform: translateY(20px) !important;
    }
}

/* Keep the fixed English brand slogan on one line at every supported width. */
body:not(.page-product) .brand-statement-footer .brand-statement-title,
body.page-product .brand-statement-footer .brand-statement-title {
    display: block !important;
    align-self: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
}

body:not(.page-product) .brand-statement-footer .brand-statement-title > .sut-word,
body.page-product .brand-statement-footer .brand-statement-title > .sut-word {
    display: inline-block !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    body:not(.page-product) .brand-statement-footer .brand-statement-title,
    body.page-product .brand-statement-footer .brand-statement-title {
        font-size: clamp(28px, 9.2vw, 48px) !important;
    }
}
