/* Trust, credibility, and conversion components (FintechPaa) */

.fp-trust-strip {
  background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
  border-bottom: 1px solid rgba(15, 118, 110, 0.12);
  padding: 0.85rem 0;
}

.fp-trust-strip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: #475569;
}

.fp-trust-strip-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.fp-trust-strip-list a {
  color: var(--fp-primary, #0f766e);
  text-decoration: none;
  font-weight: 500;
}

.fp-trust-strip-list a:hover {
  text-decoration: underline;
}

.fp-trust-icon {
  color: var(--fp-primary, #0f766e);
  font-weight: 700;
}

.fp-proof-section {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
}

.fp-proof-logos {
  align-items: center;
}

.fp-proof-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #f8fafc;
  color: #334155;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.fp-proof-logo:hover {
  border-color: rgba(15, 118, 110, 0.45);
  box-shadow: 0 4px 14px rgba(15, 118, 110, 0.1);
  color: var(--fp-primary, #0f766e);
}

.fp-stat-note {
  font-size: 0.72rem;
  color: #94a3b8;
  margin-top: 0.35rem;
}

.fp-cta-band {
  background: linear-gradient(135deg, #0f766e 0%, #0d9488 55%, #0891b2 100%);
  color: #fff;
}

.fp-cta-band .section-title {
  color: #fff;
}

.fp-cta-band p {
  color: rgba(255, 255, 255, 0.88) !important;
}

.fp-cta-band .btn-fp-primary {
  background: #fff;
  color: #0f766e;
  border-color: #fff;
}

.fp-cta-band .btn-fp-primary:hover {
  background: #f0fdfa;
  color: #0d5c56;
}

.fp-cta-band .btn-fp-outline {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.fp-cta-band .btn-fp-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.fp-trust-footer-bar a {
  color: #cbd5e1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fp-trust-footer-bar a:hover {
  color: var(--fp-accent, #06b6d4);
}

.fp-trust-card {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.25rem;
  height: 100%;
}

.fp-trust-card h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.fp-trust-card p {
  font-size: 0.875rem;
  color: #64748b;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .fp-trust-strip-list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
