.stage-grid-section{position:relative;overflow:hidden}.stage-grid-container .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.stage-grid-item{display:flex;flex-direction:column;height:100%}.stage-top-detail{border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)}.stage-top-detail-container{display:flex;flex-direction:column;padding:2.5rem var(--container-space)}.stage-grid-item:nth-child(3n) .stage-top-detail,.stage-grid-item:nth-child(3n) .stage-bottom-detail{border-right:none}.stage-bottom-detail{display:flex;flex-direction:column;padding:2.5rem var(--container-space);height:100%;border-bottom:1px solid var(--border-color);border-right:1px solid var(--border-color)}.stage-title{background:linear-gradient(110deg,#70E0FF .01%,#2377FF 49.8%,#BE6CFF 99.59%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;font-size:3.5rem;line-height:110%;letter-spacing:-.14rem}.stage-badge{width:fit-content;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.625rem;border-radius:1.25rem;background:var(--border-color);margin:2.5rem 0 1.25rem}.badge-first{font-weight:600}.badge-second{font-size:.875rem}.stage-headline{font-size:1.75rem;font-weight:400;line-height:100%;margin-bottom:.5rem}.stage-description{font-size:1.125rem;font-weight:400;line-height:140%}.stage-bottom-detail{flex:2}.stage-bottom-title{font-size:1rem;font-weight:600;line-height:140%}.stage-steps{line-height:140%;margin-bottom:2.5rem;padding-left:1.6rem}.stage-steps li{margin-bottom:.5rem}.stage-bottom-description{display:flex;padding:1.25rem;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:auto;background:var(--border-color);line-height:140%}@media (max-width:1200px){.stage-grid-container .swiper-wrapper{display:flex}.stage-grid-container .swiper-slide{height:auto}}@media (max-width:992px){.stage-title{font-size:2.5rem}.stage-headline{font-size:1.5rem}.stage-description{font-size:1rem}}@media (max-width:768px){.badge-first{font-size:.875rem}}