/* Kabulosa Tech Group — crédito no footer e painel de contato */

.kbl-dev-credit {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.kbl-dev-credit__label {
    font-size: 12px;
    color: var(--inst-ink-muted, #64748b);
    letter-spacing: 0.02em;
}

.kbl-dev-credit__logo {
    display: block;
    height: 32px;
    width: auto;
    opacity: 0.95;
}

.inst-footer-bottom .kbl-dev-credit {
    width: 100%;
    justify-content: flex-end;
    margin-top: 4px;
}

.inst-contact-info .kbl-contact-panel {
    margin-top: 8px;
}

.inst-contact-info .inst-section-title {
    margin-bottom: 4px;
}

.kbl-contact-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kbl-contact-panel__brand {
    margin-bottom: 4px;
}

.kbl-contact-panel__logo {
    display: block;
    height: 56px;
    width: auto;
    max-width: 120px;
}

.kbl-contact-panel__eyebrow {
    font-family: var(--inst-mono, ui-monospace, monospace);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--inst-accent, #00d4ff);
}

.kbl-contact-panel__name {
    font-family: var(--inst-display, system-ui, sans-serif);
    font-size: clamp(1.35rem, 2.5vw, 1.65rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--inst-ink, #eef2f9);
    line-height: 1.2;
}

.kbl-contact-panel__lead,
.kbl-contact-panel__role {
    font-size: 15px;
    line-height: 1.65;
    color: var(--inst-ink-soft, #94a3b8);
    max-width: 38ch;
}

.kbl-contact-panel__role {
    font-size: 14px;
    color: var(--inst-ink-muted, #64748b);
}

.kbl-contact-panel__channels {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
}

.kbl-contact-panel__channel {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid var(--inst-line-strong, rgba(255, 255, 255, 0.14));
    background: rgba(4, 8, 18, 0.45);
    color: var(--inst-ink, #eef2f9);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.kbl-contact-panel__channel:hover {
    border-color: rgba(0, 212, 255, 0.45);
    background: rgba(0, 212, 255, 0.08);
    color: #fff;
}

.kbl-contact-panel__channel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(37, 211, 102, 0.14);
    color: #25d366;
    font-size: 22px;
    flex-shrink: 0;
}

.kbl-contact-panel__channel-body {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.kbl-contact-panel__channel-body strong {
    font-size: 14px;
    font-weight: 600;
}

.kbl-contact-panel__channel-body small {
    font-size: 13px;
    color: var(--inst-ink-soft, #94a3b8);
    font-family: var(--inst-mono, ui-monospace, monospace);
}

/* Layout contato em landings segmentadas */
.lp-lead-layout {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(320px, 1.15fr);
    gap: 28px;
    align-items: start;
}

.lp-lead-layout .kbl-contact-panel {
    padding: 28px 26px;
    border-radius: var(--r-xl, 16px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(8, 10, 18, 0.88);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.lp-lead-layout .lp-lead-shell {
    margin: 0;
    max-width: none;
}

.web-contact-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.2fr);
    gap: 28px;
    align-items: start;
}

.web-contact-layout .kbl-contact-panel {
    padding: clamp(1.5rem, 4vw, 2.25rem);
    border-radius: var(--radius-lg, 16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 10, 18, 0.88);
}

.web-contact-layout .contact-wrapper {
    margin: 0;
}

@media (max-width: 900px) {
    .lp-lead-layout,
    .web-contact-layout {
        grid-template-columns: 1fr;
    }

    .inst-footer-bottom .kbl-dev-credit {
        justify-content: flex-start;
    }
}

/* Painel dash (login/registro) */
.auth-kbl-credit {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
}

.auth-kbl-credit .kbl-dev-credit__label {
    color: rgba(148, 163, 184, 0.85);
}
