
        .zk-reviews-container-2024 {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        
        .zk-rating-main-section {
            background: #FFFFFF;
            padding: 4rem 3rem;
        }
        
        .zk-section-header-block {
            text-align: center;
            margin-bottom: 3.5rem;
        }
        
        .zk-primary-heading {
            font-size: 2.25rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 0.75rem;
            letter-spacing: -0.025em;
        }
        
        .zk-secondary-text {
            font-size: 1.125rem;
            color: #6B7280;
            font-weight: 400;
        }
        
        .zk-rating-grid-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            margin-bottom: 3.5rem;
        }
        
        .zk-score-display-card {
            background: #F9FAFB;
            border: 1px solid #E5E7EB;
            border-radius: 16px;
            padding: 3rem 2rem;
            text-align: center;
            position: relative;
        }
        
        .zk-main-score-number {
            font-size: 3.5rem;
            font-weight: 800;
            color: #111827;
            margin-bottom: 1rem;
            line-height: 1;
        }
        
        .zk-star-row-container {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-bottom: 1.5rem;
        }
        
        .zk-star-icon-svg {
            width: 28px;
            height: 28px;
            fill: #F59E0B;
        }
        
        .zk-review-count-text {
            font-size: 1rem;
            color: #6B7280;
            font-weight: 500;
        }
        
        .zk-breakdown-panel {
            padding: 1rem 0;
        }
        
        .zk-breakdown-title-text {
            font-size: 1.25rem;
            font-weight: 600;
            color: #111827;
            margin-bottom: 2rem;
        }
        
        .zk-rating-bar-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.25rem;
            gap: 1rem;
        }
        
        .zk-star-label-text {
            font-size: 0.875rem;
            color: #6B7280;
            min-width: 55px;
            font-weight: 500;
        }
        
        .zk-progress-bar-track {
            flex: 1;
            height: 10px;
            background: #F3F4F6;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .zk-progress-bar-fill {
            height: 100%;
            background: #6C3BC4;
            border-radius: 6px;
            transition: width 0.6s ease-out;
        }
        
        .zk-percentage-value {
            font-size: 0.875rem;
            color: #111827;
            font-weight: 600;
            min-width: 35px;
        }
        
        .zk-trust-badges-row {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 3rem;
            flex-wrap: wrap;
        }
        
        .zk-trust-badge-item {
            display: flex;
            align-items: center;
            gap: 0.625rem;
            padding: 0.75rem 1.25rem;
            background: #F9FAFB;
            border: 1px solid #E5E7EB;
            border-radius: 10px;
            font-size: 0.875rem;
            color: #6B7280;
            font-weight: 500;
        }
        
        .zk-check-icon-svg {
            width: 16px;
            height: 16px;
            fill: #10B981;
        }
        
        .zk-testimonial-card {
            background: #FAFAFA;
            border: 1px solid #E5E7EB;
            border-radius: 16px;
            padding: 2.5rem;
            margin-bottom: 2.5rem;
            border-left: 4px solid #6C3BC4;
            position: relative;
        }
        
        .zk-quote-text-content {
            font-size: 1.125rem;
            color: #111827;
            line-height: 1.75;
            margin-bottom: 1.5rem;
            font-weight: 400;
        }
        
        .zk-author-name {
            font-weight: 600;
            color: #6C3BC4;
            font-size: 1rem;
        }
        
        .zk-author-position {
            color: #6B7280;
            font-size: 0.875rem;
            margin-top: 0.25rem;
        }
        
        .zk-quote-decoration {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            width: 32px;
            height: 32px;
            fill: #6C3BC4;
            opacity: 0.15;
        }
        
        .zk-cta-button-link {
            display: inline-block;
            background: #6C3BC4;
            color: #FFFFFF;
            padding: 1rem 2rem;
            border-radius: 10px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.2s ease;
            text-align: center;
            margin: 0 auto;
            display: block;
            width: fit-content;
            border: 1px solid #6C3BC4;
        }
        
        .zk-cta-button-link:hover {
            background: #5B21B6;
            border-color: #5B21B6;
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(108, 59, 196, 0.25);
        }
        
        /* Mobile Responsive Styles */
        @media (max-width: 768px) {
            .zk-rating-main-section {
                padding: 2.5rem 1.5rem;
            }
            
            .zk-primary-heading {
                font-size: 1.875rem;
            }
            
            .zk-secondary-text {
                font-size: 1rem;
            }
            
            .zk-rating-grid-layout {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }
            
            .zk-main-score-number {
                font-size: 2.75rem;
            }
            
            .zk-trust-badges-row {
                gap: 1rem;
            }
            
            .zk-quote-text-content {
                font-size: 1rem;
            }
        }
        
        @media (max-width: 480px) {
            .zk-rating-main-section {
                padding: 2rem 1rem;
            }
            
            .zk-primary-heading {
                font-size: 1.625rem;
            }
            
            .zk-main-score-number {
                font-size: 2.5rem;
            }
            
            .zk-trust-badges-row {
                flex-direction: column;
                align-items: center;
            }
            
            .zk-testimonial-card {
                padding: 1.5rem;
            }
        }
  