.gennext-rates-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.gennext-rate-box {
  width: var(--box-width);
  padding: 20px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--box-shadow);
  font-size: 18px;
  font-weight: bold;
}
.gennext-cta {
  text-align: center;
  margin-top: 20px;
}
.gennext-cta-btn {
  background: #5f6aca;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
}
.gennext-cta-btn:hover {
  background: #4a54c2;
}