:root {
  --pegium-hero-bg-start: #d9eef5;
  --pegium-hero-bg-end: #f5f2e9;
  --pegium-hero-accent: #0d5c63;
}

.pegium-home .md-content__inner {
  margin-top: 0;
}

.pegium-hero {
  padding: 3rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, var(--pegium-hero-bg-start), var(--pegium-hero-bg-end));
  border: 1px solid rgba(13, 92, 99, 0.15);
}

.pegium-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pegium-hero-accent);
}

.pegium-hero h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  max-width: 14ch;
  line-height: 1.05;
}

.pegium-lead {
  max-width: 52rem;
  font-size: 1.1rem;
}

.pegium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.pegium-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pegium-pills span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(13, 92, 99, 0.12);
  font-size: 0.8rem;
  font-weight: 600;
}

@media screen and (max-width: 76.2344em) {
  .pegium-hero {
    padding: 2rem 1rem;
  }
}
