.trust-strip { position: relative; z-index: 1; margin-top: 42px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.62); }
.trust-item { padding: 18px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item b { display: block; font-size: 11px; }
.trust-item span { color: var(--muted); font-size: 9px; }
.footer { padding: 30px 0; border-top: 1px solid var(--line); background: var(--paper-2); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
.footer-links { display: flex; gap: 16px; }
[hidden] { display: none !important; }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.72); opacity: .65; } }
