/* ────────────────────────────────────────────────
   MyZolve Ecosystem Branding — shared across pages
   ──────────────────────────────────────────────── */

/* Logo wrapper: WorkQuest logo + "by MyZolve" */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.myzolve-parent {
    font-size: 0.7rem;
    font-weight: 500;
    color: #9ca3af;
    letter-spacing: 0.02em;
    align-self: flex-end;
    margin-bottom: 3px;
    margin-left: 2px;
    white-space: nowrap;
}
.myzolve-parent a {
    color: #33aaff;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}
.myzolve-parent a:hover { opacity: 0.75; }

/* Nav "MyZolve · Learn" link */
.nav-myzolve {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #33aaff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: opacity 0.2s;
}
.nav-myzolve:hover { opacity: 0.75; }
.nav-myzolve .learn-badge {
    background: rgba(51, 170, 255, 0.12);
    border: 1px solid rgba(51, 170, 255, 0.25);
    color: #33aaff;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Footer brand row */
.footer-myzolve-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
    font-family: 'Space Grotesk', sans-serif;
}
.footer-myzolve-link {
    color: #33aaff;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.95rem;
}
.footer-myzolve-link:hover { opacity: 0.75; color: #33aaff !important; }
.footer-sep { color: #e5e7eb; font-size: 1.1rem; }
.footer-wq { color: #33aaff; font-weight: 700; font-size: 0.95rem; }
.footer-tagline-mz {
    color: #9ca3af;
    font-size: 0.8rem;
    margin-bottom: 18px;
}
.footer-tagline-mz a { color: #33aaff !important; font-weight: 500; text-decoration: none; }
.footer-tagline-mz a:hover { text-decoration: underline; }
.footer-domains-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.footer-domain-chip {
    font-size: 0.7rem;
    padding: 3px 10px;
    border-radius: 6px;
    border: 1px solid rgba(51, 170, 255, 0.2);
    color: #9ca3af;
    font-weight: 500;
}
.footer-domain-chip.active-chip {
    border-color: rgba(51, 170, 255, 0.3);
    color: #33aaff;
    background: rgba(51, 170, 255, 0.06);
}
.footer-built-by {
    color: #9ca3af;
    font-size: 0.78rem;
    margin-top: 16px;
}
.footer-built-by a { color: #9ca3af !important; text-decoration: none; }
.footer-built-by a:hover { color: #33aaff !important; }

@media (max-width: 600px) {
    .myzolve-parent { display: none; }
}
