.mkt-footer{position:relative;z-index:1;margin-top:64px;padding:48px 32px 56px;background:var(--page-bg)}.mkt-footer-inner{width:min(var(--qx-content-max),100%);margin:0 auto}.footer-layout{display:flex;flex-direction:column;gap:48px}@media (min-width:640px){.footer-layout{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:block;width:10.625rem;height:auto}[data-theme=dark] .footer-logo{filter:brightness(0) invert(1)}:root:not([data-theme=dark]) .footer-logo,[data-theme=light] .footer-logo{filter:none}.footer-copy{margin-top:48px;font-size:1rem;line-height:1.5;color:var(--text-muted)}@media (min-width:640px){.footer-copy{margin-top:80px}}.footer-contact{width:100%;padding-bottom:8px;border-bottom:1px solid var(--surface-border)}@media (min-width:640px){.footer-contact{width:auto;min-width:min(100%,420px)}}.footer-contact-label{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;color:var(--text-muted)}.footer-contact-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px}.footer-email{font-size:.9375rem;font-weight:400;line-height:1.4;color:var(--text-primary);transition:color .2s ease;word-break:break-all}.footer-email:hover{color:var(--qx-primary)}.footer-copy-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:var(--qx-primary);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.footer-copy-btn:hover{background:color-mix(in srgb,var(--qx-primary) 88%,#000);transform:translateY(-1px)}.footer-copy-btn svg{width:20px;height:20px;display:block}.footer-copy-btn.is-copied{background:#16a34a}