.promo-trust, .promo-reviews { width: 100%; margin: 22px auto 0; color: #132a65; }
.promo-trust { padding: 18px 12px; border: 1px solid #cce6dc; border-radius: 18px; background: #f1faf6; }
.promo-trust-title { display: flex; justify-content: center; align-items: center; gap: 7px; font-weight: 800; font-size: 13px; margin: 0 0 16px; color: #127757; }
.promo-trust svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; width: 22px; height: 22px; }
.promo-trust-title svg { width: 19px; height: 19px; }
.promo-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 5px; }
.promo-trust-grid > div { display: flex; align-items: center; flex-direction: column; gap: 6px; text-align: center; }
.promo-trust-grid > div:not(:last-child) { border-right: 1px solid #d2e9df; }
.promo-trust-grid svg { color: #14835e; margin-bottom: 2px; }
.promo-trust-grid strong { font-size: 11px; line-height: 1.35; }
.promo-trust-grid span { font-size: 9px; line-height: 1.4; color: #577268; }
.promo-reviews { border: 1px solid #e1e7f2; background: #fff; padding: 20px; border-radius: 20px; }
.promo-reviews-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.promo-reviews-heading h2 { font-size: 22px; line-height: 1.2; letter-spacing: -.6px; margin: 5px 0 0; }
.promo-reviews-kicker { font-size: 8px; font-weight: 800; letter-spacing: .13em; color: #647897; }
.promo-review-rating { display: flex; flex-direction: column; align-items: center; }
.promo-review-rating strong { font-size: 25px; line-height: 1.1; letter-spacing: -.8px; }
.promo-review-rating small { font-size: 12px; font-weight: 500; margin-left: 2px; color: #7786a0; }
.promo-review-stars { color: #edaa13; font-size: 12px; white-space: nowrap; letter-spacing: 1px; }
.promo-review-list { display: grid; gap: 10px; }
.promo-review-card { padding: 15px 13px; background: #f8faff; border: 1px solid #e9edf6; border-radius: 12px; }
.promo-review-person { display: flex; align-items: center; gap: 8px; }
.promo-review-person strong { flex: 1; min-width: 0; font-size: 11px; line-height: 1.4; }
.promo-review-person > .promo-review-stars { font-size: 10px; letter-spacing: 0; }
.promo-review-avatar { display: grid; place-items: center; flex: 0 0 30px; height: 30px; font-weight: 800; font-size: 10px; border-radius: 50%; color: #2057b1; background: #e5efff; }
img.promo-review-avatar { width: 30px; object-fit: cover; object-position: center; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(20, 73, 164, 0.16); }
.promo-review-avatar.tone-1 { color: #8449a5; background: #f2e8fa; }
.promo-review-avatar.tone-2 { color: #137768; background: #def3ec; }
.promo-review-card p { font-size: 12px; line-height: 1.65; margin: 10px 0 0; color: #4b5c76; }
.promo-review-photo { display: block; width: 100%; max-width: 220px; max-height: 260px; object-fit: contain; border-radius: 10px; margin-top: 10px; border: 1px solid #e1e7f2; background: #f1f4fa; }
.promo-reviews-more { width: 100%; min-height: 48px; display: flex; justify-content: center; align-items: center; gap: 7px; background: transparent; border: 1px solid #d1ddef; border-radius: 10px; padding: 12px; color: #1c4180; font-size: 12px; font-weight: 750; margin-top: 15px; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.promo-reviews-more[hidden] { display: none; }
@media (hover: hover) and (pointer: fine) {
  .promo-reviews-more:hover { background: #f2f6fd; }
}
@media (max-width: 360px) {
  .promo-reviews { padding: 15px 12px; }
  .promo-reviews-heading h2 { font-size: 20px; }
  .promo-review-person { gap: 6px; }
  .promo-review-person > .promo-review-stars { font-size: 9px; }
}
