@charset "UTF-8";

/* --- FOOTER --- */
footer {padding: 80px 0 30px;font-size: 0.9rem;}
.footer-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 40px;margin-bottom: 40px;max-width: 1000px;margin: 0 auto 40px;}
.footer-col h4 {color: #fff;margin-bottom: 25px;border-bottom: 1px solid rgba(255,255,255,0.2);padding-bottom: 10px;display: inline-block;font-size: 3rem;font-weight: 600;}
.footer-col ul li {margin-bottom: 22px;}
.footer-col ul li a:hover { color: var(--accent); text-decoration: underline; }
.contact-btn {
    display: inline-block; background-color: #fff; border: 1px solid #fff; 
    padding: 12px 30px; border-radius: 4px; color: var(--bg-brand); font-weight: 700;
    transition: all 0.2s ease; margin-top: 10px;
}
.contact-btn:hover { opacity: 0.5; }
.copyright {text-align: center;font-size: 0.75rem;border-top: 1px solid rgba(255,255,255,0.1);padding-top: 30px;color: #fff;}
.footer-legal-links { margin-bottom: 10px; }
.footer-legal-links a {margin: 0 10px;color: #fff;font-size: 1.2rem; transition: all 0.2s ease;}
.footer-legal-links a:hover { 
	text-decoration: none;
	opacity: 0.5;
	color: #fff; }
.footer-col {text-align: left;}
.footer-col p {
    color: #fff;
}
.footer-col ul li a {
    color: #fff;
    display: block;
    transition: all 0.2s ease-in-out 0s;
}
.footer-col ul li a:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #fff;
}
.copyright p {
    color: #fff;
    margin-top: 30px;
    opacity: 0.4;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
footer {
    padding: 80px 8%;
}

.footer-grid {
    display: flex;
    flex-wrap: wrap;
}

.footer-col {
    width: 100%;
}

.footer-col ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-col ul li {
    width: 50%;
}

.footer-col ul li a {
    font-size: 1.5rem;
}

.footer-col h4 {
    width: 100%;
    padding-bottom: 19px;
    font-size: 2.5rem;
}

.footer-col p br {
    display: none;
}

.contact-btn {
    width: 100%;
    text-align: center;
}

.footer-legal-links {
    display: block;
}

.footer-legal-links a {
    display: block;
    margin: 6% 0;
}
}
