.footer{
background:linear-gradient(180deg,#131313 0%, #0c0c0c 100%);
padding:0 20px 60px;
border-top:1px solid #1d1d1d;
margin-top:80px;
}

.footer-topline{
height:1px;
max-width:1200px;
margin:0 auto 50px;
background:linear-gradient(90deg,rgba(201,162,39,0) 0%, rgba(201,162,39,0.7) 50%, rgba(201,162,39,0) 100%);
}

.footer-grid{
max-width:1100px;
margin:auto;
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:40px;
}

.footer h3{
color:white;
margin-bottom:15px;
font-size:18px;
}

.footer-logo{
display:block;
height:64px;
width:auto;
margin-bottom:18px;
}

.footer p{
color:#aaa;
line-height:1.6;
}

.footer-social{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:16px;
align-items:center;
}

.footer-social a{
display:inline-flex;
align-items:center;
justify-content:center;
flex:0 0 42px;
margin:0;
width:42px;
height:42px;
line-height:0;
border:1px solid #2a2a2a;
border-radius:999px;
background:#111;
color:#d2d2d2;
text-decoration:none;
margin-bottom:0;
}

.footer-social a svg{
width:18px;
height:18px;
fill:currentColor;
display:block;
flex:none;
}

.footer-social a:hover{
color:#c9a227;
border-color:#3a3120;
}

.footer a{
display:block;
color:#bbb;
text-decoration:none;
margin-bottom:8px;
transition:color 0.2s;
}

.footer a:hover{
color:#c9a227;
}

.footer .footer-social a{
display:inline-flex;
margin-bottom:0;
}

.footer-trustpilot{
max-width:1100px;
margin:50px auto 0;
padding:0;
display:flex;
justify-content:flex-end;
align-items:center;
gap:14px;
background:transparent;
border:none;
border-radius:0;
}

.footer-trustpilot .trustpilot-widget{
width:auto;
max-width:280px;
margin-bottom:0;
}

.google-review-link{
display:inline-flex;
align-items:center;
justify-content:center;
padding:0;
border:none;
background:transparent;
color:inherit;
text-decoration:none;
transition:all .3s ease;
margin-bottom:0;
}

.google-review-link:hover{
opacity:0.92;
}

.google-review-image{
display:block;
height:52px;
width:auto;
}

.footer-trust{
max-width:1100px;
margin:40px auto 0;
display:flex;
flex-wrap:wrap;
gap:12px;
justify-content:center;
}

.footer-trust span,
.footer-trust a{
padding:10px 16px;
border:1px solid #2a2a2a;
border-radius:999px;
color:#d2d2d2;
background:#111;
font-size:14px;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
}

.footer-bottom{
text-align:center;
margin-top:40px;
color:#777;
font-size:14px;
}

.footer-credit{
text-align:center;
margin-top:14px;
color:#666;
font-size:13px;
}

.footer-credit a{
display:inline;
margin:0;
color:#8f8f8f;
text-decoration:none;
}

.footer-credit a:hover{
color:#c9a227;
}

@media (max-width: 768px){
.footer{
padding:0 20px 50px;
}

.footer-trustpilot{
flex-direction:column;
align-items:flex-start;
}

.footer-trustpilot .trustpilot-widget{
max-width:none;
}
}
