/*==============================*
*FOOTER*
*==============================*/
footer{
background:#1f2937;
color:#fff;
padding:80px 0 30px;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:60px;
margin-bottom:50px;
}

.footer-grid>div{
min-width:0;
}

footer h2{
font-size:32px;
margin-bottom:20px;
}

footer h4{
font-size:20px;
margin-bottom:20px;
}

footer p{
color:#c7ced8;
line-height:1.8;
}

footer ul{
margin:0;
padding:0;
list-style:none;
}

footer ul li{
margin-bottom:14px;
overflow-wrap:anywhere;
word-break:break-word;
}

footer ul li a{
display:inline-block;
max-width:100%;
color:#c7ced8;
text-decoration:none;
transition:.3s;
overflow-wrap:anywhere;
word-break:break-word;
}

footer ul li a:hover{
color:#fff;
padding-left:6px;
}

.footer-notice{
max-width:1200px;
margin:25px auto 10px;
padding:18px 20px 0;
text-align:center;
font-size:13px;
line-height:1.6;
color:#ffffff;
border-top:1px solid #e5e5e5;
overflow-wrap:anywhere;
word-break:break-word;
}

.copyright{
text-align:center;
padding-top:30px;
border-top:1px solid rgba(255,255,255,.08);
font-size:14px;
color:#b4bcc8;
}
footer h2,
footer h4{
color:#fff !important;
}
/*==============================*
*RESPONSIVE*
*==============================*/
@media(max-width:992px){

.footer-grid{
grid-template-columns:1fr;
gap:35px;
text-align:center;
}

.footer-grid>div{
width:100%;
min-width:0;
}

footer ul li a{
display:block;
width:100%;
}

}

.footer-payments p{
margin:0 0 12px;
font-size:14px;
}

.payment-methods{
display:flex;
align-items:center;
gap:10px;
flex-wrap:wrap;
}

.payment-badge{
display:inline-flex;
align-items:center;
justify-content:center;
padding:8px 14px;
border-radius:6px;
background:#fff;
font-size:15px;
font-weight:700;
box-shadow:0 1px 4px rgba(0,0,0,.15);
}

.paypal-badge{
color:#003087;
}

.stripe-badge{
color:#635bff;
}

.footer-payments .payment-secure{
margin-top:12px;
margin-bottom:0;
font-size:12px;
opacity:.75;
}

.footer-payments{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
flex-wrap:wrap;
padding:14px 20px 4px;
font-size:13px;
color:#9ca3af;
}

.footer-paypal{
font-size:16px;
font-weight:700;
color:#0070ba;
}

.footer-stripe{
font-size:17px;
font-weight:700;
color:#635bff;
}

.footer-payment-divider{
color:#6b7280;
}