/* assets/css/index.css */

.hero-subtitle {
  color: var(--text-muted);
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.latest-photos-section {
  margin-top: 60px;
  margin-bottom: 60px;
}
