.hero-support {
  margin: 1rem auto 0;
  max-width: 48rem;
  color: #4d5756;
  font-size: .94rem;
  line-height: 1.55;
}

.hero h1 .hero-ink { color: #171412; }

.hero h1 .hero-accent { color: #c94d0b; }

.hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: .8rem;
}

.hero .cta-row .hero-primary,
.hero .cta-row .hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  flex: 1 1 17rem;
}

.hero-support a {
  color: inherit;
  font-weight: 800;
  text-decoration-color: #d54432;
  text-underline-offset: 3px;
}

.cta-row .hero-primary {
  min-width: 0;
}

.cta-row .hero-secondary {
  background: #fff9ee;
  border-color: #d7a45b;
  color: #7d3d12;
}

.tier-fit {
  min-height: 3.8rem;
  margin: 1rem 0 .65rem;
  color: #53605d;
  font-size: .92rem;
  line-height: 1.48;
}

.tier-fit strong {
  color: #1c2725;
}

.tier .paid-link {
  display: inline-block;
  margin-top: .45rem;
  color: #58625f;
  font-size: .82rem;
  text-decoration-color: #d54432;
  text-underline-offset: 3px;
}

.footer .support-email {
  font-weight: 800;
}

@media (max-width: 700px) {
  .cta-row .hero-primary,
  .cta-row .hero-secondary { width: 100%; min-width: 0; }
  .hero .cta-row { gap: .68rem; }
  .tier-fit { min-height: 0; }
}
