.roadmap-page{max-width:950px;margin:auto;padding:3rem 1.5rem 6rem}.roadmap-hero{text-align:center;margin-bottom:5rem}.roadmap-duration{background:var(--badge-clr);color:var(--primary);border-radius:999px;margin-bottom:1rem;padding:.45rem .9rem;font-weight:600;display:inline-flex}.roadmap-hero h1{margin-bottom:1rem;font-size:clamp(2.4rem,5vw,3.5rem)}.roadmap-hero p{max-width:700px;color:var(--text-muted);margin:auto;line-height:1.8}.roadmap-stats{justify-content:center;gap:2rem;margin-top:2rem;display:flex}.roadmap-stats span{color:var(--text-muted)}.roadmap-section{border-top:1px solid var(--border-primary);margin-top:5rem;padding-top:3rem}.roadmap-section-title{text-align:center;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:5rem;font-size:.95rem}.roadmap-snake{flex-direction:column;align-items:center;gap:80px;display:flex}.roadmap-node{color:inherit;flex-direction:column;align-items:center;text-decoration:none;display:flex;position:relative}.roadmap-node:nth-child(4n+1){justify-self:center}.roadmap-node:nth-child(4n+2){justify-self:end}.roadmap-node:nth-child(4n+3){justify-self:center}.roadmap-node:nth-child(4n+4){justify-self:start}.roadmap-circle{background:#2b2b2b;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;transition:all .25s;display:flex;box-shadow:inset 0 -8px #00000040}.roadmap-inner-circle{background:linear-gradient(180deg, var(--primary), var(--primary-hover));color:#000;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.15rem;font-weight:700;display:flex}.roadmap-label{text-align:center;max-width:170px;margin-top:14px}.roadmap-label h3{margin-bottom:.35rem;font-size:1rem;line-height:1.35}.roadmap-label span{color:var(--text-muted);font-size:.8rem}.roadmap-node:hover .roadmap-circle{transform:scale(1.08)}.roadmap-node:hover .roadmap-inner-circle{box-shadow:0 0 30px var(--primary)}.roadmap-node:not(:last-child):after{content:"";background:var(--border-primary);z-index:-1;border-radius:20px;width:3px;height:92px;position:absolute;top:86px}.roadmap-node:nth-child(4n+1):after{transform:translate(58px)rotate(-38deg)}.roadmap-node:nth-child(4n+2):after{transform:translate(-58px)rotate(38deg)}.roadmap-node:nth-child(4n+3):after{transform:translate(-58px)rotate(-38deg)}.roadmap-node:nth-child(4n+4):after{transform:translate(58px)rotate(38deg)}.roadmap-node:last-child:after{display:none}@media (max-width:768px){.roadmap-snake{flex-direction:column;align-items:center;gap:70px;display:flex}.roadmap-node{justify-self:center!important}.roadmap-node:after{width:3px;height:55px;top:90px;transform:none!important}}
