.pricing-header {
  text-align: center;
  margin-bottom: 24px;
}

.pricing-header h1 {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  font-weight: 700;
}

.pricing-header .muted {
  font-size: 15px;
  margin: 0;
}

button {
  color: #fff;
  background: #135026;
}

button:hover {
  background: #3d3d3d;
}
.fineprint {
  margin-top: 16px;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.fineprint a {
  color: #dce7ff;
  text-decoration: none;
}

.fineprint a:hover {
  text-decoration: underline;
}

@media (max-width: 560px) {
  .wrap {
    margin: 40px auto;
    padding: 0 14px;
  }

  .card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .pricing-header h1 {
    font-size: 26px;
  }
}
