/* Hide page title on homepage only */
body[data-md-color-scheme] .md-content h1:first-child {
  display: none;
}

/* Also hide any auto-generated title */
.md-typeset h1:first-child:has(+ .hero-section),
.md-typeset > h1:first-child {
  display: none;
}

/* Hero section styles */
.hero-section {
  text-align: center;
  padding: 2rem 0;
}

.hero-section img {
  margin: 0 auto;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-button {
  margin: 0.5rem;
}

.trust-indicators {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.1rem;
}

.success-icon {
  color: #4caf50;
}

.main-sections-grid {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.main-section, .dashboard-tile {
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}