.ast-primary-header-bar {
  border-bottom: none !important;
  box-shadow: none !important;
}

.site-header {
  border-bottom: none !important;
  box-shadow: none !important;
}
.trust-split-section {
  padding: 140px 40px;
  background: #ffffff;
  text-align: center;
}

.trust-split-intro {
  max-width: 1000px;
  margin: 0 auto 90px;
}

.trust-split-eyebrow {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0f3b18;
}

.trust-split-title {
  margin: 0 0 28px;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.08;
  color: #0f3b18;
}

.trust-split-subtitle {
  margin: 0 auto;
  max-width: 850px;
  font-size: 22px;
  line-height: 1.6;
  color: #2f3a33;
}

.trust-split-grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.trust-panel {
  text-align: center;
}

.trust-panel-eyebrow {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #0f3b18;
}

.trust-panel-title {
  margin: 0 0 36px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  color: #0f3b18;
}

.trust-logo-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.trust-split-section .trust-logo-card {
  background: #f7f7f5;
  border: 1px solid rgba(15, 59, 24, 0.08);
  border-radius: 24px;
  min-height: 220px;
  width: 100%;
  max-width: 420px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-split-section .trust-logo-card img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

/* Left side logo sizing */
.trust-panel:first-child .trust-logo-card:nth-child(1) img { max-height: 85px; }
.trust-panel:first-child .trust-logo-card:nth-child(2) img { max-height: 110px; }
.trust-panel:first-child .trust-logo-card:nth-child(3) img { max-height: 115px; }

/* Right side logo sizing */
.trust-panel:last-child .trust-logo-card:nth-child(1) img { max-height: 85px; }
.trust-panel:last-child .trust-logo-card:nth-child(2) img { max-height: 95px; }
.trust-panel:last-child .trust-logo-card:nth-child(3) img { max-height: 105px; }

@media (max-width: 1000px) {
  .trust-split-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}

@media (max-width: 900px) {
  .trust-split-section {
    padding: 90px 24px;
  }

  .trust-split-intro {
    margin-bottom: 60px;
  }

  .trust-split-subtitle {
    font-size: 18px;
  }

  .trust-panel-title {
    margin-bottom: 28px;
  }

  .trust-split-section .trust-logo-card {
    min-height: 190px;
    max-width: 100%;
    padding: 30px;
  }
}