.about-content { max-width: var(--max-width); margin: 0 auto; padding: 0 24px 60px; display: flex; flex-direction: column; gap: 32px; }
.about-block h2 { font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.about-block p { font-size: 14px; line-height: 1.8; color: var(--muted); max-width: 620px; }
.about-block p + p { margin-top: 10px; }

.flow-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 6px; }
.flow-step { display: flex; gap: 14px; align-items: flex-start; padding: 14px 16px; }
.flow-step .step-num {
  width: 24px; height: 24px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--border-md);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; color: var(--coral); flex-shrink: 0;
}
.flow-step-text strong { display: block; font-size: 13.5px; margin-bottom: 3px; }
.flow-step-text span { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

.audience-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.pill { font-size: 12px; font-weight: 500; background: var(--surface-2); border: 1px solid var(--border); padding: 6px 13px; border-radius: 20px; }

.builder-note { padding: 22px 24px; background: var(--coral-dim); border: 1px solid rgba(255,90,78,0.25); }
.builder-note p { color: var(--text); font-size: 13.5px; line-height: 1.8; }
.builder-note a { color: var(--coral); font-weight: 600; border-bottom: 1px solid rgba(255,90,78,0.4); }
