.public-trust-footer {
  width: 100%;
  margin-top: 36px;
  padding: 32px max(20px, env(safe-area-inset-left)) 34px max(20px, env(safe-area-inset-right));
  border-top: 1px solid rgba(129, 72, 247, 0.14);
  color: #5f536f;
  background: rgba(255, 255, 255, 0.82);
}

.public-trust-footer__inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 1.15fr) minmax(170px, 0.85fr) minmax(190px, 0.9fr);
  gap: 28px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.public-trust-footer__brand,
.public-trust-footer__section {
  min-width: 0;
}

.public-trust-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #25143f;
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration: none;
}

.public-trust-footer__logo img {
  flex: 0 0 auto;
}

.public-trust-footer p {
  margin: 8px 0 0;
  color: #6c6079;
  font-size: 0.92rem;
  line-height: 1.55;
}

.public-trust-footer__section h2 {
  margin: 0 0 10px;
  color: #25143f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-trust-footer__section a {
  display: inline-block;
  color: #4b1fb9;
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.public-trust-footer__contact a {
  display: block;
  width: fit-content;
  margin-top: 10px;
}

.public-trust-footer__links {
  display: grid;
  gap: 8px;
}

.public-trust-footer__section a:hover {
  color: #2b126b;
}

.public-trust-footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.public-trust-footer__logos img {
  display: block;
  width: auto;
  max-width: min(142px, 100%);
  height: 30px;
  object-fit: contain;
}

.public-trust-footer__logos img[alt="Visa Secure"] {
  height: 34px;
}

.public-trust-footer__logos img[alt="Mastercard Identity Check"] {
  max-width: min(168px, 100%);
}

.lp-footer .public-trust-footer {
  margin: 0;
  padding: 0;
  border-top: 0;
  background: transparent;
}

.lp-footer .public-trust-footer__inner {
  width: 100%;
  margin: 0;
}

@media (max-width: 900px) {
  .public-trust-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .public-trust-footer {
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .public-trust-footer__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .public-trust-footer__logos {
    gap: 12px;
  }

  .public-trust-footer__logos img {
    height: 28px;
  }
}
