.docs-alpha-copy h2,
.docs-guide-card-wide h2,
.docs-guide-hero h1 {
  margin-bottom: 12px;
}

.docs-alpha-copy p,
.docs-guide-page p,
.docs-guide-page li,
.docs-command-item p,
.docs-step p,
.docs-guide-card p {
  color: var(--muted);
}

.docs-step-card {
  display: grid;
  gap: 12px;
}

.docs-guides-grid .docs-guide-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.docs-guides-section {
  display: grid;
  gap: 18px;
}

.docs-guides-section > h2 {
  margin-bottom: 0;
  text-align: center;
}

.docs-start-section {
  padding-bottom: 10px;
}

.docs-start-section > h2,
.docs-start-section > p {
  margin-bottom: 0;
  text-align: center;
}

.docs-start-grid {
  padding-top: 10px;
}

.docs-guide-page code,
.docs-page code {
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(143, 220, 17, 0.16);
  color: var(--primary-dark);
  font-family: "Cascadia Code", Consolas, monospace;
  font-size: 0.92rem;
}

.docs-guide-page .page-hero,
.docs-guide-hero {
  text-align: left;
}

.docs-guide-page .page-hero {
  text-align: center;
}

.docs-guide-hero {
  padding: 32px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #133228 0%, #1e5c3f 55%, #7c9a56 100%);
}

.docs-guide-hero .eyebrow,
.docs-hero-pill {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.docs-guide-hero .eyebrow {
  margin-bottom: 14px;
}

.docs-guide-hero p,
.docs-hero-pill span,
.docs-hero-pill strong {
  color: rgba(255, 255, 255, 0.9);
}

.docs-hero-strip,
.docs-card-stack,
.docs-command-list,
.docs-timeline {
  display: grid;
  gap: 14px;
}

.docs-hero-strip,
.docs-feature-grid {
  margin-top: 18px;
}

.docs-hero-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.docs-hero-pill,
.docs-command-item,
.docs-step,
.docs-highlight {
  padding: 16px;
  border-radius: 22px;
}

.docs-hero-pill {
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.docs-hero-pill strong {
  display: block;
  margin-bottom: 6px;
}

.docs-guide-card-wide {
  display: grid;
  gap: 16px;
}

.docs-nested-card {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 247, 0.94));
  box-shadow: none;
}

.docs-highlight {
  border: 1px solid rgba(24, 48, 44, 0.08);
  background: linear-gradient(180deg, rgba(247, 253, 244, 0.98), rgba(239, 246, 240, 0.96));
  color: var(--text);
}

.docs-highlight-warning {
  background: linear-gradient(180deg, rgba(255, 248, 235, 0.98), rgba(255, 242, 218, 0.96));
  border-color: rgba(156, 99, 0, 0.16);
}

.docs-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  border: 1px solid rgba(24, 48, 44, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 245, 0.96));
}

.docs-step-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(180deg, #8fb66e, #5f7743);
  color: #fff;
  font-family: "Bahnschrift", "Arial Narrow", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.docs-command-item {
  border: 1px solid rgba(24, 48, 44, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 250, 0.96));
}

.docs-command-item strong {
  display: block;
  margin-bottom: 8px;
}

.docs-command-item p,
.docs-app-card p,
.docs-step p {
  margin-bottom: 0;
}

.docs-ordered-list {
  margin: 0;
  padding-left: 18px;
}

.docs-ordered-list li + li {
  margin-top: 8px;
}

.docs-app-grid {
  align-items: stretch;
}

.docs-app-card {
  display: grid;
  gap: 10px;
}

.docs-bottom-links {
  justify-content: center;
}

@media (max-width: 760px) {
  .docs-alpha-callout {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .docs-hero-strip {
    grid-template-columns: 1fr;
  }

  .docs-guide-hero {
    padding: 24px;
  }

  .docs-step {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .docs-step-number {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 1.15rem;
  }
}
