/* Sitewide footer — reused from the homepage so every page shares one
   consistent footer instead of the parent theme's default widget footer. */

.site-footer{background:#222;color:rgba(255,255,255,.65);font-family:'Inter',sans-serif}
.site-footer a{text-decoration:none}
.footer-top{padding:38px 0 28px;border-bottom:1px solid rgba(255,255,255,.08)}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:28px}
.f-logo{font-size:23px;font-weight:900;color:#D52B1E;font-style:italic;letter-spacing:-.5px;margin-bottom:8px}
.f-about{font-size:14px;color:rgba(255,255,255,.45);line-height:1.7;margin-bottom:14px}
.f-soc{display:flex;gap:7px}
.f-soc a{width:34px;height:34px;border-radius:0;background:#37393C;display:inline-flex;align-items:center;justify-content:center;color:#fff}
.f-soc a i{font-size:17px;color:#fff}
.f-soc a:hover{background:#D52B1E}
.fc h3{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.5px;color:#fff;margin:0 0 11px;padding-bottom:6px;border-bottom:1px solid rgba(255,255,255,.08)}
.fc ul{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}
.fc ul li a{font-size:14px;color:rgba(255,255,255,.45);transition:color .15s}
.fc ul li a:hover{color:#D52B1E}
.footer-nl{background:rgba(213,43,30,.15);border:1px solid rgba(213,43,30,.25);padding:14px 16px;margin-top:20px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.fnl-text h3{font-size:15px;font-weight:800;color:#fff;margin:0 0 2px}
.fnl-text p{font-size:13px;color:rgba(255,255,255,.5);margin:0}
.fnl-form{display:flex;gap:7px;flex:1;min-width:220px}
.fnl-form input{flex:1;padding:8px 11px;border:none;font-size:14px;font-family:inherit;outline:none;border-radius:3px}
.fnl-form button{background:#D52B1E;color:#fff;border:none;padding:8px 14px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;cursor:pointer;border-radius:3px;font-family:inherit}
.disclaimer{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:3px;padding:10px 14px;font-size:13px;color:rgba(255,255,255,.35);line-height:1.6;margin-top:18px}
.footer-btm{padding:13px 0;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:8px}
.footer-btm a{color:rgba(255,255,255,.3)}
.footer-btm a:hover{color:rgba(255,255,255,.6)}
.fbl{display:flex;gap:12px;flex-wrap:wrap}

@media(max-width:960px){
	.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
	.footer-grid{grid-template-columns:1fr}
	.footer-btm{flex-direction:column;align-items:flex-start;text-align:left}
}

@media(max-width:600px){
	.footer-btm{padding-bottom:70px}
}
