/* Public content prose — cleaned catalog / site HTML */
.tstp-prose {
  line-height: 1.65;
  overflow-wrap: anywhere;
  color: var(--ink);
  max-width: none;
}
.tstp-prose > *:first-child { margin-top: 0; }
.tstp-prose p { margin: 0 0 1rem; }
.tstp-prose h2, .tstp-prose h3, .tstp-prose h4 {
  font-family: var(--display);
  margin: 1.6rem 0 .55rem;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.tstp-prose ul, .tstp-prose ol { margin: 0 0 1rem; padding-left: 1.25rem; }
.tstp-prose li { margin-bottom: .4rem; }
.tstp-prose img,
.tstp-prose .tstp-content-img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: .75rem 0 1.1rem;
}
.tstp-prose figure { margin: 0 0 1.25rem; }
.tstp-prose figcaption { color: var(--muted); font-size: .88rem; margin-top: .4rem; }

.tstp-content-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: 1.25rem 1.5rem;
  align-items: center;
  margin: 0 0 1.5rem;
}
.tstp-content-column { min-width: 0; }
.tstp-content-featured img { width: 100%; max-width: 280px; margin-left: auto; margin-right: auto; }
.tstp-content-quote {
  margin: 1rem 0 1.35rem;
  padding: .85rem 1rem;
  border-left: 4px solid var(--teal);
  background: rgba(31, 154, 168, .08);
  border-radius: 0 12px 12px 0;
}
.tstp-content-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1rem 0; }

/* Remap common imported mini-page structures into TSTP prose */
.tstp-prose .hero-section,
.tstp-prose .container,
.tstp-prose .features-section,
.tstp-prose .cta-section {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  margin: 0 0 1.35rem;
  max-width: none;
  color: inherit;
  font: inherit;
}
.tstp-prose .hero-section h1,
.tstp-prose .hero-section h2,
.tstp-prose .container > h1 {
  font-family: var(--display);
  font-size: 1.45rem;
  margin: 0 0 .55rem;
}
.tstp-prose .features-grid,
.tstp-prose .card-grid,
.tstp-prose .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.15rem 0 1.35rem;
}
.tstp-prose .feature-card,
.tstp-prose .info-card,
.tstp-prose .card {
  background: linear-gradient(180deg, rgba(255,255,255,.95), #f4fafb);
  border: 1px solid rgba(18,34,43,.12);
  border-radius: 14px;
  padding: 1.05rem 1.1rem;
  box-shadow: 0 6px 16px rgba(8, 28, 36, 0.04);
  position: relative;
}
.tstp-prose .feature-card::before,
.tstp-prose .info-card::before,
.tstp-prose .card::before {
  content: "";
  display: block;
  width: 2rem;
  height: 3px;
  border-radius: 999px;
  margin: 0 0 0.7rem;
  background: linear-gradient(90deg, var(--teal, #1f9aa8), var(--accent, #c6f36d));
}
.tstp-prose .feature-card h3,
.tstp-prose .info-card h3,
.tstp-prose .card h3 {
  font-family: var(--display);
  font-size: 1.02rem;
  margin: 0 0 .45rem;
  line-height: 1.25;
}
.tstp-prose .features-section > p,
.tstp-prose .features-section > .lead {
  max-width: 46rem;
  color: var(--muted);
  line-height: 1.6;
}
.tstp-prose .download-button,
.tstp-prose .btn-primary-legacy,
.tstp-prose a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .65rem 1rem;
  border-radius: 12px;
  background: var(--accent);
  color: #13241a !important;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}
.tstp-prose i.fas,
.tstp-prose i.fa,
.tstp-prose .fa,
.tstp-prose .fas { display: none; }

.content-body { line-height: 1.65; overflow-wrap: anywhere; }
.content-body img { max-width: 100%; height: auto; }

.settings-divider {
  border: 0;
  border-top: 1px solid var(--line, #d5e3e8);
  margin: 1.5rem 0 1.1rem;
}

@media (max-width: 760px) {
  .tstp-content-columns { grid-template-columns: 1fr; }
  .tstp-content-featured img { max-width: 220px; }
  .tstp-prose { max-width: none; }
}
