.hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:10px 19px;margin-top:27px}
.trust-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;color:#355c76;font-size:12px;font-weight:800}
.trust-check{width:22px;height:22px;flex:none;display:grid;place-items:center;border-radius:7px;background:#d8f0fc}
.trust-check:before{content:"";width:15px;height:15px;background:#1686be;mask:url('/icons/lucide/check.svg') center/contain no-repeat;-webkit-mask:url('/icons/lucide/check.svg') center/contain no-repeat}
.feature-glyph{display:block;width:31px;height:31px;background:currentColor;mask:var(--glyph) center/contain no-repeat;-webkit-mask:var(--glyph) center/contain no-repeat}
.glyph-map-pinned{--glyph:url('/icons/lucide/map-pinned.svg')}
.glyph-hard-hat{--glyph:url('/icons/lucide/hard-hat.svg')}
.glyph-badge-euro{--glyph:url('/icons/lucide/badge-euro.svg')}
.glyph-shield-alert{--glyph:url('/icons/lucide/shield-alert.svg')}
.glyph-house-plug{--glyph:url('/icons/lucide/house-plug.svg')}
.glyph-file-check-2{--glyph:url('/icons/lucide/file-check-2.svg')}
.search-progress{display:flex;align-items:center;gap:9px;margin:12px 0 0;color:#28789f;font-size:12px;font-weight:700}
.search-progress[hidden]{display:none!important}
.search-progress:not([hidden])+.search-hint{display:none}
.search-progress.is-error{color:#a94739}
.search-spinner{display:block;width:15px;height:15px;flex:none;border:2px solid #bbdfef;border-top-color:#1383b6;border-radius:50%;animation:search-spin .8s linear infinite}
.search-progress.is-error .search-spinner{display:none}
@keyframes search-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.search-spinner{animation:none}}
@media(max-width:760px){.hero-trust{gap:9px 14px;margin-top:23px}.trust-item{font-size:11px}.trust-check{width:20px;height:20px}.feature-glyph{width:27px;height:27px}}
