   .pwc-works-section {
            
            background: white;
            min-height: 600vh;
            position: relative;
        }

        .pwc-works-sticky-container {
            position: sticky;
            top: 0;
            height: 100vh;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .pwc-works-container {
            /* max-width: 1400px;
            margin: 0 auto; */
            width: 100%;

        }

        .pwc-works-header {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pwc-works-header h2 {
            font-size: 44px;
            font-weight: 600;
            color: #000;
            line-height: 57px;
            margin-bottom: 30px;
            letter-spacing: -1.76px;
            width: 80%;
        }

        /* .pwc-works-header p {
            font-size: 32px;
            font-weight: 300;
            color: #000;
            line-height: 1.2;
        } */

        /* Steps Navigation */
        .pwc-works-steps-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 60px;
            position: relative;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
        }

        .pwc-works-steps-nav::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            background: #e5e7eb;
            z-index: 0;
        }

        .pwc-works-steps-progress {
            position: absolute;
            top: 50%;
            left: 0;
            height: 2px;
            background: linear-gradient(90deg, #22d3ee 0%, #06b6d4 100%);
            z-index: 0;
            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: width;
            width: 0%;
        }

        .pwc-works-step-indicator {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: 600;
            position: relative;
            z-index: 1;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            user-select: none;
        }

        .pwc-works-step-indicator.pwc-active {
            background: #22d3ee;
            color: white;
            box-shadow: 0 8px 24px rgba(34, 211, 238, 0.3);
            transform: scale(1.05);
        }

        .pwc-works-step-indicator:not(.pwc-active) {
            background: white;
            color: #9ca3af;
            border: 2px solid #e5e7eb;
        }

        /* Cards Container */
        .pwc-works-cards-viewport {
            position: relative;
            overflow: hidden;
            height: 450px;
            display: flex;
            align-items: center;
        }

        .pwc-works-cards-track {
            display: flex;
            gap: 30px;
            position: relative;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: transform;
            padding: 0 50px;
        }

        .pwc-works-card {
            background: transparent;
            border-radius: 30px;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            opacity: 1;
            transform: scale(0.9);
            width: 400px;
            flex-shrink: 0;
            will-change: transform;
            position: relative;
        }

        .pwc-works-card.pwc-active {
            transform: scale(1.01);
            z-index: 10;
        }

        .pwc-works-card-image {
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            border-radius: 30px;
            background-size: cover;
            background-position: center;
        }

        .pwc-works-card-content {
            position: absolute;
            bottom: 30px;
            left: 20px;
            right: 20px;
            padding: 20px;
            background: white;
            border-radius: 14px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .pwc-works-card-title {
           font-size: 20px;
            font-weight: 500;
            color: #000;
            margin-bottom: 8px;
            line-height: 24.2px;
            letter-spacing: -0.69px;
        }

        .pwc-works-card-desc {
            font-size: 16px;
            color: #000000;
            opacity: 0.65;
            line-height: 19.4px;
            letter-spacing: -0.13px;
        }

        /* Card Backgrounds */
        .pwc-works-card-1 .pwc-works-card-image {
            background: url(../images/works/1.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        .pwc-works-card-2 .pwc-works-card-image {
            background: url(../images/works/2.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        .pwc-works-card-3 .pwc-works-card-image {
            background: url(../images/works/3.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        .pwc-works-card-4 .pwc-works-card-image {
            background: url(../images/works/4.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        .pwc-works-card-5 .pwc-works-card-image {
            background: url(../images/works/5.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        .pwc-works-card-6 .pwc-works-card-image {
            background: url(../images/works/6.gif);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            /* height: 400px;
            width: 400px; */
        }

        /* Illustration Elements */
        .pwc-works-qr-phone {
            width: 180px;
            height: 220px;
            background: white;
            border-radius: 25px;
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
            padding: 18px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .pwc-works-qr-header {
            background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
            color: white;
            padding: 10px 20px;
            border-radius: 18px;
            font-size: 12px;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .pwc-works-qr-code {
            width: 120px;
            height: 120px;
            background: #000;
            border-radius: 10px;
            margin-bottom: 12px;
        }

        .pwc-works-app-badges {
            display: flex;
            gap: 6px;
        }

        .pwc-works-badge {
            width: 50px;
            height: 16px;
            background: #000;
            border-radius: 3px;
        }

        .pwc-works-scan-illustration {
            position: relative;
            width: 250px;
            height: 240px;
        }

        .pwc-works-hand-phone {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            width: 160px;
            height: 180px;
            background: white;
            border-radius: 25px;
            border: 3px solid #e5e7eb;
            padding: 12px;
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
        }

        .pwc-works-phone-screen-scan {
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 100%);
            border-radius: 18px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .pwc-works-scan-icon {
            width: 45px;
            height: 45px;
            background: white;
            border-radius: 10px;
            margin-bottom: 10px;
        }

        .pwc-works-scan-button {
            background: white;
            color: #3b82f6;
            padding: 7px 18px;
            border-radius: 18px;
            font-size: 12px;
            font-weight: 600;
        }

        .pwc-works-qr-floating {
            position: absolute;
            top: 15px;
            right: 25px;
            width: 70px;
            height: 70px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .pwc-works-bitcoin-coin {
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
            border-radius: 50%;
            box-shadow: 0 18px 50px rgba(249, 115, 22, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .pwc-works-bitcoin-coin::before {
            content: '₿';
            font-size: 100px;
            font-weight: 700;
            color: white;
            opacity: 0.9;
        }

        .pwc-works-bitcoin-coin::after {
            content: '';
            position: absolute;
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }

        .pwc-works-settlement-phone {
            width: 180px;
            height: 220px;
            background: rgba(15, 23, 42, 0.8);
            border-radius: 30px;
            border: 3px solid #334155;
            padding: 18px;
            box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
        }

        .pwc-works-settlement-screen {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
            border-radius: 22px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .pwc-works-pay-button {
            background: linear-gradient(135deg, #22d3ee 0%, #06b6d4 100%);
            color: white;
            padding: 11px 36px;
            border-radius: 22px;
            font-size: 14px;
            font-weight: 600;
            box-shadow: 0 6px 18px rgba(34, 211, 238, 0.3);
        }

    /* Tablet Styles */
@media (max-width: 1024px) {
    .pwc-works-header h2 {
        font-size: 36px !important;
        width: 90%;
    }

    .pwc-works-step-indicator {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .pwc-works-card {
        width: 350px;
    }

    .pwc-works-card-image {
        /* width: 350px;
        height: 350px; */
    }

    .pwc-works-cards-viewport {
        height: 400px;
    }

    .pwc-works-steps-nav {
        max-width: 700px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .pwc-works-section {
        min-height: 400vh;
    }

    .pwc-works-header h2 {
        font-size: 30px !important;
        width: 95%;
        line-height: 1 !important;
        letter-spacing: -0.5px;
    }

    .pwc-works-steps-nav {
        max-width: 100%;
        padding: 0 10px;
        margin-bottom: 40px;
    }

    .pwc-works-steps-nav::before {
        left: 10px;
        right: 10px;
    }

    .pwc-works-steps-progress {
        left: 10px;
    }

    .pwc-works-step-indicator {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .pwc-works-cards-viewport {
        height: 350px;
    }

    .pwc-works-card {
        width: 280px;
    }

    .pwc-works-card-image {
        /* width: 280px;
        height: 280px; */
    }

    .pwc-works-card.pwc-active {
        transform: scale(1.05);
    }

    .pwc-works-card-content {
        padding: 18px;
        bottom: 15px;
        left: 15px;
        right: 15px;
    }

    .pwc-works-card-title {
        font-size: 14px;
        margin-bottom: 6px;
        line-height: 1;
    }

    .pwc-works-card-desc {
        font-size: 10px;
        line-height: 1;
    }

    .pwc-works-cards-track {
        gap: 20px;
        padding: 0 15px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .pwc-works-header h2 {
        font-size: 26px !important;
        line-height: 1 !important;
    }

    .pwc-works-step-indicator {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .pwc-works-cards-viewport {
        height: 320px;
    }

    .pwc-works-card {
        width: 250px;
    }

    .pwc-works-card-image {
        /* width: 250px;
        height: 250px; */
        height: 300px;
    }

    .pwc-works-card-content {
        padding: 15px;
    }

    .pwc-works-card-title {
        font-size: 12px;
        line-height: 1;
        
    }

    .pwc-works-card-desc {
        font-size: 8px;
        line-height: 1;
    }
}