/* Enfoque Visual branding v1.8.4 */
:root{
    --ev-coral:#ff5757;
    --ev-purple:#8b4dff;
    --ev-magenta:#d14fa3;
    --ev-dark:#070711;
    --ev-soft:#f5f7fb;
    --ev-gradient:linear-gradient(135deg,#ff5757 0%,#d14fa3 52%,#8b4dff 100%);
}

.ev-brand-logo{
    display:flex;
    align-items:center;
    gap:.75rem;
    text-decoration:none;
    color:inherit;
}

.ev-brand-logo img,
.ev-header-logo{
    height:38px;
    width:auto;
    max-width:220px;
    display:block;
}

.ev-login-brand{
    text-align:center;
    margin-bottom:1.5rem;
}

.ev-login-brand img{
    max-width:260px;
    width:80%;
    height:auto;
    margin:auto;
    display:block;
}

.ev-tablet-brand{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:2rem;
}

.ev-tablet-brand img{
    max-width:360px;
    width:70%;
    height:auto;
}

.ev-brand-pill{
    background:var(--ev-gradient);
    color:#fff;
    border-radius:999px;
    padding:.35rem .8rem;
    font-weight:700;
    letter-spacing:.02em;
}

.btn-primary,
.ev-btn-primary{
    background:var(--ev-gradient) !important;
    border:0 !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(255,87,87,.18);
}

.btn-primary:hover,
.ev-btn-primary:hover{
    filter:brightness(.96);
    transform:translateY(-1px);
}

.ev-card-accent{
    border-top:4px solid transparent;
    border-image:var(--ev-gradient) 1;
}

@media (max-width: 768px){
    .ev-header-logo{
        height:30px;
        max-width:170px;
    }

    .ev-login-brand img{
        max-width:220px;
    }

    .ev-tablet-brand img{
        max-width:280px;
        width:75%;
    }
}

@media print{
    .ev-header-logo,
    .ev-login-brand,
    .ev-tablet-brand{
        print-color-adjust:exact;
        -webkit-print-color-adjust:exact;
    }
}
