.landing-hero {
  text-align: center;
  padding: 3rem 1rem;
}

.landing-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #3e2723;
}

.tagline {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 2rem;
}

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

.cta-primary {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #8d6e63;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 500;
  transition: background 0.2s ease;
}

.cta-primary:hover {
  background: #6d4c41;
}

.cta-subtitle {
  margin-top: 0.75rem;
  color: #888;
  font-size: 0.9rem;
}

.landing-preview {
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.landing-preview h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #3e2723;
}

.preview-levels {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.preview-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  position: relative;
}

.preview-card.completed {
  border-color: #4caf50;
  background: #f1f8e9;
}

.preview-number {
  width: 40px;
  height: 40px;
  background: #8d6e63;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.preview-card.completed .preview-number {
  background: #4caf50;
}

.preview-info h3 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
}

.preview-info p {
  margin: 0;
  color: #666;
  font-size: 0.85rem;
}

.preview-check {
  position: absolute;
  right: 1rem;
  color: #4caf50;
  font-size: 1.25rem;
}

.view-all-link {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  color: #8d6e63;
  text-decoration: none;
  font-size: 0.9rem;
}

.view-all-link:hover {
  text-decoration: underline;
}

.landing-board-preview {
  display: flex;
  justify-content: center;
  padding: 2rem 1rem 3rem;
}

.mini-board {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: #8d6e63;
  border-radius: 12px;
  opacity: 0.8;
}

.mini-store {
  width: 40px;
  height: 90px;
  background: #5d4037;
  border-radius: 20px;
}

.mini-pits {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mini-row {
  display: flex;
  gap: 0.4rem;
}

.mini-pit {
  width: 36px;
  height: 36px;
  background: #5d4037;
  border-radius: 50%;
}
