/* TODO CUSTOM: tweak branding styles */
.md-content__inner h1:first-of-type {
  display: none;
}
.md-header__title,
.md-sidebar__inner .md-nav__title,
.md-sidebar__inner .md-nav__item:first-child {
  display: none !important;
}
a.headerlink {
  display: none !important;
}
.md-header__button.md-icon[for="__drawer"],
.md-toggle[data-md-toggle="drawer"] + label {
  display: none !important;
}

body {
  background: linear-gradient(120deg, #020617, #0f172a);
  color: #f5f5f5;
}

.md-header,
.md-nav,
.md-sidebar,
.md-footer {
  background: #050b18;
}
.md-footer,
.md-footer-meta,
.md-footer-meta .md-typeset {
  color: #94a3b8;
}
.md-footer-meta .md-typeset a {
  color: #38bdf8;
}

.md-main__inner {
  background: #060a16;
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(2, 6, 23, 0.65);
  padding: 1.5rem 2rem 4rem;
  margin-bottom: 3rem;
}

.md-content__inner,
.md-nav__link,
.md-typeset p,
.md-typeset li {
  color: #e0e7ff;
}

.md-typeset strong {
  color: #ffffff;
}

.md-typeset a {
  color: #38bdf8;
}

.md-header__button.md-logo img {
  filter: grayscale(0%);
}

.custom-top,
.custom-bottom {
  min-height: 80px;
  background: rgba(56, 189, 248, 0.05);
  border: 1px dashed rgba(56, 189, 248, 0.4);
  border-radius: 16px;
  margin: 1.5rem 0;
}
.promo-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(56, 189, 248, 0.08);
  border-radius: 18px;
  padding: 1rem 1.5rem;
  border: 1px solid rgba(56, 189, 248, 0.3);
  backdrop-filter: blur(10px);
}
.promo-banner img {
  width: 48px;
  height: 48px;
}
.promo-banner strong {
  color: #fff;
}
