/* Public marketing footer + simple legal pages (loaded from app layout when footer is shown) */

.site-marketing-footer {
    margin-top: 0;
    background: #f1f5f9;
    color: #334155;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.site-marketing-footer-main {
    display: grid;
    gap: 2.25rem 2rem;
    grid-template-columns: 1fr;
    padding: clamp(2.75rem, 5vw, 3.5rem) 1.25rem 2rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .site-marketing-footer-main {
        grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
        align-items: start;
    }
}

.site-marketing-footer-brand {
    min-width: 0;
}

.site-marketing-footer-logo-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.site-marketing-footer-logo-link:hover {
    opacity: 0.88;
}

.site-marketing-footer-logo-img {
    height: 32px;
    width: auto;
    display: block;
}

.site-marketing-footer-tagline {
    margin: 0.85rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 22rem;
}

.site-marketing-footer-col {
    min-width: 0;
}

.site-marketing-footer-heading {
    margin: 0 0 0.85rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.site-marketing-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.site-marketing-footer-links a {
    color: #475569;
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.4;
}

.site-marketing-footer-links a:hover {
    color: #0f172a;
    text-decoration: underline;
}

.site-marketing-footer-bottom {
    background: #e8eef4;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.site-marketing-footer-bottom-inner {
    padding: 1.125rem 1.25rem 1.35rem;
    box-sizing: border-box;
}

.site-marketing-footer-copyright {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #64748b;
    text-align: center;
}

@media (min-width: 768px) {
    .site-marketing-footer-copyright {
        text-align: left;
    }
}

/* Company / legal marketing pages (about, contact, privacy) */
.site-marketing-legal {
    color: var(--landing-ink, #0f172a);
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

.site-marketing-legal-inner {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(2rem, 4vw, 3rem);
}

.site-marketing-legal-title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.site-marketing-legal-lede {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--landing-muted, #475569);
    max-width: 40rem;
}

.site-marketing-legal-lede a {
    color: var(--landing-accent, #0891b2);
    text-decoration: none;
}

.site-marketing-legal-lede a:hover {
    text-decoration: underline;
}

.site-marketing-legal-h2 {
    margin: 1.75rem 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 650;
    color: #0f172a;
}

.site-marketing-legal-text {
    margin: 0 0 1rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #475569;
    max-width: 42rem;
}

.site-marketing-legal-text a {
    color: var(--landing-accent, #0891b2);
    text-decoration: none;
}

.site-marketing-legal-text a:hover {
    text-decoration: underline;
}

.site-marketing-legal-muted {
    font-size: 0.875rem;
    color: #64748b;
}

.site-marketing-legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.25rem;
}
