.elementor-13033 .elementor-element.elementor-element-a33b6d4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5d56789 */#pe-article-body-root {
  /* Scoped Theme Parameters */
  --brand-yellow: var(--pe-brand-yellow, #f59e0b);
  --text-primary: var(--pe-text-dark, #000000);
  --text-secondary: var(--pe-text-slate, #0f172a);
  --text-muted: var(--pe-text-gray, #475569);
  --border-color: var(--pe-border-light, #e5e7eb);
  --surface-color: var(--pe-bg-white, #ffffff);
  --surface-alt: var(--pe-bg-light, #f8fafc);

  width: 100%;
  background-color: var(--surface-color);
  padding: 4rem 0;
  box-sizing: border-box;
  font-family: inherit;
}

#pe-article-body-root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Typography Scales & Content Limits */
#pe-article-body-root .pe-article-container {
  width: 100%;
  max-width: 740px; /* Engineered optimal reading line measurement */
  margin: 0 auto;
  padding: 0 1.5rem;
}

#pe-article-body-root p {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

#pe-article-body-root h2.pe-block-title {
  font-size: clamp(26px, 3.5vw, 34px);
  font-weight: 800;
  color: var(--text-primary);
  margin: 3.5rem 0 2rem 0;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

#pe-article-body-root h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

/* Feature Callout Element */
#pe-article-body-root .pe-editorial-summary {
  display: flex;
  gap: 1.5rem;
  background-color: var(--surface-alt);
  border: 1px solid var(--border-color);
  border-left: 4px solid var(--brand-yellow);
  padding: 2.25rem;
  border-radius: 4px 16px 16px 4px;
  margin: 3rem 0;
}

#pe-article-body-root .pe-summary-icon {
  font-size: 24px;
  color: var(--brand-yellow);
  flex-shrink: 0;
}

#pe-article-body-root .pe-summary-text h3 {
  margin-bottom: 0.5rem;
}

#pe-article-body-root .pe-summary-text p {
  margin: 0;
  font-size: 15.5px;
}

/* Numbered Node Timeline elements */
#pe-article-body-root .pe-point-node {
  display: flex;
  gap: 1.75rem;
  margin-bottom: 2.75rem;
}

#pe-article-body-root .pe-node-indicator {
  font-size: 22px;
  font-weight: 800;
  color: var(--brand-yellow);
  font-family: monospace;
  background: var(--surface-alt);
  border: 1px solid var(--border-color);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}

#pe-article-body-root .pe-node-body p {
  margin: 0;
}

/* Clean Editorial Nested Lists */
#pe-article-body-root .pe-editorial-list {
  list-style-type: none;
  margin: 1rem 0;
  padding-left: 0.5rem;
}

#pe-article-body-root .pe-editorial-list li {
  font-size: 16px;
  color: var(--text-muted);
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

#pe-article-body-root .pe-editorial-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: var(--brand-yellow);
  border-radius: 50%;
}

/* Stakeholder Architecture Panel Grid */
#pe-article-body-root .pe-stakeholder-panel {
  background-color: var(--surface-alt);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 2.5rem;
  margin: 4rem 0;
}

#pe-article-body-root .pe-panel-title {
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--text-primary);
}

#pe-article-body-root .pe-stakeholder-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

#pe-article-body-root .pe-s-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#pe-article-body-root .pe-s-col p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Core Platform Checklist Parameters */
#pe-article-body-root .pe-checklist-section {
  border-top: 1px solid var(--border-color);
  padding-top: 3rem;
  margin: 3.5rem 0;
}

#pe-article-body-root .pe-spec-checklist {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

#pe-article-body-root .pe-spec-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--text-muted);
  margin-bottom: 0.875rem;
  line-height: 1.5;
}

#pe-article-body-root .pe-spec-checklist i {
  color: #10b981; /* Success Token */
  font-size: 18px;
  margin-top: 2px;
}

/* Premium Conversions Action Box */
#pe-article-body-root .pe-editorial-footer-card {
  background-color: var(--text-secondary);
  color: var(--surface-color);
  border-radius: 16px;
  padding: 3rem 2.5rem;
  margin: 4rem 0;
}

#pe-article-body-root .pe-editorial-footer-card h3 {
  color: var(--surface-color);
  font-size: 24px;
  font-weight: 800;
}

#pe-article-body-root .pe-editorial-footer-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2rem;
}

#pe-article-body-root .pe-editorial-cta-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
}

#pe-article-body-root .pe-editorial-anchor {
  color: var(--brand-yellow);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#pe-article-body-root .pe-editorial-anchor i {
  transition: transform 0.2s ease;
}

#pe-article-body-root .pe-editorial-anchor:hover i {
  transform: translateX(4px);
}

#pe-article-body-root .pe-article-citation {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
  margin-top: 4rem;
}

#pe-article-body-root .pe-article-citation p {
  font-size: 13.5px;
  color: var(--text-muted);
}

#pe-article-body-root .pe-article-citation a {
  color: var(--brand-yellow);
  text-decoration: none;
}

/* Responsive Structural Overrides */
@media (max-width: 768px) {
  #pe-article-body-root .pe-stakeholder-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  #pe-article-body-root .pe-point-node {
    flex-direction: column;
    gap: 0.75rem;
  }

  #pe-article-body-root .pe-editorial-summary,
  #pe-article-body-root .pe-stakeholder-panel,
  #pe-article-body-root .pe-editorial-footer-card {
    padding: 1.75rem 1.25rem;
  }
}/* End custom CSS */