/* Trust — quotes + compliance badges (lp-trust-block) */
.lp-trust-block {
  position: relative;
  overflow: hidden;
  padding: 70px 0 90px;
}

.lp-trust-wrap {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.lp-trusted-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 22px;
}

.lp-trusted-titlebox {
  position: relative;
  padding-left: 58px;
}

.lp-big-quotes {
  position: absolute;
  left: 15px;
  top: -95px;
  width: 275px;
  height: 200px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.lp-trusted-titlebox h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
  position: relative;
  z-index: 1;
}

.lp-trusted-sub {
  margin: 10px 0 0;
  color: var(--color-text-muted);
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  max-width: 35ch;
  justify-self: end;
}

.lp-quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-quote-card {
  border-radius: 18px;
  padding: 22px 18px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  min-height: 170px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.lp-quote-text {
  margin: 0;
  color: var(--color-white);
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.lp-quote-svg {
  width: 25.098px;
  height: 18.506px;
  flex: 0 0 auto;
  color: var(--color-white);
  margin-top: 4px;
  opacity: 0.95;
}

.lp-quote-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 6px;
}

.lp-avatar {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
  flex: 0 0 auto;
}

.lp-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lp-who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lp-who-role,
.lp-who-company {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-text-muted);
}

.lp-compliance {
  margin-top: 48px;
  text-align: center;
}

.lp-comp-title {
  margin: 170px 0 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.05px;
}

.lp-comp-sub {
  margin: 0 auto 40px;
  color: var(--color-text-muted);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  max-width: 38ch;
}

.lp-badges-wrap {
  position: relative;
  padding-top: 10px;
}

.lp-badge-rail {
  position: absolute;
  left: -6%;
  right: -6%;
  top: 85px;
  height: 2px;
  background: rgba(169, 53, 147, 0.95);
  z-index: 0;
  border-radius: 999px;
}

.lp-badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
}

.lp-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 10px 8px;
}

.lp-badge-icon {
  width: 130px;
  height: 130px;
  border-radius: 999px;
  border: 1px solid rgba(169, 53, 147, 0.75);
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lp-badge-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: block;
}

.lp-badge-label {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  max-width: 25ch;
}
