/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Меню й логотип оформлені в site.css: ізоляція не бачить partial і tag helper. */

body[b-s1cpbihlwi] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main[b-s1cpbihlwi] {
  flex: 1;
  padding-bottom: var(--space-section);
}

.site-header[b-s1cpbihlwi] {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(11 11 15 / .78);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  border-bottom: 1px solid var(--line);
}

.site-header .wrap[b-s1cpbihlwi] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 40px;
  min-height: 64px;
}

.nav-toggle[b-s1cpbihlwi] {
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: none;
  cursor: pointer;
}

.nav-toggle span[b-s1cpbihlwi] {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  border-radius: 2px;
  background: var(--text);
  transition: transform .25s, top .25s, bottom .25s;
}

.nav-toggle span:first-child[b-s1cpbihlwi] {
  top: 14px;
}

.nav-toggle span:last-child[b-s1cpbihlwi] {
  bottom: 14px;
}

.nav-toggle[aria-expanded="true"] span:first-child[b-s1cpbihlwi] {
  top: 18px;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child[b-s1cpbihlwi] {
  bottom: 18px;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .nav-menu[b-s1cpbihlwi] {
    display: flex !important;
    flex: 1;
    align-items: center;
    justify-content: space-between;
  }

  .nav-menu > .nav-list:first-child[b-s1cpbihlwi] {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .nav-toggle[b-s1cpbihlwi] {
    display: block;
  }

  .nav-menu[b-s1cpbihlwi] {
    flex-basis: 100%;
    padding: 8px 0 16px;
  }
}

.site-footer[b-s1cpbihlwi] {
  padding: 40px 0 48px;
  border-top: 1px solid var(--line);
}

.site-footer .wrap[b-s1cpbihlwi] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px 48px;
}
