.digo-top-info-bar{
    --digo-top-purple:var(--digo-ui-primary,var(--digo-primary,#5b2cff));
    width:100%;min-height:40px;color:#fff;position:relative;z-index:1001;
    font-size:12px;line-height:1.2;overflow:visible;
    background:linear-gradient(90deg,#5427f4 0%,#672fff 52%,#5427f4 100%);
    border-bottom:1px solid rgba(255,255,255,.14);box-shadow:0 3px 14px rgba(56,28,150,.14)
}
.digo-top-info-inner{max-width:1440px;min-height:40px;margin:0 auto;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.digo-top-info-trust,.digo-top-info-contacts{display:flex;align-items:center;min-width:0}.digo-top-info-trust{gap:8px}.digo-top-info-contacts{gap:8px;flex:0 0 auto}
.digo-top-info-trust-item,.digo-top-info-contact{color:#fff!important;text-decoration:none!important}
.digo-top-info-trust-item{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-weight:700;padding:5px 10px;border-radius:8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);transition:background .16s ease,transform .16s ease}
.digo-top-info-trust-item:hover{background:rgba(255,255,255,.15);transform:translateY(-1px)}
.digo-top-info-icon{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 15px}.digo-top-info-icon svg{width:100%;height:100%;display:block;fill:currentColor}
.digo-top-info-contact{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;background:transparent;border-radius:9px;position:relative;outline:0;font:inherit;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.digo-top-info-contact:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.18);transform:translateY(-1px)}
.digo-top-info-contact-icon{width:17px;height:17px;flex-basis:17px}.digo-top-info-contact-copy{display:none;min-width:0;white-space:nowrap}.digo-top-info-contact-copy strong{font-size:12px;font-weight:700}
.digo-top-info-mode-full .digo-top-info-contact{width:auto;min-width:30px;padding:0 9px;gap:7px}.digo-top-info-mode-full .digo-top-info-contact-copy{display:inline-flex}
.digo-top-info-contact:focus-visible,.digo-top-info-trust-item:focus-visible,.digo-top-info-wa-action:focus-visible,.digo-top-info-wa-close:focus-visible{outline:2px solid #fff!important;outline-offset:2px!important}

/* WhatsApp modal */
.digo-top-info-wa-modal[hidden]{display:none!important}.digo-top-info-wa-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px}
.digo-top-info-wa-backdrop{position:absolute;inset:0;background:rgba(14,18,35,.62);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.digo-top-info-wa-dialog{position:relative;width:min(430px,calc(100vw - 32px));max-height:calc(100vh - 40px);overflow:auto;background:#fff;color:#10182d;border-radius:20px;padding:34px 28px 24px;text-align:center;box-shadow:0 24px 70px rgba(13,18,38,.35);animation:digoWaPop .18s ease-out}
.digo-top-info-wa-close{position:absolute;top:12px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#182039;font-size:29px;line-height:29px;cursor:pointer;display:flex;align-items:center;justify-content:center}.digo-top-info-wa-close:hover{background:#f4f5f8}
.digo-top-info-wa-brand{width:66px;height:66px;margin:0 auto 16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25d366,#0ebc55);color:#fff;box-shadow:0 10px 25px rgba(37,211,102,.25)}.digo-top-info-wa-brand .digo-top-info-icon{width:34px;height:34px;flex-basis:34px}
.digo-top-info-wa-dialog h2{margin:0 0 7px!important;font-size:23px!important;line-height:1.25!important;font-weight:800!important;color:#11182d!important}.digo-top-info-wa-dialog>p{margin:0 0 22px!important;color:#6c7487!important;font-size:14px!important}
.digo-top-info-wa-actions{display:grid;gap:12px}.digo-top-info-wa-action{min-height:70px;border-radius:13px;padding:12px 16px;display:flex;align-items:center;justify-content:flex-start;gap:14px;text-align:left;text-decoration:none!important;color:#fff!important;box-shadow:0 10px 24px rgba(48,37,120,.15);transition:transform .16s ease,box-shadow .16s ease}.digo-top-info-wa-action:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(48,37,120,.21)}
.digo-top-info-wa-message{background:linear-gradient(135deg,#14bd5a,#05a94c)}.digo-top-info-wa-group{background:linear-gradient(135deg,#6240ed,#5426f4)}
.digo-top-info-wa-action-icon{width:29px!important;height:29px!important;flex-basis:29px!important}.digo-top-info-wa-group-icon{width:32px;flex:0 0 32px;text-align:center;font-size:25px;line-height:1}
.digo-top-info-wa-action span:last-child{display:flex;flex-direction:column;gap:3px}.digo-top-info-wa-action strong{font-size:15px;line-height:1.2}.digo-top-info-wa-action small{font-size:12px;opacity:.88}
.digo-top-info-wa-safe{margin-top:20px;color:#7b8497;font-size:11px;font-weight:600}.digo-top-info-wa-safe span{margin-right:5px}
body.digo-wa-modal-open{overflow:hidden}
@keyframes digoWaPop{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}

@media (max-width:1100px){
    .digo-top-info-mode-full .digo-top-info-contact-copy{display:none}.digo-top-info-mode-full .digo-top-info-contact{width:30px;padding:0}
}
@media (max-width:640px){
    .digo-top-info-bar{min-height:36px}.digo-top-info-inner{min-height:36px;padding:0 10px;gap:8px}.digo-top-info-trust{gap:3px;overflow:hidden;flex:1 1 auto}.digo-top-info-trust-item{padding:4px 5px;gap:4px;background:transparent;border-color:transparent;font-size:10px}.digo-top-info-trust-item .digo-top-info-icon{width:12px;height:12px;flex-basis:12px}.digo-top-info-contacts{gap:1px}.digo-top-info-contact{width:27px;height:27px;border-radius:7px}.digo-top-info-contact-icon{width:15px;height:15px;flex-basis:15px}
    .digo-top-info-wa-dialog{padding:30px 18px 20px;border-radius:17px}.digo-top-info-wa-dialog h2{font-size:21px!important}.digo-top-info-wa-action{min-height:66px;padding:11px 13px}
}
@media (max-width:430px){
    .digo-top-info-trust{gap:1px}.digo-top-info-trust-item{font-size:9px;padding-left:3px;padding-right:3px}.digo-top-info-inner{padding-left:7px;padding-right:7px}.digo-top-info-contacts{gap:0}
}
@media (prefers-reduced-motion:reduce){.digo-top-info-trust-item,.digo-top-info-contact,.digo-top-info-wa-action,.digo-top-info-wa-dialog{transition:none!important;animation:none!important}}
