.trust-signals-section{padding:20px 15px 10px;background:transparent;width:100%}.trust-bar{display:flex;justify-content:center;align-items:stretch;gap:0;width:100%;max-width:1100px;margin:0 auto;background:#fff;border:1px solid rgba(205,164,94,.25);border-radius:2px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.04)}.trust-item{flex:1 1;text-align:center;padding:28px 20px;position:relative;transition:all .3s ease;text-decoration:none;display:block}a.trust-item{cursor:pointer}.trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:50%;background:rgba(205,164,94,.25)}.trust-item:hover{background:rgba(205,164,94,.04)}.trust-item-inner{gap:12px}.trust-icon,.trust-item-inner{display:flex;align-items:center;justify-content:center}.trust-icon{width:55px;height:55px;background:linear-gradient(135deg,#2C5E55,#76643C);border-radius:50%;flex-shrink:0;box-shadow:0 8px 20px rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.trust-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.2) 50%,rgba(255,255,255,0) 60%);border-radius:50%}.trust-icon i{font-size:24px;color:#fff;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.2)}.trust-content{text-align:left}.trust-number{font-family:var(--font-playfair);font-size:24px;font-weight:600;color:var(--tertiary);line-height:1;margin-bottom:3px}.trust-label{font-size:11px;color:#555;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}@media (max-width:1199px){.trust-bar{max-width:100%}.trust-item{padding:24px 15px}.trust-number{font-size:22px}}@media (max-width:767px){.trust-bar{flex-wrap:wrap}.trust-item{flex:0 0 50%;padding:20px 15px}.trust-item:nth-child(2):after{display:none}.trust-item:first-child,.trust-item:nth-child(2){border-bottom:1px solid rgba(205,164,94,.25)}.trust-item-inner{flex-direction:column;gap:8px}.trust-content{text-align:center}}@media (max-width:575px){.trust-item{padding:15px 10px}.trust-icon{width:36px;height:36px}.trust-icon i{font-size:16px}.trust-number{font-size:20px}.trust-label{font-size:10px}}