.site-header,
.site-footer {
  background: #070a08;
  border-color: rgba(255, 255, 255, 0.08);
}

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-chrome-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 20px;
}

.site-brand {
  color: #f8fafc;
  font-weight: 800;
  text-decoration: none;
}

.site-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-header .site-menu {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.site-header .site-menu > summary {
  color: #c8cdbf;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 6px;
  list-style: none;
}

.site-header .site-menu > summary::-webkit-details-marker {
  display: none;
}

.site-header .site-menu > summary::after {
  color: #7f8d85;
  content: "▾";
  font-size: 11px;
  transform: translateY(1px);
}

.site-header .site-menu[open] > summary,
.site-header .site-menu > summary:hover {
  color: #ffffff;
}

.site-menu-panel {
  background: #101510;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 6px;
  min-width: 13rem;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  z-index: 20;
}

.site-menu-panel .site-link {
  border-radius: 8px;
  padding: 9px 10px;
}

.site-menu-panel .site-link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.site-link {
  color: #c8cdbf;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.site-link:hover {
  color: #ffffff;
}

.site-link:is(button) {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.site-button {
  align-items: center;
  background: #0f8f7f;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.site-button:hover {
  background: #11a28f;
  color: #ffffff;
}

.site-footer .site-brand {
  color: #ffffff;
}

.site-footer-wrap {
  align-items: flex-start;
}

.site-footer-brand {
  display: grid;
  gap: 8px;
  max-width: 440px;
}

.site-footer-copy {
  color: #9aa79f;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.site-footer-groups {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(8rem, 1fr));
}

.site-footer-group {
  display: grid;
  gap: 9px;
}

.site-footer-heading {
  color: #f8fafc;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.site-footer .site-link,
.site-footer-group .site-link {
  color: #9aa79f;
  font-weight: 700;
}

.site-footer .site-link:hover,
.site-footer-group .site-link:hover {
  color: #ffffff;
}

@media (max-width: 720px) {
  .site-chrome-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-links,
  .site-footer-groups {
    width: 100%;
  }

  .site-header .site-menu {
    width: 100%;
  }

  .site-menu-panel {
    margin-top: 8px;
    position: static;
    width: 100%;
  }

  .site-footer-groups {
    grid-template-columns: 1fr;
  }
}
