.t4c-process-section { background: #FFFFFF; padding: 90px 48px; }
.t4c-process-inner { max-width: 980px; margin: 0 auto; }
.t4c-process-intro { max-width: 760px; margin: 0 0 56px; }
.t4c-process-intro p { font-size: 19px; line-height: 1.75; color: var(--body-text); margin: 0 0 18px; font-weight: 500; }
.t4c-process-intro p:last-child { margin-bottom: 0; }

.t4c-timeline { position: relative; }
.t4c-timeline-line {
  position: absolute; top: 28px; bottom: 28px; inset-inline-start: 28px; width: 2px;
  background: linear-gradient(var(--accent), #6aa6f5); z-index: 0;
}
.t4c-timeline-steps { display: flex; flex-direction: column; gap: 22px; position: relative; z-index: 1; }
.t4c-timeline-step { display: flex; gap: 24px; align-items: flex-start; }
.t4c-timeline-num {
  width: 56px; height: 56px; flex-shrink: 0; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 23px;
  box-shadow: 0 0 0 8px #fff, 0 0 0 9px rgba(31,59,212,0.14);
}
.t4c-timeline-body { padding-top: 4px; }
.t4c-timeline-body h3 { font-weight: 700; font-size: 23px; margin: 0 0 8px; color: var(--ink-text); }
.t4c-timeline-body p { font-size: 16.5px; line-height: 1.65; color: var(--body-text); margin: 0; font-weight: 500; max-width: 62ch; }

.t4c-network-section { background: var(--ink); padding: 96px 48px; position: relative; overflow: hidden; }
.t4c-network-glow { position: absolute; top: -120px; left: -80px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(106,166,245,0.2), transparent 70%); }
.t4c-network-inner { max-width: 920px; margin: 0 auto; text-align: center; position: relative; }
.t4c-network-inner p { font-size: 22px; line-height: 1.65; color: rgba(255,255,255,0.78); margin: 0 0 30px; font-weight: 500; }
.t4c-network-statement { font-weight: 600; font-size: 46px; line-height: 1.25; color: #fff; }

.t4c-donors-section { background: var(--page-bg); padding: 90px 48px; }
.t4c-donors-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.t4c-donors-inner p { font-size: 19px; line-height: 1.7; color: var(--body-text); margin: 0 0 40px; font-weight: 500; }

@media (max-width: 900px) {
  .t4c-timeline-line { display: none; }
  .t4c-network-statement { font-size: 30px; }
}
