.vp-static-menu{position:fixed;inset:0;z-index:100;background:rgba(15,32,55,.48);backdrop-filter:blur(5px);display:flex;justify-content:flex-end}
.vp-static-menu[hidden]{display:none}
.vp-static-panel{width:min(88vw,390px);height:100%;background:#fff;box-shadow:-24px 0 70px rgba(15,32,55,.22);display:flex;flex-direction:column}
.vp-static-menu-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid #e6edf2}
.vp-static-menu-head img{width:174px;height:auto}
.vp-static-close{border:1px solid #c8d4df;background:#fff;border-radius:10px;width:42px;height:42px;font-size:27px;line-height:1;color:#10213c;cursor:pointer}
.vp-static-nav{display:flex;flex-direction:column;padding:8px 24px}
.vp-static-nav a{padding:16px 0;border-bottom:1px solid #e6edf2;color:#10213c;text-decoration:none;font-weight:800}
.vp-static-contact{margin-top:auto;padding:22px 24px;border-top:1px solid #e6edf2;display:grid;gap:10px}
.vp-static-contact a{display:flex;min-height:48px;align-items:center;justify-content:center;border-radius:10px;text-decoration:none;font-weight:800}
.vp-static-phone{border:1px solid #c8d4df;color:#145da0;background:#fff}
.vp-static-whatsapp{background:#ff7a2f;color:#fff}
body.vp-menu-open{overflow:hidden}
