.utn-gr-wrap{
  background:#000;
  padding:80px 0;
}

.utn-gr-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

.utn-gr-eyebrow{
  color:#fff;
  opacity:.9;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:14px;
}

.utn-gr-title{
  color:#fff;
  font-size:56px;
  line-height:1.05;
  margin:0 0 44px 0;
  font-weight:800;
}

@media (max-width: 768px){
  .utn-gr-title{ font-size:38px; }
}

.utn-gr-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap:22px;
}

@media (max-width: 1024px){
  .utn-gr-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px){
  .utn-gr-grid{ grid-template-columns: 1fr; }
}

.utn-gr-card{
  background:#fff;
  border-radius:18px;
  padding:26px 26px 22px 26px;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  display:flex;
  flex-direction:column;
  min-height:260px;
}

.utn-gr-stars{
  margin-bottom:14px;
  font-size:16px;
}
.utn-gr-star{
  color:#e7e7e7;
  margin-right:3px;
}
.utn-gr-star.filled{
  color:#ff9a2f;
}

.utn-gr-text{
  color:#111;
  opacity:.85;
  font-size:14px;
  line-height:1.6;
  margin:0 0 18px 0;
  flex:1;
}

.utn-gr-btn{
  display:inline-flex;
  align-self:flex-start;
  padding:10px 18px;
  border-radius:999px;
  border:1.5px solid #d42cff;
  color:#111;
  text-decoration:none;
  font-size:11px;
  letter-spacing:.14em;
  font-weight:700;
  margin-bottom:18px;
}

.utn-gr-person{
  display:flex;
  align-items:center;
  gap:12px;
}

.utn-gr-avatar{
  width:38px;
  height:38px;
  border-radius:999px;
  object-fit:cover;
}

.utn-gr-avatar-fallback{
  background:#ddd;
}

.utn-gr-name{
  font-weight:800;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-size:11px;
  color:#111;
  opacity:.85;
}

.utn-gr-error{
  padding:12px 14px;
  border-radius:10px;
  background:#fff3f3;
  color:#8a1f1f;
  border:1px solid #ffd1d1;
}
