.policy-page-body footer {
    padding: 120px 0 40px;
    color: #ffffff;
    background: #0a1526;
    font-size: 15px;
    line-height: 1.75;
}

.policy-page-body footer .footer-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.policy-page-body footer .footer-links,
.policy-page-body footer .footer-links:first-child {
    flex: 0 0 auto;
    margin-right: 0;
}

.policy-page-body footer .footer-links h3 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    font-weight: 700;
}

.policy-page-body footer .footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.policy-page-body footer .footer-links li {
    margin-bottom: 0;
}

.policy-page-body footer .footer-links a {
    padding-bottom: 2px;
    color: #ffffff;
    font-size: 0.875rem;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 1px;
    transition: background-size 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.policy-page-body footer .footer-links a:hover {
    color: #ffffff;
    background-size: 100% 1px;
}

.policy-page-body footer .copyright {
    max-width: 1120px;
    margin: 80px auto 0;
    padding: 24px 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    text-align: left;
}

@media (max-width: 768px) {
    .policy-page-body footer {
        padding: 80px 0 32px;
    }

    .policy-page-body footer .footer-container {
        flex-direction: column;
        gap: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .policy-page-body footer .footer-links a {
        transition: none;
    }
}
