#testimonitogelterbaikPGTOTO {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
                            gap: 20px;
                            padding: 20px;
                            max-width: 1200px;
                            margin: 0 auto;
                            font-family: 'Segoe UI', sans-serif
                        }

                        #testimonitogelterbaikPGTOTO .t-card {
                            position: relative;
                            background: #0E0820;
                            border-radius: 15px;
                            overflow: hidden;
                            z-index: 1;
                            padding: 3px;
                            transition: transform .3s ease;
                            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5)
                        }

                        #testimonitogelterbaikPGTOTO .t-card::before {
                            content: '';
                            position: absolute;
                            top: -50%;
                            left: -50%;
                            width: 200%;
                            height: 200%;
                            background: conic-gradient(transparent, transparent, transparent, #B9BBFF);
                            animation: rotateBorder 4s linear infinite;
                            z-index: -2
                        }

                        #testimonitogelterbaikPGTOTO .t-card::after {
                            content: '';
                            position: absolute;
                            top: -50%;
                            left: -50%;
                            width: 200%;
                            height: 200%;
                            background: conic-gradient(transparent, transparent, transparent, #5B21B6);
                            animation: rotateBorder 4s linear infinite;
                            animation-delay: -2s;
                            z-index: -2
                        }

                        #testimonitogelterbaikPGTOTO .t-content {
                            background: linear-gradient(160deg, #1A0B3D 0, #0E0820 95%);
                            border-radius: 12px;
                            padding: 20px;
                            height: 100%;
                            display: flex;
                            flex-direction: column;
                            position: relative;
                            z-index: 2;
                            overflow: hidden
                        }

                        #testimonitogelterbaikPGTOTO .t-content::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: -150%;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
                            transform: skewX(-25deg);
                            animation: kilatAuto 3.5s infinite ease-in-out;
                            pointer-events: none
                        }

                        #testimonitogelterbaikPGTOTO .t-card:hover {
                            transform: scale(1.03);
                            box-shadow: 0 0 25px rgba(124, 58, 237, 0.6)
                        }

                        #testimonitogelterbaikKPGTOTO.t-head {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            border-bottom: 2px solid #B9BBFF;
                            padding-bottom: 10px;
                            margin-bottom: 15px
                        }

                        #testimonitogelterbaikPGTOTO .t-name {
                            color: #fff;
                            font-weight: 900;
                            font-size: 16px;
                            text-transform: uppercase;
                            text-shadow: 0 0 5px #B9BBFF
                        }

                        #testimonitogelterbaikPGTOTO .t-loc {
                            color: #C084FC;
                            font-size: 12px;
                            font-weight: 700
                        }

                        #testimonitogelterbaikPGTOTO .t-text {
                            color: #D8D9FA;
                            font-size: 14px;
                            line-height: 1.6;
                            font-weight: 600;
                            font-style: italic
                        }

                        @keyframes rotateBorder {
                            0% {
                                transform: rotate(0deg)
                            }

                            100% {
                                transform: rotate(360deg)
                            }
                        }

                        @keyframes kilatAuto {
                            0% {
                                left: -150%
                            }

                            30% {
                                left: 150%
                            }

                            100% {
                                left: 150%
                            }
                        }
