.trust-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.82) 0 21%, transparent 48%),
    linear-gradient(180deg, #fffaf4 0%, var(--fdv-cream) 100%);
}

.trust-inner {
  width: min(1492px, calc(100% - 180px));
  margin: 0 auto;
  padding: 96px 0 104px;
}

.trust-header {
  max-width: 1320px;
  margin: 0 auto 56px;
  text-align: center;
}

.trust-kicker {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--fdv-orange);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.trust-kicker i {
  width: 58px;
  height: 2px;
  display: inline-block;
  background: var(--fdv-orange-light);
}

.trust-title {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: clamp(52px, 4.1vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}

.trust-title span {
  color: var(--fdv-orange);
}

.trust-description {
  max-width: 840px;
  margin: 22px auto 0;
  color: var(--fdv-navy-text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.trust-story-card {
  min-height: 560px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(4, 20, 46, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(4, 20, 46, 0.08);
}

.trust-photo {
  min-height: 524px;
  margin: 0;
  overflow: hidden;
  border-radius: 13px;
  background: #efe6dc;
}

.trust-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% 50%;
  transition: transform 220ms ease;
}

.trust-story-card:hover .trust-photo img {
  transform: scale(1.025);
}

.trust-story-copy {
  min-width: 0;
  padding: 58px 28px 36px 16px;
  display: flex;
  flex-direction: column;
}

.trust-story-copy h3 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
}

.trust-story-copy > p {
  max-width: 560px;
  margin: 18px 0 36px;
  color: var(--fdv-navy-text);
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.65;
}

.trust-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.trust-proof-card,
.trust-value-card {
  border: 1px solid rgba(4, 20, 46, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 13px 32px rgba(4, 20, 46, 0.06);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.trust-proof-card {
  min-height: 142px;
  padding: 24px 24px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  column-gap: 18px;
  border-radius: 13px;
}

.trust-proof-card:hover,
.trust-value-card:hover {
  border-color: rgba(253, 99, 0, 0.22);
  box-shadow: 0 21px 42px rgba(4, 20, 46, 0.11);
  transform: translateY(-3px);
}

.trust-proof-icon,
.trust-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(4, 20, 46, 0.08);
  border-radius: 999px;
  background: rgba(4, 20, 46, 0.04);
}

.trust-proof-icon {
  width: 62px;
  height: 62px;
}

.trust-proof-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.trust-proof-card h4 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.trust-proof-card:nth-child(2) h4 {
  color: var(--fdv-orange);
}

.trust-proof-card p {
  margin: 12px 0 0;
  color: var(--fdv-navy-text);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
}

.trust-values-row {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.trust-value-card {
  min-height: 178px;
  padding: 34px 36px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  column-gap: 22px;
  border-radius: 13px;
}

.trust-value-icon {
  width: 86px;
  height: 86px;
}

.trust-value-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.trust-value-card h3 {
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.22;
}

.trust-value-card p {
  margin: 14px 0 0;
  color: var(--fdv-navy-text);
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
}

.trust-quote-card {
  position: relative;
  grid-column: 1 / -1;
  justify-self: center;
  width: min(710px, 100%);
  min-height: 154px;
  margin: 4px 0 0;
  padding: 32px 58px 30px 82px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
  border: 2px solid rgba(253, 99, 0, 0.5);
  border-radius: 13px;
  background: rgba(255, 250, 244, 0.52);
}

.trust-quote-card::after {
  position: absolute;
  right: 26px;
  bottom: -16px;
  width: 96px;
  height: 128px;
  border: 5px solid rgba(253, 99, 0, 0.11);
  border-radius: 70% 70% 70% 70% / 88% 88% 52% 52%;
  content: "";
  transform: rotate(35deg);
  pointer-events: none;
}

.trust-quote-card > span {
  flex: 0 0 auto;
  margin-top: -16px;
  color: var(--fdv-orange);
  font-size: 78px;
  font-weight: 800;
  line-height: 0.72;
}

.trust-quote-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--fdv-navy-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.45;
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .trust-inner {
    width: min(1180px, calc(100% - 64px));
    padding: 78px 0 88px;
  }

  .trust-header {
    margin-bottom: 46px;
  }

  .trust-title {
    font-size: clamp(44px, 3.75vw, 52px);
    white-space: normal;
  }

  .trust-description {
    max-width: 790px;
    font-size: 15.5px;
  }

  .trust-story-card {
    min-height: 480px;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.98fr);
    gap: 22px;
  }

  .trust-photo {
    min-height: 444px;
  }

  .trust-story-copy {
    padding: 43px 14px 28px 4px;
  }

  .trust-story-copy h3 {
    font-size: 19px;
  }

  .trust-story-copy > p {
    margin: 14px 0 28px;
    font-size: 13.5px;
  }

  .trust-proof-grid {
    gap: 18px;
  }

  .trust-proof-card {
    min-height: 124px;
    padding: 20px 17px;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
  }

  .trust-proof-icon {
    width: 52px;
    height: 52px;
  }

  .trust-proof-icon img {
    width: 43px;
    height: 43px;
  }

  .trust-proof-card h4 {
    font-size: 17px;
  }

  .trust-proof-card p {
    margin-top: 9px;
    font-size: 11.8px;
  }

  .trust-values-row {
    margin-top: 42px;
    gap: 22px;
  }

  .trust-value-card {
    min-height: 160px;
    padding: 26px 24px;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 18px;
  }

  .trust-value-icon {
    width: 70px;
    height: 70px;
  }

  .trust-value-icon img {
    width: 58px;
    height: 58px;
  }

  .trust-value-card h3 {
    font-size: 18px;
  }

  .trust-value-card p {
    margin-top: 11px;
    font-size: 12.6px;
  }

  .trust-quote-card {
    width: min(650px, 100%);
    min-height: 142px;
    padding: 28px 44px 26px 66px;
    gap: 18px;
  }

  .trust-quote-card > span {
    font-size: 62px;
  }

  .trust-quote-card p {
    font-size: 19px;
  }

  .trust-quote-card::after {
    right: 14px;
    width: 78px;
    height: 108px;
  }
}

@media (min-width: 1000px) and (max-width: 1179px) {
  .trust-story-card {
    width: min(840px, 100%);
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-photo {
    min-height: 420px;
  }

  .trust-story-copy {
    padding: 30px 18px 20px;
  }

  .trust-values-row {
    width: min(840px, 100%);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-value-card {
    min-height: 132px;
  }
}
