.lp-footer {
    padding: 40px 0 0;
    background: #f8f8fa;
    border-top: 1px solid #e5e5ea;
}

.lp-footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5ea;
}

.lp-footer-row a {
    font-size: 14px;
    color: #1a56db;
    text-decoration: none;
    transition: color 0.2s;
}

.lp-footer-row a:hover {
    color: var(--lp-primary);
    text-decoration: underline;
}

.lp-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5ea;
}

.lp-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: color 0.2s;
}

.lp-footer-social a:hover {
    color: var(--lp-primary);
}

.lp-footer-social svg {
    width: 24px;
    height: 24px;
}

.lp-footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5ea;
}

.lp-footer-legal a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.lp-footer-legal a:hover {
    color: var(--lp-primary);
}

.lp-footer-bottom {
    padding: 16px 0;
    text-align: center;
}

.lp-footer-copyright {
    font-size: 12px;
    color: #888;
    margin: 0;
}