.review-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

.review-item-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.review-item-row>div {
  flex: 1 1 18%;
  min-width: 180px;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background 0.3s ease, transform 0.2s ease;
  border-radius: 10px;
}

.review-item-row>div:hover {
  background: rgba(52, 58, 64, 0.05);
  /* Заменённый фоновый цвет на серо-синий */
  transform: scale(1.02);
}

.review-col-logo img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.75rem;
  display: block;
}

.review-col-rating ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.review-col-rating li {
  display: inline-block;
  color: #ffc107;
  /* Bootstrap-жёлтый */
  transition: transform 0.2s;
}

.review-col-rating li:hover {
  transform: scale(1.15);
}

.review-col-rating .btn-read-more {
  margin-top: 0.5rem;
  text-align: center;
  font-weight: 600;
  color: #007bff;
  /* Bootstrap-синий */
  display: inline-block;
}

.review-col-bonus h5 {
  color: #343a40;
  /* Bootstrap-темно-серый */
  text-align: center;
  margin: 0.5rem 0;
}

.review-col-features ul {
  list-style: none;
  padding-left: 0;
  color: #495057;
  /* Bootstrap-серый */
  margin: 0.5rem 0;
}

.review-col-features li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.2rem;
}

.review-col-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  /* Bootstrap-зелёный */
  font-weight: bold;
}

.review-col-btn {
  text-align: center;
  margin-top: 1rem;
}

.review-btn {
  display: inline-block;
  background: linear-gradient(135deg, #28a745, #20c997);
  /* Bootstrap-зелёные */
  color: #fff !important;
  font-weight: bold;
  padding: 0.65rem 1.5rem;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.4s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.review-btn:hover {
  background: linear-gradient(135deg, #20c997, #28a745);
  transform: scale(1.05);
}

.review-col-btn p {
  margin-top: 0.5rem;
  color: #6c757d;
  /* Bootstrap-muted text */
}

/* Адаптивность */
@media (max-width: 1024px) {
  .review-item-row>div {
    flex: 1 1 45%;
  }
}

@media (max-width: 768px) {
  .review-item-row>div {
    flex: 1 1 100%;
  }

  .review-item {
    padding: 1.5rem;
  }
}

.pcr-responsible-section {
  background-color: #f9f9fb;
  padding: 90px 20px;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.pcr-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pcr-title {
  font-size: 38px;
  color: #7141b1;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 800;
}

.pcr-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 26px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.pcr-text.highlight {
  color: #00b0fc;
  font-weight: 700;
  text-align: center;
}

.pcr-privacy-section {
  background-color: #ffffff;
  padding: 90px 20px;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.pcr-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pcr-title {
  font-size: 38px;
  color: #7141b1;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 800;
}

.pcr-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 26px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.pcr-text.highlight {
  color: #00b0fc;
  font-weight: 700;
  text-align: center;
}

.pcr-terms-section {
  background-color: #ffffff;
  padding: 90px 20px;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.pcr-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pcr-title {
  font-size: 38px;
  color: #7141b1;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 800;
}

.pcr-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 26px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.pcr-text.highlight {
  color: #00b0fc;
  font-weight: 700;
  text-align: center;
}

.pcr-legal-section {
  background-color: #ffffff;
  padding: 90px 20px;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.pcr-container {
  max-width: 1400px;
  margin: 0 auto;
}

.pcr-title {
  font-size: 38px;
  color: #7141b1;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 800;
}

.pcr-text {
  font-size: 20px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 26px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.pcr-text.highlight {
  color: #00b0fc;
  font-weight: 700;
  text-align: center;
}