/* Testimonials Section Styles - Tecksay Optimized */
/* 使用 tecksay-testimonials 前缀避免与主题冲突 */

/* Base Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            line-height: 1.6;
            color: #333;
            background-color: #f8f9fa;
        }

        /* Section Container */
        .tecksay-reviews-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 80px 20px;
        }

        /* Section Header */
        .tecksay-reviews-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .tecksay-reviews-title {
            font-size: 36px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
        }

        .tecksay-reviews-subtitle {
            font-size: 18px;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Reviews Grid */
        .tecksay-reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        /* Review Card */
        .tecksay-review-card {
            background: #fff;
            border-radius: 16px;
            padding: 32px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            border: 1px solid #eee;
        }

        .tecksay-review-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 123, 255, 0.12);
            border-color: #007bff;
        }

        /* Review Header */
        .tecksay-review-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .tecksay-review-avatar {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            margin-right: 16px;
            flex-shrink: 0;
        }

        .tecksay-review-info {
            flex: 1;
        }

        .tecksay-review-name {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            margin-bottom: 4px;
        }

        .tecksay-review-position {
            font-size: 14px;
            color: #888;
            margin-bottom: 4px;
        }

        .tecksay-review-country {
            display: inline-flex;
            align-items: center;
            font-size: 13px;
            color: #666;
            background: #f0f4f8;
            padding: 4px 10px;
            border-radius: 20px;
        }

        .tecksay-review-country .flag {
            margin-right: 6px;
            font-size: 14px;
        }

        /* Star Rating */
        .tecksay-review-stars {
            display: flex;
            gap: 4px;
            margin-bottom: 20px;
        }

        .tecksay-review-stars svg {
            width: 20px;
            height: 20px;
            fill: #ffc107;
        }

        /* Review Content */
        .tecksay-review-content {
            flex: 1;
            font-size: 15px;
            line-height: 1.7;
            color: #555;
            margin-bottom: 20px;
        }

        .tecksay-review-content::before {
            content: '"';
            font-size: 48px;
            color: #007bff;
            opacity: 0.3;
            font-family: Georgia, serif;
            line-height: 1;
            display: block;
            margin-bottom: -10px;
        }

        /* Product Tag */
        .tecksay-review-product {
            display: inline-flex;
            align-items: center;
            font-size: 13px;
            color: #007bff;
            background: rgba(0, 123, 255, 0.08);
            padding: 6px 14px;
            border-radius: 20px;
            font-weight: 500;
        }

        .tecksay-review-product svg {
            width: 14px;
            height: 14px;
            margin-right: 6px;
            fill: currentColor;
        }

        /* Hidden Reviews */
        .tecksay-hidden {
            display: none !important;
        }

        /* Show More Button */
        .tecksay-show-more {
            display: flex;
            justify-content: center;
            margin-top: 20px;
        }

        .tecksay-show-more-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            background: #007bff;
            color: #fff;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

        .tecksay-show-more-btn:hover {
            background: #0056b3;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
        }

        .tecksay-show-more-btn svg {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }

        .tecksay-show-more-btn.active svg {
            transform: rotate(180deg);
        }

        /* Responsive */
        @media (max-width: 992px) {
            .tecksay-reviews-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .tecksay-reviews-section {
                padding: 60px 16px;
            }

            .tecksay-reviews-title {
                font-size: 28px;
            }

            .tecksay-reviews-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .tecksay-review-card {
                padding: 24px;
            }
        }

        /* Avatar Colors by Country */
        .avatar-us { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
        .avatar-de { background: linear-gradient(135deg, #f59e0b, #d97706); }
        .avatar-fr { background: linear-gradient(135deg, #6366f1, #4f46e5); }
        .avatar-es { background: linear-gradient(135deg, #ef4444, #dc2626); }
        .avatar-jp { background: linear-gradient(135deg, #ec4899, #db2777); }

        /* Animation */
        @keyframes tecksayFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .tecksay-review-card {
            animation: tecksayFadeIn 0.5s ease forwards;
        }

        .tecksay-review-card:nth-child(1) { animation-delay: 0.1s; }
        .tecksay-review-card:nth-child(2) { animation-delay: 0.2s; }
        .tecksay-review-card:nth-child(3) { animation-delay: 0.3s; }
        .tecksay-review-card:nth-child(4) { animation-delay: 0.4s; }
        .tecksay-review-card:nth-child(5) { animation-delay: 0.5s; }