.er-field-error {
  font-size: 12px;
  font-weight: 600;
  color: #ff8a8e;
  margin-top: 5px;
}

.er-success {
  text-align: center;
  padding: 20px 0;
}

.er-success-icon {
  font-size: 48px;
  margin-bottom: 12px;
}

.er-success h3,
.er-preview h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.er-success p,
.er-preview-sub {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.6;
}

.er-success-note {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 12px !important;
  margin-top: 12px;
}

.er-pay-banner {
  background: #e8f5e9;
  color: #1b5e20;
  padding: 14px 18px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #c8e6c9;
}

.er-spinner {
  width: 36px;
  height: 36px;
  margin: 0 auto 14px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: er-spin 0.8s linear infinite;
}

@keyframes er-spin {
  to { transform: rotate(360deg); }
}

.er-preview {
  text-align: left;
  padding: 8px 0 4px;
}

.er-score-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.er-score {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.er-band {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffd666;
  background: rgba(255, 214, 102, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
}

.er-table-wrap {
  max-height: 220px;
  overflow: auto;
  margin: 12px 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.er-criteria {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.er-criteria th,
.er-criteria td {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.er-criteria th {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}

.er-blur {
  filter: blur(4px);
  user-select: none;
  color: rgba(255, 255, 255, 0.55);
}

.er-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.er-cta-row .form-btn,
.er-cta-row .plan-btn {
  flex: 1 1 180px;
}

.er-cta-note {
  color: #ffd666 !important;
  font-size: 13px !important;
  font-weight: 600;
  margin: 8px 0;
}

.er-cta-note a {
  color: #fff;
  text-decoration: underline;
}
