/* ZiloBot production overrides. Kept in public/upload so MagicAI updates do not overwrite it. */
a[href^="https://zilobot.com/register"],
a[href^="/register"] {
    display: none !important;
}

/* Premium ZiloBot identity — wide 3:1 wordmark with robot + SMARTER TOGETHER. */
.site-header .site-logo img {
    width: 250px;
    max-width: none;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 12px rgba(1, 13, 33, 0.22));
}

/* The premium mark contains its own dark halo, so it remains legible when the
   navigation changes from the dark hero to the white sticky header. */
.site-header.lqd-is-sticky .site-logo img,
.site-header.lqd-is-sticky .site-logo img:first-child {
    filter: drop-shadow(0 3px 10px rgba(1, 13, 33, 0.18));
}

.site-footer img[alt="ZiloBot logo"] {
    content: url('/upload/images/logo/zilobot-logo-light.svg');
    width: 240px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 14px rgba(0, 211, 255, 0.14));
}

@media (max-width: 1024px) {
    .site-header .site-logo img {
        width: 220px;
    }
}

@media (max-width: 640px) {
    .site-header .site-logo img {
        width: 185px;
    }

    .site-footer img[alt="ZiloBot logo"] {
        width: 205px;
    }
}
