.eyebrow {
  margin-bottom: 14px;
  color: var(--accent-dark);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 12ch;
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.98;
}

.hero-copy {
  max-width: 56ch;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: #fff7f0;
}

.button-secondary {
  border: 1px solid var(--border);
  background: var(--surface-strong);
}

.panel h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.panel p {
  color: var(--muted);
  line-height: 1.7;
}
