
.about-intro {
  margin: 0 0 18px;
  font-size: 1.05rem;
  color: var(--home-muted);
  max-width: 42em;
}

.about-intro strong {
  color: #e8e8e8;
  font-weight: 600;
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0 0 14px;
}

.about-block {
  margin: 0 0 14px;
  padding: 14px 16px;
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 6px;
}

.about-block--full {
  grid-column: 1 / -1;
}

.about-block-title {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e8e8e8;
}

.about-bullets {
  margin: 0;
  padding: 0 0 0 1.15em;
  font-size: 0.92rem;
  color: var(--home-muted);
}

.about-bullets li {
  margin: 0 0 6px;
}

.about-bullets li:last-child {
  margin-bottom: 0;
}

.about-note {
  margin: 0;
  font-size: 0.92rem;
  color: var(--home-muted);
  max-width: 42em;
}

.about-note a {
  color: var(--home-link);
  text-decoration: none;
}

.about-note a:hover {
  text-decoration: underline;
}

.about-feature-dl {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-feature-row {
  display: grid;
  grid-template-columns: minmax(7rem, 9.5rem) 1fr;
  gap: 8px 14px;
  align-items: baseline;
}

.about-feature-row dt {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: #e8e8e8;
}

.about-feature-row dd {
  margin: 0;
  font-size: 0.9rem;
  color: var(--home-muted);
}

.about-tier {
  display: inline-block;
  padding: 1px 7px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #4fc1ff;
  border: 1px solid #0e639c;
  background: rgba(14, 99, 156, 0.28);
}

@media (max-width: 720px) {
  .about-columns {
    grid-template-columns: 1fr;
  }

  .about-feature-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
