.tally-pricing-section {
  padding: 60px 10%;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tally-plan {
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.tally-plan h2 {
  font-size: 1.6em;
  color: #002e5b;
  margin-bottom: 15px;
}

.tally-plan p {
  font-size: 1.1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.price-highlight {
  font-size: 1.3em;
  color: #2d7710;
  font-weight: bold;
}

.cta-button {
  display: inline-block;
  background-color: #0077cc;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #005fa3;
}
