/* Legal footer & consent — vscxml.com production */

.site-footer {
    margin-top: auto;
    padding: 2.5rem 1.5rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
}

.site-footer-inner {
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
}

.site-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.75rem;
    margin-bottom: 1rem;
}

.site-footer-nav a {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.15s ease;
}

.site-footer-nav a:hover {
    color: #60a5fa;
}

.site-footer-copy {
    font-size: 0.75rem;
    color: #6b7280;
    letter-spacing: 0.02em;
    margin: 0;
}

/* Consent & informational bar — fixed bottom */
.vscxml-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
    pointer-events: none;
}

.vscxml-consent-inner {
    pointer-events: auto;
    max-width: 42rem;
    margin: 0 auto;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(12, 12, 14, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.45);
}

.vscxml-consent--info .vscxml-consent-inner {
    max-width: 52rem;
}

.vscxml-consent-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e5e7eb;
    margin: 0 0 0.5rem;
}

.vscxml-consent-text {
    font-size: 0.875rem;
    line-height: 1.55;
    color: #9ca3af;
    margin: 0 0 1rem;
}

.vscxml-consent-text a {
    color: #60a5fa;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vscxml-consent-text a:hover {
    color: #93c5fd;
}

.vscxml-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    justify-content: flex-end;
}

.vscxml-btn {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.55rem 1.1rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.vscxml-btn-primary {
    background: #2563eb;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

.vscxml-btn-primary:hover {
    background: #1d4ed8;
}

.vscxml-btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    color: #d1d5db;
    border-color: rgba(255, 255, 255, 0.12);
}

.vscxml-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* Landing page footer variant */
.landing-legal {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.landing-legal nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.75rem;
    margin-bottom: 1rem;
}

.landing-legal a {
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.landing-legal a:hover {
    color: #60a5fa;
}
