/* ConnectTV Cardápio — marca Connect Sistema */
:root {
    --marca-gold: #d4af37;
    --marca-gold-light: #f0d878;
    --marca-branco: #ffffff;
}

.brand-lockup {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    text-decoration: none;
    color: inherit;
}

.brand-lockup--row {
    flex-direction: row;
    align-items: center;
    gap: 0.65rem;
}

.brand-lockup--wordmark .brand-name {
    display: none;
}

/* FAB WhatsApp — tamanho fixo (ver connecttv-suporte.css) */
a.connecttv-wa-fab,
.connecttv-wa-fab {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
}
a.connecttv-wa-fab svg,
.connecttv-wa-fab svg {
    max-width: 28px !important;
    max-height: 28px !important;
}
@media (max-width: 768px) {
    a.connecttv-wa-fab,
    .connecttv-wa-fab {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
    }
}

.brand-logo {
    height: 2.75rem;
    width: auto;
    max-width: 14rem;
    object-fit: contain;
    display: block;
}

.brand-logo--hero {
    height: 3.25rem;
    max-width: 14rem;
}

.brand-logo--admin {
    height: auto;
    max-height: 3.5rem;
    max-width: 16rem;
    margin: 0 auto;
}

.brand-logo--tv {
    height: 1.5rem;
    max-width: 7.5rem;
    opacity: 0.5;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}

.brand-name {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--marca-branco);
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.brand-name .marca-connect,
.marca-connect {
    color: var(--marca-branco);
    font-weight: 700;
}

.brand-name .marca-sistema,
.marca-sistema,
.brand-name span.gold,
.brand-name .gold {
    color: var(--marca-gold-light);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brand-credit {
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #78716c;
    margin: 0;
}

.brand-credit--light {
    color: rgba(255, 255, 255, 0.45);
}

.dominio-futuro {
    font-size: 0.72rem;
    color: #78716c;
    margin-top: 0.35rem;
    line-height: 1.5;
}

.dominio-futuro a {
    color: var(--marca-gold-light);
    text-decoration: none;
}

.dominio-futuro a:hover {
    text-decoration: underline;
}

.preco-destaque {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 162, 39, 0.35);
    background: rgba(201, 162, 39, 0.08);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--marca-gold-light);
}

/* TV — tela cheia */
.marca-connect-tv {
    position: fixed;
    bottom: 1.1rem;
    left: 1.1rem;
    z-index: 12;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    pointer-events: none;
    opacity: 0.85;
}

.marca-connect-tv .brand-credit {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
}

.btn-tv-fullscreen {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 55;
    padding: 0.65rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(201, 162, 39, 0.55);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.22), rgba(12, 12, 16, 0.92));
    color: #f5e6b8;
    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    transition: opacity 0.25s, filter 0.2s, transform 0.15s;
    backdrop-filter: blur(10px);
}

.btn-tv-fullscreen:hover {
    filter: brightness(1.12);
    transform: translateY(-1px);
}

body.modo-tv-cheia .btn-tv-fullscreen {
    opacity: 0.15;
}

body.modo-tv-cheia:hover .btn-tv-fullscreen,
body.modo-tv-cheia .btn-tv-fullscreen:focus-visible {
    opacity: 1;
}

html.cursor-oculto,
html.cursor-oculto * {
    cursor: none !important;
}

body.modo-tv-cheia .marca-connect-tv {
    opacity: 0.35;
}

body.modo-tv-cheia.modo-tv-cheia--ui .marca-connect-tv,
body.modo-tv-cheia.modo-tv-cheia--ui .btn-tv-fullscreen {
    opacity: 1;
}

.saas-brand-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}

.saas-brand-bar .brand-lockup--row {
    flex: 1;
    min-width: 200px;
}
