.trust-benefits-container{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-width-margin)}.trust-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:stretch}@media screen and (min-width:750px){.trust-benefits-grid{gap:2.5rem}}@media screen and (min-width:990px){.trust-benefits-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}.trust-benefit-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;border-radius:1.2rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);transition:.3s cubic-bezier(.4, 0, .2, 1);position:relative;box-shadow:0 0 0 1px rgba(var(--color-shadow),.04),0 2px 8px rgba(var(--color-shadow),.06);height:100%;min-height:280px}.trust-benefit-item:hover{transform:translateY(-6px);box-shadow:0 0 0 1px rgba(var(--color-shadow),.08),0 8px 32px rgba(var(--color-shadow),.12),0 4px 16px rgba(var(--color-shadow),.08),0 -2px 16px rgba(var(--color-shadow),.04);border-color:rgba(var(--color-foreground),.12)}.trust-benefit-image{margin-bottom:2.5rem;width:100px;height:100px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.05);border:2px solid rgba(var(--color-foreground),.1)}@media screen and (min-width:750px){.trust-benefit-item{padding:2.5rem 2rem}.trust-benefit-image{margin-bottom:3rem}}.trust-benefit-image img{width:100%;height:100%;object-fit:cover;object-position:center}.trust-benefit-icon{margin-bottom:2.5rem;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--color-button),.1) 0,rgba(var(--color-button),.05) 100%);border:2px solid rgba(var(--color-button),.2);color:rgb(var(--color-button));transition:.3s}.trust-benefit-item:hover .trust-benefit-icon{background:linear-gradient(135deg,rgba(var(--color-button),.15) 0,rgba(var(--color-button),.1) 100%);border-color:rgba(var(--color-button),.3);transform:scale(1.05)}@media screen and (min-width:750px){.trust-benefit-icon{width:90px;height:90px;margin-bottom:3rem}}.trust-benefit-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.trust-benefit-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.8rem;line-height:1.3;color:rgb(var(--color-foreground));margin:0 0 1rem;text-align:center;word-break:keep-all;hyphens:none;overflow-wrap:break-word}@media screen and (min-width:750px){.trust-benefit-title{font-size:2rem}}.trust-benefit-description{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.8);margin:0;text-align:center;flex:1;display:flex;align-items:center}@media screen and (min-width:750px){.trust-benefit-description{font-size:1.5rem}}.trust-benefit-placeholder{opacity:.6;border:2px dashed rgba(var(--color-foreground),.2);background:rgba(var(--color-foreground),.02);box-shadow:none}.trust-benefit-placeholder:hover{transform:none;box-shadow:none;border-color:rgba(var(--color-foreground),.2)}.trust-benefit-placeholder .trust-benefit-icon{background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.5)}.trust-benefit-placeholder .trust-benefit-title{color:rgba(var(--color-foreground),.6)}.trust-benefit-placeholder .trust-benefit-description{color:rgba(var(--color-foreground),.5)}@media (prefers-reduced-motion:no-preference){.trust-benefit-item{animation:.6s forwards fadeInUp;opacity:0;transform:translateY(20px)}.trust-benefit-item:first-child{animation-delay:.1s}.trust-benefit-item:nth-child(2){animation-delay:.2s}.trust-benefit-item:nth-child(3){animation-delay:.3s}.trust-benefit-item:nth-child(4){animation-delay:.4s}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.trust-benefit-item{animation:none;opacity:1;transform:none;transition:none}.trust-benefit-item:hover{transform:none}.trust-benefit-icon{transition:none}}.trust-benefit-item:focus-within{outline:2px solid rgb(var(--color-button));outline-offset:2px}@media (prefers-contrast:high){.trust-benefit-item{border:2px solid rgb(var(--color-foreground))}.trust-benefit-icon,.trust-benefit-image{border:3px solid rgb(var(--color-foreground))}.trust-benefit-icon{background:rgb(var(--color-background))}}@media (prefers-color-scheme:dark){.trust-benefit-item{background:rgba(var(--color-foreground),.02)}.trust-benefit-item:hover{background:rgba(var(--color-foreground),.04)}}