:root {
    --brand: #63c9e2;
    --brand-strong: #06b6d4;
    --brand-cyan: #06B6D4;
    --deep-space: #0B1220;
    --deep-space-soft: #111B2E;
    --surface: #F8FAFC;
    --surface-card: #FFFFFF;
    --surface-line: rgba(15, 23, 42, 0.08);
    --text-strong: #0F172A;
    --text-muted: #64748B;
    --text-soft: #94A3B8;
    --brand-gradient: linear-gradient(135deg, #63c9e2 0%, #06B6D4 100%);
}

html,
body {
    background: var(--surface);
}

body {
    color: var(--text-strong);
    font-family: "Inter", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.text-display-1,
.text-display-2,
.heading-title {
    font-family: "Inter", "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    letter-spacing: -0.03em;
}

.text-gradient-1,
.text-gradient-2,
.text-gradient-3 {
    /* background: linear-gradient(135deg, #FFFFFF 0%, #CDEAFE 52%, #8FE9FF 100%); */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.page-about .text-gradient-3,
.page-service .text-gradient-3,
.page-work .text-gradient-3,
.page-contact .text-gradient-3,
.page-blog-two-columns .text-gradient-3,
.page-blog-single .text-gradient-3 {
    background: linear-gradient(135deg, #0F172A 0%, #06b6d4 52%, #06B6D4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.page-home .section-about-us .text-gradient-2,
.page-home .section-services .text-gradient-3,
.page-home .section-content-hub .hub-title,
.page-home .section-featured-works .text-gradient-3,
.page-home .section-tools .text-gradient-3,
.page-home .section-faqs .text-gradient-3,
.page-home .section-contact .text-gradient-3 {
    background: linear-gradient(135deg, #0F172A 0%, #06b6d4 52%, #06B6D4 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.logo-site-globalflow,
.footer-logo-globalflow,
.brand-lockup,
.brand-line {
    display: flex;
    align-items: center;
}

.logo-site-globalflow,
.footer-logo-globalflow {
    gap: 14px;
}

.logo-site-globalflow img,
.footer-logo-globalflow img {
    width: 44px;
    height: auto;
    flex-shrink: 0;
}

.brand-lockup {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1;
}

.brand-line {
    gap: 12px;
}

.brand-lockup .brand-en {
    color: var(--white);
    font-size: 24px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.04em;
}

.brand-lockup .brand-cn {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.brand-lockup .brand-tag {
    color: rgba(255, 255, 255, 0.68);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.brand-lockup .brand-divider {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.24);
}

.footer-logo-globalflow .brand-lockup .brand-en,
footer .brand-lockup .brand-cn,
footer .brand-lockup .brand-tag {
    color: var(--text-strong);
}

.footer-logo-globalflow .brand-lockup .brand-cn,
footer .brand-lockup .brand-tag {
    color: var(--text-muted);
}

.footer-logo-globalflow .brand-lockup .brand-divider {
    background: rgba(15, 23, 42, 0.12);
}

.header-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 0;
}

.tf-header {
    position: sticky;
    top: -28px;
    z-index: 1000;
    padding-top: 28px;
    margin-bottom: -104px;
}

.tf-header .header-inner {
    width: min(calc(100% - 24px), 1320px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 18px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(34, 41, 58, 0.9);
    box-shadow: 0 16px 48px rgba(3, 7, 18, 0.18);
    backdrop-filter: blur(28px);
    transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.tf-header.header2 .header-inner {
    max-width: 1320px;
    width: min(calc(100% - 24px), 1320px);
}

header.header-sticky {
    background: rgba(34, 41, 58, 0.92);
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.18);
}

.tf-header .mobile-menu,
.tf-header .tf-btn {
    background: var(--brand-gradient);
    border: 0;
    /* color: var(--white); */
    box-shadow: 0 14px 32px rgba(34, 41, 58, 0.22);
}

.tf-header .mobile-menu:hover,
.tf-header .tf-btn:hover {
    transform: translateY(-1px);
}

.item-link {
    color: rgba(255, 255, 255, 0.72);
}

.tf-btn,
.tf-btn-2 {
    border-radius: 999px;
}

.tf-btn {
    background: var(--brand-gradient);
    box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22);
}

.tf-btn-2 {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--brand-strong);
}

.section-hero .scroll-more {
    width: auto;
    min-width: 240px;
    height: 54px;
    padding: 12px 22px;
    border-radius: 28px 28px 0 0;
    background: rgba(248, 250, 252, 0.96);
}

.section-hero .content-wrap .title-icon.hero-flow-mark {
    width: 330px;
    height: 178px;
    margin-left: 4px;
    isolation: isolate;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .box {
    position: absolute;
    left: 10px;
    top: 48px;
    width: 310px;
    height: 92px;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.55), transparent 28%),
        linear-gradient(135deg, #4ed8f0 0%, #06b6d4 48%, #2563eb 100%);
    box-shadow:
        0 22px 58px rgba(6, 182, 212, 0.24),
        0 8px 22px rgba(37, 99, 235, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.32);
    animation: heroFlowPulse 5.6s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon.hero-flow-mark::before,
.section-hero .content-wrap .title-icon.hero-flow-mark::after {
    position: absolute;
    content: "";
    border-radius: 999px;
    pointer-events: none;
}

.section-hero .content-wrap .title-icon.hero-flow-mark::before {
    inset: 28px 12px 12px;
    z-index: -1;
    background: radial-gradient(circle, rgba(99, 201, 226, 0.32), transparent 68%);
    filter: blur(18px);
    animation: heroFlowGlow 6.8s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon.hero-flow-mark::after {
    left: 40px;
    top: 66px;
    width: 250px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    transform: rotate(-5deg);
    animation: heroFlowOrbit 7.2s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .title-icon-wrap {
    width: 330px;
    height: 178px;
    overflow: visible;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .hero-flow-card {
    width: 76px;
    height: 76px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
    animation:
        heroFlowEnter 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both,
        heroFlowFloat 5.4s ease-in-out infinite;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .img-1 {
    left: 24px;
    top: 62px;
    animation-delay: 0.1s, 0s;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .img-2 {
    left: 126px;
    top: 6px;
    width: 86px;
    height: 86px;
    animation-delay: 0.22s, 0.6s;
}

.section-hero .content-wrap .title-icon.hero-flow-mark .img-3 {
    left: 230px;
    top: 70px;
    animation-delay: 0.34s, 1.2s;
}

@keyframes heroFlowEnter {
    from {
        opacity: 0;
        filter: blur(8px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes heroFlowFloat {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(3deg);
    }
}

@keyframes heroFlowPulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.035);
    }
}

@keyframes heroFlowGlow {
    0%,
    100% {
        opacity: 0.62;
        transform: scale(0.96);
    }

    50% {
        opacity: 1;
        transform: scale(1.06);
    }
}

@keyframes heroFlowOrbit {
    0%,
    100% {
        transform: rotate(-5deg) translateX(0);
        opacity: 0.42;
    }

    50% {
        transform: rotate(4deg) translateX(8px);
        opacity: 0.72;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-hero .content-wrap .title-icon.hero-flow-mark .box,
    .section-hero .content-wrap .title-icon.hero-flow-mark::before,
    .section-hero .content-wrap .title-icon.hero-flow-mark::after,
    .section-hero .content-wrap .title-icon.hero-flow-mark .hero-flow-card {
        animation: none;
    }
}

.page-home .section-about-us .review-box {
    padding: 28px 32px;
}

.globalflow-principles {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.globalflow-principles .principle-item {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.globalflow-principles .principle-item span {
    color: var(--brand);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.globalflow-principles .principle-item p {
    margin: 0;
    color: var(--text-muted);
}

.page-home .section-about-us .box-quotes .sub {
    color: var(--text-muted);
}

.page-contact .box-contact-item,
.page-home .section-about-us .review-box,
.page-home .section-about-us .box-quotes,
.page-home .section-content-hub .hub-card,
.page-home .benefits-box,
.page-home .features-item,
.page-service .accordion-faq_item.style-1,
.page-work .featured-works-item,
.page-blog-two-columns .article-blog,
.page-blog-single .blog-single-wrap {
    background: var(--surface-card);
    border: 1px solid var(--surface-line);
    box-shadow: 0 16px 50px rgba(15, 23, 42, 0.06);
}

.page-contact .box-contact-item .text,
.page-contact .box-contact-item p,
.globalflow-footer-text {
    color: var(--text-muted);
}

/* .page-contact .section-contact .tf-social-1,
 footer .tf-social-1 {
    display: none !important;
} */

footer {
    padding: 96px 0 0;
    background:
        radial-gradient(circle at top center, rgba(37, 99, 235, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(248, 250, 252, 0) 0%, #F8FBFF 18%, #F8FBFF 100%);
}

footer .footer-image {
    display: none;
}
/*
footer .footer-content {
    padding-bottom: 80px;
}

footer .footer-content .title {
    margin-bottom: 14px;
    color: var(--text-strong);
}

footer .footer-content .text {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

footer .footer-bottom {
    gap: 18px;
    padding: 26px 0 34px;
}

footer .footer-bottom::before {
    background: linear-gradient(90deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.12) 50%, rgba(15, 23, 42, 0) 100%);
} */

.tf-left-bar,
#settingColorMenu {
    display: none !important;
}

.page-home .section-partner,
.page-home #pricing,
.page-home .box-black,
.page-about .section-partner,
.page-about .box-black,
.page-service .section-partner,
.page-service #pricing,
.page-contact .wg-map,
.page-work #pricing,
.page-work-single .section-testimonials,
.page-work-single .box-black,
.page-blog-standard .wg-pagination,
.page-blog-standard .blog-sidebar .sidebar-item:first-child,
.page-blog-single .blog-sidebar .sidebar-item:first-child,
.page-blog-single .comment-wrap,
.page-blog-single .post-comment {
    display: none !important;
}

.language-switcher {
    position: absolute;
    top: 50%;
    right: calc(100% + 12px);
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}

.language-switcher-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 64px;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.language-switcher-toggle:hover,
.language-switcher-toggle[aria-expanded="true"] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.language-switcher-toggle .icon {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.language-switcher-toggle[aria-expanded="true"] .icon {
    transform: rotate(180deg);
}

.language-switcher .dropdown-menu {
    z-index: 1002;
    min-width: 156px;
    margin-top: 10px !important;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 16px;
    background: rgba(34, 41, 58, 0.96);
    box-shadow: 0 18px 42px rgba(3, 7, 18, 0.22);
    backdrop-filter: blur(24px);
}

.language-switcher .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.2;
}

.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item:focus,
.language-switcher .dropdown-item.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.language-code {
    width: 26px;
    color: inherit;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.lang-switcher-mobile {
    margin-top: 24px;
    justify-content: flex-start;
}

.globalflow-footer-text {
    max-width: 720px;
    margin: 0 auto;
}

.page-home .section-featured-works .image,
.page-work .section-featured-works .image,
.page-work-single .section-featured-works .image,
.page-work-single .section-work-single .wrap-image,
.page-work-single .section-work-single .image,
.page-blog-standard .blog-image,
.page-blog-two-columns .blog-image,
.page-blog-three-columns .blog-image,
.page-blog-single .blog-single-wrap .image,
.page-blog-standard .list-relatest-post .image,
.page-blog-single .list-relatest-post .image,
.section-content-hub .hub-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    isolation: isolate;
    background: linear-gradient(145deg, rgba(6, 21, 46, 0.92), rgba(10, 10, 12, 0.78));
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.page-home .section-featured-works .image::after,
.page-work .section-featured-works .image::after,
.page-work-single .section-featured-works .image::after,
.page-work-single .section-work-single .wrap-image::after,
.page-work-single .section-work-single .image::after,
.page-blog-standard .blog-image::after,
.page-blog-two-columns .blog-image::after,
.page-blog-three-columns .blog-image::after,
.page-blog-single .blog-single-wrap .image::after,
.section-content-hub .hub-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(9, 13, 28, 0.06), rgba(9, 13, 28, 0.42)),
        linear-gradient(135deg, rgba(18, 125, 255, 0.14), rgba(255, 146, 43, 0.06));
    pointer-events: none;
}

.page-home .section-featured-works .image img,
.page-work .section-featured-works .image img,
.page-work-single .section-featured-works .image img,
.page-work-single .section-work-single .wrap-image img,
.page-work-single .section-work-single .image img,
.page-blog-standard .blog-image img,
.page-blog-two-columns .blog-image img,
.page-blog-three-columns .blog-image img,
.page-blog-single .blog-single-wrap .image img,
.page-blog-standard .list-relatest-post .image img,
.page-blog-single .list-relatest-post .image img,
.section-content-hub .hub-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.01);
    filter: saturate(0.94) contrast(1.03);
}

.page-home .section-featured-works .image,
.page-work .section-featured-works .image,
.page-work-single .section-featured-works .image,
.section-content-hub .hub-card-media,
.page-blog-two-columns .blog-image,
.page-blog-three-columns .blog-image {
    aspect-ratio: 16 / 11;
}

.page-work-single .section-work-single .wrap-image,
.page-blog-single .blog-single-wrap .image {
    aspect-ratio: 16 / 9;
}

.page-work-single .section-work-single .row:last-child .image {
    aspect-ratio: 4 / 3;
}

.page-blog-standard .article-blog.style-horizontal .blog-image {
    min-height: 240px;
}

.section-content-hub .globalflow-home-hub {
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(18, 125, 255, 0.16), transparent 42%),
        radial-gradient(circle at bottom right, rgba(255, 146, 43, 0.14), transparent 38%),
        rgba(8, 12, 20, 0.96);
}

.section-content-hub .hub-copy {
    max-width: 760px;
    margin-bottom: 28px;
}

.section-content-hub .hub-eyebrow {
    margin-bottom: 14px;
    color: var(--neutral-300);
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.section-content-hub .hub-title {
    margin-bottom: 16px;
}

.section-content-hub .hub-text {
    max-width: 720px;
}

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

.section-content-hub .hub-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    transition: transform 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.section-content-hub .hub-card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 201, 226, 1.00);
    background: rgba(255, 255, 255, 0.05);
}

.section-content-hub .hub-card-sub {
    margin-bottom: 10px;
    color: var(--brand);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-content-hub .hub-card-title {
    margin-bottom: 12px;
    color: var(--white);
}

.section-content-hub .hub-card-text {
    margin-bottom: 18px;
}

.section-content-hub .hub-card-action {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
}

.tf-left-bar,
#settingColorMenu {
    display: none !important;
}

.page-home .section-partner,
.page-home #pricing,
.page-home .box-black,
.page-about .section-partner,
.page-about .box-black,
.page-service .section-partner,
.page-service #pricing,
.page-contact .wg-map,
.page-work #pricing,
.page-work-single .section-testimonials,
.page-work-single .box-black,
.page-blog-standard .wg-pagination,
.page-blog-standard .blog-sidebar .sidebar-item:first-child,
.page-blog-single .blog-sidebar .sidebar-item:first-child,
.page-blog-single .comment-wrap,
.page-blog-single .post-comment {
    display: none !important;
}

.page-about .section-tools.v2 {
    overflow: hidden;
}

.page-about .section-tools .tool-wrap {
    max-width: 1120px;
}

.page-about .section-tools .text {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-muted);
}

.page-about .section-tools .tool-image-box {
    height: 548px;
    margin: -86px 0 -92px;
}

.page-about .section-tools .img-item {
    width: clamp(176px, 19vw, 232px);
    height: auto;
    border-radius: 18px;
    box-shadow:
        0 18px 48px rgba(15, 23, 42, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

.page-about .section-tools .img-item-1 {
    top: 42px;
    left: 18px;
}

.page-about .section-tools .img-item-2 {
    top: 50%;
    left: 0;
}

.page-about .section-tools .img-item-3 {
    bottom: 34px;
    left: 28px;
    width: clamp(210px, 23vw, 278px);
}

.page-about .section-tools .img-item-4 {
    top: 42px;
    right: 16px;
    width: clamp(198px, 21vw, 256px);
}

.page-about .section-tools .img-item-5 {
    top: 50%;
    right: 0;
}

.page-about .section-tools .img-item-6 {
    right: 28px;
    bottom: 34px;
}

.page-about .section-tools .image-center {
    width: 132px;
    padding: 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 26px 70px rgba(6, 182, 212, 0.18);
}

.page-about .section-tools .image-center img {
    display: block;
}

.page-about .section-tools .side-line {
    opacity: 0.72;
}

.page-about .section-tools .side-line path {
    stroke: rgba(15, 23, 42, 0.18);
}

.page-about .section-tools .side-line circle {
    fill: var(--brand-strong);
}

@media (max-width: 1199px) {
    .brand-lockup .brand-en {
        font-size: 20px;
    }

    .brand-lockup .brand-cn {
        font-size: 13px;
    }

    .section-content-hub .globalflow-home-hub {
        padding: 32px;
    }

    .page-about .section-tools .tool-image-box {
        height: 500px;
        margin: -50px 0 -60px;
    }

    .page-about .section-tools .img-item {
        width: clamp(150px, 21vw, 200px);
    }

    .page-about .section-tools .img-item-3 {
        width: clamp(176px, 25vw, 238px);
    }

    .page-about .section-tools .img-item-4 {
        width: clamp(168px, 23vw, 224px);
    }
}

@media (max-width: 991px) {
    .tf-header {
        margin-bottom: -92px;
    }

    .tf-header .header-inner {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 12px 16px;
    }

    .logo-site-globalflow,
    .footer-logo-globalflow {
        gap: 12px;
    }

    .logo-site-globalflow img,
    .footer-logo-globalflow img {
        width: 38px;
    }

    .brand-lockup .brand-line {
        gap: 9px;
    }

    .brand-lockup .brand-en {
        font-size: 18px;
    }

    .brand-lockup .brand-cn {
        font-size: 12px;
    }

    .section-content-hub .hub-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-standard .article-blog.style-horizontal .blog-image {
        min-height: 220px;
    }

    .page-about .section-tools .tool-image-box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        height: auto;
        margin: 40px auto 34px;
    }

    .page-about .section-tools .img-item,
    .page-about .section-tools .img-item-1,
    .page-about .section-tools .img-item-2,
    .page-about .section-tools .img-item-3,
    .page-about .section-tools .img-item-4,
    .page-about .section-tools .img-item-5,
    .page-about .section-tools .img-item-6 {
        position: static;
        width: 100%;
        max-width: none;
        transform: none;
    }

    .page-about .section-tools .image-center {
        position: static;
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        transform: none;
        width: 112px;
        padding: 16px;
    }

    .page-about .section-tools .side-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .tf-header {
        top: -18px;
        padding-top: 18px;
        margin-bottom: -78px;
    }

    .tf-header .header-inner {
        width: calc(100% - 28px);
        margin: 0 auto;
        padding: 10px 14px;
    }

    .header-actions {
        gap: 0;
    }

    .language-switcher {
        right: calc(100% + 8px);
    }

    .language-switcher-toggle {
        min-width: 52px;
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    .language-switcher .dropdown-menu {
        min-width: 138px;
        margin-top: 8px !important;
    }

    .logo-site-globalflow .brand-cn,
    .logo-site-globalflow .brand-divider,
    .logo-site-globalflow .brand-tag,
    .logo-site-compact .brand-cn,
    .logo-site-compact .brand-divider {
        display: none;
    }

    .logo-site-globalflow .brand-en,
    .logo-site-compact .brand-en {
        font-size: 16px;
    }

    .section-hero .content-wrap {
        padding: 164px 0 132px;
    }

    .section-hero .content-wrap .title .title2 {
        gap: 14px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark {
        width: 260px;
        height: 146px;
        margin-left: 0;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .box {
        left: 8px;
        top: 42px;
        width: 244px;
        height: 76px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .title-icon-wrap {
        width: 260px;
        height: 146px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .hero-flow-card {
        width: 62px;
        height: 62px;
        padding: 10px;
        border-radius: 20px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .img-1 {
        left: 16px;
        top: 56px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .img-2 {
        left: 99px;
        top: 6px;
        width: 70px;
        height: 70px;
    }

    .section-hero .content-wrap .title-icon.hero-flow-mark .img-3 {
        left: 182px;
        top: 58px;
    }

    .hero-title-main {
        margin-bottom: 12px;
        font-size: clamp(42px, 16vw, 68px);
    }

    .hero-title-sub {
        font-size: 24px;
        line-height: 1.2;
    }

    .hero-mark {
        width: 74px;
        height: 74px;
        margin-bottom: 22px;
        border-radius: 24px;
    }

    .hero-mark img {
        width: 48px;
    }

    .section-hero .content-wrap .text {
        padding: 0 10px;
        font-size: 16px;
    }

    .section-hero .content-wrap .bot-btns {
        flex-direction: column;
    }

    .section-content-hub .globalflow-home-hub {
        padding: 24px;
        border-radius: 24px;
    }

    .page-about .section-tools .tool-image-box {
        grid-template-columns: 1fr;
        max-width: 420px;
        gap: 12px;
        margin-top: 32px;
    }

    .page-about .section-tools .image-center {
        width: 96px;
        padding: 14px;
        border-radius: 24px;
    }

    .section-content-hub .hub-card {
        padding: 18px;
        border-radius: 22px;
    }

    footer {
        padding-top: 72px;
    }

footer .footer-content {
    padding-bottom: 56px;
}
}

.article-trust-note {
    margin: 0 0 24px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.article-trust-note p {
    margin: 0;
}
