.cta-scroll {
  background: var(--accent);
  color: white;
  padding: 18px 30px;
  font-size: 0.8rem;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  margin-top: 20px;
  align-self: flex-start;
  transition: background 0.3s ease;
}


.cta-scroll:hover {
  background: #936642;
}