.timeline{position:relative;max-width:900px;margin:0 auto}.timeline-track{position:absolute;top:32px;left:0;right:0;height:3px;background:var(--border);z-index:0}.timeline-progress{height:100%;width:0;background:var(--teal);border-radius:3px}.timeline-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;z-index:1}.tstep{text-align:center}.tstep-dot{width:64px;height:64px;border-radius:50%;background:var(--bg-white);border:3px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .5s ease}.tstep-dot span{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--text-3);transition:color .5s ease}.tstep.active .tstep-dot{border-color:var(--teal);box-shadow:0 0 0 8px #4ab8c11f}.tstep.active .tstep-dot span{color:var(--teal)}.tstep-icon{font-size:2rem;margin-bottom:12px}.tstep-content h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:8px}.tstep-content p{font-size:.85rem;color:var(--text-2);line-height:1.65}@media(max-width:768px){.timeline-steps{grid-template-columns:1fr;gap:40px}.timeline-track{display:none}}
