        .wsus__weight_loss_hero {
            padding: 80px 0;
        }

        .wsus__weight_loss_hero_content h1 {
            font-size: 48px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 56px;
            margin-bottom: 24px;
        }

        .wsus__weight_loss_hero_content p {
            font-size: 18px;
            line-height: 28px;
            color: #4b4b4b;
            margin-bottom: 40px;
        }

        .wsus__weight_loss_hero_features {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .wsus__weight_loss_hero_features li {
            font-size: 16px;
            line-height: 26px;
            color: #2c2c2c;
            margin-bottom: 16px;
            padding-left: 32px;
            position: relative;
        }

        .wsus__weight_loss_hero_features li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            width: 24px;
            height: 24px;
            background: #6f8f74;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
        }

        .wsus__weight_loss_hero_btn {
            display: inline-block;
            padding: 16px 40px;
            background: #c01b1a;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: 20px;
        }

        .wsus__weight_loss_hero_btn:hover {
            background: #a41514;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(192, 27, 26, 0.3);
        }

        .wsus__weight_loss_hero_image {
            text-align: center;
        }

        .wsus__weight_loss_hero_image img {
            width: 100%;
            height: auto;
            border-radius: 24px;
            object-fit: cover;
        }

        @media (max-width: 991.99px) {
            .wsus__weight_loss_hero {
                padding: 60px 0;
            }

            .wsus__weight_loss_hero_content h1 {
                font-size: 36px;
                line-height: 44px;
            }

            .wsus__weight_loss_hero_image {
                margin-top: 40px;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__weight_loss_hero {
                padding: 40px 0;
            }

            .wsus__weight_loss_hero_content h1 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__weight_loss_hero_content p {
                font-size: 16px;
                line-height: 24px;
            }
        }

        /* Weight Loss Products Section */
        .wsus__wl_section {
            padding-bottom: 10px;
        }

        .wsus__wl_heading h2 {
            font-size: 44px;
            line-height: 48px;
            font-weight: 700;
            color: #2c2c2c;
        }

        .wsus__wl_heading h2 span {
            color: #6f8f74;
        }

        .wsus__wl_lead {
            color: #4b4b4b;
            font-size: 15px;
            line-height: 24px;
            max-width: 520px;
        }

        .wsus__wl_cards {
            margin-top: 40px;
        }

        .wsus__wl_card {
            background: #f6f6f6;
            border-radius: 28px;
            padding: 26px 26px 24px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            overflow: hidden;
        }

        .wsus__wl_img_wrap {
            border-radius: 22px;
            background: #e8eef3;
            height: 360px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 18px;
        }

        .wsus__wl_img_wrap.alt {
            background: #dce8f0;
        }

        .wsus__wl_img_wrap img {
            max-height: 320px;
            width: auto;
            filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.12));
            transition: transform 0.3s ease;
        }

        .wsus__wl_card:hover .wsus__wl_img_wrap img {
            transform: translateY(-10px);
        }

        .wsus__wl_title {
            font-size: 22px;
            font-weight: 700;
            color: #2c2c2c;
            margin-bottom: 8px;
        }

        .wsus__wl_desc {
            font-size: 14px;
            color: #5a5a5a;
            line-height: 22px;
            margin-bottom: 18px;
        }

        .wsus__wl_btn_primary {
            width: 100%;
            height: 46px;
            border-radius: 999px;
            background: #c01b1a;
            color: #fff;
            font-weight: 700;
            letter-spacing: 0.6px;
            border: 1px solid #c01b1a;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
            font-size: 12px;
            text-decoration: none;
        }

        .wsus__wl_btn_primary:hover {
            background: #a41514;
            border-color: #a41514;
            color: #fff;
        }

        @media (max-width: 991.99px) {
            .wsus__wl_heading h2 {
                font-size: 34px;
                line-height: 38px;
            }
            .wsus__wl_img_wrap {
                height: 300px;
            }
            .wsus__wl_img_wrap img {
                max-height: 260px;
            }
            .wsus__wl_cards {
                margin-top: 30px;
            }
        }

        /* Mobile slider styles */
        @media (max-width: 767.99px) {
            .wsus__wl_slider_mobile .slick-slide {
                padding: 20px 10px;
            }
            .wsus__wl_slider_mobile .wsus__wl_img_wrap {
                height: auto !important;
                min-height: 300px;
            }
            .wsus__wl_slider_mobile .wsus__wl_img_wrap img {
                max-height: none !important;
                height: auto !important;
                width: 100% !important;
                object-fit: contain;
            }
            .wsus__wl_slider_mobile .slick-dots {
                bottom: -40px;
                display: flex !important;
                justify-content: center;
                gap: 8px;
                padding: 0;
                list-style: none;
            }
            .wsus__wl_slider_mobile .slick-dots li {
                margin: 0;
                width: auto;
                height: auto;
            }
            .wsus__wl_slider_mobile .slick-dots li button {
                font-size: 0 !important;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 1px solid #c01b1a;
                background: transparent;
                padding: 0;
                cursor: pointer;
                transition: all 0.3s ease;
            }
            .wsus__wl_slider_mobile .slick-dots li button:hover,
            .wsus__wl_slider_mobile .slick-dots li.slick-active button {
                background: #c01b1a;
            }
        }

        /* Testimonial Slider Section */

        .wsus__testimonial_slider_heading {
            text-align: center;
            margin-bottom: 50px;
        }

        .wsus__testimonial_slider_heading h2 {
            font-size: 44px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 48px;
            margin-bottom: 16px;
        }

        .wsus__testimonial_slider_heading p {
            font-size: 16px;
            color: #4b4b4b;
            max-width: 600px;
            margin: 0 auto;
        }

        .wsus__testimonial_card {
            border-radius: 20px;
            padding: 24px;
            margin: 0 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .wsus__testimonial_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }

        .wsus__testimonial_images {
            width: 100%;
            aspect-ratio: 1;
            margin-bottom: 16px;
            border-radius: 12px;
            overflow: hidden;
        }

        .wsus__testimonial_images img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }

        .wsus__testimonial_badge {
            display: inline-block;
            background: #c01b1a;
            color: #fff;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .wsus__testimonial_name {
            font-size: 20px;
            font-weight: 700;
            color: #2c2c2c;
            margin-bottom: 6px;
        }

        .wsus__testimonial_stats {
            font-size: 14px;
            color: #4b4b4b;
            margin-bottom: 16px;
        }

        .wsus__testimonial_tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .wsus__testimonial_tag {
            background: #f0f0f0;
            color: #4b4b4b;
            padding: 6px 12px;
            border-radius: 16px;
            font-size: 12px;
            font-weight: 500;
        }

        .wsus__testimonial_slider .slick-slide {
            padding: 0 8px;
        }

        .wsus__testimonial_slider .slick-list {
            margin: 0 -8px;
        }

        .wsus__testimonial_slider .slick-dots {
            bottom: -50px;
            display: flex !important;
            justify-content: center;
            gap: 8px;
            padding: 0;
            list-style: none;
        }

        .wsus__testimonial_slider .slick-dots li {
            margin: 0;
            width: auto;
            height: auto;
        }

        .wsus__testimonial_slider .slick-dots li button {
            font-size: 0 !important;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #c01b1a;
            background: transparent;
            padding: 0;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .wsus__testimonial_slider .slick-dots li button:hover,
        .wsus__testimonial_slider .slick-dots li.slick-active button {
            background: #c01b1a;
        }

        @media (max-width: 991.99px) {
            .wsus__testimonial_slider_section {
                padding: 60px 0;
            }

            .wsus__testimonial_slider_heading h2 {
                font-size: 34px;
                line-height: 38px;
            }

            .wsus__testimonial_images {
                aspect-ratio: 1;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__testimonial_slider_section {
                padding: 40px 0;
            }

            .wsus__testimonial_slider_heading {
                margin-bottom: 30px;
            }

            .wsus__testimonial_slider_heading h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__testimonial_images {
                aspect-ratio: 1;
            }

            .wsus__testimonial_card {
                margin: 0 5px;
            }

            .wsus__testimonial_slider .slick-slide {
                padding: 0 5px;
            }

            .wsus__testimonial_slider .slick-list {
                margin: 0 -5px;
            }
        }

        /* Clinician Support Section */
        .wsus__clinician_support {
            padding: 80px 0;
        }

        .wsus__clinician_support_content h2 {
            font-size: 44px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 48px;
            margin-bottom: 24px;
        }

        .wsus__clinician_support_content p {
            font-size: 16px;
            line-height: 26px;
            color: #4b4b4b;
            margin-bottom: 32px;
        }

        .wsus__clinician_features {
            list-style: none;
            padding: 0;
            margin: 0 0 40px 0;
        }

        .wsus__clinician_features li {
            font-size: 16px;
            line-height: 26px;
            color: #2c2c2c;
            margin-bottom: 20px;
            position: relative;
            display: flex;
            align-items: center;
        }

        .wsus__clinician_features li i {
            position: absolute;
            left: 0;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .wsus__clinician_features li i svg {
            width: 20px;
            height: 20px;
            color: #2c2c2c;
        }

        .wsus__clinician_btn {
            display: inline-block;
            padding: 16px 40px;
            background: #2c2c2c;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .wsus__clinician_btn:hover {
            background: #1a1a1a;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(44, 44, 44, 0.3);
        }

        .wsus__clinician_image {
            text-align: center;
        }

        .wsus__clinician_image img {
            width: 100%;
            height: auto;
            border-radius: 24px;
            object-fit: cover;
        }

        @media (max-width: 991.99px) {
            .wsus__clinician_support {
                padding: 60px 0;
            }

            .wsus__clinician_support_content h2 {
                font-size: 34px;
                line-height: 38px;
            }

            .wsus__clinician_image {
                margin-top: 40px;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__clinician_support {
                padding: 40px 0;
            }

            .wsus__clinician_support_content h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__clinician_support_content p {
                font-size: 15px;
                line-height: 24px;
            }

            .wsus__clinician_features li {
                font-size: 15px;
                line-height: 24px;
            }

            .wsus__clinician_features li i {
                width: 28px;
                height: 28px;
            }

            .wsus__clinician_features li i svg {
                width: 18px;
                height: 18px;
            }
        }

        /* Arta Testimonial Section */
        .wsus__arta_section {
            padding: 100px 0;
            position: relative;
            min-height: clamp(360px, 52vw, 620px);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            background-attachment: scroll;
            border-radius: 24px;
            overflow: hidden;
            will-change: auto;
        }

        .wsus__arta_section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }

        .wsus__arta_overlay {
            position: relative;
            z-index: 2;
        }

        .wsus__arta_content {
            max-width: 600px;
            background: rgba(0, 0, 0, 0.6);
            padding: 40px;
            border-radius: 16px;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        .wsus__arta_content h2 {
            font-size: 48px;
            font-weight: 700;
            color: #fff;
            line-height: 56px;
            margin-bottom: 24px;
        }

        .wsus__arta_content p {
            font-size: 18px;
            line-height: 28px;
            color: #fff;
            margin-bottom: 20px;
        }

        .wsus__arta_btn {
            display: inline-block;
            padding: 16px 40px;
            background: #000;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-top: 10px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .wsus__arta_btn:hover {
            background: #1a1a1a;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .wsus__arta_btn i {
            display: inline-flex;
            align-items: center;
        }

        @media (max-width: 991.99px) {
            .wsus__arta_section {
                padding: 80px 0;
            }

            .wsus__arta_content {
                padding: 30px;
            }

            .wsus__arta_content h2 {
                font-size: 36px;
                line-height: 44px;
            }

            .wsus__arta_content p {
                font-size: 16px;
                line-height: 26px;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__arta_section {
                padding: 60px 0;
                border-radius: 16px;
                min-height: 420px;
                background-position: center top;
                background-size: cover;
            }

            .wsus__arta_content {
                padding: 24px;
            }

            .wsus__arta_content h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__arta_content p {
                font-size: 15px;
                line-height: 24px;
            }

            .wsus__arta_btn {
                padding: 14px 32px;
                font-size: 14px;
            }
        }

        /* Journey Section */
        .wsus__journey_section {
            padding: 100px 0;
        }

        .wsus__journey_left {
            opacity: 1;
            transform: none;
        }

        .wsus__journey_section:not(.visible) .wsus__journey_left {
            opacity: 1;
            transform: none;
        }

        .wsus__journey_steps {
            opacity: 1;
            transform: none;
        }

        .wsus__journey_section:not(.visible) .wsus__journey_steps {
            opacity: 1;
            transform: none;
        }

        .wsus__journey_left h2 {
            font-size: 44px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 52px;
            margin-bottom: 24px;
        }

        .wsus__journey_left p {
            font-size: 18px;
            line-height: 28px;
            color: #4b4b4b;
            margin-bottom: 32px;
        }

        .wsus__journey_left p strong {
            color: #c01b1a;
            font-weight: 600;
        }

        .wsus__journey_btn {
            display: inline-block;
            padding: 16px 40px;
            background: #2c2c2c;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .wsus__journey_btn:hover {
            background: #1a1a1a;
            color: #000;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(44, 44, 44, 0.3);
        }

        .wsus__journey_section .common_btn.common_btn_2:hover,
        .wsus__journey_section .common_btn.common_btn_2:focus,
        .wsus__journey_section .common_btn.common_btn_2:active {
            color: #000 !important;
            -webkit-text-fill-color: #000 !important;
        }

        .wsus__journey_section .common_btn.common_btn_2:hover::after,
        .wsus__journey_section .common_btn.common_btn_2:focus::after,
        .wsus__journey_section .common_btn.common_btn_2:active::after {
            background-color: #fff !important;
        }

        .wsus__journey_divider {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
        }

        .wsus__journey_divider::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #c01b1a;
            z-index: 1;
        }

        .wsus__journey_divider::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: #c01b1a;
            border-radius: 50%;
            z-index: 2;
        }

        .wsus__journey_steps {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .wsus__journey_step {
            display: flex;
            gap: 24px;
            align-items: flex-start;
            opacity: 1;
            transform: none;
        }

        .wsus__journey_steps.animated .wsus__journey_step {
            opacity: 1;
            transform: none;
        }

        .wsus__journey_steps.animated .wsus__journey_step:nth-child(1) {
            transition-delay: 0s;
        }

        .wsus__journey_steps.animated .wsus__journey_step:nth-child(2) {
            transition-delay: 0s;
        }

        .wsus__journey_steps.animated .wsus__journey_step:nth-child(3) {
            transition-delay: 0s;
        }

        .wsus__journey_step_image {
            flex-shrink: 0;
            width: 140px;
            height: 140px;
            border-radius: 16px;
            overflow: hidden;
        }

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

        .wsus__journey_step_content h3 {
            font-size: 24px;
            font-weight: 700;
            color: #2c2c2c;
            margin-bottom: 12px;
        }

        .wsus__journey_step_content p {
            font-size: 16px;
            line-height: 24px;
            color: #4b4b4b;
            margin: 0;
        }

        @media (max-width: 991.99px) {
            .wsus__journey_section {
                padding: 80px 0;
            }

            .wsus__journey_left h2 {
                font-size: 34px;
                line-height: 42px;
            }

            .wsus__journey_left p {
                font-size: 16px;
                line-height: 26px;
            }

            .wsus__journey_divider {
                display: none;
            }

            .wsus__journey_step_image {
                width: 120px;
                height: 120px;
            }

            .wsus__journey_step_content h3 {
                font-size: 22px;
            }

            .wsus__journey_step_content p {
                font-size: 15px;
                line-height: 22px;
            }
        }

        .wsus__journey_section .wow {
            animation: none !important;
            opacity: 1 !important;
            visibility: visible !important;
        }

        @media (max-width: 767.99px) {
            .wsus__journey_section {
                padding: 60px 0;
            }

            .wsus__journey_section .wow {
                animation: none !important;
                opacity: 1 !important;
                visibility: visible !important;
            }
        }

            .wsus__journey_left {
                margin-bottom: 40px;
            }

            .wsus__journey_left h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__journey_left p {
                font-size: 15px;
                line-height: 24px;
            }

            .wsus__journey_steps {
                gap: 30px;
            }

            .wsus__journey_step {
                gap: 16px;
            }

            .wsus__journey_step_image {
                width: 96px;
                height: 96px;
            }

            .wsus__journey_step_content h3 {
                font-size: 20px;
                margin-bottom: 8px;
            }

            .wsus__journey_step_content p {
                font-size: 14px;
                line-height: 20px;
            }
        }

        /* Video Testimonials Section */
        .wsus__video_testimonials {
            padding: 100px 0;
        }

        .wsus__video_testimonials_heading {
            text-align: center;
            margin-bottom: 60px;
        }

        .wsus__video_testimonials_heading h2 {
            font-size: 44px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 48px;
            margin-bottom: 16px;
        }

        .wsus__video_testimonials_heading p {
            font-size: 16px;
            color: #4b4b4b;
            max-width: 600px;
            margin: 0 auto;
        }

        .wsus__video_testimonial_card {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .wsus__video_testimonial_card:hover {
            transform: translateY(-5px);
        }

        .wsus__video_testimonial_link {
            display: block;
            text-decoration: none;
            color: inherit;
        }

        .wsus__video_testimonial_slider {
            display: none;
        }

        .wsus__video_testimonial_slider .slick-arrow {
            display: none !important;
        }

        .wsus__video_testimonial_slider .slick-dots {
            display: none !important;
        }
        
        @media (max-width: 767.99px) {
            .wsus__video_testimonial_slider .slick-dots {
                display: flex !important;
                justify-content: center;
                align-items: center;
                list-style: none;
                padding: 20px 0 0 0;
                margin: 0;
                position: relative;
                bottom: 0;
            }
            
            .wsus__video_testimonial_slider .slick-dots li {
                margin: 0 6px;
                width: auto;
                height: auto;
            }
            
            .wsus__video_testimonial_slider .slick-dots li button {
                width: 12px;
                height: 12px;
                padding: 0;
                border: none;
                border-radius: 50%;
                background: #c01b1a;
                opacity: 0.4;
                cursor: pointer;
                font-size: 0;
                line-height: 0;
                display: block;
                transition: opacity 0.3s ease, transform 0.3s ease;
            }
            
            .wsus__video_testimonial_slider .slick-dots li button:hover,
            .wsus__video_testimonial_slider .slick-dots li.slick-active button {
                opacity: 1;
                background: #c01b1a;
                transform: scale(1.2);
            }
        }

        @media (max-width: 767.99px) {
            .wsus__video_testimonial_slider {
                display: block;
                padding: 0;
            }

            .wsus__video_testimonial_slider .slick-list {
                margin: 0 -8px;
            }

            .wsus__video_testimonial_slider .slick-slide {
                padding: 0 8px;
            }

            .wsus__video_testimonial_slider .wsus__video_testimonial_card {
                margin: 0;
            }
        }

        .wsus__video_testimonial_thumbnail {
            position: relative;
            width: 100%;
            padding-top: 177.78%;
            background: #f0f0f0;
            overflow: hidden;
            display: block;
        }

        .wsus__video_testimonial_thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .wsus__video_testimonial_play_btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 64px;
            height: 64px;
            background: rgba(192, 27, 26, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 2;
            transition: all 0.3s ease;
        }

        .wsus__video_testimonial_play_btn i {
            color: #fff;
            font-size: 24px;
            margin-left: 4px;
        }

        .wsus__video_testimonial_card:hover .wsus__video_testimonial_play_btn {
            background: rgba(192, 27, 26, 1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .wsus__video_testimonial_badge {
            position: absolute;
            top: 12px;
            left: 12px;
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            z-index: 2;
        }

        .wsus__video_testimonial_info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
            padding: 20px 12px 12px;
            z-index: 2;
        }

        .wsus__video_testimonial_name {
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .wsus__video_testimonial_stats {
            color: #fff;
            font-size: 12px;
            opacity: 0.9;
        }

        .wsus__video_testimonial_paid {
            position: absolute;
            bottom: 12px;
            right: 12px;
            color: #fff;
            font-size: 10px;
            opacity: 0.8;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .wsus__video_testimonial_paid::before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
        }

        @media (max-width: 991.99px) {
            .wsus__video_testimonials {
                padding: 80px 0;
            }

            .wsus__video_testimonials_heading h2 {
                font-size: 34px;
                line-height: 38px;
            }

            .wsus__video_testimonials_heading {
                margin-bottom: 40px;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__video_testimonials {
                padding: 60px 0;
            }

            .wsus__video_testimonials_heading h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__video_testimonials_heading {
                margin-bottom: 30px;
            }

            .wsus__video_testimonial_play_btn {
                width: 56px;
                height: 56px;
            }

            .wsus__video_testimonial_play_btn i {
                font-size: 20px;
            }
        }

        .wsus__video_modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 99999;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .wsus__video_modal.show {
            display: flex;
        }

        .wsus__video_modal_content {
            position: relative;
            width: 100%;
            max-width: 320px;
            background: #000;
            border-radius: 12px;
            overflow: hidden;
            aspect-ratio: 9 / 16;
        }

        .wsus__video_modal_close {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #fff;
            font-size: 28px;
            cursor: pointer;
            z-index: 100000;
            background: rgba(0, 0, 0, 0.6);
            border: none;
            padding: 0;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1;
            transition: all 0.3s ease;
            border-radius: 50%;
            font-weight: 300;
        }

        .wsus__video_modal_close:hover {
            background: rgba(192, 27, 26, 0.9);
            color: #fff;
            transform: scale(1.1);
        }

        .wsus__video_modal video {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
        }

        @media (max-width: 767.99px) {
            .wsus__video_modal {
                padding: 15px;
            }

            .wsus__video_modal_content {
                max-width: 280px;
                border-radius: 8px;
            }

            .wsus__video_modal_close {
                top: 8px;
                right: 8px;
                font-size: 24px;
                width: 32px;
                height: 32px;
            }
        }

        @media (max-width: 575.99px) {
            .wsus__video_modal {
                padding: 10px;
            }

            .wsus__video_modal_content {
                max-width: 260px;
            }

            .wsus__video_modal_close {
                top: 6px;
                right: 6px;
                font-size: 22px;
                width: 30px;
                height: 30px;
            }
        }

        /* Weight Loss Quiz Section */
        .wsus__weight_quiz {
            padding: 100px 0;
        }

        .wsus__quiz_container {
            max-width: 600px;
            margin: 0 auto;
            background: #f5f5f0;
            border-radius: 16px;
            padding: 50px 40px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .wsus__quiz_question {
            font-size: 28px;
            font-weight: 700;
            color: #2c2c2c;
            margin-bottom: 30px;
            text-align: left;
            line-height: 1.3;
        }

        .wsus__quiz_options {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 30px;
        }

        .wsus__quiz_option {
            display: block;
            padding: 16px 20px;
            border: 1px solid #e0e0e0;
            border-radius: 8px;
            color: #2c2c2c;
            font-size: 16px;
            text-decoration: none;
            text-align: left;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .wsus__quiz_option:hover {
            border-color: #c01b1a;
            background: #fff5f5;
            color: #c01b1a;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(192, 27, 26, 0.1);
        }

        .wsus__quiz_continue_btn {
            display: block;
            width: 100%;
            padding: 16px 20px;
            background: #2c2c2c;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .wsus__quiz_continue_btn:hover {
            background: #1a1a1a;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3);
            color: #fff;
        }

        @media (max-width: 767.99px) {
            .wsus__weight_quiz {
                padding: 80px 0;
            }

            .wsus__quiz_container {
                padding: 40px 30px;
                border-radius: 12px;
            }

            .wsus__quiz_question {
                font-size: 24px;
                margin-bottom: 25px;
            }

            .wsus__quiz_options {
                gap: 10px;
                margin-bottom: 25px;
            }

            .wsus__quiz_option {
                padding: 14px 18px;
                font-size: 15px;
            }

            .wsus__quiz_continue_btn {
                padding: 14px 18px;
                font-size: 15px;
            }
        }

        @media (max-width: 575.99px) {
            .wsus__weight_quiz {
                padding: 60px 0;
            }

            .wsus__quiz_container {
                padding: 30px 20px;
                border-radius: 10px;
            }

            .wsus__quiz_question {
                font-size: 22px;
                margin-bottom: 20px;
            }

            .wsus__quiz_options {
                gap: 8px;
                margin-bottom: 20px;
            }

            .wsus__quiz_option {
                padding: 12px 16px;
                font-size: 14px;
            }

            .wsus__quiz_continue_btn {
                padding: 12px 16px;
                font-size: 14px;
            }
        }

        /* Weight Calculator Section */
        .wsus__weight_calculator {
            padding: 80px 0;
        }

        .wsus__weight_calculator_wrapper {
            background: #f5f5f5;
            border-radius: 24px;
            padding: 30px 40px;
        }

        .wsus__weight_calculator_label {
            font-size: 16px;
            font-weight: 500;
            color: #2c2c2c;
            margin-bottom: 20px;
        }

        .wsus__weight_calculator_display {
            margin-bottom: 30px;
            line-height: 1;
            display: flex;
            align-items: baseline;
            gap: 8px;
        }

        .wsus__weight_calculator_display #currentWeight,
        .wsus__weight_calculator_display #weightLoss {
            font-size: 64px;
            font-weight: 700;
            color: #2c2c2c;
        }

        .wsus__weight_unit {
            font-size: 64px;
            font-weight: 500;
            color: #c01b1a;
        }

        .wsus__weight_slider_wrap {
            position: relative;
            margin-bottom: 50px;
            height: 4px;
            display: flex;
            align-items: center;
            overflow: visible;
        }

        .wsus__weight_slider {
            width: calc(100% + 24px);
            height: 4px;
            border-radius: 2px;
            background: transparent;
            outline: none;
            border: none;
            -webkit-appearance: none;
            position: relative;
            z-index: 2;
            margin: 0 -12px;
        }

        .wsus__weight_slider_fill {
            position: absolute;
            top: 0;
            left: 0;
            height: 4px;
            background: #c01b1a;
            border-radius: 2px;
            z-index: 1;
            pointer-events: none;
            width: 0%;
        }

        .wsus__weight_slider_wrap::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #d1d5db;
            border-radius: 2px;
            z-index: 0;
        }

        .wsus__weight_slider::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #c01b1a;
            cursor: pointer;
            border: 3px solid #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 3;
        }

        .wsus__weight_slider::-moz-range-thumb {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #c01b1a;
            cursor: pointer;
            border: 3px solid #fff;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .wsus__weight_calculator_result {
            margin-top: 40px;
        }

        .wsus__weight_calculator_content h2 {
            font-size: 48px;
            font-weight: 700;
            color: #2c2c2c;
            line-height: 56px;
            margin-bottom: 30px;
        }

        .wsus__highlight {
            color: #c01b1a;
            font-size: 48px;
        }

        .wsus__weight_percentage {
            display: flex;
            align-items: baseline;
            gap: 10px;
            margin-bottom: 12px;
        }

        .wsus__percentage_value {
            font-size: 48px;
            font-weight: 700;
            color: #c01b1a;
        }

        .wsus__percentage_arrow {
            font-size: 32px;
            color: #c01b1a;
        }

        .wsus__weight_subtitle {
            font-size: 18px;
            font-weight: 500;
            color: #4b4b4b;
            margin-bottom: 24px;
        }

        .wsus__weight_description {
            font-size: 16px;
            line-height: 26px;
            color: #4b4b4b;
            margin-bottom: 30px;
        }

        .wsus__weight_calculator_btn {
            display: inline-block;
            padding: 16px 40px;
            background: #2c2c2c;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border-radius: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .wsus__weight_calculator_btn:hover {
            background: #1a1a1a;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(44, 44, 44, 0.3);
        }

        @media (max-width: 991.99px) {
            .wsus__weight_calculator {
                padding: 60px 0;
            }

            .wsus__weight_calculator_wrapper {
                padding: 40px 30px;
                margin-bottom: 40px;
            }

            .wsus__weight_calculator_content h2 {
                font-size: 36px;
                line-height: 44px;
            }

            .wsus__highlight {
                font-size: 30px;
            }

            .wsus__weight_calculator_display #currentWeight,
            .wsus__weight_calculator_display #weightLoss {
                font-size: 48px;
            }

            .wsus__weight_unit {
                font-size: 48px;
            }
        }

        @media (max-width: 767.99px) {
            .wsus__weight_calculator {
                padding: 40px 0;
            }

            .wsus__weight_calculator_wrapper {
                padding: 30px 20px;
            }

            .wsus__weight_calculator_content h2 {
                font-size: 28px;
                line-height: 36px;
            }

            .wsus__highlight {
                font-size: 28px;
            }

            .wsus__weight_calculator_display #currentWeight,
            .wsus__weight_calculator_display #weightLoss {
                font-size: 40px;
            }

            .wsus__weight_unit {
                font-size: 40px;
            }

            .wsus__percentage_value {
                font-size: 32px;
            }
        }
        .wsus__glp_care_section {
            background: linear-gradient(135deg, #c01b1a 0%, #a41514 100%);
            padding: 50px 0;
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin: 40px 0;
        }

        .wsus__glp_care_section .row {
            align-items: stretch;
        }

        .wsus__glp_care_section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.05);
            z-index: 1;
        }

        .wsus__glp_care_section .container {
            position: relative;
            z-index: 2;
        }

        .wsus__glp_care_content {
            color: #fff;
        }

        .wsus__glp_care_content h2 {
            font-size: 40px;
            font-weight: 600;
            color: #fff;
            line-height: 1.2;
            margin-bottom: 24px;
        }

        .wsus__glp_care_content p {
            font-size: 18px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.95);
            margin-bottom: 32px;
            max-width: 500px;
        }

        .wsus__glp_care_content .common_btn {
            background: #000;
            color: #fff;
            padding: 16px 40px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }

        .wsus__glp_care_content .common_btn:hover {
            background: #333;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            color: #000;
        }

        .wsus__glp_care_image {
            text-align: center;
            height: calc(100% + 100px);
            display: flex;
            align-items: stretch;
            justify-content: center;
            padding: 0;
            margin: -50px 0;
            position: relative;
        }

        .wsus__glp_care_image img {
            width: 100%;
            height: 100%;
            min-height: 100%;
            object-fit: cover;
            object-position: center center;
            border-radius: 50%;
            display: block;
            border: 4px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
        }

        #scale-section {
            background: #0b0b0b;
            min-height: 80vh;
            padding: 80px 20px;
            margin-top: 40px;
        }

        .wsus__scale_section_inner {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(28px, 5vw, 72px);
        }

        .wsus__scale_visual,
        .wsus__scale_content {
            flex: 0 0 calc(50% - 36px);
            max-width: calc(50% - 36px);
        }

        .wsus__scale_visual {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #scale3d {
            width: 100%;
            min-height: clamp(320px, 58vh, 620px);
            border-radius: 28px;
            overflow: hidden;
            background:
                radial-gradient(circle at 30% 30%, rgba(212, 38, 37, 0.16), transparent 40%),
                linear-gradient(145deg, #151515 0%, #0f0f0f 100%);
            box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
        }

        .wsus__scale_content {
            color: #ffffff;
        }

        .wsus__scale_eyebrow {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(212, 38, 37, 0.14);
            border: 1px solid rgba(212, 38, 37, 0.28);
            color: #f2a7a6;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        .wsus__scale_content h2 {
            margin-top: 18px;
            margin-bottom: 18px;
            color: #ffffff;
            font-size: clamp(2.4rem, 4.6vw, 4.1rem);
            font-weight: 800;
            line-height: 1.05;
            letter-spacing: -0.04em;
        }

        #scale-success-rate,
        .wsus__scale_content h2 span,
        .wsus__scale_content p span {
            color: #d42625;
        }

        #scale-success-rate {
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            letter-spacing: inherit;
        }

        .wsus__scale_content p {
            max-width: 560px;
            margin-bottom: 24px;
            color: rgba(255, 255, 255, 0.8);
            font-size: clamp(15px, 1.45vw, 18px);
            line-height: 1.75;
        }

        .wsus__scale_cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 50px;
            padding: 0 24px;
            border-radius: 999px;
            background: #d42625;
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

        .wsus__scale_cta:hover {
            background: #be2221;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 18px 36px rgba(212, 38, 37, 0.28);
        }

        @media (max-width: 991.99px) {
            .wsus__glp_care_section {
                padding: 40px 0;
                border-radius: 10px;
            }

            .wsus__glp_care_content h2 {
                font-size: 32px;
                font-weight: 600;
            }

            .wsus__glp_care_content p {
                font-size: 16px;
            }

            .wsus__glp_care_image {
                margin-top: 30px;
                margin: -40px 0;
                height: calc(100% + 80px);
            }

            .wsus__glp_care_image img {
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }

            #scale-section {
                min-height: auto;
                padding: 64px 20px;
            }

            .wsus__scale_section_inner {
                flex-direction: column;
                gap: 28px;
            }

            .wsus__scale_visual,
            .wsus__scale_content {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .wsus__scale_content {
                text-align: center;
            }

            .wsus__scale_content p {
                max-width: 100%;
            }

            #scale3d {
                min-height: clamp(260px, 46vh, 380px);
            }
        }

        @media (max-width: 767.99px) {
            .wsus__glp_care_section {
                padding: 30px 0;
                border-radius: 10px;
            }

            .wsus__glp_care_content h2 {
                font-size: 26px;
                font-weight: 600;
                margin-bottom: 20px;
            }

            .wsus__glp_care_content p {
                font-size: 15px;
                margin-bottom: 24px;
            }

            .wsus__glp_care_content .common_btn {
                padding: 14px 32px;
                font-size: 15px;
            }

            .wsus__glp_care_image {
                margin: -30px 0;
                height: calc(100% + 60px);
                margin-top: 30px;
            }

            .wsus__glp_care_image img {
                height: 100%;
                object-fit: cover;
                object-position: center center;
            }
        }

