/* Reviews Page Styles */
.vr-breadcrumbs { padding: 20px 0 10px; font-size: 13px; color: #8B8B8B; }
.vr-breadcrumbs a { color: #8B8B8B; text-decoration: none; transition: color 0.2s; }
.vr-breadcrumbs a:hover { color: #6B1D2A; }
.vr-breadcrumbs span { margin: 0 8px; }

.vr-page-title { text-align: center; padding: 30px 0 40px; }
.vr-page-title h1 { font-family: 'Cinzel Decorative', serif; font-size: 38px; font-weight: 400; color: #2C2C2C; margin-bottom: 16px; letter-spacing: 1px; }
.vr-divider { width: 80px; height: 2px; background: #B09E6B; margin: 0 auto; }

.vr-stats { background: #F0EBE7; border-radius: 2px; padding: 48px 40px; text-align: center; margin: 32px 0 48px; }
.vr-stats-rating { font-family: 'Cinzel Decorative', serif; font-size: 72px; font-weight: 700; color: #2C2C2C; line-height: 1; margin-bottom: 8px; }
.vr-stats-stars { font-size: 28px; color: #B09E6B; letter-spacing: 4px; margin-bottom: 16px; }
.vr-stats-count { font-size: 16px; color: #515151; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; }
.vr-yandex { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: #FC3F1D; border-radius: 50%; color: white; font-size: 16px; font-weight: 700; flex-shrink: 0; }
.vr-stats-source { font-size: 13px; color: #8B8B8B; margin-bottom: 28px; }

.vr-btn-primary { display: inline-block; background: #6B1D2A; color: #fff !important; padding: 14px 36px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; text-decoration: none; border-radius: 2px; border: 2px solid #6B1D2A; transition: all 0.3s; cursor: pointer; }
.vr-btn-primary:hover { background: #8B2D3A; border-color: #8B2D3A; }
.vr-btn-outline { display: inline-block; background: transparent; color: #6B1D2A; padding: 14px 36px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; text-decoration: none; border-radius: 2px; border: 2px solid #6B1D2A; transition: all 0.3s; cursor: pointer; }
.vr-btn-outline:hover { background: #6B1D2A; color: #fff; }

.vr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.vr-card { background: #fff; border-radius: 2px; padding: 28px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid rgba(0,0,0,0.04); transition: box-shadow 0.3s, transform 0.3s; animation: vrFade 0.6s ease forwards; }
.vr-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }

@keyframes vrFade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

.vr-header { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.vr-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; color: #fff; flex-shrink: 0; }
.vr-meta { flex: 1; }
.vr-author { font-weight: 600; font-size: 15px; color: #2C2C2C; margin-bottom: 2px; }
.vr-date { font-size: 12px; color: #8B8B8B; }
.vr-stars { color: #B09E6B; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.vr-text { font-size: 14px; line-height: 1.7; color: #515151; }
.vr-text.truncated { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.vr-read-more { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 600; color: #6B1D2A; cursor: pointer; border: none; background: none; padding: 0; font-family: 'Montserrat', sans-serif; }
.vr-read-more:hover { color: #8B2D3A; }

.vr-load-more { text-align: center; padding: 48px 0; }

.vr-cta { background: #F0EBE7; border-radius: 2px; text-align: center; padding: 56px 40px; margin-bottom: 48px; }
.vr-cta h2 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 600; color: #2C2C2C; margin-bottom: 12px; }
.vr-cta p { font-size: 15px; color: #515151; margin-bottom: 28px; }

.vr-promo { background: #6B1D2A; border-radius: 2px; padding: 40px; text-align: center; margin-bottom: 48px; position: relative; overflow: hidden; }
.vr-promo-label { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #B09E6B; margin-bottom: 16px; }
.vr-promo h3 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 12px; }
.vr-promo p { font-size: 15px; color: rgba(255,255,255,0.8); margin-bottom: 24px; }
.vr-promo-code { display: inline-block; background: rgba(255,255,255,0.12); border: 1px dashed #B09E6B; border-radius: 2px; padding: 12px 32px; font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 700; color: #B09E6B; letter-spacing: 3px; }

@media (max-width: 900px) {
  .vr-grid { grid-template-columns: 1fr; }
  .vr-page-title h1 { font-size: 28px; }
  .vr-stats-rating { font-size: 56px; }
  .vr-stats { padding: 36px 24px; }
  .vr-cta { padding: 40px 24px; }
}
@media (max-width: 600px) {
  .vr-page-title h1 { font-size: 24px; }
  .vr-stats-rating { font-size: 48px; }
  .vr-card { padding: 20px; }
  .vr-cta h2 { font-size: 22px; }
}

/* Animation for AJAX loaded reviews */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Source badge */
.vr-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.vr-source-badge {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
  background: #F0EBE7;
  color: #6B1D2A;
  letter-spacing: 0.3px;
  flex-shrink: 0;
}

/* Response block */
.vr-response {
  margin-top: 16px;
  position: relative;
}
.vr-response-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #B09E6B, #e5e1dc, transparent);
  margin-bottom: 16px;
}
.vr-response-inner {
  padding: 0 0 0 4px;
}
.vr-response-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.vr-response-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #6B1D2A;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cinzel Decorative', serif;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.vr-response-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2C2C2C;
  line-height: 1.2;
}
.vr-response-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #B09E6B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 1px;
}
.vr-response-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #6B6B6B;
  font-style: italic;
  padding-left: 42px;
}
