.stages-section{background:#F4F4F5;padding:calc(var(--nav-h)+64px) 0 80px;min-height:100vh}.stages-heading{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;color:#474A4D;margin-bottom:36px}.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.stage-card{background:var(--white);border-radius:12px;padding:24px 24px 28px;position:relative;display:flex;flex-direction:column;gap:14px;border:1px solid #E8E8EA}.stage-badge{position:absolute;top:20px;right:20px;font-size:.78rem;font-weight:600;color:#474A4D;border:1.5px solid #C8C8CC;border-radius:50px;padding:3px 12px;background:var(--white)}.stage-card img{width:48px;height:48px;object-fit:contain}.stage-card h2{font-size:1rem;font-weight:700;color:#474A4D;margin:0;line-height:1.3}.stage-card p{font-size:.85rem;color:#474A4D;line-height:1.6;margin:0}@media (max-width:767px){.stages-grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1023px){.stages-grid{grid-template-columns:repeat(2,1fr)}}