/* ── Fluency First Hero Enhancer v1.0 ── */

/* ── Hero Testimonial ─────────────────────────────── */
.ffh-testimonial {
  max-width: 640px;
  margin: 20px auto 0;
  text-align: center;
  padding: 0 16px;
}

.ffh-stars {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.ffh-quote {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  margin: 0 0 8px;
  padding: 0;
  border: none;
}

.ffh-cite {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  font-style: normal;
  font-weight: 500;
}

/* ── Social Proof Bar ─────────────────────────────── */
.ffh-social-proof {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 24px auto 0;
  max-width: 580px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 14px 20px;
}

.ffh-proof-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  text-align: center;
}

.ffh-proof-item strong {
  font-size: 1.3rem;
  font-weight: 800;
  color: #f5a623;
  line-height: 1;
  margin-bottom: 3px;
  display: block;
}

.ffh-proof-item span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.55);
  white-space: nowrap;
}

.ffh-proof-divider {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.12);
}

/* ── Trust bar ────────────────────────────────────── */
.ffh-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 16px auto 0;
  max-width: 600px;
}

.ffh-trust-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
}

.ffh-trust-country {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.07);
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.1);
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 520px) {
  .ffh-proof-item   { padding: 0 12px; }
  .ffh-proof-item strong { font-size: 1.1rem; }
  .ffh-social-proof { padding: 12px 10px; }
  .ffh-quote        { font-size: 0.92rem; }
}
