/* Process preview section specific styles */
.process-teaser { margin-top: clamp(30px, 4vw, 48px); display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: clamp(18px, 2vw, 24px); }
.process-teaser__item { background: var(--white); border: 1px solid var(--border); padding: 26px 22px 28px; }
.process-teaser__num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--blue); }
.process-teaser__bar { margin-top: 16px; height: 2px; background: var(--blue); width: 32px; }
.process-teaser__bar--green { background: var(--green); }
.process-teaser__item h3 { margin-top: 16px; font-size: 17.5px; font-weight: 600; color: var(--navy); }
.process-teaser__item p { margin-top: 8px; font-size: 14.5px; line-height: 1.6; color: var(--text-muted); }
