.symbols-hero {
  background: linear-gradient(to bottom, #111, #0a0a0a);
  padding: 6rem 1.5rem 4rem;
  text-align: center;
  margin-top: 100px;
}

.symbol {
  background-color: #0e0e0e;
  padding: 4rem 1.5rem;
}

.symbol.alt {
  background-color: #131313;
}

.symbol-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.symbol-grid.reverse {
  flex-direction: row-reverse;
}

.symbol-grid img {
  flex: 1 1 300px;
  max-width: 40%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.1);
}

.symbol-text {
  flex: 1 1 400px;
}

.symbol-text h2 {
  font-family: var(--font-primary);
  color: var(--accent);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.symbol-text p {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 1rem;
}
