/* ConsultEvo universal footer. Loaded on every frontend page. */
:root {
    --cev-footer-blue: #144A9E;
    --cev-footer-ink: #10223B;
    --cev-footer-text: #5C6F85;
}

body.cev-shared-footer-active #colophon,
body.cev-shared-footer-active footer.site-footer,
body.cev-shared-footer-active .site-footer:not(.cev-footer) {
    display: none !important;
}

.cev-footer,
.cev-footer * { box-sizing: border-box; }
.cev-footer { position: relative; z-index: 2; width: 100%; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif; }
.cev-footer .cev-wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

/* Serious, compact site-wide CTA */
.cev-footer__cta { padding: 30px 0; border-top: 1px solid #DDE8F2; border-bottom: 1px solid #DDE8F2; background: #EEF6FF; }
.cev-footer__cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cev-footer__cta h2 { max-width: 760px; margin: 0; color: var(--cev-footer-ink); font-size: clamp(25px,2.7vw,34px); line-height: 1.08; letter-spacing: -.03em; }
.cev-footer__cta-button { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-height: 48px; padding: 0 21px; border-radius: 10px; background: linear-gradient(135deg,#1E90FF,#144A9E); color: #fff !important; box-shadow: 0 12px 26px rgba(30,144,255,.18); text-decoration: none !important; font-size: 13px; font-weight: 760; }

.cev-footer__body { padding: 38px 0 18px; background: #F8FAFC; color: var(--cev-footer-ink); }
.cev-footer__main { display: grid; grid-template-columns: minmax(240px,.62fr) minmax(0,1.38fr); gap: 58px; align-items: start; }
.cev-footer__brand > a { display: inline-flex; }
.cev-footer__logo { display: block; width: 164px; height: auto; }
.cev-footer__brand p { max-width: 330px; margin: 13px 0 0; color: var(--cev-footer-text); font-size: 12px; line-height: 1.6; }
.cev-footer__socials { display: flex; align-items: center; gap: 8px; margin-top: 17px; }
.cev-footer__socials a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid #D6E2ED; border-radius: 11px; background: #fff; color: #2A4665 !important; text-decoration: none !important; transition: transform .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease; }
.cev-footer__socials a:hover { transform: translateY(-2px); border-color: #AFCDE4; color: var(--cev-footer-blue) !important; box-shadow: 0 10px 22px rgba(20,74,158,.08); }
.cev-footer__socials svg { width: 19px; height: 19px; }
.cev-footer__email { display: inline-flex; margin-top: 14px; color: var(--cev-footer-blue) !important; text-decoration: none !important; font-size: 11px; font-weight: 700; }
.cev-footer__links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px; }
.cev-footer__links > div { display: grid; align-content: start; gap: 8px; }
.cev-footer__links strong { margin-bottom: 3px; color: var(--cev-footer-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.cev-footer__links a { color: var(--cev-footer-text) !important; font-size: 11px; line-height: 1.45; text-decoration: none !important; }
.cev-footer__links a:hover { color: var(--cev-footer-blue) !important; }
.cev-linkedin-follow { min-height: 48px; margin-top: 2px; }
.cev-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 15px; border-top: 1px solid #DEE7EF; color: #91A0B0; font-size: 9px; }

@media (max-width: 900px) {
    .cev-footer__main { grid-template-columns: 1fr; gap: 30px; }
    .cev-footer__links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
    .cev-footer .cev-wrap { width: min(100% - 26px, 1160px); }
    .cev-footer__cta { padding: 27px 0; }
    .cev-footer__cta-inner { align-items: stretch; flex-direction: column; gap: 15px; }
    .cev-footer__cta h2 { font-size: 26px; }
    .cev-footer__cta-button { width: 100%; }
    .cev-footer__body { padding-top: 34px; }
    .cev-footer__links { grid-template-columns: 1fr 1fr; gap: 22px 16px; }
    .cev-footer__follow { grid-column: 1 / -1; }
    .cev-footer__bottom { flex-direction: column; gap: 5px; }
}
