.bdc-menu:not([open]) { display: none; }
.bdc-menu {
    position: fixed; inset: 0; width: 100%; max-width: none;
    height: 100%; height: 100dvh; max-height: none; margin: 0; padding: 0;
    border: 0; background: transparent; color: #202329; overflow: hidden;
    font-family: inherit; letter-spacing: 0;
}
.bdc-menu::backdrop { background: rgb(0 0 0 / 0); backdrop-filter: blur(0); transition: background .26s ease, backdrop-filter .26s ease; }
.bdc-menu.is-visible::backdrop { background: rgb(0 0 0 / .58); backdrop-filter: blur(5px); }
.bdc-menu-panel {
    box-sizing: border-box; width: min(360px, calc(100% - 32px)); height: 100%;
    display: flex; flex-direction: column; margin-right: 0; margin-left: auto;
    background: #fafafa; box-shadow: -12px 0 50px rgb(0 0 0 / .18);
    transform: translateX(102%); transition: transform .28s cubic-bezier(.22,.8,.25,1);
    padding-top: env(safe-area-inset-top); padding-bottom: env(safe-area-inset-bottom);
}
.bdc-menu.is-visible .bdc-menu-panel { transform: translateX(0); }
.bdc-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 24px 20px; background: #141619; color: white; border-bottom: 3px solid #ed1735; }
.bdc-menu-head strong { display: block; font-size: 20px; line-height: 1.6; }
.bdc-menu-head div > span { display: block; font-size: 11px; color: #c8c9cc; margin-top: 5px; }
.bdc-menu-close { flex-shrink: 0; position: relative; width: 44px; height: 44px; border: 1px solid #44474c; border-radius: 8px; background: #25272b; color: white; cursor: pointer; }
.bdc-menu-close span::before,.bdc-menu-close span::after { content: ''; position: absolute; top: 20px; left: 11px; width: 20px; height: 2px; background: currentColor; transform: rotate(45deg); }
.bdc-menu-close span::after { transform: rotate(-45deg); }
.bdc-menu-links { min-height: 0; overflow-y: auto; overscroll-behavior: contain; flex: 1; padding: 14px 16px; scrollbar-width: thin; }
.bdc-menu-links > a,.bdc-menu-services > summary {
    display: flex; align-items: center; justify-content: space-between; gap: 12px;
    min-height: 49px; padding: 10px 14px; box-sizing: border-box;
    color: #272a30; text-decoration: none; font-size: 14px; font-weight: 700;
    border-radius: 6px; cursor: pointer; line-height: 1.7; transition: background .18s ease,color .18s ease;
}
.bdc-menu-links > a:hover,.bdc-menu-services > summary:hover { background: #eeeff1; }
.bdc-menu-links > a[aria-current="page"] { background: #ffebee; color: #c7102b; }
.bdc-menu-arrow,.bdc-menu-chevron { flex-shrink: 0; width: 7px; height: 7px; border-left: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); opacity: .55; margin-left: 4px; }
.bdc-menu-chevron { transform: rotate(-45deg); transition: transform .2s ease; }
.bdc-menu-services[open] .bdc-menu-chevron { transform: rotate(135deg); }
.bdc-menu-services > summary { list-style: none; }
.bdc-menu-services > summary::-webkit-details-marker { display: none; }
.bdc-menu-sublinks { border-right: 2px solid #ed1735; margin: 4px 15px 10px 5px; padding-right: 12px; }
.bdc-menu-sublinks a { display: block; padding: 11px 4px; color: #42454b; font-size: 12px; line-height: 1.7; text-decoration: none; }
.bdc-menu-sublinks a:hover { color: #c7102b; }
.bdc-menu-foot { padding: 16px 20px 14px; border-top: 1px solid #e1e2e5; background: white; flex-shrink: 0; }
.bdc-menu-book { display: flex; align-items: center; justify-content: center; min-height: 48px; background: #df1231; border-radius: 6px; color: white; font-size: 13px; font-weight: 800; text-decoration: none; padding: 8px; text-align: center; }
.bdc-menu-phone { display: flex; justify-content: space-between; gap: 8px; padding: 15px 0 6px; color: #262a30; text-decoration: none; font-size: 12px; }
.bdc-menu-phone b { font-size: 15px; color: #146746; }
.bdc-menu-foot p { color: #71747c; font-size: 10px; margin: 6px 0 0; }
.bdc-menu :focus-visible { outline: 2px solid #df1231; outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .bdc-menu-panel,.bdc-menu::backdrop,.bdc-menu-chevron { transition: none; } }
@media (max-height: 500px) { .bdc-menu-head { padding: 12px 20px; } .bdc-menu-foot { padding: 8px 20px; } .bdc-menu-foot p { display: none; } }
