.trust-shell {
  display: block;
  height: auto;
}

.trust-section {
  margin-top: 0.75rem;
}

.trust-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(243, 248, 255, 0.92));
  box-shadow: var(--shadow-soft);
  padding: 1.06rem 1.06rem 1rem;
}

.trust-section:nth-of-type(2) .trust-panel {
  background: linear-gradient(160deg, rgba(255, 250, 240, 0.97), rgba(255, 242, 216, 0.92));
}

.trust-section:nth-of-type(3) .trust-panel {
  background: linear-gradient(160deg, rgba(241, 247, 255, 0.97), rgba(228, 238, 255, 0.92));
}

.trust-section:nth-of-type(4) .trust-panel {
  background: linear-gradient(160deg, rgba(243, 251, 245, 0.96), rgba(231, 247, 235, 0.92));
}

.trust-panel h1,
.trust-panel h2,
.trust-panel h3 {
  margin: 0;
  font-family: var(--font-accent);
}

.trust-panel h1 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.12;
}

.trust-panel h2 {
  font-size: clamp(1.16rem, 2.1vw, 1.62rem);
}

.trust-panel h3 {
  font-size: 1.02rem;
}

.trust-panel p {
  margin: 0.56rem 0 0;
  color: var(--text-subtle);
}

.trust-chip-row {
  margin-top: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
}

.trust-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-chip:nth-child(1) {
  background: rgba(255, 240, 212, 0.9);
}

.trust-chip:nth-child(2) {
  background: rgba(228, 238, 255, 0.9);
}

.trust-chip:nth-child(3) {
  background: rgba(230, 246, 233, 0.9);
}

.trust-grid {
  margin-top: 0.92rem;
  display: grid;
  gap: 0.68rem;
}

.trust-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.8rem;
}

.trust-card ul {
  margin: 0.52rem 0 0;
  padding-left: 1rem;
}

.trust-card li {
  margin-top: 0.26rem;
  color: var(--text-subtle);
}

.trust-note {
  margin-top: 0.78rem;
  border-left: 4px solid #3a63ea;
  border-radius: 0 10px 10px 0;
  background: rgba(58, 99, 234, 0.08);
  padding: 0.64rem 0.74rem;
  color: var(--text-subtle);
}

.trust-list {
  margin: 0.72rem 0 0;
  padding-left: 1.04rem;
}

.trust-list li {
  margin-top: 0.34rem;
  color: var(--text-subtle);
}

.trust-cta {
  margin-top: 0.96rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

@media (min-width: 860px) {
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  html,
  body {
    height: auto;
    overflow: auto;
  }
}
