.exv-hero-trust{display:flex;justify-content:center;align-items:center;gap:22px;flex-wrap:wrap;margin-top:24px;font-size:13px;color:var(--text-secondary)}.exv-hero-trust > span{display:inline-flex;align-items:center;gap:6px}.exv-hero-trust svg{width:15px;height:15px;color:var(--brand);flex-shrink:0}.exv-hero-trust .btn{padding:8px 16px;font-size:12px;font-weight:600}.exv-section{padding:56px 0 96px;background:var(--surface-alt)}.exv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1100px){.exv-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.exv-grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media(max-width:440px){.exv-grid{grid-template-columns:1fr}}.exv-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.exv-card:hover{transform:translateY(-4px);border-color:var(--brand-tint-strong);box-shadow:var(--shadow-md)}.exv-photo{aspect-ratio:1/1;background:linear-gradient(135deg,var(--slate-100),var(--slate-200));overflow:hidden;position:relative}.exv-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .5s ease}.exv-card:hover .exv-photo img{transform:scale(1.04)}.exv-photo-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-subtle)}.exv-photo-ph svg{width:56px;height:56px;stroke-width:1.4;opacity:.6}.exv-body{padding:14px 16px 16px}.exv-name-row{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-bottom:3px}.exv-name{font-size:15px;font-weight:600;color:var(--text);line-height:1.2;margin:0}.exv-title{color:var(--text-muted);font-size:12.5px;line-height:1.4}.exv-no-results{grid-column:1/-1;text-align:center;padding:60px 24px;color:var(--text-muted);display:none}.exv-no-results svg{width:60px;height:60px;color:var(--text-subtle);stroke-width:1.5;margin:0 auto 16px}
.exv-subhead{padding:118px 0 20px;background:var(--surface);border-bottom:1px solid var(--border)}
.exv-subhead h1{font-size:clamp(22px,3vw,30px);margin:0 0 6px;letter-spacing:-.01em}
.exv-subhead p{color:var(--text-muted);font-size:14px;margin:0}
.exv-search-btn{white-space:nowrap}
.exv-search-reset{font-size:13px;color:var(--text-muted);text-decoration:underline;white-space:nowrap}
.exv-search-reset:hover{color:var(--brand)}
@media(max-width:560px){.toolbar .search{flex:1 1 100%;max-width:none}}
