.tc-hero h1,
.tc-main h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.tc-hero h1 {
  font-size: clamp(48px, 4.25vw, 70px);
}

.tc-main h2 {
  font-size: clamp(28px, 2.35vw, 42px);
}

.tc-sign-grid strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
}

.tc-paths h3 {
  margin: .25em 0 .55em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  text-transform: uppercase;
}

.tc-paths span,
.tc-kicker {
  font-weight: 700;
}

@media (max-width: 900px) {
  .tc-hero h1 { font-size: 43px; }
  .tc-main h2 { font-size: 28px; }
  .tc-paths h3 { font-size: 21px; }
}

.tc-hero-bullets {
  display: grid;
  gap: 8px;
  max-width: 690px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.tc-hero-bullets li {
  position: relative;
  padding-left: 24px;
  color: #eef6f2;
  font-weight: 700;
}

.tc-hero-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #f47721;
  font-weight: 900;
}

.tc-hero {
  background-color: #16513f;
  background-image:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
}
