/* Modern SHDEPHA+ footer */
.site-footer {
    position: relative;
    background: linear-gradient(160deg, #0b1220 0%, #101c33 100%);
    color: #e6ebf2;
    padding: 70px 0 0;
    font-family: 'Poppins', 'Outfit', 'Segoe UI', sans-serif;
    border-top: 4px solid #0dbdfe;
}

.site-footer *::selection {
    background: #0dbdfe;
    color: #ffffff;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 0.9fr;
    gap: 45px;
}

.footer-brand img {
    max-width: 78px;
    margin-bottom: 18px;
    background: #ffffff;
    padding: 8px;
    border-radius: 12px;
}

.footer-brand h4,
.footer-column h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 22px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding-bottom: 12px;
    position: relative;
    display: block;
}

.footer-brand h4::after,
.footer-column h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    background: #0dbdfe;
    border-radius: 3px;
}

.footer-brand p {
    font-size: 15px;
    line-height: 1.8;
    color: #cfd8e3;
    margin: 0 0 18px;
    max-width: 340px;
}

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

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #dce4ee;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.6;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
}

.footer-column ul li a:hover,
.footer-column ul li a:focus {
    color: #0dbdfe;
    padding-left: 6px;
}

.site-footer .whistleblower-button {
    margin-top: 8px;
    padding: 10px 18px;
    background: #e11d1d;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 30px;
    box-shadow: 0 6px 16px rgba(225, 29, 29, 0.28);
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer .whistleblower-button:hover {
    background: #0dbdfe;
    color: #ffffff;
    padding-left: 18px;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 189, 254, 0.32);
}

.footer-contact p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
    color: #dce4ee;
    display: flex;
    align-items: flex-start;
}

.footer-contact a {
    color: #dce4ee;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-contact a:hover {
    color: #0dbdfe;
}

.footer-contact i {
    color: #0dbdfe;
    margin-right: 12px;
    margin-top: 4px;
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
}

.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.footer-social a:hover {
    background: #0dbdfe;
    border-color: #0dbdfe;
    transform: translateY(-3px);
}

.footer-bottom {
    margin-top: 55px;
    padding: 20px 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom b {
    color: #ffffff;
    font-weight: 700;
}

.footer-bottom em {
    color: #ff4d4d;
    font-style: normal;
    font-weight: 700;
}

.footer-bottom a {
    color: #0dbdfe;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 600px) {
    .site-footer {
        padding-top: 50px;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-bottom {
        margin-top: 35px;
        font-size: 13px;
    }
}

/* Contrast guarantee: overrides any legacy footer colors from style.css/bootstrap */
footer.site-footer,
footer.site-footer p,
footer.site-footer li,
footer.site-footer span,
footer.site-footer div {
    color: #dce4ee !important;
}

footer.site-footer h4,
footer.site-footer h3,
footer.site-footer .footer-bottom {
    color: #ffffff !important;
}

footer.site-footer a {
    color: #dce4ee !important;
    text-shadow: none !important;
}

footer.site-footer a:hover,
footer.site-footer a:focus {
    color: #0dbdfe !important;
}

footer.site-footer .footer-social a,
footer.site-footer a.whistleblower-button {
    color: #ffffff !important;
}

footer.site-footer i {
    color: #0dbdfe !important;
}


/* Whistleblower button now sits in the About column (outside a list) */
.site-footer .whistleblower-button {
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

