.rucola-cc-wrap { max-width: 980px; margin: 24px auto; padding: 0 14px; }
.rucola-cc-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 18px; box-shadow: 0 6px 24px rgba(0,0,0,.06); overflow: hidden; }
.rucola-cc-header { padding: 22px 22px 10px; border-bottom: 1px solid #f3f4f6; }
.rucola-cc-title { margin: 0 0 6px; font-size: 26px; line-height: 1.2; }
.rucola-cc-subtitle { margin: 0; color: #4b5563; font-size: 15px; }

.rucola-cc-progress { margin-top: 14px; display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.rucola-cc-progressbar { flex: 1; min-width: 220px; height: 10px; background: #f3f4f6; border-radius: 999px; overflow: hidden; }
.rucola-cc-progressfill { height: 100%; background: #111827; width: 0%; border-radius: 999px; transition: width .2s ease; }
.rucola-cc-progressmeta { color: #6b7280; font-size: 13px; }

.rucola-cc-form { padding: 18px 22px 22px; }
.rucola-cc-section { margin: 0 0 22px; }
.rucola-cc-section h3 { margin: 0 0 12px; font-size: 18px; }

.rucola-cc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 720px) { .rucola-cc-grid { grid-template-columns: 1fr; } }

.rucola-cc-field label { display: block; font-weight: 600; margin-bottom: 6px; }
.rucola-cc-field input[type="text"],
.rucola-cc-field input[type="email"],
.rucola-cc-field input[type="tel"] {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  outline: none;
  background: #fff;
}
.rucola-cc-field input:focus { border-color: #111827; box-shadow: 0 0 0 4px rgba(17,24,39,.08); }

.rucola-cc-hint { margin-top: 6px; color: #6b7280; font-size: 12px; }
.rucola-req { color: #b91c1c; }
.rucola-optional { color: #6b7280; font-weight: 500; }

.rucola-cc-gdpr { margin-top: 12px; padding: 12px; border-radius: 14px; background: #f9fafb; border: 1px solid #e5e7eb; }
.rucola-cc-check { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.rucola-cc-check input { margin-top: 3px; transform: scale(1.05); }

.rucola-cc-errors {
  margin: 14px 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-weight: 600;
}

.rucola-cc-section--questions { padding-top: 6px; }

.rucola-cc-q { border: 1px solid #eef2f7; background: #fff; border-radius: 16px; padding: 14px; margin-bottom: 12px; }
.rucola-cc-q legend { font-weight: 700; margin-bottom: 10px; }
.rucola-cc-qnum { color: #111827; margin-right: 6px; }
.rucola-cc-qtext { color: #111827; font-weight: 700; }

.rucola-cc-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 10px; }
@media (max-width: 720px) { .rucola-cc-options { grid-template-columns: 1fr; } }

.rucola-cc-opt {
  display: flex; gap: 10px; align-items: center;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  background: #fafafa;
  cursor: pointer;
  transition: transform .06s ease, border-color .15s ease, background .15s ease;
}
.rucola-cc-opt:hover { border-color: #111827; background: #fff; }
.rucola-cc-opt input { transform: scale(1.05); }
.rucola-cc-optlabel { font-weight: 600; color: #111827; }

.rucola-cc-qhint { margin-top: 8px; color: #6b7280; font-size: 12px; }

.rucola-cc-q--bad { border-color: #ef4444 !important; box-shadow: 0 0 0 4px rgba(239,68,68,.12); }

.rucola-cc-actions { margin-top: 16px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.rucola-cc-btn {
  appearance: none;
  border: 0;
  background: #111827;
  color: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}
.rucola-cc-btn:hover { filter: brightness(1.05); }
.rucola-cc-btn.is-loading { opacity: .65; cursor: not-allowed; }
.rucola-cc-submitnote { color: #6b7280; font-size: 13px; }

.rucola-cc-footer { margin-top: 14px; border-top: 1px solid #f3f4f6; padding-top: 12px; }
.rucola-cc-footnote { margin: 0; color: #6b7280; font-size: 12px; }

/* Toast confirmare/eroare */
.rucola-cc-toastwrap {
  position: fixed;
  right: 16px;
  bottom: 16px;
  max-width: 420px;
  z-index: 99999;
}
.rucola-cc-toast {
  border-radius: 16px;
  padding: 14px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
  border: 1px solid #e5e7eb;
  background: #fff;
  margin-top: 10px;
}
.rucola-cc-toast--ok { border-color: #bbf7d0; background: #f0fdf4; }
.rucola-cc-toast--err { border-color: #fecaca; background: #fef2f2; }
.rucola-cc-toastsub { margin-top: 6px; color: #374151; }
