
/* Product Entity GEO — AI citation block */
.pe-entity {
  position: relative;
  z-index: 2;
  padding: 4rem 0 4.5rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.03), rgba(15, 23, 42, 0.08));
  color: inherit;
}
.pe-entity__inner { max-width: 1100px; }
.pe-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 0.75rem;
}
.pe-entity h2 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin: 0 0 1rem;
  line-height: 1.2;
}
.pe-lead { font-size: 1.1rem; line-height: 1.7; max-width: 70ch; opacity: 0.92; }
.pe-brand-line, .pe-live { line-height: 1.65; margin-top: 0.85rem; max-width: 70ch; }
.pe-entity a { color: #38bdf8; text-decoration: underline; text-underline-offset: 2px; }
.pe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}
.pe-card, .pe-block, .pe-split article, .pe-faq-wrap {
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.04);
  border-radius: 16px;
  padding: 1.15rem 1.25rem;
}
.pe-card h3, .pe-block h3, .pe-split h3, .pe-faq-wrap h3, .pe-links h4, .pe-split h4 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
}
.pe-card p, .pe-block p, .pe-entity li, .pe-faq p { line-height: 1.65; opacity: 0.9; }
.pe-entity ul, .pe-entity ol { margin: 0; padding-left: 1.15rem; }
.pe-entity li { margin: 0.35rem 0; }
.pe-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}
.pe-block { margin-bottom: 1rem; }
.pe-faq { border-top: 1px solid rgba(148, 163, 184, 0.2); padding: 0.75rem 0; }
.pe-faq:first-of-type { border-top: 0; }
.pe-faq summary { cursor: pointer; font-weight: 600; }
.pe-faq p { margin: 0.55rem 0 0; }
.pe-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.5rem;
}
.pe-links ul { list-style: none; padding: 0; margin: 0; }
.pe-links li { margin: 0.4rem 0; }
.pe-cta-row { display: flex; justify-content: flex-start; }
.pe-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: #0ea5e9;
  color: #041018 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.pe-cta:hover { filter: brightness(1.05); }

/* Dark product shells */
body[class*="page"] .pe-entity,
.gateway-page .pe-entity,
.ecosystem-page .pe-entity,
.mushaba-page .pe-entity,
.ai-page .pe-entity {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.05));
}
body[class*="page"] .pe-card,
.gateway-page .pe-card,
.ecosystem-page .pe-card,
body[class*="page"] .pe-block,
body[class*="page"] .pe-split article,
body[class*="page"] .pe-faq-wrap {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.12);
}

@media (max-width: 900px) {
  .pe-grid, .pe-split, .pe-links { grid-template-columns: 1fr; }
}
