/* ============================================================
   site-v39.css — v1.8.1 contact upload, legal pages, success
   ============================================================ */

/* ── Contact file upload ─────────────────────────────── */
.cj-upload-field { margin-top: 4px; }
.cj-file-drop {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px;
  padding: 22px 18px;
  border: 2px dashed rgba(20,33,61,0.18);
  border-radius: 12px;
  background: #f7f9fc;
  cursor: pointer;
  text-align: center;
  transition: border-color .2s, background .2s;
}
.cj-file-drop:hover, .cj-file-drop.is-drag { border-color: #4F8EDC; background: #eef5ff; }
.cj-file-drop input[type="file"] { display: none; }
.cj-file-ic {
  width: 38px; height: 38px; border-radius: 50%;
  background: #fff; color: #4F8EDC;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: 0 1px 2px rgba(20,33,61,0.08);
  margin-bottom: 4px;
}
.cj-file-text { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 600; color: #14213D; }
.cj-file-hint { font-size: 11px; color: #6B7280; }
.cj-file-list { display: flex; flex-direction: column; gap: 6px; margin-top: 10px; }
.cj-file-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  background: #fff; border: 1px solid rgba(20,33,61,0.08); border-radius: 8px;
  font-size: 12px;
}
.cj-file-row-ic { font-size: 14px; }
.cj-file-row-name { flex: 1; color: #14213D; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cj-file-row-size { color: #6B7280; flex-shrink: 0; }

/* ── Contact success ─────────────────────────────────── */
.cj-contact-success { text-align: center; padding: 28px 16px; }
.cj-success-ic {
  width: 56px; height: 56px; border-radius: 50%;
  background: #e7f7ee; color: #16a34a;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin: 0 auto 16px;
}
.cj-contact-success h3 { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px !important; font-weight: 700 !important; color: #14213D !important; margin: 0 0 8px !important; }
.cj-contact-success p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.6; }

/* ── Legal pages ─────────────────────────────────────── */
.legal-section { padding-top: 8px !important; }
.legal-body { max-width: 820px; }
.legal-body .legal-updated { font-size: 12px; color: #6B7280; margin: 0 0 24px; }
.legal-body h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 17px !important; font-weight: 700 !important;
  color: #14213D !important;
  margin: 28px 0 10px !important;
}
.legal-body p, .legal-body li { font-size: 14px; line-height: 1.7; color: #4a5568; }
.legal-body ul { padding-left: 20px; margin: 8px 0 16px; }
.legal-body li { margin-bottom: 6px; }
.legal-body a { color: #4F8EDC; }
.legal-body a:hover { text-decoration: underline; }
