/* MAXO Casas — logo textual oficial, sem imagem, sem emoji */
.maxo-brand,
.topbar-logo .maxo-brand{
    display:inline-flex!important;
    align-items:baseline!important;
    gap:8px!important;
    text-decoration:none!important;
    white-space:nowrap!important;
    line-height:1!important;
    vertical-align:middle!important;
}

.maxo-brand-main,
.topbar-logo .maxo-brand-main{
    display:inline-block!important;
    font-family:Georgia, "Times New Roman", serif!important;
    font-size:34px!important;
    font-weight:800!important;
    letter-spacing:.06em!important;
    line-height:1!important;
    color:#111827!important;
    text-transform:uppercase!important;
}

.maxo-brand-sub,
.topbar-logo .maxo-brand-sub{
    display:inline-block!important;
    font-family:Georgia, "Times New Roman", serif!important;
    font-size:21px!important;
    font-weight:500!important;
    font-style:italic!important;
    letter-spacing:.02em!important;
    line-height:1!important;
    color:#b8860b!important;
    text-transform:none!important;
}

.maxo-brand-reader{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0 0 0 0)!important;
    white-space:nowrap!important;
    border:0!important;
}

.maxo-brand.small .maxo-brand-main{font-size:24px!important;}
.maxo-brand.small .maxo-brand-sub{font-size:16px!important;}
.maxo-brand.footer-logo .maxo-brand-main{font-size:26px!important;}
.maxo-brand.footer-logo .maxo-brand-sub{font-size:17px!important;}

/* compatibilidade com páginas antigas que ainda usam: MAXO <em>Casas</em> */
.topbar-brand{
    font-family:Georgia, "Times New Roman", serif!important;
    font-weight:800!important;
    letter-spacing:.06em!important;
    color:#111827!important;
    text-transform:none!important;
}
.topbar-brand strong{font-weight:800!important;color:#111827!important;}
.topbar-brand em{
    font-family:Georgia, "Times New Roman", serif!important;
    font-style:italic!important;
    font-weight:500!important;
    color:#b8860b!important;
    text-transform:none!important;
}

.maxo-footer-brand{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    margin:18px auto 10px!important;
    color:#111827!important;
}
.maxo-owner-note{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    font-family:Inter, Arial, sans-serif!important;
    color:#111827!important;
    background:rgba(232,245,255,.88)!important;
    border:1px solid rgba(184,134,11,.28)!important;
    padding:8px 12px!important;
    margin:18px auto 10px!important;
    width:max-content!important;
    max-width:calc(100% - 24px)!important;
    box-sizing:border-box!important;
}

@media(max-width:640px){
    .maxo-brand-main,
    .topbar-logo .maxo-brand-main{font-size:27px!important;letter-spacing:.04em!important;}
    .maxo-brand-sub,
    .topbar-logo .maxo-brand-sub{font-size:17px!important;}
}
