.ss-guarantee{background:#1E2E1B;padding:100px 24px;color:#fff}
.ss-guarantee__inner{max-width:960px;margin:0 auto;text-align:center}
.ss-guarantee__heading{font-size:30px;font-weight:800;color:#F9F7F3;margin:0 0 16px;letter-spacing:-1px}
@media(min-width:768px){.ss-guarantee__heading{font-size:40px;letter-spacing:-1.5px}}
.ss-guarantee__subheading{font-size:17px;color:rgba(237,230,211,0.7);margin:0 auto 72px;line-height:1.7;max-width:460px}
.ss-guarantee__grid{display:grid;grid-template-columns:1fr;gap:40px}
@media(min-width:640px){.ss-guarantee__grid{grid-template-columns:repeat(3,1fr)}}
.ss-guarantee__item{display:flex;flex-direction:column;align-items:center;gap:18px}
.ss-guarantee__icon{width:68px;height:68px;background:rgba(237,230,211,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(237,230,211,0.2)}
.ss-guarantee__icon svg{width:28px;height:28px;color:#EDE6D3}
.ss-guarantee__item-title{font-size:18px;font-weight:700;color:#F9F7F3;margin:0;letter-spacing:-.2px}
.ss-guarantee__item-text{font-size:14px;color:rgba(237,230,211,0.65);margin:0;line-height:1.7;max-width:200px}
.ss-guarantee__cta-wrap{margin-top:72px}
.ss-guarantee__cta{display:inline-flex;align-items:center;justify-content:center;background:#EDE6D3;color:#1E2E1B!important;padding:17px 44px;border-radius:4px;font-size:16px;font-weight:700;text-decoration:none;letter-spacing:.3px;transition:background .2s,transform .15s}
.ss-guarantee__cta:hover{background:#ddd6c3;transform:translateY(-1px)}
