@keyframes hero-orbit-spin-cw {
        from { transform: translate(-50%, -50%) rotate(0deg); }
        to   { transform: translate(-50%, -50%) rotate(360deg); }
    }
    @keyframes hero-orbit-spin-ccw {
        from { transform: rotate(0deg); }
        to   { transform: rotate(-360deg); }
    }

    .hero-orbit-container {
        overflow: visible;
    }

    .hero-orbit-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 120%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        overflow: visible;
        mask-image:
            linear-gradient(to right, transparent 0%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0.8) 92%, transparent 100%),
            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.3) 95%, transparent 100%);
        mask-composite: intersect;
        -webkit-mask-image:
            linear-gradient(to right, transparent 0%, rgba(0,0,0,0.8) 8%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0.8) 92%, transparent 100%),
            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 5%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 75%, rgba(0,0,0,0.7) 85%, rgba(0,0,0,0.3) 95%, transparent 100%);
        -webkit-mask-composite: source-in;
    }

    .hero-orbit-inner-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65vw;
        height: 65vw;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.05);
        animation: hero-orbit-spin-cw 50s linear infinite;
        transform-origin: center center;
        will-change: transform;
    }

    .hero-orbit-outer-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 95vw;
        height: 95vw;
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.04);
        animation: hero-orbit-spin-cw 70s linear infinite;
        transform-origin: center center;
        will-change: transform;
    }

    .hero-orbit-inner-logo,
    .hero-orbit-outer-logo {
        position: absolute;
        width: 100px;
        height: 100px;
        background: rgba(235, 233, 230, 0.6);
        border-radius: 20px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.04);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        animation: hero-orbit-spin-ccw 50s linear infinite;
        transform-origin: center center;
        will-change: transform;
        opacity: 0.55;
    }

    .hero-orbit-outer-logo {
        opacity: 0.48;
        animation: hero-orbit-spin-ccw 70s linear infinite;
    }

    .hero-orbit-inner-logo img,
    .hero-orbit-outer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: grayscale(100%);
        opacity: 0.6;
    }

    /* Inner ring: 6 logos evenly spaced (half = 50px) */
    .hero-orbit-inner-logo--1 { top: -50px;  left: calc(50% - 50px); }
    .hero-orbit-inner-logo--2 { top: 10%;    right: -10px; }
    .hero-orbit-inner-logo--3 { bottom: 10%; right: -10px; }
    .hero-orbit-inner-logo--4 { bottom: -50px; left: calc(50% - 50px); }
    .hero-orbit-inner-logo--5 { bottom: 10%; left: -10px; }
    .hero-orbit-inner-logo--6 { top: 10%;    left: -10px; }

    /* Outer ring: 8 logos evenly spaced (half = 50px) */
    .hero-orbit-outer-logo--1 { top: -50px;  left: calc(50% - 50px); }
    .hero-orbit-outer-logo--2 { top: 6%;     right: 4%; }
    .hero-orbit-outer-logo--3 { top: calc(50% - 50px); right: -30px; }
    .hero-orbit-outer-logo--4 { bottom: 6%;  right: 4%; }
    .hero-orbit-outer-logo--5 { bottom: -50px; left: calc(50% - 50px); }
    .hero-orbit-outer-logo--6 { bottom: 6%;  left: 4%; }
    .hero-orbit-outer-logo--7 { top: calc(50% - 50px); left: -30px; }
    .hero-orbit-outer-logo--8 { top: 6%;     left: 4%; }

    @media (max-width: 1024px) {
        .hero-orbit-inner-logo,
        .hero-orbit-outer-logo {
            width: 80px;
            height: 80px;
            padding: 16px;
            border-radius: 16px;
        }
        .hero-orbit-inner-logo--1 { top: -40px;  left: calc(50% - 40px); }
        .hero-orbit-inner-logo--4 { bottom: -40px; left: calc(50% - 40px); }
        .hero-orbit-outer-logo--1 { top: -40px;  left: calc(50% - 40px); }
        .hero-orbit-outer-logo--3 { top: calc(50% - 40px); right: -40px; }
        .hero-orbit-outer-logo--5 { bottom: -40px; left: calc(50% - 40px); }
        .hero-orbit-outer-logo--7 { top: calc(50% - 40px); left: -40px; }
    }

    @media (max-width: 768px) {
        .hero-orbit-wrapper {
            width: 200vw;
            height: 150%;
            mask-image: none;
            -webkit-mask-image: none;
        }
        .hero-orbit-inner-ring {
            width: 105vw;
            height: 105vw;
            animation-duration: 45s;
        }
        .hero-orbit-outer-ring {
            width: 145vw;
            height: 145vw;
            animation-duration: 65s;
        }
        .hero-orbit-inner-logo,
        .hero-orbit-outer-logo {
            width: 52px;
            height: 52px;
            padding: 10px;
            border-radius: 14px;
            animation-duration: 45s;
            opacity: 0.5;
        }
        .hero-orbit-outer-logo {
            animation-duration: 65s;
            opacity: 0.4;
        }
        .hero-orbit-inner-logo--1 { top: -26px;  left: calc(50% - 26px); }
        .hero-orbit-inner-logo--4 { bottom: -26px; left: calc(50% - 26px); }
        .hero-orbit-outer-logo--1 { top: -26px;  left: calc(50% - 26px); }
        .hero-orbit-outer-logo--3 { top: calc(50% - 26px); right: -26px; }
        .hero-orbit-outer-logo--5 { bottom: -26px; left: calc(50% - 26px); }
        .hero-orbit-outer-logo--7 { top: calc(50% - 26px); left: -26px; }
    }

    @media (max-width: 480px) {
        .hero-orbit-inner-ring {
            width: 115vw;
            height: 115vw;
        }
        .hero-orbit-outer-ring {
            width: 160vw;
            height: 160vw;
        }
        .hero-orbit-inner-logo,
        .hero-orbit-outer-logo {
            width: 46px;
            height: 46px;
            padding: 9px;
            border-radius: 12px;
        }
        .hero-orbit-inner-logo--1 { top: -23px;  left: calc(50% - 23px); }
        .hero-orbit-inner-logo--4 { bottom: -23px; left: calc(50% - 23px); }
        .hero-orbit-outer-logo--1 { top: -23px;  left: calc(50% - 23px); }
        .hero-orbit-outer-logo--3 { top: calc(50% - 23px); right: -23px; }
        .hero-orbit-outer-logo--5 { bottom: -23px; left: calc(50% - 23px); }
        .hero-orbit-outer-logo--7 { top: calc(50% - 23px); left: -23px; }
    }

#hp-client-logo-cloud .hp-client-grid-overlay {
        position: absolute;
        inset: 0;
        background:
            repeating-linear-gradient(
                to right,
                rgba(31, 41, 55, 0.09) 0,
                rgba(31, 41, 55, 0.09) 1px,
                transparent 1px,
                transparent 25%
            ),
            repeating-linear-gradient(
                to bottom,
                rgba(31, 41, 55, 0.09) 0,
                rgba(31, 41, 55, 0.09) 1px,
                transparent 1px,
                transparent 72px
            );
        pointer-events: none;
        mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.95) 90%, transparent 100%);
    }
    #hp-client-logo-cloud .hp-client-logo-frame {
        border: 1px solid rgba(31, 41, 55, 0.15);
        background: rgba(255, 255, 255, 0.8);
    }
    #hp-client-logo-cloud .hp-client-logo-row {
        min-height: 72px;
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    #hp-client-logo-cloud .hp-client-logo-cell {
        min-height: 72px;
        border-right: 1px solid rgba(31, 41, 55, 0.15);
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 10px;
        color: #1f2937;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: clamp(12px, 1.2vw, 18px);
        letter-spacing: -0.01em;
        text-align: center;
        transform-origin: center center;
        will-change: transform, opacity;
        backface-visibility: hidden;
    }
    #hp-client-logo-cloud .hp-client-logo-cell:last-child {
        border-right: 0;
    }
    #hp-client-logo-cloud .hp-client-logo-subline {
        display: block;
        font-size: clamp(10px, 0.85vw, 12px);
        font-weight: 500;
        letter-spacing: 0;
        opacity: 0.85;
    }
    #hp-client-logo-cloud .hp-client-logo-image {
        display: block;
        width: 150px;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        filter: none;
        opacity: 1;
    }
    #hp-client-logo-cloud .is-flip-out {
        animation: hp-logo-tile-out 260ms cubic-bezier(0.33, 1, 0.68, 1) forwards;
    }
    #hp-client-logo-cloud .is-flip-in {
        animation: hp-logo-tile-in 260ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
    @keyframes hp-logo-tile-out {
        from {
            opacity: 1;
            transform: perspective(900px) rotateX(0deg) translateY(0);
        }
        to {
            opacity: 0;
            transform: perspective(900px) rotateX(82deg) translateY(-12px);
        }
    }
    @keyframes hp-logo-tile-in {
        from {
            opacity: 0;
            transform: perspective(900px) rotateX(-82deg) translateY(12px);
        }
        to {
            opacity: 1;
            transform: perspective(900px) rotateX(0deg) translateY(0);
        }
    }
    @media (max-width: 1024px) {
        #hp-client-logo-cloud .hp-client-logo-row {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        #hp-client-logo-cloud .hp-client-logo-cell:nth-child(3n) {
            border-right: 0;
        }
        #hp-client-logo-cloud .hp-client-logo-cell:nth-child(n+4) {
            border-top: 1px solid rgba(31, 41, 55, 0.15);
        }
    }
    @media (max-width: 640px) {
        #hp-client-logo-cloud .hp-client-logo-row {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        #hp-client-logo-cloud .hp-client-logo-cell {
            min-height: 64px;
            font-size: clamp(10px, 3vw, 13px);
            padding: 4px 6px;
        }
        #hp-client-logo-cloud .hp-client-logo-image {
            width: 150px;
            max-width: 100%;
        }
    }

/* ---- Section base ---- */
    #hp-shift{
        background:linear-gradient(to bottom, #ffffff 0%, rgba(0, 0, 0, 0.04) 18%);
        position:relative;
    }
    /* ---- Top layout ---- */
    #hp-shift .hs-overline{
        font-size:.68rem;
        font-weight:700;
        letter-spacing:.22em;
        text-transform:uppercase;
        color:rgba(0,0,0,.4);
        font-family:'Inter',sans-serif;
        margin-bottom:1.8rem;
        display:block;
    }
    #hp-shift .hs-top{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:4rem;
        align-items:end;
        padding-bottom:3rem;
        border-bottom:1.5px solid rgba(0,0,0,.14);
    }
    @media(max-width:768px){
        #hp-shift .hs-top{ grid-template-columns:1fr; gap:2rem; }
    }
    #hp-shift .hs-title{
        font-family:'Inter',sans-serif;
        font-size:clamp(1.8rem,3.8vw,2.75rem);
        font-weight:900;
        letter-spacing:-.04em;
        line-height:1.07;
        color:#0A0A0A;
        margin-bottom:1rem;
    }
    #hp-shift .hs-desc{
        font-family:'Inter',sans-serif;
        font-size:.9rem;
        line-height:1.78;
        color:rgba(0,0,0,.48);
        max-width:420px;
    }
    #hp-shift .hs-stat-lbl{
        font-family:'Inter',sans-serif;
        font-size:.82rem;
        color:rgba(0,0,0,.42);
        margin-bottom:.4rem;
    }
    #hp-shift .hs-stat-big{
        font-family:'Inter',sans-serif;
        font-size:clamp(4.5rem,12vw,8.5rem);
        font-weight:900;
        letter-spacing:-.06em;
        line-height:1;
        color:#0A0A0A;
    }
    #hp-shift .hs-stat-note{
        margin-top:.55rem;
        font-family:'Inter',sans-serif;
        font-size:.78rem;
        color:rgba(0,0,0,.38);
        max-width:240px;
        line-height:1.5;
    }

    /* ---- Chart ---- */
    #hp-shift .hs-chart-wrap{
        padding-top:2.2rem;
    }
    #hp-shift .hs-chart{
        display:flex;
        gap:0;
        height:300px;
        border-bottom:1.5px solid rgba(0,0,0,.18);
        overflow:visible;
    }

    /* ---- Quarter column ---- */
    #hp-shift .hs-col{
        flex:1;
        position:relative;
        border-right:1px solid rgba(0,0,0,.1);
        height:100%;
    }
    #hp-shift .hs-col:last-child{
        border-right:none;
    }
    #hp-shift .hs-col-lbl{
        position:absolute;
        top:.85rem;
        left:1rem;
        font-family:'Inter',sans-serif;
        font-size:.72rem;
        font-weight:500;
        color:rgba(0,0,0,.35);
        letter-spacing:.01em;
        line-height:1.3;
    }

    /* ---- Bar ---- */
    #hp-shift .hs-bar{
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        height:0;
        background:rgba(0,0,0,.17);
        border-top:1.5px solid rgba(0,0,0,.35);
        transition:height 1.6s cubic-bezier(.16,1,.3,1);
        overflow:visible;
    }
    #hp-shift .hs-bar.in-view{
        height:var(--bh,0px); /* fallback if triggered directly */
    }

    /* ---- Value label (above bar crown, positioned on column) ---- */
    #hp-shift .hs-bval{
        position:absolute;
        left:1rem;
        bottom:0;
        font-family:'Inter',sans-serif;
        font-size:clamp(.9rem,2vw,1.25rem);
        font-weight:800;
        letter-spacing:-.03em;
        color:rgba(0,0,0,.7);
        white-space:nowrap;
        opacity:0;
        transition:bottom 1.6s cubic-bezier(.16,1,.3,1), opacity .4s ease 1.5s;
        pointer-events:none;
    }
    #hp-shift .hs-col.in-view .hs-bar{
        height:var(--bh,0px);
    }
    #hp-shift .hs-col.in-view .hs-bval{
        bottom:calc(var(--bh) + .6rem);
        opacity:1;
    }

    /* ---- Tooltip ---- */
    #hp-shift .hs-tip{
        position:absolute;
        left:50%;
        transform:translateX(-50%) translateY(4px);
        bottom:calc(var(--bh) + 1.1rem);
        background:rgba(10,10,10,.9);
        backdrop-filter:blur(6px);
        -webkit-backdrop-filter:blur(6px);
        color:#fff;
        font-family:'Inter',sans-serif;
        font-size:.72rem;
        font-weight:500;
        line-height:1.5;
        padding:.42rem .7rem;
        border-radius:7px;
        white-space:nowrap;
        pointer-events:none;
        opacity:0;
        transition:opacity .16s ease, transform .16s ease;
        z-index:20;
    }
    #hp-shift .hs-tip strong{
        display:block;
        font-size:.68rem;
        font-weight:700;
        letter-spacing:.06em;
        text-transform:uppercase;
        color:rgba(255,255,255,.5);
        margin-bottom:.1rem;
    }
    #hp-shift .hs-tip::after{
        content:'';
        position:absolute;
        top:100%;
        left:50%;
        transform:translateX(-50%);
        border:5px solid transparent;
        border-top-color:rgba(10,10,10,.9);
    }
    #hp-shift .hs-col.in-view:hover .hs-tip{
        opacity:1;
        transform:translateX(-50%) translateY(0);
    }

    /* ---- Reveal ---- */
    #hp-shift .hs-rv{
        opacity:0;
        transform:translateY(18px);
        transition:opacity .9s cubic-bezier(.16,1,.3,1),transform .9s cubic-bezier(.16,1,.3,1);
    }
    #hp-shift .hs-rv.in-view{ opacity:1; transform:none; }
    #hp-shift .hs-rv[data-d="1"]{ transition-delay:.08s; }
    #hp-shift .hs-rv[data-d="2"]{ transition-delay:.2s; }
    #hp-shift .hs-rv[data-d="3"]{ transition-delay:.34s; }

.m-stats-container {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                gap: 24px;
                padding: 20px 0;
            }
            @media (min-width: 768px) {
                .m-stats-container { grid-template-columns: repeat(2, 1fr); }
            }
            @media (min-width: 1024px) {
                .m-stats-container { grid-template-columns: repeat(4, 1fr); }
            }

            .m-stat-card {
                position: relative;
                background: #fff;
                border-radius: 24px;
                border: 1px solid rgba(31, 41, 55, 0.15);
                overflow: hidden;
                cursor: default;
                box-shadow: none;
                transition: border-color 0.3s ease;
                min-height: 240px;
                isolation: isolate; /* Create new stacking context */
            }

            /* The Border Beam Container */
            .m-stat-beam {
                position: absolute;
                inset: 0;
                pointer-events: none;
                z-index: 1;
                opacity: 0; /* Hidden by default */
                transition: opacity 0.3s ease;
                filter: none;
            }
            
            /* The actual spinning gradient */
            .m-stat-beam::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                width: 200%;
                height: 200%;
                background: conic-gradient(
                    from 0deg,
                    rgba(31, 41, 55, 0) 0deg,
                    rgba(31, 41, 55, 0) 270deg,
                    rgba(148, 163, 184, 0.35) 320deg,
                    rgba(31, 41, 55, 0.55) 360deg
                );
                transform: translate(-50%, -50%) rotate(0deg);
                animation: beam-spin 3s linear infinite; /* Faster spin */
            }

            /* Mask to make it a border */
            .m-stat-inner-mask {
                position: absolute;
                inset: 3px; /* Thicker border (3px) */
                background: #fff; /* Fallback */
                border-radius: 21px; /* Adjusted radius */
                z-index: 2;
            }

            /* The Background Image */
            .m-stat-bg-img {
                position: absolute;
                inset: 3px; /* Match mask inset so it doesn't cover border */
                background-size: cover;
                background-position: center;
                border-radius: 21px; /* Match mask radius */
                opacity: 0;
                z-index: 3;
                filter: grayscale(100%) contrast(1.1);
                transition: opacity 0.6s ease;
                display: none;
            }

            /* The Glass Overlay & Content */
            .m-stat-content {
                position: relative;
                z-index: 4;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                padding: 40px 24px;
                text-align: center;
                background: #fff;
            }

            /* Hover States managed via Class for easier GSAP/CSS mixing */
            .m-stat-card:hover,
            .m-stat-card.is-beam-active {
                transform: none;
                box-shadow: none;
            }

            .m-stat-card:hover .m-stat-beam,
            .m-stat-card.is-beam-active .m-stat-beam {
                opacity: 1;
            }
            
            @keyframes beam-spin {
                from { transform: translate(-50%, -50%) rotate(0deg); }
                to { transform: translate(-50%, -50%) rotate(360deg); }
            }

            .m-stat-num {
                font-size: 56px;
                font-weight: 800;
                letter-spacing: -0.04em;
                line-height: 1;
                background: linear-gradient(180deg, var(--m-black) 0%, #333 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                margin-bottom: 16px;
                transform-origin: center;
                transition: all 0.3s ease; /* Smooth color transition */
            }
            
            .m-stat-label {
                font-size: 16px; 
                line-height: 1.5;
                font-weight: 500;
                color: #555;
                max-width: 240px;
                margin: 0 auto;
                transition: all 0.3s ease; /* Smooth color transition */
            }

.m-cap-card {
            background: #fff;
            border-color: #e5e5e5;
            transition: border-color .2s, box-shadow .2s;
        }
        .m-cap-card:hover {
            border-color: #d4d4d4;
            box-shadow: 0 2px 16px rgba(0,0,0,.04);
        }
        .m-cap-illus {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px 0;
        }
        .m-cap-card--hero {
            padding: 0;
            overflow: hidden;
            justify-content: flex-start;
        }
        .m-cap-card--hero .m-cap-illus {
            padding: 0;
            margin: 0;
        }
        .m-cap-card--hero .m-cap-content {
            padding: 16px 24px 24px;
        }
        .m-cap-cta {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top: 10px;
            padding: 0;
            border: none;
            background: none;
            color: var(--m-text-3);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: color .15s;
        }
        .m-cap-cta:hover { color: var(--m-text); }
        
        .op-badge {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 8px;
            font-size: 11px;
            font-weight: 600;
            color: #737373;
            transition: all .3s ease;
        }
        .op-badge.dominant {
            border-color: #525252;
            background: #e5e5e5;
            color: #171717;
            transform: scale(1.1);
            z-index: 10;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .op-badge.active {
            border-color: #d4d4d4;
            background: #fafafa;
        }
        .op-badge svg { flex-shrink: 0; }
        .op-count { font-variant-numeric: tabular-nums; }

@media (max-width: 768px) {
            .m-section .m-animate > div[style*="grid-template-columns: 1fr 1.4fr"] {
                grid-template-columns: 1fr !important;
                gap: 32px !important;
            }
        }
