#nav-placeholder {
  min-height: 64px;
  contain: layout;
}

#footer-placeholder {
  min-height: 400px;
  contain: layout;
}

.site-navbar {
  background: rgba(48, 0, 72, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(225, 110, 255, .24);
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
}

.brand-logo {
  width: 42px;
  height: 39px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(180,40,240,.65));
}

.brand-word {
  color: #fff;
  font-weight: 900;
  letter-spacing: -.03em;
  font-size: 1.12rem;
}

.navbar-toggler {
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.06);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .2rem rgba(180,40,240,.3);
}

.navbar-toggler-icon {
  filter: invert(1) grayscale(1) brightness(2);
}

.site-navbar .nav-link {
  color: #f5defd;
  font-weight: 900;
  border-radius: 999px;
  padding: .55rem .8rem;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus {
  color: #fff;
  background: rgba(180,40,240,.22);
}

.nav-actions .btn {
  min-width: 86px;
}

.site-footer {
  background: linear-gradient(180deg, rgba(31,0,46,.98), rgba(10,0,15,.98));
  border-top: 1px solid rgba(225,110,255,.18);
  margin-top: 4rem;
}

.footer-logo {
  width: 46px;
  height: 42px;
  object-fit: contain;
}

.footer-brand {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.footer-text, .footer-note {
  color: #d8bee6;
}

.footer-title {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .85rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: .45rem;
}

.footer-links a {
  color: #d8bee6;
  text-decoration: none;
  font-weight: 700;
}

.footer-links a:hover {
  color: #ffe030;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .55rem;
}

.trust-grid span {
  padding: .62rem .75rem;
  border-radius: .8rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.09);
  color: #cdaee0;
  font-weight: 700;
}

.site-navbar .dropdown-menu {
  background: rgba(38, 0, 56, .98);
  border: 1px solid rgba(225,110,255,.24);
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
}

.site-navbar .dropdown-item {
  color: #f5defd;
  font-weight: 800;
}

.site-navbar .dropdown-item:hover,
.site-navbar .dropdown-item:focus {
  color: #fff;
  background: rgba(180,40,240,.28);
}

