    .review-nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 360px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid rgba(212, 166, 42, 0.55);
  background:
    linear-gradient(180deg, rgba(33, 24, 6, 0.96), rgba(14, 11, 4, 0.98));
  color: #f3d37a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: visible;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  box-shadow:
    0 0 0 1px rgba(255, 210, 90, 0.04) inset,
    0 12px 26px rgba(0, 0, 0, 0.42),
    0 0 20px rgba(212, 166, 42, 0.18);
}

.review-nav-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,220,120,0.10) 20%,
    rgba(255,230,150,0.18) 50%,
    rgba(255,220,120,0.10) 80%,
    rgba(255,255,255,0) 100%
  );
  opacity: 0.8;
  pointer-events: none;
}

.review-nav-btn.is-new {
  animation: reviewPulseAggressive 1.8s ease-in-out infinite;
}

.review-nav-btn.is-new::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 19px;
  border: 1px solid rgba(240, 197, 76, 0.28);
  pointer-events: none;
  animation: reviewOuterGlow 1.8s ease-in-out infinite;
}

.review-nav-btn:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(240, 197, 76, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 210, 90, 0.08) inset,
    0 16px 34px rgba(0, 0, 0, 0.48),
    0 0 34px rgba(212, 166, 42, 0.28);
}

.review-stars {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #ffcf57;
  text-shadow: 0 0 10px rgba(255, 207, 87, 0.22);
  flex-shrink: 0;
}

.review-label {
  font-size: 15px;
  font-weight: 900;
  color: #f3d37a;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.review-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 220, 120, 0.08);
  border: 1px solid rgba(255, 220, 120, 0.18);
  color: #fff2bf;
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
  flex-shrink: 0;
}

.new-badge {
  position: absolute;
  top: -12px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 26px;
  padding: 0 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd45f, #d89a13);
  color: #16120a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.2px;
  box-shadow:
    0 8px 18px rgba(212, 166, 42, 0.30),
    0 0 18px rgba(255, 212, 95, 0.35);
  z-index: 3;
  animation: newBadgePop 1.2s ease-in-out infinite;
}

@keyframes reviewPulseAggressive {
  0% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(255, 210, 90, 0.04) inset,
      0 12px 26px rgba(0, 0, 0, 0.42),
      0 0 16px rgba(212, 166, 42, 0.14);
  }
  50% {
    transform: scale(1.028);
    box-shadow:
      0 0 0 1px rgba(255, 210, 90, 0.08) inset,
      0 16px 34px rgba(0, 0, 0, 0.48),
      0 0 34px rgba(240, 197, 76, 0.30);
  }
  100% {
    transform: scale(1);
    box-shadow:
      0 0 0 1px rgba(255, 210, 90, 0.04) inset,
      0 12px 26px rgba(0, 0, 0, 0.42),
      0 0 16px rgba(212, 166, 42, 0.14);
  }
}

@keyframes reviewOuterGlow {
  0% {
    opacity: 0.25;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.035);
  }
  100% {
    opacity: 0.25;
    transform: scale(1);
  }
}

@keyframes newBadgePop {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-1px) scale(1.08);
    opacity: 0.92;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.review-stars {
  display: inline-flex;
  gap: 2px;
  color: #ffcc48;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}

.review-count {
  color: rgba(255,255,255,0.92);
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

@keyframes reviewPulse {
  0% {
    box-shadow:
      0 8px 24px rgba(212,166,42,0.10),
      0 0 0 rgba(240,197,76,0.00);
    transform: scale(1);
  }
  50% {
    box-shadow:
      0 10px 28px rgba(212,166,42,0.20),
      0 0 24px rgba(240,197,76,0.22);
    transform: scale(1.02);
  }
  100% {
    box-shadow:
      0 8px 24px rgba(212,166,42,0.10),
      0 0 0 rgba(240,197,76,0.00);
    transform: scale(1);
  }
}

@keyframes reviewRing {
  0% {
    opacity: 0.20;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(1.03);
  }
  100% {
    opacity: 0.20;
    transform: scale(1);
  }
}

@keyframes newBadgeBlink {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  50% {
    opacity: 0.82;
    transform: translateY(-1px) scale(1.06);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

    .reviews-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 28px;
      background: rgba(0,0,0,0.78);
      backdrop-filter: blur(10px);
    }

    .reviews-modal.active {
      display: flex;
    }

    .reviews-panel {
      width: min(1240px, 100%);
      max-height: 90vh;
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid rgba(212,166,42,0.22);
      background: linear-gradient(180deg, rgba(14,15,19,0.99), rgba(9,10,13,0.99));
      box-shadow: 0 24px 60px rgba(0,0,0,0.55);
      position: relative;
    }

    .reviews-header {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      padding: 24px 28px;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      background:
        radial-gradient(circle at left top, rgba(212,166,42,0.10), transparent 40%),
        linear-gradient(180deg, rgba(212,166,42,0.05), rgba(212,166,42,0.01));
    }

    .reviews-title-wrap {
      max-width: 760px;
    }

    .reviews-title-wrap h2 {
      font-size: 30px;
      color: #f0c54c;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .reviews-subtitle {
      color: #c9c9c9;
      font-size: 14px;
      line-height: 1.7;
    }

    .reviews-head-right {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      flex-shrink: 0;
    }

    .reviews-score-box {
      min-width: 240px;
      padding: 16px;
      border-radius: 16px;
      border: 1px solid rgba(212,166,42,0.16);
      background: rgba(255,255,255,0.02);
      text-align: center;
    }

    .reviews-score-number {
      font-size: 34px;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      margin-bottom: 8px;
    }

    .reviews-score-stars {
      color: #ffcc48;
      font-size: 18px;
      margin-bottom: 10px;
      letter-spacing: 2px;
    }

    .reviews-score-logo-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px 14px;
      border-radius: 12px;
      border: 1px solid rgba(212,166,42,0.18);
      background: rgba(255,255,255,0.03);
      transition: 0.2s ease;
    }

    .reviews-score-logo-link:hover {
      background: rgba(212,166,42,0.08);
      border-color: rgba(212,166,42,0.30);
    }

    .reviews-score-logo {
      height: 28px;
      width: auto;
      display: block;
      opacity: 0.95;
    }

    .reviews-close {
      width: 46px;
      height: 46px;
      border: 1px solid rgba(212,166,42,0.22);
      background: rgba(255,255,255,0.03);
      color: #fff;
      border-radius: 12px;
      font-size: 20px;
      cursor: pointer;
      transition: 0.2s ease;
      flex-shrink: 0;
    }

    .reviews-close:hover {
      background: rgba(212,166,42,0.12);
      color: var(--gold-2);
    }

    .reviews-body {
      max-height: calc(90vh - 140px);
      overflow-y: auto;
      padding: 24px 28px 30px;
    }

    .section-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
      flex-wrap: wrap;
    }

    .section-title {
      font-size: 22px;
      font-weight: 800;
      color: #f0c54c;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .section-subtitle {
      font-size: 13px;
      color: #9b9b9b;
    }

    .featured-summary {
      display: grid;
      grid-template-columns: 280px 1fr;
      gap: 16px;
      margin-bottom: 18px;
    }

    .summary-card,
    .summary-logo-card {
      border-radius: 18px;
      background: linear-gradient(180deg, rgba(22,23,29,0.98), rgba(13,14,18,0.98));
      border: 1px solid rgba(255,255,255,0.05);
      padding: 18px;
      box-shadow: inset 0 0 18px rgba(255,255,255,0.015);
    }

    .summary-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      color: #efc95f;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(212,166,42,0.08);
      border: 1px solid rgba(212,166,42,0.18);
      margin-bottom: 14px;
    }

    .summary-score {
      font-size: 52px;
      line-height: 1;
      font-weight: 800;
      color: #fff;
      margin-bottom: 10px;
    }

    .summary-stars {
      color: #ffcc48;
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .summary-text {
      color: #aaa;
      font-size: 13px;
      line-height: 1.7;
    }

    .summary-logo-card {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 170px;
    }

    .summary-logo-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 18px 24px;
      border-radius: 16px;
      border: 1px solid rgba(212,166,42,0.18);
      background: rgba(255,255,255,0.02);
      transition: 0.2s ease;
    }

    .summary-logo-link:hover {
      background: rgba(212,166,42,0.08);
      border-color: rgba(212,166,42,0.30);
      transform: translateY(-1px);
    }

    .summary-logo {
      display: block;
      max-width: 260px;
      width: 100%;
      height: auto;
      opacity: 0.96;
    }

    .review-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .review-card {
      background: linear-gradient(180deg, rgba(22,23,29,0.98), rgba(13,14,18,0.98));
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 18px;
      padding: 18px;
      transition: 0.25s ease;
      box-shadow: inset 0 0 18px rgba(255,255,255,0.015);
      position: relative;
      overflow: hidden;
    }

    .review-card:hover {
      transform: translateY(-2px);
      border-color: rgba(212,166,42,0.22);
      box-shadow: 0 14px 34px rgba(0,0,0,0.32);
    }

    .review-card.featured::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
      opacity: 0.9;
    }

    .review-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
    }

    .review-user {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
    }

    .review-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #2347a6, #13286b);
      color: #fff;
      font-size: 18px;
      font-weight: 800;
      flex-shrink: 0;
      border: 1px solid rgba(255,255,255,0.08);
    }

    .review-meta {
      min-width: 0;
    }

    .review-name {
      font-size: 15px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 4px;
      text-transform: uppercase;
      letter-spacing: 0.4px;
    }

    .review-date {
      font-size: 12px;
      color: #8b8b8b;
    }

    .review-source {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 999px;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      border: 1px solid rgba(212,166,42,0.18);
      color: #e5be57;
      background: rgba(212,166,42,0.07);
      white-space: nowrap;
      flex-shrink: 0;
    }

    .review-rating {
      color: #ffcc48;
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 12px;
    }

    .review-text {
      color: #d5d5d5;
      font-size: 15px;
      line-height: 1.7;
      min-height: 78px;
      white-space: pre-line;
      word-break: break-word;
    }

    .review-footer {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    .review-chips {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
    }

    .review-chip {
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.05);
      color: #999;
      font-size: 12px;
      font-weight: 700;
    }

    .review-link-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 10px;
      background: rgba(212,166,42,0.12);
      border: 1px solid rgba(212,166,42,0.28);
      color: #f0c54c;
      font-size: 13px;
      font-weight: 800;
      transition: 0.2s ease;
      white-space: nowrap;
    }

    .review-link-btn:hover {
      background: rgba(212,166,42,0.18);
      transform: translateY(-1px);
    }

    @media (max-width: 1200px) {
      .featured-summary {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 1100px) {
      .review-grid {
        grid-template-columns: 1fr;
      }

      .hero-title {
        font-size: 58px;
      }

      .hero-date {
        font-size: 22px;
      }

      .reward-amount {
        font-size: 46px;
      }

      .hero-desc {
        font-size: 19px;
      }
    }

    @media (max-width: 820px) {
      .topbar-inner {
        min-height: 74px;
        padding: 0 14px;
      }

      .nav-left .nav-link {
        display: none;
      }

      .review-nav-btn .review-count {
        display: none;
      }

      .reviews-header {
        flex-wrap: wrap;
        padding: 20px 18px;
      }

      .reviews-head-right {
        width: 100%;
        justify-content: space-between;
      }

      .reviews-score-box {
        min-width: unset;
        flex: 1;
      }

      .reviews-body {
        padding-left: 18px;
        padding-right: 18px;
      }

      .reviews-title-wrap h2 {
        font-size: 22px;
      }


