.comment-section {
  max-width: 700px;
}

.comment-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.comment-avatar {
  width: 38px;
  height: 38px;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-body {
  flex: 1;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.comment-time {
  font-size: 12px;
  color: #999;
}

.comment-text {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
  line-height: 1.4;
}

/* Onbording */
.client-onboarding-section {
  background: #f7f9fc;
}

.onboarding-hero {
  max-width: 900px;
  margin: 0 auto 60px;
}

.section-badge {
  background: #eef4ff;
  color: var(--theme-color1);
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.onboarding-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.onboarding-subtitle {
  color: #6c757d;
  font-size: 18px;
}

.step-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}

.step-card:hover {
  transform: translateY(-5px);
}

.step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--theme-color1);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 20px;
}

.onboarding-card {
  background: #fff;
  border-radius: 25px;
  padding: 45px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.section-header {
  margin-bottom: 30px;
}

.section-header h3 {
  font-weight: 700;
  margin-bottom: 10px;
}

.form-control,
.form-select {
  min-height: 58px;
  border-radius: 12px;
}

textarea.form-control {
  min-height: 150px;
}

.upload-box {
  display: block;
  position: relative;
  background: #f8fafc;
  border: 2px dashed #d8dee9;
  border-radius: 18px;
  padding: 35px 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
}

.upload-box:hover {
  border-color: var(--theme-color1);
}

.upload-box i {
  font-size: 40px;
  color: var(--theme-color1);
  margin-bottom: 15px;
  display: block;
}

.upload-box h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.upload-label {
  color: #6c757d;
  margin-bottom: 0;
  word-break: break-word;
}

.upload-box.uploaded {
  border-color: #198754;
  background: #f0fff4;
}

.upload-box.uploaded i {
  color: #198754;
}

.upload-box.error {
  border-color: #dc3545;
  background: #fff5f5;
}

.upload-error {
  color: #dc3545;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 600;
}

.security-notice {
  background: #eafaf1;
  border-left: 5px solid #28a745;
  padding: 18px;
  border-radius: 12px;
}

.review-box {
  background: #f8fafc;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  font-weight: 600;
  height: 100%;
}

.btn-primary {
  padding: 14px 40px;
  border-radius: 12px;
}

.onboarding-alert {
  display: flex;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
  margin-top: 30px;
}

.alert-icon {
  font-size: 40px;
  flex-shrink: 0;
}

.reference-code {
  background: #fff;
  border: 2px dashed #198754;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
}

.reference-code small {
  display: block;
  margin-bottom: 8px;
  color: #6c757d;
}

.reference-code h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 4px;
  font-family: monospace;
}
