/* Testimonials Hero */
.testimonials-hero {
    background: linear-gradient(rgba(30, 58, 138, 0.9), rgba(30, 58, 138, 0.9)), 
                url('../images/rules-bg.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 120px 0 80px;
    position: relative;
}

.testimonials-hero h1 {
    font-family: 'Press Start 2P', cursive;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    animation: text-flicker 1.5s infinite alternate;
}

.testimonials-hero p {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.2rem;
    color: #F97316;
    text-shadow: 0 0 5px rgba(249, 115, 22, 0.7);
}

.testimonials-main {
    padding: 50px 0px;
}

/* Testimonials Filter */
.testimonials-filter {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-btn {
    padding: 10px 20px;
    background: rgba(30, 58, 138, 0.7);
    border: 2px solid #F97316;
    color: white;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-btn:hover, .filter-btn.active {
    background: #F97316;
    color: white;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

.testimonial-card {
    background: rgba(30, 58, 138, 0.7);
    border: 3px solid #F97316;
    padding: 25px;
    box-shadow: 0 0 15px rgba(249, 115, 22, 0.3);
    position: relative;
}

.testimonial-card:nth-child(1) .player-avatar {
    background-color: #F97316;
}
.testimonial-card:nth-child(2) .player-avatar {
    background-color: #8B5CF6;
}
.testimonial-card:nth-child(3) .player-avatar {
    background-color: #10B981;
}
.testimonial-card:nth-child(4) .player-avatar {
    background-color: #3B82F6;
}

.testimonial-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.player-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F97316;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    color: white;
}

.player-details h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 5px;
}

.player-rating {
    color: #F97316;
    margin-bottom: 5px;
}

.player-rating .far {
    color: #94A3B8;
}

.player-details p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #94A3B8;
}

.review-date {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.6rem;
    color: #94A3B8;
}

.testimonial-content {
    margin-bottom: 20px;
}

.testimonial-content p {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    line-height: 1.6;
    margin-bottom: 15px;
}

.review-highlight {
    background: rgba(249, 115, 22, 0.1);
    border-left: 3px solid #F97316;
    padding: 15px;
    margin: 20px 0;
    font-style: italic;
    position: relative;
}

.review-highlight i {
    color: #F97316;
    font-size: 1.5rem;
    position: absolute;
    top: 5px;
    left: 10px;
    opacity: 0.3;
}

.review-highlight p {
    padding-left: 30px;
    color: #F97316;
    font-weight: 500;
}

.review-list {
    margin: 20px 0;
    padding-left: 20px;
}

.review-list li {
    font-family: 'Montserrat', sans-serif;
    color: #E2E8F0;
    margin-bottom: 10px;
    position: relative;
}

.review-list li::before {
    content: '■';
    color: #F97316;
    position: absolute;
    left: -20px;
}

.review-image {
    margin: 20px 0;
}

.review-image img {
    width: 100%;
    max-width: 400px;
    border: 2px solid #F97316;
}

.review-image p {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.6rem;
    color: #94A3B8;
    margin-top: 5px;
    text-align: center;
}

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.pros h4, .cons h4 {
    font-family: 'Press Start 2P', cursive;
    font-size: 0.8rem;
    color: white;
    margin-bottom: 10px;
}

.pros ul, .cons ul {
    padding-left: 20px;
}

.pros li {
    color: #10B981;
}

.cons li {
    color: #EF4444;
}

.testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(249, 115, 22, 0.3);
}

.game-details {
    display: flex;
    gap: 15px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.6rem;
    color: #94A3B8;
}

.game-details i {
    margin-right: 5px;
}

.like-btn {
    background: transparent;
    border: 1px solid #F97316;
    color: white;
    padding: 5px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s;
}

.like-btn:hover {
    background: rgba(249, 115, 22, 0.2);
}

/* Add Testimonial */
.add-testimonial {
    text-align: center;
    padding: 40px;
    background: rgba(30, 58, 138, 0.7);
    border: 3px dashed #F97316;
    margin-top: 40px;
}

.add-testimonial h2 {
    font-family: 'Press Start 2P', cursive;
    font-size: 1.2rem;
    color: white;
    margin-bottom: 15px;
}

.add-testimonial p {
    font-family: 'Montserrat', sans-serif;
    color: #94A3B8;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .testimonials-hero h1 {
        font-size: 1.8rem;
    }
    
    .testimonials-hero p {
        font-size: 0.9rem;
    }
    
    .pros-cons {
        grid-template-columns: 1fr;
    }
    
    .testimonial-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@keyframes text-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 1;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
    20%, 24%, 55% {
        opacity: 0.8;
        text-shadow: none;
    }
}