.gc-feedback {
  padding: 120px 20px;
  background: #f5f5f7;
  font-family: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}

.gc-feedback__container {
  max-width: 640px;
  margin: auto;
}

.gc-feedback__header h1 {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.gc-feedback__header p {
  font-size: 17px;
  color: #6e6e73;
  margin-bottom: 48px;
}

.gc-feedback__card {
  background: #fff;
  padding: 48px;
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
}

.gc-field {
  margin-bottom: 24px;
}

.gc-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.gc-field span {
  color: #ff3b30;
}

.gc-field input,
.gc-field select,
.gc-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 12px;
  border: 1px solid #d2d2d7;
}

.gc-field textarea {
  min-height: 120px;
  resize: vertical;
}

.gc-rating {
  display: flex;
  gap: 8px;
}

.gc-rating button {
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: #d2d2d7;
}

.gc-rating button.active {
  color: #ffb400;
}

.gc-btn {
  width: 100%;
  padding: 16px;
  border-radius: 14px;
  border: none;
  font-size: 16px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.gc-status {
  margin-top: 16px;
  font-size: 14px;
}

.gc-footnote {
  margin-top: 20px;
  font-size: 13px;
  color: #86868b;
}
