/* Hero section */
.hero {
  text-align: center;
  padding: 2rem 0 1rem;
}

.hero-logo {
  max-width: 480px;
  width: 100%;
  height: auto;
}

.hero .md-button {
  margin: 0.25rem;
}

/* Headings */
.md-typeset h2 {
  border-bottom: 2px solid var(--md-primary-fg-color);
  padding-bottom: 0.3rem;
  margin-top: 2rem;
}

.md-typeset h3 {
  font-weight: 700;
}

/* Screenshot — ~50% of content width, scales down on mobile */
.screenshot {
  max-width: 480px;
  width: 75%;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  margin: 1rem auto;
  display: block;
}

/* Feature grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.5rem;
}

/* Comparison table — center check marks */
.md-typeset table:not([class]) td:nth-child(2),
.md-typeset table:not([class]) td:nth-child(3) {
  text-align: center;
}

/* Buy Me a Coffee section */
.bmc-section {
  text-align: center;
  padding: 1.5rem 0;
}
