.stages-section{margin:100px 0;h2{text-align:center;margin-bottom:20px}}.stages-header{margin-bottom:32px}.stages-header .subtitle{max-width:889px;font-size:22px;margin:0 auto;line-height:1.2;text-align:center}.stages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:50px}.stage-item__number,.stage-item__icon{margin:0 0 15px}.stage-item__number span{font-size:18px;font-weight:700;background-color:var(--accent-color);color:var(--text-color-contrast);padding:3px 17px 6px;border-radius:50px}.stage-item__label{font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:10px}.stages-grid.stages-grid-long{grid-template-columns:repeat(4,1fr);gap:20px}.gray-cards .stage-item{background-color:var(--light-gray);padding:30px;border-radius:8px}.gray-cards .stages-grid{gap:20px}.gray-cards .stage-item__number{margin:0 0 22px}.stages-grid.gray-cards{gap:20px;margin-bottom:30px}.stages-grid.stages-grid-rows-4{grid-template-columns:repeat(4,1fr)}.stage-cta-block{background-color:var(--main-text-color);background-size:auto;background-position:bottom;background-repeat:no-repeat;border-radius:8px;padding:30px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;color:var(--text-color-contrast)}.stage-cta-block__inner{max-width:100%}.stage-cta-block__title{color:var(--text-color-contrast);font-size:30px;font-weight:500;margin-bottom:5px}.stage-cta-block__text{font-size:18px;font-weight:400;line-height:1;text-wrap-style:balance}.stage-cta-block__inner .action-btn{display:flex;justify-content:center;margin-top:23px}@media (max-width:920px){.stages-grid.stages-grid-rows-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:648px){.stages-section{margin:60px 0}.stages-grid,.stages-grid.stages-grid-long{grid-template-columns:repeat(1,1fr)}.stages-grid.stages-grid-rows-4{grid-template-columns:repeat(1,1fr)}}