.tc-hero {
  text-align: left;
}

.tc-hero__header {
  max-width: 48rem;
}

.tc-hero__eyebrow {
  font-size: var(--font-size-sm);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.tc-hero__title {
  font-size: var(--font-size-3xl);
  margin-bottom: var(--space-3);
}

.tc-hero__subtitle {
  font-size: var(--font-size-lg);
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
}

.tc-hero__meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
}

.tc-content {
  line-height: var(--line-height-relaxed);
}

.tc-section + .tc-section {
  margin-top: var(--space-8);
}

.tc-section h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.tc-list {
  margin: 0 0 var(--space-4) var(--space-4);
  padding-left: var(--space-4);
  list-style: disc;
}

.tc-list li {
  margin-bottom: var(--space-2);
}

@media (max-width: 640px) {
  .tc-hero__title {
    font-size: var(--font-size-2xl);
  }

  .tc-content {
    padding: var(--space-5);
  }
}
