
/* =======================
FOOTER
======================= */

footer{
background:#0f172a;
color:white;
padding:50px 20px;
text-align:center;
}

footer h3{
margin-bottom:10px;
}

footer p{
opacity:.8;
margin-bottom:6px;
}

footer .logo{
display:flex;
justify-content:center;
align-items:center;
margin-bottom:25px;
}

footer .logo img{
height:90px;
width:auto;
}

.footer-contact {
    margin: 16px 0;
    font-style: normal;
}

.footer-contact p {
    margin: 6px 0;
}

.footer-contact a,
.footer-links a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 16px 0;
}


.renatus-credit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.renatus-credit span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.renatus-credit img {
    display: block;
    width: 115px;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

.renatus-credit:hover img,
.renatus-credit:focus-visible img {
    opacity: 1;
}