.trusted{position:relative;padding:clamp(64px,9vw,112px) 0;background:#06030d;border-top:1px solid rgba(168,158,220,.12);border-bottom:1px solid rgba(168,158,220,.12)}.trusted-wrap{width:min(1240px,92vw);margin:0 auto}.trusted-eyebrow{display:flex;align-items:center;gap:16px;margin-bottom:clamp(28px,4vw,44px);font-family:JetBrains Mono,ui-monospace,monospace;font-size:11px;letter-spacing:1.6px;color:rgba(168,158,220,.7);text-transform:uppercase}.trusted-eyebrow .idx b{color:#f3f0ff;font-weight:600;margin-right:4px}.trusted-eyebrow .spacer{flex:1 1;height:1px;background:linear-gradient(90deg,rgba(168,158,220,.25),rgba(168,158,220,0))}.trusted-eyebrow .id{color:rgba(168,158,220,.55)}.trusted-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0;gap:0;border-top:1px solid rgba(168,158,220,.18);border-left:1px solid rgba(168,158,220,.18)}.trusted-card{position:relative;aspect-ratio:1/1;border-right:1px solid rgba(168,158,220,.18);border-bottom:1px solid rgba(168,158,220,.18);background:transparent;overflow:hidden;cursor:default;transition:background .5s ease}.trusted-card:after,.trusted-card:before{content:"";position:absolute;width:6px;height:6px;background:#a855f7;opacity:0;transition:opacity .4s ease;pointer-events:none}.trusted-card:before{top:-3px;left:-3px}.trusted-card:after{bottom:-3px;right:-3px}.trusted-card:hover{background:rgba(168,85,247,.06)}.trusted-card:hover:after,.trusted-card:hover:before{opacity:1}.trusted-monogram{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.2,.7,.2,1),opacity .4s ease;color:rgba(243,240,255,.78)}.trusted-card:hover .trusted-monogram{transform:translateY(-12px) scale(.92);color:#f3f0ff}.trusted-monogram svg{width:56%;height:56%;overflow:visible}.trusted-monogram--logo img{display:block;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.trusted-monogram--white-bg-card img{width:78%;height:78%;max-width:78%;max-height:78%;background:#f5f1e8;padding:10px 12px;border-radius:2px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 8px 22px -8px rgba(0,0,0,.55);image-rendering:-webkit-optimize-contrast}.trusted-monogram--transparent-white img{width:68%;height:68%;filter:drop-shadow(0 0 18px rgba(168,85,247,.22))}.trusted-monogram--transparent-color img{width:62%;height:62%}.trusted-monogram--svg-inherit-color img{width:68%;height:68%}.trusted-meta{position:absolute;left:0;right:0;bottom:0;padding:14px 16px 16px;display:flex;flex-direction:column;gap:4px;font-family:JetBrains Mono,ui-monospace,monospace;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .4s cubic-bezier(.2,.7,.2,1);pointer-events:none}.trusted-card:hover .trusted-meta{opacity:1;transform:translateY(0)}.trusted-meta .code{font-size:9px;letter-spacing:1.4px;color:#c084fc;text-transform:uppercase}.trusted-meta .name{font-size:11px;letter-spacing:.3px;color:#f3f0ff;font-weight:500}.trusted-meta .industry{font-size:9.5px;letter-spacing:.4px;color:rgba(168,158,220,.7)}.trusted-idle{position:absolute;top:12px;left:14px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:9px;letter-spacing:1.4px;color:rgba(168,158,220,.45);text-transform:uppercase;transition:opacity .35s ease,color .35s ease}.trusted-card:hover .trusted-idle{opacity:0}.trusted-dot{top:14px;right:14px;width:5px;height:5px;opacity:.4}.trusted-dot,.trusted-dot:after{position:absolute;background:#c084fc}.trusted-dot:after{content:"";inset:-3px;opacity:0;animation:trusted-pulse 2.6s ease-in-out infinite}@keyframes trusted-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:.25;transform:scale(1.8)}}.trusted-foot{margin-top:18px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:10px;letter-spacing:1.3px;color:rgba(168,158,220,.45);text-transform:uppercase}@media (max-width:960px){.trusted-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.trusted-grid{grid-template-columns:repeat(2,1fr)}.trusted-monogram svg{width:50%;height:50%}}@media (prefers-reduced-motion:reduce){.trusted-card,.trusted-meta,.trusted-monogram{transition:none}.trusted-dot:after{animation:none}}[data-theme=corporate] .trusted{background:var(--bg);border-top-color:var(--hairline);border-bottom-color:var(--hairline)}[data-theme=corporate] .trusted-eyebrow .idx{color:var(--ink)}[data-theme=corporate] .trusted-eyebrow .id,[data-theme=corporate] .trusted-foot{color:var(--ink-dim)}[data-theme=corporate] .trusted-eyebrow .spacer{background:var(--hairline-strong)}[data-theme=corporate] .trusted-card{border-color:var(--hairline-strong)}[data-theme=corporate] .trusted-card:after,[data-theme=corporate] .trusted-card:before{background:var(--accent-a)}[data-theme=corporate] .trusted-card:hover{background:color-mix(in oklch,var(--accent-a),transparent 94%)}[data-theme=corporate] .trusted-monogram{color:var(--ink-mute)}[data-theme=corporate] .trusted-card:hover .trusted-monogram{color:var(--ink)}[data-theme=corporate] .trusted-meta .code{color:var(--accent-a)}[data-theme=corporate] .trusted-meta .name{color:var(--ink)}[data-theme=corporate] .trusted-meta .industry{color:var(--ink-dim)}[data-theme=corporate] .trusted-idle{color:var(--ink-faint)}[data-theme=corporate] .trusted-monogram--svg-inherit-color img,[data-theme=corporate] .trusted-monogram--transparent-white img{filter:invert(1) brightness(.45)}