/* Site footer — dark solid bg, green accent, solid green social circles (Views/Shared/_LandingMarketingSiteFooter.cshtml).
   Font sizes in px so auth pages match Landing even when site.css sets html { font-size: 14px }. */

.loki-site-footer {
    --loki-foot-bg: #121212;
    --loki-foot-elevated: #1a1a1a;
    --loki-foot-accent: #22c55e;
    --loki-foot-accent-dark: #16a34a;
    --loki-foot-border-green: rgba(34, 197, 94, 0.45);

    background: var(--loki-foot-bg) !important;
    border-top: 1px solid var(--loki-foot-accent) !important;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    box-sizing: border-box;
}

.loki-site-footer .loki-foot-rule {
    border: 0;
    border-top: 1px solid rgba(34, 197, 94, 0.22);
    opacity: 1;
}

.loki-site-footer .footer-brand {
    transition: transform 0.3s ease;
}

.loki-site-footer .footer-brand:hover {
    transform: translateY(-1px);
}

.loki-site-footer .footer-brand p {
    font-size: 12px;
    line-height: 1.45;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.loki-site-footer .list-unstyled a {
    transition: color 0.2s ease, transform 0.2s ease;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 12px;
}

.loki-site-footer .list-unstyled a:hover {
    color: var(--loki-foot-accent) !important;
    transform: translateY(-1px);
    text-shadow: none;
}

.loki-site-footer .list-unstyled a:focus {
    color: var(--loki-foot-accent) !important;
    outline: 2px solid var(--loki-foot-accent);
    outline-offset: 1px;
}

.loki-site-footer h6 {
    color: var(--loki-foot-accent) !important;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px !important;
}

.loki-site-footer .list-unstyled li {
    margin-bottom: 3px !important;
}

.loki-site-footer .list-unstyled li:last-child {
    margin-bottom: 0 !important;
}

.loki-site-footer hr {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}

.loki-site-footer .loki-foot-copy {
    font-size: 12px;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.loki-site-footer .loki-foot-copy .loki-foot-brandmark {
    color: var(--loki-foot-accent) !important;
    font-weight: 600;
}

/* Play badge link: no nav-link hover styling */
.loki-site-footer .footer-marketing-app a.d-inline-block {
    color: transparent !important;
}

.loki-site-footer .footer-marketing-app a.d-inline-block:hover,
.loki-site-footer .footer-marketing-app a.d-inline-block:focus {
    transform: none;
    text-shadow: none;
    outline: none;
    opacity: 0.92;
}

.loki-site-footer .social-links {
    font-size: 11px;
}

.loki-site-footer .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--loki-foot-accent) !important;
    text-align: center;
    line-height: 1;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    margin-right: 6px;
    color: #ffffff !important;
    font-size: 11px;
    text-decoration: none !important;
}

.loki-site-footer .social-links a:hover {
    background: var(--loki-foot-accent-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
    text-shadow: none;
}

.loki-site-footer .social-links a:focus {
    background: var(--loki-foot-accent-dark) !important;
    color: #ffffff !important;
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.loki-site-footer .social-links a:last-child {
    margin-right: 0;
}

/* Play promo: only inside this footer (partial is reused elsewhere). */
.loki-site-footer .footer-marketing-app {
    background: var(--loki-foot-elevated) !important;
    border: 1px solid var(--loki-foot-border-green) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-bottom: 14px !important;
}

@media (min-width: 992px) {
    .loki-site-footer .footer-marketing-app {
        padding: 14px 18px !important;
    }
}

.loki-site-footer .footer-marketing-app .row.g-4 {
    --bs-gutter-y: 12px;
    --bs-gutter-x: 12px;
}

.loki-site-footer .footer-marketing-app > .row > [class^="col"] > p.text-uppercase.small {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    margin-bottom: 3px !important;
    color: var(--loki-foot-accent) !important;
}

.loki-site-footer .footer-marketing-app h2.h5 {
    font-size: 14px !important;
    margin-bottom: 4px !important;
    color: #ffffff !important;
}

.loki-site-footer .footer-marketing-app p.text-white-75.small.mb-0 {
    font-size: 11px !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.loki-site-footer .footer-marketing-app .footer-play-store-badge,
.loki-site-footer .footer-marketing-app img[alt="Get it on Google Play"] {
    max-height: 44px !important;
    width: auto !important;
}