:root {
  --md-primary-fg-color: #151922;
  --md-primary-fg-color--light: #232936;
  --md-primary-fg-color--dark: #0d1016;
  --md-accent-fg-color: #087f5b;
  --point-mint: #7cf0c5;
  --point-border: color-mix(in srgb, currentColor 14%, transparent);
}

[data-md-color-scheme="slate"] {
  --md-accent-fg-color: #7cf0c5;
}

.md-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  letter-spacing: -0.025em;
}

.point-hero {
  padding: 3.5rem 0 2.5rem;
  max-width: 52rem;
}

.point-kicker {
  color: var(--md-accent-fg-color);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.point-hero h1 {
  font-size: clamp(2.6rem, 8vw, 5.4rem);
  line-height: 0.98;
  margin: 0.5rem 0 1.25rem;
}

.point-hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 42rem;
}

.point-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.7rem;
}

.point-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: 0.9rem;
  margin: 1.5rem 0 2.5rem;
}

.point-card {
  border: 1px solid var(--point-border);
  border-radius: 0.8rem;
  padding: 1.15rem;
}

.point-card h3 {
  margin: 0 0 0.4rem;
}

.point-card p {
  margin: 0;
  color: var(--md-default-fg-color--light);
}

.point-sequence {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

.point-step {
  border-top: 2px solid var(--md-accent-fg-color);
  padding-top: 0.8rem;
}

.point-step strong {
  display: block;
  font-size: 1.05rem;
}

.point-diagram {
  margin: 1.5rem 0 2.25rem;
}

.point-diagram img {
  display: block;
  width: 100%;
  border: 1px solid var(--point-border);
  border-radius: 0.8rem;
}

@media screen and (max-width: 44rem) {
  .point-hero {
    padding-top: 2rem;
  }

  .point-sequence {
    grid-template-columns: 1fr;
  }
}
