.growth-roadmap-wrapper-8a620586 {
    background: #0f1115;
    padding: 40px;
    font-family: sans-serif;
    color: #e0e0e0;
}
.gr-timeline-container-8a620586 {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.gr-timeline-8a620586 {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #00ffcc;
}
.gr-step-8a620586 {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
}
.gr-step-8a620586:last-child {
    margin-bottom: 0;
}
.gr-dot-8a620586 {
    position: absolute;
    left: 14px;
    top: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00ffcc;
    box-shadow: 0 0 10px #00ffcc;
}
.gr-card-8a620586 {
    background: #1a1d24;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
}
.gr-card-8a620586:hover {
    border-color: #00ffcc;
    box-shadow: 0 0 20px rgba(0, 255, 204, 0.2);
}
.gr-title-8a620586 {
    margin: 0 0 15px;
    font-size: 24px;
    color: #00ffcc;
}
.gr-desc-8a620586 {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #a0a5b1;
}