.layout-card--dark-feature{min-height:180px}.flow-steps{display:flex;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto;position:relative}.flow-step{text-align:center;flex:1;position:relative}.flow-step:not(:last-child):after{content:"";position:absolute;top:30px;right:-50%;width:100%;height:2px;background:var(--primary);z-index:1}.flow-number{width:60px;height:60px;border-radius:50%;background:var(--primary);color:var(--text-primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem;margin:0 auto 1rem;position:relative;z-index:2}@media (max-width:768px){.flow-steps{flex-direction:column;gap:2rem}.flow-step:not(:last-child):after{display:none}.interview-types{grid-template-columns:1fr}}