.hp-trustpilot-badge{
    box-sizing:border-box;
    width:100%;
    max-width:520px;
    margin:14px auto 0;
    padding:0 12px;
    text-align:center;
    clear:both;
}
.hp-trustpilot-badge__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    max-width:100%;
    padding:10px 16px;
    border:1px solid rgba(14,170,166,.22);
    border-radius:10px;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
    color:#2d3238 !important;
    text-decoration:none !important;
    font-family:inherit;
    line-height:1.2;
    transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;
}
.hp-trustpilot-badge__link:hover,
.hp-trustpilot-badge__link:focus{
    color:#2d3238 !important;
    text-decoration:none !important;
    border-color:#0eaaa6;
    box-shadow:0 3px 14px rgba(0,0,0,.09);
    transform:translateY(-1px);
    outline:none;
}
.hp-trustpilot-badge__brand,
.hp-trustpilot-badge__meta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
}
.hp-trustpilot-badge__brand{gap:6px;font-weight:700;font-size:17px;letter-spacing:-.2px}
.hp-trustpilot-badge__star{color:#00b67a;font-size:22px;line-height:1}
.hp-trustpilot-badge__wordmark{color:#191919}
.hp-trustpilot-badge__meta{gap:6px;font-size:14px;color:#555}
.hp-trustpilot-badge__score{font-weight:700;color:#191919}
.hp-trustpilot-badge__outof{font-weight:400;color:#666;margin-left:1px}
.hp-trustpilot-badge__dot{color:#0eaaa6;font-weight:700}
.hp-trustpilot-badge__reviews{font-weight:600;color:#555}
#homepro-trustpilot-auto-source{display:none!important}
@media (max-width:480px){
    .hp-trustpilot-badge{margin-top:12px;padding:0 10px}
    .hp-trustpilot-badge__link{width:100%;box-sizing:border-box;gap:8px;padding:10px 12px;flex-wrap:wrap}
    .hp-trustpilot-badge__brand{font-size:16px}
    .hp-trustpilot-badge__meta{font-size:13px}
}

/* HomePro compact back-to-top control */
.hp-back-to-top{
    position:fixed;
    left:max(14px, env(safe-area-inset-left));
    bottom:max(18px, calc(env(safe-area-inset-bottom) + 12px));
    width:44px;
    height:44px;
    margin:0;
    padding:0;
    border:1px solid rgba(255,255,255,.38);
    border-radius:50%;
    background:#0eaaa6;
    color:#fff;
    box-shadow:0 5px 18px rgba(0,0,0,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px) scale(.96);
    transition:opacity .18s ease,transform .18s ease,visibility .18s ease,background-color .18s ease,box-shadow .18s ease;
    z-index:9998;
    cursor:pointer;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
}
.hp-back-to-top.hp-back-to-top--visible{
    opacity:.94;
    visibility:visible;
    transform:translateY(0) scale(1);
}
.hp-back-to-top:hover,
.hp-back-to-top:focus-visible{
    background:#0c9894;
    color:#fff;
    box-shadow:0 6px 20px rgba(0,0,0,.22);
    outline:2px solid rgba(14,170,166,.28);
    outline-offset:3px;
}
.hp-back-to-top:active{
    transform:translateY(1px) scale(.97);
}
.hp-back-to-top svg{
    display:block;
    width:21px;
    height:21px;
    pointer-events:none;
}
@media (max-width:480px){
    .hp-back-to-top{
        left:max(12px, env(safe-area-inset-left));
        bottom:max(14px, calc(env(safe-area-inset-bottom) + 10px));
        width:40px;
        height:40px;
    }
    .hp-back-to-top svg{width:19px;height:19px}
}
@media (prefers-reduced-motion:reduce){
    .hp-back-to-top{transition:none}
}
