.cr-feedback-shell{
  padding:72px 16px;
  background:radial-gradient(circle at top right, rgba(217,4,41,.16), transparent 22%), linear-gradient(180deg,#050505,#0b0b0b);
  min-height:70vh;
}
.cr-feedback-card{
  width:min(100%, 680px);
  margin:0 auto;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  padding:32px;
  color:#f5f5f5;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
}
.cr-feedback-badge{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(217,4,41,.12);
  border:1px solid rgba(239,35,60,.22);
  color:#ffb0bb;
  font-size:.82rem;
  margin-bottom:14px;
}
.cr-feedback-card h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3rem);line-height:1.05}
.cr-feedback-card p{color:#c9c9c9;margin:0 0 24px}
.cr-feedback-form label{display:block;margin-bottom:18px}
.cr-feedback-form span{display:block;margin-bottom:8px;font-weight:700}
.cr-feedback-form input[type="text"], .cr-feedback-form textarea{
  width:100%; padding:14px 16px; border-radius:18px; border:1px solid rgba(255,255,255,.12); background:#141414; color:#fff;
}
.cr-feedback-form textarea{resize:vertical;min-height:140px}
.cr-feedback-welcome{
  padding:14px 16px; border-radius:18px; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08); margin-bottom:18px;
}
.cr-rating-group{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:10px}
.cr-rating-star input{display:none}
.cr-rating-star span{font-size:2rem;line-height:1;color:#5c5c5c;cursor:pointer;transition:.2s ease}
.cr-rating-star:hover span,
.cr-rating-star:hover ~ .cr-rating-star span,
.cr-rating-star input:checked ~ span,
.cr-rating-star input:checked + span{color:#ffd166}
.cr-submit-btn{
  display:inline-flex; align-items:center; justify-content:center; width:100%; min-height:54px; border:0; border-radius:999px;
  background:linear-gradient(135deg,#d90429,#ef233c); color:#fff; font-weight:800; cursor:pointer; box-shadow:0 16px 38px rgba(217,4,41,.28);
}
.cr-feedback-response{margin-top:16px; min-height:24px; color:#fff}
.cr-feedback-message{
  padding:18px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);color:#fff
}
.cr-feedback-message.error{border-color:rgba(255,90,90,.25)}
.cr-feedback-message.info{border-color:rgba(103,179,255,.25)}
.cr-reviews-carousel{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.cr-carousel-viewport{overflow:hidden}
.cr-carousel-track{display:flex;gap:18px;transition:transform .35s ease}
.cr-review-card{
  min-width:calc(33.333% - 12px); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08); border-radius:26px; padding:24px; color:#fff; box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.cr-review-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.cr-review-name{font-size:1.1rem;font-weight:800}
.cr-review-badge{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);font-size:.78rem;color:#f5f5f5;white-space:nowrap}
.cr-review-stars{color:#ffd166;letter-spacing:2px;margin-bottom:14px}
.cr-review-text{margin:0;color:#d0d0d0;line-height:1.7}
.cr-carousel-arrow{
  width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);color:#fff;cursor:pointer;font-size:1.8rem
}
.cr-carousel-dots{grid-column:1 / -1;display:flex;justify-content:center;gap:10px;margin-top:18px}
.cr-carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.2);border:0;cursor:pointer}
.cr-carousel-dot.active{background:#ef233c}
.cr-reviews-empty{padding:18px 20px;border-radius:20px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#cfcfcf}
@media (max-width: 1024px){ .cr-review-card{min-width:calc(50% - 9px)} }
@media (max-width: 767px){
  .cr-feedback-card{padding:24px}
  .cr-reviews-carousel{grid-template-columns:1fr;gap:14px}
  .cr-carousel-arrow{display:none}
  .cr-review-card{min-width:100%}
}
