/* Trust row: Google review card, Maps link, socials (hero + footer) */
.trow{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-top:22px;position:relative;z-index:2}
.trow a{text-decoration:none;border:0;background-image:none;transition:transform .25s cubic-bezier(.22,1,.36,1),background-color .25s,color .25s,box-shadow .25s}
.trow a:focus-visible{outline:2px solid var(--tr-ring,#FBBC04);outline-offset:3px}
.trow svg{display:block;flex:none}
.tr-gcard{display:inline-flex!important;align-items:center;gap:9px;background:#fff;color:#202124!important;border-radius:14px;padding:9px 16px 9px 12px;box-shadow:0 6px 20px rgba(0,0,0,.18),0 1px 3px rgba(0,0,0,.12);font:500 14px/1 Roboto,Arial,system-ui,sans-serif;white-space:nowrap;margin:0!important}
.tr-gcard:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.24),0 1px 3px rgba(0,0,0,.12)}
.tr-g{width:22px;height:22px}
.tr-stars{position:relative;display:inline-block;line-height:0}
.tr-stars>span{display:flex;gap:1px}
.tr-stars svg{width:16px;height:16px}
.tr-s-off svg{fill:#dadce0}
.tr-s-on{position:absolute;inset:0;width:var(--tr-pct,100%);overflow:hidden}
.tr-s-on svg{fill:#FBBC04}
.tr-rate{font-weight:700;font-size:15px;color:#202124}
.tr-div{display:inline-block;width:1px;height:18px;background:#dadce0}
.tr-count{color:#5f6368;font-size:13.5px}
.tr-maps{display:inline-flex!important;align-items:center;gap:8px;min-height:40px;padding:0 15px 0 11px;border-radius:999px;color:inherit!important;background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);font-size:14px;font-weight:500;white-space:nowrap;margin:0!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.tr-maps svg{width:18px;height:18px;fill:currentColor}
.tr-maps:hover{background:#fff;color:#1a73e8!important}
.tr-maps:hover svg{fill:#EA4335}
.tr-soc{display:inline-flex;gap:8px}
.tr-soc a{display:grid!important;place-items:center;width:40px;height:40px;border-radius:50%;color:inherit!important;background:rgba(255,255,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);margin:0!important;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
.tr-soc svg{width:18px;height:18px;fill:currentColor}
.tr-soc a:hover{transform:translateY(-2px);color:#fff!important;box-shadow:none}
.tr-soc .tr-facebook:hover{background:#0866FF}
.tr-soc .tr-instagram:hover{background:#E4405F}
.trow-foot{margin-top:18px}
@media (max-width:480px){.tr-gcard{padding:8px 13px 8px 10px;gap:7px}.tr-stars svg{width:14px;height:14px}.tr-maps{font-size:13px}}
@media (prefers-reduced-motion:reduce){.trow a{transition:none}.trow a:hover{transform:none}}
.trow{--tr-ring:#D7372C}
.hero-copy .trow{margin-top:20px}
.foot-trust .trow{margin-top:0}
.foot-trust .tr-maps:hover{border-color:transparent}
