/* ================================================================
   LIFESCRIBE AI — Universal Footer
   Shared across all sub-pages. Uses ls-footer prefix.
   ================================================================ */

.ls-footer {
    background: #1A5F7A;
    padding: 3rem 0;
    text-align: center;
    margin-top: 0;
}

.ls-footer .ls-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ls-footer__logo {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.ls-footer__copyright {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Inter', 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    margin: 0 0 0.5rem;
    line-height: 1.5;
}

.ls-footer__email {
    margin: 0;
}

.ls-footer__email a {
    color: #D4AC0D;
    text-decoration: none;
    font-family: 'Inter', 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 0.95rem;
    transition: text-decoration 0.2s ease;
}

.ls-footer__email a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .ls-footer {
        padding: 2rem 0;
    }

    .ls-footer__logo {
        width: 64px;
        height: 64px;
        border-radius: 14px;
    }

    .ls-footer__copyright,
    .ls-footer__email a {
        font-size: 0.85rem;
    }
}
