/* Trust & proof components — testimonials, verification bar, footer contact.
   Loaded in addition to the Webflow stylesheets. */

/* ---------- Footer social icons (source SVGs are solid black, invisible on the
   dark footer background) ---------- */
.social-media-icon {
  filter: brightness(0) invert(1);
  opacity: 0.75;
  transition: opacity 0.15s ease;
}

.social-media-link:hover .social-media-icon {
  opacity: 1;
}

/* ---------- Founder bio (team-lead-member-content has no default text color) ---------- */
.team-lead-member-content p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.team-lead-member-content p a {
  color: #c79cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.team-lead-member-content p a:hover {
  color: #fff;
}

/* ---------- Verified proof bar ---------- */
.hf-proof-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.hf-proof-item {
  flex: 1 1 160px;
  max-width: 220px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
}

.hf-proof-value {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.hf-proof-label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
}

.hf-proof-source {
  margin-top: 22px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.62);
}

.hf-proof-source a {
  color: #c79cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf-proof-source a:hover {
  color: #fff;
}

/* ---------- Testimonials ---------- */
.hf-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.hf-testimonial {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.hf-testimonial-stars {
  font-size: 15px;
  letter-spacing: 2px;
  color: #ffc24a;
}

.hf-testimonial-quote {
  margin: 14px 0 22px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.hf-testimonial-meta {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hf-testimonial-name {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.hf-testimonial-project {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.hf-testimonial-project a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf-testimonial-project a:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hf-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .hf-testimonial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hf-proof-value {
    font-size: 26px;
  }
}

/* ---------- Footer contact block ---------- */
.hf-footer-contact {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.62);
}

.hf-footer-contact a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.hf-footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.hf-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 10px;
  font-size: 13px;
}

.hf-footer-legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
}

.hf-footer-legal a:hover {
  color: #fff;
  text-decoration: underline;
}

/* ---------- Legal document pages ---------- */
.hf-legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 0 40px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.hf-legal h2 {
  margin: 38px 0 12px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}

.hf-legal h3 {
  margin: 26px 0 10px;
  font-size: 18px;
  color: #fff;
}

.hf-legal p,
.hf-legal li {
  margin-bottom: 12px;
}

.hf-legal ul {
  padding-left: 22px;
  margin-bottom: 18px;
}

.hf-legal a {
  color: #c79cff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hf-legal a:hover {
  color: #fff;
}

.hf-legal-updated {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
