/* Estreka — footer (navy-steel kest): #0f172a, üherealine.
   Vt: Rakenduse kaasaegne kujundus/design_handoff_estreka/README.md */

.footer {
    background: var(--gray-900, #0f172a);
    color: #fff;
    margin-top: 48px;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-plate {
    background: #fff;
    padding: 4px;
    display: flex;
}

.footer-logo-img {
    height: 24px;
    width: auto;
    display: block;
}

.footer-brand-text {
    font-weight: 700;
    letter-spacing: .04em;
}

.footer-copy {
    color: var(--gray-400, #94a3b8);
    font-size: 13px;
}

@media (max-width: 600px) {
    .footer-inner {
        padding: 20px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/* Jaluse lingid (2026-08-03). Mobiilis läheb jalus nagunii mitmele reale —
   üks link ei lisa kõrgust juurde, kui see paigutub copy-teksti kõrvale. */
.footer-links { display: flex; gap: 1rem; }
.footer-links a {
    color: inherit;
    opacity: .85;
    text-decoration: none;
    font-size: .85rem;
}
.footer-links a:hover { opacity: 1; text-decoration: underline; }
