﻿
    .testi-body {
      background: #f7f7f8
    }

    .testi-breadcrumb {
      background: #fff;
      border-bottom: 1px solid var(--border);
      padding: 14px 40px
    }

    .testi-breadcrumb-inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap
    }

    .testi-breadcrumb a {
      font-size: 13px;
      color: var(--text-secondary)
    }

    .testi-breadcrumb a:hover {
      color: var(--accent-red)
    }

    .testi-breadcrumb .sep {
      color: var(--text-muted);
      font-size: 12px
    }

    .testi-breadcrumb .cur {
      font-size: 13px;
      color: var(--text-primary);
      font-weight: 500
    }

    .testi-hero {
      background: linear-gradient(135deg, #0a0a0a 0%, #1a0505 50%, #111 100%);
      color: white;
      padding: 72px 40px 60px;
      text-align: center;
      position: relative;
      overflow: hidden
    }

    .testi-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(200, 16, 46, 0.15) 0%, transparent 60%);
      pointer-events: none
    }

    .testi-hero-tag {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--accent-red);
      margin-bottom: 16px;
      border: 1px solid rgba(200, 16, 46, 0.4);
      padding: 6px 16px;
      border-radius: 20px;
      position: relative
    }

    .testi-hero h1 {
      font-size: clamp(32px, 5vw, 52px);
      font-weight: 900;
      letter-spacing: -0.03em;
      margin-bottom: 8px;
      position: relative
    }

    .testi-hero-jp {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.4);
      margin-bottom: 40px;
      letter-spacing: 0.15em;
      position: relative
    }

    .testi-stats-bar {
      display: flex;
      justify-content: center;
      gap: 48px;
      flex-wrap: wrap;
      position: relative;
      padding-top: 32px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      margin-top: 32px
    }

    .testi-stat {
      text-align: center
    }

    .testi-stat-num {
      font-size: 40px;
      font-weight: 900;
      line-height: 1;
      color: white
    }

    .testi-stat-num span {
      font-size: 20px;
      font-weight: 700;
      color: var(--accent-red)
    }

    .testi-stat-label {
      font-size: 11px;
      letter-spacing: 0.1em;
      color: rgba(255, 255, 255, 0.45);
      margin-top: 6px;
      text-transform: uppercase
    }

    .testi-stars-big {
      font-size: 24px;
      letter-spacing: 2px;
      color: #f59e0b
    }

    .testi-main {
      max-width: 1100px;
      margin: 0 auto;
      padding: 48px 40px 80px;
      display: grid;
      grid-template-columns: 300px 1fr;
      gap: 32px;
      align-items: start
    }

    .testi-sidebar {
      background: white;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 28px;
      position: sticky;
      top: 90px
    }

    .testi-sidebar-title {
      font-size: 15px;
      font-weight: 700;
      margin-bottom: 20px;
      color: var(--text-primary)
    }

    .rating-overview {
      text-align: center;
      padding: 16px 0 24px;
      border-bottom: 1px solid var(--border);
      margin-bottom: 24px
    }

    .rating-big-num {
      font-size: 56px;
      font-weight: 900;
      line-height: 1;
      color: var(--text-primary)
    }

    .rating-big-stars {
      font-size: 20px;
      letter-spacing: 2px;
      color: #f59e0b;
      margin: 6px 0
    }

    .rating-big-note {
      font-size: 12px;
      color: var(--text-secondary)
    }

    .rating-bar-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px
    }

    .rating-bar-label {
      font-size: 12px;
      font-weight: 600;
      color: var(--text-secondary);
      width: 14px;
      flex-shrink: 0
    }

    .rating-bar-star {
      font-size: 11px;
      color: #f59e0b
    }

    .rating-bar-track {
      flex: 1;
      height: 7px;
      background: var(--bg-secondary);
      border-radius: 4px;
      overflow: hidden
    }

    .rating-bar-fill {
      height: 100%;
      background: linear-gradient(90deg, #f59e0b, #fbbf24);
      border-radius: 4px
    }

    .rating-bar-count {
      font-size: 11px;
      color: var(--text-muted);
      width: 16px;
      text-align: right;
      flex-shrink: 0
    }

    .testi-filter-label {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-secondary);
      margin: 20px 0 10px
    }

    .testi-filter-btns {
      display: flex;
      flex-wrap: wrap;
      gap: 6px
    }

    .testi-filter-btn {
      padding: 6px 12px;
      border: 1.5px solid var(--border);
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      color: var(--text-secondary);
      cursor: pointer;
      background: white;
      transition: all 0.2s;
      font-family: 'Inter', sans-serif
    }

    .testi-filter-btn.active,
    .testi-filter-btn:hover {
      background: var(--text-primary);
      color: white;
      border-color: var(--text-primary)
    }

    .testi-reviews {
      display: flex;
      flex-direction: column;
      gap: 20px
    }

    .review-card {
      background: white;
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 28px;
      transition: box-shadow 0.25s, transform 0.25s;
      position: relative;
      overflow: hidden
    }

    .review-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: linear-gradient(180deg, var(--accent-red), transparent);
      border-radius: 10px 0 0 10px
    }

    .review-card:hover {
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
      transform: translateY(-2px)
    }

    .review-card-header {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px
    }

    .review-avatar {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 800;
      color: white;
      letter-spacing: -0.02em
    }

    .review-header-info {
      flex: 1
    }

    .review-name {
      font-size: 15px;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 4px
    }

    .review-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap
    }

    .review-verified {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 11px;
      font-weight: 700;
      color: #16a34a;
      background: #f0fdf4;
      padding: 3px 8px;
      border-radius: 10px;
      border: 1px solid #86efac
    }

    .review-store-badge {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      padding: 3px 8px;
      border-radius: 10px;
      background: var(--bg-secondary);
      color: var(--text-secondary);
      border: 1px solid var(--border)
    }

    .review-date {
      font-size: 11px;
      color: var(--text-muted);
      margin-left: auto;
      align-self: flex-start;
      white-space: nowrap
    }

    .review-stars {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px
    }

    .review-stars-val {
      font-size: 16px;
      letter-spacing: 2px;
      color: #f59e0b
    }

    .review-stars-num {
      font-size: 13px;
      font-weight: 700;
      color: var(--text-primary)
    }

    .review-category {
      font-size: 11px;
      color: var(--text-secondary)
    }

    .review-product-tag {
      display: flex;
      align-items: center;
      gap: 10px;
      background: var(--bg-secondary);
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 10px 14px;
      margin-bottom: 16px
    }

    .review-product-img {
      width: 44px;
      height: 44px;
      object-fit: cover;
      border-radius: 4px;
      border: 1px solid var(--border);
      flex-shrink: 0
    }

    .review-product-store {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--text-secondary)
    }

    .review-product-name {
      font-size: 13px;
      font-weight: 600;
      color: var(--text-primary);
      line-height: 1.3
    }

    .review-title {
      font-size: 15px;
      font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 8px;
      line-height: 1.4
    }

    .review-body {
      font-size: 14px;
      color: var(--text-secondary);
      line-height: 1.7;
      margin-bottom: 16px
    }

    .review-photos {
      display: flex;
      gap: 8px;
      margin-bottom: 18px;
      flex-wrap: wrap
    }

    .review-photo {
      width: 72px;
      height: 72px;
      object-fit: cover;
      border-radius: 6px;
      border: 1px solid var(--border);
      cursor: zoom-in;
      transition: transform 0.2s
    }

    .review-photo:hover {
      transform: scale(1.05)
    }

    .review-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 16px;
      border-top: 1px solid var(--border)
    }

    .review-helpful {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .review-helpful-label {
      font-size: 12px;
      color: var(--text-secondary)
    }

    .review-helpful-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      font-weight: 600;
      color: var(--text-secondary);
      border: 1.5px solid var(--border);
      border-radius: 20px;
      padding: 5px 12px;
      cursor: pointer;
      background: white;
      transition: all 0.2s;
      font-family: 'Inter', sans-serif
    }

    .review-helpful-btn:hover {
      border-color: var(--text-primary);
      color: var(--text-primary)
    }

    .review-helpful-btn.voted {
      background: #f0fdf4;
      border-color: #86efac;
      color: #16a34a
    }

    .review-response {
      font-size: 12px;
      color: var(--text-secondary);
      background: var(--bg-secondary);
      border-radius: 4px;
      padding: 4px 10px
    }

    .testi-cta {
      background: linear-gradient(135deg, #111 0%, #1a0505 100%);
      max-width: 1020px;
      margin: 0 auto 80px;
      border-radius: 12px;
      padding: 48px;
      text-align: center;
      color: white;
      position: relative;
      overflow: hidden
    }

    .testi-cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 50% 0%, rgba(200, 16, 46, 0.2) 0%, transparent 70%)
    }

    .testi-cta h2 {
      font-size: 28px;
      font-weight: 900;
      margin-bottom: 10px;
      position: relative
    }

    .testi-cta p {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      margin-bottom: 28px;
      position: relative
    }

    .testi-cta-btns {
      display: flex;
      gap: 12px;
      justify-content: center;
      flex-wrap: wrap;
      position: relative
    }

    .testi-cta-btn-primary {
      background: var(--accent-red);
      color: white;
      padding: 14px 28px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.04em;
      transition: all 0.2s;
      display: flex;
      align-items: center;
      gap: 8px
    }

    .testi-cta-btn-primary:hover {
      background: #a50d23;
      transform: translateY(-1px)
    }

    .testi-cta-btn-secondary {
      background: rgba(255, 255, 255, 0.1);
      color: white;
      padding: 14px 28px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: all 0.2s;
      display: flex;
      align-items: center;
      gap: 8px
    }

    .testi-cta-btn-secondary:hover {
      background: rgba(255, 255, 255, 0.18)
    }

    @media(max-width:860px) {
      .testi-main {
        grid-template-columns: 1fr;
        padding: 24px 20px 60px
      }

      .testi-sidebar {
        position: static
      }

      .testi-hero {
        padding: 48px 20px 40px
      }

      .testi-stats-bar {
        gap: 24px
      }

      .testi-cta {
        margin: 0 20px 60px;
        padding: 32px 20px
      }
    }
  
