.reviews-page {
  background: #f7f9fc;
  min-height: 70vh;
}
.reviews-hero {
  background: linear-gradient(135deg, #071122 0%, #101827 52%, #223149 100%);
  color: #fff;
  padding: 130px 0 70px;
}
.reviews-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: rgba(255,255,255,.72);
  margin-bottom: 20px;
}
.reviews-breadcrumb a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
}
.reviews-eyebrow {
  color: #ff8a4c;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
  margin-bottom: 10px;
}
.reviews-hero h1 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 0 0 14px;
}
.reviews-hero p {
  max-width: 760px;
  color: rgba(255,255,255,.78);
}
.reviews-content {
  padding: 50px 0 80px;
}
.reviews-summary-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 28px;
  box-shadow: 0 16px 44px rgba(15,23,42,.08);
}
.reviews-score {
  width: 112px;
  height: 112px;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,#ff6b2b,#ff9a5c);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
}
.reviews-stars,
.reviews-page-stars {
  color: #f59e0b;
}
.reviews-summary-card h2 {
  margin: 6px 0 4px;
  font-size: 1.5rem;
}
.reviews-summary-card p {
  color: #657184;
  margin-bottom: 14px;
}
.reviews-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff6b2b;
  font-weight: 800;
  text-decoration: none;
}
.reviews-grid-page {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.reviews-page-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
}
.reviews-page-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.reviews-page-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg,#ff6b2b,#7c3aed);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}
.reviews-page-head h3 {
  font-size: .95rem;
  margin: 0;
}
.reviews-page-head p {
  margin: 2px 0 0;
  color: #7b8797;
  font-size: .78rem;
}
.reviews-page-stars {
  margin-left: auto;
  font-size: .82rem;
  white-space: nowrap;
}
.reviews-page-card > p {
  color: #5d6b7d;
  line-height: 1.75;
  font-size: .9rem;
}
@media (max-width: 620px) {
  .reviews-hero {
    padding: 108px 0 48px;
  }
  .reviews-hero h1 {
    font-size: 1.85rem;
    line-height: 1.08;
  }
  .reviews-hero p {
    font-size: .92rem;
    line-height: 1.7;
  }
  .reviews-content {
    padding: 36px 0 60px;
  }
  .reviews-summary-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 16px;
  }
  .reviews-score {
    width: 86px;
    height: 86px;
    border-radius: 22px;
    font-size: 2rem;
  }
  .reviews-page-card { padding: 16px; }
  .reviews-page-head {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .reviews-page-stars {
    margin-left: 0;
    width: 100%;
  }
}
