﻿/* ==========================================================
   ASSINATURA / DESENVOLVEDOR
   PROSYSTEM
   ========================================================== */


/* ==========================================================
   ÁREA EXTERNA
   ========================================================== */

.dev-signature-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 16px 12px 28px;
}

/* ==========================================================
   CARD / CÁPSULA
   ========================================================== */

.dev-signature-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 9px 24px;
    border: 1px solid rgba(184, 138, 46, .20);
    border-radius: 999px;
    background: rgba(251, 248, 241, .62);
    box-shadow: 0 4px 12px rgba(43, 26, 20, .025);
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}


    /* ==========================================================
   HOVER
   ========================================================== */

    .dev-signature-card:hover {
        background: #FBF8F1;
        border-color: rgba(184, 138, 46, .65);
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(184, 138, 46, .10);
    }


/* ==========================================================
   MARCA / LOGO
   ========================================================== */

.dev-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.dev-logo {
    display: block;
    width: auto;
    height: 38px;
    max-width: 120px;
    object-fit: contain;
    filter: drop-shadow( 0 2px 4px rgba(0, 0, 0, .05) );
}


/* ==========================================================
   DIVISÓRIA
   ========================================================== */

.dev-divider {
    flex: 0 0 1px;
    width: 1px;
    height: 31px;
    margin: 0 16px;
    background: rgba(184, 138, 46, .30);
}


/* ==========================================================
   INFORMAÇÕES
   ========================================================== */

.dev-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}


/* ==========================================================
   TÍTULO
   ========================================================== */

.dev-title {
    margin: 0 0 4px;
    color: rgba(43, 26, 20, .60);
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
}


/* ==========================================================
   EMAIL
   ========================================================== */

.dev-email {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #2B1A14;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
    transition: color .2s ease;
}


    .dev-email i {
        color: #2B1A14;
        font-size: 13px;
        line-height: 1;
        transition: color .2s ease;
    }


    /* ==========================================================
   EMAIL HOVER
   ========================================================== */

    .dev-signature-card:hover .dev-email,
    .dev-signature-card:hover .dev-email i,
    .dev-email:hover,
    .dev-email:hover i {
        color: #6B0F16;
    }


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 850px) {

    .dev-signature-section {
        margin-top: 14px;
        padding: 14px 10px 22px;
    }


    .dev-signature-card {
        min-height: 57px;
        padding: 8px 20px;
    }


    .dev-logo {
        height: 34px;
        max-width: 105px;
    }


    .dev-divider {
        height: 29px;
        margin: 0 14px;
    }


    .dev-title {
        font-size: 9px;
        letter-spacing: .9px;
    }


    .dev-email {
        font-size: 13px;
    }


        .dev-email i {
            font-size: 12px;
        }
}


/* ==========================================================
   CELULAR
   ========================================================== */

@media (max-width: 480px) {

    .dev-signature-section {
        padding: 10px 8px 18px;
    }


    .dev-signature-card {
        min-height: 52px;
        padding: 7px 14px;
    }


    .dev-logo {
        height: 29px;
        max-width: 88px;
    }


    .dev-divider {
        height: 26px;
        margin: 0 10px;
    }


    .dev-title {
        font-size: 8px;
        letter-spacing: .7px;
        margin-bottom: 3px;
    }


    .dev-email {
        font-size: 11.5px;
    }


        .dev-email i {
            font-size: 11px;
        }
}


/* ==========================================================
   TELAS MUITO PEQUENAS
   ========================================================== */

@media (max-width: 350px) {

    .dev-signature-card {
        padding: 7px 10px;
    }


    .dev-logo {
        height: 26px;
        max-width: 78px;
    }


    .dev-divider {
        margin: 0 8px;
    }


    .dev-title {
        font-size: 7px;
    }


    .dev-email {
        font-size: 10.5px;
    }
}

/* Regra final: mantém o mesmo rodapé operacional do index em todo o site. */
body {
    padding-bottom: 42px !important;
}

body .dev-signature-section {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1050 !important;
    width: 100% !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 3px 10px !important;
    background: var(--bs-body-bg, #fff) !important;
    border-top: 1px solid var(--bs-border-color, #dee2e6) !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .08) !important;
}

body .dev-signature-section .dev-signature-card {
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
}

body .dev-signature-section .dev-logo {
    width: auto !important;
    height: 22px !important;
    max-width: none !important;
    max-height: 22px !important;
}

body .dev-signature-section .dev-divider {
    width: 1px !important;
    height: 18px !important;
    margin: 0 3px !important;
}

body .dev-signature-section .dev-info {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: .68rem !important;
    line-height: 1 !important;
}

body .dev-signature-section .dev-title,
body .dev-signature-section .dev-email {
    margin: 0 !important;
    font-size: .68rem !important;
    line-height: 1 !important;
}
