/* PERITOTO Brand Theme - Black & Gold (matching logo) */
:root {
  --brand-50: #FFFDE6;
  --brand-100: #FFF9B3;
  --brand-500: #FFEA00;
  --brand-600: #FFD700;
  --peri-black: #000000;
  --peri-dark: #0a0a0a;
  --peri-gold: #FFEA00;
  --peri-gold-dark: #D4A017;
}

body {
  background: #0a0a0a;
  color: #f5f5f5;
}

.topbar {
  background: #000000;
  border-bottom: 1px solid rgba(255, 234, 0, 0.2);
}

.topbar a:hover {
  color: #FFEA00;
}

.navbar {
  background: linear-gradient(135deg, rgba(0,0,0,0.98) 0%, rgba(20,20,0,0.95) 100%);
  border-bottom: 1px solid rgba(255, 234, 0, 0.15);
}

.navbar::after {
  background: linear-gradient(90deg, transparent 0%, #FFEA00 20%, #FFD700 50%, #FFEA00 80%, transparent 100%);
}

.mega-cats a {
  color: #f5f5f5;
}

.mega-cats a:hover {
  color: #FFEA00;
}

.login-btn {
  background: linear-gradient(135deg, #FFEA00, #FFD700) !important;
  color: #000 !important;
  border: none !important;
}

.pd-breadcrumb a {
  color: #FFEA00;
}

.pd-title {
  color: #FFEA00;
}

.peritoto-intro {
  margin-bottom: 16px;
  background: linear-gradient(135deg, #0a0a0a 0%, #111100 100%);
  border: 2px solid rgba(255, 234, 0, 0.4);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 20px rgba(255, 234, 0, 0.08);
}

.peritoto-live-date {
  font-size: 14px;
  color: #FFEA00 !important;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-shadow: 0 0 8px rgba(255, 234, 0, 0.3);
}

.peritoto-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.peri-link-btn {
  flex: 1;
  min-width: 130px;
  display: block;
  text-align: center;
  padding: 13px 12px;
  background: linear-gradient(135deg, #FFEA00, #FFD700);
  color: #000 !important;
  font-weight: 800;
  font-size: 12px;
  text-decoration: none !important;
  border-radius: 8px;
  border: 1px solid rgba(255, 234, 0, 0.5);
  box-shadow: 0 4px 14px rgba(255, 234, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  letter-spacing: 0.3px;
}

.peri-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 234, 0, 0.4);
  color: #000 !important;
}

.peri-link-daftar {
  background: linear-gradient(135deg, #FFD700, #FFEA00);
  animation: periPulse 2s ease-in-out infinite;
}

@keyframes periPulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(255, 234, 0, 0.25); }
  50% { box-shadow: 0 4px 22px rgba(255, 234, 0, 0.55); }
}

.pd-info-card .peritoto-intro {
  background: linear-gradient(135deg, #0a0a0a 0%, #111100 100%);
}

.peritoto-tags-section {
  max-width: 1280px;
  margin: 30px auto 0;
  padding: 20px 16px;
  background: linear-gradient(135deg, #0a0a0a, #111100);
  border-top: 1px solid rgba(255, 234, 0, 0.15);
  border-bottom: 1px solid rgba(255, 234, 0, 0.15);
}

.peritoto-tags-section h3 {
  color: #FFEA00;
  font-size: 16px;
  margin: 0 0 12px;
}

.peritoto-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.peritoto-tags a {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(255, 234, 0, 0.08);
  border: 1px solid rgba(255, 234, 0, 0.25);
  border-radius: 20px;
  color: #FFEA00;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.peritoto-tags a:hover {
  background: rgba(255, 234, 0, 0.18);
  border-color: #FFEA00;
}

.ft-payments .pay-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.ft-payments .pay-row img {
  height: 28px;
  width: auto;
  max-width: 72px;
  object-fit: contain;
  background: #fff;
  border-radius: 6px;
  padding: 4px 6px;
  border: 1px solid #e2e8f0;
}

.olx-top-fixed-footer {
  background: linear-gradient(180deg, #111100, #000000) !important;
  border-top: 1px solid rgba(255, 234, 0, 0.2) !important;
}

.olx-top-fixed-footer a {
  color: #FFEA00 !important;
}

.olx-top-fixed-footer a.is-active {
  background: rgba(255, 234, 0, 0.12) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 234, 0, 0.3) !important;
}

.peritoto-review-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
}

.peritoto-review-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 14px;
  min-width: 0;
}

.peritoto-review-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.peritoto-review-track .peritoto-review-card {
  flex: 0 0 100%;
  min-width: 100%;
  box-sizing: border-box;
}

.peri-rev-nav {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 234, 0, 0.35);
  background: rgba(255, 234, 0, 0.08);
  color: #FFEA00;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.peri-rev-nav:hover {
  background: rgba(255, 234, 0, 0.18);
  border-color: #FFEA00;
}

.peri-rev-nav:active {
  transform: scale(0.92);
}

.peritoto-review-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.peritoto-review-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 234, 0, 0.35);
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.peritoto-review-dot.active {
  background: #FFEA00;
  border-color: #FFEA00;
  transform: scale(1.2);
}

.peritoto-review-dot:hover {
  border-color: #FFEA00;
  background: rgba(255, 234, 0, 0.25);
}

.peritoto-review-card {
  background: linear-gradient(145deg, #111100, #0a0a0a);
  border: 1px solid rgba(255, 234, 0, 0.2);
  border-radius: 14px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
  min-height: 160px;
}

.peritoto-review-card:hover {
  box-shadow: 0 8px 24px rgba(255, 234, 0, 0.1);
}

.peritoto-review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFEA00, transparent);
}

.peritoto-review-stars {
  color: #FFEA00;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.peritoto-review-name {
  font-size: 14px;
  font-weight: 700;
  color: #FFD700;
  margin-bottom: 8px;
}

.peritoto-review-text {
  font-size: 13px;
  line-height: 1.6;
  color: #d4d4d4;
  font-style: italic;
}

.peritoto-review-badge {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 10px;
  background: rgba(255, 234, 0, 0.1);
  border-radius: 12px;
  font-size: 11px;
  color: #FFEA00;
  font-weight: 600;
}
