.md-typeset {
  font-size: 0.6rem;
  line-height: 1.6;
}

.md-typeset h1 {
  font-size: 1.4rem;
}

.md-typeset h2 {
  font-size: 1.1rem;
}

.md-typeset h3 {
  font-size: 0.9rem;
}

.md-typeset p,
.md-typeset li {
  font-size: 0.7rem;
  line-height: 1.6;
}

.md-typeset .admonition,
.md-typeset details {
  font-size: 0.6rem;
}

.md-typeset .admonition p,
.md-typeset .admonition li {
  font-size: 0.6rem;
  line-height: 1.6;
}

.md-typeset .admonition-title {
  font-size: 0.65rem;
}

.md-typeset code {
  font-size: 0.6rem;
}
.md-content__inner > h1:first-child { display: none; }
.md-typeset h1 { display: none; }
.md-content__inner h1 { display: none; }
article h1 { display: none; }

/* ── Mobile Responsiveness ── */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 0 24px;
    margin-top: -16px;
  }
  .hero-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
  }
  .hero-sidebar {
    border-left: none !important;
    border-top: 2px solid rgba(124,58,237,0.4);
    padding-left: 0 !important;
    padding-top: 28px;
    width: 100%;
  }
  .audience-grid {
    grid-template-columns: 1fr !important;
  }
  .learn-grid {
    grid-template-columns: 1fr !important;
  }
  .learn-title {
    display: block !important;
    color: white !important;
    opacity: 1 !important;
  }
  .about-section {
    flex-direction: column;
    text-align: center;
  }
  .byline-strip {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .star-badge {
    display: inline-flex !important;
    align-items: center;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 10px;
  }
  .star-text {
    font-size: 10px;
    white-space: nowrap;
  }
  .star-count {
    font-size: 10px;
  }
  .hero-ctas {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  body {
    overflow-x: hidden;
    max-width: 100vw;
  }
  .md-header {
    max-width: 100vw;
  }
  .md-footer {
    max-width: 100vw;
  }
}