.scope-box {
    background: #FFFFFF;
    border: 1px solid #F1EDE5;
    transition: 0.2s ease;
}

.scope-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.circle-number {
    width: 60px;
    height: 60px;
    background: #00CCFF;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
