.ad-trust-strip {
  background: #f7f1e6;
  border-bottom: 1px solid rgba(7, 55, 47, 0.12);
  color: #07372f;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 22px max(20px, calc((100% - 1180px) / 2));
  text-align: center;
}
.ad-trust-item { align-items: center; display: flex; gap: 10px; justify-content: center; }
.ad-trust-icon { align-items: center; background: #07372f; border-radius: 50%; color: #d9af57; display: inline-flex; flex: 0 0 34px; font-size: 18px; height: 34px; justify-content: center; width: 34px; }
.ad-trust-item strong { display: block; font-size: 15px; line-height: 1.35; }
.ad-trust-item span:last-child { display: block; font-size: 12px; line-height: 1.4; opacity: 0.75; }
.ad-grade-note { background: #fffaf1; border: 1px solid rgba(151, 108, 35, 0.22); border-radius: 10px; color: #5b4525; font-size: 13px; line-height: 1.8; margin: 18px auto 0; max-width: 880px; padding: 12px 18px; text-align: center; }
.anniu1, .ad-whatsapp-cta { background: #168c57 !important; border-radius: 6px !important; box-shadow: 0 6px 18px rgba(22, 140, 87, 0.22); color: #fff !important; font-weight: 700; min-width: 150px; text-decoration: none !important; }
.anniu1:hover, .ad-whatsapp-cta:hover { background: #0f7045 !important; }
.ad-mobile-whatsapp { display: none; }
@media (max-width: 767px) {
  .ad-trust-strip { gap: 8px; grid-template-columns: 1fr; padding: 14px 16px; text-align: right; }
  .ad-trust-item { justify-content: flex-start; }
  .ad-trust-item strong { font-size: 14px; }
  .ad-grade-note { margin: 12px 14px 0; padding: 10px 12px; }
  .ad-mobile-whatsapp { align-items: center; background: #168c57; bottom: 12px; border-radius: 999px; box-shadow: 0 8px 24px rgba(0,0,0,.25); color: #fff !important; display: flex; font-size: 15px; font-weight: 700; gap: 8px; justify-content: center; left: 14px; min-height: 50px; position: fixed; right: 14px; text-decoration: none !important; z-index: 99999; }
  body { padding-bottom: 72px; }
}
