.team-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: #12325b;
}

.section h2 {
    margin: 0 0 14px;
}


.hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 42px;
    align-items: center;
}


.cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 32px;
}

.hero-visual {
    position: relative;
    min-height: 620px;
}

.dashboard {
    position: absolute;
    inset: 40px 0 0 0;
    margin: auto;
    width: min(100%, 540px);
    min-height: 520px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(248, 252, 255, 0.92) 100%);
    border: 1px solid rgba(18, 50, 91, 0.08);
    box-shadow: 14px 15px 60px rgb(181 192 207 / 14%);
    overflow: hidden;
    transform: perspective(1200px) rotateY(-8deg) rotateX(6deg);
    backdrop-filter: blur(10px);
}

.dashboard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(76, 150, 255, 0.08), transparent 30%);
    pointer-events: none;
}

.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(18, 50, 91, 0.06);
    background: rgba(255, 255, 255, 0.65);
}

.dashboard-title {
    font-size: 14px;
    color: #748eae;
}

.dots {
    display: flex;
    gap: 6px;
}

.dashboard span {
    font-weight: 400 !important;
}

.dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(18, 50, 91, 0.18);
}

.dashboard-body {
    padding: 18px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 14px;
}

.panel {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(18, 50, 91, 0.06);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 10px 22px rgba(31, 78, 146, 0.06);
    backdrop-filter: blur(6px);
}

.panel h4 {
    margin: 0 0 12px;
    font-size: 14px;
    color: #31547d;
    font-weight: 600;
}

.risk-bars {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.risk-row {
    display: grid;
    grid-template-columns: 88px 1fr 42px;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: #5f6f86;
}

.bar {
    height: 8px;
    border-radius: 999px;
    background: rgba(18, 50, 91, 0.08);
    overflow: hidden;
}

.bar > i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #1d4ed8, #0ea5a4);
    transform-origin: left;
}

.events-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(244, 249, 255, 0.9);
}

.event-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.dot-danger {
    background: #ef4444;
}

.dot-warning {
    background: #f59e0b;
}

.dot-success {
    background: #10b981;
}

.event-text strong {
    display: block;
    font-size: 13px;
    margin-bottom: 2px;
    color: #12325b;
}

.event-text span {
    font-size: 12px;
    color: #7b8aa0;
}

.timeline-mini {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timeline-mini .line {
    position: relative;
    padding-left: 18px;
    color: #5f6f86;
    font-size: 12px;
}

.timeline-mini .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1d4ed8;
    box-shadow: 0 0 0 5px rgba(31, 107, 255, 0.12);
}

.float-tag {
    position: absolute;
    min-width: 190px;
    padding: 14px 16px;
    border-radius: 16px;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.9));
    border: 1px solid rgba(18, 50, 91, 0.08);
    box-shadow: 0 18px 34px rgba(31, 78, 146, 0.12);
    font-size: 13px;
    color: #5f6f86;
}

.float-tag strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #12325b;
}

.tag-1 {
    left: -10px;
    top: 92px;
}

.tag-2 {
    right: -16px;
    top: 182px;
}

.tag-3 {
    left: 18px;
    bottom: 40px;
}

.card {
    border: 1px solid rgba(18, 50, 91, 0.08);
    border-radius: 26px;
    padding: 26px;
    transition: transform 0.25s ease, border-color 0.25s ease;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.9));
    box-shadow: 0 14px 34px rgba(20, 54, 96, 0.07);
    backdrop-filter: blur(6px);
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.2);
    box-shadow: 0 18px 38px rgba(20, 54, 96, 0.13), 0 0 0 3px rgba(38, 132, 255, 0.08);
}

.team-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

.team-card p {
    color: #5f6f86;
}

.avatar {
    margin: auto;
    border-radius: 18px;
    margin-bottom: 18px;
    display: grid;
    place-items: center;
    font-weight: 700;
    background: linear-gradient(135deg, rgba(31, 107, 255, 0.12), rgba(49, 195, 176, 0.08));
    border: 1px solid rgba(18, 50, 91, 0.06);
    color: #12325b;
    overflow: hidden;
}

.team-card .avatar img {
    transition: transform 0.35s ease;
}

.team-card:hover .avatar img {
    transform: scale(1.05);
}

.avatar img {
        width: 160px;
    height: 210px;
        margin:auto
}

.role {
    display: inline-block;
    margin-bottom: 12px;
    color: #1f6bff;
    font-size: 14px;
}

.proof-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 520px);
    gap: 40px;
    align-items: center;
}

#trusted-proof .proof-hero {
    display: block;
}

#trusted-proof .proof-hero .sec-title {
    margin: 0 auto 24px;
    text-align: center;
}

#trusted-proof .proof-hero .sec-title p {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}

#trusted-proof {
    padding: 54px 0 89px;
}


#trusted-proof .proof-c-layout {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    gap: 24px;
    align-items: stretch;
}

#trusted-proof .proof-c-logos,
#trusted-proof .proof-c-quote {
    border: 1px solid rgba(18, 50, 91, 0.08);
    border-radius: 18px;
    background: #fff;
}

#trusted-proof .proof-c-logos {
    padding: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

#trusted-proof .proof-c-logo-item {
    min-height: 78px;
    border: 1px solid rgba(18, 50, 91, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #f9fbff;
}

#trusted-proof .proof-c-logo-item img {
    max-width: 100%;
    max-height: 34px;
    object-fit: contain;
}

#trusted-proof .proof-c-quote {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#trusted-proof .proof-c-quote p {
    margin: 0 0 16px;
    font-size: clamp(20px, 1.7vw, 30px);
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #12325b;
}

#trusted-proof .proof-c-author {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6a7b95;
}

#trusted-proof .proof-c-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(31, 107, 255, 0.2);
    flex: 0 0 auto;
}

#trusted-proof .proof-c-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#trusted-proof .proof-c-author-meta strong {
    display: block;
    color: #12325b;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

#trusted-proof .proof-c-author-meta span {
    display: block;
    margin-top: 3px;
    color: #6a7b95;
    font-size: 15px;
    line-height: 1.35;
}

@media (max-width: 991px) {
    #trusted-proof .proof-c-layout {
        grid-template-columns: 1fr;
    }

    #trusted-proof .proof-c-logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    #trusted-proof .proof-c-quote {
        padding: 22px;
    }

    #trusted-proof .proof-c-quote p {
        font-size: 19px;
    }

    #trusted-proof .proof-c-author-avatar {
        width: 46px;
        height: 46px;
    }

    #trusted-proof .proof-c-author-meta strong {
        font-size: 16px;
    }

    #trusted-proof .proof-c-author-meta span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .proof-hero {
        grid-template-columns: 1fr;
    }
}

.carousel-wrapper {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
}

.team-carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.team-carousel::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
}

.carousels-item {
    flex: 0 0 220px;
    scroll-snap-align: start;
}

.carousels-item img {
    width: 100%;
    height: 160px;
    display: block;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(18, 38, 63, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid rgba(31, 107, 255, 0.12);
}

.carousels-item img:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(18, 38, 63, 0.14), 0 0 0 3px rgba(31, 107, 255, 0.08);
}

@media (max-width: 767px) {
    .carousels-item {
        flex: 0 0 78%;
    }

    .carousels-item img {
        height: 180px;
    }
}


.team-card span {
    margin:   auto
}

.team-card h3 {
    margin: 10px auto
}

@media (max-width: 1100px) {
    .hero-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .dashboard {
        position: relative;
        inset: auto;
        transform: none;
        width: 100%;
    }

    .hero-visual {
        min-height: auto;
    }

    .float-tag {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 14px;
    }

    .nav {
        display: none;
    }
}

@media (max-width: 700px) {
    .section {
        padding: 72px 0;
    }

    .hero {
        padding-top: 46px;
    }

    .dashboard-body {
        grid-template-columns: 1fr;
    }
}


.hero-title-ref span {
    color: #005eff;
}

.hero-mini-features {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.hero-mini-features .mini-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 0;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(248, 250, 255, 0.85);
    border: 1px solid rgba(19, 37, 77, 0.07);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.hero-mini-features .mini-feature:hover {
    border-color: rgba(95, 71, 241, 0.22);
    background: #fff;
}

.hero-mini-features .mini-feature-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(71, 145, 241, 0.08);
  color: #005eff;
  font-size: 18px;
}

.hero-mini-features .mini-feature-icon i {
    line-height: 1;
}

.hero-mini-features .mini-feature .mini-feature-text {
    min-width: 0;
}

.hero-mini-features .mini-feature .mini-feature-text strong {
    display: block;
    color: #0f1f44;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.hero-mini-features .mini-feature .mini-feature-text span {
    display: block;
    margin-top: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.hero-copy-divider {
    height: 1px;
    width: 100%;
    margin: 26px 0 24px;
    background: rgba(20, 35, 64, 0.14);
}

@media (max-width: 1100px) {
    .hero-mini-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {

    .hero-mini-features .mini-feature .mini-feature-text span {
        font-size: 12px;
    }

    .hero-mini-features .mini-feature .mini-feature-text strong {
        font-size: 19px;
    }

    .hero-mini-features .mini-feature {
        padding: 12px 14px;
    }

    .hero-mini-features .mini-feature-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

}

.leader-and-team {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.leader-and-team::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(26rem 18rem at 90% 10%, rgba(31, 107, 255, 0.12), transparent 65%);
}


.section-light {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 251, 255, 0.9));
}

.section-soft {
    background: linear-gradient(180deg, rgba(245, 250, 255, 0.92), rgba(255, 255, 255, 0.94));
}

.section-milestones-grand .milestone-flow {
    position: relative;
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 26px;
    overflow: visible;
    padding: 26px 6px 8px;
}

.section-milestones-grand .milestone-flow-item:hover {
    transform: translateY(-1px);
}

.section-milestones-grand .milestone-flow::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 22px;
    height: 1px;
    background: #d9e1ee;
    z-index: 0;
}

.section-milestones-grand .milestone-flow::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(50% + 9px);
    height: 1px;
    background: #d9e1ee;
    z-index: 0;
}

.section-milestones-grand .milestone-flow-item {
    position: relative;
    z-index: 1;
    min-height: 236px;
    padding: 38px 12px 8px 12px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.section-milestones-grand .milestone-flow-item::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #c3d0e6;
}

.section-milestones-grand .milestone-flow-node-icon {
    position: absolute;
    left: 8px;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c3d0e6;
    font-size: 20px;
    z-index: 2;
}

.section-milestones-grand .milestone-flow-item::before {
    border-color: #2f81db;
}

.section-milestones-grand .milestone-flow-item .milestone-flow-node-icon {
    color: #2f81db;
}

.section-milestones-grand .milestone-flow-year {
    display: inline-block;
    margin-bottom: 12px;
    padding: 3px 11px;
    border-radius: 4px;
    background: #eef4ff;
    border: 1px solid #dce8fb;
    color: #005eff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}

.section-milestones-grand .milestone-flow-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 12px;
}

.section-milestones-grand .milestone-flow-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 3px;
    height: 26px;
    border-radius: 999px;
    background: #005eff;
}


.section-milestones-grand .milestone-flow-item-future {
    border-color: #e1e8f7;
    background: linear-gradient(160deg, #ffffff, #f7faff);
}
.section-team-grand .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.section-team-grand .team-card {
    text-align: center;
    padding-top: 30px;
}

.section-team-grand .carousel-wrapper {
    margin-top: 34px;
    padding: 12px 0;
}

.carousel-wrapper {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
}

.team-carousel {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 6px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;

    /* 关键 */
    -webkit-mask-image: linear-gradient(
            to right,
            transparent 0,
            rgba(0, 0, 0, 1) 64px,
            rgba(0, 0, 0, 1) calc(100% - 64px),
            transparent 100%
    );
    mask-image: linear-gradient(
            to right,
            transparent 0,
            rgba(0, 0, 0, 1) 64px,
            rgba(0, 0, 0, 1) calc(100% - 64px),
            transparent 100%
    );
}

.team-carousel::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .team-carousel {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

@media (max-width: 1100px) {
    .section-grand {
        padding: 88px 0;
    }

    .section-team-grand .team-grid {
        grid-template-columns: 1fr;
    }

    .section-milestones-grand .milestone-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .section-grand {
        padding: 72px 0;
    }

    .section-milestones-grand .milestone-flow {
        grid-template-columns: 1fr;
        gap: 14px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .section-milestones-grand .milestone-flow::after {
        display: none;
    }

    .section-milestones-grand .milestone-flow-item {
        min-height: 0;
        padding: 24px 14px 16px;
    }

    .section-milestones-grand .milestone-flow-title {
        font-size: 20px;
    }

    .section-milestones-grand .milestone-flow-year {
        font-size: 16px;
    }

}

.wt-service-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 40px 36px 36px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(8, 14, 28, 0.06);
    transition: 0.4s ease-in-out;
}

.wt-service-card:before,
.wt-service-card:after {
    content: "";
    position: absolute;
    height: 110px;
    width: 110px;
    opacity: 0.6;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.wt-service-card:before {
    bottom: -73px;
    right: -28px;
}

.wt-service-card:after {
    right: -73px;
    bottom: -28px;
}

.wt-service-card:hover:before,
.wt-service-card:hover:after {
    opacity: 1;
    height: 120%;
    width: 120%;
    border-radius: 0;
}

.wt-service-card:hover .wt-box-title,
.wt-service-card:hover .wt-service-card_text {
    color: #fff;
}

.wt-service-card:hover .wt-shape-icon:before {
    background-color: #fff;
}

.wt-service-card:hover .wt-bg-shape {
    bottom: 0;
    opacity: 1;
}

.wt-service-card_number {
    position: absolute;
    top: 22px;
    right: 32px;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    opacity: 0.35;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
}

.wt-shape-icon {
    position: relative;
    z-index: 2;
    width: 90px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin-bottom: 26px;
}

.wt-shape-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: path("M4.76563 19.2144C-2.32686 32.07 -1.20075 48.6639 6.14105 61.3767C16.4024 79.1459 38.9816 89.016 58.6174 83.4451C78.2532 77.8741 92.5688 56.7417 89.6127 36.3982C84.2306 -0.647078 23.3991 -14.559 4.76563 19.2144Z");
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.wt-shape-icon img {
    position: relative;
    z-index: 2;
    max-height: 55px;
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
}

.wt-shape-icon .wt-dots:before,
.wt-shape-icon .wt-dots:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.wt-shape-icon .wt-dots:before {
    height: 24px;
    width: 23px;
    top: 0;
    right: 9px;
}

.wt-shape-icon .wt-dots:after {
    height: 12px;
    width: 11px;
    bottom: 0;
    left: 27px;
}


.wt-bg-shape {
    position: absolute;
    bottom: -200px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s ease-in-out;
    pointer-events: none;
    z-index: 0;
}

.wt-bg-shape img {
    width: 100%;
    display: block;
}

.wt-quote-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* section */
.wt-beliefs {
    position: relative;
    overflow: hidden;
}

/* 背景层 */
.wt-quote-bg-pattern {
    position: absolute;
    inset: -40px; /* 给视差留活动空间，避免移动时露白边 */
    z-index: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 120px;
    padding: 100px 60px;

    pointer-events: none;
    will-change: transform;
    transition: transform 0.18s ease-out;
}

/* 每一句 */
.wt-quote-bg-pattern div {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: rgba(18, 50, 91, 0.05);
}

/* 强调部分 */
.wt-quote-bg-pattern div span {
    color: rgba(18, 50, 91, 0.10);
}

/* 错位，避免排得太死 */
.wt-quote-bg-pattern div:nth-child(odd) {
    transform: translateX(36px);
}

.wt-quote-bg-pattern div:nth-child(3n) {
    transform: translateX(-18px);
}

/* 前景内容 */
.wt-beliefs .container {
    position: relative;
    z-index: 2;
}


.wt-quote-pill {
    padding: 18px 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8, 14, 28, 0.06);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
}

@media (max-width: 991px) {
    .wt-beliefs {
        padding: 88px 0;
    }

    .wt-quote-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .wt-service-card {
        padding: 36px 28px 32px;
    }

    .wt-service-card_number {
        font-size: 72px;
        right: 20px;
    }
}

/* 1:1 sections cloned from home-digital-marking */
#free-trial.contact-area8 {
    background-color: #EFF1F9;
    border-radius: 30px;
    max-width: 1760px;
    display: block;
    margin: 0 auto;
}

#free-trial .th-container4 {
    max-width: 1410px;
}

#free-trial .title-area {
    margin-bottom: 50px;
}


#free-trial .contact-form2 {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
}

#free-trial .contact-form2.style2 {
    background-color: #fff;
    border: 1px solid #E3E7F0;
    border-radius: 20px;
}

#free-trial .contact-form2 select,
#free-trial .contact-form2 .form-control,
#free-trial .contact-form2 .form-select,
#free-trial .contact-form2 textarea,
#free-trial .contact-form2 input {
    height: 56px;
    border: 1px solid #E4E6EA;
    color: #737887;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
}

#free-trial .contact-form2 textarea.form-control,
#free-trial .contact-form2 textarea {
    min-height: 136px;
}

#free-trial .contact-form2 .form-group i {
    color: #684DF4;
}

#free-trial .contact-form2 .form-btn {
    margin-top: 34px;
}

#free-trial .widget_cta {
    position: relative;
    border-radius: 20px;
    text-align: center;
    height: 452px;
    margin-bottom: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url("/assets-new/img/bg/widget_bg_1.jpg");
}

#free-trial .widget_cta:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    opacity: 0.9;
    background: linear-gradient(180deg, rgba(62, 102, 243, 0) -18.65%, #0031DD 99.96%);
}

#free-trial .widget_cta .cta-banner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
}

#free-trial .widget_cta .banner-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

#free-trial .th-btn.style9 {
    background: #fff;
    color: #1b3ddb;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 30px;
    padding: 12px 24px;
}

#free-trial .th-btn.style9:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

@media (max-width: 1500px) {
    #free-trial.contact-area8 {
        max-width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 1299px) {
    #free-trial .widget_cta .cta-banner {
        padding: 30px;
    }
    #free-trial .widget_cta .banner-title {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (max-width: 575px) {
    #free-trial .contact-form2 {
        padding: 30px;
    }
}

/* --- Pixel match tuning to provided references --- */
#free-trial.contact-area8 {
    margin-top: 22px;
    margin-bottom: 32px;
    padding: 56px 0 58px;
    border-radius: 20px;
    background: #eef1fa;
}

#free-trial .title-area {
    margin-bottom: 24px;
}


#free-trial .contact-form2.style2 {
    border-radius: 14px;
    border: 1px solid #e6eaf4;
    box-shadow: none;
    padding: 26px 24px 22px;
}

#free-trial .contact-form2 .row {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
}

#free-trial .contact-form2 .form-group {
    position: relative;
    margin-bottom: 10px;
}

#free-trial .contact-form2 .form-control {
    height: 52px;
    padding: 0 40px 0 14px;
    border-radius: 6px;
    border-color: #e7ebf3;
    background: #fff;
    font-size: 14px;
}

#free-trial .contact-form2 textarea.form-control {
    min-height: 128px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#free-trial .contact-form2 .form-btn {
    margin-top: 10px;
}

#free-trial .contact-form2 .th-btn {
    min-height: 52px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(90deg, #4f71f3, #3f6af0);
    border: 0;
    color: white;
}

#free-trial .contact-form2 .col-12.form-group {
    margin-top: 4px;
    margin-bottom: 0;
}

#free-trial .contact-form2 .col-12.form-group label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #9aa4b8;
    font-size: 13px;
}

#free-trial .contact-form2 .col-12.form-group input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin-top: 0;
}

#free-trial .contact-form2 .form-group i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #684DF4;
    font-size: 13px;
    line-height: 1;
    pointer-events: none;
}

#free-trial .contact-form2 .form-group textarea + i {
    top: 12px;
    transform: none;
}

#free-trial .widget_cta {
    height: 100%;
    min-height: 340px;
    border-radius: 14px;
    background-image: linear-gradient(180deg, #a9b7ec 0%, #2d58df 100%);
}

#free-trial .widget_cta:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(19, 58, 210, 0.9) 100%);
    opacity: 1;
}

#free-trial .widget_cta .cta-banner {
    padding: 24px 18px;
}

#free-trial .widget_cta .banner-title {
    line-height: 1.3;
    margin-bottom: 16px;
}

#free-trial .th-btn.style9 {
    background: #fff;
    color: #2a4fcb;
    border-radius: 999px;
    padding: 11px 22px;
    font-size: 12px;
    font-weight: 700;
    border: 0;
}

@media (max-width: 1299px) {
}

@media (max-width: 991px) {
    #free-trial.contact-area8 {
        padding: 48px 0 50px;
    }

    #free-trial .widget_cta {
        min-height: 280px;
    }

}

/* section rhythm */
#free-trial {
    margin-top: 0;
}

#free-trial .th-container4 {
    max-width: 1240px;
}

#free-trial .title-area h2 {
    color: #141d38;
    letter-spacing: -0.01em;
}

#beliefs .sec-title p {
    color: #5f6f86;
    line-height: 1.75;
}

#beliefs .sub-title,
#free-trial .sub-title {
    color: #3465df;
}

/* card consistency */
#beliefs .wt-service-card,
#free-trial .contact-form2.style2 {
    border: 1px solid #dfe5f5;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(28, 45, 94, 0.08);
}

/* remove visual noise (over-layered effects) */
#beliefs .wt-service-card:before,
#beliefs .wt-service-card:after,
#beliefs .wt-bg-shape {
    opacity: 0 !important;
}

#beliefs .wt-service-card {
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#beliefs .wt-box-title {
    line-height: 1.3;
    letter-spacing: -0.01em;
}

#beliefs .wt-service-card_text {
    line-height: 1.75;
    letter-spacing: 0;
}

#beliefs .wt-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 29, 56, 0.1);
}

#beliefs .wt-service-card:hover .wt-box-title,
#beliefs .wt-service-card:hover .wt-service-card_text {
    color: inherit;
}

/* quote strip simplified */
#beliefs .wt-quote-pill {
    border: 1px solid #dfe5f5;
    border-radius: 10px;
    box-shadow: none;
    background: #f4f6ff;
    color: #141d38;
}

#beliefs .wt-shape-icon:before {
    background: rgba(52, 101, 223, 0.1);
}

#beliefs .wt-service-card_number {
    color: rgba(52, 101, 223, 0.16);
}

/* form/blog sections tone alignment */
#free-trial.contact-area8 {
    background: linear-gradient(180deg, #eef2ff 0%, #f8f9ff 100%);
    border-radius: 14px;
}

#free-trial .contact-form2.style2 {
    background: #fff;
}

#free-trial .contact-form2 .th-btn,
#free-trial .th-btn.style9 {
    background: linear-gradient(90deg, #3465df, #2a53bb);
    color: #fff;
}

/* responsive compaction */
@media (max-width: 991px) {
    #beliefs {
        padding-top: 58px;
        padding-bottom: 58px;
    }
}


.global-presence-section {
    padding: 80px 0;
    background: #f7fbff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gp-header {
    text-align: center;
    margin-bottom: 40px;
}

.gp-header .sub {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #215c82;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.gp-header h2 {
    font-size: 34px;
    margin: 0;
    color: #112b3c;
}

.gp-map {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.gp-map img {
    width: 100%;
    display: block;
}

.gp-main {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 20px;
    margin-bottom: 30px;
}

.gp-highlight {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #e5edf5;
}

.gp-highlight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gp-highlight-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gp-highlight-content h3 {
    margin: 0 0 10px;
    font-size: 22px;
}

.gp-address {
    background: #f4f8fb;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
}

.gp-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gp-stat {
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #e5edf5;
}

.gp-stat strong {
    display: block;
    font-size: 24px;
    color: #215c82;
}

.gp-stat span {
    font-size: 12px;
    color: #666;
}

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

.gp-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5edf5;
    transition: 0.2s;
}

.gp-card:hover {
    transform: translateY(-3px);
}

.gp-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.gp-card h4 {
    margin: 12px;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 900px) {
    .gp-main,
    .gp-grid {
        grid-template-columns: 1fr;
    }

    .gp-highlight {
        grid-template-columns: 1fr;
    }

    .gp-stats {
        grid-template-columns: 1fr 1fr;
    }
}

.gp-bottom-band {
    margin-top: 34px;
    position: relative;
    padding-top: 26px;
}

.gp-bottom-band::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(86%, 980px);
    height: 1px;
    background: linear-gradient(
            to right,
            rgba(80, 115, 180, 0) 0%,
            rgba(80, 115, 180, 0.2) 18%,
            rgba(80, 115, 180, 0.32) 50%,
            rgba(80, 115, 180, 0.2) 82%,
            rgba(80, 115, 180, 0) 100%
    );
}

.gp-bottom-band-inner {
    position: relative;
    margin: 0 auto;
    width: min(92%, 1080px);
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 28px 30px;
    border-radius: 24px;
    background:
            linear-gradient(180deg, rgba(255,255,255,0.72), rgba(246,250,255,0.92));
    border: 1px solid rgba(18, 50, 91, 0.08);
    box-shadow:
            0 18px 40px rgba(29, 59, 110, 0.08),
            inset 0 1px 0 rgba(255,255,255,0.65);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.gp-bottom-band-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 12% 50%, rgba(31,107,255,0.08), transparent 24%),
            radial-gradient(circle at 88% 50%, rgba(31,107,255,0.06), transparent 22%);
    pointer-events: none;
}

.gp-bottom-band-dot {
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2f6bff;
    box-shadow: 0 0 0 8px rgba(47,107,255,0.10);
    z-index: 1;
}

.gp-bottom-band-dot::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1px solid rgba(47,107,255,0.16);
}

.gp-bottom-band-copy {
    position: relative;
    z-index: 1;
}

.gp-bottom-band-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5f7fb7;
}

.gp-bottom-band-copy h3 {
    margin: 0 0 8px;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #12325b;
}

.gp-bottom-band-copy p {
    margin: 0;
    max-width: 760px;
    font-size: 15px;
    line-height: 1.75;
    color: #6c7f99;
}

.gp-bottom-band-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(31,107,255,0.14);
    color: #1f6bff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.gp-bottom-band-link:hover {
    transform: translateY(-2px);
    border-color: rgba(31,107,255,0.28);
    box-shadow: 0 10px 24px rgba(31,107,255,0.12);
}

@media (max-width: 991px) {
    .gp-bottom-band-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 18px;
        padding: 24px 22px;
    }

    .gp-bottom-band-dot {
        margin: 0 auto;
    }

    .gp-bottom-band-copy p {
        margin: 0 auto;
    }

    .gp-bottom-band-link {
        margin: 0 auto;
    }
}
.gp-footer-note {
    position: relative;
    margin: 34px auto 0;
    width: fit-content;
    padding: 16px 28px;
    font-size: 15px;
    line-height: 1.5;
    color: #5f6f86;

    text-align: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(79, 113, 243, 0.14);
    backdrop-filter: blur(10px);
    box-shadow:
            0 10px 30px rgba(54, 84, 170, 0.08),
            inset 0 1px 0 rgba(255,255,255,0.75);
}

.gp-footer-note::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -42px;
    transform: translateX(-50%);
    width: 1px;
    height: 32px;
    background: linear-gradient(
            to bottom,
            rgba(79, 113, 243, 0),
            rgba(79, 113, 243, 0.28)
    );
}

.gp-footer-note::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(
            90deg,
            rgba(79,113,243,0) 0%,
            rgba(79,113,243,0.08) 20%,
            rgba(79,113,243,0.14) 50%,
            rgba(79,113,243,0.08) 80%,
            rgba(79,113,243,0) 100%
    );
    z-index: -1;
    filter: blur(16px);
}

.gp-footer-note {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gp-note-text {
    white-space: nowrap;
}

.gp-note-link {
    color: #2f4f7f;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.gp-note-link:hover {
    color: #1f6bff;
}
@media (max-width: 767px) {
    .gp-footer-note {
        flex-direction: column;
        gap: 6px;
    }

    .gp-note-text {
        white-space: normal;
    }
}

/* === Global presence interactive map === */
.global-presence-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
}

.global-presence-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(28rem 18rem at 12% 18%, rgba(31, 107, 255, 0.08), transparent 65%),
                radial-gradient(32rem 18rem at 90% 80%, rgba(14, 165, 164, 0.08), transparent 65%);
}

.gp-layout {
    display: block;
}

.gp-map-card {
    position: relative;
    /* Remove card chrome so map is borderless */
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    overflow: visible;
}

.gp-map {
    position: relative;
    width: 100%;
    /* padding-top is set dynamically by JS once the image loads (exact image aspect ratio).
       Fallback: 16:9 until JS kicks in */
    padding-top: 56.25%;
    border-radius: 16px;
    overflow: visible;
}

/* Image fills the padded box with no crop and no scale distortion */
.gp-map > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    /* contain = no crop, image fully visible, pins align exactly */
    object-fit: fill;
    border-radius: 16px;
}

/* Pins scale proportionally with the map width using clamp */
.gp-pin {
    position: absolute;
    z-index: 3;
    /* Size scales with map: clamp(10px, 1.4vw, 18px) */
    width:  clamp(8px, 1.4vw, 18px);
    height: clamp(8px, 1.4vw, 18px);
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: #0b63f6;
    box-shadow: 0 0 0 clamp(4px, 0.5vw, 8px) rgba(11, 99, 246, 0.16);
    transform: translate(-50%, -50%);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    overflow: visible;
    cursor: pointer;
}

.gp-pin::before,
.gp-pin::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.gp-pin::before {
    /* Pulse ring scales with pin */
    width:  clamp(18px, 2.5vw, 32px);
    height: clamp(18px, 2.5vw, 32px);
    border: 1px solid rgba(11, 99, 246, 0.28);
    animation: gpPulse 2s infinite ease-out;
}

.gp-pin::after {
    width:  clamp(4px, 0.6vw, 8px);
    height: clamp(4px, 0.6vw, 8px);
    background: #fff;
}

.gp-pin span {
    display: block;
    width: 100%;
    height: 100%;
}

.gp-pin:hover,
.gp-pin:focus-visible,
.gp-pin.is-active {
    transform: translate(-50%, -50%) scale(1.18);
    box-shadow: 0 0 0 clamp(5px, 0.7vw, 12px) rgba(11, 99, 246, 0.18);
    background: #12325b;
    outline: none;
}

/* Tooltip preview — position (left/top) is set by JS based on the pin location */
.gp-preview {
    position: absolute;
    z-index: 20;
    width: 220px;
    /* Hidden by default; JS adds is-active */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity    0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform  0.55s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0.55s step-end;
    transform: translateY(10px) scale(0.96);
    transform-origin: bottom center;
    /* Visual */
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(18, 50, 91, 0.10);
    box-shadow: 0 16px 40px rgba(18, 38, 63, 0.18);
    overflow: hidden;
}

/* Small downward arrow */
.gp-preview::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    background: #fff;
    border-right: 1px solid rgba(18, 50, 91, 0.10);
    border-bottom: 1px solid rgba(18, 50, 91, 0.10);
}

.gp-preview.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition:
        opacity    0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform  0.55s cubic-bezier(0.22, 1, 0.36, 1),
        visibility 0s   step-start;
}

/* When tooltip is flipped below the pin, move arrow to top */
.gp-preview.arrow-below::after {
    bottom: auto;
    top: -7px;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid rgba(18, 50, 91, 0.10);
    border-top: 1px solid rgba(18, 50, 91, 0.10);
}

.gp-preview-image {
    width: 100%;
    height: 130px;
    overflow: hidden;
    border-radius: 0;
    flex: none;
}

.gp-preview-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transform: none;
}

.gp-preview-copy {
    padding: 12px 14px 14px;
}

.gp-preview-label {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(11, 99, 246, 0.08);
    color: #0b63f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.gp-preview-copy h4 {
    margin: 10px 0 0;
    font-size: 26px;
    color: #12325b;
}

.gp-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: start;
}

.gp-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 50, 91, 0.08);
    box-shadow: 0 12px 30px rgba(18, 38, 63, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.gp-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(8,23,50,0.18) 100%);
    pointer-events: none;
}

.gp-card:hover,
.gp-card.is-active {
    transform: translateY(-4px);
    border-color: rgba(11, 99, 246, 0.24);
    box-shadow: 0 16px 36px rgba(18, 38, 63, 0.12), 0 0 0 3px rgba(11, 99, 246, 0.08);
}

.gp-card img {
    width: 100%;
    height: 178px;
    object-fit: cover;
}

.gp-card h4 {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

@keyframes gpPulse {
    0% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(0.72);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.7);
    }
}

/* === Team carousel desktop drag === */
.carousel-wrapper {
    overflow: hidden;
}

.team-carousel {
    cursor: grab;
    user-select: none;
}


.team-carousel {
    cursor: grab;
    user-select: none;
    will-change: scroll-position;
    overscroll-behavior-x: contain;
}

.team-carousel.is-dragging {
    cursor: grabbing;
}

@media (min-width: 992px) {
    .team-carousel {
        scroll-snap-type: x proximity;
    }

    .team-carousel.is-dragging,
    .team-carousel.is-auto-scrolling {
        scroll-snap-type: none;
    }
}

.team-carousel.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.team-carousel.is-dragging * {
    cursor: grabbing;
    user-select: none;
}

.team-carousel img {
    -webkit-user-drag: none;
}

@media (max-width: 1100px) {
    .gp-layout {
        display: block;
    }
}

@media (max-width: 767px) {
    .gp-map-card {
        border-radius: 16px;
    }

    .gp-preview {
        width: 180px;
    }

    .gp-preview-image {
        height: 100px;
    }

    .gp-preview-copy h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .gp-preview {
        width: 150px;
    }

    .gp-preview-image {
        height: 86px;
    }

    .gp-preview-copy h4 {
        font-size: 15px;
    }
}

/* ── 3. ISO 认证 section ─────────────────────────────────── */
/* 深色对比 section，与前后浅色区块形成强对比 */
section:has(.security-cetification-title) {
    background: linear-gradient(135deg, #0d1f44 0%, #12325b 50%, #0d2a50 100%);
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}

section:has(.security-cetification-title)::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(40rem 28rem at 5% 50%, rgba(31, 107, 255, 0.15), transparent 60%),
            radial-gradient(30rem 20rem at 95% 50%, rgba(14, 165, 164, 0.12), transparent 60%);
    pointer-events: none;
}

section:has(.security-cetification-title)::after {
    content: "ISO";
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 220px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    pointer-events: none;
    letter-spacing: -0.05em;
}

.security-cetification-title {
    color: #fff !important;
    font-size: clamp(24px, 2.8vw, 38px);
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -0.02em;
}

section:has(.security-cetification-title) .image-2 {
    filter: brightness(0) invert(1);
    opacity: 0.88;
}

/* 引用块加强 */
#trusted-proof .proof-c-quote {
    background: linear-gradient(145deg, #0d1f44 0%, #12325b 100%);
    border: 0;
    position: relative;
    overflow: hidden;
}

#trusted-proof .proof-c-quote::before {
    content: "\201C";
    position: absolute;
    left: 16px;
    top: -20px;
    font-size: 140px;
    font-family: Georgia, serif;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    pointer-events: none;
}

#trusted-proof .proof-c-quote p {
    color: #e8f0ff;
    font-size: clamp(18px, 1.6vw, 26px);
    line-height: 1.55;
}

#trusted-proof .proof-c-author {
    color: rgba(232, 240, 255, 0.65);
}

#trusted-proof .proof-c-author-avatar {
    border-color: rgba(255, 255, 255, 0.25);
}

#trusted-proof .proof-c-author-meta strong {
    color: #e8f0ff;
}

#trusted-proof .proof-c-author-meta span {
    color: rgba(232, 240, 255, 0.6);
}


/* ============================================================
   SCROLL-REVEAL ANIMATION SYSTEM
   IntersectionObserver adds .is-visible when element enters
   viewport. All animations are CSS transitions / keyframes.
   prefers-reduced-motion is respected throughout.
   ============================================================ */

/* ── Base: every reveal element starts invisible ── */
[data-reveal] {
    will-change: transform, opacity;
}

/* ── Fade up (default) ── */
[data-reveal="fade-up"] {
    opacity: 0;
    transform: translateY(40px);
    transition:
        opacity  0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="fade-up"].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Fade in (no movement) ── */
[data-reveal="fade"] {
    opacity: 0;
    transition: opacity 0.8s ease;
}
[data-reveal="fade"].is-visible {
    opacity: 1;
}

/* ── Slide from left ── */
[data-reveal="slide-left"] {
    opacity: 0;
    transform: translateX(-52px);
    transition:
        opacity  0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="slide-left"].is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ── Slide from right ── */
[data-reveal="slide-right"] {
    opacity: 0;
    transform: translateX(52px);
    transition:
        opacity  0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="slide-right"].is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ── Scale up (cards, visuals) ── */
[data-reveal="scale-up"] {
    opacity: 0;
    transform: scale(0.88) translateY(24px);
    transition:
        opacity  0.7s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
[data-reveal="scale-up"].is-visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

/* ── Stagger delay helpers (applied per child via JS) ── */
[data-delay="1"] { transition-delay: 0.08s; }
[data-delay="2"] { transition-delay: 0.16s; }
[data-delay="3"] { transition-delay: 0.24s; }
[data-delay="4"] { transition-delay: 0.32s; }
[data-delay="5"] { transition-delay: 0.40s; }
[data-delay="6"] { transition-delay: 0.48s; }

/* ── Section title reveal ── */
[data-reveal="title"] {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity  0.65s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="title"].is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Line draw: horizontal rule / divider ── */
[data-reveal="line"] {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition:
        opacity  0.5s ease,
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="line"].is-visible {
    opacity: 1;
    transform: scaleX(1);
}

/* ── Hero section: copy slides in from left, visual from right ── */
.hero-copy {
    opacity: 0;
    transform: translateX(-44px);
    transition:
        opacity  0.9s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-copy.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.hero-visual {
    opacity: 0;
    transform: translateX(44px) scale(0.96);
    transition:
        opacity  0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s,
        transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.18s;
}
.hero-visual.is-visible {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* ── Milestone items: each slides up with stagger ── */
.milestone-flow-item {
    --milestone-delay: 0s;
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--milestone-delay),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--milestone-delay);
}

.milestone-flow-item .milestone-flow-node-icon {
    opacity: 0;
    transform: translateY(16px) scale(0.86);
    transition:
        opacity 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--milestone-delay),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--milestone-delay),
        color 0.25s ease;
}

.milestone-flow-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.milestone-flow-item.is-visible .milestone-flow-node-icon {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ── Team cards: scale in with stagger ── */
.team-card {
    opacity: 0;
    transform: translateY(32px) scale(0.95);
    transition:
        opacity  0.65s cubic-bezier(0.34, 1.4, 0.64, 1),
        transform 0.65s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.team-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ── Beliefs cards: fade + slight rise ── */
.wt-service-card {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity  0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.wt-service-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── ISO certification section ── */
.security-cetification-title {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity  0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.security-cetification-title.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Logo proof strip ── */
.proof-c-logo-item {
    opacity: 0;
    transform: scale(0.82) translateY(12px);
    transition:
        opacity  0.5s cubic-bezier(0.34, 1.4, 0.64, 1),
        transform 0.5s cubic-bezier(0.34, 1.4, 0.64, 1);
}
.proof-c-logo-item.is-visible {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.proof-c-quote {
    opacity: 0;
    transform: translateX(32px);
    transition:
        opacity  0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
.proof-c-quote.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ── Global presence map card ── */
.gp-map-card {
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity  0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.gp-map-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── CTA / contact section ── */
[data-reveal="cta"] {
    opacity: 0;
    transform: translateY(32px) scale(0.97);
    transition:
        opacity  0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-reveal="cta"].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* ── Respect reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    [data-reveal],
    .hero-copy, .hero-visual,
    .milestone-flow-item, .team-card, .wt-service-card,
    .security-cetification-title, .proof-c-logo-item,
    .proof-c-quote, .gp-map-card {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
