 
.novavolt-energy-cycle {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}

.energy-svg {
    width: 100%;
    height: auto;
}

.main-circle {
    fill: none;
    stroke: url(#circleGradient);
    stroke-width: 3;
    stroke-dasharray: 6,6;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}

.stage {
    font-size: 18px;
    font-weight: bold;
    fill: #333;
    text-anchor: middle;
}

.dot {
    fill: #FFD600;
    stroke: #333;
    stroke-width: 1;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
