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

.flow-steps { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.flow-step { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; }
.flow-step .step-num {
  width: 24px; height: 24px; border-radius: 50%; background: var(--terracotta-dim); color: var(--terracotta);
  display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.flow-step-text strong { display: block; font-size: 13.5px; margin-bottom: 3px; font-family: 'Quicksand', sans-serif; }
.flow-step-text span { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

.boundary-box { padding: 18px 20px; background: var(--terracotta-dim); border: 1px solid rgba(232,115,74,0.25); }
.boundary-box p { color: var(--ink); font-size: 13.5px; }

.builder-note { padding: 20px 22px; background: var(--sage-dim); border: 1px solid rgba(111,146,113,0.25); }
.builder-note p { color: var(--ink); font-size: 13.5px; line-height: 1.8; }
.builder-note a { color: var(--sage); font-weight: 700; }
